/* Reset CSS Document zh c it*/
body,div,iframe,ul,ol,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,pre,caption,form,input,button,select,textarea {margin:0;padding:0;}
input,button,textarea,select{font-size:100%}
h1, h2, h3, h4, h5, h6,em { font-size: 100%; font-weight: normal; font-style: normal; } 
ol,ul {
	list-style:none;
}
img {/* border:0; */  /* width: 100%; */}
hr { height:1px; border-top-width: 1px; border-top-style: solid; border-top-color: #CCCCCC; }
.clear {clear:both;font-size:0;height: 1px;overflow:hidden;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix{zoom:1;}.clr { clear: both; }
.fl{float:left}
.fr{float:right}

body {
	background-color: #eee;
	font-family: '微软雅黑', Helvetica, Arial, sans-serif;
	font-size:14px;
	background-repeat: repeat;
	background-size:contain;
}
a ,h1 ,h2, h3, h4, h5, h6{white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
a:link, a:visited { text-decoration: none; color: #333333; }
a:hover, a:active { text-decoration: none; color: #FF6600; }
.mt10{/* margin-top:10px; */}
#zh{
	min-width: 320px;
	max-width: 640px;
	margin:0 auto;
	background-color: #fff;
}

#header {
	height:auto;
	text-align: center;
}
.logo {
	display: block;
	background-color: #016684;
}
.logo img {
	height:auto;
	width: 100%;
	display:block; 
}
.logo  a{width: 100%; height:auto; }
.logo_bottom{width: 98%; height:74px;  padding-top:16px; padding-left:10px; text-align: left; line-height:28px; font-weight:bold; font-size:22px; color:#fff; border-top:1px solid #006c8c;}
.logo_bottom p{height:28px; line-height:28px;}
.logo_bottom span{height:27px; line-height:27px; font-size:18px; color:#fff; }

#nav {
	display: block;
	height: auto;
}
#nav li {
	width: 33.3%;
	display: inline-block;
	float: left;
	height: 42px;
}
#nav li a {
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #016684;
	line-height: 41px;
	height: 41px;
	font-size:15px;
}
#nav li a:hover {
	color: #fff;
	background-color:#e14c0a;
}
#nav .hover{
	color: #fff;
	background-color:#e14c0a;
	zoom:1;
	padding:0px -3px;
}
#nav  #nohover{background-color: #008bb4;}
#nav li.b a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #016684;
}
#nav ul {
	height: 200px;
	background-color: #FFFFFF;
}
/*固定底部菜单*/
#tool-bar{
	height: 50px;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index:1001;
	background-image: url(../Images/tool-bar-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #000;
}
.tool-bar-int{ 
	
}
.tool-bar-int li {
	display: inline-block;
	height: 44px;
	float: left;
	width: 24%;
	text-align: center;
	padding-top: 5px;
}
.tool-bar-int li a { display: inline-block; height: 44px; width: 100%; }
.tool-bar-int li a:visited{#FFF;}
.tool-bar-int i {
	background-image: url(../Images/tool-bar-i.png);
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	width: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
}

/*幻灯片*/
.focus {
	width: 100%;
	height: 380px;
	overflow: hidden;
	position: relative;
}
.focus  .adarea {
	display: block;
	height: 380px;
	width: 100%;
}
.f-img-list {
	height: 380px;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
}
.f-img-list li {
	height: 380px;
	text-align: center;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.f-img-list li.on {
	z-index: 105;
}

.tl {
	height: 36px;
	color: #FFF;
	background-size: cover;
	background-color: #E57F35;
}
.tl span{
	float:right;
	height: 38px;
	padding-right: 5px;
	line-height: 38px;
}
.tl a,.tl a:visited{
	color:#FFF;
}


/* 首页搜索 */
#search {
	float:left;
	color: #333;
	height: 116px;
	width: 100%;
	background-color:#fff;
}
#search .form {   
	width: 100%;
	height: 72px;
	margin:0px auto;
	position:relative;
	left:0px;
	top: 20px;
	background: url(../Images/search_bg.png) no-repeat center center;
	background-size:100% ;
}
#search .keyword {
	float: left;
	line-height: 72px;
	height: 72px;
	width: 80%;
	overflow: hidden;
	color: #333;
}
.btn-search {
	float:right;
	height: 40px;
	color: #FFF;
	background-color:#fff;
	width: 15%;
	margin: 16px;
	font-weight:bold;
	font-size:28px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	filter:alpha(opacity=0); /*IE滤镜，透明度50%*/
	-moz-opacity:0; /*Firefox私有，透明度50%*/
	opacity:0;/*其他，透明度50%*/
}
.ipt-search {
	float:left;
	font-size: 20px;
	width: 60%;
	height: 40px;
	line-height: 40px;
	text-align: left;
	margin: 16px 5px 0px 29px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*******产品展示*************/
.frame {
	width:100%;
	margin-right: auto;
	margin-left: auto;
	overflow:hidden;
}
.mt20 {
	/* margin-top: 10px; */
}
.box-bg {
	background-color: #FFF;
	box-shadow: 0px 4px 4px #DDD;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #EEE;
	border-right-color: #E4E4E4;
	border-bottom-color: #E4E4E4;
	border-left-color: #E4E4E4;
}
.p10 {
	padding: 1px;
}

.tl-m {
	height: 65px;
	background:url(../Images/tab-ul-li.png) repeat-x left;
}

.tl-m a, .tl-m a:visited  {
	color: #fff;
}
.tl-m p {
	font-size: 16px;
	line-height: 38px;
	color: #FFF;
	font-weight: bold;
	background-image: url(../Images/tl-w-p.png);
	background-repeat: no-repeat;
	background-position: left center;
	float: left;
	padding-left: 28px;
}

.public_title{height:34px; line-height:34px;  color:#fff;   background-color: #E57F35;}
.public_title p{display:inline-block; padding:0px 10px; float:left; font-size: 16px; font-weight: bold;}
.public_title a{width:50px; text-align:center; float:right;  font-size: 12px; color:#fff; }
/* 首页产品 */
/* 产品分类列表 */
.product_list{width:100%; }
.product_list h1{height:42px; line-height:42px; text-align:center; color:#fff; font-size: 18px; font-weight:bold; background-color:#016684;}
.index_cate{width:100%;  background:url(../Images/dl.png);}
.index_cate h4 a{width:100%; height:40px; line-height:40px;  text-indent:10px; display:block; color:#fff; font-size: 14px; font-weight:bold; font-family:"宋代"; background-color:#e14c0a;}
.index_cate dt p{width:97%; height:40px; line-height:40px; display:block; text-align:left; text-indent:10px; background:url(../Images/dt.png) no-repeat right center;  font-size: 14px; font-weight:bold; font-family:"宋代"; color:#333; white-space:nowrap; overflow:hidden; cursor:pointer}
.index_cate dd{width:100%;}
.index_cate li{width:33%; float:left;}
.index_cate dd a{ height:40px; line-height:40px; display:block; text-align:left; text-indent:10px;  font-size:12px; font-weight:500; color:#333; font-family:"宋代"; white-space:nowrap; overflow:hidden; }

/* 小广告条*/
.min_banner img{width:100%; /* height:100%; */ margin:0px auto;}

/* 客户案例 */
.case_main{width:100%; max-height:310px; margin:0px auto;  background: url(../Images/case_bg.jpg) no-repeat center bottom; background-size:100% ;}
.case_info{width:100%; margin: 0 auto;}

.cases-scroll-con {
	height:80%;
	width:70%;
	margin:0px auto;
}
.cases-scroll-con li {
	float: left;
	width:100%; 
	display: block;
	background:#e14c0a;
}
.cases-scroll-con li img {
	width:100%; 
	height: 88%;
}
.cases-scroll-con li span {
	display: block;
	line-height: 20px;
	height: 20px;
	font-size:14px; 
	font-weight:bold; 
	color:#fff;
	overflow: hidden;
}
#cases-scroll {
	width:100%;
	height:300px;
	margin-top: 30px;
	
}

/* featured-area 
#featured-area{height:300px; width:100%; margin:20px auto 0 auto;}
.roundabout-holder{list-style:none; width:70%; height:80%; margin:0px auto;}
.roundabout-moveable-item{font-size:12px!important;height:90%;width:80%;cursor:pointer; -webkit-border-radius:5px;-moz-border-radius:5px;background:#f9f9f9;}
.roundabout-moveable-item img{height:100%;width:100%;background-color:#FFFFFF;margin:0;}
.roundabout-in-focus{cursor:auto;}
.roundabout-in-focus:hover{-webkit-box-shadow:0px 0px 20px #787878;-moz-box-shadow:0px 0px 20px #787878;background:#f9f9f9;}
.roundabout-holder span{display:none;}
.roundabout-in-focus:hover span{width:100%; display:inline; position:absolute; bottom:0px;left:0px;  background:#e14c0a;  font-size:12px;  color:#fff; z-index:999;
filter:alpha(opacity=80); 
 -moz-opacity:0.8; 
 opacity:0.8;
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}
.roundabout a:active, .roundabout a:focus, .roundabout a:visited{outline:none;text-decoration:none;}
.roundabout li{margin:0}
*/

/* 六大优势 */
.adv{height:auto; background-color: #FFFFFF;}
.adv_tab{width:100%; padding-top:20px;}
.adv_tab_top{height:59px;  }

.adv_tab_title{width: 100%; height:50px; margin:0px auto;}
.adv_tab_title h1,.adv_tab_title h2{height:50px; line-height:50px;  font-size:18px; font-weight:bold; color:#fff; }
.adv_tab_title h1{width: 100%; text-align:center; float:left; background-color: #E57F35; }
.adv_tab_title h2{width: 80%; text-indent:12px; float:left; background-color: #E9E9E9;color: black;}
.adv img{width:99%; /* height:99%; */ display:block; margin:10px auto;}
.adv  .adv_img02{width:94%; height:94%; padding:10px;/*  border:1px solid #016684; */ display:block; margin:10px auto;}
.adv_tab_info{width:99%; margin:0px auto;}
.adv_tab_info li{margin-top:16px; line-height:20px; padding-left:16px; font-size:13px; background: url(../Images/adv_li_bg.png) no-repeat left 3px;}
.adv_tab_info li span{font-weight:bold; color:#f29305;}



/* 客户见证 */
.client{width:100%; margin:0px auto;}
.client_top{width:100%; height:34px; background-color: #e9e9e9;}
#pro-pagenavi-4 {width: 90%; float:left;}
#pro-pagenavi-4  li{width: 33%; height:34px; line-height:34px; text-align:center; float:left; font-weight:bold; font-size:16px; color: #000;}
#pro-pagenavi-4 li.hover{ background-color:#e57f35;color:#fff;}
.client_top  a{width:46px; height:34px; line-height:34px; text-align:center; display:block; float:right; font-size:12px; color: #000;}
.client .tab-content{width:100%; height:auto; padding-bottom:20px; background-color:#fff;}
.client_main{width: 100%; margin-top:10px;float: left;}
.client_img{width: 100%; /*! height: 137px; */  overflow:hidden; float:left; padding-bottom:4px; margin:0px 5px; display:inline; background: url(../Images/cli01.png) no-repeat center bottom;  background-size:100%;}
.client_img a img{width:100%; /*! height:135px; */ display:block; padding:4px; border:1px solid #dedede;}
.client_info{width: 50%;  /* float:left; */ margin: 0 auto;}
.client_info h1{height:40px; line-height:40px; font-weight:bold; font-size:14px; color:#000;}
.client_info p{line-height:20px; font-size:12px;}
.client_info a{width: 100px; height:30px; display:block; margin-top:10px; line-height:30px; text-align:center; font-size:13px; color:#fff; background-color:#e14c0a; }

/*荣誉资质*/
.honor{width:100%; height:34px; background-color: #E57F35;}
.honor h3{width:27%; height:34px; line-height:34px; text-align:center; float:left; font-weight:bold; font-size:16px; color:#fff; background-color: #E57F35;}
.honor a{width:46px; height:34px; line-height:34px; text-align:center; display:block; float:right; font-size:12px; color: #FFF;}
.partner-scroll {
	height: 260px;
	padding-top: 5px;
}

.partner-scroll-con {
	width:99%;
	margin:0px auto;
}
.partner-scroll-con li {
	float: left;
	width: 47%;4:center;
	margin-top: 6px;
	margin-left: 6px;
}
.partner-scroll-con li img {
	width: 94%;
	height: 120px;
	padding: 5px;
	border: 1px solid #CCC;
}
.partner-scroll-con li span {
	display: block;
	padding-top: 3px;
	line-height: 18px;
	text-align:center;
	height: 18px;
	overflow: hidden;
	color:#016684;
}
#partner-scroll {
	padding: 15px 0px;
	background-color:#fff;
}

/****常见问题********/
.company_new{width:100%; height: 34px; background-color: #E9E9E9;}
.company_new  a{width:46px; height:34px; display:block; float:right; line-height:34px; text-align:center; font-size:12px; color: #0E0000;}
#pro-list-3{background-color:#fff;}
#pro-pagenavi-3{width:85%; float:left;}
#pro-pagenavi-3 li {width:24%; height:34px; line-height:34px; font-size:16px; color: #000;float: left;text-align: center;}
#pro-pagenavi-3 li.hover {background-color: #E57F35;color:#fff;}
.faq dl { border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #D2D9D6; padding-bottom: 10px; padding-top: 5px; }
.faq dt span { font-weight: 700; color: #FF6600; }
.faq dd span { color: #1FB530; font-weight: 700; }
.faq dl dt {
	line-height: 18px;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../Images/faq-a.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 25px;
}
.faq dl dt a{color: #E57F35; font-weight:bold;}
.faq dl dd {
	line-height: 18px;
	color: #666;
	padding-top: 7px;
	padding-bottom: 5px;
	background-image: url(../Images/faq-q.png);
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding-left: 25px;
}
/* 新闻 */
.news-ul li {
	background-image: url(../Images/dot-sq.png);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 30px;
	padding-left: 15px;
	white-space:nowrap; overflow:hidden; text-overflow:ellipsis;

}

#team-list { display: block; padding-top: 10px; padding-right: 5px; padding-bottom: 10px; padding-left: 5px; }
#team-list li { display: inline-block; float: left; width: 25%; text-align: center; }
#team-list li img { width: 90%; }
#footer {
	color: #333;
	text-align: center;
	padding-bottom: 55px;
	padding-top: 10px;
	border-top:1px solid #fff;
	background-color: #E57F35;
	width: 100%;
}
/* 底部导航 */
.footer_nav{width:100%; min-height:300px;  margin-top:10px; padding-bottom:20px; background-color:#016684;}
.footer_nav ul{width:30%; height:140px; float:left; margin-left:10px; display:inline;}
.footer_nav li{height:26px; line-height:26px; }
.footer_nav li a{color:#fff; font-size:12px;}
.footer_nav .footer_nav_top{height:40px; line-height:40px; border-bottom:1px solid #fff;}
.footer_nav .footer_nav_top a{font-size:14px; font-family:"宋体";  font-weight:bold;}
.footer_nav .footer_nav_top a:hover{height:40px; line-height:40px; display:block; border-bottom:1px solid #333;}


.products-list .img img {
	width: 90%;
	border: 1px solid #CCC;
	max-height: 124px;
}

.page-images-list .pic img {
	width: 90%;
	border: 1px solid #CCC;
	height: 130px;
}

/*****480px宽度样式兼容 *****************************************************/

@media screen and (max-width: 420px) {
body{
max-width:420px;
min-width: 320px;
margin:0px auto;
font-size:14px;
}

.logo_bottom{ height:70px;  padding-top:16px; padding-left:10px;  line-height:28px;  font-size:20px;}
.logo_bottom p{height:28px; line-height:28px;}
.logo_bottom span{height:24px; line-height:24px; font-size:15px; }

.btn-search {
	height: 34px;
	width: 10%;
	margin-top: 19px;
	font-weight:bold;
	font-size:24px;
}
.ipt-search {
	font-size: 18px;
	width: 60%;
	height: 34px;
	line-height: 34px;
	margin: 19px 5px 0px 29px;
}

.pro-scroll-con li img{height:150px;}

#pro-scroll{height: 180px; padding-top:20px;}
.pro-scroll-con {
	max-height: 180px;
}

.adv_tab_title h2{width:80%;}

.case_main{ height:260px;}
.cases-scroll-con {
	height:86%;
	width:70%;
	margin:0px auto;
}
#cases-scroll {
	width:100%;
	height:260px;
	margin-top: 20px;	
}

.client_img a img{height:115px;}

.products-list .img img {
	height: 105px;
}

.page-images-list .pic img {
	height: 110px;
}

.partner-scroll-con li img{height:204px;}


 }

/*****480px宽度样式兼容结束 **********************************************************/

/*****320px宽度样式兼容 **************************************************************/

@media screen and (max-width: 370px) {
body{
max-width:420px;
min-width: 320px;
}
.logo_bottom{ height:60px;  padding-top:14px; padding-left:10px;  line-height:24px;  font-size:18px;}
.logo_bottom p{height:24px; line-height:24px;}
.logo_bottom span{height:20px; line-height:20px; font-size:13px; }

.btn-search {
	height: 32px;
	width: 10%;
	margin-top: 20px;
	font-weight:bold;
	font-size:24px;
}
.ipt-search {
	font-size: 16px;
	width: 60%;
	height: 32px;
	line-height: 32px;
	margin: 20px 5px 0px 29px;
}

.pro-scroll-con li img{height:135px;}

#pro-scroll{height: 160px; padding-top:20px;}
.pro-scroll-con {
	max-height: 160px;
}

.index_cate li{width:45%; float:left;}
.index_cate dd a{  text-indent:20px;  font-size:14px;  }

.adv_tab_title h2{width:80%;}

.case_main{ height:235px;}
.cases-scroll-con li img{height: 84%;}
#cases-scroll {
	width:100%;
	height:235px;
	margin-top: 20px;	
}

.client_img{width:40%; height:30%;}
.client_img a img{width:92%; height:90px; }
.client_info{width:56%;  float:left; }
.client_info h1{height:20px; line-height:20px; }
.client_info a{width:77px; height:30px; display:block;  line-height:30px; text-align:center; font-size:13px; color:#fff; background-color:#e14c0a; }



#pro-pagenavi-4  li{font-size:14px; }

#pro-pagenavi-3 li {font-size:14px;}

.products-list .img img {
	height: 90px;
}

.page-images-list .pic img {
	height: 90px;
}

.partner-scroll-con li img{height:150px;}

 }

/*************************320px宽度样式兼容结束 **********************************************************/


.footer-nav {
	height: 120px;
}
.footer-nav a,
.footer-nav a:visited {
	color: #FFF;
	margin-right: 5px;
	margin-left: 5px;
	font-weight: bold;
}
.footer-nav li {
	float: left;
	height: 60px;
	width: 33%;
}
.footer-nav li a {
	display: block;
	height: 36px;
	background-color: #7d3a00;
	line-height: 36px;
	text-align: center;
	border: 4px solid #FFF;
	border-radius:20px 20px 20px 20px;
	box-shadow:0 1px 3px rgba(34,25,25,0.2);
}


.footer-copyright { line-height: 30px; background-color: #FFF; color: #333; }
.footer-info { padding-top: 10px; padding-bottom: 10px; }
.footer-info a, .footer-info a:visited{color:#FFF;}
.tl-p {
	padding: 10px;
	background-color: #E57F35;
	color: #FFF;
}
.about-page {
	padding: 10px;
	line-height: 22px;
}
.about-page img {
	max-width:100%;
	display:block;
}
.page-news-list { padding: 10px; }
.page-news-list li {height:30px; line-height:30px; padding-left: 15px; background-image: url(../Images/dot-sq.png); background-repeat: no-repeat; background-position: 5px center;
 white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.page-news-list li span { color: #666; font-size: 12px; font-weight: normal; padding-left: 10px; }
.page-num { text-align: center; padding-top: 10px; }
.page-num a, .page-num span{ display:inline-block; padding:4px;}
.page-num .current{ background:#F90; color:#FFF;}
.page-news-list li.br { background-image: none; padding-top: 0px; padding-bottom: 0px; border-top-width: 1px; border-top-style: dashed; border-top-color: #CCC; }
.per-nex { margin-top: 10px; }
.per-nex li { padding-top: 5px; padding-bottom: 5px; }
.page-news-show { padding: 10px; }
.page-news-show h2 { text-align: center; line-height: 30px; font-weight: bold; color:#000; background-color:#fff; }
.page-news-show .info { color: #666; text-align: center; font-size: 12px; }
#page-news-content { margin-top: 10px; font-size: 18px;line-height:24px;}
.page-news-content{width:100%; overflow:hidden;}
.page-news-content img{width:100%; height:auto;}
.page-team-list { padding: 10px; }
.page-team-list .pic img { width: 100%; }
.page-team-list .info { margin-top: 10px; }
.page-team-list .info h4 { font-weight: bold; }
.page-team-list .info p { font-size: 0.9em; color: #666; }
.page-team-list li { padding-bottom: 10px; }
.page-images-list { padding: 10px; }

.page-images-list li {
	text-align: center;
	float: left;
	width: 50%;
}

#guestbook { padding: 15px; }
.gustbook-form { padding-top: 10px; }
#guestbook dl { padding: 10px; border: 1px solid #F0F0F0; margin-bottom: 10px; }
#guestbook dt { line-height: 30px; height: 30px; padding-right: 8px; padding-left: 8px; background-color: #F1FDE3; }
#guestbook dt span { font-family: Tahoma, Geneva, sans-serif; font-size: 11px; color: #666; float: right; }
#guestbook dt strong { color: #F60; }
#guestbook dd { padding: 8px; }
#guestbook .reply strong { color: #0E8109; }



i.i-tel { background-position: left top; }
i.i-email { background-position: 0px -100px; }
i.i-map { background-position: 0px -40px; }
i.i-message { background-position: 0px -60px; }
i.i-share { background-position: 0px -20px;}
.tool-bar-int ul li a span { font-size: 12px; color: #FFF; padding-top: 3px; display: block;}
.tool-bar-br {
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #EEE;
}

/* Swipe 2 required styles */
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}
/* END required styles */
.welcome { background-color: #CC3333; color: #FFF; line-height: 26px; padding-top: 8px; padding-bottom: 12px; border-top-width: 1px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; border-top-color: #DD7878; border-bottom-color: #B12C33; }
.welcome h2 { color: #FF0; font-weight: bold; }

.tl h3 {
	font-weight: bold;
	float: left;
	height: 36px;
	line-height: 36px;
	color: #FFF;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding-left: 12px;
}
.pro-ul { padding-top:10px; }
.pro-ul li {
	float:left;
	width:50%;
	text-align:center;
	padding-bottom:10px;
	display: block;
}
.pro-ul .pic img {
	width:90%;
	border: 1px solid #CCC;
}
.pro-ul .name { margin-top:8px; overflow: hidden; line-height: 30px; height: 30px; }.price { font-weight: bold; color: #C00; }
.box{ display:block;}

.ul-pic li {
	float: left;
	display: block;
	text-align: center;
	width: 50%;
	padding-bottom: 10px;
}
.ul-pic { padding-top: 10px; }
.ul-pic span { display: block; padding-top: 6px; line-height: 30px; height: 30px; overflow: hidden; }
.ul-pic img { width: 95%; height: 160px;}

.ul-pic2 li {
	float: left;
	display: block;
	text-align: center;
	width: 33%;
}
.ul-pic2 { padding-top: 10px; }
.ul-pic2 span { display: block; padding-top: 6px; line-height: 30px; height: 30px; overflow: hidden; }
.ul-pic2 img {
	width: 93%;
	border: 1px solid #FFF;
}

.news-ul { padding: 8px; background-color:#fff; }
.tRight { text-align: right; }
.redfont { color: #C00; }
.form-gusetbook { background-image: url(../Images/pic-contact.png); background-repeat: no-repeat; background-position: left bottom; padding-top: 8px; padding-right: 8px; padding-bottom: 30px; padding-left: 8px; }
.contact-ul {
	line-height: 24px;
	padding: 10px;
}

/***********底部菜单***********/
#footer .nav {
	line-height: 40px;
	height: 40px;
}
#footer .nav a,
#footer .nav a:visited {
	color: #000;
	margin-right: 5px;
	margin-left: 5px;
}
#footer .info {
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 20px;
}
#footer .info a,
#footer .info a:visited {
	color: #fff;
}
.InputBorder { padding: 4px; border: 1px solid #CCC; }
.page-content { padding: 8px; }
.goods-pic { text-align: center; }
.goods-spce-ul { line-height: 24px; padding-top: 10px; }
.goods-remark { line-height: 24px; padding: 8px; overflow:hidden; }
.goods-remark img{ width:100%;}
.products-list li { float: left; width: 50%; text-align: center; }

.products-list .name {
	padding-top: 8px;
	height: 35px;
}
.news-ul li span { float: right; color: #666; }
#header .weibo {
	position: absolute;
	top: 17px;
	right: 5px;
	color: #FFF;
	font-size: 12px;
}
#header .weibo p {
	padding-top: 5px;
}
#header .weibo img {
	margin-right: 7px;
	margin-left: 7px;
}

.bgc {
	background-image: url(../Images/con-bg.png);
	background-repeat: repeat;
}
.about {
	padding: 10px;
	line-height: 22px;
}
.about p {
	line-height: 22px;
	text-indent: 24px;
}
.brand-ul {
	padding-top: 10px;
}
.brand-ul li {
	text-align: center;
	float: left;
	display: inline-block;
	width: 50%;
	padding-bottom: 10px;
}
.video-ul {
	background-color: #FFF;
	padding-top: 10px;
}
.video-ul li {
	height: 55px;
	float: left;
	width: 50%;
}
.video-ul li a {
	background-image: url(../Images/video-li.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	width: 110px;
	display: block;
	line-height: 44px;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	padding-left: 44px;
	margin-right: auto;
	margin-left: auto;
}
.tl-tab {
	background-image: url(../Images/tl-bg.png);
	background-position: left bottom;
	height: 30px;
	background-repeat: repeat-x;
	background-color: #FBFBFB;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
}
.tl-tab ul {
	height: 30px;
}
.tl-tab ul li {
	width: 110px;
	display: inline-block;
	float: left;
	line-height: 30px;
	color: #666;
	text-align: center;
	height: 30px;
	font-weight: bold;
}
.tl-tab ul li.hover {
	font-weight: 700;
	color: #333;
}
.headline {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.headline h3 {
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
}
.headline p {
	color: #666;
	line-height: 20px;
}

.ava-ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.ava-ul li {
	width: 25%;
	float: left;
}
.ava-ul li img {
	width: 100%;
	height: 80px;
}
.tl-h h3 {
	font-weight: bold;
	color: #009933;
	font-size: 20px;
	line-height: 20px;
	background-image: url(../Images/tl-h-h3.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	text-align: center;
}
.weibo-code {
	padding: 10px;
}

.banner{
	position: relative;
}
.banner .slider {
	z-index: 1;
	display:block;
	margin:0 auto;
	max-width:640px;
	overflow:hidden;
	position:relative;
}
.banner .slider .sliderlist{ position:absolute; width:2000px; left:0; top:0px;}
.banner .slider .sliderlist li{
	float:left;
	max-width:640px;
	display:block;
	text-align:center;
}
.banner .slider .sliderlist li span{
	max-width:640px;
	margin:0 auto;
	display:inline-block;
}
.banner .slider .sliderlist li img{}
.banner .slider #pagenavi{
	position:absolute;
	left:0;
	bottom:10px;
	text-align:center;
	width:100%;
}
.banner .slider #pagenavi a{width:14px;height:14px;line-height:99em;background:#FFF;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin:0 4px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1;}
.banner .slider #pagenavi a.active{ background: #E57F35;}

.ul-case {
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.ul-case li .pic {
	float: left;
	width: 40%;
}
.ul-case li .info {
	float: right;
	width: 55%;
}
.ul-case li .pic img {
	width: 100%;
}
.ul-case li .info h3 {
	font-weight: 700;
	padding-bottom: 5px;
}
.ul-case li .info p {
	line-height: 20px;
	color: #666;
	font-size: 12px;
}
.ul-case li {
	padding-bottom: 10px;
}
#page {
	background-color: #FFF;
}#header .qrcode {
	height: 34px;
	width: 34px;
	position: absolute;
	top: 19px;
	right: 76px;
}
#weixin-code {
	width: 150px;
	height: 150px;
	position: absolute;
	top: 32px;
	left: -65px;
	z-index: 99999999;
	display: none;
	border: solid #999 1px;
	background-color: #FFF;
	padding: 3px;
}
.tel {
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #DDD;
}
.tel img{
	max-width:100%;
}
.adt {
	padding-top: 5px;
	padding-bottom: 5px;
}

.p8 {
	padding: 8px;
	padding-bottom:1px;
}
.ct {
	text-align: center;
}
.tl-s {
	height: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(../Images/tl-l-bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
.tl-s h3 {
	line-height: 40px;
	background-image: url(../Images/tl-l-h3.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFF;
	float: left;
	font-weight: bold;
	text-align: center;
	height: 40px;
	width: 136px;
}
.tl-s span {
	float: right;
	line-height: 40px;
	padding-right: 8px;
}
.adv-video-btn {
	position: absolute;
	top: 5px;
	right: 5px;
}
.adv-video {
	text-align:center;
	padding:8px;
	background-color:#000;
	color: #FFF;
}


.about strong {
	color: #333;
}
.contact-ul img {
	float: right;
}
.btn {
	width:88px;
	height:31px;
	color: #FFF;
	background-color: #E14C0A;
	padding: 5px;
	font-weight: bold;
	font-size: 16px;
	border:0px;
}
.page-images-list li .name {
	display: block;
	height: 25px;
	padding-top: 5px;
	overflow: hidden;
}
.cert {
	text-align: center;
	padding-top: 10px;
}


#retop {
	display: inline-block;
	margin: 10px;
	padding: 10px;
	color: #FFF;
	background-color: #0373C9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius:15px;
}
.cate-ul {
	padding-top: 10px;
	padding-bottom: 10px;
}
.cate-ul li {
	line-height: 16px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	float: left;
	width: 33.33%;
}
.cate-ul li a {
	background-image: url(../Images/dot-yellow.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	display: inline-block;
	padding-left: 25px;
}
.cate-ul dt{
	clear:both;
	font-weight:700;
	font-size:16px;
	line-height:30px;
	background-color:#019d2f;
	height: 31px;
	margin-bottom: 6px;

}
.cate-ul dd {
	float: left;
	width: 50%;
	line-height: 16px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.cate-ul dd a {
	background-image: url(../Images/dot-gray.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	display: inline-block;
	padding-left: 20px;
}

.tl-h span {
	float: right;
	font-weight: normal;
	padding-right: 5px;
}
/*#adv li strong {
	color: #F60;
	font-style: italic;
	background-color: #FFF;
	padding-right: 5px;
	padding-left: 2px;
	font-size: 22px;
}*/
.ul-case .info .more {
	padding-top: 10px;
	padding-right: 10px;
}
.foot-words {
	font-size: 20px;
	color: #ECEC00;
	font-weight: bold;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.tips {
	padding: 10px;
}
.pro-slider {
	z-index: 1;
	display:block;
	max-width:640px;
	overflow:hidden;
	position:relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 20px;
}
.pro-slider-list { position:absolute; width:2000px; left:0; top:0px;}
.pro-slider-list-li{ float:left; width:640px; display:block; text-align:center;}
.pro-slider-pagenavi{position:absolute;left:0;bottom:10px;text-align:center;width:100%;}
.pro-slider-pagenavi a{
	width:32px;
	height:12px;
	line-height:99em;
	background:#b5b5b5;
	overflow:hidden;
	cursor:pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 0;
	margin-left: 4px;
}
.pro-slider-pagenavi a.active{ background:#DB0317;}
.font-orange {
	font-weight: 700;
	color: #F90;
}

.adv-tl {
	height: 44px;
	background-color: #009933;
	border-top-width: 4px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF6600;
	border-bottom-color: #00832B;
}
.adv-tl h3 {
	line-height: 44px;
	color: #FFF;
	text-align: center;
	font-size: 25px;
	font-weight: bold;
}
.adv-tl h3 strong {
	color: #FFF;
	font-size: xx-large;
}
#adv ul li .pic {
	padding-top: 5px;
	text-align:center;
}
#adv ul li .pic img {
	max-width: 100%;
}
.tl-h ul {
	height: 32px;
	padding-left: 5px;
}
.tl-h li {
	float: left;
	height: 28px;
	line-height: 28px;
	padding-right: 12px;
	padding-left: 12px;
	margin-top: 4px;
}
.tl-h li.hover {
	background-image: url(../Images/tl-tab.png);
	background-repeat: repeat-x;
	background-position: center bottom;
	color: #03418A;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
}
.tl-p a, .tl-p a:visited {
	color: #FFF;
}
.ul-cate {
	padding-top: 10px;
}
.ul-cate li {
	float: left;
	height: 40px;
	width: 33.33%;
}
.ul-cate li a {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	font-weight: bold;
	background-image: url(../Images/dot-plus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 35px;
}


.ul-you-can {
	padding-top: 10px;
}
.ul-you-can li {
	height: 26px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.tl-h h3 strong {
	color: #F60;
}
.ul-you-can li span {
	display: block;
	line-height: 26px;
	height: 26px;
	border: 1px dashed #CCC;
	padding-left: 20px;
	margin-right: 5px;
	margin-left: 5px;
}
.more {
	height: 28px;
	line-height: 28px;
	text-align: center;
	background-color: #EEE;
}
.more a {
	color: #333;
}
.cate-ul dt a {
	display: block;
	padding-left: 34px;
	color:#fff;
}

.adv img{
	max-width:100%;
}
.tl-h h3 small {
	color: #666;
	font-size: 16px;
}

/* 相关栏目 */
.page-news-ul{padding:8px 20px; background-color:#fff;/* width: 100%; */}
.page-news-ul li {
	background-image: url(../Images/dot-yellow.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
	line-height: 30px;
	padding-left: 25px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 25%;
	float: left;
}




#ckepop a:hover {

    text-decoration: none;

}

#ckepop .jiathis_counter.jiathis_bubble_style {

    display: block;

    margin: 0 0 0 -2px;

    text-align: center;

    font-weight: bold;

    background: url(../images/counter.gif) no-repeat 0 -64px;

    padding: 0 0 0 4px;

    height: 16px;

    font-family: arial, helvetica, sans-serif;

    width: 32px !important;

}

#ckepop .jiathis_counter.jiathis_bubble_style:hover {

    color: #000000;

    background-position: -36px -64px !important;

}

#ckepop .jiathis_counter.jiathis_bubble_style .atc_s {

    display: none !important;

}

#ckepop * html .jiathis_counter.jiathis_bubble_style {

    width: 36px !important;

    display: inline;

}

#ckepop * html .jiathis_counter.jiathis_bubble_style.compatmode0 {

    width: 32px !important;

    display: block;

}

#ckepop .jiathis_button_expanded {

    float: left;

    font-size: 11px;

    font-weight: bold;

    color: #565656;

    cursor: pointer;

    text-decoration: none;

    line-height: 16px !important;

}

#jiathis_style_32x32 a:hover {

    text-decoration: none;

}

#jiathis_style_32x32 .jiathis_counter.jiathis_bubble_style {

    background: url(../images/counter.gif) no-repeat 0 0;

    height: 32px;

    width: 54px !important;

    line-height: 32px;

    padding: 0 5px 0 6px;

    font-family: arial, helvetica, sans-serif;

    text-align: center;

}

#jiathis_style_32x32 .jiathis_counter.jiathis_bubble_style:hover {

    color: #000000;

    background-position: 0 -32px !important;

}

#jiathis_style_32x32 * html .jiathis_counter.jiathis_bubble_style {

    width: 60px !important;

}

#jiathis_style_32x32  .jiathis_button_expanded {

    float: left;

    font-size: 16px;

    font-weight: bold;

    color: #565656;

    cursor: pointer;

    text-decoration: none;

    line-height: 32px !important;

}

.jiathis_style a:hover {

    text-decoration: none;

}

.jiathis_style .jiathis_counter.jiathis_bubble_style {

    display: block;

    margin: 0 0 0 -2px;

    text-align: center;

    font-weight: bold;

    background: url(../images/counter.gif) no-repeat 0 -64px;

    padding: 0 0 0 4px;

    height: 16px;

    font-family: arial, helvetica, sans-serif;

    width: 32px !important;

}

.jiathis_style .jiathis_counter.jiathis_bubble_style:hover {

    color: #000000;

    background-position: -36px -64px !important;

}

.jiathis_style .jiathis_counter.jiathis_bubble_style .atc_s {

    display: none !important;

}

.jiathis_style * html .jiathis_counter.jiathis_bubble_style {

    width: 36px !important;

    display: inline;

}

.jiathis_style * html .jiathis_counter.jiathis_bubble_style.compatmode0 {

    width: 32px !important;

    display: block;

}

.jiathis_style .jiathis_button_expanded {

    float: left;

    font-size: 11px;

    font-weight: bold;

    color: #565656;

    cursor: pointer;

    text-decoration: none;

    line-height: 16px !important;

}

.jiathis_style_32x32 a:hover {

    text-decoration: none;

}

.jiathis_style_32x32 .jiathis_counter.jiathis_bubble_style {

    background: url(../images/counter.gif) no-repeat 0 0;

    height: 32px;

    width: 54px !important;

    line-height: 32px;

    padding: 0 5px 0 6px;

    font-family: arial, helvetica, sans-serif;

    text-align: center;

}

.jiathis_style_32x32 .jiathis_counter.jiathis_bubble_style:hover {

    color: #000000;

    background-position: 0 -32px !important;

}

.jiathis_style_32x32 * html .jiathis_counter.jiathis_bubble_style {

    width: 60px !important;

}

.jiathis_style_32x32  .jiathis_button_expanded {

    float: left;

    font-size: 16px;

    font-weight: bold;

    color: #565656;

    cursor: pointer;

    text-decoration: none;

    line-height: 32px !important;

}

.jiathis_style_24x24 a:hover {

    text-decoration: none;

}

.jiathis_style_24x24 .jiathis_counter.jiathis_bubble_style {

    background: url(../images/counter.gif) no-repeat 0 -80px;

    height: 24px;

    width: 54px !important;

    line-height: 24px;

    padding: 0 5px 0 6px;

    font-family: arial, helvetica, sans-serif;

    text-align: center;

}

.jiathis_style_24x24 .jiathis_counter.jiathis_bubble_style:hover {

    color: #000000;

    background-position: 0 -104px !important;

}

.jiathis_style_24x24 * html .jiathis_counter.jiathis_bubble_style {

    width: 60px !important;

}

.jiathis_style_24x24  .jiathis_button_expanded {

    float: left;

    font-size: 14px;

    font-weight: bold;

    color: #565656;

    cursor: pointer;

    text-decoration: none;

    line-height: 24px !important;

}

#ckepop   dl, #ckepop dt, #ckepop dd, #ckepop ol, #ckepop ul, #ckepop li, #ckepop fieldset, #ckepop form, #ckepop label, #ckepop legend, #ckepop table, #ckepop caption, #ckepop tbody, #ckepop tfoot, #ckepop thead, #ckepop tr, #ckepop th, #ckepop td, #ckepop span {

    vertical-align: middle;

    margin: 0;

    padding: 0;

    font-family: 'Microsoft YaHei', arial, tahoma, \5b8b\4f53, sans-serif;

}

#ckepop  .jiadiv_01 {

    border: #CCCCCC solid 1px;

    width: 240px;

    background: #ffffff;

    text-align: left;

    overflow: hidden;

}

#ckepop  .jiadiv_02 {

    padding: 1px !important;

    font-size: 14px !important;

    text-align: left !important;

}

#ckepop  .jiadiv_02 .jiatitle {

    margin: 1px 0;

    height: 20px;

    padding-left: 5px;

    padding-top: 4px;

    width: 107px;

    float: left;

    display: block;

    border: 1px solid #ffffff;

    background: #ffffff;

    text-decoration: none;

    color: #000000;

    font-size: 12px !important;

}

#ckepop  .jiadiv_02 .jiatitle:hover {

    background: #F2F2F2;

    border: 1px solid #E5E5E5;

    text-decoration: none;

}

#ckepop  .jiadiv_02 .jiatitle img {

    margin: 3px 0 -3px 0;

    border: 0;

}

#ckepop  .jiadiv_01 .link_01 {

    text-decoration: none;

    font-size: 12px

}

#ckepop  .jiadiv_01 .link_01:hover {

    text-decoration: underline;

    font-size: 12px

}

#ckepop  .jtico {

    text-align: left;

    overflow: hidden;

    display: block !important;

    height: 16px !important;

    line-height: 16px !important;

    padding-left: 20px !important;

    background: url(../images/jiathis_ico.png) no-repeat left;

    cursor: pointer

}

#ckepop  .jtico:hover {

    opacity: 0.8;

}

#ckepop  .jtico_copy {

    background-position: 0px 0px

}

#ckepop  .jtico_email {

    background-position: 0px -32px

}

#ckepop  .jtico_fav {

    background-position: 0px -16px

}

#ckepop  .jtico_buzz {

    background-position: 0px -48px

}

#ckepop  .jtico_qzone {

    background-position: 0px -64px

}

#ckepop  .jtico_baidu {

    background-position: 0px -80px

}

#ckepop  .jtico_tsina {

    background-position: 0px -96px

}

#ckepop  .jtico_tsohu {

    background-position: 0px -112px

}

#ckepop  .jtico_t163 {

    background-position: 0px -128px

}

#ckepop  .jtico_tqq {

    background-position: 0px -144px

}

#ckepop  .jtico_renren {

    background-position: 0px -160px

}

#ckepop  .jtico_kaixin001 {

    background-position: 0px -176px

}

#ckepop  .jtico_qingbiji {

    background-position: 0px -192px

}

#ckepop  .jtico_taobao {

    background-position: 0px -208px

}

#ckepop  .jtico_hi {

    background-position: 0px -224px

}

#ckepop  .jtico_xiaoyou {

    background-position: 0px -240px

}

#ckepop  .jtico_youshi {

    background-position: 0px -256px

}

#ckepop  .jtico_gmail {

    background-position: 0px -272px

}

#ckepop  .jtico_hotmail {

    background-position: 0px -288px

}

#ckepop  .jtico_xqw {

    background-position: 0px -304px

}

#ckepop  .jtico_feixin {

    background-position: 0px -320px

}

#ckepop  .jtico_51 {

    background-position: 0px -336px

}

#ckepop  .jtico_google {

    background-position: 0px -352px

}

