/**html {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
	_filter:none;
}*/
body{
	margin: 0;padding: 0; font-size: 13px; line-height: 1.5; min-height: 100%;background-color: #fff;
}
*{box-sizing: border-box;}
img { max-width: 100%; }
h1{padding: 0;font-size:16px;margin: 0;font-weight:bold;color:red;}
h3{font-size: 20px;}
ul,li{list-style: none;padding: 0;margin: 0;}
blockquote ul,blockquote li{list-style:auto;}
blockquote ol{padding-left:18px;}
input,textarea{background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));}
hr{height:0px;border-top:1px dashed #ccc; border-bottom: 0 ; margin: 5px 0  ;}
blockquote{font-size: 14px;}
blockquote p{margin: 0 0 5px;}
address, cite, dfn, em, var, i {
	font-style: normal;
}
blockquote{
	background-color: #eeeeee;border-radius: 8px;border-left: 8px solid #ccc;
}
pre{
	word-wrap: break-word;
	word-break: break-all;
}
/*==================常用===========================*/
table.vipmembertb td{
	border: 1px solid #ccc;border-collapse:collapse;border-spacing:0;padding: 3px;text-align: center;
	font-size: 14px;
}
table.vipmembertb td p{margin: 0;}

.clearboth{clear: both;}
hr.mobilehr{margin: 3px 0;clear: both;}
.showhide,.friendlinkbox li.showhide, #footer .showhide, .menulist ul li.showhide{display:none}
.blue{color: blue;}
.red{color:red;}
.green{color:green;}
.yellow{color:yellow;}
.gray{color:gray;}
.formnote{color: #a9a9a9;}
.textalignleft{text-align: left}
.textaligncenter{text-align: center}
.textalignright{text-align: right}
/*金额收入、支出样式*/
.income,.expend{font-weight: bold;font-size: 15px;}
.income {color:#5da000; }  /*收入：绿色*/
.expend{color:#ff7920;}  /*支出：橙色*/
.radiusbox{border: 1px solid #ccc; border-radius: 8px;}
.radiusbox6{border: 1px solid #ccc; border-radius: 6px;}
.nopadding{padding: 0}
.nopadding-left{padding-left: 0}
.nopadding-right{padding-right: 0;}
.margintop15{margin-top: 15px;}
.margintopbottom10{margin:10px 0;}
.dangerborder{border:1px solid red;}
.input-error{
	border-color: #ba2737;
}
.input-ok{
	border-color: #1e8e02;
}
p.onlyMemberContent{
	color: #243fff;font-weight: bold;font-size: 16px;border:1px solid #ff2c2c;padding: 18px 5px 18px 5px;margin-top: 5px;border-radius: 20px;text-align: center;
	/*background: url("/public/images/icons/butCollapse.gif") no-repeat 1px 12px;*/
}
p.onlyMemberContent i{color: green;}
.wordbreak{
	word-break: break-all;
	word-wrap: break-word;
}
.padding0{padding: 0;}
.padding2{padding: 2px;}
.padding3{padding: 3px;}
.padding5{padding: 5px;}
.padding8{padding: 8px;}
.padding10{padding: 10px;}
.paddingtop5{padding-top: 5px;}
.paddingtop10{padding-top: 10px;}
.paddingtop15{padding-top: 15px;}
.paddingbottom15{padding-bottom: 15px;}
.paddingtop20{padding-top: 20px;}
.paddingleftright3{padding: 0 3px;}
.paddingleftright5{padding: 0 5px;}
.margintopbottom20{margin-top: 20px;margin-bottom: 20px;}
.scaleimg img{
	-webkit-transform: scale(1);
	-webkit-transition: 1s;
	overflow: hidden;
}
.scaleimg img:hover{
	-webkit-transform: scale(1.05);
}
.borderRadius{border-radius:8px;border:1px solid #ccc;}
.border-radius-50{border-radius:50%;}
.posrelative{position: relative;}


.sideSpecial{
	background: url("/public/images/menuback/header_bg.gif") repeat-x 0 0;height: 35px;line-height: 35px;text-align: center;font-weight: bold;
	font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";border-radius: 8px;
}
.floatleft{float: left}
.floatright{float: right}
.mobilespliter{background-color: rgb(238, 238, 238);height: 5px;margin-top: 10px;}
.borderBottomDotted{border-bottom: 1px dotted #ccc;}
pre span{color:red}
/*====================菜单 =======================*/
h1.logoh1{

}
h1.logoh1 .navbar-brand, h1.mobileheadh1  .navbar-brand{
	padding-bottom: 0;
	padding-top: 6px;line-height: 100%;
	font-weight: bold;font-size: 25px;color: #e50000;
	text-align: center;
}

h1.logoh1 .navbar-brand span#headerWebname{
	font-size: 21.8px;
}
h1.mobileheadh1  .navbar-brand  span#headerWebname{
	font-size: 18px;
}


h1.logoh1 .navbar-brand div{display: block;font-size: 16px;color: #17c769;letter-spacing: 2px;}
h1.logoh1 .navbar-brand:hover{
	color:#5F47B0;
}
h1.mobileheadh1  .navbar-brand{
	padding-top: 1px;line-height: 90%;
}
h1.mobileheadh1  .navbar-brand span{
	font-size: 18px;
}
.navbar{
	min-height: 50px;margin-bottom: 0px ;
}
.navbar-brand {
	padding-top: 3px;
	padding-left: 5px;
	padding-right: 5px;
}
.navbar>.container .navbar-brand{
	margin-left: 2px;display: block;width: 100%;
}

.navlogin img {  /*会员中心头像*/
	float: left;
	width: 36px;
	height: 36px;
	margin-top: 10px; margin-right: 10px;
	border-radius: 50%;
	vertical-align: middle;display: inline-block;
}
.navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 15px;
	line-height: 20px;
	padding: 0px;
}
.navbar-default .navbar-nav>li>a span{
	margin-top: 8px;display: inline-block;width: 40px;
}
.wxgroup{padding-top: 5px;}

nav.mainnav{border-bottom: 1px solid #ccc;padding-top: 3px;background-color: #fff;}

/*导航条浮动*/
.fixedmenu {
	position: fixed;
	top: 0;z-index: 99999;
	width: 100%;
}
.ad_nav_2, .ad_nav_2 > a{margin-top: 8px;color:#428bca;font-size: 15px;}

.mobilemainnav>div>div>ul.mobileNav{
	text-align: center;
	width: 100%;
}
.mobilemainnav>div>div>ul.mobileNav li{
	display: inline-block;height: 30px;color: #0a1855;font-size: 18px;line-height: 30px;margin-top: 8px;text-align: center;
}
.mobilemainnav>div>div>ul.mobileNav li a{
	text-decoration: none;
}
.mobilemainnav>div>div>ul.mobileNav li a:hover{
	color:red;
}
.menulist{
	padding-right: 2px;padding-left: 10px;text-align: center;
}
.menulist ul li{
	display: inline-block;line-height: 58px;
	font-size: 15px;
}
.menulist ul li a{color:#444;text-decoration: none;display: block;padding: 5px 8px;}
.menulist ul li a:hover{color:red;}
.menulist ul li a.headerclient{
	color:#e34b01;
	border-bottom:5px solid #ff5501;
}
.menulist ul li a.specialcolor{
	color: #ed4000;font-weight: bold;
}
.menulist ul li a.menulistLinkBg{
	background: url("/public/images/menulist.png") no-repeat 0 19px;
	filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
	-moz-background-size:100% 31px;  /*-moz-background-size:100% 100%;*/
	background-size:100% 31px;  /*background-size:100% 100%;*/
}

div.hotart ul li a,div.topart ul li a {
	overflow: hidden;
	word-wrap: break-word;
	word-break: break-all;
	height: 26px;font-weight:500;
	display: block;
}
div.topart ul li{padding-left: 5px;padding-right: 5px;}
.headermember{text-align:left; }

.progress-bar h2{
	padding: 0;margin: 0;font-size: 18px;line-height: 30px;
}

/*==================================焦点图swiper开始==================================*/
.swiper-container {
	/*width: 100%; height: 100%;*/
}
.swiper-button-prev,.swiper-button-next{
	display:none;
	border-radius:100%;
	width:48px!important;
	height:48px!important;
	background-color: #6e6599;
	-moz-border-radius: 100%;
	-webkit-border-radius:100%;

	filter:alpha(opacity=70); /*IE滤镜，透明度70%*/
	-moz-opacity:0.7; /*Firefox私有，透明度70%*/
	opacity:0.7;/*其他，透明度70%*/
	text-decoration: none;
}
.swiper-button-next, .swiper-button-prev{
	background-size:20px 35px;
}
.swiper-pagination-bullet{
	border:0px solid #fff;
	width: 60px;
	border-radius: 8px;
	background-color: #000;
	height: 4px;
}
.swiper-pagination-bullet-active{
	background-color: #2c92ff;
}
.swiper-pagination-bullet-active{}

/*==================================焦点图swiper结束==================================*/
/*================= 首页 ===================*/

.priceBold{color:mediumvioletred;font-size: 14px;}
.bluebold{color: #00aae2;font-weight: bold;font-size: 13px;}
.table>tbody>tr>td.bluebold{padding: 8px 3px; }
h2.wow{font-size: 28px;margin-bottom: 15px;color:#0884e6}
.docContent{
	word-wrap: break-word;
	word-break: break-all;
}
.phpadbox h2{font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "黑体"}
h1.price{font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "黑体";font-size: 18px;margin: 30px;color:blue;}
table.pricetb{width:95%;margin: 0 auto;}
table.pricetb th{text-align: center}
.pricepage{text-align: center;}
.priceinfo{text-align: left;padding-left: 28px;}

/*大搜索框*/
.searchtestInput{height: 46px;border: 1px solid #2398ff}

/*旧*/
.tagcontent img{ float: left;margin-right: 10px;margin-bottom: 5px;}

.jiaochenglist{
	height: 180px;overflow: hidden;padding: 0; margin-bottom: 0;
}
.jiaochenglist h3, .softlist h3{
	margin-top: 0px;padding-top: 0;
}
.artListTuijian h3,.artListTuijian h3 a{color:#000;text-decoration: none;}
.brandslist h3 a{font-size: 17px;}
.brandslist:hover{border: 1px solid red;}
.brandslist:hover a{color:red;}

h3.tejiaheader{
	min-height: 60px;margin-top: 0;margin-bottom: 6px;line-height: 130%;
}
h3.tejiaheaderMobile{
	min-height: 50px; margin: 4px 0 ; padding: 0; line-height: 120%;
}
.homeConList a,.homeConList{
	color: #628ae2;
}

.contentSide , .brandDetailSide{
	padding:  8px 3px;background-color: #f3f3f3;border-radius: 10px; margin-top: 8px;
}

/*============== 尾部 ===================*/
#footer{
	background-color: #839902;color: #1a290d;line-height: 28px;margin-top: 8px;padding-top: 8px;
}
#footer a{color:#fff;}
.footer-beian{
	padding: 15px 15px; text-align: center;background-color: #536301;color:#fff;
}

ul.contact-us i{width: 15px;display: inline-block;text-align: center;}
ul.connecttel li.tel{
	color: #ff8737;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}

.th_Link {
	border: solid 1px #ff6700;
	border-radius: 8px;
	text-align: center;
	margin: 5px 5px;
	width: 160px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background-color: #ff6700;
	cursor: pointer;
}
.th_Link:hover {
	background: #ff8265;
	color: #fff;
}
.footertop{padding-bottom: 20px;}

#footer .footer-beian a{color:#fff;text-decoration:none;}
.friendlinkbox{border-top: 1px dotted #9a9fb1; padding: 6px 0;margin-top: 10px;}
.friendlinkbox li{display: inline-block;text-align: left;padding: 1px 8px;}
#footer .friendlinkbox ul li a{color:#ccc}
#footer .aboutus{
	text-align: center;color: #e0adb0;clear: both;
}
#footer .aboutus a{
	margin-right: 8px;margin-left: 8px;color: #000;
}
#footer .webseller{text-align: center;margin-bottom: 11px;margin-top: 18px;}
#footer .webseller i{
	font-size: 36px;
}
#footer .webseller h3{
	margin: 8px 0  5px 0;
}
#footer .connectqrcode{
	text-align: center;
}
#footer #tweets,#footer #tweets li {text-align: center;}
#footer #tweets li {display: inline-block}
#footer #tweets li img{max-width: 100%;}
#footer .bottomMargin{margin: 0 0 5px 0;}
#footer section .bottomMargin h3{padding: 0 3px;font-size: 15px}

/*========== 在线客服 =========*/
.kefu-pop-ul-switch-open,.kefu-pop-ul-switch-close{cursor: pointer;display: none;color: #c7647a;text-align: right;}
.kefu-pop{
	width: 45px;
	height: 65px;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
	filter: alpha(opacity=90);
	opacity: 0.9;
	position: fixed;
	top: 45%;
	right: 0;
	text-align: center;
	color: #555;
	font-size: 28px;
	z-index: 9999;
}
.kefu-pop-ul{border:1px solid #666633; border-right:0; padding: 3px;
	border-radius: 8px 0 0 8px;
	background: #fff;}
.kefu-pop-ul .borderSplit{border-top: 1px dotted #663;border-bottom: 1px dotted #663;}
.kefu-pop-ul .borderTopSplit{border-top: 1px dotted #663;}
.kefu-pop-ul .borderBottomSplit{border-bottom: 1px dotted #663;}
a.kefu-pop-li{text-align: center; text-decoration: none ; cursor: pointer;display:block; line-height: 21px;height: 51px;padding-top: 2px;padding-bottom: 3px;}
a.kefu-pop-li p{margin-bottom: 2px;}
.kefu-pop-text{font-size: 13px;color: #0000A1;}

.kefu-pop .popover {
	width: 260px;
	color: #444;
	cursor: default;
	-webkit-user-select: text;
	-moz-user-select: text;
	-ms-user-select: text;
	user-select: text;
}

.onlyshowtop{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	filter: alpha(opacity=70);
	opacity: 0.7;
	width: 35px;
}
.onlyshowtop .kefu-pop-ul{
	padding: 3px;
}
/*================== 在线客服 ================== */

/*=========== 广告页==============*/
.ad{width:100%;margin-top: 5px;margin-bottom: 5px;clear: both}
.ad img{width: 100%}
.adTest{position: relative;background-color: #ccc;}
.adTestC{min-height: 75px;}
.adTest div{position: absolute;top:2%;left:1%;color:yellow;background-color: #1e8e02;}
.adNoMarginTop{margin-top: 0;} /*需放在.ad后面，否则margin-top: 0px无效*/
.adNoMarginBottom{margin-bottom: 0px;}
.adindexcontent{margin: 0;}
/*侧边栏广告start*/
div.adside{
	z-index: 99;
	width:  118px; height: 291px;color:white;
}
.adside div.admain{
	min-height:100%;
}
.adside div.adbottom{
	text-align:center;background-color:#ccc;color:blue;cursor:pointer;font-size:13px;padding:3px 0;
}
/*侧边栏广告end*/

/*==================== 分页 ========================*/
/*分页 badoo style*/
div.badoo {
	font-family: arial, Helvetica, sans-serif;
	padding-right: 0px; font-size: 13px; padding-bottom: 15px; padding-top: 15px; color: #48b9ef;  background-color: #fff; text-align: center
}

div.badoo a {
	border: #dddddd 1px solid; padding:  7px; padding-bottom: 3px; padding-top: 3px;margin: 0px 1px;color: #48b9ef; text-decoration: none
}

div.badoo span.disabled {
	display: none
}
div.badoo a,div.badoo span, span.redirectPage input {
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;
}

/*跳转到第X页*/
span.redirectPage{margin-left:10px;font-size:12px;}
span.redirectPage input{border:1px solid #ccc;margin:0px 4px; padding: 2px;  text-align:center;}
span.redirectPage input#gotopage{width:28px;}
span.redirectPage input#subRedirectPage{ background-color: #f2f2f2;padding: 2px 10px;}


/*1 橙色*/
div.badoo span input{color:#48b9ef}
div.badoo a:hover {
	border: #ff5a00 1px solid; color: #ff5a00;
}
div.badoo a:active {
	color: #ff5a00; border: #ff5a00 1px solid
}
div.badoo span.current {
	border: #ff5a00 1px solid;  font-weight: bold;  padding-right: 7px; padding-left: 7px;padding-bottom: 3px;  padding-top: 3px;color: #fff; background-color: #ff6c16
}

/*=========== 分页 end ================*/



/*================分类页==================*/
.topiclists h4{
	color:#19a111;padding-left:3px;margin-bottom: 8px;margin-top: 18px; font-weight: bold;
}
.topiclists ul li{line-height: 200%;}
.categoryHeaderbox{margin-top: 8px;}
.categoryHeader{background: url(/public/images/tbk.png) no-repeat 1px 8px;padding-left: 35px;margin:8px 8px 5px 8px;font-size: 16px;color: blue;height: 38px;line-height: 38px;}
.categoryHeader a{color:blue;font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";font-size: 22px;}
li.categoryHeader-li{margin-top: 8px;margin-bottom: 10px;padding-bottom:15px; padding-left: 2px;}
li.categoryHeader-li h4{background: url("/public/images/icons/edit_edit.png") no-repeat left 3px;padding-left: 25px;min-height: 25px; max-height: 50px;   width: 100%; overflow:hidden;text-overflow: ellipsis;
	white-space: nowrap;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;}
li.categoryHeader-li h4,li.categoryHeader-li h4 a{font-size: 16px; color:darkgreen;margin-top: 5px;margin-bottom: 5px;font-weight: bold;line-height: 120%;}
ul.categorylist{
	min-height: 80px;margin-bottom: 15px;
}
li.categoryHeader-li img{float: left;margin: 0 10px 8px 0;}
li.categoryHeader-li .catelistbody{
	border-radius: 8px;border: 1px solid #ccc;padding: 10px;
}
.cateauthor {padding-top: 8px;}
/*侧栏*/
.typelist{padding: 3px 5px 5px 5px;margin: 0px 0 15px 0;background: url("/public/images/top2.png") repeat-x left -80px;clear: both}
.typelist h4,.typelist h5 ,.typelist h5 a{color: #ff4418;text-align: center;}
.typelist h4,.typelist h5{margin-bottom: 25px;}
.typelist ul{padding: 0 10px;}
.typelist ul li{line-height: 25px;}
.typelist ul li,.typelist ul li a{color:#333;}
.bg-danger h6{padding-left: 10px;}
.pagecountinfo{line-height: 45px;}

/*=========文章详情页=============*/
.contentinfo{padding: 0}
.intro{border-radius: 10px;border:1px solid #666;padding: 10px;margin: 10px 0;display: block;}
.intro h3{padding-left: 0}
.intro img{float: left;margin: 2px 20px 10px 5px;}
.intro strong{font-size: 15px;color:#000}
.artcontent{padding: 0;padding-bottom: 8px;	word-break: break-all;word-wrap: break-word;}
.artcontent table,.artcontent table td,.artcontent table th{border:1px solid #777; text-align: center;padding: 5px;}
.artcontent table{width: 100%}
.artcontent h2,.artcontent h3, .artcontent h4{font-weight: bold;font-family:"Helvetica Neue", Helvetica,  "Microsoft YaHei", "微软雅黑", "黑体";margin-bottom: 18px;}
table th p, table td p{margin-bottom: 0;}
div.bdsharebuttonbox{text-align: right}
.artdetailheader{padding:  10px;margin-top: 10px;text-align: center;}
.artdetailheader h1,.artdetailheader h3{color: green;font-size: 25px;}
.artdetailheader h3{margin: 2px;}
.artdetailheader h1 .tejiaTitleTag{color: #e51b5e;}
.artdetailheader h1,.artdetailheader h3,h2.teamFocusH2{font-family:"Helvetica Neue", Helvetica,  "Microsoft YaHei", "微软雅黑", "黑体";}

.leftlist ul li {text-align: left; line-height: 168%;margin-bottom: 5px;}
.leftlist ul li a{ border-left: 3px solid #327a99;padding-left: 5px;display: block}

.searchtitle{color:green;padding: 8px;margin-bottom: 5px;}
div.showsearch{
	min-height:350px;
}
div.showsearch ul, div.showsearch li{
	list-style: none;padding: 5px;border-bottom: 1px solid #ccc;
}
div.showsearch li.listtitle{
	text-align: center;
}
td.searchres b{color:red;}
.table>tbody>tr>td.tagsn{padding-top: 18px;}
a.conTagClass{color: #000;text-decoration: none;}

.sidelist h4{
	background: url("/public/images/tbk.png") no-repeat 6px 9px;
	background-color: #d9f6c6;  /*#0b8d53*/
	height: 38px;line-height: 38px;
	border-radius: 10px;
	border: 1px solid #91e581;
	color:#0b8d53;
	padding-left: 33px;
}
.contentinfo li a,.hotart li a,.topart li a{
	word-break: break-all;
	word-wrap: break-word;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	/*多行*/
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.relateArtTopic {
	background: url(/public/images/t01.png) no-repeat 2px 50%;
	height: 30px;
	line-height: 30px;
	padding-left: 32px;
	color: green;
	 font-weight: bold;
	 font-size: 13px;
	 margin: 8px 0;
	 border-bottom: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
}
.relateArtTopic a{color: green;}

/*==========专辑==========*/
div.ztleftlist ul li{margin-bottom: 0;}
div.ztleftlist ul li a{border-left: 0;}

.specialsList{min-height: 190px;}
.specialtitle ul li{padding: 5px;}
.specialtitle .specialtitlemore{padding: 63px 0 3px 10px;text-align: center;width:80px;}
.specialsList img{width:100%;margin-bottom:3px;}
.specialsList-heading{font-size: 14px;}
.specailguide{margin-top: 10px;}
.specialTitleBox, .singleTitleBox {
	width: 100%;
	background: url(/public/images/zt_bg.gif) repeat-x left bottom;
	min-height: 300px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	box-shadow: 0px 2px 2px #ccc;
}
.specialTitleBoxHome{
	background: url(/public/images/zt_bg.gif) repeat-x left bottom;
	padding-bottom: 15px;box-shadow: 0px 2px 2px #ccc;
}
.specialHeader h1, .singleHeader h1 {
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 28px;
	font-family:  微软雅黑, SimHei, 黑体,"Microsoft YaHei";
	letter-spacing: 1px;
	color: rgb(62, 143, 0);
	font-weight: 500;
	box-shadow: rgb(204, 204, 204) 3px 3px 3px;
	padding: 10px;
	background: url(/public/images/top.png) 0px -40px repeat-x;
}
.specialInfo{padding-left: 0;min-height: 100px;}
.specialNode {
	margin-bottom: 6px;
	padding-left: 0;
}
.specialNode ul {
	border: 1px solid #ccc;
	background: url(/public/images/menuback/bg_white.png) repeat-x 0 -85px;
	min-height: 330px;
}
li.specialNodeTitle {
	height: 30px;
	margin-bottom: 10px;
	line-height: 28px;
}
li.specialNodeTitle h3 {
	background: url(/public/images/cornerpic/tag_hot_bg.png) no-repeat -1px -2px;
	padding: 10px 5px 8px 40px;
	margin: 0;
	margin-left: -15px;
	font-size: 14px;
	color: green;
	font-weight: bold;
}
.specialNodeListRight{padding-right: 0}
.otherSpecialLink{margin-right: 10px;}
.specialNode .media-left {
	width: 100px;
	height: 108px;
}
.specialNode li.media h5 a {
	color: #000;font-weight: bold;font-size: 15px;
}
.specialNode li a {
	color: #444;
}

.doublelistspecial li {
	height: 28px;
	line-height: 28px;
}

.specialNode .media-content {
	color: #666;
}

.typelist-left, .typelist-right{
	border:1px solid #ccc;margin-top: 10px;margin-bottom: 10px;
}
.typelist-left{padding: 0;padding-bottom: 3px;}
.typelist-left h4{
	padding: 10px;margin: 0;text-align: center; margin-bottom: 10px; color: #450542;font-size: 15px;
	background: url('/public/images/menuback/bg_green.png') repeat-x 0 0px;
	font-weight: bold;
}
.typelist-left h4 a{ color: #b41da0;}
.typelist-left ul,.typelist-left li{
	margin: 0; padding: 0;list-style: none;
}
.typelist-left li{
	padding-bottom: 8px;
}
.showztbox{
	word-wrap: break-word;
	word-break: break-all;
}


/*============== 登录 1080cb =====================*/
body div.layerbg{background-color: #fff;border:1px solid #fff;}
div.loginpad{
	color: #2c3e50;
	background-color: #fff;
	width: 100%;
	font-size: 14px;
	line-height: 1.428571429;
	padding: 30px 8px 0 8px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
div.loginpad .wrapper {
	background-color: #ecf0f1;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	-webkit-box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	box-shadow: 0 0 0 2px rgba(0,0,0,0.04);
	border: 1px solid rgba(0,0,0,0.3);
	margin:0 auto;
	padding: 15px 30px;
}
.wrapper .header {
	margin-bottom: 18px;
}
.text-center {
	text-align: center;
}
.wrapper .header  .header-logo {
	width: 50px;
	height: 50px;
	margin-left: 5px;
	margin-right: 20px;
	border-radius: 50%;
	display: block;float: left;
	background: #5f7b99 url("/public/images/logo22.png") no-repeat 6px 6px;
}
.wrapper .header-title {
	line-height: 180%;
	padding-top: 5px;

	display: block;float: left;
	font-size: 18px;
	font-weight: 500;
	color: inherit;
}
.wrapper .header-title h1{
	color:#2c3e50;
}
.wrapper  .header-title-func {
	font-size: 13px;
	padding: 0;
	margin: 0;
	border: 0;
}
.wrapper  .chkcode{text-align: left;padding-left: 0;padding-right:18px;}
.chkcode span{color:#ccc;}
.chkcode {line-height: 140%}




/*友链*/
.flink li{height:38px;line-height: 38px;}
.aboutustitle{color:#0593d3;font-size: 22px;font-family: "Microsoft YaHei", "微软雅黑", "SimHei", "黑体";margin-bottom: 18px;}
.aboutusnav{
	margin-top: 10px;
	padding-left: 0;
	margin-bottom: 20px;
}
.aboutusnav ul li{margin-bottom: 0px;}
.aboutusnav ul li a{
	color: green;
	border-radius: 8px;
	border: none;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	padding: 0 3px ;
	height: 25px;
	line-height: 25px;
	text-align: center;
	font-size: 14px;
	display: block;
	text-decoration: none;
}
.aboutusnav ul li a:hover{color:red;}
.aboutusnav ul li a.active{border-left: 3px solid #0078d0;  border-right: 3px solid #0078d0;   color: #0078d0;text-decoration: none;}
.teachersignup{background: url("/public/images/logo2.png") no-repeat;}



/*============首页===========*/

/*==============移动端start==============*/
.mobilehead{
	border-bottom: 1px solid #ccc;
}

ul#navhuoyuan{
	display: block;width: 100%;background-color:#ff3ea2 ;padding: 15px 5px;
}
ul#navhuoyuan a{
	color: #fff; font-size: 14px;font-weight: 300;
}
ul#navhuoyuan a:hover{
	color: #1959ef;
}
.naviconbox{text-align: right;padding-right: 15px;padding-top: 8px;}
.nav_trigger i{font-size: 35px;}

nav.mobilemainnav{display: none;position: fixed;z-index: 99999;top:47px;}
nav.mobilemainnav{
	background-color:#fff;border-bottom: 5px solid #17c769;padding-bottom: 15px;
}
.headercontentboxTxt {
	text-align: center;line-height: 40px;font-size: 16px;color:#000000;
}
.headercontentboxTxt a{color: #000}

/*======移动页icon=====*/


.indexMobileIcons li{
	padding-top:15px;text-align:center; display: inline-block;overflow: hidden;
}
.indexMobileIcons li img{max-width: 68%;border-radius: 50%;}
.indexMobileIcons li a i{font-size: 36px; color: #ff2bac; }
.indexMobileIcons li a div{display: block;padding: 5px 0 8px 0; color: #000;font-size: 15px;}
.indexMobileIcons li a {text-decoration: none;display: block;}
.indexMobileIcons li a:hover{color: green;}



div.progress {
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
div.progress .progress-bar {
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 18px;
}
.typelistslists a, .hotart a, .topart a {
	color: #000;
	font-weight: 500;
	line-height: 200%;
}
.topart{
	margin-bottom: 15px;
}
.topart a{
	color: #7126ff;font-size: 13px;
}
.topart ul{
	margin: 10px 0;
}
.hotart ul{
	margin: 10px 0;min-height: 10px;
}
.hotart ul li{
	padding-right: 2px;
}

.chklistheight h4{margin-top:0}
.topiclists h4 a, .chklistheight h4 a{color:darkgreen}
.indextypelist li{display: inline-block;height: 25px;line-height: 20px;padding: 4px 10px;}


/*================  橙色标题框 ===================*/
.subwebtopimg h2 {
	color: forestgreen;
	font-size: 20px;
	background: url(/public/images/tag_hot_bg.png) no-repeat -1px -2px;
	padding: 0;
	padding-left: 40px;
	line-height: 38px;
	border: 1px solid #fd6000;
	border-radius: 8px;
}
ul.cmsfeatureslist h4 {
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	line-height: 28px;
	font-size: 18px;
	color: blue;
}
ul.cmsfeatureslist h4 i {
	color: #fd6000;
}
a.doclink{
	margin-right: 10px;color:#009688;font-size: 20px;
}
a.doclink:hover{
	text-decoration:none;color:#cd5c5c;
}
a.doclinkbig{
	color:#009688;font-size: 20px;border: 1px solid #009688;border-radius: 28px;padding: 18px;text-decoration:none;
	display: inline-block;
}
a.doclinkbig-bg{
	color:#fff;border: 1px solid #fff;padding: 10px;margin-top: 18px;
}


/**=================  频道页 ===================*/
.bigbanner{
	background: #02C0F0 url("/public/images/banners/gyapi.jpg") top right ;height: 300px;position: relative;
}
.bigbanner h1{
	color: #fff;font-size: 35px;position:absolute; top:26px;left:228px;letter-spacing: 3px;
}
.bigbanner h1 strong{
	color: #113da8; font-size: 68px;
}

.mobilebanner{
	background: #02C0F0 url("/public/images/banners/gyapi.jpg") top left ;
}
.bigbanner h1.mobilebannerheader strong{
	font-size: 48px;
}
.bigbanner h1.mobilebannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 20px;
}

.bigbanner .txlists{
	position:absolute; top:128px;left:208px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbanner .txlists .txlist{
	padding: 10px;
}
.bigbanner .txbox{
	border: 1px solid #fff; padding: 8px;border-radius: 28px;text-align: center;
}
li.tx6lists{
	height: 180px;
}
ul.cmsfeatureslist h4.tx6{
	color:#0d79c5;font-size: 16px;
	border: 5px solid #0d79c5;border-radius: 50%;width: 100px;height: 100px;line-height: 92px;
	float: left;margin-right: 18px;text-align: center;
}
.cmsfeatures-content h5{
	font-size: 18px;font-family: "Helvetica Neue", Helvetica, "Microsoft YaHei", "微软雅黑", "黑体";font-weight: bold;
}

.mobilebanner .txlists{
	position: static; margin-top:18px;
}

/**订单页*/
.bigbannerOrder{
	background: #099093 url("/public/images/banners/order.jpg") top right ;height: 300px;position: relative;
}
.bigbannerOrder h1{
	font-size: 38px;color: #fff;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerOrder .txlists,.bigbannerOrder .txlist,.bigbannerOrder .txbox{padding-left: 0;}
.bigbannerOrder .txbox{
	font-size: 26px;color: #ecee04;
}
.mobileOrderbanner{
	background: #02C0F0 url("/public/images/banners/order.jpg") top left ;
}
.mobileOrderbanner h1.mobileOrderbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.mobileOrderbanner  .txlists,.mobileOrderbanner  .txlist{text-align: center;padding-right: 0;}

ul.featureslist li h4{
	border-radius:  20px 20px 0 0 ; background-color: #009688;color:#fff;height: 34px;line-height: 34px; text-align: center;letter-spacing: 2px;
	margin-bottom: 0;border: 1px solid #009688;
}
.features-content{
	border: 1px solid #009688;padding: 18px 15px;border-radius: 0 0 20px 20px;
}

/**超级搜索*/
.bigbannerSearch{
	background: #383a60 url("/public/images/banners/search.jpg") top right ;height: 300px;position: relative;
}
.bigbannerSearch h1{
	font-size: 38px;color: #fff805;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerSearch .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerSearch .txlists .txlist{
	padding: 10px;
}
ul.supersearch li h4{background-color: #383a60;border: 1px solid #383a60;}
ul.supersearch li .features-content{border: 1px solid #383a60;}
.mobileSearchbanner{
	background: #383a60 url("/public/images/banners/search.jpg") top left ;
}
.mobileSearchbanner h1.mobileSearchbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.mobileSearchbanner  .txlists,.mobileSearchbanner  .txlist{text-align: center;padding-right: 0;}

/**发单图*/
.bigbannerWechat{
	background: #0E7AC5 url("/public/images/banners/wechatpic.jpg") top right ;height: 300px;position: relative;
}
.bigbannerWechat h1{
	font-size: 38px;color: #fff805;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerWechat .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerWechat .txlists .txlist{
	padding: 10px;
}
.mobileWechatbanner{
	background: #02C0F0 url("/public/images/banners/wechatpic.jpg") top left ;
}
.mobileWechatbanner h1.mobileWechatbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.mobileWechatbanner  .txlists,.mobileWechatbanner  .txlist{text-align: center;padding-right: 0;}
ul.fadantu li h4{background-color: #0f79c3;border: 1px solid #0f79c3;}
ul.fadantu li .features-content{border: 1px solid #0f79c3;}

/**解密*/
.bigbannerDec{
	background: #0E7AC5 url("/public/images/banners/dec.jpg") top right ;height: 300px;position: relative;
}
.bigbannerDec h1{
	font-size: 38px;color: #fff805;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerDec .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerDec .txlists .txlist{
	padding: 10px;
}
.mobileDecbanner{
	background: #02C0F0 url("/public/images/banners/dec.jpg") top left ;
}
.mobileDecbanner h1.mobileDecbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.bigbannerDec .txlists,.bigbannerDec .txlist,.bigbannerDec .txbox{padding-left: 0;}
.mobileDecbanner .txbox{
	text-align: center;
}


/**网站*/
.bigbannerWeb{
	background: #0E7AC5 url("/public/images/banners/web.jpg") top right ;height: 300px;position: relative;
}
.bigbannerWeb h1{
	font-size: 38px;color: #fff805;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerWeb .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerWeb .txlists .txlist{
	padding: 10px;
}
.mobileWebbanner{
	background: #02C0F0 url("/public/images/banners/web.jpg") top left ;
}
.mobileWebbanner h1.mobileWebbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.bigbannerWeb .txlists,.bigbannerWeb .txlist,.bigbannerWeb .txbox{padding-left: 0;}
.mobileWebbanner .txbox{
	text-align: center;
}

ul.weblist li h4{background-color: #1b92fe;border: 1px solid #1b92fe;}
ul.weblist li .features-content{border: 1px solid #1b92fe;}


/**机器人*/
.bigbannerRobot{
	background: #0E7AC5 url("/public/images/banners/wechat.jpg") top right ;height: 300px;position: relative;
}
.bigbannerRobot h1{
	font-size: 38px;color: #fff805;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerRobot .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerRobot .txlists .txlist{
	padding: 10px;
}
.mobileRobotbanner{
	background: #02C0F0 url("/public/images/banners/wechat.jpg") top left ;
}
.mobileRobotbanner h1.mobileRobotbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.bigbannerRobot .txlists,.bigbannerRobot .txlist,.bigbannerRobot .txbox{padding-left: 0;}
.mobileRobotbanner .txbox{
	text-align: center;
}

/**详情页*/
.detailRobot{
	background: #0E7AC5 url("/public/images/banners/detailpic.jpg") top right ;height: 300px;position: relative;
}
.mobileDetailBanner{
	background: #02C0F0 url("/public/images/banners/detailpic.jpg") top left ;
}
.mobileDetailBanner h1.mobileRobotbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.mobileDetailBanner .txbox{
	text-align: center;
}

ul.weblist li h4{background-color: #1b92fe;border: 1px solid #1b92fe;}
ul.weblist li .features-content{border: 1px solid #1b92fe;}

/**拉新 bigbannerLaxin */
.bigbannerLaxin{
	background: #0E7AC5 url("/public/images/banners/laxin.jpg") top right ;height: 300px;position: relative;
}
.bigbannerLaxin h1{
	font-size: 38px;color: #383a60;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerLaxin .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerLaxin .txlists .txlist{
	padding: 10px;
}
.mobileLaxinbanner{
	background: #02C0F0 url("/public/images/banners/laxin.jpg") top left ;
}
.mobileLaxinbanner h1.mobileLaxinbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.bigbannerLaxin .txlists,.bigbannerLaxin .txlist,.bigbannerLaxin .txbox{padding-left: 0;}
.mobileLaxinbanner .txbox{
	text-align: center;
}

ul.weblist li h4{background-color: #1b92fe;border: 1px solid #1b92fe;}
ul.weblist li .features-content{border: 1px solid #1b92fe;}


/**产品库 */
.bigbannerPro{
	background: #d3224e url("/public/images/banners/pro.jpg") top right ;height: 300px;position: relative;
}
.bigbannerPro h1{
	font-size: 38px;color: #ecee04;line-height: 160%;padding-top: 50px;padding-bottom: 20px;letter-spacing: 3px;
}
.bigbannerPro .txlists{
	position:absolute; top:168px;left:0px;color: #fff; font-size:20px;padding-left: 0;padding-right: 0;
}
.bigbannerPro .txlists .txlist{
	padding: 10px;
}
.mobileProbanner{
	background: #d3224e url("/public/images/banners/pro.jpg") top left ;
}
.mobileProbanner h1.mobileProbannerheader{
	width: 100%;
	position:static; letter-spacing: 3px;text-align: center;
	font-size: 26px;
}
.bigbannerPro .txlists,.bigbannerPro .txlist,.bigbannerPro .txbox{padding-left: 0;}
.mobileProbanner .txbox{
	text-align: center;
}

ul.hotpro li h4{background-color: #d3224e;border: 1px solid #d3224e;}
ul.hotpro li .features-content{border: 1px solid #d3224e;}

/**价格表*/
.pricetablech{
margin: 18px 0;background-color: #008f82;border-radius: 18px;
}
.pricetablech .txlist{
	padding: 16px;
}
.pricetablech .txbox{
	color: #fff;border: 1px solid #fff; padding: 8px;border-radius: 28px;text-align: center;font-size:20px;
}



