@charset "utf-8";
/* CSS Document */
html,body{
	max-width: 640px !important;
	margin: 0 auto;
	position: relative;
}
.hiddens{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;          /* for IE */
	-o-text-overflow: ellipsis;      /* for Opera */
	-icab-text-overflow: ellipsis;   /* for iCab */
	-khtml-text-overflow: ellipsis;  /* for Konqueror Safari */
	-moz-text-overflow: ellipsis;    /* for Firefox,mozilla */
	-webkit-text-overflow: ellipsis; /* for Safari,Swift*/
}
body,input,textarea{
	font-family: "Helvetica Neue",Helvetica,"Hiragino Sans GB","Microsoft YaHei",Arial,sans-serif;
	color: #333;
}
body{
	background: #fff;
}
.pad15{
	padding: 0 15px;
}
#head ,#main ,#foot{
	-webkit-transition: -webkit-transform 500ms;
	transition: transform 500ms;
}
#head{
	width:100%;
	height:60px;
	padding:0;
	background:#fff;
	position:fixed;
	z-index:998;
	top:0;
	left:0;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#head .logo{
	display:block;
	padding-left:15px;
	float:left;
	position:absolute;
	padding-top:13px;
	z-index: 99;
}
#head .logo img{
	height:34px;
	display:block;
}

#head .head_ico{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	z-index: 99;
}

#head .head_ico span{
    position: absolute;
    top: 19px;
    left: 8px;
    width: 25px;
    height: 2px;
    background:#83C125;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#head .head_ico span:after, #head .head_ico span:before {
    content: '\20';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background:#83C125;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}
#head .head_ico span:before{
	top: -7px;
}
#head .head_ico span:after{
	bottom: -7px;
}
.body-nav #head .head_ico span {
    background: 0 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
   
}
.body-nav #head .head_ico span:before{
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 0;
	top: 0;
}
.body-nav #head .head_ico span:after{
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	left: 0;
	bottom: 0;
}
.hide-nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    right: 176px;
    bottom: 0;
		z-index: 9999;
}
.body-nav .hide-nav{
	display: block;
}

.page-navigation{
	position:fixed;
	z-index:9999;
	top:0px;
	overflow-y: auto;
	position: fixed;
	right: -176px;
	bottom: 0;
	width: 176px;
	-webkit-transition: right 650ms;
	transition: right 650ms;
	background:#83C125;
}
.nav_pad{
	padding: 25px 0;	
}
.page-navigation a{
	height:40px;
	line-height:40px;
	padding: 0 15px;
	font-size:14px;
	color:#fff;
	display: block;
}
.page-navigation a.ac{
	text-transform: uppercase;
}
.page-navigation li.onn .ac{
	background:rgba(0,0,0,0.7);
}
.page-navigation .sub{
	display: none;
	background: rgba(0,0,0,0.3);
}
.page-navigation .sub a{
	line-height: 35px;
	height:35px;
	font-size:12px;
	padding: 0 0 0 20px;
}
.body-nav{
	height: 100%;
	overflow: hidden;
}
.body-nav #main, .body-nav #foot ,.body-nav #head{
    -webkit-transform: translate(-176px);
    transform: translate(-176px);
    -webkit-transition: -webkit-transform 800ms;
    transition: transform 800ms;
}
.body-nav .page-navigation{
	right: 0;
	-webkit-transition: right 350ms;
	transition: right 350ms;
}
.body-nav .head_ico{
	right: 0;
	-webkit-transition: right 350ms;
	transition: right 350ms;
}

#main{
	padding-bottom: 50px;
	max-width: 640px;
	margin: 0 auto;
	padding-top: 60px;
}

/* 分页 */
.pages{
	text-align: center;
	padding: 5px 0;
}
.pages ul{
	font-size: 0;
}
.pages li{
	display: inline-block;
	padding: 0 10px;
	vertical-align: middle;
}
.pages li a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	color: #333333;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	font-size: 16px;
}
.pages li a.thisclass{
	color: #1DA737;
}
.pages li.pre a,.pages li.next a{
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 9px;
	width: 22px;
}
.pages li.pre a{
	background-image: url(../img/pg_pre1.png);
}
.pages li.next a{
	background-image: url(../img/pg_next.png);
}
#foot{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background:#2B2929;	
	z-index: 998;
}
#foot ul{
	display: flex;
	flex-direction: row;
	width: 100%;
	height: 50px;
}
#foot li{
	flex: 1;
	text-align: center;
	border-right: 1px solid #403E3E;
}
#foot li:last-child{
	border-right: 0;
}
#foot li a{
	display: block;
	padding: 7px 0 0;
	cursor: pointer;
}
#foot li a i{
	display:block;
	height: 21px;
}
#foot li a img{
	height: 21px;
	display: inline-block;
	vertical-align: top;
}
#foot li p{
	font-size: 12px;
	color:#fff;
	line-height: 20px;
	padding-top:0px;
	text-transform: uppercase;
}