#ckepop  .jtico_youdao {

    background-position: 0px -368px

}

#ckepop  .jtico_qq {

    background-position: 0px -384px

}

#ckepop  .jtico_sina {

    background-position: 0px -400px

}

#ckepop  .jtico_tuita {

    background-position: 0px -416px

}

#ckepop  .jtico_huaban {

    background-position: 0px -432px

}

#ckepop  .jtico_115 {

    background-position: 0px -448px

}

#ckepop  .jtico_hexun {

    background-position: 0px -464px

}

#ckepop  .jtico_myspace {

    background-position: 0px -480px

}

#ckepop  .jtico_139 {

    background-position: 0px -496px

}

#ckepop  .jtico_tieba {

    background-position: 0px -512px

}

#ckepop  .jtico_sdonote {

    background-position: 0px -528px

}

#ckepop  .jtico_digu {

    background-position: 0px -544px

}

#ckepop  .jtico_douban {

    background-position: 0px -560px

}

#ckepop  .jtico_ifengkb {

    background-position: 0px -576px

}

#ckepop  .jtico_xianguo {

    background-position: 0px -592px

}

#ckepop  .jtico_mingdao {

    background-position: 0px -608px

}

#ckepop  .jtico_renjian {

    background-position: 0px -624px

}

#ckepop  .jtico_gmw {

    background-position: 0px -640px

}

