﻿﻿@charset "utf-8";
* {
	box-sizing: border-box
}
html {
	color: #666;
}
body {
	background: #ebebeb;
	margin: 0;
	padding: 0;
}
body, .text, .textarea, .input {
	font: 12px/1.6 "\5fae\8f6f\96c5\9ed1", "Arial", "tahoma";
}
a {
	text-decoration: none;
	color: #666
}
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: top;
}
.clearfix::after {
	content: "";
	display: table;
	clear: both
}
.clearfix {
	overflow: hidden;
	zoom: 1;
}
.spot {
	color: #f90
}
.text, .textarea, .input {
	width: 100%!important;
padding:.6rem;
	border: 1px solid #ccc;
	font-family: "\5fae\8f6f\96c5\9ed1"
}
#pg_margins {
	max-width: 640px;
	margin: 0 auto;
	overflow: hidden;
}
#header {
	z-index: 9;
}
.logo {
	height: 90px;
	background: #fff;
}
.hd_tel, .hd_home {
	display: inline-block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 1.8rem;
	background: url(../images/hd_tel.png) no-repeat;
	background-size: contain;
}
.hd_tel {
	right: 15px;
}
.hd_home {
	left: 15px;
	background-image: url(../images/hd_home.png);
}
.logoimg, .logoimg a, .hd_tel a, .hd_home a, .icon-back a, .icon-home a {
	display: block;
	width: 100%;
	height: 100%;
}

	/* 小于360 */
	@media (max-width:360px) {
.hd_tel, .hd_home {
	width: 30px;
	height: 30px;
	top: 1rem;
}
.logo {
	height: 60px
}
body, .text, .textarea, .input {
	font-size: 12px;
}
}
/* 导航 */
.navArea {
	background-color: #464646!important;
	color: #fff;
	overflow: hidden;
}
.navArea ul {
	margin: 0 0 0 -1px;
	padding: 0;
	list-style: none;
}
.navArea ul li {
	float: left;
}
.navArea ul li a {
	display: block;
	line-height: 2.8rem;
	border-left: 1px solid #ceaf7f;
	border-bottom: 2px solid #ceaf7f;
	text-align: center;
	color: #fff;
}
.navArea ul li .current {
	background: #ceaf7f;
	border-bottom: 2px solid #464646;
	color: #fff;
}
.navnum_1, .appNavNum_1 {
	width: 100%;
}
.navnum_2, .appNavNum_2 {
	width: 50%;
}
.navnum_3, .appNavNum_3 {
	width: 33.33%;
}
.navnum_4, .appNavNum_4 {
	width: 25%;
}
.navnum_5, .appNavNum_5 {
	width: 20%;
}
/* 图标 */
.appNavArea {
	padding: 0.5rem 0;
	background: #fff;
	overflow: hidden;
}
.appNavArea ul {
	overflow: hidden;
	zoom: 1;
}
.appNavArea ul::after {
	content: "";
	display: table;
	clear: both;
}
.appNavArea li {
	float: left;
padding:.8rem;
	font-size: 14px;
	text-align: center;
}
.appNavArea li span {
	position: relative;
	display: block;
	padding-top: 10px;
	z-index: 1;
}
.appNavArea li img {
	max-width: 100%;
	height: auto;
}

	/* 小于360 */
	@media (max-width:360px) {
.appNavArea li {
padding:.8rem;
	font-size: 12px;
}
}
/* 二级栏目分类 显示二级栏目分类  */
.Pro_sort, #categoryList {
	text-align: left;
	overflow: hidden;
margin:0 0 .8rem;
}
.Pro_sort .each_li, .categoryList .more_nav_box li {
	float: left;
	width: 50%;
}
.Pro_sort .each_li .name a, .categoryList .more_nav_box li a {
	display: block;
padding:.8rem 1.6rem;
	border-bottom: 1px solid #e2e2e2;
	background: url(../images/icon_lead.gif) no-repeat 12px 50%!important;
	color: #666;
	text-align: left;
}
/* 栏目分类模式：默认效果 */
.categoryList {
	background: #fff;
}
.categoryList .more_nav_box li .current {
	font-weight: bold;
	color: #f60;
}
.categoryList .more_nav_box li .second-nav {
	color: #666;
}
/* 栏目分类模式：显示三级栏目分类 */
.second_categoryList {
	max-height: 200px;
	background: #fff;
	overflow: auto;
}

