﻿@charset "utf-8";

/*======rester======*/
html {
	font-family: '微软雅黑';
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	min-width: 1200px;
}

body {
	font: 14px/1.5 '微软雅黑', tahoma, arial, 'Hiragino Sans GB', '\5b8b\4f53',
		sans-serif;
	color: #999;
}

body,dl,dd,p,h1,h2,h3,h4,h5,fieldset,form {
	margin: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
}

ol,ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/* ============================= */
/* = HTML5 display definitions = */
/* ============================= */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary
	{
	display: block;
}

audio,canvas,progress,video {
	display: inline-block;
	vertical-align: baseline;
}

audio
:not
 
(
[
controls
]
 
)
{
display
:
 
none
;

	
height
:
 
0;
}

/* ========= */
/* = Links = */
/* ========= */
a {
	text-decoration: none;
	color: #727272;
	font-size: 100%;
	cursor:pointer;
}

a:active,a:hover {
	outline: 0;
}

/* ======================== */
/* = Text-level semantics = */
/* ======================== */
abbr[title] {
	border-bottom: 1px dotted;
}

b,strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

h1,h2,h3,h4,h5 {
	font-weight: normal;
	font-size: 100%;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

dfn {
	font-style: italic;
}

sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

[hidden] {
	display: none;
}

/* ==================== */
/* = Embedded content = */
/* ==================== */
body,img,fieldset {
	border: 0;
}

svg:not (:root ){
	overflow: hidden;
}

/* ==================== */
/* = Grouping content = */
/* ==================== */
hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,kbd,pre,samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* ========= */
/* = Forms = */
/* ========= */
button,input,optgroup,select,textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,select {
	text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"]
	{
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input.text,select.text,textarea.text {
	outline: none;
	border: 1px solid #e3e3e3;
	height: 26px;
	line-height: 26px;
	padding: 3px 0px 3px 5px;
	font-size: 12px;
	color: #555;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

fieldset,input {
	margin: 0;
	padding: 0;
}

/* ========== */
/* = Tables = */
/* ========== */
table {
	border-collapse: collapse;
	border-apacing: 0;
}

td,th {
	padding: 0;
}

/*======common======*/
.clear:after {
	content: "";
	display: block;
	clear: both;
}

.clear {
	zoom: 1;
}

input[type=button] {
	cursor: pointer;
}

.ovf {
	overflow: hidden;
}

.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.fn {
	float: none !important;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right;
}

.tal {
	text-align: left !important;
}

.font_normal {
	font-weight: normal;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.dib {
	display: inline-block;
}

.blno {
	border-left: none;
}

.brno {
	border-right: none;
}

.btno {
	border-top: none !important;
}

.bbno {
	border-bottom: none !important;
}

.w1200 {
	width: 1200px;
	margin: auto;
}

.empty {
	padding: 10px;
	text-align: center;
}

.widp25 {
	width: 25%;
}

.widp20 {
	width: 20%;
}

.widp100 {
	width: 100%;
}

.main_wrap {
	background: #f5f5f5;
}

.r {
	color: #d50714 !important;
}

.mrno {
	margin-right: 0 !important;
}

/*for ajax dispaly*/
.lazyloading {
	display: none;
}

/*顶部导航*/
.top_nav {
	height: 35px;
	border-bottom: 1px solid #eee;
	background: #f9f9f9;
}

.top_nav_m ul li {
	float: left;
	line-height: 36px;
	padding: 0 4px;
}

.top_nav_m ul.fr li a {
	color: #999;
}

.top_nav_m ul.fr li a.tel {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}

.top_nav_m ul.fr li a:hover {
	color: #bf1a21;
}

.top_nav_m .hotline i {
	background: url(../../images/pub/icon.png?v=1) no-repeat 0 -12px;
	padding-left: 16px;
}


/*关注我们*/

/*全局导航*/
.globe_nav {
	background: #d50714;
	line-height: 40px;
	margin-top: 10px;
}

.globe_nav_m {
	position: relative;
}

.globe_nav_m ul li {
	float: left;
	position: relative;
	z-index: 9;
}

.globe_nav_m ul li.index_raiders {
	position: relative;
}

.globe_nav_m ul li.index_raiders div {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 10;
	background: #d50714;
}

.globe_nav_m ul li.index_raiders div p:hover {
	background: #D04B0A;
}

.globe_nav_m ul li a {
	font-size: 16px;
	color: #fff;
	font-weight: 100;
	padding: 0 30px;
}

.globe_nav_m ul li:hover .mr_link {
	display: block;
}

.globe_nav_m ul li .mr_link {
	width: 124px;
	display: none;
	overflow: hidden;
	position: absolute;
	top: 41px;
	left: 0;
	background-color: #d50714;
	text-align: center;
}

.globe_nav_m ul li .mr_link a {
	width: 122px;
	height: 50px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	padding: 0;
	display: block;
}

.globe_nav_m ul li .mr_link a:hover {
	background-color: #D04B0A;
}

.globe_nav_m ul li.active,.globe_nav_m ul li:hover {
	background: #D04B0A;
}

.i_mobile {
	width: 89px;
	height: 55px;
	background: url(../images/icon.png?v=1) no-repeat 0 -295px;
	position: absolute;
	top: -15px;
	margin-left: 48px;
	right: 140px;
}

.i_mobile a {
	width: 89px;
	height: 29px;
	display: inline-block;
	text-align: center;
	line-height: 29px;
	border-radius: 4px;
	background-color: #333;
	color: #fff;
	margin-left: 89px;
	margin-top: 10px;
}

.i_erweima {
	position: absolute;
	z-index: 10;
	right: -90px;
	top: 38px;
}

/*页脚*/
.footer_wrap {
	
}

/*按钮样式*/
.btn {
	
}

/*login btn*/
.login_btn35 {
	background: #d50714;
	color: #fff;
	line-height: 35px;
	text-align: center;
	height: 35px;
	border: none;
	outline: none;
}

.login_btn45 {
	background: #d50714;
	color: #fff;
	line-height: 45px;
	text-align: center;
	height: 45px;
	border: none;
	outline: none;
}

/*分页样式*/
.list_page {
	margin-top: 10px;
	overflow: hidden;
}

.list_page_paging {
	position: relative;
	/* left: 50%; */
	margin-left: -200px;
}

.list_page_paging p,.list_page_paging li,.list_page_paging ul {
	float: left;
}

.list_page_paging p a,.list_page_paging li a {
	padding: 4px 8px;
	border: 1px solid #d5d5d5;
	margin: 0 2px;
	display: inline-block;
}

.list_page_paging p:hover a,.list_page_paging li:hover a {
	color: #fff;
	background: #d50714;
}

.list_page_paging .page_active {
	padding: 5px 9px;
	border: 0;
	background: #d50714;
	color: #fff;
}
/*======基于JQ插件的JS翻页样式=======*/
.pagination {
	margin: 0px auto;
}

.pagination a {
	text-decoration: none;
	border: 1px solid #d5d5d5;
	color: #000;
}

.pagination a,.pagination span {
	display: inline-block;
	padding: 8px 15px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination a:hover,.pagination span:hover {
	background: #d50714;
	color: #fff;
}

.pagination .current {
	background: #d50714;
	color: #fff;
	padding: 9px 16px;
}

.pagination .current.prev,.pagination .current.next {
	color: #000;
	background: #fff;
	border: 1px solid #d5d5d5;
	padding: 8px 15px;
}

.pagination .current.prev:hover,.pagination .current.next:hover {
	background: #d50714;
	color: #fff;
}
/*======end 基于JQ插件的JS翻页样式======*/

/*返回顶部*/
.toobar_top {
	
}

/*弹窗广告*/
.ad_wrap {
	
}

/*通用弹窗*/
.mark {
	position: absolute;
	background: rgba(0, 0, 0, 0.4);
	z-index: 90;
	left: 0;
	top: 0;
}

.pop_wrap {
	width: 760px;
	height: 240px;
	background-color: #fff;
	position: absolute;
}

.pop_wrap span {
	width: 18px;
	height: 18px;
	position: absolute;
	right: 8px;
	top: -6px;
	font-size: 26px;
	cursor: pointer;
}

.pop_wrap h4 {
	font: bold 24px/30px "Microsoft Yahei";
	text-align: center;
	margin-top: 10%;
}

.success h4 {
	color: #d50714;
}

.success h4 i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icon.png?v=1) no-repeat -285px -38px;
	position: relative;
	top: 2px;
	left: -10px;
}

.pop_wrap p {
	text-align: center;
	line-height: 26px;
	font-size: 18px;
	font-family: "Microsoft Yahei";
	color: #333;
}

.wrong h4 {
	color: #333;
}

.wrong h4 i {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(../images/icon.png?v=1) no-repeat -313px -39px;
	position: relative;
	top: 2px;
	left: -10px;
}

/*主体*/
.redo_firm_title h2,.redo_firm_title span,.redo_firm_title .i_more {
	float: left;
}

.redo_firm_title h2,.ervice_title h2 {
	font: 22px/22px "Microsoft YaHei";
	color: #333;
}

.redo_firm_title span {
	height: 0px;
	border-top: 1px solid #d5d5d5;
	display: inline-block;
	width: 1008px;
	margin-left: 20px;
	margin-top: 10px;
	position: relative;
}

.redo_firm_title span:after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/icon.png?v=1) no-repeat -260px -8px;
	position: absolute;
	top: -8px;
	right: 0;
}

.redo_firm_title .i_more {
	width: 52px;
	height: 24px;
	background: #d50714;
	display: inline-block;
	float: right;
	line-height: 24px;
	color: #fff;
	text-align: center;
	margin: 11px 0 0 20px;
}

/*顶部广告*/
.ad_wrap {
	position: relative;
	height: 68px;
}

.ad_colse {
	width: 22px;
	background: #bf1a21;
	height: 22px;
	color: #fdf403;
	position: absolute;
	top: 0px;
	right: 0px;
	font: bold 16px/22px "\5FAE\8F6F\96C5\9ED1";
	cursor: pointer;
}

/*底部*/
.new_footer_con {
	font-family: Microsoft Yahei, Arial, sans-serif;
	font-size: 12px;
	background-color: #fff;
}

.new_footer_con  h1 {
	margin: 0;
	font-weight: 700;
}

.clearfix:after {
	content: "\200B";
	display: block;
	height: 0;
	clear: both;
}

.new_footer_con {
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
	border-top: 2px solid #ff5400;
}

.new_footer_con .new_bottom_menu_con {
	width: 100%;
	height: 180px;
	min-width: 1200px;
	/* background: #393939; */
	background: #000;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	padding-top: 20px;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .phone {
	float: left;
	margin-bottom: 25px;
	width: 18%;
	height: 110px;
	background: url(../images/footer_phone.png?v=1) no-repeat;
	margin-top: 20px;
	padding-right: 3%;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .guild {
	padding: 0 5%;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	margin-top: 10px;
	float: left;
	margin-bottom: 25px;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .guild dl {
	float: left;
	padding: 0 30px;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .guild dl dt {
	font-weight: bolder;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .guild dl dd a {
	color: #fff;
	font-size: 14px;
}

.new_footer_con .new_bottom_menu_con .new_bottom_menu .code {
	width: 8%;
	height: 120px;
	background: url(../images/icon.png?v=1) no-repeat 0px -176px;
	margin: 10px 0px 0px 4%;
	float: left;
}

.new_footer_con .new_copyright_con {
	background: #000;
	width: 100%;
	min-width: 1200px;
	overflow: hidden;
}

.new_footer_con .new_copyright_con .new_copyright {
	width: 1200px;
	margin: 0 auto;
	height: 152px;
	padding-top: 8px;
}

.new_footer_con .new_copyright_con .new_copyright .tac {
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 26px;
}

.new_footer_con .new_copyright_con .new_copyright .tac a {
	padding-right: 5px;
	color: #999;
}

.new_footer_con .new_copyright_con .new_copyright a {
	color: #999;
}

.new_footer_con .new_copyright_con .new_copyright p {
	text-align: center;
	color: #999;
	font-size: 12px;
	line-height: 26px;
}

.footer_security {
	background: #000;
	padding: 30px 0 15px;
}

.footer_security ul {
	height: 76px;
	width: 1220px;
	margin: 0 auto;
}

.footer_security ul li {
	display: inline-block;
	height: 76px;
	width: 198px;
	background: #fff;
}

.footer_security ul li i {
	display: inline-block;
	margin-left: 10px;
	margin-right: 8px;
	width: 36px;
	height: 39px;
	background: url("../../images/pub/index/footer_security.png") no-repeat;
}

.footer_security ul li i.security_bg_02 {
	background-position: -40px 0;
}

.footer_security ul li i.security_bg_03 {
	background-position: -80px 0;
}

.footer_security ul li i.security_bg_04 {
	background-position: -120px 0;
}

.footer_security ul li i.security_bg_05 {
	background-position: -160px 0;
}

.footer_security ul li i.security_bg_06 {
	background-position: -200px 0;
}

.footer_security_text {
	display: inline-block;
	width: 140px;
	height: 76px;
	font-size: 12px;
	color: #555;
}

.footer_security_text h3 {
	font-size: 16px;
	margin-top: 20px;
	font-weight: 700;
}

.footer_security .no_border {
	border: none;
}
/*友情链接*/
.i_link {
	background: #f8f8f8;
}

.link {
	padding-top: 30px;
	padding-bottom: 40px;
}

.link h3 {
	border-bottom: 1px solid #d5d5d5;
	color: #333;
	line-height: 26px;
}

.link_con {
	margin-top: 10px;
}

.link_con a {
	line-height: 24px;
	display: inline-block;
	min-width: 100px;
	color: #999;
}

.link_con a:hover {
	color: #bf1a21;
}

/*index comon*/
.i_main_wrap {
	background: rgba(245, 245, 245, 0.23);
	border-bottom: 1px solid #eee;
	overflow: hidden;
}

/*spacer*/
/*i_main_wrap*/
.i_main {
	position: relative;
	overflow: hidden;
}

.i_line_h {
	border-top: 1px solid #d5d5d5;
	border-bottom: 1px solid #fff;
	height: 0;
	/*width: 1200px;*/
	width: 974px;
	position: absolute;
	top: 16px;
	left: 100px;
}

.i_title h3 {
	font: 30px/30px "Microsoft YaHei";
	position: relative;
	z-index: 10;
	background: #f5f5f5;
	width: 574px;
	margin: 0 auto;
	color: #333;
}

.spacer,.redo_firm_con,.effect_chart_con,.house_info_con,.good_stylist {
	padding: 20px 20px 0 20px;
	width: 1160px;
	text-align: center;
}

.spacer ul {
	position: relative;
}

.spacer ul li {
	float: left;
	width: 192px;
	height: 118px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	margin-left: -1px;
	line-height: 180px;
	font-size: 14px;
	/* background-image: url(../images/icon.png?v=1); */
	background-image: url(../../images/pub/icon.png?v=1);
	background-position: 68px -382px;
	cursor: pointer;
}

.spacer ul li.i_plan {
	background-position: -62px -382px;
}

.spacer ul li.i_quote {
	background-position: -192px -382px;
}

.spacer ul li.i_inspector {
	background-position: -326px -376px;
}

.spacer ul li.guarantee_gold {
	background-position: -450px -376px;
}

.spacer ul li.i_project {
	background-position: 62px -506px;
}

.spacer ul li.guarantee_gold a {
	color: #999;
}

.amount_room_con {
	border: 2px solid #2ecda5;
	height: 116px;
	width: 1154px;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #fff;
}

.amount_room_con dl dt,.amount_room_con dl dd {
	float: left;
}

.amount_room_con dl dt {
	width: 192px;
	height: 116px;
	background-image: url(../images/icon.png?v=1);
	background-position: 65px -840px;
	background-color: #2ecda5;
	color: #fff;
}

.amount_room_con dl dd p {
	display: inline-block;
	font: 22px/40px "Microsoft YaHei";
	color: #2ecda5;
	text-indent: 0.5em;
}

.amount_room_con dl dd {
	line-height: 40px;
	text-align: left;
	padding-top: 22px;
}

.amount_room_con dl dd input {
	width: 176px;
	height: 34px;
	outline: none;
	padding-left: 2px;
}

.amount_room_con dl dd input[type="text"] {
	margin-right: 10px;
}

.amount_room_con dl dd input[type="button"] {
	width: 170px;
	height: 42px;
	background: #2ecda5;
	border: 1px solid #1ea986;
	color: #fff;
	margin-left: 20px;
}

.amount_room_con_f {
	margin-top: 14px;
}

.free_design {
	border-color: #6a9de1;
}

.free_design dl dt {
	background-position: -68px -840px;
	background-color: #6a9de1;
}

.free_design dl dd p {
	color: #6a9de1;
}

.free_design dl dd input[type="button"] {
	background-color: #6a9de1;
	border-color: #6a9de1;
}

.free_quote {
	border-color: #1ebfcd;
}

.free_quote dl dt {
	background-position: -192px -840px;
	background-color: #1ebfcd;
}

.free_quote dl dd p {
	color: #1ebfcd;
}

.free_quote dl dd input[type="button"] {
	background-color: #1ebfcd;
	border-color: #1ebfcd;
}

.free_houst {
	border-color: #f15e52;
}

.free_houst dl dt {
	background-position: -320px -840px;
	background-color: #f15e52;
}

.free_houst dl dd p {
	color: #f15e52;
}

.free_houst dl dd input[type="button"] {
	background-color: #f15e52;
	border-color: #f15e52;
}

.free_pk {
	border-color: #fc8132;
}

.free_pk dl dt {
	background-position: 65px -952px;
	background-color: #fc8132;
}

.free_pk dl dd p {
	color: #fc8132;
}

.free_pk dl dd input[type="button"] {
	background-color: #fc8132;
	border-color: #fc8132;
}
/*end spacer */

/*底部悬浮条*/
.fixed_bar {
	position: fixed;
	left: 0px;
	bottom: 0px;
}

.fixed_smbar {
	width: 150px;
	height: 178px;
	background: url(../../images/pub/lb.png?v=1) no-repeat;
	background-size: cover;
	cursor: pointer;
	z-index: 999;
}

.fixed_bigbar {
	width: 100%;
	height: 140px;
	position: fixed;
	bottom: 0px;
	left: -100%;
	z-index: 999;
	background: url(../../images/pub/fucheng.png?v=1) no-repeat center top;
}

.fixed_bigbar .fixed_l {
	width: 433px;
	height: 140px;
	background: url(../images/fixed_big.png?v=1) no-repeat;
	margin-top: -38px;
}

.fixed_bigbar .fixed_r {
	width: 275px;
	height: 200px;
	padding-left: 615px;
	position: absolute;
}

.formPos input {
	margin-bottom: 10px;
}

.formPos .xingm {
	width: 145px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0px 4px 5px 0px;
	color: #000000;
}

.formPos .mianj {
	width: 80px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin-bottom: 5px;
	color: #000000;
}

.formPos .text {
	width: 75px;
	height: 30px;
	line-height: 30px;
	margin-right: 4px;
	margin-top: 10px;
}

.formPos .s {
	width: 95px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background: #ff9600;
	font-size: 14px;
	border: none;
	margin: 3px 0px 0px 0px;
	color: #ffffff;
	font-weight: bold;
}

.fixed_r .guanbi {
	cursor: pointer;
	width: 30px;
	height: 30px;
	background: url(../../images/pub/index/gb.png?v=1) no-repeat center
		center;
	position: relative;
	right: -410px;
	top: 20px;
	opacity: 0.7;
}

.apply_success h4 {
	color: #d50714;
	font-size: 25px;
	text-align: center;
}

.apply_error h4 {
	color: #333;
	font-size: 25px;
	text-align: center;
}

/*======效果图标题======*/
div .title {
	height: 50px;
	line-height: 50px;
	color: #333;
}

div .title a {
	color: #333;
}

div .title a:hover {
	color: #bf1a21;
}

div .title a i {
	width: 12px;
	height: 12px;
	vertical-align: middle;
	background: url(../images/show_img_icon.png?v=1) -4px -2px no-repeat;
}
/*======end标题======*/

/*======留言回复======*/
.desi_case {
	color: #666;
	padding-top: 20px;
	position: relative;
}

.desi_case_title {
	font: 30px/40px "Microsoft Yahei";
	position: relative;
}

.desi_case_title h3 {
	background: #f8f8f8;
	float: left;
	position: relative;
	left: 50%;
	margin-left: -100px;
	padding: 0 40px;
	z-index: 9;
}

.desi_case_line {
	border-top: 1px solid #ddd;
	width: 600px;
	height: 1px;
	display: inline-block;
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 22px;
}

.desi_case_con {
	padding-top: 30px;
}

.desi_case_con dt {
	font: 18px/30px "Microsoft Yahei";
	color: #333;
}

.desi_case_zx li {
	width: 220px;
	margin-right: 0 !important;
	line-height: 26px;
}

.desi_case_con dd p {
	line-height: 24px;
	text-indent: 2em;
}

.desi_case_con dd ul {
	padding-top: 10px;
}

.desi_case_con dd ul li {
	float: left;
	margin-right: 20px;
}

.desi_case_con dd ul li img {
	vertical-align: middle;
}

/*留言评价*/
.desi_case h4.mes_title {
	font: 20px/50px "Microsoft Yahei";
	color: #333;
}

.desi_case textarea {
	width: 1120px;
	height: 238px;
	outline: none;
	background: #f8f8f8;
	resize: none;
	margin-left: 10px;
	border: 1px solid #d5d5d5;
}

.desi_case  div p span  img {
	border-radius: 50%;
}

.desi_case .mes_sure {
	padding-top: 10px;
}

.mes_sure em {
	color:;
}

.mes_sure .login_btn35 {
	padding: 0 20px;
	margin-left: 6px;
}

.mes_article {
	padding-top: 14px;
	border-bottom: 1px solid #d5d5d5;
}

.mes_article li {
	border-top: 1px solid #d5d5d5;
	padding: 10px 0;
}

.mes_article li div span {
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	display: inline-block;
}

.mes_main {
	font-size: 14px;
	padding-left: 30px;
	line-height: 30px;
	width: 1110px;
}


/*
	2016年8月5日14:50:39底部logo改成hover变色
--------------------------------------------*/
.new_footer_con .new_copyright_con .foot_honor_logo{
	margin: 10px auto;
	width:700px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li{
	float: left;
	width:122px;
	height: 47px;
	background: url("../../images/pub/index/foot-01.png") no-repeat;
	margin: 0 5px;
	background-position: 0 -47px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.beian:hover{
	background-position: 0 0;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.chengxin{
	background-position: 0 -141px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.chengxin:hover{
	background-position: 0 -94px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.lvse360{
	width:155px;
	background-position: 0 -235px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.lvse360:hover{
	background-position: 0 -188px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.baozhang{
	background-position: 0 -329px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.baozhang:hover{
	background-position: 0 -282px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.shiming{
	width:124px;
	background-position: 0 -423px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.shiming:hover{
	background-position: 0 -376px;
}
.new_footer_con .new_copyright_con .foot_honor_logo li.anqlm{
background:none
}