#ckepop  .jtico_delicious {

    background-position: 0px -656px

}

#ckepop  .jtico_digg {

    background-position: 0px -672px

}

#ckepop  .jtico_fb {

    background-position: 0px -688px

}

#ckepop  .jtico_twitter {

    background-position: 0px -704px

}

#ckepop  .jtico_ujian {

    background-position: 0px -720px

}

#ckepop  .jtico_poco {

    background-position: 0px -736px

}

#ckepop  .jtico_wealink {

    background-position: 0px -752px

}

#ckepop  .jtico_cnfol {

    background-position: 0px -768px

}

#ckepop  .jtico_qileke {

    background-position: 0px -800px

}

#ckepop  .jtico_tongxue {

    background-position: 0px -816px

}

#ckepop  .jtico_waakee {

    background-position: 0px -832px

}

#ckepop  .jtico_ydnote {

    background-position: 0px -848px

}

#ckepop  .jtico_cyzone {

    background-position: 0px -864px

}

#ckepop  .jtico_diandian {

    background-position: 0px -880px

}

#ckepop  .jtico_jcrb {

    background-position: 0px -896px

}

#ckepop  .jtico_99earth {

    background-position: 0px -912px

}

#ckepop  .jtico_chouti {

    background-position: 0px -928px

}

#ckepop  .jtico_dig24 {

    background-position: 0px -944px

}

#ckepop  .jtico_douban9dian {

    background-position: 0px -960px

}

#ckepop  .jtico_i139 {

    background-position: 0px -976px

}

#ckepop  .jtico_caimi {

    background-position: 0px -992px

}

#ckepop  .jtico_yixin {

    background-position: 0px -1008px

}

#ckepop  .jtico_yijee {

    background-position: 0px -1024px

}

#ckepop  .jtico_pdfonline {

    background-position: 0px -1040px

}

#ckepop  .jtico_printfriendly {

    background-position: 0px -1056px

}

#ckepop  .jtico_translate {

    background-position: 0px -1072px

}

#ckepop  .jtico_duitang {

    background-position: 0px -1088px

}

#ckepop  .jtico_diigo {

    background-position: 0px -1104px

}

#ckepop  .jtico_evernote {

    background-position: 0px -1120px

}

#ckepop  .jtico_friendfeed {

    background-position: 0px -1136px

}

#ckepop  .jtico_linkedin {

    background-position: 0px -1152px

}

#ckepop  .jtico_mixx {

    background-position: 0px -1168px

}

#ckepop  .jtico_netlog {

    background-position: 0px -1184px

}

#ckepop  .jtico_netvibes {

    background-position: 0px -1200px

}

#ckepop  .jtico_phonefavs {

    background-position: 0px -1216px

}

#ckepop  .jtico_pingfm {

    background-position: 0px -1232px

}

#ckepop  .jtico_plaxo {

    background-position: 0px -1248px

}

#ckepop  .jtico_tpeople {

    background-position: 0px -1264px

}

#ckepop  .jtico_reddit {

    background-position: 0px -1280px

}

#ckepop  .jtico_wong {

    background-position: 0px -1296px

}

#ckepop  .jtico_stumbleupon {

    background-position: 0px -1312px

}

#ckepop  .jtico_plurk {

    background-position: 0px -1328px

}

#ckepop  .jtico_funp {

    background-position: 0px -1344px

}

#ckepop  .jtico_miliao {

    background-position: 0px -1360px

}

#ckepop  .jtico_myshare {

    background-position: 0px -1376px

}

#ckepop  .jtico_fwisp {

    background-position: 0px -1392px

}

#ckepop  .jtico_more, #ckepop .jtico_jiathis {

    background-position: 0px -1408px

}

#ckepop  .jtico_msn {

    background-position: 0px -1424px

}

#ckepop  .jtico_fanfou {

    background-position: 0px -1440px

}

#ckepop  .jtico_189mail {

    background-position: 0px -1456px

}

#ckepop  .jtico_dream163 {

    background-position: 0px -1472px

}

#ckepop  .jtico_thexun {

    background-position: 0px -1488px

}

#ckepop  .jtico_tianya {

    background-position: 0px -1505px

}

#ckepop  .jtico_w3c {

    background-position: 0px -1521px

}

#ckepop  .jtico_tifeng {

    background-position: 0px -1537px

}

#ckepop  .jtico_bitly {

    background-position: 0px -1553px

}

#ckepop  .jtico_kansohu {

    background-position: 0px -1569px

}

#ckepop  .jtico_ganniu {

    background-position: 0px -1585px

}