/* 小于375 */
@media (max-width:360px) {
.second_categoryList {
	max-height: 205px;
}
}
/* 小于360 */
@media (max-width:360px) {
.second_categoryList {
	max-height: 160px;
}
}
.second_categoryList .more_nav_box li .current, .second_categoryList .more_nav_box li a:hover {
	background-color: #fff;
}
.second_categoryList .more_nav_box li .current {
	color: #111;
	font-weight: bold;
}
.second_categoryList .more_nav_box li {
	overflow: hidden;
	zoom: 1;
	border-bottom: 1px solid #f0f0f0;
}
.second_categoryList .more_nav_box li a {
	border: 0;
}
.second_categoryList .more_nav_box li:last-child {
	border-bottom: 0;
}
.second_categoryList .third_categoryList li {
	margin: 10px 0 10px 15px;
}
.second_categoryList .more_nav_box li .third_categoryList li {
	float: left;
}
.second_categoryList .more_nav_box li .third_categoryList li a {
	border: 0;
	background: #f0f0f0;
	border-radius: 2px;
}
.info_content {
	margin: 0;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0)!important;
}
/* 三级栏目 */
.third_box {
	display: none;
}
/* 栏目分类模式：商城多产品分类 */
.fullProduct {
	position: relative;
	max-width: 640px;
	margin: 0 auto;
	padding: 40px 0 0;
	background: url(../images/categorylist_left_bg.jpg) repeat-y;
	overflow: hidden;
	zoom: 1;
}
.fullProduct .head {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #d7d7d7;
	padding: 10px 40px;
	font-weight: bold;
	color: #111;
}
.icon-back {
	display: block;
	position: absolute;
	left: 15px;
	top: 9px;
	width: 13px;
	height: 24px;
	background: url(../images/icon-back.png) no-repeat;
	background-size: contain;
}
.icon-home {
	display: block;
	position: absolute;
	right: 15px;
	top: 6px;
	width: 26px;
	height: 26px;
	background: url(../images/icon-close.png) no-repeat;
	background-size: contain;
}
.fullProduct .more_nav_box {
	background-color: transparent;
}
.categoryList_left {
	width: 100px;
	float: left;
}
.categoryList_left li a {
	padding: 12px;
	display: block;
	border-bottom: 1px solid #d7d7d7;
}
.categoryList_left li .current {
	background: #ebebeb;
	font-weight: bold;
	border-left: 3px solid #dd2727;
	color: #dd2727;
}
/* 主体 */
.info_view_right {
	padding: 10px 15px 0 110px;
}
/* Banner */
.picBox {
	width: 100%;
	height: 100%;
	position: relative;
	background: #e6e6e6;
}
.picBox .next {
	float: right;
}
.swipe {
	position: relative;
	overflow: hidden;
}
.swipe .piclist_row_1 {
	width: 100%!important;
}
.picBox .piclist {
	position: relative;
	height: 100%;
}
.picBox .piclist li {
	height: 100%;
	position: relative;
	float: left;
	vertical-align: top;
	text-align: center;
	font-size: 0;
}
.icon_num {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 12px 0;
	background: url(../images/nav_bg2.png);
	text-align: center;
	line-height: 0;
}
.icon_num a {
	display: inline-block;
	border-radius: 2px;
	background: #fff;
width:.4rem;
height:.3rem;
margin:0 .06rem;
	transition: all 0.2s linear 0s;
	opacity: .5;
	font-size: 0;
	overflow: hidden;
	vertical-align: top;
}
.icon_num a:hover, .icon_num .active {
	width: 2rem;
	opacity: 1;
}
.box_info {
	overflow: hidden;
	zoom: 1;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0)!important;
	margin: 0!important;
}
.box_info .info_view {
	padding: 3%!important;
}
.box_info #tip {
	margin: 0!important;
}
/* 标题 */
.info_view {
	padding: 0!important;
}
.info_view, .box {
	margin: 0;
}
.box .title {
	padding: 12px 20px;
	font-size: 14px;
}
.box .title .title_name {
padding:0 .8rem;
border-left:.4rem solid #ceaf7f;
	line-height: 1.6;
}
.arr-round {
	right: 15px!important;
	top: 22px!important;
	width: 37px!important;
	height: 8px!important;
	background: url(../images/com_more.png) no-repeat center!important;
}
/* 标题 */
.box_info .catetitle, .inside-pages .title {
	margin: 0!important;
	padding: 13px 15px 1.5rem!important;
	background: #fff url(../images/line_bg.jpg) repeat-x 0 46px!important;
	color: #111;
}
.box .title, .pager-next-pre p:hover, .second_categoryList .more_nav_box li .third_categoryList li .current {
	background-color: #f2f2f2!important;
}
/* 图片列表个数 */
.pic_list_1 {
	width: 100%;
}
.pic_list_2 {
	width: 50%;
}
.pic_list_3 {
	width: 33.3%;
}
.pic_list_4 {
	width: 25%;
}
.pic_list_5 {
	width: 20%;
}
/* 
	首页默认模式 图片列表 TPLB
*/
.GD_CONTENT {
	padding: 10px 20px 20px;
	font-size: 14px;
	line-height: 2;
}
/*	头条新闻_SJ 图文内容 TTXW */

