/******************全局*********************/
body, div, iframe, ul, ol, dl, dt, dd, li, dl, h1, h2, h3, h4, table, th, td, input, button, select, textarea ,span{
	margin: 0;
	padding: 0;
	font-style: normal;
	font: 14px/1.5 "Open Sans", "Microsoft Yahei", "\5B8B\4F53", Arial, Helvetica, sans-serif;
	list-style: none;
}
html {
	background: #FFF;
}
body {
	color: #555;
	background-color: #f8f8f8;
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #f44d44;
	text-decoration: none;
}
.fa-th-list {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 7px;
	padding-right: 7px;
}
.fa-home {
	border-right: 1px solid #CCC;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 2px 0 0 0;
}
/******************头部*********************/
/*顶端*/
.welcome {
	background-color: #F1F1F1;
}
.center {
	margin: 0px auto;
}
.toplink {
	width: 1000px;
	height: 40px;
}
.toplink_left {
	float: left;
	height: 40px;
	line-height: 40px;
}
.toplink_right {
	float: right;
	height: 40px;
	line-height: 40px;
}
/*logo*/
.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
}
.header .top {
	clear: both;
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	height: 110px;
}
.header .title {
	float: left;
}
.header .title img{
	padding-top:32px;
}
/*搜索*/
.gd_right {
	display: none;
}
.ss_left {
	float: right;
	width: 520px;
	margin-top: 38px;
}
.ss_left form {
	float: right;
	width: 390px;
}
.ss_left .input {
	background-color: #fff;
	width: 300px;
	height: 30px;
	line-height: 30px;
	border: 3px solid #f44d44;
	float: left;
	padding-left: 8px;
	color: #A3A3A3;
	font-size: 14px;
	outline: none;
	font-family: 微软雅黑;
}
.btn {
	float: left;
	width: 68px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
	background-color: #f44d44;
	border: none;
	outline: none;
	font-family: 微软雅黑;
}
/*导航*/
.menu {
	overflow: hidden;
	width: 100%;
	height: 50px;
	background-color: #f44d44;
}
#navMenu {
	width: 1000px;
	overflow: hidden;
	height: 50px;
	margin: 0 auto;
}
#navMenu ul li:first-child {
	background: #D73C3C;
}
#navMenu ul {
	float: left;
	height: 50px;
}
#navMenu ul li {
	font: 16px/1.5 "Microsoft YaHei";
	float: left;
	height: 50px;
	text-align: center;
	vertical-align: middle;
	line-height: 50px;
}
#navMenu ul li a {
	color: #FFF;
	text-decoration: none;
	line-height: 50px;
	padding: 0px 24px;
	height: 50px;
	display: block;
}
#navMenu ul li a:hover {
	text-decoration: none;
	background: #D73C3C;
}
/******************头部 结束*********************/

/******************首页*********************/
#body {
	width: 1000px;
	margin: 0px auto;
	clear: both;
	padding-top: 15px;
	overflow: hidden;
}
.indexleft {
	float: left;
	width:680px;
}
.pright {
	width: 300px;
	float: right;
}
/*幻灯片*/
/*===FlexSlider幻灯片  开始===*/
#banner {
	width: 100%;
	margin-bottom:15px;
	border-radius:2px;
}
/*幻灯片标题*/
.flex-caption {
	width: 100%;
	padding: 3px 0px;
	position: absolute;
	bottom: 3px;
	color: #fff;
	text-align: right;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
}
/* FlexSlider Necessary Styles*/
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
	border-radius:2px;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0px;
	background: #fff;
	border: 0px solid #fff;
	position: relative;
	zoom: 1;
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	display: block;
	width: 40px;
	height: 40px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0,0,0,0.8);
	text-shadow: 1px 1px 0 rgba(255,255,255,0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
.flex-direction-nav .flex-prev {
	left: -50px;
}
.flex-direction-nav .flex-next {
	right: -50px;
	text-align: right;
}
.flexslider:hover .flex-prev {
	opacity: 0.7;
	left: 10px;
}
.flexslider:hover .flex-next {
	opacity: 0.7;
	right: 10px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-direction-nav a:before {
	font-family: "flexslider-icon";
	font-size: 40px;
	display: inline-block;
	content: '\f001';
}
.flex-direction-nav a.flex-next:before {
	content: '\f002';
}
/* Pause/Play */
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover {
	opacity: 1;
}
.flex-pauseplay a.flex-play:before {
	content: '\f003';
}
/* Control Nav */
/*.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}*/
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	margin: 0px;
	text-align: center;
	border: 0px dashed red
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 21px;
	height: 21px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.5);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
/*===FlexSlider幻灯片  结束===*/
.g-slider {
	position: relative;
	height: 235px;
	overflow: hidden;
	width: 680px;
	margin-bottom: 15px;
	border-radius: 2px;
}
.g-slider ul {
	height: 235px
}
.g-slider li {
	height: 235px;
	width: 680px;
	position: relative;
	text-align: center;
	overflow: hidden;
	
}
.g-slider  img{

	height: 235px;
	width: 680px;
	border-radius:2px;

	
}
.g-slider .g-slider-bd, .g-slider .g-slider-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0
}
.g-slider .g-slider-bd {
	z-index: 1;
	padding: 0 20px 20px;
	height: 80px;
	color: #fff;
	text-align: left
}
.g-slider .g-slider-bg {
	background: #000;
	opacity: .5;
	filter: Alpha(opacity=50);
	height: 100px
}
.g-slider .g-slider-bd p {
	width: 600px
}
.g-slider h3 {
	font-size: 20px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}