#ckepop  .jtico_189cn {

    background-position: 0px -1601px

}

#ckepop  .jtico_masar {

    background-position: 0px -1617px

}

#ckepop  .jtico_binzhi {

    background-position: 0px -1633px

}

#ckepop  .jtico_mop {

    background-position: 0px -1649px

}

#ckepop  .jtico_alibaba {

    background-position: 0px -1665px

}

#ckepop  .jtico_leihou {

    background-position: 0px -1681px

}

#ckepop  .jtico_mailru {

    background-position: 0px -1697px

}

#ckepop  .jtico_pocket {

    background-position: 0px -1713px

}

#ckepop  .jtico_instapaper {

    background-position: 0px -1729px

}

#ckepop  .jtico_print {

    background-position: 0px -1745px

}

#ckepop  .jtico_139mail {

    background-position: 0px -1760px

}

#ckepop  .jtico_meilishuo {

    background-position: 0px -1777px

}

#ckepop  .jtico_mogujie {

    background-position: 0px -1793px

}

#ckepop  .jtico_weixin {

    background-position: 0px -1809px

}

#ckepop  .jtico_tianji {

    background-position: 0px -1825px

}

#ckepop  .jtico_tumblr {

    background-position: 0px -1841px

}

#ckepop  .jtico_ishare {

    background-position: 0px -1857px

}

#ckepop  .jtico_zsvs {

    background-position: 0px -1873px

}

#ckepop  .jtico_pinterest {

    background-position: 0px -1889px

}

#ckepop  .jtico_toeeee {

    background-position: 0px -1905px

}

#ckepop  .jtico_tyaolan {

    background-position: 0px -1921px

}

#ckepop  .jtico_189share {

    background-position: 0px -1937px

}

#ckepop  .jtico_txinhua {

    background-position: 0px -1953px

}

#ckepop  .jtico_googleplus {

    background-position: 0px -1969px

}

#ckepop  .jtico_faxianla {

    background-position: 0px -1985px

}

#ckepop  .jtico_iwo {

    background-position: 0px -2001px

}

#ckepop  .jtico_cqq {

    background-position: 0px -2017px

}

#ckepop  .jtico_mwsq {

    background-position: 0px -800px

}

#ckepop  .button, #ckepop .jiathis_txt {

    float: left;

    font-size: 12px;

    text-decoration: none;

    line-height: 18px !important;

}

#ckepop  .separator, #ckepop .jiathis_separator {

    display: block;

    float: left;

    margin: 0 5px;

    line-height: 16px !important;

}

#ckepop  .searchTxt {

    text-align: left;

    margin: 7px 0 0 28px;

    background: #FFFFFF;

    border: none;

    width: 240px;

    font-size: 12px;

    color: #999;

}

#ckepop  .searchTxtCont {

    width: 300px;

    background: #F2F2F2;

    border-bottom: 1px solid #E5E5E5;

    padding: 0 0 0 5px

}

#ckepop  .centerBottom {

    width: 300px;

    background: #F2F2F2;

    border-top: 1px solid #E5E5E5;

    padding-left: 5px;

}

#ckepop  .centerTitle {

    float: right;

    *padding: 3px 0 0;

}

#ckepop  .ckepopBottom {

    background: #F2F2F2;

    border-top: 1px solid #E5E5E5;

    padding-left: 5px;

}

#ckepop  .jt_sharetitle {

    font-weight: bold;

    font-size: 12px;

}

#ckepop  .jialike {

    position: relative;

    border: none;

    overflow: hidden;

    margin: -3px 5px;

}

#ckepop  img {

    display: inline;

    vertical-align: middle;

}

#jiathis_style_32x32  .jtico {

    text-align: left;

    overflow: hidden;

    display: block !important;

    height: 32px !important;

    line-height: 32px !important;

    padding-left: 36px !important;

    background: url(../images/jiathis_ico_32x32.png) no-repeat left;

    cursor: pointer

}

#jiathis_style_32x32  .jtico:hover {

    opacity: 0.8;

}

#jiathis_style_32x32  .jiathis_txt {

    float: left;

    font-size: 22px;

    text-decoration: none;

    line-height: 32px !important;

}

#jiathis_style_32x32  .jiathis_separator {

    display: block;

    float: left;

    margin: 0 5px;

    line-height: 32px !important;

}

#jiathis_style_32x32  .jialike {

    position: relative;

    border: none;

    overflow: hidden;

    margin: -3px 5px;

}

#jiathis_style_32x32 .jtico_tsina {

    background-position: 0px 0px

}

#jiathis_style_32x32 .jtico_qzone {

    background-position: 0px -32px

}

#jiathis_style_32x32 .jtico_renren {

    background-position: 0px -64px

}

#jiathis_style_32x32 .jtico_gmail {

    background-position: 0px -96px

}

#jiathis_style_32x32 .jtico_fav {

    background-position: 0px -128px

}

#jiathis_style_32x32 .jtico_tieba {

    background-position: 0px -160px

}

#jiathis_style_32x32 .jtico_kaixin001 {

    background-position: 0px -192px

}

#jiathis_style_32x32 .jtico_douban {

    background-position: 0px -224px

}

#jiathis_style_32x32 .jtico_hi {

    background-position: 0px -256px

}

#jiathis_style_32x32 .jtico_qingbiji {

    background-position: 0px -288px

}

#jiathis_style_32x32 .jtico_t163 {

    background-position: 0px -320px

}

#jiathis_style_32x32 .jtico_baidu {

    background-position: 0px -352px

}

#jiathis_style_32x32 .jtico_translate {

    background-position: 0px -384px

}

#jiathis_style_32x32 .jtico_sina {

    background-position: 0px -416px

}

#jiathis_style_32x32 .jtico_huaban {

    background-position: 0px -448px

}

#jiathis_style_32x32 .jtico_hotmail {

    background-position: 0px -480px

}

#jiathis_style_32x32 .jtico_hexun {

    background-position: 0px -512px

}

#jiathis_style_32x32 .jtico_fanfou {

    background-position: 0px -544px

}

#jiathis_style_32x32 .jtico_poco {

    background-position: 0px -576px

}

#jiathis_style_32x32 .jtico_waakee {

    background-position: 0px -608px

}

#jiathis_style_32x32 .jtico_xianguo {

    background-position: 0px -640px

}

#jiathis_style_32x32 .jtico_mingdao {

    background-position: 0px -672px

}

#jiathis_style_32x32 .jtico_qileke {

    background-position: 0px -704px

}

#jiathis_style_32x32 .jtico_diandian {

    background-position: 0px -736px

}

#jiathis_style_32x32 .jtico_leshou {

    background-position: 0px -768px

}

#jiathis_style_32x32 .jtico_gmw {

    background-position: 0px -800px

}

#jiathis_style_32x32 .jtico_115 {

    background-position: 0px -832px

}

#jiathis_style_32x32 .jtico_msn {

    background-position: 0px -864px

}

#jiathis_style_32x32 .jtico_caimi {

    background-position: 0px -896px

}

#jiathis_style_32x32 .jtico_renjian {

    background-position: 0px -928px

}

#jiathis_style_32x32 .jtico_fb {

    background-position: 0px -960px

}

#jiathis_style_32x32 .jtico_ujian {

    background-position: 0px -992px

}

#jiathis_style_32x32 .jtico_twitter {

    background-position: 0px -1024px

}

#jiathis_style_32x32 .jtico_delicious {

    background-position: 0px -1056px

}

#jiathis_style_32x32 .jtico_digg {

    background-position: 0px -1088px

}

#jiathis_style_32x32 .jtico_diglog {

    background-position: 0px -1120px

}

#jiathis_style_32x32 .jtico_wong {

    background-position: 0px -1152px

}

#jiathis_style_32x32 .jtico_zsvs {

    background-position: 0px -1184px

}

#jiathis_style_32x32 .jtico_stumbleupon {

    background-position: 0px -1216px

}

#jiathis_style_32x32 .jtico_tsohu {

    background-position: 0px -1248px

}

#jiathis_style_32x32 .jtico_chouti {

    background-position: 0px -1280px

}

#jiathis_style_32x32 .jtico_cnfol {

    background-position: 0px -1312px

}

#jiathis_style_32x32 .jtico_dig24 {

    background-position: 0px -1344px

}

#jiathis_style_32x32 .jtico_yijee {

    background-position: 0px -1376px

}

#jiathis_style_32x32 .jtico_sdonote {

    background-position: 0px -1408px

}

#jiathis_style_32x32 .jtico_buzz {

    background-position: 0px -1440px

}

#jiathis_style_32x32 .jtico_wealink {

    background-position: 0px -1472px

}

#jiathis_style_32x32 .jtico_evernote {

    background-position: 0px -1504px

}

#jiathis_style_32x32 .jtico_linkedin {

    background-position: 0px -1536px

}

#jiathis_style_32x32 .jtico_reddit {

    background-position: 0px -1568px

}

#jiathis_style_32x32 .jtico_fwisp {

    background-position: 0px -1600px

}

#jiathis_style_32x32 .jtico_cyzone {

    background-position: 0px -1632px

}

#jiathis_style_32x32 .jtico_youdao {

    background-position: 0px -1664px

}

#jiathis_style_32x32 .jtico_netvibes {

    background-position: 0px -1696px

}

#jiathis_style_32x32 .jtico_myspace {

    background-position: 0px -1728px

}

#jiathis_style_32x32 .jtico_tqq {

    background-position: 0px -1760px

}

#jiathis_style_32x32 .jtico_feixin {

    background-position: 0px -1792px

}

#jiathis_style_32x32 .jtico_youshi {

    background-position: 0px -1824px

}

#jiathis_style_32x32 .jtico_xiaoyou {

    background-position: 0px -1856px

}

#jiathis_style_32x32 .jtico_tifeng {

    background-position: 0px -1888px

}

#jiathis_style_32x32 .jtico_dream163 {

    background-position: 0px -1920px

}

#jiathis_style_32x32 .jtico_ifengkb {

    background-position: 0px -1952px

}

#jiathis_style_32x32 .jtico_email {

    background-position: 0px -1984px

}

#jiathis_style_32x32 .jtico_taobao {

    background-position: 0px -2016px

}

#jiathis_style_32x32 .jtico_jiathis {

    background-position: 0px -2048px

}

#jiathis_style_32x32 .jtico_tyaolan {

    background-position: 0px -2080px

}

#jiathis_style_32x32 .jtico_masar {

    background-position: 0px -2112px

}

#jiathis_style_32x32 .jtico_binzhi {

    background-position: 0px -2144px

}

#jiathis_style_32x32 .jtico_51 {

    background-position: 0px -2176px

}

#jiathis_style_32x32 .jtico_qq {

    background-position: 0px -2208px

}

#jiathis_style_32x32 .jtico_digu {

    background-position: 0px -2240px

}

#jiathis_style_32x32 .jtico_douban9dian {

    background-position: 0px -2272px

}

#jiathis_style_32x32 .jtico_yixin {

    background-position: 0px -2304px

}

#jiathis_style_32x32 .jtico_pdfonline {

    background-position: 0px -2336px

}

#jiathis_style_32x32 .jtico_printfriendly {

    background-position: 0px -2368px

}

#jiathis_style_32x32 .jtico_duitang {

    background-position: 0px -2400px

}

#jiathis_style_32x32 .jtico_diigo {

    background-position: 0px -2432px

}

#jiathis_style_32x32 .jtico_friendfeed {

    background-position: 0px -2464px

}

#jiathis_style_32x32 .jtico_mixx {

    background-position: 0px -2496px

}

#jiathis_style_32x32 .jtico_plaxo {

    background-position: 0px -2528px

}

#jiathis_style_32x32 .jtico_tpeople {

    background-position: 0px -2560px

}

#jiathis_style_32x32 .jtico_print {

    background-position: 0px -2592px

}

#jiathis_style_32x32 .jtico_plurk {

    background-position: 0px -2624px

}

#jiathis_style_32x32 .jtico_189mail {

    background-position: 0px -2656px

}

#jiathis_style_32x32 .jtico_i139 {

    background-position: 0px -2688px

}

#jiathis_style_32x32 .jtico_thexun {

    background-position: 0px -2720px

}

#jiathis_style_32x32 .jtico_tianya {

    background-position: 0px -2752px

}

#jiathis_style_32x32 .jtico_kansohu {

    background-position: 0px -2784px

}

#jiathis_style_32x32 .jtico_ganniu {

    background-position: 0px -2816px

}

#jiathis_style_32x32 .jtico_189cn {

    background-position: 0px -2848px

}

#jiathis_style_32x32 .jtico_mop {

    background-position: 0px -2880px

}

#jiathis_style_32x32 .jtico_alibaba {

    background-position: 0px -2912px

}

#jiathis_style_32x32 .jtico_mailru {

    background-position: 0px -2944px

}

#jiathis_style_32x32 .jtico_leihou {

    background-position: 0px -2976px

}

#jiathis_style_32x32 .jtico_139 {

    background-position: 0px -3008px

}

#jiathis_style_32x32 .jtico_139mail {

    background-position: 0px -3040px

}

#jiathis_style_32x32 .jtico_w3c {

    background-position: 0px -3072px

}

#jiathis_style_32x32 .jtico_99earth {

    background-position: 0px -3104px

}

#jiathis_style_32x32 .jtico_xqw {

    background-position: 0px -3136px

}

#jiathis_style_32x32 .jtico_google {

    background-position: 0px -3168px

}

#jiathis_style_32x32 .jtico_jcrb {

    background-position: 0px -3200px

}

#jiathis_style_32x32 .jtico_miliao {

    background-position: 0px -3232px

}

#jiathis_style_32x32 .jtico_tuita {

    background-position: 0px -3264px

}

#jiathis_style_32x32 .jtico_copy {

    background-position: 0px -3296px

}

#jiathis_style_32x32 .jtico_pingfm {

    background-position: 0px -3328px

}

#jiathis_style_32x32 .jtico_pocket {

    background-position: 0px -3360px

}

#jiathis_style_32x32 .jtico_funp {

    background-position: 0px -3392px

}

#jiathis_style_32x32 .jtico_phonefavs {

    background-position: 0px -3424px

}

#jiathis_style_32x32 .jtico_instapaper {

    background-position: 0px -3456px

}

#jiathis_style_32x32 .jtico_myshare {

    background-position: 0px -3488px

}

#jiathis_style_32x32 .jtico_bitly {

    background-position: 0px -3520px

}

#jiathis_style_32x32 .jtico_netlog {

    background-position: 0px -3552px

}

#jiathis_style_32x32 .jtico_ydnote {

    background-position: 0px -3584px

}

#jiathis_style_32x32 .jtico_meilishuo {

    background-position: 0px -3616px

}

#jiathis_style_32x32 .jtico_mogujie {

    background-position: 0px -3648px

}

#jiathis_style_32x32 .jtico_weixin {

    background-position: 0px -3680px

}

#jiathis_style_32x32 .jtico_tianji {

    background-position: 0px -3712px

}

#jiathis_style_32x32 .jtico_tumblr {

    background-position: 0px -3744px

}

#jiathis_style_32x32 .jtico_ishare {

    background-position: 0px -3776px

}

#jiathis_style_32x32 .jtico_pinterest {

    background-position: 0px -3808px

}

#jiathis_style_32x32 .jtico_toeeee {

    background-position: 0px -3840px

}

#jiathis_style_32x32 .jtico_189share {

    background-position: 0px -3872px

}

#jiathis_style_32x32 .jtico_txinhua {

    background-position: 0px -3904px

}

#jiathis_style_32x32 .jtico_googleplus {

    background-position: 0px -3936px

}

#jiathis_style_32x32 .jtico_faxianla {

    background-position: 0px -3968px

}

#jiathis_style_32x32 .jtico_iwo {

    background-position: 0px -4000px

}

#jiathis_style_32x32 .jtico_cqq {

    background-position: 0px -4032px

}

#jiathis_style_32x32 .jtico_mwsq {

    background-position: 0px -704px

}

