/*基础设置*/
body{ font-family:Helvetica, Tahoma, Arial, sans-serif; }
h1,h2,h3,h4,h5,h6{ font-family: "Microsoft Yahei"; }
.font16{ font-size: 16px; }
.font14{ font-size: 14px; }
.mL5{ margin-left: 5px; }
.line28{ line-height: 28px; }
.line20{
	line-height: 20px;
}
.w1140{
	width:1140px;
	margin: 0 auto;  
    font: normal 14px/24px Helvetica, Tahoma, Arial, sans-serif;
}

.w1140 .list-inline{ line-height: 18px;}
.line22{
	line-height: 22px;
}
.h36{
	height: 36px;
}
.line18{
	line-height: 18px;
}
.line24{ line-height: 24px;}
.overflow{ white-space: nowrap; word-break: keep-all; overflow: hidden; text-overflow: ellipsis; }
.overflowH{
	overflow: hidden;
}
.mB10{ margin-bottom:10px;}
.mT5{ margin-top:5px;}
.pTB5{ padding-top:5px;padding-bottom:5px;}
.pT30{ margin-top: 30px; margin-bottom: 10px; }
.pTB10{ padding-top: 10px; padding-bottom: 10px; }
.mTB210{ margin-top: 20px; margin-bottom: 10px; }
.mT10{ margin-top: 10px; }
.pT10{ padding-top: 10px; }
.mL10{ margin-left: 10px; }
.mL20{ margin-left: 20px; }
.mR10{ margin-right: 10px; }
.fontYH{ font-family: "Microsoft Yahei"; }
.PosR{ position: relative; }
.font12{ font-size: 12px; }
.lineBorder{ border: 1px solid #eaeaea; }
.mT20{ margin-top: 20px; }
.font22{ font-size: 22px; }
.line18{ line-height: 18px; }
hr { margin-top: 15px; margin-bottom: 15px; border: 0; border-top: 1px solid #eee; }
.lineR-G{ border-right: 1px dashed  #DCDCDC; }
.p10{ padding: 10px; }
.pLR10{ padding-left: 10px; padding-right: 10px; }
.p2{ padding: 2px; }
.p1{ padding: 1px; }
.mB0{ margin-bottom: 0; }
.mTB0{
	margin-top:0;margin-bottom:0;
}

.bgwhite{
	background-color: #fff;
}
.h40{height:40px;}
/*blue*/
.blue a:link, .blue a:visited,.blue,
a.blue:link, a.blue:visited { color: #2a6496; text-decoration: none; }

.blue a:hover, .blue a:active,
a.blue:hover, a.blue:active { color: #2a6496; text-decoration: underline; }
/*red*/
.red,.red a:link, .red a:visited,
a.red:link, a.red:visited { color: #f00; text-decoration: none; }

.red a:hover, .red a:active,
a.red:hover, a.red:active { color: #f00; text-decoration: underline; }
/*gray*/
.gray a:link, .gray a:visited,.gray,
a.gray:link, a.gray:visited { color: #7E7E7E; text-decoration: none; }

.gray a:hover, .gray a:active,
a.gray:hover, a.gray:active { color: #7E7E7E; text-decoration: underline; }
/*black*/ 
.black a:link, .black a:visited,.black,
a.black:link, a.black:visited { color: #333; text-decoration: none; }
.black a:hover, .black a:active,
a.black:hover, a.black:active { color: #FF7300; text-decoration: none; }
/*green*/
a.green:link, a.green:visited,.green { color: #78a633; text-decoration: none; }

a.green:hover, a.green:active { color: #78a633; text-decoration: underline; }

.green a:link, .green a:visited { color: #d3fcae; text-decoration: none; }
/*white*/ 
.white a:link, .white a:visited,.white,
a.white:link, a.white:visited { color: #fff; text-decoration: none; }
/*yellow*/
.yellow,
.yellow a:link, .yellow a:visited,
a.yellow:link, a.yellow:visited { color: #FF6801; text-decoration: none; }

.yellow a:hover, .yellow a:active,
a.yellow:hover, a.yellow:active { color: #FF6801; text-decoration: underline; }

/*去掉a标签的虚线*/
a { outline: 0; }
a:active { star: expression(this.onFocus=this.blur()); }
a:focus { outline: 0; }
a:hover{ text-decoration: none;}
.list-inline li{ margin-top: 10px; }
/*******bootstrap rewhite***************/
.nav-evget {
    list-style: none outside none;
    margin-bottom: 0;
    padding-left: 8px;
}
.nav-evget:before, .nav-evget:after {
    content: " ";
    display: table;
}
.nav-evget:after {
    clear: both;
}
.nav-evget > li > a {
  position: relative;
  display: block;
  padding: 7px 15px;
}
.dl-horizontal-evget
{ margin-bottom:15px;}
  .dl-horizontal-evget dt {
    float: left;
    width: 30%;
    clear: left;
  }
  .dl-horizontal-evget dd {
    margin-left: 33%;
  }
  .dl-horizontal-evget dd:before,
  .dl-horizontal-evget dd:after {
    display: table;
    content: " ";
  }
  .dl-horizontal-evget dd:after {
    clear: both;
  }
.articlecon .img-thumbnail,.articlecon .img-responsive{ max-width:93%;}  
  
/*首页分类列表*/

/*自定义标签和徽记*/
.label-primary-leve { background-color: #7CC1E7; }
.label-default-leve { background-color: #E3E3E3; }
.label-default-leve a{ color: #666; }
.label-default a{ color: #dadada; }
.label a:hover{ color: #fff; }
.progress {
height: 20px;
margin-bottom: 0px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.badge { display: inline-block; min-width: 10px; padding: 3px 7px; font-size: 12px; font-weight: normal; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; background-color: #bababa; border-radius: 10px; }

.badge-primary { background-color: #428bca; }

.badge-success { background-color: #5cb85c; }

.badge-info { background-color: #5bc0de; }

.badge-danger { background-color: #d9534f; }

.badge-warning { background-color: #f89406; }

.badge-default-leve{ background-color: #E3E3E3; margin-top: 10px; }

.badge-default-leve a{ color: #333; font-weight: normal; }

.badge-default-leve a:hover{ color: #fff; font-weight: normal; }

.badge-default-leve:hover{ background-color: #f89406; }

.label{ font-weight: normal; font-size:12px;}

/*添加多级下拉菜单效果*/
/* overrides */
 .dropdown-toggle{  }

.menu-dropdown, .dropdown-menu{ display: none; }

.menu-dropdown > .dropdown-menu{ display: block; }

.dropdown-menu > .dropdown > .dropdown-toggle:hover { background-color: #dddddd; background-repeat: repeat-x; background-image: -khtml-gradient(linear, left top, left bottom, from(#eeeeee), to(#dddddd)); background-image: -moz-linear-gradient(top, #eeeeee, #dddddd); background-image: -ms-linear-gradient(top, #eeeeee, #dddddd); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dddddd)); background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd); background-image: -o-linear-gradient(top, #eeeeee, #dddddd); background-image: linear-gradient(top, #eeeeee, #dddddd); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#dddddd', GradientType=0); color: #404040; text-decoration: none; -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.025), inset 0 -1px rgba(0, 0, 0, 0.025); }

.open .menu-dropdown > .dropdown:hover > .dropdown-menu,
.dropdown.open .menu-dropdown > .dropdown:hover > .dropdown-menu,
.open .dropdown-menu > .dropdown:hover > .dropdown-menu,
.dropdown.open .dropdown-menu > .dropdown:hover > .dropdown-menu{ display: block; }

.nav .dropdown-menu .dropdown > .dropdown-toggle,
.nav .menu-dropdown .dropdown > .dropdown-toggle { color: #999; }

.nav .dropdown-menu .dropdown > .dropdown-toggle:hover,
.nav .menu-dropdown .dropdown > .dropdown-toggle:hover { color: #fff; }

.menu-dropdown > .dropdown > .dropdown-toggle::after,
.dropdown-menu > .dropdown > .dropdown-toggle::after { border: none; }

.menu-dropdown > .dropdown > .dropdown-menu ,
.dropdown-menu > .dropdown > .dropdown-menu { top: 0px; }

.menu-dropdown > .dropdown.offset-left > .dropdown-menu,
.dropdown-menu > .dropdown.offset-left > .dropdown-menu { right: 100%; }

.menu-dropdown > .dropdown.offset-right > .dropdown-menu,
.dropdown-menu > .dropdown.offset-right > .dropdown-menu { left: 100%; }

/*头部*/
.toptext{ height: 24px; background-color: #F6F6F6; border-bottom: 1px solid #E2E2E2; line-height: 24px; font-size: 12px; }

/*导航*/
.headnav{ min-height: 40px; background-color: #FF9900; background-image: -moz-linear-gradient(top, #FF9900, #FD7922); background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FF9900), to(#FD7922)); background-image: -webkit-linear-gradient(top, #FF9900, #FD7922); background-image: -o-linear-gradient(top, #FF9900, #FD7922); background-image: linear-gradient(to bottom, #FF9900, #FD7922); background-repeat: repeat-x; border: 0; -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; filter: none; -webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15); box-shadow: 0 1px 4px 0 rgba(0,0,0,.15); height: 40px; }

#nav2{ }

#nav2 ul{ float: left; list-style: none; padding: 0; }

#nav2 ul li{ float: left; }

#nav2 ul li a{ height: 40px; line-height: 40px; padding: 0 15px; color: #fff; font-size: 16px; margin-left: 1px; text-shadow: 0 -1px 0 #EB5E00; font-family: "Microsoft Yahei"; }

#nav2 ul li a:hover,#nav2 ul li a.active{ background: #fff; display: block; text-decoration: none; color: #FF6C00; text-shadow: 0 -1px 0 #fafafa; }

#nav2 ul li .dropdown-menu{ padding-top: 7px; padding-bottom: 8px; }

#nav2 ul li .dropdown-menu li{ float: none; }

#nav2 ul li .dropdown-menu a{ color: #333; font-size: 14px; text-shadow: none; line-height: 26px; height: 26px; }

#nav2 ul li .dropdown-menu a:hover{ color: #fff; background-color: #FF6C00; }

.tel{ height: 36px; line-height: 36px; color: #fff; font-size: 16px;text-shadow: 0 -1px 0 #EB5E00; }

.taggle-btn{ display: none; }
/*index*/

.pagelabel {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
			 width: 20px;
			 height: 20px;
			 line-height: 20px;
			 text-align: center;
			  background-color: #B1B6B1;
			  display: block;
			  
			  margin-right:3px;
}
.pagelabel:hover,.pagelabeselct{
	 -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
			 width: 20px;
			 height: 20px;
			 line-height: 20px;
			 text-align: center;
			  background-color: #FE842E;
			  display: block;
			  
			  margin-right:3px;
}	
/*new index 2014-03-15*/

.row1_left{
	width: 190px;
	float:left;
	
}
.row1_middle{
	width: 735px;
	float:left;
}
.row1_right{
	width: 215px;
	float:right;
}
.row2-left{
	width:325px;
	float:left;
	height: 490px;
}
.row2-middle{
	width:490px;
	float:left;
	height: 490px;
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;
	padding: 15px;
}
.row2-middle .title{
	font-size:22px;
	line-height: 32px;
	margin-bottom:5px;
}
.row2-middle .summay{
	font-size:14px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.row2-right{
	width:325px;
	float:right;
	height: 490px;
	border-bottom:1px solid #DFDFDF;
	border-top:1px solid #DFDFDF;
	border-right:1px solid #DFDFDF;

}
.hotptbox{
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
	height: 170px;
	width: 735px;
}
.row2-left .picnews{
	width:325px;
	height: 245px;
}
.row2-left .zt{
	width:325px;
	height: 245px;
	border: 1px solid #DFDFDF;
	border-top:0;
}
.row2-left .zt .title,.row2-right .title,.row3-right .title{
	background-color: #F4F4F4;
	 height: 32px;
	 line-height: 32px;
	 border-bottom:1px solid #DFDFDF;
	 padding: 0 12px;
	 color:#333;
	 font-weight: bold;
}
.row2-left .zt .text{
	padding: 8px 5px 3px 10px;
	 width: 50%;
	 float: left;
	 
	 display: block;
}
.twolist{
	padding: 10px;
}
.twolist li{
	width: 49%;
	float: left;
	padding:0 5px;
	margin-bottom:3px;
    list-style: none;
    margin-top: 5px;
}
.hotptbox .nav-tabs {
border-bottom: 1px solid #DFDFDF;
}
.hotptbox .nav-tabs>li.active>a,.hotptbox .nav-tabs>li.active>a:hover,.hotptbox .nav-tabs>li.active>a:focus {
color: #555;
cursor: default;
background-color: #EEEEEE;
border: 1px solid #DFDFDF;
border-bottom-color: transparent;
}
.hotptbox .nav-tabs>li>a {
margin-right: 0px;
line-height: 1.428571429;
border: 1px solid transparent;
}
.hotptbox .nav>li>a {
position: relative;
display: block;
padding: 7px 20px;
border-radius: 0;
}
.row1_right .rightbox{
	height:550px;
	width: 215px;
	border-top:3px solid #FD7A20;
	border-right:1px solid #DFDFDF;
	border-bottom:1px solid #DFDFDF;
}
.row1_right .rightbox .pinpai{
	height:127px;
	border-bottom: 1px solid #DFDFDF;
}
.pinpai .carousel-indicators li,.picnews .carousel-indicators li{
display: inline-block;
width: 7px;
height: 7px;
margin: 0px;
text-indent: -999px;
cursor: pointer;
background-color: #999;
border-radius: 4px;
}
.pinpai .carousel-indicators .active,.picnews .carousel-indicators .active {
width: 9px;
height:9px;
margin: 0;
background-color: #FE8218;
}
.pinpai .carousel-indicators {
position: absolute;
bottom: -13px;
left: 50%;
z-index: 15;
text-align: center;
list-style: none;
}
.picnews .carousel-indicators{
	position: absolute;
bottom: 3px;
left: 50%;
z-index: 15;
text-align: center;
list-style: none;
}
.service{
	height: 26px;
	background-color: #F2F2F2;
	padding:3px 10px;
}
.service .text{
	padding:0 8px;
	float: left;
	text-align: center;
}
.gonggao{
	height: 224px;
	background: url(/images/gonggaobg.gif) repeat-x top #F4F4F4;
	border-bottom: 1px solid #DFDFDF;
	padding: 10px;
}
.huodong{
	height: 136px;
	border-bottom: 1px solid #DFDFDF;
	padding: 10px;
}
.yuanxiao{
	height: 33px;
	line-height: 33px;
	background-color: #F0F0F0;
  text-align: center;
}
.row3-left{
	 height: 346px;
	 width: 305px;
	 float: left;
	 border: 1px solid #DFDFDF;
	 border-right: 0;
}
.row3-left .courseslist {
	padding: 15px 13px;
	height: 76px;
	 background: url(/images/indexvideolistbg.gif) repeat-x;
	 border-bottom: 1px solid #DFDFDF;
	 display: block;
	 margin-top:0;
}
.row3-left .courseslist:hover{
	background: url(/images/indexvideolistbg2.gif) repeat-x;
}
.row3-middle{
	 height: 346px;
	 width: 615px;
	 float: left;
}
.row3-right{
	 height: 346px;
	 width: 220px;
	 float: right;
	 border: 1px solid #DFDFDF;
	 border-left:0;
}
.rowtitle{
	font-size: 20px;
	padding:7px 0;
}

/*产品部分*/
.lable-kj { width: 99px; height: 90px; background: url(/images/lable-kj.png) no-repeat; position: absolute; left: -6px; top: -6px; z-index: 999; display: block; }
.lable-software {
    width: 99px;
    height: 90px;
    background: url(/images/lable-software.png) no-repeat;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 99;
}

.lable-app {
    width: 99px;
    height: 90px;
    background: url(/images/lable-app.png) no-repeat;
    position: absolute;
    left: -6px;
    top: -6px;
    z-index: 99;
}
.newpt, .newpttop { }

    .newpt h1, .newpttop h1 { font-size: 22px; margin: 0; padding: 0; }

    .newpt h1, .newpt h2, .newpt h3, .newpttop h1, .newpttop h2, .newpttop h3 { line-height: 18px; }

    .newpt h2, .newpt h3, .newpttop h2, .newpttop h3 { font-size: 16px; margin: 15px 0; }

/*table 自定义*/
.table-bordered { border: 1px solid #ddd; border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

.table>thead>tr>th { vertical-align: bottom; border-bottom: 1px solid #ddd; }

.table>tbody>tr>td{ font-size: 12px; }

/*product tab*/
.subject { width: 100%; height: 31px; margin: 0 auto; border-bottom: 2px solid #F37703; padding-bottom: 2px; }

.subject  .sub_menu { margin: 0; padding-left: 10px; list-style: none; }

        .subject  .sub_menu li.hover { margin: 0 5px 0 0; background: url('/images/evget_newbg.png') 0 -367px no-repeat; font-weight: bold; color: #fff; height: 29px; line-height: 29px; }

       .subject  .sub_menu li { float: left; margin: 3px 5px 0 0; padding: 0; cursor: pointer; width: 75px; height: 26px; line-height: 30px; overflow: hidden; text-align: center; background: url('/images/evget_newbg.png') -75px -367px no-repeat; color: #555; font-size: 14px; font-weight: normal; }

		  .subject  .sub_menu li a{ color: #333; }

		  .subject  .sub_menu li a:hover{ color: #FF6801; }

		  .subject  .sub_menu li.hover a{ color: #fff; }

		  .subject  .sub_menu li.hover a:hover{ color: #fff; }

/*搜索*/
.searchselect { line-height: 22px; }

    .searchselect li { }

        .searchselect li a { padding: 3px 8px; margin-right: 10px; }

            .searchselect li a:hover, .searchselect li a.active { color: #fff; background: #FD8038; text-decoration: none; }

/*自定义面包屑导航*/
.breadcrumb { padding: 8px 15px 8px 0px; margin-bottom: 10px; list-style: none; background-color: #fff; border-radius: 4px; }

/*文章*/
.articlecon { line-height: 28px; }

.articlecon ul { /*margin-left: 24px;*/ margin-top: 5px; margin-bottom: 15px; font-size: 16px; }

.articlecon p{ font-size: 16px; text-indent: 2em; margin: 26px 0; }

.articlecon table p,.articlecon table tr td p{ margin: 0; text-indent: 0; font-size:12px;}

.articlecon .table td,.articlecon .table td p{padding:3px;font-size:14px;}

.articlecon ul li { margin-left: 20px; /*list-style: disc;*/ line-height: 28px; }

.articlecon h1, .articlecon h2, .articlecon h3, .articlecon h4, .articlecon h5 { font-size: 16px; font-family: "Microsoft Yahei"; margin: 10px 0; }

.accordion-inner ul li{ line-height: 28px; }

.youyong { border: 1px solid #eaeaea; border-radius: 4px 4px 0 0; margin-left:5px;}

.pLR10 { padding-left: 10px; padding-right: 10px; }

.bgblue_leve1 { background-color: #EBF3FB; }
.border-d-b{
	border-bottom:dashed #999 1px;
	}
.list{
	
	}
.list li{
	margin-left:-20px;
	padding-top:12px;
	}
.list li span{
	float:right;
	margin-left:2px;
	color:#999;
	}
.article{
	padding-left:0px;
	margin-left:0px;
	padding-top:5px;
	}
.article li{
	width:100%;
	line-height:26px;
	height:26px; 
	overflow:hidden; 
	list-style-type:disc; 
	list-style-position:inside;}
.article li span{
	float:right;
	margin-left:2px;
	color:#999;}
/*list */
.list-inline>li:first-child {
padding-left:5px;
}
.evList{ list-style:none;padding-left:0;margin-bottom:0;}
.evList span{color: #8E8E8E;float: right;margin-left: 2px; font-size: 12px;}
.evList li{ height: 24px;line-height: 24px;overflow: hidden;width: 100%;}
.evList i{font-style: normal;}
.w1140 .evList li{
	height: 32px;line-height: 32px;overflow: hidden;width: 100%;
}

/*自定义轮播*/
.carousel-indicators {
bottom: 0px;
}
.carousel-caption {
position: absolute;
top: 5%;
bottom: 20px;
left: 8%;
right:8%;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 1px rgba(0,0,0,0.7);
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left {
left: 5%;
}
.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right {
right: 5%;
}
/*问答*/
.lineBorderR{
	border-right:1px solid #eaeaea;
}
.wdzz{
	background-color: #E3E3E3;
	width: 50px;
	height: 50px;
	 border-radius: 10%;
}
.wdaz{
	height: 35px;
	line-height: 35px;
	border-top:1px solid #eaeaea;
	border-bottom:1px solid #eaeaea;
}
/*videos*/
/*portfolio*/
.w-box {
margin: 0 0 15px 0;
background: #FFF;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
position: relative;
overflow: hidden;
cursor: default;
}
.w-box.inverse {
background: none;
border: 0;
}
.w-box .date-over {
width:95%;
padding: 5px;
background: #FFE4C7;
color: #333;
position: absolute;
top: 15px;
left: 0px;
text-align: center;
}
 .figure {
position: relative;
overflow: hidden;
}

/* HOVER ANIMATIONS */
.bg-2 {
background: url(/images/op30.png);	
color: #FFF;
}
 .figure img,.thumbnail img{
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s; 
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s; 
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s; 
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
 .figure:hover img,.thumbnail:hover img{
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
}
.figure .figcaption{height:100%; padding:0 15px; width:100%; position:absolute; left:0; top:auto; bottom:0; opacity:0; 
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	-o-transform: translateY(100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
 .figure:hover .figcaption,.thumbnail:hover{
	opacity:0.8;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
 .figure .figcaption{text-align:center;}
 .figure .figcaption-btn{width:100%; height:100%; position:absolute; top:45%; opacity:0; text-align:center;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
	-o-transition: -o-transform 0.4s, opacity 0.1s 0.3s;
	transition: transform 0.4s, opacity 0.1s 0.3s;
}
 .figure:hover .figcaption-btn{
	opacity:1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;}
 .figure a{position:relative; bottom:5px;}
 .figure .figcaption h3{padding-bottom:5px; margin-bottom:10px; font-size:14px; font-weight:600; border-bottom:1px solid #f2f2f2;}


.figcaption-btn a:hover{
	color: #fff;
}
/*底部*/
footer{
	width: 100%;
	 background-color: #fafafa;
	 border-top:3px solid #D8D8D8;	 
}
footer .link{
	background-color: #dadada;
	padding: 5px 10px;
	border-radius: 4px;
}
/*product-default*/
.PTbanner{
 background:#fff;
}
.PTcategorymenu{
	 position: absolute;
	 top: 0;
	 left:64px;
	 width: 190px;
	 height: 100%;
	 background-color: #fff;
	 z-index: 10000;
	 opacity:0.9;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.PTcategorymenu2{

	 width: 100%;
	 height:550px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
filter: none;
-webkit-box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
box-shadow: 0 1px 4px 0 rgba(0,0,0,.15);
	 z-index: 10000;
	 border: 2px solid #FF9801;	 
}
.PTcategorymenu .top,.PTcategorymenu .bottom,.PTcategorymenu2 .top,.PTcategorymenu2 .bottom{
	height: 5%;
	line-height: 12px;
}
.PTcategorymenu .middle{
	 border-top: 1px solid #E4E4E4;
	 height: 90%;
	 overflow: hidden;
}
.PTcategorymenu2 .middle{
	background-color: #fff;
	height: 90%;
	overflow: hidden;
	border-top: 1px solid #E4E4E4;
}
.PTcategorymenu .middle .menulist,.PTcategorymenu2 .middle .menulist{
	height: 20%;
	border-bottom:1px solid #E4E4E4;
	padding:0 12px;
	display: block;
}
.PTcategorymenu2 .middle .menulist{
	height: 12.5%;
	border-bottom:1px solid #E4E4E4;
	padding:0 12px;
	display: block;
}
.PTcategorymenu .middle .menulist:hover{
background: url(/images/ptmenubg.gif)  repeat-x top;
}
.PTcategorymenu2 .middle .menulist:hover{
background:#FFE3BD;
}
.sm-wrap{
	
}
.sm-wrap .mt {
height: 30px;
margin-bottom: 5px;
}
.sm-wrap .mt h2 {
float: left;
color: #e33a3d;
font-size: 24px;
line-height: 30px;
margin:0;
font-weight: bold;

padding: 0;
}
.sm-wrap .mt .ext {
float: left;
margin-left:20px;
margin-top:5px;
}
.sm-wrap .mt .ext .filter-item,.filter-item2 {
display: inline-block;
position: relative;
height: 26px;
padding: 2px 8px;
color:#666;
border: 1px solid #cdcdcd;
background: #FFF;
margin-right: 3px;
-webkit-transition: border-color .1s,color .1s;
-moz-transition: border-color .1s,color .1s;
-o-transition: border-color .1s,color .1s;
-ms-transition: border-color .1s,color .1s;
transition: border-color .1s,color .1s;
}
.sm-wrap .mt .ext .filter-item:hover,.filter-item2:hover {
padding: 1px 7px;
border: 2px solid #e33a3d;
text-decoration: none;
color:#ff0000;
}
.sm-wrap .mt .ext .filter-item.selected,.filter-item2.selected {
padding: 1px 7px;
border: 2px solid #e33a3d;
font-size: 14px;
color: #ff0000;
}
.sm-wrap .mt .ext .filter-item.selected b ,.filter-item2.selected b{
display: block;
}
.sm-wrap .mt .ext .filter-item b,.filter-item2 b {
position: absolute;
vertical-align: middle;
 display: none;
right: 0;
bottom: 0;
line-height: 0;
font-size: 0;
width: 8px;
height: 8px;
background: url(/images/index.supermarket.common.png) no-repeat;
}
.sm-wrap .mc {
height: 359px;
background: #FFF;
border: 1px solid #eaeaea;
}
.sm-wrap .mc .firstfloor{
	padding:15px;
	position: relative;
	height: 357px;
}
.sm-wrap .mc .firstfloor .sub-list {
position: absolute;
left: 12px;
top: 20px;
z-index: 5;
}
.sm-wrap .mc .firstfloor .sub-list em{
font-style: normal;
}
.sm-wrap .mc .firstfloor .sub-con {
padding: 0px 0 0 242px;
overflow: hidden;
position: relative;
}
.sm-wrap .mc .firstfloor .sub-list a {
position: absolute;
display: table;
background: #eee;
text-align: center;
font-family: "microsoft yahei";
overflow: hidden;
color: #b2b2b2;
cursor: pointer;
-webkit-transition: background .1s,color .1s;
-moz-transition: background .1s,color .1s;
-o-transition: background .1s,color .1s;
-ms-transition: background .1s,color .1s;
transition: background .1s,color .1s;
}
.sm-wrap .mc .firstfloor .sub-list a.fore1, .sm-wrap .mc .firstfloor .sub-list a.fore2 {
font-size: 24px;
 line-height: 129px;
width: 129px;
height: 129px;
}
.sm-wrap .mc .firstfloor .sub-list a.fore1 {
top: 0;
left: 0;
}
.sm-wrap .mc .firstfloor .sub-list a:hover, .sm-wrap .mc .firstfloor .sub-list a.selected {
text-decoration: none;
background: #e33a3d;
color: #FFF;
}
.sm-wrap .mc .firstfloor .sub-list a.fore1 em {
 text-align: center;
}

.sm-wrap .mc .firstfloor .sub-list a.fore2 {
top: 139px;
left: 0;
}
.sm-wrap .mc .firstfloor .sub-list a.fore3 {
top: 0;
left: 139px;
}
.sm-wrap .mc .firstfloor .sub-list a.fore3, .sm-wrap .mc .firstfloor .sub-list a.fore4, .sm-wrap .mc .firstfloor .sub-list a.fore5 {
font-size: 18px;
line-height: 83px;
width: 83px;
height: 83px;
}
.sm-wrap .mc .firstfloor .sub-list a.fore4 {
top: 93px;
left: 139px;
}
.sm-wrap .mc .firstfloor .sub-list a.fore5 {
top: 185px;
left: 139px;
}
.sm-wrap .mc .firstfloor .sub-list a em {
display: block;
}
.sm-wrap .mc .firstfloor .patner{
	background-color: #E4E4E4;
	height: 60px;
	position: absolute;
	bottom: 0;
	left:0;
	border-top:1px solid #dadada;
 width: 100%;
}
.floor{
	background-color: #fff;
	border: 1px solid #dadada;
	width: 100%;
  
}
.floor .left{
	width: 21%;
	float: left;
	height: 360px;
	position: relative;	 
}
.floor .left .bgicon{
	color: #dadada;
	position: absolute;
	right: 10px;
	bottom: 10px;
}
.floor .left .title{
	font-size: 24px;
	padding: 25px 20px;
   color:#fff;
	opacity:0.8;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
	-moz-transition: -moz-transform 0.4s, opacity 0.1s;
	-o-transition: -o-transform 0.4s, opacity 0.1s;
	transition: transform 0.4s, opacity 0.1s;
}
.floor .left .listem{
	margin-top:20px;
	padding:0 10px 0 10px;
}
.filter-item2{
	margin-top:10px;
}
.bgblue{
	 background-color: #6DB7FB;
}     
.bgblue_leve1 { background-color: #EBF3FB; }
.bgyellow_leve1 { background-color: #F2EEE2; }
.bggray_leve1 { background-color: #F5f5f5; }
.bgyellow{
	 background-color: #FFA200;
}
.bgzs{
	background-color: #E4E4E4;
}
.floor .middle{
	width: 65%;
	float: left;
}
.floor .middle .items{
	list-style: none;
	margin: 0;
	padding: 0;
}
.floor .middle .items  li {
float: left;
height: 180px;
border-left: 1px solid #e8e8e8;
border-bottom: 1px solid #e8e8e8;
display: block;
}
.floor .right{
	width: 14%;
	 height: 100%;	
	 float: right;
	 height: 360px;
	 border-left: 1px solid #e8e8e8;
}
.floor .right .con{
	padding:10px 15px;
	text-align: center;
	margin-top:10px;
	
}
@media (max-width: 640px){
.floor .left{
	width: 40%;
	float: left;
	height: 100%;
	position: relative;
	
}

}
@media (max-width: 768px){
.floor .left{
	width: 35%;
	float: left;
	height: 100%;
	position: relative;
	
}

}

/*小于768的样式*/
@media (max-width: 768px){
	
	/**/
.taggle-btn{ display: inline-block; color: #fff; position: absolute; top: 7px; right: 20px; padding: 3px 6px; background-color: #A83D00; border: 1px solid transparent; border-radius: 4px; }

  /* */
  #nav2 .close-btn{ display: none; }

  
  /* */
  #nav2:target .close-btn{ display: inline-block; }
 
  /* */
  #nav2{ display: none; }

    /* */
  #nav2:target{ display: block; position: absolute; top: 0; padding-top: 40px; left: 0; width: 100%; z-index: 1000; }

  /* */
  #nav2:target ul{ background: #FFE7D6; width: 100%; margin-left: 0; }

  /*  */
   #nav2:target ul li{ float: none; }

 #nav2:target ul li a{ display: block; color: #333; text-align: left; height: 36px; line-height: 36px; font-size: 16px; text-shadow: none; }

  /* */
  #nav2:target ul li a:hover{ background: #FE954B; }

  /* */
  #nav2:target .active{ background: #FE954B; }
  
}
