﻿@charset "utf-8";
  
/* footer */

/* CSS Document */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;}
body { font-family:  "微软雅黑", "SimSun";  }
em{font-style:normal}
li{list-style:none}
fieldset, img { border:none; }
img{border:0;vertical-align:middle}
address, caption, cite, code, dfn, th, var { font-style:normal; font-weight:normal; }
ul, ol { list-style:none; }
input  { padding-top:0; padding-bottom:0; font-family: "SimSun";}
input::-moz-focus-inner { border:none; padding:0; }
select, input { vertical-align:middle; }
input[type="text"], input[type="password"], textarea { outline-style:none; -webkit-appearance:none; }
textarea { resize:none; }
p {word-wrap:break-word}
table { border-collapse:collapse; }
 
a{ color:#F5BF00; text-decoration:none;blr:expression(this.onFocus=this.blur());    }
 
a:hover {   text-decoration:none; }
img{ width: 100%; display: block;}
html{ height: 100%;}
.animate { -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; transition-duration: 0.5s; }
.animate1 { -webkit-transition-duration: 1s; -moz-transition-duration: 1s; -ms-transition-duration: 1s; transition-duration: 1s; }

.lhead{ background: #2A2A2A; height: 44px;}
.lhead .lindex .lmain1{ width: 100%; height: 44px;}
.lhead .llogo{ height: 32px; padding-top: 6px; float: left; margin-left: 2%;}
.lhead .llogo img{ width: auto; height: 100%;}
.lhead .llookup{ float: right; height: 28px; margin-top: 8px; margin-right: 10px;}
.lhead .llookup img{ width: auto; height: 100%;}

.lindex{ background: #F0F0F0;}
.lindex .lline{ height: 10px; width: 100%; border-bottom: 1px solid #ECECEC; border-top: 1px solid #ECECEC;}
.lindex .lmain2 .menu{width:100%;background:#fff; overflow: hidden;padding:10px 0;}
.lindex .lmain2 .menu a{width:33%;text-align:center;height:90px;background:#fff;float:left;padding:5px 0;}
.lindex .lmain2 .menu a img{height:60px;width:auto;margin: 0 auto;}
.lindex .lmain2 .menu a span{width:100%;line-height:20px;text-align:center;float:left;margin-top:10px;font-size:16px;color:#625541;}
.lindex .lmain3{overflow:hidden;width:100%; background:#fff; }
.lindex .lmain3 .main-bt{width:94%;margin:0 3%;float:left;height:48px;}
.lindex .lmain3 .main-bt em{float:left;line-height:48px;font-size:16px;}
.lindex .lmain3 .main-move{float:right;color:#999;line-height:48px; font-size: 12px; }
.lindex .lmain3 .main-img{margin:10px 4%;width:92%;height:4rem; overflow:hidden; float:left;}
.lindex .lmain3 .main-img img{float:left;width:100%;height:auto;}
.lindex .lmain3 .main-box{width:28%;float:left;margin:0 0 10px 4%;}
.lindex .lmain3 .main-box span{width:100%;float:left;line-height:20px;height:20px;font-size:14px;margin-top:5px;overflow:hidden;color:#666;}
.lindex .lmain3 .main-box em{width:100%;float:left;line-height:20px;height:20px;font-size:12px;color:#666;margin-bottom:5px;overflow:hidden;}
.lindex .lmain3 .main-box img{width:100%;}
/*.lindex .lmain3 .main-box:nth-child(3) span{color:#5d28fe;}
.lindex .lmain3 .main-box:nth-child(4) span{color:#f60;}
.lindex .lmain3 .main-box:nth-child(5) span{color:#fd2a95;}*/

.lindex .lmain4{ overflow:hidden; background: #fff;}
.lindex .lmain4 ul{	width: 94%; overflow:hidden;margin: 0 auto;}
.lindex .lmain4 ul li{	width: 48%; float: left; margin-right: 4%;position: relative;height: 100px;}
.lindex .lmain4 ul li:nth-child(2n){margin-right: 0;}
.lindex .lmain4 ul li img{	width: 100%;display: block;	height: 100px;}
.lindex .lmain4 ul li span{	position: absolute;	display: block;	background: rgba(0,0,0,0.5);width: 100%;height: 35px;line-height: 35px;	font-size: 13px;color: #fff;bottom:0;text-align: center;}

.labout05{ font-size: 12px;}
.topsearch {
    padding: 10px 20px
}

.topsearch .input-wrap {
    float: left;
    overflow: hidden;
    position: relative;
    background-color: #eeeeef;
    border-radius: 8px;
    color: #999;
    border-collapse: separate;
    display: table;
    line-height: 30px;
    padding: 2px 15px;
    position: relative
}

.topsearch .input-wrap span {
    vertical-align: middle;
    margin-left: 5px;
    border-right: 1px solid #bcb9b9;
    padding-right: 10px;
    font-size:16px;
}

.topsearch .input-wrap input {
    position: relative;
    z-index: 2;
    display: inline-block;
    vertical-align: middle;
    height: 25px;
    border: none;
    font-size: 16px;
    background-color: transparent;
    width: 120px;
    padding-left: 5px
}

.topsearch .btn-clear {
    display: inline-block;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    background: url(../images/icon-colse2.png) no-repeat center center;
    background-size: contain;
    border: none;
    left: 60%;
    top: 20px;
    position: fixed;
    z-index: 1050
}

.topsearch .btn-search {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/btn-search.png) no-repeat center center;
    background-size: contain;
    border: none
}

.topsearch .cancel {
    line-height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #333;
    font-size: 16px;
}

.topsearch .home {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background: url(../images/icon-backhome.png) no-repeat center center;
    background-size: contain;
    margin-left: 10px
}

.search-tag h2 {
    background-color: #ededed;
    padding: 10px;
    font-size: 16px;
    color: #717071
}

.search-tag .tags {
    font-size: 12px;
    color: #82a1bb;
    padding: 20px 15px;
    position: relative;
    text-align: center
}

.search-tag .tags a {
    padding: 10px 0;
    width: 20%;
    display: inline-block;
    text-align: center;
    margin: 0 5px 10px 5px;
    color: #666;
    border-radius: 10px;
    background-color: #f0f0f0;
    border: 1px solid #dfdfdf;
    cursor: pointer;
    font-size: 12px
}

.navbar {
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1010;
    border-top: 1px solid #d4d4d4;
    background-color: #fff;
	font-size: 16px;
}

.navbar ul {
    display: block;
    overflow: hidden;
    text-align: center
}

.navbar ul li {
    float: left;
    display: block;
    width: 25%
}

.navbar a {
    display: inline-block;
    width: 100%;
    padding-top: 6px;
    padding-bottom: 6px;
    text-decoration: none;
    color: #585757
}

.navbar a .navbar-label {
    line-height: 1;
    font-size: 14px;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.navbar li.active a .navbar-label {
    color: #007ac5
}

.navbar .icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/icon-category.png) no-repeat center center;
    background-size: contain;
    background-image: none
}

.navbar .icon-cat {
    background-image: url(../images/icon-category.png)
}

.navbar .icon-chat {
    background-image: url(../images/icon-chat.png)
}

.navbar .icon-user {
    background-image: url(../images/imgbq1.png)
}

.navbar .icon-act {
    background-image: url(../images/icon-p-home.png)
}
.lbottom {
    padding-top: 10px;
	font-size: 16px;
	padding-bottom: 15px;
	background: #fff;
}

.copright {
    text-align: center;
    color: #717071;
    font-size: 12px;
	margin-top: 10px;
}

.ensure {
    padding: 0 10px;
    overflow: hidden;
}

.ensure a {
    display: block;
    float: left;
    width: 22%;
    text-align: center;
    padding: 5px 0
}

.ensure a .label {
    color: #717071;
    font-size: 10px;
    display: block
}

.ensure a .icon {
    display: inline-block;
    width: 30px;
    height: 30px
}

.ensure a .icon1 {
    background: url(../images/lindex04.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon2 {
    background: url(../images/lindex05.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon3 {
    background: url(../images/lindex06.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon4 {
    background: url(../images/lindex07.jpg) no-repeat center center;
    background-size: contain
}
.ensure a .icon5 {
    background: url(../images/lindex08.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon6 {
    background: url(../images/lindex09.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon7 {
    background: url(../images/lindex10.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon8 {
    background: url(../images/lindex11.jpg) no-repeat center center;
    background-size: contain
}

.ensure a .icon9 {
    background: url(../images/lindex12.jpg) no-repeat center center;
    background-size: contain
}

.search{
	width:100%;
	padding:5px 0;
	position: relative;
	z-index: 55;
}
.search .formbox{
	border:1px solid #dcdcdc;
	height: 32px;
	line-height: 32px;
	border-radius: 5px;
	 box-shadow: 2px 2px 2px #ecebec; 
}
.search form{
	
}
.search input[type="text"]{
	width:85%;
	height: 32px;
	line-height: 32px;
	border: none;
	text-indent: 10px;
	color: #999;
}
.search input[type="submit"]{
	width:32px;
	background: url("../images/pic_13.png") no-repeat center center;
	height: 32px;
	border: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background-size: 32px 32px;
}
.fl {
    float: left;
    display: inline;
}
.fr {
    float: right;
    display: inline;
}
.w94 {
    width: 94%;
    margin: 0 auto;
}
.product-top{
	width: 100%;
	font-size: 12px;
}
.tabbox-top .spanboxone{
	display: block;
	background: #2D2D2D;
	float: left;
	width: 33.3%;
}

.product-top .tabbox{
	width: 100%;
	position: relative;
	z-index: 2;
	min-height: 70px;
}
.tabbox-top{
	width: 100%;
	line-height: 45px;
	line-height: 45px;
}
/*.tabbox-top a{
	display: block;
	background: #253569;
	float: left;
	width: 50%;
}*/
.tabbox-top span{
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-right: 1px solid #a9adbd;
	display: block;
	
}
.tabbox-top span:nth-child(2n){
	border-right: none;
}
.tabbox-top span.sp-one{
	background: url("../images/pic_29.png") no-repeat 22% center;
} 
.tabbox-top span.sp-two{
	background: url("../images/pic_30.png") no-repeat 22% center;
}
.tabbox-top span.sp-three{
	background: url("../images/pic_28.png") no-repeat 22% center;
}
.tabbox ul{
	position: absolute;
	background-image: url("../images/pic_31.png");
	background-repeat: no-repeat;
	background-position: 10% 2px;
	padding-top: 20px;
	top:0;
	z-index: 555;
	margin-left: 3%;
	/*margin-right: 3%;*/
	/*background-color:#fff; */
}

.tabbox .product-two-ul{
	position: absolute;
	background-image: url("../images/pic_31.png");
	background-repeat: no-repeat;
	background-position: 48% 2px;
	padding-top: 20px;
	top:35px;
	z-index: 555;
	margin-left: 3%;
	/*margin-right: 3%;*/
	/*background-color:#fff; */
}

.tabbox .product-three-ul{
	position: absolute;
	background-image: url("../images/pic_31.png");
	background-repeat: no-repeat;
	background-position: 85% 2px;
	padding-top: 20px;
	top:35px;
	z-index: 555;
	margin-left: 3%;
	/*margin-right: 3%;*/
	/*background-color:#fff; */
}

.tabbox ul li{
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	border-radius: 5px;
	border:1px solid #bfbfbf;
	color: #333;
	margin-right: 5px;
	margin-bottom: 8px;
	float: left;
}
.tabbox ul li a{
	color: #333;
}
.tabbox ul li a:hover,.tabbox ul li a.ctn{
	color: #ee9b11;
}
.tabbox ul li.on{
	background: #E97F00; 
	border:1px solid #E97F00;
}
.tabbox ul li.on a{ color: #fff;}

.product-list{
	background: #f6f6f6;
	position: relative;
	z-index: 5;
	overflow: hidden;
	font-size: 14px;
}
.product-list-topbox{
	padding-top: 20px;
	margin-bottom: 10px;
}
.product-list-topbox span{
	font-weight: bold;
	color: #333;
	padding-right: 15px;
	border-right: 1px dotted #d1d1d1;
	display: inline-block;
	float: left;
}
.product-list-topbox ul{
	float: left;
}
.product-list-topbox ul li{
	padding:0 20px;
	color: #333;
	float: left;
}
.product-list-topbox ul li a{
	color: #333;
}
.product-list-topbox ul li a:hover,.product-list-topbox ul li a.tcc{
	color: #d11020;
}

.product-listbox ul{
	width: 100%;
	overflow: hidden;
	margin-top: 10px;
}
.product-listbox ul li{
	width: 100%;
	float: left;
	margin-right: 4%;
	width: 48%;
	background: #fff;
	margin-bottom: 10px;
}
.product-listbox ul li:nth-child(2n){
	margin-right: 0;	
}
 .product-listbox ul li span{
 	height: 40px;
 	line-height: 40px;
 	background: #fff;
 	text-align: center;
 	color:#666;
 	display: block;
 	padding: 0 3%;
 	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
 }
.product-listbox ul li em{
	border:1px solid #dcdcdc;
	color: #ee9b11;
	background: #f6f6f6;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 80%;
	margin-left: 10%;
	text-align: center;
	border-radius: 5px;
}
.product-listbox ul li em a{
	display: block;
	color: #ee9b11;
}
.product-listbox img{
	width: 100%;
	display: block;
}
.product-one-ul.cur{
	display: none;
}
.product-two-ul.cur{
	display: none;
}
.product-three-ul.cur{
	display: none;
}
/*��Ʒ����*/
.product-info-top{
	margin-top: 10px;
	padding-bottom: 18px;
	position: relative;
	overflow: hidden;
}
.product-info-top h2{
	color: #333;
	font-size: 13px;
	font-weight: bold;
	margin-top: 9px;
	margin-bottom: 6px;

}
.product-info-top ul{
	width: 100%;
	margin-bottom: 6px;
	overflow:hidden;
}
.product-info-top ul li{
	background: #f6f6f6;
	padding: 0 8px;
	border-radius: 18px;
	height: 18px;
	line-height: 18px;
	color: #999;
	float: left;
	margin-right: 2%;
}
.product-info-top h3{
	color: #666;
	margin-bottom: 2px;
	font-weight: normal;
}
.product-info-top h3 > em{
	font-size: 12px;
	font-weight: bold;
	color: #333;
}
.product-info-top .buttombox{
	width: 100%;
	margin-top: 15px;
}
.product-info-top .buttombox a{
	width: 48%;
	margin-right: 4%;
	font-size: 13px;
	color: #fff;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	font-weight: bold;
	border-radius: 5px;
}
.product-info-top .buttombox a:nth-child(2n){
	margin-right: 0;
}
.product-info-top .buttombox a.box-one{
	background: #959595;
}
.product-info-top .buttombox a.box-one:hover{
	background: #ee9b11;
}
.product-info-top .buttombox a.box-two{
	background: #959595;
}
.product-info-top span{
	position: absolute;
	top: 0;
	right: 0;
}
.product-info-top span img{
	width: 24px;
	height: 24px;
}

.product-imgbox{
	width: 100%;
}
.product-imgbox img{
	width: 100%;
}

.product-imgbox .buttombox{
	margin-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c6c6c6;
}
.product-imgbox .buttombox a{
	width: 47.5%;
	margin-right: 3.5%;
	font-size: 13px;
	color: #333;
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: block;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
}
.product-imgbox .buttombox a:nth-child(2n){
	margin-right: 0;
}
.product-imgbox .buttombox a.box-one{
	background: #f6f6f6;
}
.product-imgbox .buttombox a.box-two{
	background: #f6f6f6;
}

.product-info-bot{
	margin-top: 20px;
	margin-bottom: 30px;
	overflow: hidden;
}
.product-info-bot ul{
	width: 100%;

}
.product-info-bot ul li{
	width: 100%;
	float: left;
	margin-right: 4%;
	width: 48%;
}
.product-info-bot ul li:nth-child(2n){
	margin-right: 0;	
}
 .product-info-bot ul li span{
 	height: 32px;
 	line-height: 32px;
 	background: #f6f6f6;
 	text-align: center;
 	color:#666;
 	display: block;
 }
.product-info-bot img{
	width: 100%;
	display: block;
}
.w-product-info{
	position: relative;
	z-index: 2;
	font-size: 12px;
}
h2.hs{
	padding: 0 3%;
	background: #f6f6f6;
	width: 94%;
	line-height: 35px;
	height: 35px;

	font-size: 13px;
	color: #333;
}

/*����*/
.am-share {
 font-size: 14px; 
 border-radius: 0; bottom: 0; 
 left: 0; 
 position: fixed; 
 text-align: center; 
 -webkit-transform: translateY(100%); 
 -ms-transform: translateY(100%); 
 transform: translateY(100%); 
 -webkit-transition: 
 -webkit-transform 300ms; 
 transition: transform 300ms ; 
 width: 100%; 
 z-index: 1110;
  }
.am-modal-active { 
	transform: translateY(0px); 
	 -webkit-transform: translateY(0); 
	 -ms-transform: translateY(0); 
	 transform: translateY(0) 
}
.am-modal-out { 
	z-index: 1109; 
	-webkit-transform: 
	translateY(100%); 
	-ms-transform: translateY(100%); 
	transform: translateY(100%) 
}

.am-share-title { 
	background-color: #f8f8f8;
	 border-bottom: 1px solid #fff; 
	 border-top-left-radius: 2px;
	  border-top-right-radius: 2px; 
	  color: #555; 
	  font-weight: 400; 
	  margin: 0 10px; 
	  padding: 10px 0 0; 
	  text-align: center; 
}
.am-share-title::after { 
	border-bottom: 1px solid #dfdfdf;
	 content: ""; 
	 display: block; 
	 height: 0; 
	 margin-top: 10px; 
	 width: 100%; 
}

.am-share-footer { 
	
}
.am-share-footer .share_btn { 
	color: #555;  
	display: block; 
	width: 20%; 
	background-color: #e6e6e6; 
	border: 1px solid #e6e6e6; 
	border-radius: 0; 
	cursor: pointer;  
	font-size: 14px; 
	/*padding: 0.625em 0;*/ 
	text-align: center; 
	float: right;
	transition: background-color 300ms ease-out 0s, border-color 300ms ease-out 0s; 
	vertical-align: middle;
	 white-space: nowrap;font-family:"微软雅黑"; 
	 margin-right:3%;
	 line-height: 25px; }

.am-share-sns { 
	background-color: #f6f6f6; 
	border-radius: 0 0 2px 2px; 
	padding-top: 9px;
	padding-left: 3%;
	padding-bottom: 9px; 
	height:auto; zoom:1; 
	overflow:hidden;
	/*overflow:auto; */
	width: 100%;
}

.am-share-sns .bdsharebuttonbox a{
	width: 28px;
	height: 28px;
	padding-left: 5px; 
	display: block;
	float: left;
}
.sharebg { /*background-color: rgba(0, 0, 0, 0.6);*/ 
	bottom: 0; height: 100%; left: 0; 
	opacity: 0; /*position: fixed; */
	right: 0; top: 0; width: 100%; 
	z-index:55; display:none; }
.sharebg-active { opacity: 1; display:block; }
.am-share-sns .bdsharebuttonbox .bds_weixin{
	background: url("../images/pic_15.png") no-repeat;
	position: 0 0;
	background-size:28px 28px; 
	opacity: 1;
}
.am-share-sns .bdsharebuttonbox .bds_sqq{
	background: url("../images/pic_16.png") no-repeat;
	position: 0 0;
	background-size:28px 28px; 
	opacity: 1;
}
.am-share-sns .bdsharebuttonbox .bds_qzone{
	background: url("../images/pic_17.png") no-repeat;
	position: 0 0;
	background-size:28px 28px; 
	opacity: 1;
}
.am-share-sns .bdsharebuttonbox .bds_tsina{
	background: url("../images/pic_18.png") no-repeat;
	position: 0 0;
	background-size:28px 28px; 
	opacity: 1;
}
.am-share-sns .bdsharebuttonbox .bds_tqq{
	background: url("../images/pic_19.png") no-repeat;
	position: 0 0;
	background-size:28px 28px; 
	opacity: 1;
}
.act-mid{
	padding-bottom: 30px;
}
.act-mid img{
	width: 100%;
	display: block;
	margin-bottom: 25px;
}
.act-bot-list {
	padding-bottom: 15px;
}
.act-bot-list span{
	color: #333;
	display: block;
	margin-bottom: 5px;
}
.act-bot-list span a{
	color: #333;
}

/*�ͻ�����*/
#container{
	position:relative;
	width:1200px;
	margin:40px auto 25px;
	padding-bottom: 10px;
	
}
.grid{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:8px;
	font-size:12px;
	float:left;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	
	-webkit-transition: top 1s ease, left 1s ease;
	-moz-transition: top 1s ease, left 1s ease;
	-o-transition: top 1s ease, left 1s ease;
	-ms-transition: top 1s ease, left 1s ease;
}

.grid strong {
	border-bottom:1px solid #ccc;
	margin:10px 0;
	display:block;
	padding:0 0 5px;
	font-size:14px;
}
.grid p { display:none;}
.grid .meta{
	text-align:right;
	color:#777;
}
.grid .imgholder img{
	max-width:100%;
	background:#ccc;
	display:block;
}

@media screen and (max-width : 1240px) {
	body{
		overflow:auto;
	}
}
@media screen and (max-width : 900px) {
	#backlinks{
		float:none;
		clear:both;
	}
	#backlinks a{
		display:inline-block;
		padding-right:20px;
	}
	#wrapper{
		margin-top:90px;
	}
}

.lshow1{ overflow:hidden; font-size: 12px;}
.lshow1 .ltitle{ width: 94%; padding: 0 3%; font-weight: normal; background: #fff; margin-bottom: 10px; line-height: 35px; color: #333; font-size: 13px;}

.lxiala{ width: 100%; position: absolute; top: 35px; left: 0; z-index: 99; height: 0; overflow: hidden;}
.lxiala .lbg{background: url("../images/pic_32.png") no-repeat 98% top;padding-top: 9px;}
.lxiala .lbody{ height: auto; background: #f5f5f5;}
.lxiala a{ display: block; width: 90%; height: 40px; line-height: 40px; padding: 0 5%; font-size: 14px; border-bottom: 1px solid #EAEAEA; color:#333;}
.lxiala .lzilei{ display: block; width: 100%; height: 41px; line-height: 40px; font-size: 14px; color:#333; overflow:hidden; background: url("../images/pic_2.png") no-repeat 28% 17px; background-size: 12px 7px;}
.lxiala .lzilei div{ border-bottom: 1px solid #EAEAEA; padding: 0 5%; width:90%;}
.lxiala .lzilei a{ background: #ebebeb; border-bottom: 1px solid #DEDEDE; height: 34px; line-height: 34px; color: #999;}
.lxiala .lzilei.on{background: url("../images/pic_1.png") no-repeat 28% 17px; background-size: 12px 7px;}

/*�ŵ��ѯ*/
.w-query{
	background: #f6f6f6;
	position: relative;
	z-index: 5;
}
.query-list{
	
}
.query-list h2{
	line-height: 33px;
	height: 33px;
	display: block;
	color: #333;
	font-size: 13px;
	font-weight: normal;
}
.query-list form{
	width: 100%;
}
.query-list select{
	width: 100%;
	line-height: 30px;
	height: 30px;
	border:0;
	background: url(../images/select01.png) no-repeat;
    background-size: 100% 100%;
	float: left;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	padding-left: 10px;
}
.query-list .nameser{
	width: 97%;
	line-height: 30px;
	height: 30px;
	border:0;
	background: url(../images/select03.png) no-repeat;
    background-size: 100% 100%;
	float: left;
	margin-bottom: 10px;
	border-radius: 3px;
	color: #999;
	font-size: 14px;
	padding-left: 3%;
}
.query-list select:nth-child(2n){
	margin-right: 0;
}
.query-list input[type="button"]{
	width: 100%;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border:1px solid #d9dee7;
	background: url(../images/select02.jpg);
	color: #fff;
	border-radius: 5px;
	margin-bottom: 10px;

}
.query-list2{
	padding-bottom: 12px;
	overflow:hidden;
}
.query-list2 dl{
	width: 44%;
	background: #fff;
	padding: 2%;
	overflow: hidden;
	margin: 1%;
	float: left;
}
.query-list2 dl dd{
	width: 65%;
	float: left;
}
.query-list2 dl dt{
	width: 32%;
	float: right;
}
.query-list2 dl dd span{
	color: #333;
	font-weight: bold;

}
.query-list2 dl dd p{
	color: #666;

}
.query-list2 dl dt a{
	color: #666;
	border:1px solid #d8d8d8;
	background: #f6f6f6;
	color: #ee9b11;
	width: 80px;
	height: 28px;
	line-height: 28px;
	display: block;
	text-align: center;
	margin-top: 15px;


}
.teacher-info-top dl{
	width: 100%;
	margin: 10px 0;
	position: relative;
}
.teacher-info-top dd{
	width: 36%;
	float: left;
}
.teacher-info-top dd img{
	width: 100%;
}
.teacher-info-top dt{
	width: 60%;
	float: right;
}
.teacher-info-top dt h2{
	color: #333;
	font-size: 13px;
	margin-bottom: 5px;
}
.teacher-info-top dt p{
	color: #999;
	font-size: 12px;
}
.teacher-info-top dt p > em{
	color: #333;
}
.teacher-info-top dt .sc{
	position: absolute;
	top:0;
	right:0;
	width: 10%;
	margin-top:0;
}
.teacher-title{
	width: 100%;
	background: #f6f6f6;
	height: 30px;
	line-height: 30px;
	color: #333;
}
.teacher-title h2{
	margin: 0 3%; 
}
.teacher-case{
	padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 10px;
	border-bottom:1px solid #e5e5e5;
}
.teacher-case img{
	width: 100%;
}
.teacher-case h2{
	display: block;
	color: #333;
	margin: 5px 0;
}
.teacher-case h2 em{
	display: block;
	color: #333;
}
.teacher-case p{
	color:#999;
}
.teacher-info-bot{
	padding: 18px 0;
}
.teacher-info-bot .bot p{
	float: left;
	margin-right: 5px;
}
.teacher-info-bot span img{
	width: 24px;
	height: 24px;
}
.teacher-info-bot .likebox-img{
	float: left;
}
.teacher-info-bot .likebox-img .box{
	width: 12px;
	height: 12px;
	float: left;
	margin-left: 3px;	
}
.teacher-info-bot .likebox-img .box img{
	width: 100%;	
}
.lsale{ font-size: 12px;}
.query-list2 dl p{    
	font-size: 14px;
    text-align: center;
    line-height: 20px;
    margin-top: 7px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333;
}
.query-list2 dl img{
	width: 2.85rem;
    height: 2.3rem;
}

.vishow{ overflow:hidden; text-align:center; margin:10px auto 0}
.vishow h2{ text-align:center; font-size:26px; font-weight:normal; height:30px; line-height:30px;}
.vishow_date{ text-align:center; margin:5px 0 20px; border-bottom:1px solid #e1e1e1; padding-bottom:10px;}
.vishow_dec{line-height:24px;}
.vishow_dec img{ margin:10px 0}
.vishow .vishow_back{ border:1px solid #fff; width:100px; height:35px; line-height:35px; text-align:center;color:#fff;background:#e77e00; display:block; margin:30px auto 10px; clear:both;}
.vishow .vishow_back:hover{ background:#000; color:#fff;border:1px solid #fff}

.lmbx{background: #f6f6f6; width: 94%; padding: 0 3%; font-size: 14px; color: #333; line-height: 20px; padding-top: 10px; display: none;}
.lmbx a{ color: #333;}

.lser{ background: #fff}
.lser .lline{ height: 10px; width: 100%; border-bottom: 1px solid #ECECEC; border-top: 1px solid #ECECEC;background: #F0F0F0;}
.lser .lmain{ font-size: 12px; overflow: hidden; width: 94%; margin: 0 auto;}
.lser .lmain .ltitle{ font-size: 18px; text-align: center; color: #333; font-weight: bold; margin-top: 20px;}
.lser .lmain .lbox{ background: url(../images/ser1.png) no-repeat left center; background-size: auto 45px; line-height: 16px; color: #888; border-bottom: 1px dashed #E2E2E2; padding: 20px 0; padding-left: 60px;}
.lser .lmain .lbox span{ font-weight: bold; font-size: 14px; line-height: 20px; color: #666;}
.lser02{ background: #fff}
.lser02 .lline{ height: 10px; width: 100%; border-bottom: 1px solid #ECECEC; border-top: 1px solid #ECECEC;background: #F0F0F0;}
.lser02 .lmain{ font-size: 12px; overflow: hidden; width: 94%; margin: 0 auto;}
.lser02 .lmain .ltitle{ font-size: 20px; text-align: center; color: #333; font-weight: bold; margin-top: 20px;}
.lser02 .lmain .lbox{ border-bottom: 1px dashed #E2E2E2; padding: 20px 0;}
.lser02 .lmain .lbox div{ font-size: 16px; color: #666; font-weight: bold;}
.lser02 .lmain .lbox p{ font-size: 14px; color: #888; margin-top: 5px;}
.lser02 .lset{ font-size: 12px; overflow: hidden; width: 94%; padding: 3%;}
.lser02 .lset .ltitle{ font-size: 20px; text-align: center; color: #333; font-weight: bold; margin-top: 10px; margin-bottom: 10px;}
.lser02 .lset input{ width: 94%; padding: 0 3%; line-height: 30px; height: 30px; border: 1px solid #d8d8d8; margin-bottom: 10px; border-radius: 3px; color: #999; font-size: 14px; display: block; font-family: "微软雅黑";}
.lser02 .lset select{ width: 100%; padding-left: 3%; line-height: 30px; height: 30px; border: 0; margin-bottom: 10px; border-radius: 3px; color: #999; font-size: 14px; display: block; font-family: "微软雅黑"; background:url(../images/select01.png) no-repeat; background-size:100% 100%;}
.lser02 .lset input.lbtn{ width: 100%; padding: 0; background:url(../images/select02.jpg); font-size: 16px; color: #fff;}

.contact01{ width:90%; margin:20px auto; height:24px;}
.contact01 p{ font-size:22px; color:#999; line-height:24px; font-weight:bold;}
.contact02{ width:90%; border-bottom:dashed 1px #999999; height:58px; margin:0 auto;}
.contact02 img{ float:left; margin-right:10px; margin-top:15px; }
.contact02 p{ float:left; font-size:0.32rem; color:#999; line-height:58px;}
.contact02 p span{ font-size:0.26rem; color:#999; line-height:58px; font-weight:bold;}
.contact03{ width:90%; height:58px; margin:0 auto;}
.contact03 img{ float:left; margin-right:10px; margin-top:15px; }
.contact03 p{ float:left; font-size:0.32rem; color:#999; line-height:58px;}
.contact03 p span{ font-size:0.26rem; color:#999; line-height:58px; font-weight:bold;}
#dituContent{width:95%;height:300px; margin:10px auto; font-size:0.24rem;}
.contact04{ width:90%; border-bottom:dashed 1px #999999; overflow: hidden; margin:0 auto;}
.contact04 img{ float:left; margin-right:10px; margin-top:15px; }
.contact05{ margin: 20px 0 15px;}
.contact06{ float:left; font-size:0.32rem; color:#999; line-height:0.4rem; font-weight:bold;}
.contact07{ font-size:0.26rem; color:#999; line-height:0.4rem;}

.join01{ width:70%; margin:10px auto;}
.join02{ width:100%; background:#f6f6f6; padding-top:20px; padding-bottom:20px;}
.join03{ width:90%; margin:0 auto;}
.join03 p{ font-size:14px; line-height:20px; color:#666;padding-bottom: 5px;}
.join04{ width:100%; position:relative; padding-bottom:240px;}
.join05{ width:90%; position:absolute; bottom:20px; left:5%;}
.join05 p{ font-size:14px; line-height:20px; color:#666;padding-bottom: 5px;}
.join06{ width:60%; height:43px; margin:0 auto; background:url(../images/join04.jpg) center no-repeat; text-align:center;}
.join06 p{ font-size:24px; line-height:43px; color:#000;}
.join07{ width:90%; margin:0 auto; border-bottom:#999 dashed 1px; padding-bottom:10px;}
.join08{ width:100%; height:30px; margin-top: 5px;}
.join08 img{ float:left; margin-right:10px;}
.join08 p{ float:left;font-size:18px; line-height:30px; color:#e87f00; font-weight:bold;}
.join09 p{ font-size:14px; line-height:18px; color:#666; font-weight:normal}
.join09{ width:100%; margin-top:6px;}
.join10{ margin-top:20px; width:100%; text-align:center;}
.join10 p{ font-size:24px; color:#e87f00; line-height:24px; }
.join11{ width:60%; height:39px; margin:0 auto; background:url(../images/join12.jpg) center no-repeat; text-align:center;}
.join11 p{ font-size:18px; line-height:39px; color:#e87f00;}
.join12{ width:90%; height:47px; margin:20px auto 0; background:url(../images/join13.jpg) center no-repeat; text-align:center;}
.join12 p{ font-size:20px; line-height:47px; color:#000;}

.zxjm{ overflow:hidden; width:90%; margin:20px auto;}
.jmbox3 { width:100%;  overflow:hidden; clear:both; margin:0 auto; font-family:"Microsoft YaHei" }
.jmbox3 li { float:left; width:100%; height:36px;line-height:36px;  overflow:hidden; padding-bottom:5px;  }
.jmbox3 li .input { float:left; height: 36px; background: #fff;padding: 0 5px;line-height: 36px; width:65%; margin-bottom:3px; border:1px solid #dadada; color:#979797;border-radius:0}
.jmbox3 li .input1 { float:left; height: 36px; background: #fff;padding: 0 5px;line-height: 36px; width:45%; margin-bottom:3px; border:1px solid #dadada; color:#979797;border-radius:0}
.jmbox3 li .input2 { float:left; height: 36px; background: #fff;padding: 0 5px;line-height: 36px; width:45%; margin-left:5px; margin-bottom:3px; border:1px solid #dadada; color:#979797;border-radius:0}
.jmbox3 li .input3 { float:left; height: 36px; background: #fff;padding: 0 5px;line-height: 36px; width:95%; margin-bottom:3px; border:1px solid #dadada; color:#979797;border-radius:0}
.jmbox3 li .a2{ float:left; width:65%; height:173px;background:#fff;border:1px solid #dadada;color:#979797; padding: 0 5px;border-radius:0}
.jmbox3 li .a1{ float:left; width:95%; height:173px;background:#fff;border:1px solid #dadada;color:#979797; padding: 0 5px;border-radius:0}
.jmbox3 li .btn { width:40%; height:40px; line-height:40px; margin-top:15px; background:url(../images/join03.jpg) center repeat;cursor:pointer; clear:both; position:absolute; left:30%; color:#fff; font-size:18px; text-align:center; border:0 }
.about02{ width:60%; height:49px; margin:40px auto 0; background:url(../images/about01.jpg) center no-repeat; text-align:center;}
.about02 p{ font-size:24px; line-height:49px; color:#000;}

.news01{ width:100%; background:url(../images/title01.jpg) center; overflow:hidden; height:58px;}
.news02{ width:100%; background:#FFF; padding-top:10px;}
.news03{ width:90%; height:120px; border-bottom:dashed 1px #999999; margin:0 auto 20px;}
.news04{ width:100%; height:100px; margin-top:35px;}
.news05{ width:60%; float:right;}
.news06{ font-size:16px; color:#666666;width:100%; line-height:24px;overflow:hidden;white-space: nowrap; text-overflow: ellipsis; display:block;}
.news07{ font-size:14px; color:#666666; line-height:22px; }
.news08{ width:40%; min-width:100px; height:20px; background:#ff8a00; margin-top:5px; text-align:center;}
.news08 p{ font-size:14px; color:#FFF; line-height:20px; }
.news09{ width:100%; text-align:center; margin-top:20px; background:#2b2d2b; height:40px;}
.news09 p{ font-size:16px; color:#CCC; line-height:40px;}
.news10{ width:100%; height:45px; overflow:hidden}

.newsshow{ width:90%; margin:20px auto 0;}
.newsshow h2{ font-size:16px; line-height:30px; color:#333; text-align:center;}
.newsshow_date{ font-size:12px; line-height:14px; color:#999; text-align:center; margin-bottom:15px;}
.newsshow_dec{ font-size:14px; line-height:20px; color:#999; }
.newsshow_dec img{ max-width:90%}
.news_back{ background:url(../images/join03.jpg) center repeat;width: 30%;height: 35px;line-height: 35px;text-align: center;color: #ffffff;display: block;margin: 20px auto 20px;clear: both;}
.lline22{ height: 10px; width: 100%; border-bottom: 1px solid #ECECEC; border-top: 1px solid #ECECEC;background: #F0F0F0;}

.about01{ width:33%; height:44px; margin-top:-22px; position:absolute; z-index:11; background:#142a4f; text-align:center; left:50%; margin-left:-16.5%}
.about01 p{ font-size:18px; line-height:44px; color:#999;}
.about02{ width:60%; height:49px; margin:10px auto 0; background:url(../images/about01.jpg) center no-repeat; text-align:center;}
.about02 p{ font-size:24px; line-height:49px; color:#000;}
.about03{ width:90%; margin:5px auto;}
.about03 p{ font-size:14px; line-height:22px; color:#333;}
.about04{width:75%; height:44px; margin:30px auto 0; background:url(../images/about03.jpg) center no-repeat; text-align:center; margin-bottom:10px;}
.about04 p{ font-size:24px; line-height:44px; color:#000;}
.about05{ width:100%; margin:20px auto 0; overflow:hidden;}
.about06{ width:49%; float:left; border-right:dashed 1px #CCC;}
.about07{ width:50%; float:right;}
.about08{ width:145px; height:64px; margin:0 auto 10px;}
.about09{ float:left;}
.about09 p{ font-size:14px; line-height:20px; color:#666; margin-left:5px; width:96px;}
.about10{ width:90%; margin:10px auto;}
.about11{background:url(../images/about01.png) left top no-repeat; padding-left:53px;}
.p1{ font-size:16px; line-height:20px; color:#999;border-left:solid 1px #e87e00; padding-left:20px; padding-bottom:5px;padding-top: 3px;}
.p1 span{ font-size:16px; color:#666; line-height:20px; font-weight:bold;}
.p2{ font-size:16px; line-height:20px; color:#999;border-left:solid 1px #e87e00; padding-left:20px; padding-top: 3px;}
.p2 span{ font-size:16px; color:#666; line-height:20px; font-weight:bold;}
.p3{ font-size:16px; line-height:20px; color:#999;border-left:solid 1px #e87e00; padding-left:20px; padding-bottom:20px;padding-top: 3px;}
.p3 span{ font-size:16px; color:#666; line-height:20px; font-weight:bold;}
.about12{background:url(../images/about02.png) left top no-repeat; padding-left:53px;}
.about13{background:url(../images/about03.png) left top no-repeat; padding-left:53px;}
.about14{background:url(../images/about04.png) left top no-repeat; padding-left:53px;}
.about15{background:url(../images/about05.png) left top no-repeat; padding-left:53px;}
.about16{background:url(../images/about06.png) left top no-repeat; padding-left:53px;}
.about17{background:url(../images/about07.png) left top no-repeat; padding-left:53px;}
.about18{background:url(../images/about08.png) left top no-repeat; padding-left:53px;}
.about19{background:url(../images/about09.png) left top no-repeat; padding-left:53px;}
.about20{background:url(../images/about10.png) left top no-repeat; padding-left:53px;}
.about31{background:url(../images/about2016.png) left top no-repeat; padding-left:53px;}
.about32{background:url(../images/about2015.png) left top no-repeat; padding-left:53px;}
.about33{background:url(../images/about2017.png) left top no-repeat; padding-left:53px;}
.about21{ width:46%; float:left; margin-top:10px;}
.about21 p{ font-size:14px; color:#999; line-height:18px; width:130px; text-align:center; margin:5px auto;}
.about22{ width:46%; float:right; margin-top:10px;}
.about22 p{ font-size:14px; color:#999; line-height:18px; width:130px; text-align:center; margin:5px auto;}
.about23{ width:100%; height:320px;}