.g-slider h3 a {
	color: #fff
}
.g-slider .g-slide-pagination {
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 1
}
.g-slider .g-slide-pagination a {
	width: 16px;
	height: 16px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
}
.g-slider .g-slide-pagination a.active {
	background-color: #e8161d
}
.g-slider:hover .g-prev, .g-slider:hover .g-next {
	opacity: .5;
	filter: Alpha(opacity=50)
}
.g-column h4 {
	font-size: 15px;
	line-height: 34px
}
.g-column .model-description {
	padding: 10px 0
}
.pages {
	text-align: center
}
.pages a {
	background: #f5f5f5;
	border: 1px solid #ddd;
	display: inline-block;
	padding: 7px 16px;
	margin-right: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #4b4b4b
}
.pages a.active {
	border-color: #e8161d;
	background: #e8161d;
	color: #fff
}
.g-next, .g-prev {
	position: absolute;
	width: 27px;
	height: 47px;
	background: url(../images/ui-icon.png) no-repeat #000;
	opacity: 0;
	filter: Alpha(opacity=0);
	cursor: pointer;
	top: 40%;
	z-index: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.g-prev {
	background-position: -5px -765px;
	left: 0
}
.g-next {
	background-position: -5px -800px;
	right: 0
}
.g-slider .g-slider-bd p {
	width: 600px;
}

/** 幻灯 **/
#slideshow {
	position: relative;
	margin: 0 0 10px 0;
}
.rslides {
	position: relative;
	overflow: hidden;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}
.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}
.rslides img {
	display: block;
	height: auto;
	float: left;
	width: 99%;
	border-radius: 2px;
}
.rslides_tabs {
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
	max-width: 100%;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	z-index: 2;
	_display: none;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 5px;
}
.rslides_tabs a {
	background: #fff;
	width: auto;
	height: auto;
	color: #555;
	line-height: 15px;
	padding: 2px 8px;
	display: inline;
	border: 1px solid #fff;
	border-radius: 2px;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: #f44d44;
	color: #fff;
	border: 1px solid #f44d44;
}
.slider-caption {
	position: absolute;
	background: #c40000;
	display: block;
	left: 0;
	top: 0;
	color: #fff;
	padding: 8px 15px;
	max-width: none;
	border-radius: 2px 0 0 0;
	z-index: 2;
	filter: alpha(opacity=70);
	background: none repeat scroll 0 0 rgba(216, 0, 0, 0.7);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/*产品*/
.pleft {
	width: 680px;
	float: left;
	background-color: #fff;
	border: 1px solid #CCC;
	border-radius: 2px;
}
.lefthead {
	font-size: 18px;
	line-height: 24px;
	clear: both;
	border-bottom: 1px solid #f44d44;
	margin: 0 10px;
}
.lefthead h2 {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	font-weight: 800;
	color: #f44d44;
}
.lefthead h2 a {
	color: #f44d44;
}
.lefthead h2 a:hover {
	text-decoration: none;
}
.lefthead h2 i {
	font-size: 24px;
}
.litem {
	padding: 10px 0 0 0;
	width: 682px;
	height: 569px;
	overflow: hidden;
}
.litem li {
	float: left;
	list-style-type: none;
	text-align: center;
	padding: 8px 8px 10px 8px;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
}
.litem li:hover {
	background-color: #f0f0f0;
}
.litem li a {
	display: block;
	text-align: center;
	padding-top: 3px;
}
.litem li img {
	width: 210px;
	height: 140px;
}
.litem .info {
	display:none;
}
/*联系我们*/
#contactfrm {
	height: 253px;
	border: 1px solid #ccc;
	overflow: hidden;
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 2px;
}
.thtitle {
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	height: 36px;
	line-height: 36px;
	background-color: #ededed;
	color: #f44d44;
}
.thtitle i {
	border-right: 1px solid #CCC;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 2px 0 0 0;
}
#contactfrm .righttxt ul li {
	padding: 10px 20px 0 20px;
	line-height: 24px;
	font-size: 14px;
}
/*常见问题*/
.rfrm {
	border: 1px solid #ccc;
	margin-bottom: 12px;
	background-color: #fff;
	border-radius: 2px;
}
.rfrm ul {
	padding: 10px 0 5px 20px;
}
.rfrm ul li {
	list-style-type: none;
	line-height: 31px;
	padding-left: 12px;
	background: url(../images/ico.jpg) no-repeat 2px 12px;
}
.rtitle {
	font-size: 16px;
	line-height: 36px;
	background-color: #ebebeb;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.rtitle i {
	border-right: 1px solid #CCC;
	height: 36px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	float: left;
	margin: 0 15px 0 0;
	border-radius: 2px 0 0 0;
	color: #f44d44;
}
.rtitle a {
	color: #f44d44;
}
.rtitle a:hover {
	text-decoration: none;
}
/*为什么选择上海千实*/
.why-love {
	width: 998px;
	height: 365px;
	clear: both;
	background-color: #fff;
	border: 1px solid #ccc;
	overflow: hidden;
	border-radius: 2px;
}
.onebox {
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #f44d44;
	margin: 0 10px;
	font-weight: 800;
	border-bottom: 1px solid #f44d44;
}
.onebox i {
	font-size: 24px;
}
.why-love .fitem {
	float: left;
	width: 221px;
	margin-top: 20px;
	margin-right: 21px;
	margin-left: 10px;
}
.why-love .fcit {
	background: url('../images/wdwdbg.jpg') no-repeat scroll 0% 0% transparent;
	height: 288px;
}
.why-love #f0 {
	background: url('../images/ico_0.jpg') no-repeat scroll 15px bottom transparent;
}
.why-love #f1 {
	background: url('../images/ico_1.jpg') no-repeat scroll 15px bottom transparent;
}
.why-love #f2 {
	background: url('../images/ico_2.jpg') no-repeat scroll 15px bottom transparent;
}
.why-love #f3 {
	background: url('../images/ico_3.jpg') no-repeat scroll 15px bottom transparent;
}
.why-love .fcit .ft {
	line-height: 30px;
	padding-top: 8px;
	padding-left: 60px;
	font-size: 14px;
	font-weight: bold;
}
.why-love .fcit p {
	padding: 5px 10px;
	line-height: 22px;
	margin: 0px;
}
/*色牢度测试的标准*/
#anli {
	background-color: #fff;
	overflow: hidden;
	margin-top: 15px;
	border: 1px solid #ccc;
	width: 998px;
	padding-bottom: 20px;
	border-radius: 2px;
}
#pl5frm {
	margin: 10px;
	clear: both;
}
#pl5frm li {
	float: left;
	width: 232px;
	margin-right: 14px;
	line-height: 25px;
	border: 1px solid #ccc;
	background-color: #ebebeb;
}
#pl5frm li img {
	width: 188px;
	height: 140px;
	border: 1px solid #ccc;
}
#pl5frm h3 {
	font-size: 16px;
	text-align: center;
	display: block;
	padding-top: 10px;
}
#pl5frm p {
	margin: 0px;
	padding: 0 10px;
	word-break: break-all;
	word-wrap: break-word;
	height: 180px;
}
#pl5frm p a {
	color: #c32522;
	letter-spacing: 1px;
	display: block;
	height: 30px;
	width: 120px;
	margin: 0 auto;
	border: 1px solid #c32522;
	text-align: center;
	line-height: 30px;
	border-radius: 5px;
	margin-top: 15px;
}
#pl5frm p a:hover {
	color: #fff;
	background-color: #c32522;
	text-decoration: none;
}
/*友情链接*/
.link {
	width: 998px;
	margin-top: 15px;
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
.linkbox {
}
.linkbox dt {
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
	clear: both;
	width: 1000px;
	background: url(../images/green_skin.png) 0 -282px repeat-x;
}
.linkbox dt strong {
	height: 36px;
	line-height: 36px;
	padding-left: 8px;
	padding-right: 4px;
	display: block;
	float: left;
	color: #666;
	letter-spacing: 1px;
	font-size: 16px;
}
.linkbox dt span.linklabel {
	float: left;
	margin-left: 10px;
	overflow: hidden;
	padding-right: 1px;
	padding-top: 2px;
}
.linkbox .f5 li {

	padding: 10px 8px;
	float:left;

}
.fa-link {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 24px;
	line-height: 24px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 7px;
	padding-right: 7px;
}
/******************首页 结束*********************/

/******************底部*********************/
.footer {
	margin: auto;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	clear: both;
	background-color: #555;
	width: 100%;
}
.footer a {
	margin: 0px 5px;
	color: #f44d44;
}
/******************底部 结束*********************/

/******************产品页*********************/
#leftbody {
	float: left;
	width: 680px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
}
/*面包屑导航*/
.place {
	font-size: 15px;
	line-height: 36px;
	background-color: #ebebeb;
	height: 36px;
	border-bottom: 1px solid #ccc;
}
.place i {
	font-size: 18px;
	line-height: 36px;
}
.place strong {
	font-weight: normal;
	letter-spacing: 1px;
}
.place a {
	color: #555;
	margin: 0px 2px;
}
.place a:hover {
	color: #c32522;
	margin: 0px 2px;
	TEXT-DECORATION: underline;
}
/*列表*/
.tuijian {
	clear: both;
	margin: 10px 0 0 0;
	width: 700px;
	overflow: hidden;
}
.tuijian a {
	display: block;
	text-align: center;
	line-height: 40px;
}
.tuijian img {
	width: 210px;
	height: 140px;
}
.tuijian li {
	float: left;
	list-style-type: none;
	border-bottom: 1px solid #E9E9E9;
	border-right: 1px solid #E9E9E9;
	padding: 8px;
}
.tuijian li:hover {
	background-color: #f1f1f1
}
/*页面*/
.viewbox {
	overflow: hidden;
	padding: 15px;
	font-size: 14px;
}
.viewbox h1 {
	text-align: center;
	display: block;
	font-size: 24px;
	font-weight: 400;
}
#textt {
	padding: 3px;
	font-size: 16px;
	background: #F7F7F7;
	border: 1px solid #d7d7d7;
	line-height: 22px;
	font-size: 14px;
	padding: 12px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.content {
	margin-top: 10px;
	margin-left: 7px;
	line-height: 32px;
}
.content table {
	border-collapse: collapse;
}
.content table td {
	padding-left: 10px;
	padding-right: 10px;
}
/*推荐产品*/
#rfrm ul {
	padding: 10px 10px;
}
#rfrm ul li {
	list-style-type: none;
	padding: 10px 0;
	background: none;
	border-bottom: 1px dashed #ccc;
}
#rfrm ul li img {
	width: 100px;
	height: 75px;
}
#rfrm ul li span {
	float: right;
	width: 150px;
	line-height: 25px;
}
/******************产品页 结束*********************/