/*主页*/
.slideBox{
	position: relative;
	overflow: hidden;
}
.slideBox .bd li img{
	width: 100%;
	display: block;
}
.slideBox .hd{
	position: absolute;
	z-index: 9;
	bottom: 12px;
	width: 100%;
	left: 0;
	text-align: center;
	height: 10px;
}
.slideBox .hd ul{
	width: 100%;
	height: 100%;
	font-size: 0;
}
.slideBox .hd ul li{
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	margin: 0 5px;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
}
.slideBox .hd ul li.on{
	background:#fff;
}
.banner{
	position: relative;
}
/*  */
.pad15{
	padding: 0 15px;
}
.w100{
	width: 100%;
	display: inline-block;
	vertical-align: top;
}
.ind_tt{
	text-align: center;
	padding: 12px 0;
}
.ind_tt .h3{
	display: inline-block;
	padding-bottom: 12px;
	line-height: 25px;
	font-size:22px;
	position: relative;
}
.ind_tt .h3:after{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 50px;
	margin-left: -25px;
	content: '';
	display: block;
	height: 2px;
	background: #83C125;
}
.ind_a{
	padding-top: 15px;
	padding-bottom: 15px;
}
.ind_ad{
	padding-top: 2px;
}
.ind_ad ul{
	padding: 0 7px;
}
.ind_ad li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding:7px;
	text-align: center;
}
.ind_ad li img{
	display: inline-block;
	vertical-align: top;
	width: 45%;
	max-width: 100px;
}
.ind_ad li h3{
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	line-height: 1.1;
}
.ind_ad li p{
	font-size: 9px;
	color: #888585;
	text-transform: uppercase;
	line-height: 1.2;
	padding-top: 5px;
}
.ind_b{
	padding-bottom: 15px;
}
.ind_bd{
	padding-top: 5px;
}
.ind_ab{
	padding-top: 12px;
	font-size: 14px;
	color: #333;
}
.ind_m{
	text-align: center;
	padding: 18px 10px 0;
}
.ind_m a{
	display: inline-block;
	padding: 4px 45px 4px 10px;
	background: url(../img/ind_m.png) no-repeat 90px center #83C125;
	height: 26px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
}

.ind_c{
	padding-top: 10px;
}
.ind_c .ind_cd{
	padding-top: 10px;
}
.ind_c .ind_cd li{
	padding-bottom: 15px;
}
.ind_c .ind_cd li .padd{
	padding: 20px 15px;
	background: #F1F1F1;
	border-radius: 3px;
	text-align: center;
	font-size: 14px;
}
.ind_c .ind_cd li .ind_clia{
	background: #83C125;
	color: #fff;
	box-shadow: 0 4px 5px rgba(0,0,0,0.1);
}
.ind_c .ind_cd li img{
	display: inline-block;
	vertical-align: top;
	width:19%;
	max-width: 60px;
}
.ind_c .ind_cd li h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ind_dlist{
	padding: 10px 15px;
}
.ind_dlist .picList li{
	width: 100%;
	padding: 5px 0 15px;
}
.ind_dlist .picList li a{
	display: block;
}
.ind_dlist .picList li .ind_gwtb{
	display: table;
	width: 100%;
}
.ind_dlist .picList li .ind_trl{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
.ind_dlist .picList li .ind_trr{
	display: table-cell;
	width: 68%;
	padding-left: 4%;
	vertical-align: middle;
}
.ind_dlist .picList li .img_pd{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}
.ind_dlist .picList li .img_pd img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	box-sizing: border-box;
	border:5px solid #DAEDBE;
	border-radius: 50%;
	overflow: hidden;
}
.ind_dlist .picList li .h3{
	font-size: 17px;
	font-weight: bold;
	color: #83C125;
	line-height: 1.2;
}
.ind_dlist .picList li .p{
	color: #555555;
	font-size: 14px;
}
.ind_dlist .picList li .nr{
	color: #666;
	padding-top: 3px;
	line-height: 1.5;
	font-size: 14px;
}
.ind_dlist .hd{
	text-align: center;
	padding-top: 8px;
}
.ind_dlist .hd ul{
	font-size: 0;
}
.ind_dlist .hd li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #DCDCDC;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.ind_dlist .hd li.on{
	background: #83C125;
}
.ind_e{
	padding-top: 10px;
	padding-bottom: 30px;
}
.ind_hz{
	padding-top: 10px;
	padding-left: 5px;
	padding-right: 5px;
}
.ind_hz .picList2 li{
	float: left;
	width: 33.33333%;
	box-sizing: border-box;
	padding: 0 5px;
}
.ind_hz .picList2 li a{
	display: block;
	border: 1px solid #DFDFDF;
}
.ind_hz .picList2 li a img{
	display: block;
	width: 100%;
}
.ind_hz .hd{
	text-align: center;
	padding-top: 15px;
}
.ind_hz .hd ul{
	font-size: 0;
}
.ind_hz .hd li{
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #DCDCDC;
	border-radius: 50%;
	margin: 0 5px;
	cursor: pointer;
}
.ind_hz .hd li.on{
	background: #83C125;
}