.TTXW_CONTENT {
	padding: 20px 0;
	margin: 0 20px;
	border-bottom: 1px solid #eee;
	overflow: hidden;
}
.TTXW_CONTENT .intro {
	display: block;
	overflow: hidden;
	zoom: 1;
}
.TTXW_CONTENT .intro dt {
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.TTXW_CONTENT .intro dd {
	height: 72px;
	padding: 8px 0;
	color: #999;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
}
.TTXW_CONTENT .pic-left {
	float: left;
	margin-right: 15px;
}
.TTXW_CONTENT .pic-right {
	float: right;
	margin-left: 15px;
}
.TTXW_CONTENT .pic-middle {
}
/* 头条新闻_SJ 新闻列表 TTXW */

.TTXW_LIST {
	padding: 20px;
	overflow: hidden;
}
.TTXW_LIST dl {
}
.TTXW_LIST dl dt {
	position: relative;
	left: 0;
	padding-left: 20px;
	background: url(../images/ifcb_icon_2.png) no-repeat 0 center;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.TTXW_LIST dl dt>span {
	float: right;
	padding-left: 20px;
	color: #cbcbcb;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.TTXW_LIST dl dd {
	display: none;
	padding: 8px 0;
	color: #999;
	font-size: 14px;
	line-height: 25px;
}
.TTXW_LIST dl dt:hover {
	padding-left: 40px;
	background-color: #eee;
	background-position: 20px center;
}
.TTXW_LIST dl dt:hover>span {
	padding-right: 10px;
}
.iFCB-news {
	border-bottom: 1px solid #e8e8e8;
	background: #f7f7f7;
}
.iFCB-news .TTXW_LIST dl dt {
	padding-left: 45px;
	background: url(../images/hot.png) no-repeat 0 center;
}
/* 首页默认模式 图片列表 TPLB */
.iFCB-TPLB li {
	position: relative;
	float: left;
	width: 50%;
	line-height: 20px;
	text-align: center;
	transition: all 0.3s ease 0s;
}
.iFCB-TPLB li .iFCB-rp {
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
	border: 0;
}
.iFCB-TPLB li .pic {
	position: relative;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	overflow: hidden;
}
.iFCB-TPLB li .pic a {
	position: relative;
	display: block;
	overflow: hidden;
}
.iFCB-TPLB li .pic img {
	width: 100%;
	height: auto;
	transition: all 0.6s ease-in-out;
	transform: scale(1);
}
.iFCB-TPLB li dl {
	padding: 7px 10px;
	background: #eee;
	color: #999;
	transition: all 0.3s ease 0s;
}
.iFCB-TPLB li dl dt {
	position: relative;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.iFCB-TPLB li .more {
	display: none;
}
/* 经过效果 */
.iFCB-TPLB li:hover .iFCB-rp {
}
.iFCB-TPLB li:hover .pic img {
	transform: scale(1.1);
}
.iFCB-TPLB li:hover dl {
	background: #ceaf7f;
	color: #eed0d0;
}
.iFCB-TPLB li:hover dl a {
	color: #fff;
}
.Pro_sev {
	padding: 10px 10px 0;
}
/*	首页默认模式 图文列表 TWLB */
.TWLB_LIST li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
	zoom: 1;
}
.TWLB_LIST li .pic {
	float: left;
	min-width: 120px;
	margin: 0 1rem 0 0;
}
.TWLB_LIST li .pic img {
	border: 1px solid #d9d9d9;
	padding: 2px;
}
.TWLB_LIST li dl {
	display: block;
	overflow: hidden;
*zoom:1;
}
.TWLB_LIST li dl dt {
	margin: 0;
	font-size: 14px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	line-height: 2rem;
}
.TWLB_LIST li dl .info {
	line-height: 24px;
	height: 78px;
	padding: 0;
	overflow: hidden;
	color: #666;
}
.TWLB_LIST li dl .more {
	height: auto;
	padding: 5px 0 0;
}
.TWLB_LIST li dl .more a {
	display: block;
	width: 100px;
	height: 30px;
	border-radius: 5px;
	border: 1px solid #ceaf7f;
	color: #ceaf7f;
	text-align: center;
	line-height: 27px;
}
.pic_news_01 li {
	padding: 15px 0;
	margin: 0;
	border-bottom: 1px solid #f1f1f1;
	overflow: hidden;
	zoom: 1;
}
.pic_news_01 li .pic {
	float: left;
	min-width: 120px;
	margin: 0 1rem 0 0;
}
.pic_news_01 li .pic img {
	border: 1px solid #d9d9d9;
	padding: 5px;
}
.pic_news_01 li .txt {
	display: block;
	overflow: hidden;
*zoom:1;
}
.pic_news_01 li .txt h4 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
.pic_news_01 li .txt p {
	line-height: 1.8;
	height: 48px;
	padding: 5px 0 0;
	overflow: hidden;
	color: #666;
}
.pic_news_01 li .txt .more {
	height: auto;
	padding: 5px 0 0;
}
.iFCB-abt {
	padding: 20px;
	background: #ceaf7f;
	color: #fff;
	font-size: 14px;
	line-height: 1.4rem;
}
/* 手机相册模式 */
.pro_view .text .name {
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
}
/*
	首页默认模式 图文新闻 TW
*/
.swipe .TPQHLIST {
	background: #fff;
	overflow: hidden;
	zoom: 1;
	text-align: center;
}
.swipe .TPQHLIST li .b {
padding:.7rem;
	border-bottom: 1px solid rgba(0,0,0,.2);
	font-weight: bold;
}
.swipe .TPQHLIST li .c {
padding:.7rem .7rem 2.5rem;
	border-top: 1px solid rgba(228, 217, 217, 0.12);
}
.TW_CONTENT .pic {
	font-size: 0;
}
.TW_CONTENT .intro .t {
	text-align: center;
	font-weight: bold;
	padding: 10px 0 0;
}
.TW_CONTENT .intro .d {
	text-align: center;
}
.TW_CONTENT .d {
	padding: 0 1rem 1rem;
}
/* 内页模块 */
.info_view .TPQHLIST li {
	padding: 0 0 1rem;
	margin: 0;
	border-bottom: 12px solid #ebebeb;
}
.info_view .TPQHLIST li .b {
padding:.6rem;
	border-bottom: 1px solid #ebebeb;
	font-weight: bold;
}
.info_view .TPQHLIST li .c {
padding:.6rem;
}
/* 图文内容_SJ_内页 */
.img_content {
	line-height: 1.8;
	font-size: 16px;
}
.img_content .img_content_pic {
}
.img_content .img_content_intro {
}
.img_content .img_content_intro .img_content_title {
}
.img_content .img_content_intro .img_content_views {
}
/*
		首页默认模式 提交表单
	*/
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
#i-book {
	padding: 0 1rem;
}
#i-book p, .data {
padding:0 0 .7rem;
}
.data .title_name {
	line-height: 30px;
	display: none;
}
.data .input_option {
}
.data .input_option input, .data .input_option textarea {
	vertical-align: top;
}
.btn-area .btn-submit {
	border: 0;
	border-radius: 0.15em;
	background: #ceaf7f;
	color: #fff;
	font-size: 1.1em;
	padding: .8em 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	width: 100%;
}
.btn-area .reset {
	display: none;
}
#i-book p label {
	display: block;
	line-height: 30px;
}
.btn-send, .btn-reset {
	margin-bottom: 10px;
	background: #464646;
	color: #fff;
}
.btn-reset {
	display: none;
}
.from-title {
	text-align: center;
	background: #ceaf7f;
	color: #fff;
	padding: 20px 0;
	line-height: 30px;
}
/*
	新闻详细页
*/
.box_display {
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0);
}
.box_display .head {
	z-index: 300;
}
.box_display .display_content {
	padding: 0!important;
	background: #fff!important;
	color: #333;
	font: 14px/1.8 "\5fae\8f6f\96c5\9ed1"!important;
}
.box_display .display_content .intro {
	padding: 1rem!important;
	border-top: 1px dotted #d9d9d9;
}
.box_display .display_content .blue1 {
	width: 30%;
}
.date_y, .split_m, .eye {
	display: none;
}
.theme {
	font-family: "\5fae\8f6f\96c5\9ed1"!important;
	font-weight: normal;
	font-size: 20px;
padding:1rem 1rem .5rem!important;
}
.ms_time {
	padding: 0 1rem 1rem;
}
/* 下一条 */
.pager-next-pre {
	padding: 10px;
	background: #fff;
}
.pager-next-pre p {
	background: #f3f3f3;
padding:.3rem;
margin:.3rem 0;
}
.pager-next-pre p:hover {
	color: #fff;
}
/*
	网站底部
*/
.youlink {
	background: #fff!important;
	border-top: 1px solid #ebebeb;
	color: #666!important;
	text-align: left!important;
padding:.7rem;
}
.youlink a {
	color: #666!important;
}
.m_code {
	padding: 15px 10px 80px;
	background: #eee!important;
	border-top: 1px solid #ebebeb;
}
#fixed-foot {
padding:.4rem 0;
	background: #464646;
}
#fixed-foot li {
	display: table-cell;
	font-size: inherit;
	border-right: 1px solid #e3cba5;
}
#fixed-foot li {
	background: #464646;
	background: linear-gradient(#464646, #464646);
}
#fixed-foot li a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
}
#fixed-foot li.active a {
	color: #ceaf7f;
	font-weight: bold;
}
#fixed-foot li a span {
	display: block;
	height: 30px;
	width: 30px;