/******************文章页*********************/
/*列表*/
.listbox {
	width: 660px;
	padding-left: 20px;
}
.e2 li {
	width: 640px;
	overflow: hidden;
	clear: both;
	padding: 12px 0px;
	border-bottom: 1px dashed #555;
	color: #444;
}
.e2 li b a {
	color: #555;
	font-size: 16px;
}
.e2 li b a:hover {
	color: #c32522;
}
.e2 li a.preview {
	width: 84px;
	float: left;
	margin-right: 7px;
	margin-bottom: 3px;
	margin-left: 10px;
	display: inline;
}
.e2 li a.preview img {
	width: 80px;
	/*height:60px;*/
	display: block;
	padding: 1px;
	border: 1px solid #EEE;
}
.e2 li a.preview:hover img {
	border: 1px solid #AAA;
}
.e2 li a.title {
	overflow: hidden;
	line-height: 25px;
	font-weight: bold;
	font-size: 16px;
	margin-left: 2px;
}
.e2 span.info {
	display: block;
	line-height: 23px;
	color: #555;
	padding-left: 12px;
}
.e2 span.info small {
	color: #AAA;
	font-size: 12px;
	margin-left: 3px;
}
.e2 span.info a {
	color: #690;
}
.e2 p.intro {
	width: 640px;
	color: #776955;
	line-height: 30px;
	text-indent: 20px;
}
/*页码*/
.dede_pages{  height:40px; padding-bottom:10px;}
.dede_pages ul {
	padding: 5px 0px 12px 16px;
}
.dede_pages ul li {
	float: left;
	line-height: 28px;
	margin-right: 6px;
}
.dede_pages ul li a {
	padding: 0 10px;
	display: block;
	color: #555;
	border: 1px solid #E9E9E9;
	line-height: 28px;
}
.dede_pages ul li a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #666;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color: #666;
	padding: 0 10px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #E9E9E9;
	line-height: 28px;
}
.dede_pages .pageinfo {
	color: #333;
	display: block;
	font-weight: 800;
	padding-top:5px;
}
.dede_pages .pageinfo strong {
	color: #555;
	font-weight: normal;
	margin: 0px 2px;
}
/*关于我们*/
#aboutbody {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 1000px;
	margin: 15px auto;
	clear: both;
	overflow: hidden;
}
.seo_left {
	width: 241px;
	border: 1px solid #e8e8e8;
	background: #fafafa;
	min-height: 720px;
	margin-top: 0px;
}
.seo_right {
	width: 680px;
	float: right;
	padding-right: 20px;
}
.seo_right .sr_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 10px;
	margin-left: -5px;
	display: block;
}
.seo_left ul li.seo_selete {
	background: #fff;
	border-left: 6px solid #707b91;
	padding-left: 33px;
}
.seo_left ul li {
	line-height: 55px;
	border-bottom: 1px solid #e8e8e8;
	padding-left: 39px;
	font-size: 16px;
}
.seo_right .seo_text {
	width: 680px;
	line-height: 30px;
	margin-top: 10px;
	font-size: 14px;
	text-indent: 24px;
}
.seo_right .seo_text img{
	width: 640px;

}