.jiathis_style   dl, .jiathis_style dt, .jiathis_style dd, .jiathis_style ol, .jiathis_style ul, .jiathis_style li, .jiathis_style fieldset, .jiathis_style form, .jiathis_style label, .jiathis_style legend, .jiathis_style table, .jiathis_style caption, .jiathis_style tbody, .jiathis_style tfoot, .jiathis_style thead, .jiathis_style tr, .jiathis_style th, .jiathis_style td, .jiathis_style span {

    vertical-align: middle;

    margin: 0;

    padding: 0;

    font-family: 'Microsoft YaHei', arial, tahoma, \5b8b\4f53, sans-serif;

}

.jiathis_style  .jiadiv_01 {

    border: #CCCCCC solid 1px;

    width: 240px;

    background: #ffffff;

    text-align: left;

    overflow: hidden;

}

.jiathis_style  .jiadiv_02 {

    padding: 1px !important;

    font-size: 14px !important;

    text-align: left !important;

}

.jiathis_style  .jiadiv_02 .jiatitle {

    margin: 1px 0;

    height: 20px;

    padding-left: 5px;

    padding-top: 4px;

    width: 107px;

    float: left;

    display: block;

    border: 1px solid #ffffff;

    background: #ffffff;

    text-decoration: none;

    color: #000000;

    font-size: 12px !important;

}

.jiathis_style  .jiadiv_02 .jiatitle:hover {

    background: #F2F2F2;

    border: 1px solid #E5E5E5;

    text-decoration: none;

}

.jiathis_style  .jiadiv_02 .jiatitle img {

    margin: 3px 0 -3px 0;

    border: 0;

}

.jiathis_style  .jiadiv_01 .link_01 {

    text-decoration: none;

    font-size: 12px

}

.jiathis_style  .jiadiv_01 .link_01:hover {

    text-decoration: underline;

    font-size: 12px

}

.jiathis_style  .jtico {

    text-align: left;

    overflow: hidden;

    display: block !important;

    height: 16px !important;

    line-height: 16px !important;

    padding-left: 20px !important;

    background: url(../images/jiathis_ico.png) no-repeat left;

    cursor: pointer

}

.jiathis_style  .jtico:hover {

    opacity: 0.8;

}

.jiathis_style  .jtico_copy {

    background-position: 0px 0px

}

.jiathis_style  .jtico_email {

    background-position: 0px -32px

}

.jiathis_style  .jtico_fav {

    background-position: 0px -16px

}

.jiathis_style  .jtico_buzz {

    background-position: 0px -48px

}

.jiathis_style  .jtico_qzone {

    background-position: 0px -64px

}

.jiathis_style  .jtico_baidu {

    background-position: 0px -80px

}

.jiathis_style  .jtico_tsina {

    background-position: 0px -96px

}

.jiathis_style  .jtico_tsohu {

    background-position: 0px -112px

}

.jiathis_style  .jtico_t163 {

    background-position: 0px -128px

}

.jiathis_style  .jtico_tqq {

    background-position: 0px -144px

}

.jiathis_style  .jtico_renren {

    background-position: 0px -160px

}

.jiathis_style  .jtico_kaixin001 {

    background-position: 0px -176px

}

.jiathis_style  .jtico_qingbiji {

    background-position: 0px -192px

}

.jiathis_style  .jtico_taobao {

    background-position: 0px -208px

}

.jiathis_style  .jtico_hi {

    background-position: 0px -224px

}

.jiathis_style  .jtico_xiaoyou {

    background-position: 0px -240px

}

.jiathis_style  .jtico_youshi {

    background-position: 0px -256px

}

.jiathis_style  .jtico_gmail {

    background-position: 0px -272px

}

.jiathis_style  .jtico_hotmail {

    background-position: 0px -288px

}

.jiathis_style  .jtico_xqw {

    background-position: 0px -304px

}

.jiathis_style  .jtico_feixin {

    background-position: 0px -320px

}

.jiathis_style  .jtico_51 {

    background-position: 0px -336px

}

.jiathis_style  .jtico_google {

    background-position: 0px -352px

}

.jiathis_style  .jtico_youdao {

    background-position: 0px -368px

}

.jiathis_style  .jtico_qq {

    background-position: 0px -384px

}

.jiathis_style  .jtico_sina {

    background-position: 0px -400px

}

.jiathis_style  .jtico_tuita {

    background-position: 0px -416px

}

.jiathis_style  .jtico_huaban {

    background-position: 0px -432px

}

.jiathis_style  .jtico_115 {

    background-position: 0px -448px

}

.jiathis_style  .jtico_hexun {

    background-position: 0px -464px

}

.jiathis_style  .jtico_myspace {

    background-position: 0px -480px

}

.jiathis_style  .jtico_139 {

    background-position: 0px -496px

}

.jiathis_style  .jtico_tieba {

    background-position: 0px -512px

}

.jiathis_style  .jtico_sdonote {

    background-position: 0px -528px

}

.jiathis_style  .jtico_digu {

    background-position: 0px -544px

}

.jiathis_style  .jtico_douban {

    background-position: 0px -560px

}

.jiathis_style  .jtico_ifengkb {

    background-position: 0px -576px

}

.jiathis_style  .jtico_xianguo {

    background-position: 0px -592px

}

.jiathis_style  .jtico_mingdao {

    background-position: 0px -608px

}

.jiathis_style  .jtico_renjian {

    background-position: 0px -624px

}

.jiathis_style  .jtico_gmw {

    background-position: 0px -640px

}

.jiathis_style  .jtico_delicious {

    background-position: 0px -656px

}

.jiathis_style  .jtico_digg {

    background-position: 0px -672px

}

.jiathis_style  .jtico_fb {

    background-position: 0px -688px

}

.jiathis_style  .jtico_twitter {

    background-position: 0px -704px

}

.jiathis_style  .jtico_ujian {

    background-position: 0px -720px

}

.jiathis_style  .jtico_poco {

    background-position: 0px -736px

}

.jiathis_style  .jtico_wealink {

    background-position: 0px -752px

}

.jiathis_style  .jtico_cnfol {

    background-position: 0px -768px

}

.jiathis_style  .jtico_qileke {

    background-position: 0px -800px

}

.jiathis_style  .jtico_tongxue {

    background-position: 0px -816px

}

.jiathis_style  .jtico_waakee {

    background-position: 0px -832px

}

.jiathis_style  .jtico_ydnote {

    background-position: 0px -848px

}

.jiathis_style  .jtico_cyzone {

    background-position: 0px -864px

}

.jiathis_style  .jtico_diandian {

    background-position: 0px -880px

}

.jiathis_style  .jtico_jcrb {

    background-position: 0px -896px

}

.jiathis_style  .jtico_99earth {

    background-position: 0px -912px

}

.jiathis_style  .jtico_chouti {

    background-position: 0px -928px

}

.jiathis_style  .jtico_dig24 {

    background-position: 0px -944px

}

.jiathis_style  .jtico_douban9dian {

    background-position: 0px -960px

}

.jiathis_style  .jtico_i139 {

    background-position: 0px -976px

}

.jiathis_style  .jtico_caimi {

    background-position: 0px -992px

}

.jiathis_style  .jtico_yixin {

    background-position: 0px -1008px

}

.jiathis_style  .jtico_yijee {

    background-position: 0px -1024px

}

.jiathis_style  .jtico_pdfonline {

    background-position: 0px -1040px

}

.jiathis_style  .jtico_printfriendly {

    background-position: 0px -1056px

}

.jiathis_style  .jtico_translate {

    background-position: 0px -1072px

}

.jiathis_style  .jtico_duitang {

    background-position: 0px -1088px

}

.jiathis_style  .jtico_diigo {

    background-position: 0px -1104px

}

.jiathis_style  .jtico_evernote {

    background-position: 0px -1120px

}

.jiathis_style  .jtico_friendfeed {

    background-position: 0px -1136px

}

.jiathis_style  .jtico_linkedin {

    background-position: 0px -1152px

}

.jiathis_style  .jtico_mixx {

    background-position: 0px -1168px

}

.jiathis_style  .jtico_netlog {

    background-position: 0px -1184px

}

.jiathis_style  .jtico_netvibes {

    background-position: 0px -1200px

}

.jiathis_style  .jtico_phonefavs {

    background-position: 0px -1216px

}

.jiathis_style  .jtico_pingfm {

    background-position: 0px -1232px

}

.jiathis_style  .jtico_plaxo {

    background-position: 0px -1248px

}

.jiathis_style  .jtico_tpeople {

    background-position: 0px -1264px

}

.jiathis_style  .jtico_reddit {

    background-position: 0px -1280px

}

.jiathis_style  .jtico_wong {

    background-position: 0px -1296px

}

.jiathis_style  .jtico_stumbleupon {

    background-position: 0px -1312px

}

.jiathis_style  .jtico_plurk {

    background-position: 0px -1328px

}

.jiathis_style  .jtico_funp {

    background-position: 0px -1344px

}

.jiathis_style  .jtico_miliao {

    background-position: 0px -1360px

}

.jiathis_style  .jtico_myshare {

    background-position: 0px -1376px

}

.jiathis_style  .jtico_fwisp {

    background-position: 0px -1392px

}

.jiathis_style  .jtico_more, .jiathis_style .jtico_jiathis {

    background-position: 0px -1408px

}

.jiathis_style  .jtico_msn {

    background-position: 0px -1424px

}

.jiathis_style  .jtico_fanfou {

    background-position: 0px -1440px

}

.jiathis_style  .jtico_189mail {

    background-position: 0px -1456px

}

.jiathis_style  .jtico_dream163 {

    background-position: 0px -1472px

}

.jiathis_style  .jtico_thexun {

    background-position: 0px -1488px

}

.jiathis_style  .jtico_tianya {

    background-position: 0px -1505px

}

.jiathis_style  .jtico_w3c {

    background-position: 0px -1521px

}

.jiathis_style  .jtico_tifeng {

    background-position: 0px -1537px

}

.jiathis_style  .jtico_bitly {

    background-position: 0px -1553px

}

.jiathis_style  .jtico_kansohu {

    background-position: 0px -1569px

}

.jiathis_style  .jtico_ganniu {

    background-position: 0px -1585px

}

.jiathis_style  .jtico_189cn {

    background-position: 0px -1601px

}

.jiathis_style  .jtico_masar {

    background-position: 0px -1617px

}

.jiathis_style  .jtico_binzhi {

    background-position: 0px -1633px

}

.jiathis_style  .jtico_mop {

    background-position: 0px -1649px

}

.jiathis_style  .jtico_alibaba {

    background-position: 0px -1665px

}

.jiathis_style  .jtico_leihou {

    background-position: 0px -1681px

}

.jiathis_style  .jtico_mailru {

    background-position: 0px -1697px

}

.jiathis_style  .jtico_pocket {

    background-position: 0px -1713px

}

.jiathis_style  .jtico_instapaper {

    background-position: 0px -1729px

}

.jiathis_style  .jtico_print {

    background-position: 0px -1745px

}

.jiathis_style  .jtico_139mail {

    background-position: 0px -1760px

}

.jiathis_style  .jtico_meilishuo {

    background-position: 0px -1777px

}

.jiathis_style  .jtico_mogujie {

    background-position: 0px -1793px

}

.jiathis_style  .jtico_weixin {

    background-position: 0px -1809px

}

.jiathis_style  .jtico_tianji {

    background-position: 0px -1825px

}

.jiathis_style  .jtico_tumblr {

    background-position: 0px -1841px

}

.jiathis_style  .jtico_ishare {

    background-position: 0px -1857px

}

.jiathis_style  .jtico_zsvs {

    background-position: 0px -1873px

}

.jiathis_style  .jtico_pinterest {

    background-position: 0px -1889px

}

.jiathis_style  .jtico_toeeee {

    background-position: 0px -1905px

}

.jiathis_style  .jtico_tyaolan {

    background-position: 0px -1921px

}

.jiathis_style  .jtico_189share {

    background-position: 0px -1937px

}

.jiathis_style  .jtico_txinhua {

    background-position: 0px -1953px

}

.jiathis_style  .jtico_googleplus {

    background-position: 0px -1969px

}

.jiathis_style  .jtico_faxianla {

    background-position: 0px -1985px

}

.jiathis_style  .jtico_iwo {

    background-position: 0px -2001px

}

.jiathis_style  .jtico_cqq {

    background-position: 0px -2017px

}

.jiathis_style  .jtico_mwsq {

    background-position: 0px -800px

}

.jiathis_style  .button, .jiathis_style .jiathis_txt {

    float: left;

    font-size: 12px;

    text-decoration: none;

    line-height: 18px !important;

}

.jiathis_style  .separator, .jiathis_style .jiathis_separator {

    display: block;

    float: left;

    margin: 0 5px;

    line-height: 16px !important;

}

.jiathis_style  .searchTxt {

    text-align: left;

    margin: 7px 0 0 28px;

    background: #FFFFFF;

    border: none;

    width: 240px;

    font-size: 12px;

    color: #999;

}

.jiathis_style  .searchTxtCont {

    width: 300px;

    background: #F2F2F2;

    border-bottom: 1px solid #E5E5E5;

    padding: 0 0 0 5px

}

.jiathis_style  .centerBottom {

    width: 300px;

    background: #F2F2F2;

    border-top: 1px solid #E5E5E5;

    padding-left: 5px;

}

.jiathis_style  .centerTitle {

    float: right;

    *padding: 3px 0 0;

}

.jiathis_style  .ckepopBottom {

    background: #F2F2F2;

    border-top: 1px solid #E5E5E5;

    padding-left: 5px;

}

.jiathis_style  .jt_sharetitle {

    font-weight: bold;

    font-size: 12px;

}

.jiathis_style  .jialike {

    position: relative;

    border: none;

    overflow: hidden;

    margin: -3px 5px;

}

.jiathis_style  img {

    display: inline;

    vertical-align: middle;

}

.jiathis_style_32x32  .jtico {

    text-align: left;

    overflow: hidden;

    display: block !important;

    height: 32px !important;

    line-height: 32px !important;

    padding-left: 36px !important;

    background: url(../images/jiathis_ico_32x32.png) no-repeat left;

    cursor: pointer

}

.jiathis_style_32x32  .jtico:hover {

    opacity: 0.8;

}

.jiathis_style_32x32  .jiathis_txt {

    float: left;

    font-size: 22px;

    text-decoration: none;

    line-height: 32px !important;

}

.jiathis_style_32x32  .jiathis_separator {

    display: block;

    float: left;

    margin: 0 5px;

    line-height: 32px !important;

}

.jiathis_style_32x32  .jialike {

    position: relative;

    border: none;

    overflow: hidden;

    margin: -3px 5px;

}

.jiathis_style_32x32 .jtico_tsina {

    background-position: 0px 0px

}

.jiathis_style_32x32 .jtico_qzone {

    background-position: 0px -32px

}

.jiathis_style_32x32 .jtico_renren {

    background-position: 0px -64px

}

.jiathis_style_32x32 .jtico_gmail {

    background-position: 0px -96px

}

.jiathis_style_32x32 .jtico_fav {

    background-position: 0px -128px

}

.jiathis_style_32x32 .jtico_tieba {

    background-position: 0px -160px

}

.jiathis_style_32x32 .jtico_kaixin001 {

    background-position: 0px -192px

}

.jiathis_style_32x32 .jtico_douban {

    background-position: 0px -224px

}

.jiathis_style_32x32 .jtico_hi {

    background-position: 0px -256px

}

.jiathis_style_32x32 .jtico_qingbiji {

    background-position: 0px -288px

}

.jiathis_style_32x32 .jtico_t163 {

    background-position: 0px -320px

}

.jiathis_style_32x32 .jtico_baidu {

    background-position: 0px -352px

}

.jiathis_style_32x32 .jtico_translate {

    background-position: 0px -384px

}

.jiathis_style_32x32 .jtico_sina {

    background-position: 0px -416px

}

.jiathis_style_32x32 .jtico_huaban {

    background-position: 0px -448px

}

.jiathis_style_32x32 .jtico_hotmail {

    background-position: 0px -480px

}

.jiathis_style_32x32 .jtico_hexun {

    background-position: 0px -512px

}

.jiathis_style_32x32 .jtico_fanfou {

    background-position: 0px -544px

}

.jiathis_style_32x32 .jtico_poco {

    background-position: 0px -576px

}

.jiathis_style_32x32 .jtico_waakee {

    background-position: 0px -608px

}

.jiathis_style_32x32 .jtico_xianguo {

    background-position: 0px -640px

}