margin:0 auto .4rem;
	background-repeat: no-repeat!important;
	background-position: 50% 50%!important;
	background-size: contain!important;
}

/* 小于360 */
@media (max-width:360px) {
#fixed-foot li {
	padding-top: 8px;
}
#fixed-foot li a span {
	height: 26px;
	width: 26px;
}
}
/* 图片列表个数 */
.iFCB-pro-1 {
	width: 100%;
}
.iFCB-pro-2 {
	width: 50%;
}
.iFCB-pro-3 {
	width: 33.333%;
}
.iFCB-pro-4 {
	width: 25%;
}
.iFCB-pro-5 {
	width: 20%;
}
.iFCB-pro-6 {
	width: 16.666%;
}
.iFCB-pro-7 {
	width: 14.28%;
}
.iFCB-pro-8 {
	width: 12.5%;
}
.iFCB-pro-9 {
	width: 11.11%;
}
.iFCB-pro-10 {
	width: 10%;
}
/* 个数 */
.u-item-1 {
	width: 100%;
}
.u-item-1:last-child {
	margin-right: 0;
}
.u-item-2 {
	width: 50%;
	margin-bottom: 2%;
}
.u-item-2:nth-child(2n) {
	margin-right: 0;
}
.u-item-3 {
	width: 33.33%;
	margin-bottom: 2%;
}
.u-item-3:nth-child(3n) {
	margin-right: 0;
}
.u-item-4 {
	width: 25%;
	margin-bottom: 2%;
}
.u-item-4:nth-child(4n) {
	margin-right: 0;
}
.u-item-5 {
	width: 20%;
	margin-bottom: 2%;
}
.u-item-5:nth-child(5n) {
	margin-right: 0;
}
/*  what */
.info-list {
	padding: 0;
}
.info-list li {
	padding: 10px;
	border-bottom: 1px dotted #b2b2b2;
}
.PRO-I {
	border-bottom: 3px solid #0446a8;
	margin: 0 0 20px
}
.PRO-I .TITLE-LEAD {
	background: linear-gradient(#2666c8, #0446a8);
	display: inline-block;
*display:inline;
	zoom: 1;
	padding: 3px 25px;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px 3px 0 0;
	text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.2)
}
.news_thumb .TTXW_CONTENT {
padding:.7rem .7rem .2rem!important;
}
.font0 {
	font-size: 0;
}
.product {
	padding: 5% 0;
	z-index: 30
}
.product .piclist {
	height: auto!important;
}
.case {
	padding: 0;
}
.TPLB_LIST li .txt {
	overflow: hidden;
	text-align: center;
}
.from {
	padding: 20px;
}
.contact {
	line-height: 1.6;
}
.paging {
	padding: 10px;
	text-align: center
}
.paging a, .paging span {
	display: inline-block;
*display:inline;
	zoom: 1;
	padding: 3px 8px;
	border: 1px solid #ddd;
}
.paging .current {
	border: 0;
	color: #f60;
	font-weight: bold
}
.TW_CONTENT_PCI {
	line-height: 2;
}