@media screen and (max-width: 320px) {
.toplink {
	max-width: 320px;
}
body {
	padding: 0 5px;
}
.welcome {
	display: none;
}
.header {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #DDD;
	z-index: 100;
}
.header .top {
	clear: both;
	overflow: hidden;
	max-width: 310px;
	margin: 0px auto;
	height:40px;
}
.header .title img {
	width: 140px;
	padding-top: 8px;
	padding-left: 10px;
}
#ss_left {
	max-width: 310px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	height:80px;
}
.ss_left {
	display: none;
	float: none;
    max-width: 310px;
	z-index: 200;
	margin-top:15px;
}
.ss_left form {
    float: none;
    width: 280px;
	margin:20px auto;
}
.ss_left .input {
    background-color: #FFF;
    width: 180px;
    height: 30px;
    line-height: 30px;
    border: 3px solid #F44D44;
    float: left;
    padding-left: 8px;
    color: #A3A3A3;
    font-size: 14px;
    outline: medium none;
    font-family: 微软雅黑;
}
.gd_right {
	display: block;
	float: right;
	width: 95px;
	padding-top: 8px;
}
.nav-search {
	float: right;
	padding-right: 25px;
}
.nav-search .fa-search {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
.nav-search .fa-search:hover{
	color: #fff;
	background-color:#f44d44;
}
#site-nav-wrap {
	float: left;
}
#site-nav-wrap .fa-bars {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
#site-nav-wrap .fa-bars:hover{
	color: #fff;
	background-color:#f44d44;
}
.menu {
	display: none;
	height:auto;
	width:200px;
	position:absolute;
	z-index:300;
	opacity:0.9
}
#navMenu {
    width: 200px;
    overflow: hidden;
    height:auto;
}
#navMenu ul {
    float: none;
    height:auto;
}
#navMenu ul li {
    font: 14px/30px "Microsoft YaHei";
    float: left;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a {
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: block;
	width:200px;
	text-align:left;

}
#body {
    max-width: 310px;
    width: 100%;
}

.indexleft {
    float: none;
    max-width: 310px;
    width: 100%;
}
.g-slider {
    position: relative;
    height: 120px;
    overflow: hidden;
    max-width:310px;
    margin-bottom: 15px;
    border-radius: 2px;
}
.g-slider ul {
    height: 120px;
}
.g-slider li {
    float: left;
    height: 120px;
    max-width:310px;
    position: relative;
    text-align: center;
    overflow: hidden;
}
.g-slider li img{

	height: 120px;
	max-width:310px;

	
}
.g-next, .g-prev { top:35%;}
.g-slider .g-slide-pagination {
    position: absolute;
    right: 35%;
    bottom: -8px;
    z-index: 1;
}
.pleft {
    max-width: 308px;
    float: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.lefthead {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    border-bottom: 1px solid #F44D44;
    margin: 0px 10px;
}
.lefthead h2 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #F44D44;
}
.lefthead h2 i {
    font-size: 18px;
}
.fa-th-list {
    margin-right: 7px;
    border-right: 2px solid #666;
    height: 17px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-right: 7px;
}
.litem {
    padding: 10px 0px 0px;
    max-width: 308px;
    height: auto;
    overflow: hidden;
}
.litem li {
   max-width: 310px;
   height: 75px;
   float:none;
}
.litem .pic {
	display:block;
	width: 100px;
    height: 75px;
	float:left;
	margin-right:20px;	
}
.litem .title {
	width: 170px;
    height: 45px;
	display:block;
	text-align:left;
	font-size:14px;
	float:left;	
}
.litem li img {
    max-width: 100px;
    max-height: 75px;
	
}
.litem .info {
	display:block;
	float:right
}
.pright {
    width: 310px;
    float: none;
	margin-top:15px;
}
.why-love {
    max-width: 308px;
    height: auto;
    clear: both;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 2px;
}
.onebox {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #F44D44;
    margin: 0px 10px;
    font-weight: 800;
    border-bottom: 1px solid #F44D44;
}
.onebox i {
    font-size: 18px;
}
.why-love .fitem {
    float: none;
    width: 300px;
    margin-top: 20px;

}
.why-love .fcit {
    background:none;
    height: auto;
	padding-right:10px;
}
.why-love #f0 {
    background: transparent url("../images/ico_0.jpg") no-repeat scroll 0px bottom;
		background-color:#ccc;
}
.why-love #f1 {
    background: transparent url("../images/ico_1.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f2 {
    background: transparent url("../images/ico_2.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f3 {
    background: transparent url("../images/ico_3.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love .fcit .ft {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
#anli {
    background-color: #FFF;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #CCC;
    max-width: 308px;
    padding-bottom: 20px;
    border-radius: 2px;
}
#pl5frm li {
    float: none;
    width: 285px;
    margin-right: none;
    line-height: 25px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
	margin-bottom:10px;
}
.link {
    max-width: 308px;
    margin-top: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
	
}
.linkbox dt {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    clear: both;
    max-width: 308px;
    background: none;
	background-color: #EDEDED;
}
.link .f5 li{
	padding:10px 5px;
}
.fa-link {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 17px;
	line-height: 17px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-right: 7px;
}
#body {
    max-width:310px;
    margin: 0px auto;
    clear: both;
    padding-top: 15px;
    overflow: hidden;
}
#leftbody {
    float: none;
    max-width: 308px;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.tuijian {
    clear: both;
    margin: 10px 0px 0px;
    max-width: 308px;
    overflow: hidden;
}
.tuijian li {
    float: none;
    list-style-type: none;
    border-bottom: 1px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
    padding: 8px;
}
.tuijian img {
    width: 288px;
    height: 180px;
}
.dede_pages ul {
    float: none;

}
.dede_pages ul li {
    float: left;
	margin-bottom:5px;

}
.listbox {
    max-width: 288px;
    padding-left: 20px;
}
.e2 li {
    max-width: 270px;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    border-bottom: 1px dashed #555;
    color: #444;
}
.e2 p.intro {
     max-width: 270px;
    color: #776955;
    line-height: 30px;
    text-indent: 20px;
}
.dede_pages {
    height: 40px;
    padding-bottom: 55px;
}
#aboutbody {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
    width: 310px;
    margin: 15px auto;
    clear: both;
    overflow: hidden;
}
.seo_left {
	display:none
}
.seo_right {
    width: 308px;
    float: none;

}
.seo_right .sr_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    display: block;
}
.seo_right .seo_text {
    width: 298px;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    text-indent: 24px;
	padding:0 5px;
}
.seo_right .seo_text img{
	width: 260px;

}
.qq {
	display: none;
}
}