.jiathis_style_32x32 .jtico_mingdao {

    background-position: 0px -672px

}

.jiathis_style_32x32 .jtico_qileke {

    background-position: 0px -704px

}

.jiathis_style_32x32 .jtico_diandian {

    background-position: 0px -736px

}

.jiathis_style_32x32 .jtico_leshou {

    background-position: 0px -768px

}

.jiathis_style_32x32 .jtico_gmw {

    background-position: 0px -800px

}

.jiathis_style_32x32 .jtico_115 {

    background-position: 0px -832px

}

.jiathis_style_32x32 .jtico_msn {

    background-position: 0px -864px

}

.jiathis_style_32x32 .jtico_caimi {

    background-position: 0px -896px

}

.jiathis_style_32x32 .jtico_renjian {

    background-position: 0px -928px

}

.jiathis_style_32x32 .jtico_fb {

    background-position: 0px -960px

}

.jiathis_style_32x32 .jtico_ujian {

    background-position: 0px -992px

}

.jiathis_style_32x32 .jtico_twitter {

    background-position: 0px -1024px

}

.jiathis_style_32x32 .jtico_delicious {

    background-position: 0px -1056px

}

.jiathis_style_32x32 .jtico_digg {

    background-position: 0px -1088px

}

.jiathis_style_32x32 .jtico_diglog {

    background-position: 0px -1120px

}

.jiathis_style_32x32 .jtico_wong {

    background-position: 0px -1152px

}

.jiathis_style_32x32 .jtico_zsvs {

    background-position: 0px -1184px

}

.jiathis_style_32x32 .jtico_stumbleupon {

    background-position: 0px -1216px

}

.jiathis_style_32x32 .jtico_tsohu {

    background-position: 0px -1248px

}

.jiathis_style_32x32 .jtico_chouti {

    background-position: 0px -1280px

}

.jiathis_style_32x32 .jtico_cnfol {

    background-position: 0px -1312px

}

.jiathis_style_32x32 .jtico_dig24 {

    background-position: 0px -1344px

}

.jiathis_style_32x32 .jtico_yijee {

    background-position: 0px -1376px

}

.jiathis_style_32x32 .jtico_sdonote {

    background-position: 0px -1408px

}

.jiathis_style_32x32 .jtico_buzz {

    background-position: 0px -1440px

}

.jiathis_style_32x32 .jtico_wealink {

    background-position: 0px -1472px

}

.jiathis_style_32x32 .jtico_evernote {

    background-position: 0px -1504px

}

.jiathis_style_32x32 .jtico_linkedin {

    background-position: 0px -1536px

}

.jiathis_style_32x32 .jtico_reddit {

    background-position: 0px -1568px

}

.jiathis_style_32x32 .jtico_fwisp {

    background-position: 0px -1600px

}

.jiathis_style_32x32 .jtico_cyzone {

    background-position: 0px -1632px

}

.jiathis_style_32x32 .jtico_youdao {

    background-position: 0px -1664px

}

.jiathis_style_32x32 .jtico_netvibes {

    background-position: 0px -1696px

}

.jiathis_style_32x32 .jtico_myspace {

    background-position: 0px -1728px

}

.jiathis_style_32x32 .jtico_tqq {

    background-position: 0px -1760px

}

.jiathis_style_32x32 .jtico_feixin {

    background-position: 0px -1792px

}

.jiathis_style_32x32 .jtico_youshi {

    background-position: 0px -1824px

}

.jiathis_style_32x32 .jtico_xiaoyou {

    background-position: 0px -1856px

}

.jiathis_style_32x32 .jtico_tifeng {

    background-position: 0px -1888px

}

.jiathis_style_32x32 .jtico_dream163 {

    background-position: 0px -1920px

}

.jiathis_style_32x32 .jtico_ifengkb {

    background-position: 0px -1952px

}

.jiathis_style_32x32 .jtico_email {

    background-position: 0px -1984px

}

.jiathis_style_32x32 .jtico_taobao {

    background-position: 0px -2016px

}

.jiathis_style_32x32 .jtico_jiathis {

    background-position: 0px -2048px

}

.jiathis_style_32x32 .jtico_tyaolan {

    background-position: 0px -2080px

}

.jiathis_style_32x32 .jtico_masar {

    background-position: 0px -2112px

}

.jiathis_style_32x32 .jtico_binzhi {

    background-position: 0px -2144px

}

.jiathis_style_32x32 .jtico_51 {

    background-position: 0px -2176px

}

.jiathis_style_32x32 .jtico_qq {

    background-position: 0px -2208px

}

.jiathis_style_32x32 .jtico_digu {

    background-position: 0px -2240px

}

.jiathis_style_32x32 .jtico_douban9dian {

    background-position: 0px -2272px

}

.jiathis_style_32x32 .jtico_yixin {

    background-position: 0px -2304px

}

.jiathis_style_32x32 .jtico_pdfonline {

    background-position: 0px -2336px

}

.jiathis_style_32x32 .jtico_printfriendly {

    background-position: 0px -2368px

}

.jiathis_style_32x32 .jtico_duitang {

    background-position: 0px -2400px

}

.jiathis_style_32x32 .jtico_diigo {

    background-position: 0px -2432px

}

.jiathis_style_32x32 .jtico_friendfeed {

    background-position: 0px -2464px

}

.jiathis_style_32x32 .jtico_mixx {

    background-position: 0px -2496px

}

.jiathis_style_32x32 .jtico_plaxo {

    background-position: 0px -2528px

}

.jiathis_style_32x32 .jtico_tpeople {

    background-position: 0px -2560px

}

.jiathis_style_32x32 .jtico_print {

    background-position: 0px -2592px

}

.jiathis_style_32x32 .jtico_plurk {

    background-position: 0px -2624px

}

.jiathis_style_32x32 .jtico_189mail {

    background-position: 0px -2656px

}

.jiathis_style_32x32 .jtico_i139 {

    background-position: 0px -2688px

}

.jiathis_style_32x32 .jtico_thexun {

    background-position: 0px -2720px

}

.jiathis_style_32x32 .jtico_tianya {

    background-position: 0px -2752px

}

.jiathis_style_32x32 .jtico_kansohu {

    background-position: 0px -2784px

}

.jiathis_style_32x32 .jtico_ganniu {

    background-position: 0px -2816px

}

.jiathis_style_32x32 .jtico_189cn {

    background-position: 0px -2848px

}

.jiathis_style_32x32 .jtico_mop {

    background-position: 0px -2880px

}

.jiathis_style_32x32 .jtico_alibaba {

    background-position: 0px -2912px

}

.jiathis_style_32x32 .jtico_mailru {

    background-position: 0px -2944px

}

.jiathis_style_32x32 .jtico_leihou {

    background-position: 0px -2976px

}

.jiathis_style_32x32 .jtico_139 {

    background-position: 0px -3008px

}

.jiathis_style_32x32 .jtico_139mail {

    background-position: 0px -3040px

}

.jiathis_style_32x32 .jtico_w3c {

    background-position: 0px -3072px

}

.jiathis_style_32x32 .jtico_99earth {

    background-position: 0px -3104px

}

.jiathis_style_32x32 .jtico_xqw {

    background-position: 0px -3136px

}

.jiathis_style_32x32 .jtico_google {

    background-position: 0px -3168px

}

.jiathis_style_32x32 .jtico_jcrb {

    background-position: 0px -3200px

}

.jiathis_style_32x32 .jtico_miliao {

    background-position: 0px -3232px

}

.jiathis_style_32x32 .jtico_tuita {

    background-position: 0px -3264px

}

.jiathis_style_32x32 .jtico_copy {

    background-position: 0px -3296px

}

.jiathis_style_32x32 .jtico_pingfm {

    background-position: 0px -3328px

}

.jiathis_style_32x32 .jtico_pocket {

    background-position: 0px -3360px

}

.jiathis_style_32x32 .jtico_funp {

    background-position: 0px -3392px

}

.jiathis_style_32x32 .jtico_phonefavs {

    background-position: 0px -3424px

}

.jiathis_style_32x32 .jtico_instapaper {

    background-position: 0px -3456px

}

.jiathis_style_32x32 .jtico_myshare {

    background-position: 0px -3488px

}

.jiathis_style_32x32 .jtico_bitly {

    background-position: 0px -3520px

}

.jiathis_style_32x32 .jtico_netlog {

    background-position: 0px -3552px

}

.jiathis_style_32x32 .jtico_ydnote {

    background-position: 0px -3584px

}

.jiathis_style_32x32 .jtico_meilishuo {

    background-position: 0px -3616px

}

.jiathis_style_32x32 .jtico_mogujie {

    background-position: 0px -3648px

}

.jiathis_style_32x32 .jtico_weixin {

    background-position: 0px -3680px

}

.jiathis_style_32x32 .jtico_tianji {

    background-position: 0px -3712px

}

.jiathis_style_32x32 .jtico_tumblr {

    background-position: 0px -3744px

}

.jiathis_style_32x32 .jtico_ishare {

    background-position: 0px -3776px

}

.jiathis_style_32x32 .jtico_pinterest {

    background-position: 0px -3808px

}

.jiathis_style_32x32 .jtico_toeeee {

    background-position: 0px -3840px

}

.jiathis_style_32x32 .jtico_189share {

    background-position: 0px -3872px

}

.jiathis_style_32x32 .jtico_txinhua {

    background-position: 0px -3904px

}

.jiathis_style_32x32 .jtico_googleplus {

    background-position: 0px -3936px

}

.jiathis_style_32x32 .jtico_faxianla {

    background-position: 0px -3968px

}

.jiathis_style_32x32 .jtico_iwo {

    background-position: 0px -4000px

}

.jiathis_style_32x32 .jtico_cqq {

    background-position: 0px -4032px

}

.jiathis_style_32x32 .jtico_mwsq {

    background-position: 0px -704px

}

.jiathis_style_24x24  .jtico {

    text-align: left;

    overflow: hidden;

    display: block !important;

    height: 24px !important;

    line-height: 24px !important;

    padding-left: 28px !important;

    background: url(../images/jiathis_ico_24x24.png) no-repeat left;

    cursor: pointer

}

.jiathis_style_24x24  .jtico:hover {

    opacity: 0.8;

}

.jiathis_style_24x24  .jiathis_txt {

    float: left;

    font-size: 22px;

    text-decoration: none;

    line-height: 24px !important;

}

.jiathis_style_24x24  .jiathis_separator {

    display: block;

    float: left;

    margin: 0 5px;

    line-height: 24px !important;

}

.jiathis_style_24x24  .jialike {

    position: relative;

    border: none;

    overflow: hidden;

    margin: -3px 5px;

}

.jiathis_style_24x24  .jtico_copy {

    background-position: 0px 0px

}

.jiathis_style_24x24  .jtico_fav {

    background-position: 0px -24px

}

.jiathis_style_24x24  .jtico_email {

    background-position: 0px -48px

}

.jiathis_style_24x24  .jtico_buzz {

    background-position: 0px -72px

}

.jiathis_style_24x24  .jtico_qzone {

    background-position: 0px -96px

}

.jiathis_style_24x24  .jtico_baidu {

    background-position: 0px -120px

}

.jiathis_style_24x24  .jtico_tsina {

    background-position: 0px -144px

}

.jiathis_style_24x24  .jtico_tsohu {

    background-position: 0px -168px

}

.jiathis_style_24x24  .jtico_t163 {

    background-position: 0px -192px

}

.jiathis_style_24x24  .jtico_tqq {

    background-position: 0px -216px

}

.jiathis_style_24x24  .jtico_renren {

    background-position: 0px -240px

}

.jiathis_style_24x24  .jtico_kaixin001 {

    background-position: 0px -264px

}

.jiathis_style_24x24  .jtico_qingbiji {

    background-position: 0px -288px

}

.jiathis_style_24x24  .jtico_taobao {

    background-position: 0px -312px

}

.jiathis_style_24x24  .jtico_hi {

    background-position: 0px -336px

}

.jiathis_style_24x24  .jtico_xiaoyou {

    background-position: 0px -360px

}

.jiathis_style_24x24  .jtico_youshi {

    background-position: 0px -384px

}

.jiathis_style_24x24  .jtico_gmail {

    background-position: 0px -408px

}

.jiathis_style_24x24  .jtico_hotmail {

    background-position: 0px -432px

}

.jiathis_style_24x24  .jtico_xqw {

    background-position: 0px -456px

}

.jiathis_style_24x24  .jtico_feixin {

    background-position: 0px -480px

}

.jiathis_style_24x24  .jtico_51 {

    background-position: 0px -504px

}

.jiathis_style_24x24  .jtico_google {

    background-position: 0px -528px

}

.jiathis_style_24x24  .jtico_youdao {

    background-position: 0px -552px

}

.jiathis_style_24x24  .jtico_qq {

    background-position: 0px -576px

}

.jiathis_style_24x24  .jtico_sina {

    background-position: 0px -600px

}

.jiathis_style_24x24  .jtico_tuita {

    background-position: 0px -624px

}

.jiathis_style_24x24  .jtico_huaban {

    background-position: 0px -648px

}

.jiathis_style_24x24  .jtico_115 {

    background-position: 0px -672px

}

.jiathis_style_24x24  .jtico_hexun {

    background-position: 0px -696px

}

.jiathis_style_24x24  .jtico_myspace {

    background-position: 0px -720px

}

.jiathis_style_24x24  .jtico_139 {

    background-position: 0px -744px

}

.jiathis_style_24x24  .jtico_tieba {

    background-position: 0px -768px

}

.jiathis_style_24x24  .jtico_sdonote {

    background-position: 0px -792px

}

.jiathis_style_24x24  .jtico_digu {

    background-position: 0px -816px

}

.jiathis_style_24x24  .jtico_douban {

    background-position: 0px -840px

}

.jiathis_style_24x24  .jtico_ifengkb {

    background-position: 0px -864px

}

.jiathis_style_24x24  .jtico_xianguo {

    background-position: 0px -888px

}

.jiathis_style_24x24  .jtico_mingdao {

    background-position: 0px -912px

}

.jiathis_style_24x24  .jtico_renjian {

    background-position: 0px -936px

}

.jiathis_style_24x24  .jtico_gmw {

    background-position: 0px -960px

}

.jiathis_style_24x24  .jtico_delicious {

    background-position: 0px -984px

}

.jiathis_style_24x24  .jtico_digg {

    background-position: 0px -1008px

}

.jiathis_style_24x24  .jtico_fb {

    background-position: 0px -1032px

}

.jiathis_style_24x24  .jtico_twitter {

    background-position: 0px -1056px

}

.jiathis_style_24x24  .jtico_ujian {

    background-position: 0px -1080px

}

.jiathis_style_24x24  .jtico_poco {

    background-position: 0px -1104px

}

.jiathis_style_24x24  .jtico_wealink {

    background-position: 0px -1128px

}

.jiathis_style_24x24  .jtico_cnfol {

    background-position: 0px -1152px

}

.jiathis_style_24x24  .jtico_qileke {

    background-position: 0px -1200px

}

.jiathis_style_24x24  .jtico_tongxue {

    background-position: 0px -1224px

}

.jiathis_style_24x24  .jtico_waakee {

    background-position: 0px -1248px

}

.jiathis_style_24x24  .jtico_ydnote {

    background-position: 0px -1272px

}

.jiathis_style_24x24  .jtico_cyzone {

    background-position: 0px -1296px

}

.jiathis_style_24x24  .jtico_diandian {

    background-position: 0px -1320px

}

.jiathis_style_24x24  .jtico_jcrb {

    background-position: 0px -1344px

}

.jiathis_style_24x24  .jtico_99earth {

    background-position: 0px -1368px

}

.jiathis_style_24x24  .jtico_chouti {

    background-position: 0px -1392px

}

.jiathis_style_24x24  .jtico_dig24 {

    background-position: 0px -1416px

}

.jiathis_style_24x24  .jtico_douban9dian {

    background-position: 0px -1440px

}

.jiathis_style_24x24  .jtico_i139 {

    background-position: 0px -1464px

}

.jiathis_style_24x24  .jtico_caimi {

    background-position: 0px -1488px

}

.jiathis_style_24x24  .jtico_yixin {

    background-position: 0px -1512px

}

.jiathis_style_24x24  .jtico_yijee {

    background-position: 0px -1536px

}