/* 子页面 */
.sub_nav{
	position: relative;
}
.s_navtt{
	padding: 7px 15px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	background: #8AC346;
}
.s_navtt h3{
	position: relative;
	font-size: 18px;
}
.s_navtt i{
	position: absolute;
	width: 18px;
	height: 30px;
	background: url(../img/r_ico.png) no-repeat right center;
	background-size: 18px;
	right: 0;
	top: 0px;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
}
.s_navtt.on i{
	transform:rotate(180deg);
}
.s_navul{
	position: absolute;
	left: 0;
	top: 44px;
	background:#C1DF9D;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
	width: 100%;
	padding: 6px 0;
	display: none;
}
.s_navul li a{
	display: block;
	padding: 5px 15px;
	font-size: 14px;
	line-height: 24px;
	color: #333;
}
.s_navul li a.a_hv{
	color: #fff;
	background:rgba(0,0,0,0.8);
}
.imginl{
	display: inline-block;
	vertical-align: top;
}

/* 全方位通过 */
.qfw_tt{
	padding: 10px 0;
}
.qfw_tt h3{
	font-size: 20px;
	font-weight: bold;
	color: #7FB82C;
	line-height: 1.1;
}
.qfw_tt p{
	font-size: 14px;
	color: #D7D7D7;
	text-transform: uppercase;
	line-height: 1.4;
}
.qfw_a{
	padding-top: 15px;
	padding-bottom: 15px;
}
.qfw1_img{
	padding-top: 15px;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.qfw1_img img{
	max-width: 532px;
}
.qfw1_b{
	padding-top: 10px;
	padding-bottom: 15px;
}
.qfw1_bd{
	
}
.qfw1_bd li{
	padding: 15px 0;
	border-bottom: 1px solid #DFE2E4;
	text-align: center;
}
.qfw1_bd li:last-child{
	border-bottom: 0;
}
.qfw1_bd li img{
	width: 18%;
	max-width: 100px;
}
.qfw1_bd li h1{
	font-size: 20px;
	padding-top: 6px;
	font-weight: bold;
}
.qfw1_bd li h2{
	font-size: 18px;
}
.qfw1_bd li p{
	font-size: 14px;
	color: #666;
}
.qfw1_c{
	background: #F9FAFA;
	padding-top: 15px;
	padding-bottom: 15px;
}
.qfw1_cd{
	width: 100%;
}
.qfw1_cd li{
	display: table;
	width: 100%;
	padding: 10px 0;
}
.qfw1_cd li .qfw1_cdl{
	display: table-cell;
	width: 17%;
}
.qfw1_cd li .qfw1_cdl img{
	width: 100%;
	max-width: 80px;
}
.qfw1_cd li .qfw1_cdr{
	display: table-cell;
	padding-left: 15px;
}
.qfw1_cd li .qfw1_cdr h3{
	font-size: 18px;
}
.qfw1_cd li .qfw1_cdr p{
	color: #666;
	line-height: 1.6;
	padding-top: 2px;
}
.qfw_fwlc{
	padding-top: 15px;
	padding-bottom: 30px;
}
.fwlc_com{
	padding-top: 10px;
	position: relative;
	margin-right: 4%;
}
.fwlc_com .fwlc_ul{
	position: relative;
}
.fwlc_com .fwlc_ul:after{
	width: 70%;
	height: 1px;
	position: absolute;
	content: '';
	left: 10%;
	background: #DBDBDB;
	top: 30px;
}

.fwlc_com .fwpadt{
	margin-top: 25px;
}
.fwlc_com li{
	float: left;
	width: 40%;
	text-align: center;
	position: relative;
	z-index: 9;
}
.fwlc_com li:first-child{
	width: 30%;
}
.fwlc_com li:last-child{
	width: 30%;
}
.fwlc_com li span{
	width: 56px;
	height: 56px;
	line-height: 56px;
	color: #fff;
	font-size: 35px;
	border-radius: 50%;
	background: #7FB82D;
	display: inline-block;
	vertical-align: top;
	font-family: "times new roman";
	font-weight: bold;
}
.fwlc_com li p{
	padding-top: 10px;
	line-height: 1.2;
}
.fwlc_line{
	width: 180px;
	height: 148px;
	border-right: 1px solid #DBDBDB;
	border-radius: 50%;
	position: absolute;
	right: 13px;
	top: 20px;
}

/* 通关解决方案 */
.qfw2_bd{
	padding-top: 10px;
}
.qfw2_bd li {
	width: 100%;
	padding-bottom: 15px;
}
.qfw2_bd li .padd{
	padding-left: 50px;
	position: relative;
}
.qfw2_bd li span{
	width: 76px;
	height: 76px;
	position: absolute;
	left: 0;
	top: 13px;
	background: #F2AD57;
	display: block;
	border: 4px solid #fff;
	text-align: center;
	line-height: 76px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 50%;
	text-transform: uppercase;
}
.qfw2_bd li .sp2{
  background:#C56875;
}
.qfw2_bd li .sp3{
  background:#2E8BC2;
}
.qfw2_bd li .sp4{
  background:#44B592;
}
.qfw2_bd li .qfw2_tb{
	display: table;
	height: 110px;
	padding-left: 45px;
	padding-right: 15px;
	background: linear-gradient(left, #E9A856, #F5DA8A);
	background: -webkit-linear-gradient(left, #E9A856, #F5DA8A);
}
.qfw2_bd li .tr{
	display: table-cell;
	height: 100%;
	width: 100%;
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
	line-height: 1.5;
}
.qfw2_bd li .tbg1{
  background: linear-gradient(left, #E9A856, #F5DA8A);
	background: -webkit-linear-gradient(left, #E9A856, #F5DA8A);
}
.qfw2_bd li .tbg2{
  background: linear-gradient(left,#C56875, #E99CA7);
	background: -webkit-linear-gradient(left,#C56875,#E99CA7);
}
.qfw2_bd li .tbg3{
  background: linear-gradient(left, #2E8BC2, #84C0E6);
	background: -webkit-linear-gradient(left, #2E8BC2, #84C0E6);
}
.qfw2_bd li .tbg4{
  background: linear-gradient(left, #44B592, #9DD4B7);
	background: -webkit-linear-gradient(left, #44B592,#9DD4B7);
}
.qfw3_bd{
	padding-top:5px;
	padding-bottom: 5px;
}
.qfw3_bd li{
	padding-bottom: 15px;
}
.qfw3_bd li .padd{
	padding: 20px 15px;
	background: #4E8BCA;
	border-radius: 5px;
	text-align: center;
	color: #fff;
}
.qfw3_bd li img{
	width: 18%;
	max-width: 80px;
}
.qfw3_bd li p{
	line-height: 1.5;
	padding-top: 12px;
	font-size: 15px;
}
.qfw3_bd li .bg2{
	background: #60BFB2;
}
.qfw3_bd li .bg3{
	background:#F5BF2D;
}
.qfw3_bd li .bg4{
	background:#7182C0;
}
.qfw3_bd li .bg5{
	background:#7CC280;
}
.qfw3_cd{
	padding-top: 10px;
}
.qfw3_cd li{
	padding-bottom: 15px;
}
.qfw3_cd li:last-child{
	padding-bottom: 10px;
}
.qfw3_cd li p{
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	padding:20px 15px;
	background: #FBFBFB;
	border: 1px solid #D6D6D6;
	border-top: 0;
}
.qfw4_bd{
	padding-top: 10px;
	padding-bottom: 10px;
}
.qfw4_bd li{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 6px 15px;
	text-align: center;
}
.qfw4_bd li span{
	display: inline-block;
	width: 40%;
	border: 1px solid #BABABA;
	border-radius: 4px;
	max-width: 100px;
}
.qfw4_bd li h3{
	font-size: 16px;
	font-weight: bold;
	color: #7FB82C;
	padding-top: 12px;
	line-height: 1.5;
}
.qfw4_bd li p{
	font-size: 14px;
	color: #333;
	line-height: 1.5;
}
.qfw4_c{
	padding-top: 15px;
	padding-bottom: 15px;
	background: #F4F6F7;
}
.qfw4_cd{
	padding-top: 5px;
}
.qfw4_cd li{
	float: left;
	width: 33.3333%;
	padding: 8px 5px 12px;
	box-sizing: border-box;
	text-align: center;
}
.qfw4_cd li img{
	width: 34%;
	max-width: 55px;
	display: inline-block;
	vertical-align: top;
}
.qfw4_cd li p{
	line-height: 1.3;
	padding-top: 10px;
	color: #333;
}
/* 一站式 */
.yzs_com{
	padding-top: 15px;
	padding-bottom: 30px;
	overflow: hidden;
}
.yzs_com img{
	max-width: 100% !important;
	height: auto !important;
}

/* 财税 */
.cs_nav{
	padding-top: 15px;
	padding-bottom: 5px;
	border-bottom: 1px solid #8AC346;
	margin: 0 15px;
}
.cs_nav a{
	display: inline-block;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	padding: 4px 4px 6px;
	margin-right: 10px;
	margin-bottom: 5px;
}
.cs_nav a.a_hv{
	border-color: #8AC346;
}

/* 验厂 */
.yc_nav{
	padding: 15px 10px 0px;
}
.yc_nav li{
	float: left;
	width: 33.333333%;
}
.yc_nav li a{
	display: block;
	padding: 4px;
}
.yc_nav li .img{
	display: block;
	border: 1px solid #CCCDCD;
}
.yc_nav li .img img{
	display: block;
	width: 100%;
}
.yc_nav li p{
	line-height:18px;
	padding-top: 8px;
	text-align: center;
	height: 36px;
	font-size: 13px;
}

/* 咨询 */
.zx_nav{
	margin-bottom: 5px;
	border-bottom: 0;
}
.zx_li{
	padding-bottom: 15px;
}
.zx_tt{
	height: 40px;
	line-height: 40px;
	background:#F4F4F4;
	font-size: 16px;
	font-weight: bold;
}
.zx_body{
	padding-top: 10px;
	padding-bottom: 5px;
}
.zx_body img{
	max-width: 100% !important;
	height: auto !important;
}

/* 顾问 */
.gw_a{
	padding-top: 15px;
	padding-bottom: 15px;
}
.gw_list{
	padding-bottom: 10px;
}
.gw_list li{
	width: 100%;
	padding: 5px 0 10px;
}
.gw_list li a{
	display: block;
}
.gw_list li .ind_gwtb{
	display: table;
	width: 100%;
}
.gw_list li .ind_trl{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
}
.gw_list li .ind_trr{
	display: table-cell;
	width: 68%;
	padding-left: 4%;
	vertical-align: middle;
}
.gw_list li .img_pd{
	position: relative;
	width: 100%;
}
.gw_list li .img_pd img{
	width: 100%;
	height: auto;
}
.gw_list li .h3{
	font-size: 17px;
	font-weight: bold;
	color: #333;
	line-height: 1.2;
}
.gw_list li .p{
	color: #555555;
	font-size: 14px;
}
.gw_list li .nr{
	color: #666;
	padding-top: 3px;
	line-height: 1.5;
	font-size: 14px;
}
/* 技术分享 */
.js_list{
	padding-top: 10px;
	padding-bottom: 20px;
}
.js_list li{
	padding: 12px 0;
	border-bottom: 1px dashed #dedede;
}
.js_list li a{
	display: table;
	width: 100%;
}
.js_list li .js_img{
	width: 25%;
	vertical-align: middle;
	display: table-cell;
}
.js_list li .js_img img{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.js_list li .js_r{
	padding-left: 12px;
	display: table-cell;
	vertical-align: middle;
}
.js_list li .js_r h3{
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
}
.js_list li .js_r p{
	font-size: 12px;
	color: #999;
	padding-top: 5px;
}
.art_js{
	padding-top: 15px;
	padding-bottom: 15px;
}
.art_jstt{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
}
.art_jstm{
	text-align: center;
	font-size: 12px;
	padding: 6px ;
	border-bottom: 1px dashed #dedede;
	color: #999;
}
.art_jsbd{
	padding-top: 15px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #dedede;
	overflow: hidden;
}
.art_jsbd img{
	max-width: 100% !important;
	height: auto !important;
}
.art_jspn{
	padding-top: 15px;
}
.art_jspn p{
	line-height: 1.4;
	padding: 5px 0;
	font-size: 13px;
}

.quotes {
    clear: both;
    margin: 3px;
    padding: 3px;
    text-align: center;
		padding-bottom: 20px;
}
.quotes ul li {
    border: 1px solid #CCCCCC;
    color: #666666;
    display: inline;
    margin-right: 4px;
    padding: 4px 7px;
    text-decoration: none;
}
.quotes .thisclass {
    background: #CCCCCC;
}