@media screen and (min-width: 321px) and (max-width: 480px) {
.toplink {
	max-width: 470px;
}
body {
	padding: 0 5px;
}
.welcome {
	display: none;
}
.header {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #DDD;
	z-index: 100;
}
.header .top {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	height:40px;
}
.header .title img {
	width: 140px;
	padding-top: 8px;
	padding-left: 10px;
}
#ss_left {
	max-width: 470px;
	width: 100%;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	height:80px;
}
.ss_left {
	display: none;
	float: none;
	z-index: 200;
	margin-top:15px;
}
.ss_left form {
    float: none;
    width: 90%;
	margin:20px auto;
}
.ss_left .input {
    background-color: #FFF;
    width: 70%;
    height: 30px;
    line-height: 30px;
    border: 3px solid #F44D44;
    float: left;
    padding-left: 8px;
    color: #A3A3A3;
    font-size: 14px;
    outline: medium none;
    font-family: 微软雅黑;
}
.btn{width: 25%;}
.gd_right {
	display: block;
	float: right;
	width: 95px;
	padding-top: 8px;
}
.nav-search {
	float: right;
	padding-right: 25px;
}
.nav-search .fa-search {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
.nav-search .fa-search:hover{
	color: #fff;
	background-color:#f44d44;
}
#site-nav-wrap {
	float: left;
}
#site-nav-wrap .fa-bars {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
#site-nav-wrap .fa-bars:hover{
	color: #fff;
	background-color:#f44d44;
}
.menu {
	display: none;
	height:auto;
	width:60%;
	position:absolute;
	z-index:300;
	opacity:0.9
}
#navMenu {
    width:100%;
    overflow: hidden;
    height:auto;
}
#navMenu ul {
    float: none;
    height:auto;
}
#navMenu ul li {
    font: 14px/30px "Microsoft YaHei";
    float: left;
	width:100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a {
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: block;
	width:100%;
	text-align:left;

}
#body {
	max-width:470px;
	width:100%;
}
.indexleft {
    float: none;
	max-width:470px;
	width:100%;
}
.g-slider {
    overflow: hidden;
    max-width:468px;
	width:99%;
	height:auto;
    margin-bottom: 15px;

}
.g-slider ul {
	width:800%;
	height: auto;
}
.g-slider li {
    float: left;
    width:470px;
    position: relative;
    text-align: center;
    overflow: hidden;
	height:auto;
}
.g-slider li img{
	width:100%;
	height:auto;
	display:block;
	border-radius: 2px;

	
}
.g-next, .g-prev { top:35%;}
.g-slider .g-slide-pagination {
    position: absolute;
    bottom: -8px;
    z-index: 1;
}
.pleft {
    max-width: 480px;
	width:99.5%;
    float: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.lefthead {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    border-bottom: 1px solid #F44D44;
    margin: 0px 10px;
}
.lefthead h2 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #F44D44;
}
.lefthead h2 i {
    font-size: 18px;
}
.fa-th-list {
    margin-right: 7px;
    border-right: 2px solid #666;
    height: 17px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-right: 7px;
}
.litem {
    padding: 10px 0px 0px;
    max-width: 468px;
	width:100%;
    height: auto;
    overflow: hidden;
}
.litem li {
   max-width: 460px;
   width:100%;
   height: auto;
   border-right: 0px solid #E9E9E9;
}