.jiathis_style_24x24  .jtico_pdfonline {

    background-position: 0px -1560px

}

.jiathis_style_24x24  .jtico_printfriendly {

    background-position: 0px -1584px

}

.jiathis_style_24x24  .jtico_translate {

    background-position: 0px -1608px

}

.jiathis_style_24x24  .jtico_duitang {

    background-position: 0px -1632px

}

.jiathis_style_24x24  .jtico_diigo {

    background-position: 0px -1656px

}

.jiathis_style_24x24  .jtico_evernote {

    background-position: 0px -1680px

}

.jiathis_style_24x24  .jtico_friendfeed {

    background-position: 0px -1704px

}

.jiathis_style_24x24  .jtico_linkedin {

    background-position: 0px -1728px

}

.jiathis_style_24x24  .jtico_mixx {

    background-position: 0px -1752px

}

.jiathis_style_24x24  .jtico_netlog {

    background-position: 0px -1776px

}

.jiathis_style_24x24  .jtico_netvibes {

    background-position: 0px -1800px

}

.jiathis_style_24x24  .jtico_phonefavs {

    background-position: 0px -1824px

}

.jiathis_style_24x24  .jtico_pingfm {

    background-position: 0px -1848px

}

.jiathis_style_24x24  .jtico_plaxo {

    background-position: 0px -1872px

}

.jiathis_style_24x24  .jtico_tpeople {

    background-position: 0px -1896px

}

.jiathis_style_24x24  .jtico_reddit {

    background-position: 0px -1920px

}

.jiathis_style_24x24  .jtico_wong {

    background-position: 0px -1944px

}

.jiathis_style_24x24  .jtico_stumbleupon {

    background-position: 0px -1968px

}

.jiathis_style_24x24  .jtico_plurk {

    background-position: 0px -1992px

}

.jiathis_style_24x24  .jtico_funp {

    background-position: 0px -2016px

}

.jiathis_style_24x24  .jtico_miliao {

    background-position: 0px -2040px

}

.jiathis_style_24x24  .jtico_myshare {

    background-position: 0px -2064px

}

.jiathis_style_24x24  .jtico_fwisp {

    background-position: 0px -2088px

}

.jiathis_style_24x24  .jtico_more, .jiathis_style_24x24 .jtico_jiathis {

    background-position: 0px -2112px

}

.jiathis_style_24x24  .jtico_msn {

    background-position: 0px -2136px

}

.jiathis_style_24x24  .jtico_fanfou {

    background-position: 0px -2160px

}

.jiathis_style_24x24  .jtico_189mail {

    background-position: 0px -2184px

}

.jiathis_style_24x24  .jtico_dream163 {

    background-position: 0px -2208px

}

.jiathis_style_24x24  .jtico_thexun {

    background-position: 0px -2232px

}

.jiathis_style_24x24  .jtico_tianya {

    background-position: 0px -2256px

}

.jiathis_style_24x24  .jtico_w3c {

    background-position: 0px -2280px

}

.jiathis_style_24x24  .jtico_tifeng {

    background-position: 0px -2304px

}

.jiathis_style_24x24  .jtico_bitly {

    background-position: 0px -2328px

}

.jiathis_style_24x24  .jtico_kansohu {

    background-position: 0px -2352px

}

.jiathis_style_24x24  .jtico_ganniu {

    background-position: 0px -2376px

}

.jiathis_style_24x24  .jtico_189cn {

    background-position: 0px -2400px

}

.jiathis_style_24x24  .jtico_masar {

    background-position: 0px -2424px

}

.jiathis_style_24x24  .jtico_binzhi {

    background-position: 0px -2448px

}

.jiathis_style_24x24  .jtico_mop {

    background-position: 0px -2472px

}

.jiathis_style_24x24  .jtico_alibaba {

    background-position: 0px -2496px

}

.jiathis_style_24x24  .jtico_leihou {

    background-position: 0px -2520px

}

.jiathis_style_24x24  .jtico_mailru {

    background-position: 0px -2544px

}

.jiathis_style_24x24  .jtico_pocket {

    background-position: 0px -2568px

}

.jiathis_style_24x24  .jtico_instapaper {

    background-position: 0px -2592px

}

.jiathis_style_24x24  .jtico_print {

    background-position: 0px -2616px

}

.jiathis_style_24x24  .jtico_139mail {

    background-position: 0px -2640px

}

.jiathis_style_24x24  .jtico_meilishuo {

    background-position: 0px -2664px

}

.jiathis_style_24x24  .jtico_mogujie {

    background-position: 0px -2688px

}

.jiathis_style_24x24  .jtico_weixin {

    background-position: 0px -2712px

}

.jiathis_style_24x24  .jtico_tianji {

    background-position: 0px -2736px

}

.jiathis_style_24x24  .jtico_tumblr {

    background-position: 0px -2760px

}

.jiathis_style_24x24  .jtico_ishare {

    background-position: 0px -2784px

}

.jiathis_style_24x24  .jtico_zsvs {

    background-position: 0px -2808px

}

.jiathis_style_24x24  .jtico_pinterest {

    background-position: 0px -2832px

}

.jiathis_style_24x24  .jtico_toeeee {

    background-position: 0px -2856px

}

.jiathis_style_24x24  .jtico_tyaolan {

    background-position: 0px -2880px

}

.jiathis_style_24x24  .jtico_189share {

    background-position: 0px -2904px

}

.jiathis_style_24x24  .jtico_txinhua {

    background-position: 0px -2928px

}

.jiathis_style_24x24  .jtico_googleplus {

    background-position: 0px -2952px

}

.jiathis_style_24x24  .jtico_faxianla {

    background-position: 0px -2976px

}

.jiathis_style_24x24  .jtico_iwo {

    background-position: 0px -3000px

}

.jiathis_style_24x24  .jtico_cqq {

    background-position: 0px -3024px

}

.jiathis_style_24x24  .jtico_mwsq {

    background-position: 0px -1200px

}