/**************************************************

		信息流部分

**************************************************/

.flowpage ::-webkit-input-placeholder {
color:#333;
}
.flowpage ::-moz-placeholder {
color:#333;
}
.flowpage :-ms-input-placeholder {
color:#333;
}
#pg_margins.flowpage {
	padding: 0 0 47px;
}
.p20 {
	padding: 20px;
	font-size: 16px;
	line-height: 2;
}
.flowpage .clear {
	height: 0!important;
	clear: both;
}
.flowpage .box {
	margin: 0;
}
.IBW_FlowPage_Form {
	padding: 2em;
}
.IBW_FlowPage_Form form {
	margin: 0;
	padding: 0
}
.IBW_FlowPage_Form .tips {
	padding: 1em 1.5em 0;
	color: #f00
}
.IBW_FlowPage_Form .data {
	padding: .6em 0
}
.IBW_FlowPage_Form .data .title_name {
	display: none;
	padding: 0 0 .4em;
	color: #666;
}
.IBW_FlowPage_Form .data .input_option .input {
	padding: 2% 4%;
	border-radius: 6px;
	border: 1px solid #fff;
	background: #fff;
	color: #666;
	font-size: 16px;
	line-height: 32px;
}
.IBW_FlowPage_Form .btn-area {
	padding: .6em 0 0
}
.IBW_FlowPage_Form .btn-area .btn-submit {
	width: 100%;
	padding: 2% 5%;
	border-radius: 30px;
	border: 0!important;
	background: #ff0899;
	color: #fff;
	font-size: 30px;
	line-height: 32px;
	cursor: pointer;
}
.IBW_FlowPage_Form .btn-area .reset {
	display: none!important;
}
/* 表单背景颜色 */
.IBW_FlowPage_Form {
	background: #464646;
}
/* 提交按钮颜色，按钮文字颜色 */
.IBW_FlowPage_Form .btn-area .btn-submit {
	background: #ceaf7f;
	color: #fff;
}
.pagess {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pagess ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pagess ul li:hover {
	background: #ceaf7f;
	color: #fff;
	border: 1px solid #ceaf7f
}
.pagess ul li:hover a {
	color: #fff;
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #ceaf7f;
	padding: 4px 12px;
	margin: 0 1px;
	background: #ceaf7f;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a {
	display: block;
	color: #999
}
.pagess ul li a:hover {
	color: #fff;
}

#imgsy img{ max-width:100% !important; height:auto !important}