.litem .title {
	width: 45%;
    height: 45px;
	display:block;
	text-align:left;
	font-size:14px;
	float:left;	
}
.litem li img {
	width: 100px;
	height: 75px;
	display:block;
	float:left;
	margin-right:20px;	
	
}
.litem .info {
	display:block;
	float:right
}
.pright {
    max-width: 480px;
	width:100%;
    float: none;
	margin-top:15px;
}
.why-love {
    max-width: 480px;
	width:99.5%;
    height: auto;
    clear: both;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 2px;
}
.onebox {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #F44D44;
    margin: 0px 10px;
    font-weight: 800;
    border-bottom: 1px solid #F44D44;
}
.onebox i {
    font-size: 18px;
}
.why-love .fitem {
    float: none;
    max-width: 460px;
	width:97%;
    margin-top: 20px;

}
.why-love .fcit {
    background:none;
    height: auto;
	padding-right:10px;
}
.why-love #f0 {
    background: transparent url("../images/ico_0.jpg") no-repeat scroll 0px bottom;
		background-color:#ccc;
}
.why-love #f1 {
    background: transparent url("../images/ico_1.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f2 {
    background: transparent url("../images/ico_2.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f3 {
    background: transparent url("../images/ico_3.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love .fcit .ft {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
#anli {
    background-color: #FFF;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #CCC;
    max-width: 468px;
	width:99.5%;
    padding-bottom: 20px;
    border-radius: 2px;
}
#pl5frm li {
    float: none;
    max-width: 468px;
	width:99.5%;
    margin-right: none;
    line-height: 25px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
	margin-bottom:10px;
}
#pl5frm p {

    height: auto;
	padding-bottom:10px;
}
.link {
    max-width: 468px;
	width:99.5%;
    margin-top: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
	
}
.linkbox dt {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    clear: both;
    max-width: 308px;
    background: none;
	background-color: #EDEDED;
}
.link .f5 li{
	padding:10px 5px;
}
.fa-link {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 17px;
	line-height: 17px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-right: 7px;
}

#leftbody {
    float: none;
    max-width: 480px;
	width:99.5%;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.tuijian {
    clear: both;
    margin: 10px 0px 0px;
    max-width: 480px;
	width:100%;
    overflow: hidden;
}
.tuijian li {
    float: none;
    list-style-type: none;
    border-bottom: 1px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
    padding: 8px;
}
.tuijian img {
    width: 100%;
    height: auto;
}
.dede_pages ul {
    float: none;

}
.dede_pages ul li {
    float: left;
	margin-bottom:5px;

}
.listbox {
    max-width: 448px;
	width:100%;
    padding-left: 20px;
}
.e2 li {
    max-width: 428px;
	width:100%;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    border-bottom: 1px dashed #555;
    color: #444;
}
.e2 p.intro {
    max-width: 428px;
	width:100%;
    color: #776955;
    line-height: 30px;
    text-indent: 20px;
}
.dede_pages {
    height: 40px;
    padding-bottom: 55px;
}
#aboutbody {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
     max-width: 470px;
	width:99.5%;
    margin: 15px auto;
    clear: both;
    overflow: hidden;
}
.seo_left {
	display:none
}
.seo_right {
    max-width: 470px;
	width:100%;
    float: none;

}
.seo_right .sr_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    display: block;
}
.seo_right .seo_text {
    max-width: 460px;
	width:100%;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    text-indent: 24px;
	padding:0 5px;
}
.seo_right .seo_text img{
	max-width: 420px;
	width:100%;

}
.qq {
	display: none;
}
}

@media screen and (min-width: 481px) and (max-width: 700px) {
.toplink {
	max-width: 700px;
}
body {
	padding: 0 5px;
}
.welcome {
	display: none;
}
.header {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #DDD;
	z-index: 100;
}
.header .top {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	height:40px;
}
.header .title img {
	width: 140px;
	padding-top: 8px;
	padding-left: 10px;
}
#ss_left {
	max-width: 700px;
	width: 98%;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	height:80px;
}
.ss_left {
	display: none;
	float: none;
	z-index: 200;
	margin-top:15px;
}
.ss_left form {
    float: none;
    width: 90%;
	margin:20px auto;
}
.ss_left .input {
    background-color: #FFF;
    width: 70%;
    height: 30px;
    line-height: 30px;
    border: 3px solid #F44D44;
    float: left;
    padding-left: 8px;
    color: #A3A3A3;
    font-size: 14px;
    outline: medium none;
    font-family: 微软雅黑;
}
.btn{width: 25%;}
.gd_right {
	display: block;
	float: right;
	width: 95px;
	padding-top: 8px;
}
.nav-search {
	float: right;
	padding-right: 25px;
}
.nav-search .fa-search {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
.nav-search .fa-search:hover{
	color: #fff;
	background-color:#f44d44;
}
#site-nav-wrap {
	float: left;
}
#site-nav-wrap .fa-bars {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
#site-nav-wrap .fa-bars:hover{
	color: #fff;
	background-color:#f44d44;
}
.menu {
	display: none;
	height:auto;
	width:60%;
	position:absolute;
	z-index:300;
	opacity:0.9
}
#navMenu {
    width:100%;
    overflow: hidden;
    height:auto;
}
#navMenu ul {
    float: none;
    height:auto;
}
#navMenu ul li {
    font: 14px/30px "Microsoft YaHei";
    float: left;
	width:100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a {
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: block;
	width:100%;
	text-align:left;

}
#body {
	max-width:700px;
	width:100%;
}
.indexleft {
    float: none;
	max-width:700px;
	width:99.5%;
}
.g-slider {
    overflow: hidden;
    max-width:468px;
	width:99%;
	height:auto;
    margin-bottom: 15px;

}
.g-slider ul {
	width:800%;
	height: auto;
}
.g-slider li {
    float: left;
    width:470px;
    position: relative;
    text-align: center;
    overflow: hidden;
	height:auto;
}
.g-slider li img{
	width:100%;
	height:auto;
	display:block;
	border-radius: 2px;

	
}
.g-next, .g-prev { top:35%;}
.g-slider .g-slide-pagination {
    position: absolute;
    bottom: -8px;
    z-index: 1;
}
.pleft {
    max-width: 700px;
	width:98.5%;
    float: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.lefthead {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    border-bottom: 1px solid #F44D44;
    margin: 0px 10px;
}
.lefthead h2 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #F44D44;
}
.lefthead h2 i {
    font-size: 18px;
}
.fa-th-list {
    margin-right: 7px;
    border-right: 2px solid #666;
    height: 17px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-right: 7px;
}
.litem {
    padding: 10px 0px 0px;
    max-width: 700px;
	width:100%;
    height: auto;
    overflow: hidden;
}
.litem li {
   max-width: 700px;
   width:97%;
   height: auto;
   border-right: 0px solid #E9E9E9;
}