.g-nav {

    height: auto;

    background-color: #2b2b2b;

    background-image: -webkit-linear-gradient(top, #3c3c3c, #212121);

    background-image: -moz-linear-gradient(top, #3c3c3c, #212121);

    background-image: -o-linear-gradient(top, #3c3c3c, #212121);

    background-image: -ms-linear-gradient(top, #3c3c3c, #212121);

    background-image: linear-gradient(top, #3c3c3c, #212121)

}

.g-nav li {

    border-top: 1px solid #474747;

    border-bottom: 1px solid #000;

    border-left: 1px solid #000;

    border-right: 1px solid #474747;

    float: left;

    height: auto;

    text-align: center;

    width: 24%;

    padding: 2% 0

}

.g-nav li:first-child {

    border-left: 0 none

}

.g-nav li:nth-child(5n) {

    border-left: medium none

}

.g-nav li:nth-child(4n) {

    border-right: medium none

}

.g-nav li:nth-child(5n), .g-nav li:nth-child(6n), .g-nav li:nth-child(7n), .g-nav li:nth-child(8n) {

    border-bottom: medium none

}

.g-nav li a {

    color: #eee;

    font-size: 13px;

    text-shadow: 0 1px 0 #000

}

@media screen and (min-width:350px) {

    .g-nav li a {

        font-size: 16px

    }

}

@media screen and (min-width:400px) {

    .g-nav li a {

        font-size: 18px

    }

}

@media screen and (min-width:450px) {

    .g-nav li a {

        font-size: 20px

    }

}

@media screen and (min-width:480px) {

    .g-nav li a {

        font-size: 22px

    }

}

@media screen and (min-width:550px)@media screen and (min-width:639px) {

    .g-nav li a {

        font-size: 26px

    }

}

.g-adv {

    height: auto

}

.g-adv .sclwrap_box, .g-adv .m-box {

    height: 270px;

    overflow: hidden

}

.g-adv .m-box li img {

    width: 100%

}

.g-adv .m-cnt {

    height: 3px;

    margin-top: 1px;

    background: #333

}

.g-adv .m-cnt li {

    float: left;

    width: 33%;

    height: 3px

}

.g-adv .m-cnt li.z-on {

    background: #f58220

}

.g-adv .m-cnt li:last-child {

    border-right: 0

}

.g-prose {

    padding-top: 3%;

    padding-bottom: 3%;

    position: relative;

    background: #fff

}

.g-prose dl {

    width: 16%;

    float: left;

    margin: 0 4.3%

}

.g-prose dt {

    width: 100%

}

.g-prose dt img {

    width: 100%

}

.g-prose dd {

    font-size: 11px;

    color: #313131;

    padding-top: 3%;

    text-align: center

}

@media screen and (min-width:350px) {

    .g-prose dd {

        font-size: 12px

    }

}

@media screen and (min-width:400px) {

    .g-prose dd {

        font-size: 14px

    }

}

@media screen and (min-width:450px) {

    .g-prose dd {

        font-size: 16px

    }

}

@media screen and (min-width:480px) {

    .g-prose dd {

        font-size: 18px

    }

}

@media screen and (min-width:550px)@media screen and (min-width:640px) {

    .g-prose dd {

        font-size: 22px

    }

}

.g-anli {

    height: auto;

    margin-top: 5%

}

.g-anli .sclwrap_box, .g-anli .m-box {

    overflow: hidden

}

.m-cnt1 li {

    float: left;

    position: relative;

    font-size: 15px;

    color: #000;

    width: 50%;

    background: #dfdfdf;

    padding: 2% 0;

    text-align: center

}

.m-cnt1 li.z-on {

    position: relative;

    background: #f27200;

    color: #fff

}

.m-cnt1 li.z-on:before {

    position: absolute;

    content: "";

    width: 0;

    height: 0;

    top: 100%;

    left: 50%;

    border-top: .3em solid #f27200;

    border-right: .3em solid transparent;

    border-left: .3em solid transparent

}

.g-anli .con li {

    float: left;

    width: 28.1%;

    margin: 4% 0 0 4.3%

}

.g-anli .con li img {

    width: 100%;

    border: 1px solid #c5c5c5

}

.g-anli .con li span {

    display: block;

    text-align: center;

    font-size: 15px;

    color: #666;

    line-height: 160%

}

.g-jz {

    height: auto;

    padding-bottom: 5%

}

.jz_nav {

    font-size: 15px;

    color: #000;

    background: #dfdfdf;

    padding: 3% 4%;

    position: relative

}

.jz_nav em {

    font-size: 13px;

    color: #505050;

    text-shadow: 0 1px 1px #fff

}

.g-jz dl {

    margin: 2% 0 0 6.2%;

    width: 87.5%

}

.g-jz dl dt {

    width: 100%

}

.g-jz dl dt img {

    width: 100%

}

.g-jz dl dd a {

    font-size: 12px;

    color: #999;

    line-height: 150%;

    display: block

}

.g-jz dl dd em {

    display: block;

    text-align: center;

    font-size: 14px;

    color: #f27200;

    border-bottom: 1px solid #e6e6e6;

    padding: 3% 0

}

.g-jz dl dd h4 {

    font-size: 13px;

    color: #4c4c4c;

    padding: 2% 0;

    text-align: center

}

.g-ry {

    height: auto;

    margin: 5% 0

}

.g-ry li {

    float: left;

    width: 40.9%;

    margin: 4% 0 0 5.1%

}

.g-ry li img {

    width: 100%;

    border: 1px solid #e1e1e1

}

.g-ry li span {

    display: block;

    text-align: center;

    font-size: 12px;

    color: #000;

    line-height: 160%

}

.g-news {

    height: auto;

    margin: 4% 0

}

.g-news .m-cnt1 li {

    width: 33%

}

.g-news .sclwrap_box, .g-news .m-box {

    overflow: hidden

}

.g-news .con ul {

    margin: 2% 4%

}

.g-news .con li {

    line-height: 300%;

    border-bottom: 1px dashed #929292;

    font-size: 12px;

    color: #666

}

.g-news .con a:last-child li {

    border-bottom: 0

}

.g-question {

    height: auto;

    margin-top: 5%

}

.shadow {

    font-size: 15px;

    color: #000;

    background: #dfdfdf;

    padding: 3% 4%;

    position: relative;

    line-height: 150%

}

.g-question span, .g-turs span, .g-jz span, .g-anli em, .g-news span, .g-ry i {

    width: 100%;

    height: 10px;

    display: block;

    background: url(/m/assets/Front/images/yy.jpg) no-repeat center bottom;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover

}

.shadow i {

    width: 11%;

    overflow: hidden;

    display: block;

    float: left;

    padding-right: 1%

}

.shadow i img {

    width: 100%;

    vertical-align: middle

}

.g-question .wh {

    font-size: 24px;

    color: #f58220;

    font-weight: bold;

    margin-right: 1%

}

.g-question p {

    line-height: 180%;

    font-size: 16px;

    color: #000;

    padding-left: 6%

}

.g-question .team {

    font-size: 23px;

    color: #000;

    font-weight: bold;

    padding-top: 2%;

    text-align: center

}

.g-question .help {

    font-size: 17px;

    color: #333;

    text-align: center;

    line-height: 140%

}

.g-question p:nth-child(7n) {

    background: 0

}

.g-question p:nth-child(8n) {

    background: 0

}

.g-turs {

    margin-top: 5%

}

.g-turs p {

    font-size: 20px;

    color: #000;

    text-align: center;

    line-height: 150%;

    padding-top: 5%

}

.orange {

    color: #f58220

}

.g-turs em {

    display: block;

    width: 100%;

    padding: 2% 0 1%

}

.g-turs em img {

    width: 100%

}

.g-turs dl {

    padding: 2% 6.5% 2% 3.7%

}

.g-turs dl dt {

    width: 28.4%

}

.g-turs dl dt img {

    width: 100%

}

.g-turs dl dd {

    width: 70.5%;

    padding-left: 1%

}

.g-turs dl dd h3 {

    font-size: 17px;

    color: #000;

    margin-bottom: 4%

}

.g-ph {

    margin: 0 7%;

    background: #dfdfdf;

    border-radius: 5px;

    padding: 2%;

    position: relative

}

.start {

    font-size: 14px;

    color: #000;

    float: left;

    display: block

}

.telph {

    font-size: 17px;

    color: #f50000;

    text-align: right;

    float: right;

    display: block

}

.g-ph .m-tel .u-tel {

    height: 57%;

    width: 7%;

    display: block;

    background: url(/m/assets/Front/images/tel.png) no-repeat;

    position: absolute;

    left: 47%;

    top: 16%;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover

}

.g-ph .u-tel .z-ln-1, .g-ph .u-tel .z-ln-2, .g-ph .u-tel .z-ln-3 {

    border: 1px solid #454545

}

.g-ph .u-tel .z-ln-1 {

    z-index: 10;

    display: inline-block;

    width: 3px;

    height: 3px;

    top: 6px;

    right: 6px;

    border-width: 1px 1px 0 0;

    border-radius: 0 30px 0 0;

    position: absolute;

    animation-name: xshow2;

    animation-duration: 4s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    -webkit-animation-name: xshow2;

    -webkit-animation-duration: 4s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -o-animation-name: xshow2;

    -o-animation-duration: 4s;

    -o-animation-timing-function: linear;

    -o-animation-iteration-count: infinite

}

.g-ph .u-tel .z-ln-2 {

    z-index: 10;

    display: inline-block;

    width: 5px;

    height: 5px;

    border-width: 1px 1px 0 0;

    border-radius: 0 35px 0 0;

    position: absolute;

    top: 3px;

    right: 3px;

    animation-name: xshow;

    animation-duration: 4s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    -webkit-animation-name: xshow;

    -webkit-animation-duration: 4s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -o-animation-name: xshow;

    -o-animation-duration: 4s;

    -o-animation-timing-function: linear;

    -o-animation-iteration-count: infinite

}

.g-ph .u-tel .z-ln-3 {

    z-index: 10;

    display: inline-block;

    width: 7px;

    height: 7px;

    border-width: 1px 1px 0 0;

    border-radius: 0 35px 0 0;

    position: absolute;

    top: 0;

    right: 0;

    animation-name: xshow;

    animation-duration: 4s;

    animation-timing-function: linear;

    animation-iteration-count: infinite;

    -webkit-animation-name: xshow;

    -webkit-animation-duration: 4s;

    -webkit-animation-timing-function: linear;

    -webkit-animation-iteration-count: infinite;

    -o-animation-name: xshow;

    -o-animation-duration: 4s;

    -o-animation-timing-function: linear;

    -o-animation-iteration-count: infinite

}

@media screen and (min-width:350px) {

    .g-ph .u-tel {

        height: 22%

    }

    .g-ph .u-tel .z-ln-1 {

        width: 3px;

        height: 3px;

        top: 5px;

        right: 5px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 7px;

        height: 7px;

        top: 1px;

        right: 1px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 10px;

        height: 10px;

        top: -3px;

        right: -3px

    }

}

@media screen and (min-width:400px) {

    .g-ph .u-tel .z-ln-1 {

        width: 6px;

        height: 6px;

        top: 5px;

        right: 5px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 9px;

        height: 9px;

        top: 2px;

        right: 2px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 12px;

        height: 12px;

        top: -1px;

        right: -1px

    }

}

@media screen and (min-width:450px) {

    .g-ph .u-tel .z-ln-1 {

        width: 6px;

        height: 6px;

        top: 6px;

        right: 6px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 9px;

        height: 9px;

        top: 3px;

        right: 3px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 12px;

        height: 12px;

        top: 0;

        right: 0

    }

}

@media screen and (min-width:480px) {

    .g-ph .u-tel .z-ln-1 {

        width: 6px;

        height: 6px;

        top: 7px;

        right: 7px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 9px;

        height: 9px;

        top: 4px;

        right: 4px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 12px;

        height: 12px;

        top: 1px;

        right: 1px

    }

}

@media screen and (min-width:550px) {

    .g-ph .u-tel .z-ln-1, .g-ph .u-tel .z-ln-2, .g-ph .u-tel .z-ln-3 {

        border: 2px solid #454545;

        border-width: 2px 2px 0 0

    }

    .g-ph .u-tel .z-ln-1 {

        width: 6px;

        height: 6px;

        top: 10px;

        right: 10px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 12px;

        height: 12px;

        top: 5px;

        right: 5px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 17px;

        height: 17px;

        top: 0;

        right: 0

    }

}

@media screen and (min-width:639px) {

    .g-ph .u-tel .z-ln-1, .g-ph .u-tel .z-ln-2, .g-ph .u-tel .z-ln-3 {

        border: 2px solid #454545;

        border-width: 2px 2px 0 0

    }

    .g-ph .u-tel .z-ln-1 {

        width: 6px;

        height: 6px;

        top: 10px;

        right: 10px

    }

    .g-ph .u-tel .z-ln-2 {

        width: 11px;

        height: 11px;

        top: 5px;

        right: 5px

    }

    .g-ph .u-tel .z-ln-3 {

        width: 16px;

        height: 16px;

        top: 0;

        right: 0

    }

}

@media screen and (min-width:350px) {

    .g-question p {

        font-size: 18px

    }

    .g-question .wh {

        font-size: 28px

    }

    .shadow {

        font-size: 18px

    }

    .g-question .team {

        font-size: 25px

    }

    .g-question .help {

        font-size: 19px

    }

    .g-turs p {

        font-size: 24px

    }

    .g-turs dl dd h3 {

        font-size: 18px

    }

    .start {

        font-size: 16px

    }

    .telph {

        font-size: 18px

    }

    .m-cnt1 li {

        font-size: 18px

    }

    .g-anli .con li span {

        font-size: 18px

    }

    .jz_nav {

        font-size: 18px

    }

    .jz_nav em {

        font-size: 16px

    }

    .g-jz dl dd em {

        font-size: 16px

    }

    .g-jz dl dd h4 {

        font-size: 16px

    }

    .g-jz dl dd a {

        font-size: 14px

    }

    .g-ry li span {

        font-size: 14px

    }

    .g-news .con li {

        font-size: 14px

    }

}

@media screen and (min-width:400px) {

    .g-question p {

        font-size: 20px

    }

    .g-question .wh {

        font-size: 32px

    }

    .shadow {

        font-size: 22px

    }

    .g-question .team {

        font-size: 27px

    }

    .g-question .help {

        font-size: 21px

    }

    .g-turs p {

        font-size: 28px

    }

    .g-turs dl dd h3 {

        font-size: 23px

    }

    .start {

        font-size: 17px

    }

    .telph {

        font-size: 20px

    }

    .m-cnt1 li {

        font-size: 22px

    }

    .g-anli .con li span {

        font-size: 22px

    }

    .jz_nav {

        font-size: 22px

    }

    .jz_nav em {

        font-size: 18px

    }

    .g-jz dl dd em {

        font-size: 18px

    }

    .g-jz dl dd h4 {

        font-size: 18px

    }

    .g-jz dl dd a {

        font-size: 16px

    }

    .g-ry li span {

        font-size: 16px

    }

    .g-news .con li {

        font-size: 16px

    }

}

@media screen and (min-width:450px) {

    .g-question p {

        font-size: 22px

    }

    .g-question .wh {

        font-size: 36px

    }

    .shadow {

        font-size: 24px

    }

    .g-prose dd {

        font-size: 22px;

    }

    .g-question .team {

        font-size: 30px

    }

    .g-question .help {

        font-size: 21px

    }

    .g-turs p {

        font-size: 32px

    }

    .g-turs dl dd h3 {

        font-size: 26px

    }

    .start {

        font-size: 22px

    }

    .telph {

        font-size: 24px

    }

    .m-cnt1 li {

        font-size: 24px

    }

    .g-anli .con li span {

        font-size: 24px

    }

    .jz_nav {

        font-size: 24px

    }

    .jz_nav em {

        font-size: 20px

    }

    .g-jz dl dd em {

        font-size: 20px

    }

    .g-jz dl dd h4 {

        font-size: 20px

    }

    .g-jz dl dd a {

        font-size: 18px

    }

    .g-ry li span {

        font-size: 18px

    }

    .g-news .con li {

        font-size: 18px

    }

}

@media screen and (min-width:480px) {

    .g-question p {

        font-size: 24px

    }

    .g-question .wh {

        font-size: 40px

    }

    .shadow {

        font-size: 26px

    }

    .g-question .team {

        font-size: 38px

    }

    .g-question .help {

        font-size: 26px

    }

    .g-turs p {

        font-size: 36px

    }

    .g-turs dl dd h3 {

        font-size: 29px

    }

    .start {

        font-size: 22px

    }

    .telph {

        font-size: 28px

    }

    .m-cnt1 li {

        font-size: 26px

    }

    .g-anli .con li span {

        font-size: 26px

    }

    .jz_nav {

        font-size: 26px

    }

    .jz_nav em {

        font-size: 22px

    }

    .g-jz dl dd em {

        font-size: 22px

    }

    .g-jz dl dd h4 {

        font-size: 22px

    }

    .g-jz dl dd a {

        font-size: 20px

    }

    .g-ry li span {

        font-size: 20px

    }

    .g-news .con li {

        font-size: 20px

    }

}

@media screen and (min-width:550px) {

    .g-question p {

        font-size: 28px

    }

    .g-question .wh {

        font-size: 44px

    }

    .shadow {

        font-size: 28px

    }

    .g-question .team {

        font-size: 42px

    }

    .g-question .help {

        font-size: 30px

    }

    .g-turs p {

        font-size: 38px

    }

    .g-turs dl dd h3 {

        font-size: 31px

    }

    .start {

        font-size: 24px

    }

    .telph {

        font-size: 30px

    }

    .m-cnt1 li {

        font-size: 28px

    }

    .g-anli .con li span {

        font-size: 28px

    }

    .jz_nav {

        font-size: 28px

    }

    .jz_nav em {

        font-size: 24px

    }

    .g-jz dl dd em {

        font-size: 26px

    }

    .g-jz dl dd h4 {

        font-size: 24px

    }

    .g-jz dl dd a {

        font-size: 22px

    }

    .g-ry li span {

        font-size: 22px

    }

    .g-news .con li {

        font-size: 22px

    }

}

@media screen and (min-width:639px) {

    .g-question p {

        font-size: 30px

    }

    .g-question .wh {

        font-size: 46px

    }

    .shadow {

        font-size: 30px

    }

    .g-question .team {

        font-size: 46px

    }

    .g-question .help {

        font-size: 34px

    }

    .g-turs p {

        font-size: 40px

    }

    .g-turs dl dd h3 {

        font-size: 34px

    }

    .start {

        font-size: 27px

    }

    .telph {

        font-size: 33px

    }

    .m-cnt1 li {

        font-size: 30px

    }

    .g-anli .con li span {

        font-size: 30px

    }

    .jz_nav {

        font-size: 30px

    }

    .jz_nav em {

        font-size: 26px

    }

    .g-jz dl dd em {

        font-size: 28px

    }

    .g-jz dl dd h4 {

        font-size: 26px

    }

    .g-jz dl dd a {

        font-size: 24px

    }

    .g-ry li span {

        font-size: 24px

    }

    .g-news .con li {

        font-size: 24px

    }

}

@media screen and (min-width:320px) {

    .g-adv .sclwrap_box, .g-adv .m-box {

        height: 135px;

        overflow: hidden

    }

}

@media screen and (min-width:480px) {

    .g-adv .sclwrap_box, .g-adv .m-box {

        height: 203px;

        overflow: hidden

    }

}

@media screen and (min-width:568px) {

    .g-adv .sclwrap_box, .g-adv .m-box {

        height: 270px;

        overflow: hidden

    }

}

@media screen and (min-width:350px) {

    .g-adv .m-box li img {

        height: 148px;

        overflow: hidden

    }

    .g-adv .m-cnt {

        height: 3px

    }

    .g-adv .m-cnt li {

        height: 3px

    }

    .g-anli .sclwrap_box, .g-anli .m-box {

        overflow: hidden

    }

    .g-news .sclwrap_box, .g-news .m-box {

        overflow: hidden

    }

}

@media screen and (min-width:400px) {

    .g-adv .m-box li img {

        height: 169px;

        overflow: hidden

    }

    .g-adv .m-cnt {

        height: 4px

    }

    .g-adv .m-cnt li {

        height: 4px

    }

    .g-anli .sclwrap_box, .g-anli .m-box {

        overflow: hidden

    }

    .g-news .sclwrap_box, .g-news .m-box {

        overflow: hidden

    }

}

@media screen and (min-width:450px) {

    .g-adv .m-box li img {

        height: 190px;

        overflow: hidden

    }

    .g-adv .m-cnt {

        height: 4px

    }

    .g-adv .m-cnt li {

        height: 4px

    }

    .g-anli .sclwrap_box, .g-anli .m-box {

        overflow: hidden

    }

    .g-news .sclwrap_box, .g-news .m-box {

        overflow: hidden

    }

}

@media screen and (min-width:500px) {

    .g-adv .m-box li img {

        height: 211px;

        overflow: hidden

    }

    .g-adv .m-cnt {

        height: 5px

    }

    .g-adv .m-cnt li {

        height: 5px

    }

    .g-anli .sclwrap_box, .g-anli .m-box {

        overflow: hidden

    }

    .g-news .sclwrap_box, .g-news .m-box {

        overflow: hidden

    }

}

@media screen and (min-width:639px) {

    .g-adv .m-box li img {

        height: 270px;

        overflow: hidden

    }

    .g-adv .m-cnt {

        height: 6px

    }

    .g-adv .m-cnt li {

        height: 6px

    }

    .g-anli .sclwrap_box, .g-anli .m-box {

        overflow: hidden

    }

    .g-news .sclwrap_box, .g-news .m-box {

        overflow: hidden

    }

}

.pbcp {

    BACKGROUND-COLOR: #ececec;

    margin-bottom: 16px;

}

.pbcp H4 {

    BACKGROUND-IMAGE: url(/mobile/images/Index/contTitBg2.png)

}

.pbcp H4 A {

    PADDING-LEFT: 20px

}

.pbcp UL {

    OVERFLOW: hidden

}

.pbcp LI {

    WIDTH: 50%;

    POSITION: relative;

    FLOAT: left

}

.pbcp LI A {

    OVERFLOW: hidden;

    FONT-SIZE: 14px;

    BORDER-TOP: #fff 1px solid;

    HEIGHT: 44px;

    BORDER-BOTTOM: #bdbdbd 1px solid;

    COLOR: #3c3c3c;

    PADDING-BOTTOM: 0px;

    TEXT-ALIGN: center;

    PADDING-TOP: 0px;

    PADDING-LEFT: 4px;

    DISPLAY: block;

    LINE-HEIGHT: 44px;

    PADDING-RIGHT: 4px

}

.pbcp LI:after {

    HEIGHT: 170px;

    WIDTH: 1px;

    RIGHT: -1px;

    POSITION: absolute;

    CONTENT: '';

    Z-INDEX: 9;

    TOP: 0px;

    BACKGROUND-COLOR: #bdbdbd

}

.pbcp LI:before {

    HEIGHT: 170px;

    WIDTH: 1px;

    RIGHT: 0px;

    POSITION: absolute;

    CONTENT: '';

    Z-INDEX: 9;

    TOP: 0px;

    BACKGROUND-COLOR: #fff

}

.contTit {

    HEIGHT: 43px;

    background: #f27200;

    background-size: auto 43px

}

.contTit A {

    FONT-SIZE: 19px;

    HEIGHT: 43px;

    COLOR: #fff;

    PADDING-LEFT: 64px;

    DISPLAY: block;

    LINE-HEIGHT: 43px

}

.g-adv .m-cnt {

    height: 5px;

}

.g-adv .m-cnt li {

    height: 5px;

}









.g-adv .m-cnt {

    height: 6px;

}

.g-adv .m-cnt li {

    height: 6px;

}







.g-bd .m-con-3 {

    margin: 10px 10px 26px 10px;

}

.g-bd .m-con-3 ul {

    border-bottom: 1px solid #eaeaea;

}

.g-bd .m-con-3 li {

    height: 32px;

    line-height: 32px;

    padding-left: 15px;

    position: relative;

    background-position: 5px -1629px;

    overflow: hidden;

    display: block;

}

.g-bd .m-con-3 li:before {

    content: "";

    position: absolute;

    background: #3e3e3e;

    width: 4px;

    height: 4px;

    left: 6px;

    top: 15px;

}

.border{width:100%;height: 150px;}
.public_a {width:50px; height:16px; line-height:16px; display:inline-block; position:relative; top:-28px; float:right; font-size: 12px; color:#a1a1a1;}
#pro-pagenavi-1{height:45px; /* background:url(../Images/product_t.png) repeat-x left top; */background-color: #E9E9E9;width: 100%;}
#pro-pagenavi-1 li{height:45px; line-height:45px; display:inline-block; padding: 0px 10px; float:left; font-size: 12px; color:#676767; /* background:url(../Images/product_title-r.png) no-repeat right top; */background-color: #E9E9E9;width: 25%;}
#pro-pagenavi-1 li.hover {height:45px; line-height:45px; display:inline-block;  font-size: 12px; color:#fff; background-color: #E57F35;/* background:url(../Images/product_hover.png) no-repeat center top; */}

#pro-list-1{position:relative; }
.ul-pic {
	float: left;
	display: block;
	text-align: center;
	width: 47%;
	margin:1%;
	margin-bottom:2%;
}
.ul-pic span { display: block; padding:0px 3px; padding-top:5px; height: 30px; line-height:20px; color: #000000; background-color: #CCC; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ul-pic img { width: 98%;  display:bold;  padding:2px; border:1px solid #ccc;}

#pro-pagenavi-4 li{font-size:15px; color:#333; }
#pro-list-4 {
	min-height: 60px;
	padding-top: 10px;
}

#pro-list-4 ul {
	float: left;
	min-height: 60px;
	width: 100%;
}
#pro-list-4 li {
	display: block;
	height: auto;
	line-height:24px;
	text-indent:2em;
	font-size:14px;
	font-weight:bold;
	padding:0px 10px;
}
.public_title{width:100%; height:43px; margin:0px auto; color:#fff;  background-color:#0148b0;}
.public_title  h2{width:2%; height:42px; float:left; background-color:#dd050c;}
.public_title  h3{display:inline-block; padding:0px 10px; height:42; line-height:42px; font-size:16px;  font-weight:bold; float:left;}
.public_title a{width:50px; height:42px; line-height:42px; display:inline-block; float:right; font-size: 12px; color:#fff;}