.litem .title {
	width: 45%;
    height: 45px;
	display:block;
	text-align:left;
	font-size:14px;
	float:left;	
}
.litem li img {
	width: 150px;
	height: 125px;
	display:block;
	float:left;
	margin-right:20px;	
	
}
.litem .info {
	display:block;
	float:right
}
.pright {
    max-width: 700px;
	width:98.5%;
    float: none;
	margin-top:15px;
}
.why-love {
    max-width: 700px;
	width:98%;
    height: auto;
    clear: both;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 2px;
}
.onebox {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #F44D44;
    margin: 0px 10px;
    font-weight: 800;
    border-bottom: 1px solid #F44D44;
}
.onebox i {
    font-size: 18px;
}
.why-love .fitem {
    float: none;
    max-width: 680px;
	width:97%;
    margin-top: 20px;

}
.why-love .fcit {
    background:none;
    height: auto;
	padding-right:10px;
}
.why-love #f0 {
    background: transparent url("../images/ico_0.jpg") no-repeat scroll 0px bottom;
		background-color:#ccc;
}
.why-love #f1 {
    background: transparent url("../images/ico_1.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f2 {
    background: transparent url("../images/ico_2.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f3 {
    background: transparent url("../images/ico_3.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love .fcit .ft {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
#anli {
    background-color: #FFF;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #CCC;
    max-width: 700px;
	width:98%;
    padding-bottom: 20px;
    border-radius: 2px;
}
#pl5frm li {
    float: none;
    max-width: 680px;
	width:99.5%;
    margin-right: none;
    line-height: 25px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
	margin-bottom:10px;
}
#pl5frm p {

    height: auto;
	padding-bottom:10px;
}
.link {
    max-width: 700px;
	width:98%;
    margin-top: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
	
}
.linkbox dt {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    clear: both;
    max-width: 308px;
    background: none;
	background-color: #EDEDED;
}
.link .f5 li{
	padding:10px 5px;
}
.fa-link {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 17px;
	line-height: 17px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-right: 7px;
}

#leftbody {
    float: none;
    max-width: 480px;
	width:99.5%;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.tuijian {
    clear: both;
    margin: 10px 0px 0px;
    max-width: 480px;
	width:100%;
    overflow: hidden;
}
.tuijian li {
    float: none;
    list-style-type: none;
    border-bottom: 1px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
    padding: 8px;
}
.tuijian img {
    width: 100%;
    height: auto;
}
.dede_pages ul {
    float: none;

}
.dede_pages ul li {
    float: left;
	margin-bottom:5px;

}
.listbox {
    max-width: 448px;
	width:100%;
    padding-left: 20px;
}
.e2 li {
    max-width: 428px;
	width:100%;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    border-bottom: 1px dashed #555;
    color: #444;
}
.e2 p.intro {
    max-width: 428px;
	width:100%;
    color: #776955;
    line-height: 30px;
    text-indent: 20px;
}
.dede_pages {
    height: 40px;
    padding-bottom: 55px;
}
#aboutbody {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
     max-width: 470px;
	width:99.5%;
    margin: 15px auto;
    clear: both;
    overflow: hidden;
}
.seo_left {
	display:none
}
.seo_right {
    max-width: 470px;
	width:100%;
    float: none;

}
.seo_right .sr_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    display: block;
}
.seo_right .seo_text {
    max-width: 460px;
	width:100%;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    text-indent: 24px;
	padding:0 5px;
}
.seo_right .seo_text img{
	max-width: 420px;
	width:100%;

}
.qq {
	display: none;
}
}

@media screen and (min-width: 701px) and (max-width: 1024px) {
.toplink {
	max-width: 1024px;
}
body {
	padding: 0 5px;
}
.welcome {
	display: none;
}
.header {
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	border-bottom: 1px solid #DDD;
	z-index: 100;
}
.header .top {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 0px auto;
	height:40px;
}
.header .title img {
	width: 140px;
	padding-top: 8px;
	padding-left: 10px;
}
#ss_left {
	max-width: 1024px;
	width: 99%;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius:2px;
	height:80px;
}
.ss_left {
	display: none;
	float: none;
	z-index: 200;
	margin-top:15px;
}
.ss_left form {
    float: none;
    width: 90%;
	margin:20px auto;
}
.ss_left .input {
    background-color: #FFF;
    width: 70%;
    height: 30px;
    line-height: 30px;
    border: 3px solid #F44D44;
    float: left;
    padding-left: 8px;
    color: #A3A3A3;
    font-size: 14px;
    outline: medium none;
    font-family: 微软雅黑;
}
.btn{width: 25%;}
.gd_right {
	display: block;
	float: right;
	width: 95px;
	padding-top: 8px;
}
.nav-search {
	float: right;
	padding-right: 25px;
}
.nav-search .fa-search {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
.nav-search .fa-search:hover{
	color: #fff;
	background-color:#f44d44;
}
#site-nav-wrap {
	float: left;
}
#site-nav-wrap .fa-bars {
	color: #999;
	line-height: 25px;
	padding: 0px 8px;
	border: 1px solid #DDD;
	border-radius: 2px;
	box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.04);
	cursor:pointer;
}
#site-nav-wrap .fa-bars:hover{
	color: #fff;
	background-color:#f44d44;
}
.menu {
	display: none;
	height:auto;
	width:60%;
	position:absolute;
	z-index:300;
	opacity:0.9
}
#navMenu {
    width:100%;
    overflow: hidden;
    height:auto;
}
#navMenu ul {
    float: none;
    height:auto;
}
#navMenu ul li {
    font: 14px/30px "Microsoft YaHei";
    float: left;
	width:100%;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}
#navMenu ul li a {
    color: #FFF;
    text-decoration: none;
    line-height: 30px;
    height: 30px;
    display: block;
	width:100%;
	text-align:left;

}
#body {
	max-width:1024px;
	width:100%;
}
.indexleft {
    float: left;
	max-width:1024px;
	width:68%;
}
.g-slider {
    overflow: hidden;
    max-width:468px;
	width:99%;
	height:auto;
    margin-bottom: 15px;

}
.g-slider ul {
	width:800%;
	height: auto;
}
.g-slider li {
    float: left;
    width:470px;
    position: relative;
    text-align: center;
    overflow: hidden;
	height:auto;
}
.g-slider li img{
	width:100%;
	height:auto;
	display:block;
	border-radius: 2px;

	
}
.g-next, .g-prev { top:35%;}
.g-slider .g-slide-pagination {
    position: absolute;
    bottom: -8px;
    z-index: 1;
}
.rslides img {
  
    width: 100%;
 
}
#banner {
    max-width: 680px;
	width:100%;
}
.pleft {
    max-width: 680px;
	width:100%;
    float: left;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.lefthead {
    font-size: 12px;
    line-height: 18px;
    clear: both;
    border-bottom: 1px solid #F44D44;
    margin: 0px 10px;
}
.lefthead h2 {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    font-weight: 800;
    color: #F44D44;
}
.lefthead h2 i {
    font-size: 18px;
}
.fa-th-list {
    margin-right: 7px;
    border-right: 2px solid #666;
    height: 17px;
    line-height: 24px;
    width: 24px;
    text-align: center;
    float: left;
    margin-top: 10px;
    padding-right: 7px;
}
.litem {
    padding: 10px 0px 0px;
    max-width: 700px;
	width:100%;
    height: auto;
    overflow: hidden;
}
.litem li {
   max-width: 700px;
   width:97%;
   height: auto;
   border-right: 0px solid #E9E9E9;
}


.litem .title {
	width: 45%;
    height: 45px;
	display:block;
	text-align:left;
	font-size:14px;
	float:left;	
}
.litem li img {
	width: 150px;
	height: 125px;
	display:block;
	float:left;
	margin-right:20px;	
	
}
.litem .info {
	display:block;
	float:right
}
.pright {
    max-width: 1024px;
	width:30%;
    float: right;
	margin-top:0px;
	margin-right:10px;
}
#contactfrm {
    height: auto;

}
.why-love {
    max-width: 1024px;
	width:99.5%;
    height: auto;
    clear: both;
    background-color: #FFF;
    border: 1px solid #CCC;
    overflow: hidden;
    border-radius: 2px;
	margin-top:15px;
}
.onebox {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    color: #F44D44;
    margin: 0px 10px;
    font-weight: 800;
    border-bottom: 1px solid #F44D44;
}
.onebox i {
    font-size: 18px;
}
.why-love .fitem {
    float: left;
	width:45%;
    margin-top: 20px;
	height:180px;

}
.why-love .fcit {
    background:none;
    height: auto;
	padding-right:10px;
}
.why-love #f0 {
    background: transparent url("../images/ico_0.jpg") no-repeat scroll 0px bottom;
		background-color:#ccc;
}
.why-love #f1 {
    background: transparent url("../images/ico_1.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f2 {
    background: transparent url("../images/ico_2.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love #f3 {
    background: transparent url("../images/ico_3.jpg") no-repeat scroll 0px bottom;
	background-color:#ccc;
}
.why-love .fcit .ft {
    line-height: 25px;
    font-size: 14px;
    font-weight: bold;
}
#anli {
    background-color: #FFF;
    overflow: hidden;
    margin-top: 15px;
    border: 1px solid #CCC;
    max-width: 1024px;
	width:99.5%;
    padding-bottom: 20px;
    border-radius: 2px;
}
#pl5frm li {
    float: left;
	width:47%;
    margin-right: none;
    line-height: 25px;
    border: 1px solid #CCC;
    background-color: #EBEBEB;
	margin-bottom:10px;
}
#pl5frm p {

    height: auto;
	padding-bottom:10px;
}
.link {
    max-width: 1024px;
	width:99.5%;
    margin-top: 15px;
    overflow: hidden;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
	
}
.linkbox dt {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #DADADA;
    overflow: hidden;
    clear: both;
    max-width: 308px;
    background: none;
	background-color: #EDEDED;
}
.link .f5 li{
	padding:10px 5px;
}
.fa-link {
	margin-right: 7px;
	border-right: 2px solid #666;
	height: 17px;
	line-height: 17px;
	width: 24px;
	text-align: center;
	float: left;
	margin-top: 10px;
	padding-right: 7px;
}

#leftbody {
    float: none;
    max-width: 480px;
	width:99.5%;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
}
.tuijian {
    clear: both;
    margin: 10px 0px 0px;
    max-width: 480px;
	width:100%;
    overflow: hidden;
}
.tuijian li {
    float: none;
    list-style-type: none;
    border-bottom: 1px solid #E9E9E9;
    border-right: 0px solid #E9E9E9;
    padding: 8px;
}
.tuijian img {
    width: 100%;
    height: auto;
}
.dede_pages ul {
    float: none;

}
.dede_pages ul li {
    float: left;
	margin-bottom:5px;

}
.listbox {
    max-width: 448px;
	width:100%;
    padding-left: 20px;
}
.e2 li {
    max-width: 428px;
	width:100%;
    overflow: hidden;
    clear: both;
    padding: 12px 0px;
    border-bottom: 1px dashed #555;
    color: #444;
}
.e2 p.intro {
    max-width: 428px;
	width:100%;
    color: #776955;
    line-height: 30px;
    text-indent: 20px;
}
.dede_pages {
    height: 40px;
    padding-bottom: 55px;
}
#aboutbody {
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 2px;
     max-width: 470px;
	width:99.5%;
    margin: 15px auto;
    clear: both;
    overflow: hidden;
}
.seo_left {
	display:none
}
.seo_right {
    max-width: 470px;
	width:100%;
    float: none;

}
.seo_right .sr_title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    display: block;
}
.seo_right .seo_text {
    max-width: 460px;
	width:100%;
    line-height: 30px;
    margin-top: 10px;
    font-size: 14px;
    text-indent: 24px;
	padding:0 5px;
}
.seo_right .seo_text img{
	max-width: 420px;
	width:100%;

}
.qq {
	display: none;
}
}

