﻿/*包含：全局、全局导航、右侧fixed、头部、底部（两部分）*/

* {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	text-decoration: none;
}
body{
	font-family: "Microsoft YaHei";
	color: #666;
	font-size: 14px;}

img {
	border: 0;
	display: block;
	margin:0 auto;
}

input,textarea {
	outline: none;
	resize: none;
}

a {
	text-decoration: none;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #333;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: "";
	clear: both;
	height: 0;
}

* html .clearfix {
	zoom: 1;
}

*:first-child+ html .clearfix {
	zoom: 1;
}


/*字体图标引入*/

@font-face {
	font-family: 'iconfont';
	src: url('../Font/iconfont.eot');
	/* IE9*/
	src: url('../Font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('../Font/iconfont.woff') format('woff'), /* chrome��firefox */
	url('../Font/iconfont.ttf') format('truetype'), /* chrome��firefox��opera��Safari, Android, iOS 4.2+*/
	url('../Font/iconfont.svg#iconfont') format('svg');
	/* iOS 4.1- */
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 16px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


/*--------------------------------------------------头部-------------------------------------------------------------*/


/* banner */

.carousel {
	/*max-width: 1920px;*/
	margin: 0 auto;
	width: 100%;
	height: auto;
	/*background: #FFF;*/
	position: relative;
	z-index: 1;
}

.carousel .block_home_slider {
	line-height: 0;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	text-align: center;
}

.carousel .block_home_slider .slide {
	position: relative;
}

.carousel .block_home_slider .flex-viewport {
	height: auto;
}

.carousel .block_home_slider .caption p {
	color: #dedede;
	font-size: 11px;
	line-height: 17px;
	padding-bottom: 0;
}

.carousel .block_home_slider .caption p.title {
	color: #ffffff;
	font-size: 15px;
	font-weight: bold;
	line-height: normal;
	padding-bottom: 6px;
}

.carousel .block_home_slider .flex-control-paging {
	display: block;
	width: 100%;
	position: absolute;
	bottom: 5%;
}

.carousel .block_home_slider .flex-control-paging li {
	list-style-type: none;
	overflow: hidden;
	padding: 0;
	margin: 0px 8px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.carousel .block_home_slider .flex-control-paging li a {
	cursor: pointer;
	display: block;
	text-indent: -9000px;
	width: 20px;
	height: 20px;
	background: #FFF;
	opacity: 0.6;
	border-radius: 20px;
}

.carousel .block_home_slider .flex-control-paging li a.flex-active {
	background: #10A45A;
	background-position: right top;
	opacity: 0.6
}

.carousel .block_home_post_feature {
	width: 300px;
}

.carousel .block_home_post_feature p {
	padding-bottom: 0;
}

.carousel .flexslider {
	margin: 0;
	padding: 0;
}

.carousel .flexslider .slides> li {
	display: none;
	list-style-type: none;
}

.carousel .flexslider .slides img {
	display: block;
	width: 100%;
}

.carousel .flex-pauseplay span {
	text-transform: capitalize;
}


/*轮播左右导航*/


/*#home_slider{position: relative;}*/


/*#home_slider ul >li > a{display: block;}*/


/*#home_slider ul >li > a > img{width: 100%;height: 100%;}*/


/*#home_slider .flex-direction-nav{position: absolute;top: 20px;left: 0;width: 100%;height: 30px}*/


/*#home_slider .flex-direction-nav > li:first-child{*/


/*float: left;*/


/*width: 26px;*/


/*height: 26px;*/


/*background: red;*/


/*}*/


/*#home_slider .flex-direction-nav > li:last-child{*/


/*float: right;*/


/*width: 26px;*/


/*height: 26px;*/


/*background: red;*/


/*}*/


/*--------------------------------------------- 头部-------------------------------------------*/

.header {
	background: #222;
	max-width: 1920px;
	/*min-width: 1024px;*/
	padding: 0 120px;
	margin: 0 auto;
	height: 36px;
	overflow: hidden;
}

.huifu li {
	padding-left: 10%
}

.header> p.tip {
	float: left;
	height: 36px;
	line-height: 36px;
	width: 49%;
	overflow: hidden;
}

.header> p.tip> i {
	vertical-align: middle;
	margin-right: 5px;
	color: #999;
}

.header> p.tip> span {
	vertical-align: middle;
	font-size: 12px;
	color: #999;
}

.header> ul.list {
	width: 50%;
	float: right;
	height: 36px;
	overflow: hidden;
}

.header> ul.list> li {
	float: right;
	height: 16px;
	padding: 0 12px;
	margin-top: 10px;
	overflow: hidden;
	border-left: 1px #999 solid;
}

.header> ul.list> li:last-child {
	border-left: 0;
}

.header> ul.list> li:last-child> a {
	color: #999;
}

.header> ul.list> li> a {
	display: block;
	width: 100%;
	height: 16px;
	overflow: hidden;
	line-height: 16px;
	font-size: 12px;
	color: #999;
}

.header> ul.list> li> a:hover {
	color: #eb1111;
}

.header> ul.list> li> a> i {
	vertical-align: middle;
	margin-right: 4px;
	color: #eb1111;
}

.header> ul.list> li> a> span {
	vertical-align: middle;
	font-size: 12px;
}

.B_greyBg {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	top: 0;
	z-index: 998;
	display: none;
}

.B_greyBg> .ins {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: -160px;
	top: 0;
	width: 160px;
	z-index: 2;
}

.B_greyBg> .ins .tel {
	width: 100%;
	text-align: center;
	height: 50px;
	line-height: 50px;
}

.B_greyBg> i.fork {
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	line-height: 26px;
	color: #FFF;
	position: absolute;
	top: 10px;
	right: 170px;
	font-size: 26px;
}

.B_greyBg> .ins .tel i {
	color: #222;
	vertical-align: middle;
	margin-right: 4px;
	font-size: 20px;
}

.B_greyBg> .ins .tel span {
	color: #222;
	vertical-align: middle;
	font-size: 16px;
	font-family: Arial;
}

.B_greyBg> .ins> ul.list {
	overflow: hidden;
	width: 100%;
	height: auto;
}

.B_greyBg> .ins> ul.list> li {
	height: 46px;
	overflow: hidden;
	width: 100%;
}

.B_greyBg> .ins> ul.list> li> a {
	border-bottom: 1px solid #dbdbdb;
	display: block;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	margin: 0 10%;
	overflow: hidden;
	text-align: center;
	width: 80%;
	/*font-weight: 600;*/
}

.searchSpace {
	padding: 0 120px;
	position: relative;
	z-index: 5;
	max-width: 1920px;
	margin: 0 auto;
	height: 100px;
	/*background: #FFF;*/
}

.searchSpace > .logoBox_pc {
	float: left;
	width: 30%;
	height: 100px;
	overflow: hidden;
}

.searchSpace> .welLogin {
	float: left;
	height: 30px;
	line-height: 30px;
	margin-top: 60px;
	font-size: 18px;
	color: #333;
	margin-left: 10px;
}

.searchSpace> .logReg {
	float: right;
	height: 100px;
	overflow: hidden;
}

.searchSpace> .logReg> a {
	float: right;
	width: 80px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	border-right: 1px #A0A0A0 solid;
	margin-top: 50px;
}

.searchSpace> .logReg> a i {
	margin-right: 5px;
	color: #1dbc20;
}

.searchSpace> .logReg> a.regA {
	border-right: 0;
}

.searchSpace> .logReg> a.regA i {
	vertical-align: middle;
}

.searchSpace> .logReg> a.regA span {
	vertical-align: middle;
}

.searchSpace> .logReg> a.logA i {
	font-size: 24px;
	vertical-align: middle;
}

.searchSpace> .logReg> a.logA span {
	vertical-align: middle;
}

.searchSpace> .logoBox_pc> .logo {
	height: 100px;
	width: 260px;
}

.searchSpace> .logoBox_pc> .logo img {
	width: 100%;
	height: auto;
	margin-top: 12px;
}

.searchSpace>.searchBox {
	width: 48%;
	float: left;
	height: 100px;
}

.searchSpace>.searchBox> .inner {
	width: 322px;
	height: 44px;
	margin-top: 28px;
	border: 1px #222 solid;
	padding-left: 90px;
	padding-right: 108px;
	position: relative;
	float: right;
}

.searchSpace>.searchBox> .inner> label {
	position: absolute;
	display: block;
	width: 90px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: #F5F5F5;
	left: 0;
	top: 0;
	border-right: 1px #ECECEC solid;
}

.searchSpace>.searchBox> .inner> label> ul {
	position: absolute;
	width: 90px;
	height: auto;
	top:44px;
	left: 0;
	display: none;
	border: 1px #ECECEC solid;
	border-top: 0;
}

.searchSpace>.searchBox> .inner> label> ul.show {
	display: block;
}

.searchSpace>.searchBox> .inner> label> ul> li {
	width: 90px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #F5F5F5;
	font-size: 14px;
	overflow: hidden;
}

.searchSpace>.searchBox> .inner> label> ul> li:hover {
	background: #FFF;
}

.searchSpace>.searchBox> .inner> input.input {
	display: block;
	width: 95%;
	padding: 0 3%;
	height: 44px;
	line-height: 44px;
	font-size: 12px;
	outline: none;
}

.searchSpace>.searchBox> .inner> .submit {
	display: block;
	width: 108px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	overflow: hidden;
	background: #222;
	color: #FFF;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0;
}

.searchSpace> .telephonePool_pc {
	float: right;
	width: 24%;
	height: 100px;
	overflow: hidden;
}

.searchSpace> .telephonePool_pc> dl {
	width: 250px;
	height: 60px;
	margin-top: 20px;
	overflow: hidden;
}

.searchSpace> .telephonePool_pc> dl> dt {
	float: left;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	/*overflow: hidden;*/
	margin-top: 10px;
}

.searchSpace> .telephonePool_pc> dl> dt i {
	font-size: 40px;
	color: #999;
}

.searchSpace> .telephonePool_pc> dl> dd {
	overflow: hidden;
	margin-left: 50px;
	height: 30px;
	line-height: 30px;
}

.searchSpace> .telephonePool_pc> dl> dd> span {
	font-size: 15px;
	color: #999;
}

.searchSpace> .telephonePool_pc> dl> dd> label {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	font-family: "Arial";
}

.searchSpace> .telephonePool_tel {
	width: 50%;
	height: 32px;
	overflow: hidden;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 12px;
	/*border-left: 1px #EEEEEE solid;*/
}

.searchSpace> .login_nav {
	float: right;
	/*width: 50%;*/
	height: 46px;
	margin-top: 5px;
	display: block;
}

.searchSpace> .login_nav> a {
	float: right;
	height: 46px;
	width: 50px;
	display: block;
}

.searchSpace> .login_nav> a i {
	color: #222;
	text-align: center;
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	overflow: hidden;
	margin-top: 4px;
}

.searchSpace> .login_nav> a span {
	color: #222;
	text-align: center;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	margin-top: -4px;
}

.searchSpace> .login_nav> .nav {
	position: relative;
	float: right;
	height: 46px;
	width: 50px;
}

.searchSpace> .login_nav> .nav i {
	color: #222;
	text-align: center;
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	font-size: 24px;
	overflow: hidden;
	margin-top: 4px;
}

.searchSpace> .login_nav> .nav span {
	color: #222;
	text-align: center;
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	margin-top: -4px;
}

.searchSpace> .telephonePool_tel> p.title {
	height: 16px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 16px;
	overflow: hidden;
	color: #333;
}

.searchSpace> .telephonePool_tel> p.num {
	height: 16px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 10px;
	line-height: 16px;
	overflow: hidden;
	color: #222;
}

.mainNav {
	padding: 0 120px;
	height: auto;
	border-bottom: 2px #222 solid;
	position: relative;
	z-index: 2;
	max-width: 1920px;
	/*min-width: 1024px;*/
	margin: 0 auto;
	/*background: #FFF;*/
}

.mainNav> ul {
	width: 100%;
	height: auto;
}


.mainNav> ul> li {
	float: left;
	height: auto;
	width: 11.1111%;
	position: relative;
}

.mainNav> ul> li> ul.innerUl {
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	background: #333;
	height: auto;
	display: none;
}

.mainNav> ul> li> ul.innerUl> li {
	width: 100%;
font-size:15px;
	height: 40px;
	overflow: hidden;
	border-bottom:1px dotted  #555;
}

.mainNav> ul> li> ul.innerUl> li> a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
}

.mainNav> ul> li> ul.innerUl> li:hover a {
	background: #FFF;
	color: #333;
}

.mainNav> ul> li> a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #222;
	/*font-weight: 600;*/
}

.mainNav> ul> li> a> i {
	margin-left: 4px;
}

.mainNav> ul> li:hover> a {
	background: #222;
	color: #FFF;
}

.mainNav> ul> li.focus> a {
	background: #222;
	color: #FFF;
}

.mainNav> ul> li:hover> a> i {
	color: #FFF;
}

.mainNav> ul> li.focus> a> i {
	color: #FFF;
}

.fixedFooter {
	width: 100%;
	height: 90px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 10;
	display: none;
}

.fixedFooter007 {
	display: block;
}

.fixedFooter> .inner {
	/*min-width: 1024px;*/
	max-width: 1920px;
	padding: 0 120px;
	height: 90px;
	margin: 0 auto;
	position: relative;
}

.fixedFooter> .inner> em {
	position: absolute;
	cursor: pointer;
	right: 130px;
	top: 5px;
	font-size: 24px;
	color: #999;
}

.fixedFooter> .inner> span.tip {
	width: 12%;
	float: left;
	height: 90px;
	line-height: 90px;
	overflow: hidden;
	font-weight: bold;
	color: #fff;
	font-size: 24px;
}

.fixedFooter> .inner> ul.list {
	float: left;
	width: 60%;
	height: 90px;
}

.fixedFooter> .inner> ul.list> li {
	float: left;
	width: 25%;
	height: 90px;
}

.fixedFooter> .inner> ul.list> li> .in {
	width: 150px;
	height: 36px;
	background: #FFF;
	margin-top: 26px;
}

.fixedFooter> .inner> ul.list> li> .in select {
	width: 100%;
	height: 36px;
}

.fixedFooter> .inner> ul.list> li> .in> input {
	float: left;
	width: 100px;
	height: 36px;
	line-height: 36px;
	padding: 0 5px;
}

.fixedFooter> .inner> ul.list> li> .in> .pingfang {
	float: right;
	height: 36px;
	width: 30px;
	line-height: 36px;
	text-align: center;
	overflow: hidden;
	background: #FFF;
}

.fixedFooter> .inner> ul.list> li .achieve{
	display: block;
	color: #FFF;
	background: #FA4C07;
	width: 130px;
	height: 36px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	margin-top: 26px;
border:none;
cursor:pointer;
}

.fixedFooter> .inner> p.txt {
	float: right;
	width: 28%;
	text-align: center;
	height: 90px;
	overflow: hidden;
	color: #FFF;
	line-height: 90px;
}

.fixedFooter> .inner> p.txt> span {
	font-size: 18px;
	color: #FA4C07;
}

.footer01 {
	width: 100%;
	height: auto;
	overflow: hidden;
	/*background-image: url("../images/footerBBGG.jpg");*/
	background-size: 100% 100%;
}

.footer01> ul.iconList {
	max-width: 1920px;
	/*min-width: 1024px;*/
	padding: 0 120px;
	margin: 0 auto;
	height: 150px;
	overflow: hidden;
	background: #F8F8F8;
	border-bottom: 1px #ECECEC solid;
}

.footer01> ul.iconList> li {
	float: left;
	height: 150px;
	width: 16.6666%;
	overflow: hidden;
}

.footer01> ul.iconList> li> a {
	display: block;
	margin: 30px auto;
	width: 90px;
	height: 90px;
}

.footer01> ul.iconList> li> a> i {
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	overflow: hidden;
	font-size: 48px;
	color: #333;
}

.footer01> ul.iconList> li> a> span {
	width: 100%;
	display: block;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	font-size: 17px;
	color: #333;
	text-align: center;
}

.footer01> .middle {
	border-top: 1px #F8F8F8 solid;
	max-width: 1920px;
	/*min-width: 1024px;*/
	padding: 40px 120px 10px;
	margin: 0 auto;
	height: 224px;
	overflow: hidden;
	background: #333;
}

.footer01> .middle> .tel_online {
	float: left;
	width: 30%;
	height: 224px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px #888 solid;
}

.footer01> .middle> .tel_online> p.title {
	height: 40px;
	width: 100%;
	overflow: hidden;
	line-height: 40px;
	font-size: 18px;
	/*margin-top: 38px;*/
	font-weight: bold;
	color:#eee;
	text-align:left;
	padding:0;
}

.footer01> .middle> .tel_online> p.tel {
	height: 40px;
	line-height: 50px;
	font-size: 34px;
	color: #eb1111;
	overflow: hidden;
	font-family: "Arial";
	width: 100%;
	font-weight: bold;
}

.footer01> .middle> .tel_online> p.time {
	height: 30px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	color:#ddd;
}

.footer01> .middle> .tel_online> a {
	float: left;
	margin-right: 10px;
	width: 128px;
	height: 36px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 36px;
	text-align: center;
	border: 1px #eb1111 solid;
	overflow: hidden;
	background: #eb1111;
	color: #fff;
	font-size: 16px;
	margin-top: 10px;
}
.footer01> .middle> .tel_online> a.freeLet{margin-right: 0}

.footer01> .middle> .tel_online> a:hover {
	background: #de0a0a;
	color: #FFF;
}

.footer01> .middle> .threeItem {
	float: left;
	width: 50%;
	height: 224px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px #555 solid;
	border-left: 1px #555 solid;
}

.footer01> .middle> .threeItem> ul {
	width: 100%;
	height: 224px;
	overflow: hidden;
}

.footer01> .middle> .threeItem> ul> li {
	float: left;
	width: 33.3333%;
	height: 210px;
	font-size: 16px;
	overflow: hidden;
}

.footer01> .middle> .threeItem> ul> li> p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	color: #eee;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.footer01> .middle> .threeItem> ul> li> a {
	display: block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	overflow: hidden;
	color:#ddd;
	/*font-size: 16px;*/
}

.footer01> .middle> .threeItem> ul> li> a:hover {
	color: #fff;
}

.footer01> .middle> .thinkChange {
	float: left;
	width: 19.5%;
	height: 224px; 
	border-left: 1px #888 solid;
}

.footer01> .middle> .thinkChange> .inner {
	width: 112px;
	min-height: 150px;
	margin: 40px auto 0;
	overflow: hidden;
}

.footer01> .middle> .thinkChange> .inner img {
	width: 100%;
}

.footer01> .middle> .thinkChange> .inner> p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 18px;
}

.footer01> .bottom {
	max-width: 1920px;
	/*min-width: 1024px;*/
	padding: 30px 120px 20px;
	margin: 0 auto;
	min-height: 100px;
	overflow: hidden;
	background: #222;
	display: block;
}

.footer01> .bottom> .list {
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.footer01> .bottom> .list> ul {
	width: 100%;
	height: 16px;
	overflow: hidden;
}

.footer01> .bottom> .list> ul> li {
	float: left;
	width: 6.2%;
	height: 16px;
	overflow: hidden;
	border-left: 1px #999 solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 16px;
	text-align: center;
}

.footer01> .bottom> .list> ul> li:first-child {
	border-left: 0;
}

.footer01> .bottom> .list> ul> li> a {
	color: #999;
	font-size: 12px;
}

.footer01> .bottom> .list> ul> li> a i {
	margin-left: 2px;
	color: #999;
}

.footer01> .bottom> .list> ul> li> a:hover {
	color: #10A45A;
}

.footer01> .bottom> .list> ul> li> a:hover i {
	color: #10A45A;
}

.footer01> .bottom> p.txt {
	width: 100%;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #999;
	overflow: hidden;
	font-size: 12px;
}

.footer01> .bottom> .three {
	width: 320px;
	height: 40px;
	overflow: hidden;
	margin: 0 auto;
}

.footer01> .bottom> .three> ul {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.footer01> .bottom> .three> ul> li {
	float: left;
	height: 40px;
	width: 33.3333%;
	overflow: hidden;
}

.footer01> .bottom> .three> ul> li> dl {
	width: 100%;
	height: 40px;
	overflow: hidden;
}

.footer01> .bottom> .three> ul> li> dl> dt {
	float: left;
	width: 40px;
	height: 40px;
	overflow: hidden;
}

.footer01> .bottom> .three> ul> li> dl> dt img {
	width: 100%;
	height: 100%;
}

.footer01> .bottom> .three> ul> li> dl> dd {
	margin-left: 48px;
	overflow: hidden;
	font-size: 12px;
	color: #999;
}

.footer01> .bottom> .three> ul> li> dl> dd.default {
	height: 20px;
	line-height: 20px;
}

.footer01> .bottom> .three> ul> li> dl> dd.special {
	height: 40px;
	line-height: 40px;
}

.footerTel {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 41px;
}

.footerTel> .partOne {
	width: 100%;
	height: auto;
	background: #ECECEC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 6%;
	overflow: hidden;
}
.footerTel> .partOne .tel_online{
	float: left;
}	
.footerTel> .partOne .tel_online p.title{
	    /*height: 40px;*/
    width: 100%;
    overflow: hidden;
    /*line-height: 40px;*/
    font-size: 1.2rem;
    /* margin-top: 38px; */
    font-weight: bold;
}
.footerTel> .partOne .tel_online p.tel{
	/*height: 40px;*/
    /*line-height: 50px;*/
    font-size: 1.5rem;
    color: #222;
    overflow: hidden;
    font-family: "Arial";
    width: 100%;
    font-weight: bold;
}	
.footerTel> .partOne .tel_online> a {
    display: block;
    width: 40%;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
    border: 1px #222 solid;
    overflow: hidden;
    background: #FFF;
    color: #222;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    margin-right: 1rem;
}
}



.footerTel> .partOne> ul.list {
	float: left;
	width: 75%;
	height: auto;
	overflow: hidden;
}

.footerTel> .partOne> ul.list> li {
	float: left;
	width: 33.3333%;
	height: auto;
	overflow: hidden;
}

.footerTel> .partOne> ul.list> li> p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	font-weight: bold;
}

.footerTel> .partOne> ul.list> li> ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.footerTel> .partOne> ul.list> li> ul> li {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}


/*.footerTel > .partOne > ul.list > li > ul > li a{*/


/*font-size: 12px;*/


/*}*/

.footerTel> .partOne> .tkcg {
	float: right;
	width: 45%;
	height: 115px;
	/*overflow: hidden;*/
	position: relative;
}

.footerTel> .partOne> .tkcg> .inner {
	position: absolute;
	right: 0;
	top: 4px;
	width: 95px;
	height: 90px;
}

.footerTel> .partOne> .tkcg> .inner img {
	width: 100%;
	height: auto;
	display: block;
}

.footerTel> .partOne> .tkcg> .inner> p {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-align: center;
}

.partTwo_{
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
}

.partTwo_> p.nam {
	width: 100%;
	height: 22px;
	line-height: 28px;
	overflow: hidden;
}

.partTwo_> p.txt {
	width: 100%;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*.fixedFooter01 {
	width: 100%;
	height: 40px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	z-index: 900;
	left: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
}

.fixedFooter01> a {
	float: left;
	height: 30px;
	margin: 5px 0 0 0;
	width: 86px;
	background: #FA4C07;
	text-align: center;
	line-height: 30px;
	color: #FFF;
}


.fixedFooter01> p {
	/*margin-left: 96px;*/
	/*line-height: 40px;*/
	/*overflow: hidden;*/
	/*color: #FFF;*/
	/*font-size: 16px;*/
	/*text-overflow: ellipsis;*/
	/*white-space: nowrap;*/
/*}*/

/*.fixedFooter01> p> span {*/
	/*color: #FA4C07;*/
/*}*!/*/

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	visibility: hidden;
	overflow: hidden
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	zoom: 1;
}

.l {
	float: left;
}

.r {
	float: right;
}


/*reset样式重置*/

.btn3 {
	position: fixed;
	z-index: 3;
	bottom: 0px;
	border-top: 1px solid #F2F2F2;
	background: #fff;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.menu {
	position: relative;
	float: left;
	
	line-height: 40px;
	background: #fff;
	border-right: 1px solid #ebebeb;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.menu:first-child{
	width: 13%;
}
.menu:nth-child(n+2){
	width: 29%;
	
	}
.menu:last-child {
	border-right: none;
}

.new-sub {
	position: absolute;
	bottom: 50px;
	z-index: 10;
	width: 100%;
	padding: 0px 10px;
	background: #fff;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border: 1px solid #EEEEEE;
	border-radius: 5px;
	display: none;
}

.new-sub li {
	width: 100%;
	background: #fff;
	float: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	border-top: 1px solid #f2f2f2;
}

.new-sub li a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: left;
	background: #fff;
	color: #333;
	border: none;
	text-align: center;
	font-size: 1rem
}

.sanjiao {
	position: absolute;
	bottom: 3px;
	right: 5px;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-right: 5px solid #999;
	border-bottom: 5px solid #999;
	opacity: .5;
}

.bt-name {
	font-size: 1rem ;
	color: #000;
}

.bt-name a {
	display: block;
	color: #333;
	font-size: 1rem ;
	color: #000;
}
.bt-name a i:first-child{
	    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -0.6rem;
    text-align: center;
}
.bt-name a i:last-child{
	font-size: 1.6rem;
}
.new-sub .tiggle {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 35%;
	margin-left: 3px;
	bottom: -9px;
	border-top: 10px solid #EEEEEE;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	z-index: 10;
}

.new-sub .innertiggle {
	width: 0px;
	height: 0px;
	position: absolute;
	left: 50%;
	margin-left: -9px;
	bottom: -8px;
	border-top: 9px solid white;
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	z-index: 11;
}

.rFixNav {
	width: 80px;
	height: 400px;
	overflow: hidden;
	position: fixed;
	right: 10px;
	top: 50%;
	margin-top: -200px;
	background: #FFF;
	z-index: 991;
}

.rFixNav> ul.list {
	width: 80px;
	height: 400px;
	overflow: hidden;
}

.rFixNav> ul.list> li {
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.rFixNav> ul.list> li> a {
	display: block;
	width: 80px;
	height: 80px;
	overflow: hidden;
}

.rFixNav> ul.list> li> a> i {
	display: block;
	width: 80px;
	height: 46px;
	margin-top: 4px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	font-size: 36px;
	color: #222;
}

.rFixNav> ul.list> li> a> span {
	display: block;
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	overflow: hidden;
}

.rFixNav> ul.list> li.focus {
	background: #222;
}

.rFixNav> ul.list> li.focus> a> span {
	color: #FFF;
}

.rFixNav> ul.list> li.focus> a> i {
	color: #FFF;
}

.rFixNav> ul.list> li:hover {
	background: #222;
}

.rFixNav> ul.list> li:hover> a> span {
	color: #FFF;
}

.rFixNav> ul.list> li:hover> a> i {
	color: #FFF;
}

#toTop {
	display: none;
	position: fixed;
	right: 2%;
	bottom: 60px;
	color: #000;
	opacity: 0.6;
	font-size: 30px;
	z-index: 991;
}

.footer02 {
	width: 100%;
	height: 120px;
	overflow: hidden;
	background: #FFF;
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer02> .inner {
	max-width: 1920px;
	padding: 0 120px;
	margin: 0 auto;
	height: 120px;
	overflow: hidden;
}

.footer02> .inner> ul.list {
	width: 90%;
	height: 18px;
	overflow: hidden;
	margin: 35px 5% 0;
}

.footer02> .inner> ul.list> li {
	float: left;
	width: 11.1111%;
	height: 18px;
	border-left: 1px #C6C6C6 solid;
	overflow: hidden;
}

.footer02> .inner> ul.list> li:first-child {
	border-left: 0;
}

.footer02> .inner> ul.list> li> a {
	display: block;
	width: 100%;
	height: 18px;
	text-align: center;
	line-height: 18px;
	overflow: hidden;
}

.footer02> .inner> ul.list> li> a:hover {
	color: #222;
}

.footer02> .inner> p.txt {
	width: 100%;
	height: 20px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
	font-size: 12px;
	color: #999;
	margin-top: 20px;
}

.footerTel01 {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px 2%;
	background: #FFF;
}

.footerTel01> p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	color: #999;
	text-align: center;
}


/*-----------------------------------------------会员中心头部底部-----------------------------------------------------*/

.perCtHeader {
	background: #FFF;
	max-width: 1920px;
	padding: 0 120px;
	margin: 0 auto;
	height: 110px;
	overflow: hidden;
	border-bottom: 2px #222 solid;
}

.perCtHeader .logo {
	width: 260px;
	height: 110px;
	float: left;
}

.perCtHeader .logo img {
	width: 100%;
	height: auto;
	margin-top: 18px;
}

.perCtHeader ul.navList {
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.perCtHeader ul.navList li {
	float: left;
	padding: 0 14px;
	height: 24px;
	line-height: 24px;
}

.perCtHeader ul.navList li a {
	color: #333;
}

.perCtHeader ul.navList li a:hover {
	color: #222;
}

.perCtHeader01 {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
	height: 56px;
	background: #FFF;
}

.perCtHeader01> em {
	float: left;
	width: 0;
	height: 30px;
	margin-left: 2px;
	border-right: 1px #E9E9E9 solid;
	margin-top: 13px;
}

.perCtHeader01 .logo {
	float: left;
	width: 132px;
	height: 56px;
	overflow: hidden;
}

.perCtHeader01 .logo img {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.perCtHeader01 .contact {
	float: left;
	height: 30px;
	margin-top: 13px;
	margin-left: 4px;
}

.perCtHeader01 .contact p.txt {
	height: 15px;
	line-height: 15px;
	font-size: 14px;
}

.perCtHeader01 .contact p.tel {
	height: 15px;
	line-height: 16px;
	font-size: 14px;
	color: #222;
}

.perCtHeader01 .nav {
	float: right;
	height: 40px;
	margin-top: 8px;
	width: 36px;
	position: relative;
	cursor: pointer;
}

.perCtHeader01 .nav i {
	color: #999999;
	display: block;
	font-size: 22px;
	height: 22px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	color: #222;
}

.perCtHeader01 .nav span {
	color: #999999;
	display: block;
	font-size: 12px;
	height: 18px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	width: 100%;
	color: #222;
}

.perCtHeader01> .nav> ul.list {
	position: absolute;
	top: 40px;
	right: 0;
	width: 100px;
	background: rgba(0, 0, 0, 0.5);
	height: auto;
	overflow: hidden;
	display: none;
}

.perCtHeader01> .nav> ul.list> li {
	width: 100%;
	height: 30px;
	overflow: hidden;
}

.perCtHeader01> .nav> ul.list> li> a {
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	overflow: hidden;
	color: #FFF;
}

.perCtFooter {
	background: #D6D6D6;
	max-width: 1920px;
	padding: 38px 120px;
	margin: 0 auto;
	height: 64px;
	overflow: hidden;

}

.perCtFooter .l_pond {
	float: left;
	height: 64px;
	overflow: hidden;
}

.perCtFooter .l_pond .double {
	height: 32px;
}

.perCtFooter .l_pond .double> a {
	float: left;
	padding: 0 10px;
	height: 16px;
	line-height: 16px;
	border-left: 1px #6B6B6B solid;
	margin-top: 8px;
}

.perCtFooter .l_pond .double> a:first-child {
	border-left: 0;
	padding-left: 0;
}

.perCtFooter .l_pond .other {
	height: 32px;
	line-height: 32px;
	overflow: hidden;
}

.perCtFooter .l_pond .other> span {
	margin-left: 20px;
}

.perCtFooter .l_pond .other> span label {
	color: #222;
}

.perCtFooter .r_pond {
	float: right;
	margin-top: 32px;
	height: 32px;
	line-height: 32px;
}

.newTask {
	height: 40px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	/*background: #FFF;*/
}

.newTask .rightDetail {
	float: left;
	width: 100%;
	height: 40px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.newTask .rightDetail>ul.news_li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	height: auto;
}

.newTask .rightDetail>ul.swap {
	position: absolute;
	left: 0;
	top: 40px;
	width: 100%;
	overflow: hidden;
}

.newTask .rightDetail>ul>li {
	width: 100%;
	height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newTask .rightDetail> ul> li> a {
	display: block;
	width: 100%;
	height: 40px;
	overflow: hidden;
	position: relative;
}

.newTask .rightDetail> ul> li> a img {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	left: 2px;
	top: 2px;
}

.onlineOffer {
	width: auto;
	height: auto;
	position: fixed;
	left: 0;
	bottom: 100px;
	z-index: 888;
	display: none;
}

.onlineOffer a {
	display: block;
}

.onlineOffer a img {
	display: block;
}

.onlineOffer01 {
	display: block;
}

.onlineOffer i {
	position: absolute;
	right: -10px;
	top: 2px;
	z-index: 10;
	font-size: 20px;
	cursor: pointer;
	color: #222;
}

.bbgg {
	background-image: url('../images/topBBGG.jpg');
	background-size: 100% 100%;
}
/*预约弹框*/
em,i{font-style: normal}
.dataPool{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
/*.dataPool > .inner{
    position: absolute;
    width: 330px;
    padding: 0 10px;
    height: 450px;
    background: #FFF;
    top: 50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -155px;
}*/
.home-sub {
    width: 100%;
    background: #333;
    text-align: center;
	margin-bottom:40px;
	/*border-top: 1px solid #4c4c4c;*/
}
.home-sub ul{
	width: 100%;
    max-width: 96%;
	margin: 0 2%;
    min-width: 320px;
    margin: 0 auto;
}
.home-sub ul li {
    float: left;
    width: 16.66%;
    border-left: 1px solid #4c4c4c;
    color: #FFFFFF;
    box-sizing: border-box;
}
.home-sub ul li a {
    display: block;
    color: #FFFFFF;
    padding: 35px 0;
    font-size: 14px;
}
.home-sub ul li img {
    margin-right: 2%;
    max-width: 22%;
    display: inline-block;
    vertical-align: middle;
}
.home-sub ul li div {
    display: inline-block;
	width:70%; 
    vertical-align: middle;
	text-align:left;
}
.home-sub ul li span {
    font-weight: bold;
}
.home-sub ul li p {
    margin-top: 5px;
    opacity: .5;
}
.home-sub .transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}
@keyframes tada {
	0% {transform: scale(1);}	
	10%, 20% {transform: scale(0.9) rotate(-3deg);}
	30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
	40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
	100% {transform: scale(1) rotate(0);}
}
 
.home-sub ul li a:hover{ background: #111; cursor:pointer;  }
.home-sub ul li a:hover img{ animation: tada 1s; -webkit-animation: tada 1s;}
.home-sub ul li:last-child{ border-right: 1px solid #4c4c4c; }






@media  screen and (min-width: 768px) {
    .dataPool > .inner{
    position: absolute;
    width: 330px;
    padding: 0 10px;
    height: 450px;
    background: #FFF;
    top: 50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -155px;
}
}
@media  screen and (max-width: 767px) {
    .dataPool > .inner{
        position: relative;
    width: 97%;
    margin: 30px auto;
    padding: 10px;
    height: 450px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
}
.dataPool > .inner i.close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}
.dataPool > .inner > dl.basic{
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-top: 14px;
}
.dataPool > .inner > dl.basic dt{
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    overflow: hidden;
}
.dataPool > .inner > dl.basic dd{
    margin-left: 56px;
    overflow: hidden;
}
.dataPool > .inner > dl.basic dd.name{
    height: 24px;
    line-height: 24px;
}
.dataPool > .inner > dl.basic dd.name span.nam{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.dataPool > .inner > dl.basic dd.tip{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.dataPool > .inner > dl.basic dt img{width: 100%;height: 100%}
.dataPool > .inner > .dateForm{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.dataPool > .inner > .dateForm .item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.dataPool > .inner > .dateForm .item > em{
    display: block;
    height: 18px;
    width: 0;
    border-right: 1px #DCDCDC solid;
    position: absolute;
    top: 8px;
    left: 148px;
}
.dataPool > .inner > .dateForm .item select.address{
    float: left;
    width: 68px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px #DCDCDC solid;
    border-right: 0;
}
.dataPool > .inner > .dateForm .item select.area{
    float: left;
    width: 208px;
    height: 36px;
    border: 1px #DCDCDC solid;
    line-height: 36px;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item input.special01{
    float: left;
    width: 120px;
    height: 34px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    /*border-left: 0;*/
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item:first-child{
    margin-top: 0;
}
.dataPool > .inner > .dateForm .item .txt{
    float: left;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item .txt i{
    color: red;
}
.dataPool > .inner > .dateForm .item input.default{
    float: left;
    width: 188px;
    height: 36px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item input.special{
    float: left;
    width: 108px;
    height: 36px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    border-right: 0;
    font-size: 12px;
}

.dataPool > .inner > .dateForm .item .send_code{float: left;background: #222;width: 78px;text-align: center;height: 38px;line-height: 38px;}
.dataPool > .inner > .dateForm .item .send_code label.obtain{font-size: 12px;color: #FFF;display: block;width: 100%;height: 38px;overflow: hidden;}
.dataPool > .inner > .dateForm .item .send_code label.repeat{font-size: 12px;color: #FFF;display: none;width: 100%;height: 38px;overflow: hidden;}
.dataPool > .inner > .dateForm .item .send_code label.repeat > span{color: #FFF;font-size: 12px}
.dataPool > .inner > .dateForm p.tip{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
.dataPool > .inner > .dateForm input.submit{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #222;
    color: #FFF;
    border-radius: 5px;
}



.groupIndex{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F2F2F2;
}
.groupIndex .breadNav{
    width: 100%;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}
.groupIndex .breadNav span{
    color: #333;
}
.groupIndex .breadNav a{
    color: #333;
}
.groupIndex .breadNav a:hover{
    color: #10A45A;
}
.groupIndex .breadNav em{
    color: #333;
}
.groupIndex .filter{
    width: 100%;
    height: auto;
    border: 1px #DCDCDC solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.groupIndex .filter ul.colList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.groupIndex .filter ul.colList > li{
    width: 100%;
    height: auto;
}
.groupIndex .filter ul.colList > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #EFEFEF;
}
.groupIndex .filter ul.colList > li dl dt{
    float: left;
    width: 130px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd{
    margin-left: 130px;
    overflow: hidden;

    border-left: 1px #DCDCDC solid;
    height: auto;
    background: #FFF;
}
.groupIndex .filter ul.colList > li dl dd .aBox{
    float: left;
    width: 90%;
    height: 50px;
    overflow: hidden;
}
.groupIndex .filter ul.colList > li dl dd .aBox a{
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    float: left;
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd .aBox a:hover{
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd .aBox a.focus{
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd span.moreBtn{
    float: right;
    width: 9%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.groupIndex .filter ul.colList > li dl dd .hideList{
    width: 90%;
    height: auto;
    overflow: hidden;
    display: none;
}
.groupIndex .filter ul.colList > li dl dd .hideList a{
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    float: left;
}
.groupIndex .filter ul.colList > li dl dd .hideList a:hover{
    color: #222;
}
.groupIndex .filter01{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    border: 1px #DCDCDC solid;
}
.groupIndex .filter01 ul{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.groupIndex .filter01 ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 10%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    border-right: 1px #DCDCDC solid;
}
.groupIndex .filter01 ul li a{display: block;width: 100%;height: 50px}
.groupIndex .filter01 ul li a i{font-size: 14px;margin-left: 4px;}
.groupIndex .filter01 ul li a:hover span{color: #222}
.groupIndex .filter01 ul li a:hover i{color: #222}
.groupIndex .filter01 ul li.special{
    width: 130px;
    color: #222;
}
.groupIndex .filter01 ul li.special a span{
    color: #222;   
}
.groupIndex .filter01 ul li.special a i{
    color: #222;   
}
.groupIndex .banner_Intro{
    width: 99%;
    padding: 14px 0 20px 1%;
    overflow: hidden;
    height: auto;
    background: #FFF;
    margin-top: 20px;
}
.groupIndex .banner_Intro .l_banner{
    float: left;
    width: 65%;
    height: auto;
    margin-right: 1%;
}

.carousel{
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.carousel .block_home_slider {line-height: 0;margin-left: auto;margin-right: auto;position: relative;text-align: center;}
.carousel .block_home_slider .slide {position: relative;}
.carousel .block_home_slider .flex-viewport{ height:auto;}
.carousel .block_home_slider .caption p {color: #dedede;font-size: 11px;line-height: 17px;padding-bottom: 0;}
.carousel .block_home_slider .caption p.title {color: #ffffff;font-size: 15px;font-weight: bold;line-height: normal;padding-bottom: 6px;}
.carousel .block_home_slider .flex-control-paging {display:block;width: 100%; position:absolute; bottom:5%;}
.carousel .block_home_slider .flex-control-paging li {list-style-type: none;margin: 0;overflow: hidden;padding: 0;margin:0px 6px;display: inline-block;*display:inline;zoom:1;}
.carousel .block_home_slider .flex-control-paging li a{border-radius: 10px;cursor: pointer;display: block;text-indent: -9000px;width: 10px;height: 10px;background: #FFF;opacity: 0.6}
.carousel .block_home_slider .flex-control-paging li a.flex-active {background:#10A45A;background-position: right top;opacity: 0.6}
.carousel .block_home_post_feature {width: 300px;}
.carousel .block_home_post_feature p {padding-bottom: 0;}
.carousel .flexslider {margin: 0;padding: 0;}
.carousel .flexslider .slides > li {display: none;list-style-type: none;}
.carousel .flexslider .slides img {display: block;width: 100%;}
.carousel .flex-pauseplay span {text-transform: capitalize;}
/*轮播左右导航*/
/*#home_slider{position: relative;}*/
/*#home_slider ul >li > a{display: block;}*/
/*#home_slider ul >li > a > img{width: 100%;height: 100%;}*/
/*#home_slider .flex-direction-nav{position: absolute;top: 20px;left: 0;width: 100%;height: 30px}*/
/*#home_slider .flex-direction-nav > li:first-child{*/
/*float: left;*/
/*width: 26px;*/
/*height: 26px;*/
/*background: red;*/
/*}*/
/*#home_slider .flex-direction-nav > li:last-child{*/
/*float: right;*/
/*width: 26px;*/
/*height: 26px;*/
/*background: red;*/
/*}*/

.groupIndex .banner_Intro .r_Intro{
    float: right;
    width: 34%;
    height: auto;
    overflow: hidden;
}
.groupIndex .banner_Intro .r_Intro .inner{
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}
.groupIndex .banner_Intro .r_Intro .inner em.top{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px #222 solid;
    left: 0;
    top: 0;
    border-left: 2px #222 solid;
}
.groupIndex .banner_Intro .r_Intro .inner em.bottom{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px #222 solid;
    right: 0;
    bottom: 0;
    border-right: 2px #222 solid;
}
.groupIndex .banner_Intro .r_Intro .inner p.caption{
    width: 90%;
    margin: 20px 5% 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 26px;
    color: #1BA91D;
}
.groupIndex .banner_Intro .r_Intro .inner p.title{
    width: 90%;
    margin: 0 5%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
}
.groupIndex .banner_Intro .r_Intro .inner p.title em{
    display: block;
    width: 26px;
    height: 0;
    border-bottom: 1px #222 solid;
    position: absolute;
    bottom: 0;
}
.groupIndex .banner_Intro .r_Intro .inner div.intro{
    width: 90%;
    margin: 20px 5% 5px;
    height: auto;
    overflow: hidden;
    text-indent: 2em;
    line-height: 22px;
}
.groupIndex .designerList{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.groupIndex .designerList > ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.groupIndex .designerList > ul > li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.groupIndex .designerList > ul > li:nth-child(4n){
    margin-right: 0;
}
.groupIndex .designerList > ul > li{
    display: block;
}
.groupIndex .designerList > ul > li:hover{
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.groupIndex .designerList > ul > li:hover .detail .namEtc > span.nam{
    color: #222;
}
.groupIndex .designerList > ul > li .pic{
    width: 100%;
    height: 0;
    overflow: hidden;
    background-size: 100% 100%;
    padding-bottom: 110%;
}
.groupIndex .designerList > ul > li .detail{
    width: 90%;
    padding: 0 5%;
    height: auto;
    background: #FFF;
}
.groupIndex .designerList > ul > li a{
    display: block;
}
.groupIndex .designerList > ul > li .detail .namEtc{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.nam{
    float: left;
    font-size: 16px;
    color: #333;
    /*margin-right: 14px;*/
    width: 18%;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail .namEtc > label{
    font-size: 14px;
    float: left;
    margin-left: 2%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.fans{
    float: right;
    text-align: right;
    width: 26%;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.fans i{
    color: #999;
}
.groupIndex .designerList > ul > li .detail ul.experience{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail ul.experience li{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.groupIndex .designerList > ul > li .detail ul.experience li span{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox{
    width: 90%;
    padding: 0 5% 20px;
    height: auto;
    overflow: hidden;
    background: #FFF;
}
.groupIndex .designerList > ul > li .btnBox > a{
    overflow: hidden;
}
.groupIndex .designerList > ul > li .btnBox > a i{
    vertical-align: middle;
    margin-right: 4px;
}
.groupIndex .designerList > ul > li .btnBox > a span{
    vertical-align: middle;
}
.groupIndex .designerList > ul > li .btnBox > a.date{
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}
.groupIndex .designerList > ul > li .btnBox > a.date i{
    color: #FFF;
}
.groupIndex .designerList > ul > li .btnBox > a.date span{
    color: #FFF;
}
.groupIndex .designerList > ul > li .btnBox > a.inline{
    margin-left: 2%;
    float: left;
    width: 49%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #FCA034;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #FCA034 solid;
}
.groupIndex .designerList > ul > li .btnBox > a.inline i{
    color: #FCA034;
}
.groupIndex .designerList > ul > li .btnBox > a.inline span{
    color: #FCA034;
}

.fitmentIndex{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F2F2F2;
}
.fitmentIndex .caseShow{
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 20px auto;
    background: #FFF;
}
.fitmentIndex .caseShow p.txt{
    width: 96%;
    margin: 0 2% 20px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
    font-size: 22px;
    color: #333;
}
.fitmentIndex .caseShow > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentIndex .caseShow > ul.list > li{
    float: left;
    margin-right: 2%;
    height: auto;
    width: 32%;
    margin-bottom: 16px;
    overflow: hidden;
    background: #FFF;
}
.fitmentIndex .caseShow > ul.list > li:hover{
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.fitmentIndex .caseShow > ul.list > li:hover a .info p.title{
    color: #222;
}


.fitmentIndex .caseShow > ul.list > li:nth-child(3n){
    margin-right: 0;
}
.fitmentIndex .caseShow > ul.list > li a{
    display: block;
}
.fitmentIndex .caseShow > ul.list > li a .pic{
    display: block;
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 62%;
    height: 0;
}
.fitmentIndex .caseShow > ul.list > li a .info{
    display: block;
    width: 90%;
    height: auto;
    padding: 10px 5%;
}
.fitmentIndex .caseShow > ul.list > li a .info p.title{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl{
    width: 100%;
    height: 26px;
    overflow: hidden;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li{
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #999999 solid;
    height: 16px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:nth-child(4){
    overflow: visible;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:first-child{border-left: 0;text-align: left;}

.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li span{
    font-size: 14px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li label{
    display: block;
    font-size: 12px;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #FF0000;
    color: #FFF;
    margin-top: -3px;
    float: right;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:nth-child(4){
    border-left: 0;
}

.fitmentIndex .caseShow p.viewMore01{
    width: 96%;
    margin: 10px 2% 20px;
    background: #EEEEEE;
    border-radius: 5px;
    height: 36px;
}
.fitmentIndex .caseShow p.viewMore01 a{
    display: block;
    width: 100%;height: 36px;line-height: 36px;text-align: center;
}

.fitmentDetail{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F5F5F5;
}
.fitmentDetail .mainBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin:0 0 20px 0;
}

.fitmentDetail .mainBox .l_Pond{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three{
    width: 96%;
    padding: 16px 2%;
    background: #FFF;
    margin-top: 10px;
}
.fitmentDetail .mainBox .l_Pond .three > .title{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.fitmentDetail .mainBox .l_Pond .three > .title > span{
    font-size: 16px;
    color: #333;
}
.fitmentDetail .mainBox .l_Pond .three form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dt{
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dt img{
    width: 100%;
    height: 100%;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd{
    margin-left: 80px;
    height: 42px;
    border: 1px #D2D2D2 solid;
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    position: relative;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .val{
    display: block;
    width: 94%;
    padding: 0 3%;
    height: 40px;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .submit{
    display: block;
    position: absolute;
    width: 60px;
    height: 30px;
    background: #222;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    right: 6px;
    top: 6px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > p{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    background: #EEEEEE;
    cursor: pointer;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px #D2D2D2 dashed;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dt{
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dt img{width: 100%;height: 100%}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd{
    margin-left: 80px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name{
    height: 42px;
    margin-top: 6px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.nam{
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.time{
    float: right;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #999;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.estimate{
    line-height: 22px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response{
    height: 30px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span{
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span i{
    margin-right: 6px;
    vertical-align: middle;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span label{
    vertical-align: middle;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span:hover i{
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span:hover label{
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm{
    margin: 10px 0 10px 80px;
    display: none;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace{
    width: 100%;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #222 solid;
    margin-bottom: 20px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace p{
    width: 96%;
    margin: 0 2%;
    height: 22px;
    line-height: 22px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace textarea{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2%;
    height: 40px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form span.cancel{
    float: right;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .submit{
    float: right;
    margin-right: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    background: #222;
    border-radius: 3px;
}
.designDetailBanner{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
}
.designDetailBanner > p.txt{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 205px;
    text-align: center;
    font-size: 18px;
}
.designDetailBanner .headBox{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    margin-top: -100px;
    margin-left: -75px;
    background: #FFF;
}
.designDetailBanner .headBox img{
    display: block;
    width: 144px;
    border-radius: 148px;
    margin: 3px;
}

.fitmentIndex .detailIntro{
    width: 96%;
    padding: 20px 2%;
    background: #FFF;
    height: auto;
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond{
    float: left;
    width: 26%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}
.fitmentIndex .detailIntro .l_Pond .pic{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #DCDCDC solid;
    padding: 4px;
}
.fitmentIndex .detailIntro .l_Pond .pic img{
    width: 100%;
    height: auto;
    display: block;
}

.fitmentIndex .detailIntro .l_Pond .btnBox{
    width: 100%;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    background: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a{
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a i{
    vertical-align: middle;
    margin-right: 4px;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a span{
    vertical-align: middle;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date{
    float: left;
    width: 49%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #FCA034;
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date i{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date span{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline{
    margin-left: 2%;
    float: left;
    width: 49%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    background: #019E46;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline i{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline span{
    color: #FFF;
}


.fitmentIndex .detailIntro .l_Pond ul.item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px;
}
.fitmentIndex .detailIntro .l_Pond ul.item li{
    float: left;
    width: 33.3333%;
    padding: 0 0 5px;
    height: 64px;
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a{
    display: block;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a span{
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a label{
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    color: #222;
    font-size: 16px;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a span i{
    font-size: 18px;
}
.fitmentIndex .detailIntro .l_Pond .share{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.fitmentIndex .detailIntro .r_detail{
    float: right;
    width: 67%;
    padding: 0 2%;
    height: auto;
    overflow: hidden;
    border-left: 1px #DCDCDC dashed;
}
.fitmentIndex .detailIntro .r_detail .basic{
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
}
.fitmentIndex .detailIntro .r_detail .basic .nam{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}
.fitmentIndex .detailIntro .r_detail .basic .position{
    float: right;
}
.fitmentIndex .detailIntro .r_detail .details{
    margin-top: 20px;
}


.pagination {
	display:inline-block;
	padding-left:0;
	margin:20px 0;
	border-radius:4px
}
.pagination>li {
	display:inline
}
.pagination>li>a, .pagination>li>span {
	position:relative;
	float:left;
	padding:6px 12px;
	margin-left:-1px;
	line-height:1.42857143;
	color:#222;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left:0;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index:3;
	color:#222;
	background-color:#eee;
	border-color:#ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index:2;
	color:#fff;
	cursor:default;
	background-color:#222;
	border-color:#222
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color:#777;
	cursor:not-allowed;
	background-color:#fff;
	border-color:#ddd
}
.pagination-lg>li>a, .pagination-lg>li>span {
	padding:10px 16px;
	font-size:18px;
	line-height:1.3333333
}
.pagination-lg>li:first-child>a, .pagination-lg>li:first-child>span {
	border-top-left-radius:6px;
	border-bottom-left-radius:6px
}
.pagination-lg>li:last-child>a, .pagination-lg>li:last-child>span {
	border-top-right-radius:6px;
	border-bottom-right-radius:6px
}
.pagination-sm>li>a, .pagination-sm>li>span {
	padding:5px 10px;
	font-size:12px;
	line-height:1.5
}
.pagination-sm>li:first-child>a, .pagination-sm>li:first-child>span {
	border-top-left-radius:3px;
	border-bottom-left-radius:3px
}
.pagination-sm>li:last-child>a, .pagination-sm>li:last-child>span {
	border-top-right-radius:3px;
	border-bottom-right-radius:3px
}

@media  screen and (max-width: 1024px) {
	#bottom_tc{
		display:none;}
}




.fitmentIndex{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F2F2F2;
}

.fitmentIndex .breadNav{
    width: 100%;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}
.fitmentIndex .breadNav span{
    color: #333;
}
.fitmentIndex .breadNav a{
    color: #333;
}
.fitmentIndex .breadNav a:hover{
    color: #10A45A;
}
.fitmentIndex .breadNav em{
    color: #333;
}
.fitmentIndex .detailIntro .r_detail .details{
    margin-top: 20px;
}


    .txtTitle{display: none}
    .searchSpace > .login_nav{display: none}
    .searchSpace > .telephonePool_tel{display: none}
    .fixedFooter01{display: none}
    .footerTel{display: none}
    .contentBox > .telCaseNav{display: none}
    .contentBox > p.pTxt{display: none}
    #toTop{display: none;}
    .searchSpace > .logoBox_pc{float: left;width: auto;height: 100px;overflow: hidden;}
    .footerTel01{display: none}
    .completeCase > .innerPool .l_Pond p.view{display: none}
    .fitmentIndex .caseShow p.viewMore{display: none}
    .perCtHeader{display: block}
    .perCtHeader01{display: none}
    .ke-container{display: block}
    #detail_y{display: none}
    .forRecord > .details_{display: none}
    .stage{display: none;}
    .contentBox .iconNavTel{display: none;}
    .contentBox .iconNav{display: block;}
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{display: none;}
    .partTwo_{display: none}
@media screen and (max-width:1200px) {
    .txtTitle{ display:block;}
    .searchSpace > .login_nav{display:block;}
    .searchSpace > .telephonePool_tel{display:block}
    .fixedFooter01{display:block}
    .footerTel{display:block}
    .contentBox > .telCaseNav{display:block}
    .contentBox > p.pTxt{display:block;}
    #toTop{display:block;}
    .searchSpace > .logoBox_pc{float: left;
width: 30%;
height: 100px;
overflow: hidden;}
    .footerTel01{display: block}
    .completeCase > .innerPool .l_Pond p.view{display: block}
    .fitmentIndex .caseShow p.viewMore{display: block}
    .perCtHeader{display: none}
    .perCtHeader01{display: block}
    .ke-container{display: none}
    #detail_y{display: block}
    .forRecord > .details_{display: block}
    .stage{display: block;}
    .contentBox .iconNavTel{display: block;}
    .contentBox .iconNav{display: none;}
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{display: block;}
    .partTwo_{display: block}
}
/*分享*/

#PastoraInfo_card_share a i {
	font-size: 1.5em;
}

.weixin {
	color: #80d984;
}

.weibo {
	color: #ea7d95;
	position: relative;
	top: 0.1em;
}

.pengyouquan {
	color: #5bb34a;
}

.qqkongjian {
	font-size: 1.65em !important;
	position: relative;
	top: 0.1em;
	color: #ffc94c;
}

.qq {
	color: #85b3f2;
}


/*所有评价*/

.evaluate_box {
	background: white;
}

.publish {
	padding-top: 2rem;
	position: relative;
	padding-bottom: 2rem;
}

.pl-input-wrap .user-head {
	display: inline-block;
	overflow: hidden;
	margin-left: 24px;
	margin-right: 20px;
}

.pl-input-wrap .user-head img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}

.pl-input-inner {
	position: relative;
	border: 1px solid #b7bbbf;
	background-color: #fff;
	box-sizing: border-box;
}

.l {
	float: left;
}

.pl-input-inner textarea {
	display: block;
	/*width: 97%;*/
	min-height: 40px;
	padding: 8px;
	color: #555;
	font-size: 14px;
	resize: none;
}

.course-btn,
.course-discuss-btn {
	background-color: #222;
	font: 14px/40px "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Tahoma, Arial, STHeiti, sans-serif;
	height: 30px;
	padding: 0px 16px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	position: relative;
	left: -20%;
	top: 14px;
}

.pl-container .pl-list {
	padding: 20px 24px;
	border-bottom: 1px solid #d9dde1;
}

.pl-container .pl-list-avator {
	float: left;
	width: 40px;
	height: 40px;
}

.pl-container .pl-list-avator img {
	display: block;
	border-radius: 50%;
}

.pl-container .pl-list-main {
	margin-left: 60px;
}

.pl-list-nick a {
	color: #222;
}

.pl-list-content,
.pl-list-btm {
	margin-top: 1rem;
}

.pl-list-time,
.r,
.pl-button-btm {
	float: right;
}

.evaluate_box_more {
	width: 100%;
	margin-top: 3rem;
}

.evaluate_box_pl_list #js-pl-input-fake {
	width: 100% !important;
	margin-top: 1rem;
}

.list-praise i {
	position: relative;
	top: 0.2rem;
}

.reply_active,
.reply_active i {
	color: #222;
}

.button-btm {
	margin-top: 1rem;
}

.button-btm button {
	width: 68px;
	height: 30px;
}

.pl-button-cancel {
	background: transparent;
}

.pl-button-submit {
	background: #222;
	color: white;
	border-radius: 3px;
}


/*其他用户评论*/

.other_user {
	width: 95%;
	float: right;
	margin-top: 2rem;
}


/*查看更多评论*/

.evaluate_box_more button {
	width: 100%;
	height: 40px;
	background: #eee;
	border-radius: 4px;
}

.Construction_case_title {
	padding: 10px;
	/*border-bottom: 1px solid #ccc;*/
	margin: 15px;
}

.Construction_case_title p {
	font-size: 20px;
	color: #333;
}

@media only screen and (min-width: 1200px) {
	.mainFilter {
		max-width: 1920px;
		padding: 0 120px;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
	}
}

@media only screen and (min-width: 990px) {
	.mainFilter {
		max-width: 1920px;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
	}
	#PastoraInfo_card_share {
		margin-top: 1.5rem;
	}
	.pl-container {
		border-top: 1px solid #d9dde1;
	}
	.pl-input-inner textarea {
		width: 86%;
	}
	/**/
	.evaluate_box {
		padding: 20px 50px 50px 50px;
		margin-bottom: 5rem;
	}
	#plLoadListData {
		width: 86%;
	}
	.pl-input-inner {
		width: 76%;
	}
}

@media only screen and (max-width: 990px) {
	.mainFilter {
		width: 100%;
		margin: 0 auto;
	}
	#PastoraInfo_card_share {
		padding: 10px;
		margin-top: 4rem;
		box-sizing: border-box;
	}
	/*所有评论*/
	.evaluate_box {
		padding-top: 1rem;
	}
	.evaluate_box_more {
		width: 95%;
		margin: 3rem auto;
	}
	.Construction_case_title>p {
		color: #333;
		font-size: 1.3em;
		padding-left: 19px;
	}
	.js-pl-input-fake {
		width: 63%;
	}
	.pl-input-inner {
		width: 80%;
	}
	.course-btn,
	.course-discuss-btn {
		padding: 0px 15px;
		left: -13%;
		top: 13px;
	}
	.pl-input-inner textarea {
		width: 84%;
	}
}

@media only screen and (max-width: 640px) {
	.Construction_case_title {
		margin: 10px;
	}
	.Construction_case_title p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 414px) {
	.pl-input-inner {
		width: 74% !important;
	}
}

@media only screen and (max-width: 375px) {
	.publish {
		padding-bottom: 0rem;
	}
	.pl-input-inner {
		width: 69% !important;
	}
	.course-btn,
	.course-discuss-btn {
		padding: 0px 6px;
		left: -11%;
		top: -45px;
	}
	.pl-input-inner textarea {
		width: 77%;
	}
}

@media only screen and (max-width: 360px) {
	.pl-input-inner {
		width: 66% !important ;
	}
	.pl-input-inner textarea {
		width: 65%;
	}
	.course-btn,
	.course-discuss-btn {
		padding: 0px 12px;
		left: -13%;
		top: -44px;
	}
}

@media only screen and (max-width: 360px) {
	.course-btn,
	.course-discuss-btn {
		padding: 0px 3px;
	}
}


/*所有评论*/

.three{
    width: 96%;
    padding: 0px 2%;
    background: #FFF;
}
.three > .title{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.three > .title > span{
    font-size: 16px;
    color: #333;
}
 .three form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.three form > dl.publish{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.three form > dl.publish dt{
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    overflow: hidden;
}
.three form > dl.publish dt img{
    width: 100%;
    height: 100%;
}
 .three form > dl.publish dd{
    margin-left: 80px;
    height: 42px;
    border: 1px #D2D2D2 solid;
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    position: relative;
}
.three form > dl.publish dd .val{
    display: block;
    width: 94%;
    padding: 0 3%;
    height: 40px;
}
.three form > dl.publish dd .submit{
    display: block;
    position: absolute;
    width: 60px;
    height: 30px;
    background: #222;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    right: 6px;
    top: 6px;
}
 .three > .chat{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.three > .chat > p{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    background: #EEEEEE;
    cursor: pointer;
}
.three > .chat > ul.communicate{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.three > .chat > ul.communicate > li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px #D2D2D2 dashed;
}
.three > .chat > ul.communicate > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.three > .chat > ul.communicate > li dl dt{
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    overflow: hidden;
}
 .three > .chat > ul.communicate > li dl dt img{width: 100%;height: 100%}
 .three > .chat > ul.communicate > li dl dd{
    margin-left: 80px;
    overflow: hidden;
}
.three > .chat > ul.communicate > li dl dd.time_name{
    height: 42px;
    margin-top: 6px;
}
.three > .chat > ul.communicate > li dl dd.time_name span.nam{
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #222;
}
.three > .chat > ul.communicate > li dl dd.time_name span.time{
    float: right;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #999;
}
.three > .chat > ul.communicate > li dl dd.estimate{
    line-height: 22px;
}
.three > .chat > ul.communicate > li dl dd.response{
    height: 30px;
}
.three > .chat > ul.communicate > li dl dd.response span{
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
 .three > .chat > ul.communicate > li dl dd.response span i{
    margin-right: 6px;
    vertical-align: middle;
}
.three > .chat > ul.communicate > li dl dd.response span label{
    vertical-align: middle;
}
.three > .chat > ul.communicate > li dl dd.response span:hover i{
    color: #222;
}
.three > .chat > ul.communicate > li dl dd.response span:hover label{
    color: #222;
}
.three > .chat > ul.communicate > li dl dd.hideForm{
    margin: 10px 0 10px 80px;
    display: none;
}
.three > .chat > ul.communicate > li dl dd.hideForm form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.three > .chat > ul.communicate > li dl dd.hideForm form .reSpace{
    width: 100%;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #222 solid;
    margin-bottom: 20px;
}
.three > .chat > ul.communicate > li dl dd.hideForm form .reSpace p{
    width: 96%;
    margin: 0 2%;
    height: 22px;
    line-height: 22px;
}
.three > .chat > ul.communicate > li dl dd.hideForm form .reSpace textarea{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2%;
    height: 40px;
}
.three > .chat > ul.communicate > li dl dd.hideForm form span.cancel{
    float: right;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.three > .chat > ul.communicate > li dl dd.hideForm form .submit{
    float: right;
    margin-right: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    background: #222;
    border-radius: 3px;
}
.banner{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
}
#bannerNav{
    position: absolute;
    bottom: 24px;
    right: 120px;
}
#bannerNav a{
    color: #FFF;
}
#bannerNav a:hover{
    color: #222;
}
#bannerNav a:hover i{
    color: #222;
}
#bannerNav em{
    color: #FFF;
    margin: 0 4px;
    font-style: normal;
}
#bannerNav a i{
    color: #FFF;
}
.banner > img{
    width: 100%;
    height: auto;
    display: block;
}
.companyIntro{
    max-width: 1920px;
    padding:0 120px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}
.companyIntro > .caption{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.companyIntro > .caption > .titlePic{
    width: 330px;
    height: auto;
    overflow: hidden;
    margin: 40px auto 0;
}
.companyIntro > .caption > .titlePic > img{
    width: 100%;
    height: auto;
    display: block;
}
.companyIntro > .introContent{
    width: 100%;
    min-height: 365px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 600px;
    position: relative;
    margin: 50px 0 60px;
}
.companyIntro > .introContent > .pic{
    position: absolute;
    width: 520px;
    height: auto;
    overflow: hidden;
    right: 0;
    top: 0;
}
.companyIntro > .introContent > .pic > img{
    display: block;
    width: 100%;
    height: auto;
}
.companyIntro > .introContent > .introTxt{
    width: 100%;
    height: auto;
}
.companyIntro > .introContent > .introTxt > p.title{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    padding: 35px 0 25px;
}
.companyIntro > .introContent > .introTxt > p.title > span{
    display: block;
    width: 100%;
    height: auto;
    line-height: 34px;
    color: #222;
    font-size: 26px;
    font-weight: bold;
    overflow: hidden;
}
.companyIntro > .introContent > .introTxt > p.title > em{
    display: block;
    position: absolute;
    height: 4px;
    width: 36px;
    background: #222;
    bottom: 0;
    left: 0;
}
.companyIntro > .introContent > .introTxt > .describe{
    width: 100%;
    max-height: 150px;
    overflow: hidden;
    line-height: 30px;
    font-size: 16px;
    margin: 30px 0;
}
.companyIntro > .introContent > a.viewDetail{
    display: block;
    width: 140px;
    height: 40px;
    border: 1px #9C9C9C solid;
    border-radius: 40px;
    line-height: 40px;
    text-align: center;
}
.companyIntro > .introContent > a.viewDetail:hover{
    border: 1px #222 solid;
    background: #222;
}
.companyIntro > .introContent > a.viewDetail:hover span{
    color: #FFF;
}
.companyIntro > .introContent > a.viewDetail:hover i{
    color: #FFF;
}
.companyIntro > .introContent > a.viewDetail > span{
    font-size: 16px;
    margin-right: 5px;
    vertical-align: middle;
}
.companyIntro > .introContent > a.viewDetail > i{
    vertical-align: middle;
}
.kbEstimate{
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}
.kbEstimate > .bgBox{
    height: 480px;
    width: 100%;
    overflow: hidden;
    background-position: center;
}
.kbEstimate > .bgBox img{
    width: 100%;
    height: auto;
    display: block;
}
.kbEstimate > .caption{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: -435px;
}
.kbEstimate > .caption > .titlePic{
    width: 330px;
    height: auto;
    margin: 0 auto;
}
.kbEstimate > .caption > .titlePic img{
    width: 100%;
    height: auto;
}
.kbEstimate > p.more{
    max-width: 1920px;
    padding: 0 120px;
    margin: 0 auto;
    overflow: hidden;
    height: 30px;
}
.kbEstimate > p.more > a{
    float: right;
    height: 30px;
    line-height: 30px;

}
.kbEstimate > p.more > a > span{
    color: #FFF;
    vertical-align: middle;
    margin-right: 5px;
}
.kbEstimate > p.more > a > i{
    color: #FFF;
    vertical-align: middle;
}

.kbEstimate > .itemPool{
    max-width: 1920px;
    padding: 0 120px;
    margin: 30px auto 60px;
    height: auto;
    /*overflow: hidden;*/
}
.kbEstimate > .itemPool > .inner{
    width: 100%;
    height: auto;
    /*overflow: hidden;*/
}
.kbEstimate > .itemPool > .inner > li{
    float: left;
    width: 22.25%;
    padding:1%;
    margin-right: 1%;
    height: auto;
    background: #FFF;
    box-shadow: 0 0 5px #ECECEC;
}
.kbEstimate > .itemPool > .inner > li:nth-child(4n){
    margin-right: 0;
}
.kbEstimate > .itemPool > .inner > li > a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.kbEstimate > .itemPool > .inner > li > a > .pic{
    display: block;
    background-size: 100% 100%;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
}
.kbEstimate > .itemPool > .inner > li > a > .pic label{
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -30px;
    border-radius: 60px;
    overflow: hidden;
}
.kbEstimate > .itemPool > .inner > li > a > .pic label img{
    width: 100%;
    height: 100%;
}
.kbEstimate > .itemPool > .inner > li > a > p.nam{
    width: 100%;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
    color: #999;
    margin-top: 28px;
}
.kbEstimate > .itemPool > .inner > li > a p.title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 600;
}
.kbEstimate > .itemPool > .inner > li > a em.boxLine{
    display: block;
    width: 46px;
    height: 4px;
    background: #DCDCDC;
    margin: 20px auto;
}
.kbEstimate > .itemPool > .inner > li > a .detail{
    width: 100%;
    max-height: 128px;
    line-height: 26px;
    font-size: 16px;
    color: #999;
    overflow: hidden;
}
.kbEstimate > .itemPool > .inner > li > a p.time{
    width: 100%;
    margin: 4px 0 10px;
    height: 20px;
    line-height: 20px;
    color: #999;
    overflow: hidden;
}
.developHistory{
    overflow: hidden;
}
.developHistory > .caption{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.developHistory > .caption > .titlePic{
    width: 330px;
    height: auto;
    overflow: hidden;
    margin: 50px auto 0;
}
.developHistory > .caption > .titlePic > img{
    width: 100%;
    height: auto;
    display: block;
}
.developHistory > p.more{
    max-width: 1920px;
    padding: 0 120px;
    margin: 0 auto;
    overflow: hidden;
    height: 30px;
}
.developHistory > p.more > a{
    float: right;
    height: 30px;
    line-height: 30px;

}
.developHistory > p.more > a > span{
    color: #222;
    vertical-align: middle;
    margin-right: 5px;
}
.developHistory > p.more > a > i{
    color: #222;
    vertical-align: middle;
}
/* banner */
.carousel{
    /*max-width: 1920px;*/
    margin: 0 auto;
    width: 50%;
    height: auto;
    /*background: #FFF;*/
    position: relative;
    z-index: 1;
}
.carousel .block_home_slider {line-height: 0;margin-left: auto;margin-right: auto;position: relative;text-align: center;}
.carousel .block_home_slider .slide {position: relative;}
.carousel .block_home_slider .flex-viewport{ height:auto;}
.carousel .block_home_slider .caption p {color: #dedede;font-size: 11px;line-height: 17px;padding-bottom: 0;}
.carousel .block_home_slider .caption p.title {color: #ffffff;font-size: 15px;font-weight: bold;line-height: normal;padding-bottom: 6px;}
.carousel .block_home_slider .flex-control-paging {display:none;width: 100%; position:absolute; bottom:5%;}
.carousel .block_home_slider .flex-control-paging li {list-style-type: none;margin: 0;overflow: hidden;padding: 0;margin:0px 4px;display: inline-block;*display:inline;zoom:1;}
.carousel .block_home_slider .flex-control-paging li a{cursor: pointer;display: block;text-indent: -9000px;width: 38px;height: 8px;background: #FFF;opacity: 0.6}
.carousel .block_home_slider .flex-control-paging li a.flex-active {background:#10A45A;background-position: right top;opacity: 0.6}
.carousel .block_home_post_feature {width: 300px;}
.carousel .block_home_post_feature p {padding-bottom: 0;}
.carousel .flexslider {margin: 0;padding: 0;}
.carousel .flexslider .slides > li {display: none;list-style-type: none;}
.carousel .flexslider .slides img {display: block;width: 100%;}
.carousel .flex-pauseplay span {text-transform: capitalize;}
/*轮播左右导航*/
#home_slider{position: relative;}
#home_slider ul >li > a{display: block;}
/*#home_slider ul >li > a > img{width: 100%;height: 100%;}*/
#home_slider .flex-direction-nav{position: absolute;top: 50%;left: 0;width: 100%;height: 30px;margin-top: -16px}
#home_slider .flex-direction-nav > li:first-child{
    float: left;
    width: 80px;
    height: 32px;
    line-height: 32px;text-align: center;
    margin-left: -100px;
}
#home_slider .flex-direction-nav > li:first-child a{color: #222;font-size: 16px;}
#home_slider .flex-direction-nav > li:last-child{
    float: right;
    width: 80px;
    height: 32px;
    line-height: 32px;text-align: center;
    margin-right: -100px;
}
#home_slider .flex-direction-nav > li:hover a i{color:#222 }
#home_slider .flex-direction-nav > li:last-child a{color: #222;font-size: 16px;}

#home_slider ul >li > a .inner{display: block;width: 90%;height: 60px;overflow: hidden;padding: 20px 5%}
#home_slider ul >li > a .inner dl{width: 100%;height: 60px;overflow: hidden;}
#home_slider ul >li > a .inner dl dt{float: left;height: 60px;width: 200px;overflow: hidden;}
#home_slider ul >li > a .inner dl dt em{float: left;width: 30px;height: 6px;margin-top: 27px;background: #222}
#home_slider ul >li > a .inner dl dt span{font-size: 50px;font-weight: bold;color: #000;height: 60px;line-height: 60px;}
#home_slider ul >li > a .inner dl dd.txt{margin-left: 210px;height: 44px;padding: 8px 0;}
#home_slider ul >li > a .inner dl dd.txt span{display: block;width: 100%; height: 44px;color: #000;font-size: 18px;overflow: hidden;line-height: 22px}

.indexVr{ width:96%; margin:0 2%; height:520px; text-align:center; margin-bottom:40px; }
.honoraryCertificate{
    width: 100%;
    height: auto;
    background: #FFF;
}
.honoraryCertificate > .caption{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.honoraryCertificate > .caption > .titlePic{
    width: 330px;
    height: auto;
    overflow: hidden;
    margin: 45px auto 0;
}
.honoraryCertificate > .caption > .titlePic > img{
    width: 100%;
    height: auto;
    display: block;
}
.honoraryCertificate .showBox{
    padding: 0 120px;
    height: auto;
    max-width: 1920px;
    margin: 40px auto;
    overflow: hidden;
}
.honoraryCertificate .showBox > .list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.honoraryCertificate .showBox > .list > li{
    float: left;
    height: auto;
    width: 23.5%;
    margin-right: 2%;
    overflow: hidden;
}
.honoraryCertificate .showBox > .list > li:nth-child(4n){
    margin-right: 0;
}
.honoraryCertificate .showBox > .list > li > a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.honoraryCertificate .showBox > .list > li > a .pic{
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 71.5%;
}
.honoraryCertificate .showBox > .list > li > a p.title_{
    width: 90%;
    margin: 36px 5% 0;
    height: 36px;
}
.honoraryCertificate .showBox > .list > li > a p.title_ span{
    width: 100%;
    display: block;
    height: 34px;
    border-top: 1px #1B1B1B solid;
    border-bottom: 1px #1B1B1B solid;
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}
.honoraryCertificate  a.viewMore{display: block;width: 142px;height: 44px;text-align: center;line-height: 44px;border-radius: 44px;border: 1px #666 solid;overflow: hidden;margin:0 auto 40px;font-size: 16px}
.honoraryCertificate  a.viewMore:hover{background: #222;border: 1px #222 solid;color: #FFF}

.enterpriseDynamic{
    width: 100%;
    min-height: 520px;
    background: #F5F5F5;
    padding-bottom: 30px;
}
.enterpriseDynamic > .caption{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.enterpriseDynamic > .caption > .titlePic{
    width: 330px;
    height: auto;
    overflow: hidden;
    margin: 45px auto 0;
}
.enterpriseDynamic > .caption > .titlePic > img{
    width: 100%;
    height: auto;
    display: block;
}
.enterpriseDynamic .showBox{
    padding: 0 120px;
    max-width: 1920px;
    height: auto;
    margin: 20px auto 0;
    overflow: hidden;
}
.enterpriseDynamic .showBox > ul.list{
    width: 96%;
    padding-top: 2%;
    margin: 0 2%;
    height: auto;
    overflow: hidden;
}
.enterpriseDynamic .showBox > ul.list > li{
    float: left;
    width: 32%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.enterpriseDynamic .showBox > ul.list > li:hover{
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
	background:#000
}
.enterpriseDynamic .showBox > ul.list > li:nth-child(3n){
    margin-right: 0;
}
.enterpriseDynamic .showBox > ul.list > li a{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
	font-size:14px;
}
.enterpriseDynamic .showBox > ul.list > li a .pic{
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    background-size: 100% 100%;
}
.enterpriseDynamic .showBox > ul.list > li .texPool{
    width: 100%;
    height: auto;
    background: #FFF;
    overflow: hidden;
}
.enterpriseDynamic .showBox > ul.list > li .texPool .inner{
    width: 90%;
    height: auto;
    margin: 0 5%;
    overflow: hidden;
}
.enterpriseDynamic .showBox > ul.list > li .texPool .inner p.title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
	margin-top:5px;
	white-space:nowrap;
}
.enterpriseDynamic .showBox > ul.list > li .texPool .inner .detail{
    width: 100%;
    height: 100px;
    overflow: hidden;
    line-height: 25px;
    color: #333;
    margin: 10px 0;
	font-size:12px;
}
/*.enterpriseDynamic .showBox > ul.list > li > a .texPool:hover{
    background: #222;
}*/
.enterpriseDynamic .showBox > ul.list > li .texPool:hover .inner p.title{
    color: #222;
	white-space:nowrap;
}
.enterpriseDynamic .showBox > ul.list > li a:hover{
	color:#000;}
/*.enterpriseDynamic .showBox > ul.list > li > a .texPool:hover .inner p.detail{
    color: #FFF;
}*/
/*.enterpriseDynamic .showBox > ul.list > li > a .texPool:hover .inner p.time{
    color: #FFF;
}*/
.enterpriseDynamic .showBox > ul.list > li .texPool .inner p.time{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    margin: 10px 0 30px;
    color: #999;
	font-size: 14px;
}
.enterpriseDynamic > a.viewMore{
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px;
    text-align: center;
}

/*---------------------------------------------公司简介-----------------------------------------------------*/

.twoNav{
    padding: 0 120px;
    height: 52px;
    max-width: 1920px;
    margin: 0 auto;
    background: #FFF;
	position:relative;
}
.twoNav span{float:right; cursor:pointer; color:#222; position:absolute; right:0px; top:0; height:47px; line-height:47px; padding:0 20px; display:none;}
@media screen and (max-width:600px) {
.twoNav span{ display:block;}}
.twoNav > ul.list{
    width: 100%;
    height: 52px;
    overflow: hidden;
}
.twoNav > ul.list > li{
    float: left;
    height: 50px;
    padding: 0 26px 2px;
    overflow: hidden;
}
.twoNav > ul.list > li a{
    display: block;
    height: 50px;
    line-height: 50px;
    width: auto;
}
.twoNav > ul.list > li a:hover{
    color: #222;
}
.twoNav > ul.list > li.focus{
    border-bottom: 2px #222 solid;
	padding-bottom:0;
}
.twoNav > ul.list > li.focus a{
    color: #222;
}
.cpnProfileDetailBox{
    max-width: 1920px;
    height: auto;
    padding: 40px 120px 100px;
    margin: 0 auto;
    background: #F5F5F5;
    overflow: hidden;
}
.cpnProfileDetailBox .picBox{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cpnProfileDetailBox .picBox dl{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.cpnProfileDetailBox .picBox dl dt{
    float: left;
    width: 62%;
    height: auto;
    margin-right: 1%;
    overflow: hidden;
}
.cpnProfileDetailBox .picBox dl dt .pic{
    display: block;
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 62%;
}
.cpnProfileDetailBox .picBox dl dd{
    float: right;
    width: 36%;
    height: auto;
    overflow: hidden;
}
.cpnProfileDetailBox .picBox dl dd.one{
    margin-bottom: 1%;
}
.cpnProfileDetailBox .picBox dl dd .pic{
    display: block;
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 52%;
}
.cpnProfileDetailBox .txtDetail{
    width: 100%;
    height: auto;
    line-height: 28px;
    color: #333;
    font-size: 16px;
    overflow: hidden;
    text-indent: 2em;
}

/*---------------------------------------------完工评价-----------------------------------------------------*/

.completeCase{
    padding: 20px 120px;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    background: #FFF;
    border-top: 1px #ECECEC solid;
}
.completeCase > .innerPool{
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.completeCase > .innerPool .l_Pond{
    float: left;
    width: 78%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 1px #ECECEC solid;
    padding: 20px 0;
}
.completeCase > .innerPool .l_Pond > ul.list > li:first-child{border-top: 0}
.completeCase > .innerPool .l_Pond > ul.list > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dt{
    float: left;
    width: 62px;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dt .headPic{
    display: block;
    width: 62px;
    height: 62px;
    border-radius: 62px;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dt .headPic img{
    width: 100%;
    height: 100%;
    display: block;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dt label{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #999;
    text-align: center;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd{
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption{
    height: 28px;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption span{
    float: left;
    height: 28px;
    overflow: hidden;
}

.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption span a{
    display: block;
    height: 28px;
    line-height: 28px;
    color: #000;
    font-size: 24px;
}

.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label{
    float: right;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label em{
    font-style: normal;
    vertical-align: middle;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label i{
    vertical-align: middle;
    margin-right: 4px;
    color: #FA5B1B;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.time{
    height: 36px;
    line-height: 36px;
    color: #999;
}


.completeCase > .innerPool .l_Pond > ul.list > li dl dd.itemHide{
    height: auto;
    display: none;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.itemHide .inItm{
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}



.completeCase > .innerPool .l_Pond > ul.list > li dl dd.summery{
    height: 40px;
    line-height: 20px;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow{
    height: auto;
    margin-top: 10px;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li{
    float: left;
    width: 19.2%;
    height: auto;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 10px;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li:nth-child(5n){
    margin-right: 0;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li .pic{
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 100%;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.total{
    height: 30px;
    line-height: 30px;
    color: #999;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item{
    height: 66px;
    position: relative;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item .btnHd{
    height: 22px;
    width: 60px;
    text-align: right;
    line-height: 22px;
    overflow: hidden;
    cursor: pointer;
    background: #FFF;
    position: absolute;
    bottom: 0;
    right: 0;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item .btnHd span{
    display: inline-block;
    vertical-align: middle;
    color: #999;
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item .btnHd i{
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    font-size: 14px;
    color: #999;
    transition:.5s;
    -moz-transition:.5s; /* Firefox 4 */
    -webkit-transition:.5s; /* Safari 和 Chrome */
    -o-transition:.5s; /* Opera */
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item .btnHd i.deg{
    transform:rotate(-180deg);
    -ms-transform:rotate(-180deg);     /* IE 9 */
    -moz-transform:rotate(-180deg);    /* Firefox */
    -webkit-transform:rotate(-180deg); /* Safari 和 Chrome */
    -o-transform:rotate(-180deg);  /* Opera */
    transition:.5s;
    -moz-transition:.5s; /* Firefox 4 */
    -webkit-transition:.5s; /* Safari 和 Chrome */
    -o-transition:.5s; /* Opera */
}
.completeCase > .innerPool .l_Pond > ul.list > li dl dd.item .inItm{
    width: 100%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
}
.completeCase > .innerPool .r_Pond{
    float: right;
    width: 20%;
    min-height: 200px;
}
.completeCase > .innerPool .r_Pond a.publishCompleteEstmt{
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px #10A45A solid;
    height: 46px;
    line-height: 46px;
    text-align: center;
    overflow: hidden;
}
.completeCase > .innerPool .r_Pond a.publishCompleteEstmt span{
    vertical-align: middle;
    color: #10A45A;
    font-size: 16px;
}
.completeCase > .innerPool .r_Pond a.publishCompleteEstmt i{
    vertical-align: middle;
    margin-right: 5px;
    color: #10A45A;
}
.completeCase > .innerPool .r_Pond .formBox{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5%;
    height: auto;
    overflow: hidden;
    border: 1px #DCDCDC solid;
    margin-top: 10px;
    background: #FFF;
}
.completeCase > .innerPool .r_Pond .formBox p.title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 6px;
}
.completeCase > .innerPool .r_Pond .formBox p.tip{
    color: #222;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 18px;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-height:34px;
    padding-left: 70px;
    margin-bottom: 10px;
    position: relative;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item label{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    /*font-size: 12px;*/
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item .inputBox{
    width: 100%;
    height: 36px;
    border: 1px #DBDBDB solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item .inputBox input{
    display: block;
    width: 90%;
    padding: 0 5%;
    height: 34px;
    background: #FFF;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item .inputBox input.special{
    /*float: right;*/
    width: 90%;
    padding: 0 5%;
    height: 34px;
    background: #FFF;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .item .inputBox select{
    float: left;
    width: 46%;
    height: 34px;
    background: #FFF;
    border-right: 1px #DBDBDB solid;
}
.completeCase > .innerPool .r_Pond .formBox form.dateApply .submit{
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    border-radius: 5px;
    background: #222;
    margin: 20px auto 10px;
}
.completeCase > .innerPool .r_Pond .formBox p.total{
    width: 100%;
    height: 24px;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.completeCase > .innerPool .r_Pond .formBox p.total span{
    color: #222;
    font-size: 16px;
}
.completeCase > .innerPool .r_Pond a.pic{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 10px auto;
}
.completeCase > .innerPool .r_Pond a.pic img{
    width: 100%;
    height: auto;
    display: block;
}
.completeCase > .innerPool .r_Pond .newsBox{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: auto;
    padding: 10px 5%;
    overflow: hidden;
    border: 1px #E5E5E5 solid;
    margin-top: 10px;
}
.completeCase > .innerPool .r_Pond .newsBox p.title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #E5E5E5 solid;
}
.completeCase > .innerPool .r_Pond .newsBox p.title label{
    display: block;
    width: 4px;
    height: 18px;
    background: #222;
    float: left;
    margin-top: 11px;
}
.completeCase > .innerPool .r_Pond .newsBox p.title span{
    float: left;
    line-height: 40px;
    height: 40px;
    margin-left: 14px;
    font-size: 18px;
    color: #333;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li a{
    display: block;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li a img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li a p.caption{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #333;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li a p.detail{
    width: 100%;
    max-height: 48px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
}
.completeCase > .innerPool .r_Pond .newsBox ul.list li a p.time{
    width: 100%;
    color: #999;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 12px;
}
.completeCase > .innerPool .l_Pond p.view{
    width: 100%;
    height: 40px;
    overflow: hidden;
    border-top: 1px#E5E5E5 solid;
}
.completeCase > .innerPool .l_Pond p.view a.viewMore{
    display: block;
    width: 60px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 auto;
}


.completeCase > .innerPool .l_Pond .pageChangeNav{
    height: auto;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 20px;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav{
    margin-top: 6px;
    min-width: 290px;
    margin-left: 50px;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > a{
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px #EEE solid;
    line-height: 34px;
    text-align: center;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > a.next{
    width: 60px;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > a.prev{
    width: 60px;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > span{
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px #EEE solid;
    line-height: 34px;
    text-align: center;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > span.active{
    background-color: #222;
    color: #FFF;
}
.completeCase > .innerPool .l_Pond .pageChangeNav .ChangeNav > input.jump-ipt {
    display: inline-block;
    width: 34px;
    height: 34px;
    border: 1px #EEE solid;
    line-height: 34px;
    text-align: center;
}
.completeCase > .innerPool .l_Pond .pageChangeNav >a{
    float: left;
    display: block;
    height: 24px;
    width: 92px;
    background-color: #222;
    color: #FFF;
    line-height: 24px;
    text-align: center;
    margin-left: 20px;
    margin-top: 13px;
}
.headInfo{
    height: 180px;
    background: #FFF;
    border-top: 1px #E5E5E5 solid;
    border-bottom: 1px #E5E5E5 solid;
    padding: 0 120px;
    max-width: 1920px;
    margin: 0 auto;
}
.headInfo .inner{
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.headInfo .inner .l_box{
    float: left;
    height: 120px;
    width: 60%;
    overflow: hidden;
    margin-top: 30px;
    border-right: 1px #E5E5E5 solid;
}
.headInfo .inner .r_box{
    float: right;
    height: 120px;
    width: 38%;
    overflow: hidden;
    margin-top: 30px;
}
.headInfo .inner .r_box ul{
    width: 80%;
    height: 50px;
    margin: 40px auto 0;
}
.headInfo .inner .r_box ul li{
    float: left;
    width: 32.5%;
    height: 50px;
    text-align: center;
    border-left: 1px #E5E5E5 solid;
}
.headInfo .inner .r_box ul li p.num{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    font-size: 28px;
    color: #F25618;
}
.headInfo .inner .r_box ul li p.txt{
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
    color: #333;
}
.headInfo .inner .r_box ul li:first-child{
    border-left: 0;
}
.headInfo .inner .l_box dl{
    width: 100%;
    height: 120px;
    overflow: hidden;
}
.headInfo .inner .l_box dl dt{
    float: left;
    width: 80px;
    height: auto;
    overflow: hidden;
}
.headInfo .inner .l_box dl dt img{
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 76px;
    overflow: hidden;
    margin: 0 auto;
}
.headInfo .inner .l_box dl dt .nam{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #999;
}
.headInfo .inner .l_box dl dd{
    margin-left: 100px;
    overflow: hidden;
}
.headInfo .inner .l_box dl dd.title{
    height: 22px;
    line-height: 22px;
}
.headInfo .inner .l_box dl dd.title span{
    font-size: 18px;
    color: #000;
}
.headInfo .inner .l_box dl dd.title label{
    font-size: 12px;
    margin-left: 10px;
    color: #999;
}
.headInfo .inner .l_box dl dd.title label font{
    font-size: 12px;
    color: #999;
}
.headInfo .inner .l_box dl dd.tim{
    height: 30px;
    line-height: 30px;
    color: #999;
}
.headInfo .inner .l_box dl dd.twoInfo{
    height: 24px;
    margin-top: 26px;
    overflow: hidden;
}
.headInfo .inner .l_box dl dd.twoInfo ul{
    width: 100%;
    height: 24px;
    overflow: hidden;
}
.headInfo .inner .l_box dl dd.twoInfo ul li{
    float: left;
    width: 49%;
    margin-right: 1%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
}
.headInfo .inner .l_box dl dd.twoInfo ul li span{
    color: #000;
}
.headInfo .inner .l_box dl dd.twoInfo ul li label{
    color: #999;
}

.completeCase > .innerPool .l_Pond .detailList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond .detailList li{
    width: 100%;
    height: auto;
}
.completeCase > .innerPool .l_Pond .detailList li .inner{
    width: 96%;
    margin-left: 4%;
    height: auto;
    border-left: 1px #E5E5E5 solid;
    position: relative;
    padding-bottom: 30px;
}
.completeCase > .innerPool .l_Pond .detailList li .inner em.point{
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -8px;
    top: 0;
    background: #E5E5E5;
    border-radius: 16px;
}
.completeCase > .innerPool .l_Pond .detailList li .inner em.point_{
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    left: -20px;
    top: -4px;
    font-size: 36px;
    color: #E5E5E5;
    text-align: center;
    line-height: 40px;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox{
    margin-left: 45px;
    overflow: hidden;
    height: auto;
    width: auto;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox p.time{
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #222;
    font-size: 20px;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox p.summary{
    width: 100%;
    max-height: 44px;
    line-height: 22px;
    overflow: hidden;
    margin: 5px 0;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li{
    float: left;
    width: 19.2%;
    height: auto;
    margin-right: 1%;
    margin-bottom: 6px;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li:nth-child(5n){
    margin-right: 0;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li .pic{
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 100%;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .share{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.completeCase > .innerPool .l_Pond .detailList li .inner .inBox .share span{
    color: #999;
}
.developCourse{
    max-width: 1920px;
    margin: 0 auto;
    padding:20px 120px;
    background: #F5F5F5;
}
.developCourse .inner{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px 120px;
}
.developCourse .inner .entity{
    width: 99%;
    height:auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 4px #222 solid;
    padding: 40px 0;
}
.developCourse .inner .entity .year{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4%;
    height: auto;
    /*overflow: hidden;*/
    margin-bottom: 32px;
    position: relative;
}
.developCourse .inner .entity .year .numBox{
    position: absolute;
    width: 120px;
    height: 36px;

    top: 6px;
    left: -114px;
}
.developCourse .inner .entity .year .numBox .lBox{
    float: left;
    width: 100px;
    height: 36px;
    background-image: url('../images/msgBg.png');
    overflow: hidden;
    background-size: 100% 100%;
    color: #FFF;
    font-weight: bold;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
}
.developCourse .inner .entity .year .numBox .circle{
    float: left;
    margin-top: 10px;
    width: 16px;
    height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px #222 solid;
    border-radius: 16px;
    background: #f5f5f5;
    margin-left: 4px;
}
.developCourse .inner .entity .year dl.item{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 14px;
    border-top: 1px #D9D9D9 dashed;
    padding-top: 14px;
}
/*.developCourse .inner .entity .year dl.item:first-child{
    border-top: 0;
}*/
.developCourse .inner .entity .year dl.item dt{
    float: left;
    width: 55px;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    border-right: 1px #000 solid;
    font-size: 18px;
    font-weight: bold;
    color: #222;
}
.developCourse .inner .entity .year dl.item dd{
    margin-left: 70px;
    font-size: 16px;
    color: #333;
    height: auto;
    line-height: 22px;
}
.honorQualification{
    max-width: 1920px;
    padding: 40px 120px 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #F5F5F5;
}
.honorQualification ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.honorQualification ul.list li{
    float: left;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
    width: 23.5%;
    margin-bottom: 30px;
}
.honorQualification ul.list li:nth-child(4n){
    margin-right: 0;
}
.honorQualification ul.list li .pic{
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 65.5%;
}
.honorQualification ul.list li p.text{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.honorQualification p.viewMore{
    width: 100%;
    height: 30px;
    overflow: hidden;
}
.honorQualification p.viewMore a{
    display: block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: auto;
    color: #999;
    font-size: 14px;
    margin: 0 auto;
}





/* -------------------------------------------------------------------新增时间轴开始--------------------------------------------------------------------------------- */
.developHistory .timeLBox{
    padding: 0 120px;
    height: 130px;
    max-width: 1920px;
    margin: 30px auto 20px;
    overflow: hidden;
}
.developHistory .timeLBox .inner{
    min-width: 100%;
    height:130px;
    position:relative;
    overflow: hidden;
}
.developHistory .timeLBox .inner > ul{
    min-width: 100%;
    height:auto;
    position: absolute;
    left:0;
    top:30px;
}
.developHistory .timeLBox .inner > ul > li{
    float: left;
    height:100px;
    /*width:14.2857%;*/
    width: 170px;
}
.developHistory .timeLBox .inner > ul > li .scale{
    width: 100%;
    height:30px;
    background-image: url('../images/timeLine.png');
    background-size: 100% 100%;
    position: relative;
}
.developHistory .timeLBox .inner > ul > li i{
    width:50px;
    height:70px;
    position: absolute;
    left:50%;
    margin-left: -32px;
    top:-38px;
    font-size: 60px;
    text-align: center;
    line-height: 70px;
    color: #222;
    display: none;
}
.developHistory .timeLBox .inner > ul > li span{
    display: block;
    width:100%;
    height:30px;
    line-height:30px;
    text-align: center;
    overflow: hidden;
    font-size: 20px;
    margin-top: 20px;
}
.developHistory .timeLBox .inner > ul > li.active i{
    display: block;
}
.developHistory .timeLBox .inner > ul > li.active span{
    font-weight: bold;
    font-size: 24px;
}
/* -------------------------------------------------------------------新增时间轴结束--------------------------------------------------------------------------------- */

@media screen and (max-width:990px) {
.twoNav{ padding:0;}}

.clearfix:after{visibility: hidden;display: block;font-size: 0;content: "";clear: both;height: 0;}
* html .clearfix{zoom: 1;}
*:first-child + html .clearfix{zoom: 1;}
em,i{
    font-style: normal;
}
.contentBox{
    max-width: 1920px;
    /*padding:0 120px;*/
    margin: 0 auto;
    height: auto;
    overflow: hidden;
}

.contentBox .iconNav{
    width: auto;
    padding: 20px 20px 0;
    height: auto;
    background: #FFF;
}

.contentBox .iconNav ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contentBox .iconNav ul li{
    float: left;
    width: 15.8333%;
    height: 230px;
    overflow: hidden;
    box-sizing:border-box;
    border: 1px #ECECEC solid;
    margin-left: 1%;
}
.contentBox .iconNav ul li:hover{
    background: #111;
    border: 1px #222 solid;
}
.contentBox .iconNav ul li:hover .inner .iconCircle{
    border: 1px #FFF solid;
}
.contentBox .iconNav ul li:hover .inner .iconCircle .in{
    background: #FFF;
}
.contentBox .iconNav ul li:hover .inner .iconCircle .in i{
    color: #333;
}
.contentBox .iconNav ul li:hover .inner .title{
    color: #FFF;
}
.contentBox .iconNav ul li:hover .inner .short{
    border-bottom: 1px #FFF dashed;
}
.contentBox .iconNav ul li:hover .inner .tip{
    color: #FFF;
}
.contentBox .iconNav ul li:first-child{
    margin-left: 0;
}
.contentBox .iconNav ul li .inner{
    display: block;
    width: 100%;
    height: 230px;
    overflow: hidden;
}
.contentBox .iconNav ul li .inner .iconCircle{
    width: 70px;
    height: 70px;
    border-radius: 70px;
    border: 1px #222 solid;

    
    margin: 30px auto 0;
    position: relative;
}
.contentBox .iconNav ul li .inner .iconCircle .in{
    position: absolute;
    top: 8px;
    left: 8px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    border-radius: 54px;
    background: #FFF;
}
.contentBox .iconNav ul li .inner .iconCircle .in i{
    color: #333;
    font-size: 30px;
}
.contentBox .iconNav ul li .inner .title{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    color: #333;
    font-size:16px;
    margin: 10px auto 10px;
}
.contentBox .iconNav ul li .inner .short{
    display: block;
    width: 30px;
    height: 0;
    border-bottom: 1px #999 dashed;
    margin:0 auto;
}
.contentBox .iconNav ul li .inner .tip{
    width: 90%;
    margin: 20px 5%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}





.contentBox .iconNavTel{
    padding-top: 12px;
    width: 96%;
    margin: 0 2%;
    height: auto;
}
.contentBox .iconNavTel ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contentBox .iconNavTel ul li{
    float: left;
    width: 33.3333%;
    height:auto;
    overflow: hidden;
    margin-bottom: 5px;
}
.contentBox .iconNavTel ul li a{
    display: block;
}
.contentBox .iconNavTel ul li a .circle{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
    /*background: #10a45a;*/
    margin: 4px auto;
    
    border: 1px #222 solid;
}
.contentBox .iconNavTel ul li a .circle i{
    font-size: 24px;
    color: #333;
}
.contentBox .iconNavTel ul li a .txt{
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #333;
}





.contentBox > .picTitle a.more{
    display: block;
    width: 60px;
    /* padding: 0 120px; */
    /* margin: 0 auto; */
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: right;
    position: absolute;
    right: 0;
    top:18px;
    background: #FFF;
}
.contentBox > .picTitle a.more > i{
    margin-left: 5px;
    font-size: 14px;
    color: #eb1111;
    vertical-align: middle;
}
.contentBox > .picTitle a.more > span{
    color: #eb1111;
    vertical-align: middle;
}
.contentBox > .picTitle{
    width: 96%;
   /* height: 110px;*/
    /*padding: 0 120px;*/
    overflow: hidden;
    margin: 1% 2%;
    position: relative;
}
.contentBox > .picTitle .cn_txt{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 26px;
    color: #333;
    text-align: center;
    overflow: hidden;
    /*font-weight: 600;*/
}
.contentBox > .picTitle .en_pic{
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -150px;
    background: #FFF;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.contentBox > .picTitle .en_pic label.pointL{
    display: block;
    width: 6px;
    height: 6px;
    /* border-radius: 6px; */
    position: absolute;
    left: -2px;
    top: 23px;
    background: #222;
}
.contentBox > .picTitle .en_pic label.pointR{
    display: block;
    width: 6px;
    height: 6px;
    /* border-radius: 6px; */
    position: absolute;
    right: -2px;
    top: 23px;
    background: #222;
}
.contentBox > .picTitle .en_pic img{
    display: block;
    margin: 0 auto;
}
.contentBox > .picTitle .text{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-align: center;
    /*margin-top: 50px;*/
    /*top: 78px;
    position: absolute;*/
    left: 0;
}
.contentBox > .picTitle .title{ width:100%; margin-bottom:5px; height:61px; text-align:center}
 
.contentBox > .picTitle em.line{
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px #222 solid;
    position: absolute;
    left: 0;
    top: 55px;
    background: #FFF;
}
.contentBox > .picTitle > img{
    width: 100%;
    height: auto;
}
.contentBox > .txtTitle{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    position: relative;
    border-bottom: 1px #EEEEEE solid;
}
.contentBox > .txtTitle > span.title{
    font-weight: bold;
    color: #222;
    font-size: 16px;
}
.contentBox > .txtTitle > em{
    display: block;
    position: absolute;
    width: 28px;
    height: 0;
    border-bottom: 1px #222 solid;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}
.contentBox > .txtTitle > a{
    display: block;
    position: absolute;
    right: 2%;
    top: 10px;
    height: 20px;
    line-height: 20px;
    text-align: right;
    color: #222;
}
.contentBox > .txtTitle > a >i{
    color: #222;
    font-size: 14px;
    margin-left: 4px;
}
.contentBox > .pcCaseNav{
    width: auto;
    padding: 0 120px; 
    overflow: hidden;
    /*margin: 30px auto 0;*/
}
.contentBox > .pcCaseNav > ul.list{
    width: 60%;
    margin: 0 20%;
    height: 37px;
    overflow: hidden;
}
.contentBox > .pcCaseNav > ul.list > li{
    float: left;
    width: 14%;
    margin: 0 0.6%;
    height:37px;
    overflow: hidden;
}
.contentBox > .pcCaseNav > ul.list > li > span{
    cursor: pointer;
    display: block;
    border: 1px #CECECE solid;
    line-height:35px;
    text-align: center;
    border-radius: 3px;
    width: 98%;
    height: 35px;
    margin: 0 auto;
    /*font-weight: 600;*/
}
.contentBox > .pcCaseNav > ul.list > li > span:hover{
    color: #FFF;
    background: #222;
    border: 0;
}
.contentBox > .pcCaseNav > ul.list > li > span.focus{
    color: #FFF;
    background: #222;
    border: 0;
}

.contentBox > p.pTxt{
    width: 96%;
    margin: 0 2%;
    height: 40px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    color: #333;
}
.contentBox > .telCaseNav{
    width: 96%;
    height: auto;
    margin: 0 2%;
}
/*.contentBox > .telCaseNav > ul.list{
    width: 100%;
    height: auto;
}
.contentBox > .telCaseNav > ul.list > li{
    float: left;
    height: 32px;
    width: 23.5%;
    margin-right: 2%;
    line-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #D0D0D0 solid;
    border-radius: 3px;
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}
.contentBox > .telCaseNav > ul.list > li > span{
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.contentBox > .telCaseNav > ul.list > li > i{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 50%;
    margin-left: -10px;
    bottom: -14px;
    font-size: 20px;
    color: #222;
    display: none;
}
.contentBox > .telCaseNav > ul.list > li.focus > span{
    border: 0;
    background: #222;
    color: #FFF;
}
.contentBox > .telCaseNav > ul.list > li.focus > i{
    display: block;
}*/



.contentBox > .telCaseNav .swiper-slide span{
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}
/*.contentBox > .telCaseNav .swiper-slide .li span{
    font-weight: 600;
}*/
.contentBox > .telCaseNav .swiper-slide i{
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    left: 50%;
    margin-left: -10px;
    bottom: -14px;
    font-size: 20px;
    color: #222;
    display: none;
}
.contentBox > .telCaseNav .swiper-slide .focus span{
    border: 0;
    background: #222;
    color: #FFF;

}
.contentBox > .telCaseNav .swiper-slide .focus i{
    display: block;
}




.contentBox > .pcTrueCase{
    width: 96%;
	margin:0 2%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}
.contentBox > .pcTrueCase > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.contentBox > .pcTrueCase > ul.list > li{
    float: left;
    /*width: 19%;*/
	width:24.25%;
    height: auto;
    overflow: hidden;
    margin-right: 1%;
    margin-bottom: 20px;
    background: #FFF;
}
.contentBox > .pcTrueCase > ul.list > li > a{
    display: block;
}
.contentBox > .pcTrueCase > ul.list > li > a > span.pic{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    /*position: relative;*/
    overflow: hidden;
}
.contentBox > .pcTrueCase > ul.list > li > a > span.pic img{
    display: block;
    width: 100%;
    height: auto;
/*    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;*/
    -webkit-transition:transform 1s;
    -moz-transition:transform 1s;
    -ms-transition:transform 1s;
    -o-transition:transform 1s;
    transition:transform 1s;
}
/*.contentBox > .pcTrueCase > ul.list > li:hover > a > span.pic{
    background-size: 105% 105%;
    background-position: center;
    -webkit-transition:background-size .6s;
    -moz-transition:background-size .6s;
    -ms-transition:background-size .6s;
    -o-transition:background-size .6s;
    transition:background-size .6s;
}*/

.contentBox > .pcTrueCase > ul.list > li:hover > a > span.pic img{
    /*width: 110%;*/
    transform:scale(1.1);
/*    left: -5%;
    top: -5%;*/
}

.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo{
    display: block;
    width: 96%;
    padding: 0 2%;
    height: 40px;
    
    z-index: 2;
}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .txt{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 82%;
    overflow: hidden;
    color: #333;
}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .txt font{
    color: #333;}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .num{
    float: left;
    height: 40px;
    line-height: 40px;
    width: 18%;
    overflow: hidden;
    text-align: right;
}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .num i{
    vertical-align: middle;
    margin-right: 4px;
    color: #999;
}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .num i.red{
    color: red;
}
.contentBox > .pcTrueCase > ul.list > li > a > .detailInfo .num em{
    vertical-align: middle;
    font-style: normal;
}

.generalCaseShow{
    width: 96%;
	margin:0 2%;
    overflow: hidden;
    height: auto;
    margin-top: 30px;
	    margin-bottom: 30px;
}
.generalCaseShow > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.generalCaseShow > ul.list > li{
    float: left;
    width: 15.8333%;
    height: auto;
    overflow: hidden;
    margin-right: 1%;
}
.generalCaseShow > ul.list > li:nth-child(6n){
    margin-right: 0;
}
/*.generalCaseShow > ul.list > li:nth-child(6){
    display: none;
}*/
.generalCaseShow > ul.list > li a{display: block;}
.generalCaseShow > ul.list > li a .pic{
    display: block;
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 120%;
    position: relative;
}
.generalCaseShow > ul.list > li a .pic > .innerBox{
    display: block;
    width: 100%;
    height: auto;
    background: rgba(0,0,0,0.5);
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam{
    width: 90%;
    margin: 0 5%;
    height: 40px;
    /*border-bottom: 1px #FFF solid;*/
    overflow: hidden;
    line-height: 48px;
    text-align: center;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam > span{
    color: #FFF;
    font-weight: bold;
    margin-right: 10px;
    font-size: 16px;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam > span font{
    color: #FFF;}
.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam > label{
    color: #FFF;
    font-size: 16px;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo{
    width: 90%;
    margin: 0 5%;
    padding: 10px 0;
    overflow: hidden;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo > p{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo .designLinian{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    box-sizing:border-box;
    padding-left: 78px;
    position: relative;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo .designLinian >label{
    color: #FFF;
    display: block;
    overflow: hidden;
    height: 26px;
    width: 100%;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo .designLinian >label p{
    color: #FFF;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo .designLinian >span{
    display: block;
    position: absolute;
    width: 78px;
    height: 26px;
    left: 0;
    top: 0;
    line-height: 26px;
    color: #FFF;

}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo > p >span{
    color: #FFF;
}
.generalCaseShow > ul.list > li a .pic > .innerBox > .itemInfo > p >label{
    color: #FFF;
}
.generalCaseShow > ul.list > li > ul.btnBox{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.generalCaseShow > ul.list > li > ul.btnBox > li{
    float: left;
    width: 50%;
    height: 40px;
    overflow: hidden;
}
.generalCaseShow > ul.list > li > ul.btnBox > li.firt a:hover{
    background: #590202;
}
.generalCaseShow > ul.list > li > ul.btnBox > li.secd a:hover{
    background: #ef0101;
}
.generalCaseShow > ul.list > li > ul.btnBox > li > a{
    display: block;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
}
.generalCaseShow > ul.list > li > ul.btnBox > li > a.view{
    background: #450202;
    color: #FFF;
}
.generalCaseShow > ul.list > li > ul.btnBox > li > a.data{
    background: #222;
    color: #FFF;
}
.linePic{
    width: 96%;
	margin:0 2%;
    height: auto;
    overflow: hidden;
    margin-top: 40px;
}
.linePic img{
    display: block;
    width: 100%;
    height: auto;
}
.gardenCase{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
    padding:0 120px;
}
.gardenCase > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gardenCase > ul.list > li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}
.gardenCase > ul.list > li:nth-child(4n){
    margin-right: 0;
}
.gardenCase > ul.list > li > a{
    display: block;
}
.gardenCase > ul.list > li > a > span.pic{
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    overflow: hidden;
}

/*.gardenCase > ul.list > li:hover > a > span.pic{
    background-size: 105% 105%;
    background-position: center;
    -webkit-transition:background-size .6s;
    -moz-transition:background-size .6s;
    -ms-transition:background-size .6s;
    -o-transition:background-size .6s;
    transition:background-size .6s;
}*/
.gardenCase > ul.list > li > a > span.pic img{
    display: block;
    /*position: absolute;*/
    width: 100%;
    height: auto;
/*    left: 0;
    top: 0;
    z-index: 1;*/
        -webkit-transition:transform 1s;
    -moz-transition:transform 1s;
    -ms-transition:transform 1s;
    -o-transition:transform 1s;
    transition:transform 1s;
}
.gardenCase > ul.list > li:hover > a > span.pic img{
    transform:scale(1.1);
/*    width: 110%;
    -webkit-transition:1s;
    -moz-transition:1s;
    -ms-transition:1s;
    -o-transition:1s;
    transition:1s;
    left: -5%;
    top: -5%;*/
}

.gardenCase > ul.list > li > a > span.pic > label{
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    z-index: 2;
}
.gardenCase > ul.list > li > a > span.pic > label > font{
    color: #FFF;}
.threeItems{
    width: auto;
    padding: 0 120px;
    height: auto;
    overflow: hidden;
    margin-bottom: 40px;
}
.threeItems > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.threeItems > ul.list > li{
    float: left;
    width: 32%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
}
.threeItems > ul.list > li > a.more{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    overflow: hidden;
}
.threeItems > ul.list > li > a.more > span{
    color: #10A45A;
    vertical-align: middle;
}
.threeItems > ul.list > li > a.more > i{
    color: #10A45A;
    font-size: 14px;
    margin-left: 4px;
    vertical-align: middle;
}
.threeItems > ul.list > li:nth-child(3n){
    margin-right: 0;
}
.threeItems > ul.list > li > .title_{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.threeItems > ul.list > li > .title_ > img{
    display: block;
    width: 100%;
    height: auto;
}
.threeItems > ul.list > li > .pic{
    display: block;
    width: 100%;
    height: 0;
    background-size: 100% 100%;
    padding-bottom: 66.5%;
    position: relative;
    overflow: hidden;
}
.threeItems > ul.list > li > .pic > label{
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    left: 0;
    bottom: 0;
}
.threeItems > ul.list > li > .pic > label font{
    color: #FFF;}
.threeItems > ul.list > li > ul.innerList{
    width: 100%;
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #DCDCDC solid;
    border-bottom: 1px #DCDCDC solid;
    border-right: 1px #DCDCDC solid;
    padding-top: 16px;
}
.threeItems > ul.list > li > ul.innerList > li{
    width: 90%;
    margin: 0 5% 16px;
    height: auto;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li > a{
    display: block;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl{
    width: 100%;
    height: 90px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dt{
    float: left;
    width: 110px;
    height: 90px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dt img{
    width: 100%;
    height: 100%;
}


.threeItems > ul.list > li > ul.innerList > li > a > dl > dd{
    margin-left: 120px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.title{
    color: #333;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    /*font-weight: 600;*/
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.title font{
    color: #333;}

.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.title:hover{
    color: #222;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.title:hover font{
    color: #222;
}

.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.time{
    color: #999;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.detail{
    height: 40px;
    line-height: 20px;
    color: #999;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.detail01{
    height: 44px;
    line-height: 22px;
    color: #999;
    margin-top: 12px;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.detail02{
    height: 66px;
    line-height: 22px;
    color: #999;
}
.threeItems > ul.list > li > ul.innerList > li > a > dl > dd.time01{
    color: #999;
    font-size: 12px;
    height: 24px;
    line-height: 24px;
}


.threeItems > ul.list > li > ul.innerList > li.special{
    width: 96%;
    margin: 0 2% 10px;
    height: auto;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl{
    width: 100%;
    height: 75px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dt.head_name{
    float: left;
    width: 80px;
    height: 75px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dt.head_name > span{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 38px;
    overflow: hidden;
    margin: 0 auto;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dt.head_name > span img{
    width: 100%;
    height: 100%;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dt.head_name > label{
    height: 30px;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dd{
    margin-left: 90px;
    overflow: hidden;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dd.detail_{
    height: 40px;
    margin-bottom: 4px;
    line-height: 20px;
    color: #333;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dd.detail_ > span{
    color: #10A45A;
}
.threeItems > ul.list > li > ul.innerList > li.special > a > dl > dd.time_{
    height: 15px;
    line-height: 15px;
    color: #999;
    font-size: 12px;
}

.carousel .fBox{
    position: absolute;
    width: 270px;
    height: 410px;
    background-size: 100% 100%;
    background-image: url("../images/opacityBg.png");
    right: 120px;
    top: 50%;
    margin-top: -205px;
}
.carousel .fBox .caption{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-top: 14px;
}
.carousel .fBox ul.txtList{
    width: 100%;
    height: 45px;
	margin-bottom:20px;
    overflow: hidden; 
}
.carousel .fBox ul.txtList > li{
    float: left;
    width: 50%;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.carousel .fBox ul.txtList > li a{
    color: #FAFAFA;
    font-size: 18px;
}
.carousel .fBox ul.txtList2{ width:100%; height:24px; overflow:hidden; margin-bottom:10px;}
.carousel .fBox ul.txtList2 > li{float: left; text-align:center; width:100%;}
.carousel .fBox ul.txtList2 > li a{ font-size:14px; color:#fff; line-height:24px;}
.carousel .fBox .item{
    width:220px;
    height: 40px;
    background: #FFF;
    margin: 0 auto 20px;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.carousel .fBox .item input{
    display: block;
    width: 90%;
    padding: 0 5%;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.carousel .fBox .item span.danwei{
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 2px;
    background: #FFF;
}
.carousel .fBox .item select{
    display: block;
    width: 95%;
    padding: 0 0 0 5%;
    height: 40px;
    line-height: 40px;
    color: #666;
}
.carousel .fBox > .submit{
    display: block;
    width: 220px;
    height: 40px;
    background: #eb1111;
    color: #FFF;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
}
.carousel .fBox > .tips{
    width: 96%;
    margin: 12px auto 0;
    text-align: center;
    color: #FFF; 
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
}
.carousel .fBox > .tips span{
    font-size: 16px;
    color: #FA4C07;
}
svg a text{font-size: 16px;}

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: February 7, 2016
 */
.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
	float: left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate(0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto
}
.swiper-slide {
	-webkit-flex-shrink: 0;
	-ms-flex: 0 0 auto;
	flex-shrink: 0;
	width: 100%;
	position: relative
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
	height: auto
}
.swiper-container-autoheight .swiper-wrapper {
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-transition-property: -webkit-transform, height;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform, height
}
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000
}
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
	touch-action: pan-y
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
	touch-action: pan-x
}
.swiper-button-next, .swiper-button-prev {
	position: absolute;
	top: 50%;
	width: 27px;
	height: 44px;
	margin-top: -22px;
	z-index: 10;
	cursor: pointer;
	-moz-background-size: 27px 44px;
	-webkit-background-size: 27px 44px;
	background-size: 27px 44px;
	background-position: center;
	background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	left: 10px;
	right: auto
}
.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	right: 10px;
	left: auto
}
.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-pagination {
	position: absolute;
	text-align: center;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: 10px;
	left: 0;
	width: 100%
}
.swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: #000;
	opacity: .2
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer
}
.swiper-pagination-white .swiper-pagination-bullet {
	background: #fff
}
.swiper-pagination-bullet-active {
	opacity: 1;
	background: #007aff
}
.swiper-pagination-white .swiper-pagination-bullet-active {
	background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
	background: #000
}
.swiper-container-vertical>.swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-o-transform: translate(0, -50%);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 5px 0;
	display: block
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px
}
.swiper-pagination-progress {
	background: rgba(0,0,0,.25);
	position: absolute
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: #007aff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
	-webkit-transform-origin: right top;
	-moz-transform-origin: right top;
	-ms-transform-origin: right top;
	-o-transform-origin: right top;
	transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progress {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0
}
.swiper-container-vertical>.swiper-pagination-progress {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0
}
.swiper-pagination-progress.swiper-pagination-white {
	background: rgba(255,255,255,.5)
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
	background: #fff
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
	background: #000
}
.swiper-container-3d {
	-webkit-perspective: 1200px;
	-moz-perspective: 1200px;
	-o-perspective: 1200px;
	perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(right, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to left, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: -webkit-gradient(linear, right top, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to right, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to top, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
	background-image: -webkit-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: -o-linear-gradient(top, rgba(0,0,0,.5), rgba(0,0,0,0));
	background-image: linear-gradient(to bottom, rgba(0,0,0,.5), rgba(0,0,0,0))
}
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper {
	-ms-perspective: 1200px
}
.swiper-container-cube, .swiper-container-flip {
	overflow: visible
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1
}
.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden
}
.swiper-container-cube .swiper-slide {
	visibility: hidden;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	width: 100%;
	height: 100%
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-ms-transform-origin: 100% 0;
	transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
	pointer-events: auto;
	visibility: visible
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto
}
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0,0,0,.1)
}
.swiper-container-horizontal>.swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0,0,0,.5);
	border-radius: 10px;
	left: 0;
	top: 0
}
.swiper-scrollbar-cursor-drag {
	cursor: move
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	-webkit-transform-origin: 50%;
	-moz-transform-origin: 50%;
	transform-origin: 50%;
	-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	-moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
	animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-position: 50%;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}

#tagsList {
	background: #222;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;}
#tagsList a {
	position: absolute;
	top: 0px;
	left: 0px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	padding: 3px 6px;}
#tagsList a:hover {
	color: #FF0000;
	letter-spacing: 2px;}
svg {
	position: absolute;
	left: 50%;
	margin-left: -210px;
	top: 50%;
	margin-top: -150px;}
.swiper-container {
	width: 100%;
	background: #FFF;}
.swiper-slide{
	float: left;
	height: 32px;
	width: 26%;
	margin-right: 2%;
	line-height: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px #D0D0D0 solid;
	border-radius: 3px;
	text-align: center;
	position: relative;
	margin-bottom: 10px;}

em,i{font-style: normal}
.dataPool{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
    display: none;
}
/*.dataPool > .inner{
    position: absolute;
    width: 330px;
    padding: 0 10px;
    height: 450px;
    background: #FFF;
    top: 50%;
    margin-top: -275px;
    left: 50%;
    margin-left: -155px;
}*/
@media  screen and (min-width: 768px) {
    .dataPool > .inner{
    position: absolute;
    width: 330px;
    padding: 0 10px;
    height: 450px;
    background: #FFF;
    top: 50%;
    margin-top: -225px;
    left: 50%;
    margin-left: -155px;
}
}
@media  screen and (max-width: 767px) {
    .dataPool > .inner{
        position: relative;
    width: 97%;
    margin: 30px auto;
    padding: 10px;
    height: 450px;
    background: #FFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
        box-sizing: border-box;
}
}
.dataPool > .inner i.close{
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 18px;
    color: #222;
    cursor: pointer;
}
.dataPool > .inner > dl.basic{
    width: 100%;
    height: 42px;
    overflow: hidden;
    margin-top: 14px;
}
.dataPool > .inner > dl.basic dt{
    float: left;
    width: 42px;
    height: 42px;
    border-radius: 42px;
    overflow: hidden;
}
.dataPool > .inner > dl.basic dd{
    margin-left: 56px;
    overflow: hidden;
}
.dataPool > .inner > dl.basic dd.name{
    height: 24px;
    line-height: 24px;
}
.dataPool > .inner > dl.basic dd.name span.nam{
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    margin-right: 10px;
}
.dataPool > .inner > dl.basic dd.tip{
    height: 18px;
    line-height: 18px;
    font-size: 12px;
}
.dataPool > .inner > dl.basic dt img{width: 100%;height: 100%}
.dataPool > .inner > .dateForm{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.dataPool > .inner > .dateForm .item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
    position: relative;
}
.dataPool > .inner > .dateForm .item > em{
    display: block;
    height: 18px;
    width: 0;
    border-right: 1px #DCDCDC solid;
    position: absolute;
    top: 8px;
    left: 148px;
}
.dataPool > .inner > .dateForm .item select.address{
    float: left;
    width: 68px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border: 1px #DCDCDC solid;
    border-right: 0;
}
.dataPool > .inner > .dateForm .item select.area{
    float: left;
    width: 208px;
    height: 36px;
    border: 1px #DCDCDC solid;
    line-height: 36px;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item input.special01{
    float: left;
    width: 120px;
    height: 34px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    /*border-left: 0;*/
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item:first-child{
    margin-top: 0;
}
.dataPool > .inner > .dateForm .item .txt{
    float: left;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item .txt i{
    color: red;
}
.dataPool > .inner > .dateForm .item input.default{
    float: left;
    width: 188px;
    height: 36px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    font-size: 12px;
}
.dataPool > .inner > .dateForm .item input.special{
    float: left;
    width: 108px;
    height: 36px;
    border: 1px #DCDCDC solid;
    padding: 0 10px;
    border-right: 0;
    font-size: 12px;
}

.dataPool > .inner > .dateForm .item .send_code{float: left;background: #222;width: 78px;text-align: center;height: 38px;line-height: 38px;}
.dataPool > .inner > .dateForm .item .send_code label.obtain{font-size: 12px;color: #FFF;display: block;width: 100%;height: 38px;overflow: hidden;}
.dataPool > .inner > .dateForm .item .send_code label.repeat{font-size: 12px;color: #FFF;display: none;width: 100%;height: 38px;overflow: hidden;}
.dataPool > .inner > .dateForm .item .send_code label.repeat > span{color: #FFF;font-size: 12px}
.dataPool > .inner > .dateForm p.tip{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #999;
    margin: 10px 0;
}
.dataPool > .inner > .dateForm input.submit{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #222;
    color: #FFF;
    border-radius: 5px;
}



.groupIndex{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F2F2F2;
}
.groupIndex .breadNav{
    width: 100%;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
}
.groupIndex .breadNav span{
    color: #333;
}
.groupIndex .breadNav a{
    color: #333;
}
.groupIndex .breadNav a:hover{
    color: #10A45A;
}
.groupIndex .breadNav em{
    color: #333;
}
.groupIndex .filter{
    width: 100%;
    height: auto;
    border: 1px #DCDCDC solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 22px;
}

.groupIndex .filter ul.colList{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.groupIndex .filter ul.colList > li{
    width: 100%;
    height: auto;
}
.groupIndex .filter ul.colList > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #EFEFEF;
}
.groupIndex .filter ul.colList > li dl dt{
    float: left;
    width: 130px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd{
    margin-left: 130px;
    overflow: hidden;
    border-left: 1px #DCDCDC solid;
    height: auto;
    background: #FFF;
}
.groupIndex .filter ul.colList > li dl dd .aBox{
    float: left;
    width: 90%;
    height: 50px;
    overflow: hidden;
}
.groupIndex .filter ul.colList > li dl dd .aBox a{
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    float: left;
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd .aBox a:hover{
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd .aBox a.focus{
    color: #222;
}
.groupIndex .filter ul.colList > li dl dd span.moreBtn{
    float: right;
    width: 9%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.groupIndex .filter ul.colList > li dl dd .hideList{
    width: 90%;
    height: auto;
    overflow: hidden;
    display: none;
}
.groupIndex .filter ul.colList > li dl dd .hideList a{
    height: 50px;
    line-height: 50px;
    padding: 0 16px;
    float: left;
}
.groupIndex .filter ul.colList > li dl dd .hideList a:hover{
    color: #222;
}
.groupIndex .filter01{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    overflow: hidden;
    border: 1px #DCDCDC solid;
}
.groupIndex .filter01 ul{
    width: 100%;
    height: 50px;
    overflow: hidden;
}
.groupIndex .filter01 ul li{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 10%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
    border-right: 1px #DCDCDC solid;
}
.groupIndex .filter01 ul li a{display: block;width: 100%;height: 50px}
.groupIndex .filter01 ul li a i{font-size: 14px;margin-left: 4px;}
.groupIndex .filter01 ul li a:hover span{color: #222}
.groupIndex .filter01 ul li a:hover i{color: #222}
.groupIndex .filter01 ul li.special{
    width: 130px;
    color: #222;
}
.groupIndex .filter01 ul li.special a span{
    color: #222;   
}
.groupIndex .filter01 ul li.special a i{
    color: #222;   
}
.groupIndex .banner_Intro{
    width: 99%;
    padding: 14px 0 20px 1%;
    overflow: hidden;
    height: auto;
    background: #FFF;
    margin-top: 20px;
}
.groupIndex .banner_Intro .l_banner{
    float: left;
    width: 65%;
    height: auto;
    margin-right: 1%;
}

.carousel{
    margin: 0 auto;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.carousel .block_home_slider {line-height: 0;margin-left: auto;margin-right: auto;position: relative;text-align: center;}
.carousel .block_home_slider .slide {position: relative;}
.carousel .block_home_slider .flex-viewport{ height:auto;}
.carousel .block_home_slider .caption p {color: #dedede;font-size: 11px;line-height: 17px;padding-bottom: 0;}
.carousel .block_home_slider .caption p.title {color: #ffffff;font-size: 15px;font-weight: bold;line-height: normal;padding-bottom: 6px;}
.carousel .block_home_slider .flex-control-paging {display:block;width: 100%; position:absolute; bottom:5%;}
.carousel .block_home_slider .flex-control-paging li {list-style-type: none;margin: 0;overflow: hidden;padding: 0;margin:0px 6px;display: inline-block;*display:inline;zoom:1;}
.carousel .block_home_slider .flex-control-paging li a{border-radius: 10px;cursor: pointer;display: block;text-indent: -9000px;width: 10px;height: 10px;background: #FFF;opacity: 0.6}
.carousel .block_home_slider .flex-control-paging li a.flex-active {background:#eb1111;background-position: right top;opacity: 0.6}
.carousel .block_home_post_feature {width: 300px;}
.carousel .block_home_post_feature p {padding-bottom: 0;}
.carousel .flexslider {margin: 0;padding: 0;}
.carousel .flexslider .slides > li {display: none;list-style-type: none;}
.carousel .flexslider .slides img {display: block;width: 100%;}
.carousel .flex-pauseplay span {text-transform: capitalize;}
/*轮播左右导航*/
/*#home_slider{position: relative;}*/
/*#home_slider ul >li > a{display: block;}*/
/*#home_slider ul >li > a > img{width: 100%;height: 100%;}*/
/*#home_slider .flex-direction-nav{position: absolute;top: 20px;left: 0;width: 100%;height: 30px}*/
/*#home_slider .flex-direction-nav > li:first-child{*/
/*float: left;*/
/*width: 26px;*/
/*height: 26px;*/
/*background: red;*/
/*}*/
/*#home_slider .flex-direction-nav > li:last-child{*/
/*float: right;*/
/*width: 26px;*/
/*height: 26px;*/
/*background: red;*/
/*}*/

.groupIndex .banner_Intro .r_Intro{
    float: right;
    width: 34%;
    height: auto;
    overflow: hidden;
}
.groupIndex .banner_Intro .r_Intro .inner{
    width: 100%;
    height: 0;
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}
.groupIndex .banner_Intro .r_Intro .inner em.top{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 2px #222 solid;
    left: 0;
    top: 0;
    border-left: 2px #222 solid;
}
.groupIndex .banner_Intro .r_Intro .inner em.bottom{
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 2px #222 solid;
    right: 0;
    bottom: 0;
    border-right: 2px #222 solid;
}
.groupIndex .banner_Intro .r_Intro .inner p.caption{
    width: 90%;
    margin: 20px 5% 0;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 26px;
    color: #1BA91D;
}
.groupIndex .banner_Intro .r_Intro .inner p.title{
    width: 90%;
    margin: 0 5%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    position: relative;
}
.groupIndex .banner_Intro .r_Intro .inner p.title em{
    display: block;
    width: 26px;
    height: 0;
    border-bottom: 1px #222 solid;
    position: absolute;
    bottom: 0;
}
.groupIndex .banner_Intro .r_Intro .inner div.intro{
    width: 90%;
    margin: 20px 5% 5px;
    height: auto;
    overflow: hidden;
    text-indent: 2em;
    line-height: 22px;
}
.groupIndex .designerList{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.groupIndex .designerList > ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.groupIndex .designerList > ul > li{
    float: left;
    width: 23.5%;
    margin-right: 2%;
    height: auto;
    overflow: hidden;
    margin-bottom: 20px;
}
.groupIndex .designerList > ul > li:nth-child(4n){
    margin-right: 0;
}
.groupIndex .designerList > ul > li{
    display: block;
}
.groupIndex .designerList > ul > li:hover{
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.groupIndex .designerList > ul > li:hover .detail .namEtc > span.nam{
    color: #222;
}
.groupIndex .designerList > ul > li .pic{
    width: 100%;
    height: 0;
    overflow: hidden;
    background-size: 100% 100%;
    padding-bottom: 119%;
}
.groupIndex .designerList > ul > li .detail{
    width: 90%;
    padding: 0 5%;
    height: auto;
    background: #FFF;
}
.groupIndex .designerList > ul > li a{
    display: block;
}
.groupIndex .designerList > ul > li .detail .namEtc{
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.nam{
    float: left;
    font-size: 16px;
    color: #333;
    /*margin-right: 14px;*/
    width: 25%;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail .namEtc > label{
    font-size: 14px;
    float: left;
    margin-left: 2%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.fans{
    float: right;
    text-align: right;
    width: 26%;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail .namEtc > span.fans i{
    color: #999;
}
.groupIndex .designerList > ul > li .detail ul.experience{
    width: 100%;
    height: 40px;
    overflow: hidden;
}
.groupIndex .designerList > ul > li .detail ul.experience li{
    float: left;
    width: 50%;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}
.groupIndex .designerList > ul > li .detail ul.experience li span{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox{
    width: 90%;
    padding: 0 5% 20px;
    height: auto;
    overflow: hidden;
    background: #FFF;
}
.groupIndex .designerList > ul > li .btnBox > a{
    overflow: hidden;
}
.groupIndex .designerList > ul > li .btnBox > a i{
    vertical-align: middle;
    margin-right: 4px;
}
.groupIndex .designerList > ul > li .btnBox > a span{
    vertical-align: middle;
}
.groupIndex .designerList > ul > li .btnBox > a.date{
    float: left;
    width: 49%;
    height: 36px;
    line-height: 32px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #ddd solid;
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox > a.date i{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox > a.date span{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox > a.date:hover{
	background:#222;
	color:#fff;}
.groupIndex .designerList > ul > li .btnBox > a.date:hover i{
	color:#fff;}
.groupIndex .designerList > ul > li .btnBox > a.date:hover span{
	color:#fff;}
.groupIndex .designerList > ul > li .btnBox > a.inline{
    margin-left: 2%;
    float: left;
    width: 49%;
    height: 36px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background:#fff;
    border: 1px #ddd solid;
}
.groupIndex .designerList > ul > li .btnBox > a.inline i{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox > a.inline span{
    color: #333;
}
.groupIndex .designerList > ul > li .btnBox > a.inline:hover{
	background:#222;
	color:#fff;}
.groupIndex .designerList > ul > li .btnBox > a.inline:hover i{
	color:#fff;}
.groupIndex .designerList > ul > li .btnBox > a.inline:hover span{
	color:#fff;}

.fitmentIndex{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F2F2F2;
}
.fitmentIndex .caseShow{
    width: 100%;
    height: auto;
    overflow: auto;
    margin: 20px auto;
    background: #FFF;
}
.fitmentIndex .caseShow p.txt{
    width: 96%;
    margin: 0 2% 20px;
    height: 65px;
    line-height: 65px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
    font-size: 22px;
    color: #333;
}
.fitmentIndex .caseShow > ul.list{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentIndex .caseShow > ul.list > li{
    float: left;
    margin-right: 2%;
    height: auto;
    width: 32%;
    margin-bottom: 16px;
    overflow: hidden;
    background: #FFF;
}
.fitmentIndex .caseShow > ul.list > li:hover{
    -webkit-box-shadow: 0 0 10px #CCC;
    -moz-box-shadow: 0 0 10px #CCC;
    box-shadow: 0 0 10px #CCC;
}
.fitmentIndex .caseShow > ul.list > li:hover a .info p.title{
    color: #222;
}


.fitmentIndex .caseShow > ul.list > li:nth-child(3n){
    margin-right: 0;
}
.fitmentIndex .caseShow > ul.list > li a{
    display: block;
}
.fitmentIndex .caseShow > ul.list > li a .pic{
    display: block;
    width: 100%;
    background-size: 100% 100%;
    padding-bottom: 62%;
    height: 0;
}
.fitmentIndex .caseShow > ul.list > li a .info{
    display: block;
    width: 90%;
    height: auto;
    padding: 10px 5%;
}
.fitmentIndex .caseShow > ul.list > li a .info p.title{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #333;
    font-size: 16px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl{
    width: 100%;
    height: 26px;
    overflow: hidden;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li{
    float: left;
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 1px #999999 solid;
    height: 16px;
    line-height: 16px;
    text-align: center;
    overflow: hidden;
    margin-top: 5px;
    font-size: 14px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:nth-child(4){
    overflow: visible;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:first-child{border-left: 0;text-align: left;}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li span{
    font-size: 14px;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li label{
    display: block;
    font-size: 12px;
    width: 44px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #FF0000;
    color: #FFF;
    margin-top: -3px;
    float: right;
}
.fitmentIndex .caseShow > ul.list > li a .info ul.innerUl li:nth-child(4){
    border-left: 0;
}

.fitmentIndex .caseShow p.viewMore01{
    width: 96%;
    margin: 10px 2% 20px;
    background: #EEEEEE;
    border-radius: 5px;
    height: 36px;
}
.fitmentIndex .caseShow p.viewMore01 a{
    display: block;
    width: 100%;height: 36px;line-height: 36px;text-align: center;
}

.fitmentDetail{
    max-width: 1920px;
    margin: 0 auto;
    height: auto;
    padding: 0 120px;
    overflow: hidden;
    background: #F5F5F5;
}
.fitmentDetail .mainBox{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin:0 0 20px 0;
}

.fitmentDetail .mainBox .l_Pond{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three{
    width: 96%;
    padding: 16px 2%;
    background: #FFF;
    margin-top: 10px;
}
.fitmentDetail .mainBox .l_Pond .three > .title{
    width: 100%;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
}
.fitmentDetail .mainBox .l_Pond .three > .title > span{
    font-size: 16px;
    color: #333;
}
.fitmentDetail .mainBox .l_Pond .three form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish{
    width: 100%;
    height: auto;
    padding: 20px 0;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dt{
    float: left;
    width: 55px;
    height: 55px;
    border-radius: 55px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dt img{
    width: 100%;
    height: 100%;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd{
    margin-left: 80px;
    height: 42px;
    border: 1px #D2D2D2 solid;
    margin-top: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 80px;
    position: relative;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .val{
    display: block;
    width: 94%;
    padding: 0 3%;
    height: 40px;
}
.fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .submit{
    display: block;
    position: absolute;
    width: 60px;
    height: 30px;
    background: #222;
    color: #FFF;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    right: 6px;
    top: 6px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > p{
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    overflow: hidden;
    background: #EEEEEE;
    cursor: pointer;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 25px 0;
    border-top: 1px #D2D2D2 dashed;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dt{
    float: left;
    height: 55px;
    width: 55px;
    border-radius: 55px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dt img{width: 100%;height: 100%}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd{
    margin-left: 80px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name{
    height: 42px;
    margin-top: 6px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.nam{
    float: left;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.time{
    float: right;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    color: #999;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.estimate{
    line-height: 22px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response{
    height: 30px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span{
    float: right;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span i{
    margin-right: 6px;
    vertical-align: middle;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span label{
    vertical-align: middle;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span:hover i{
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span:hover label{
    color: #222;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm{
    margin: 10px 0 10px 80px;
    display: none;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace{
    width: 100%;
    height: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #222 solid;
    margin-bottom: 20px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace p{
    width: 96%;
    margin: 0 2%;
    height: 22px;
    line-height: 22px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace textarea{
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5px 2%;
    height: 40px;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form span.cancel{
    float: right;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}
.fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .submit{
    float: right;
    margin-right: 10px;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
    background: #222;
    border-radius: 3px;
}
.designDetailBanner{
    width: 100%;
    height: 280px;
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
    background-position: center;
}
.designDetailBanner > p.txt{
    width: 100%;
    height: 26px;
    line-height: 26px;
    overflow: hidden;
    color: #FFF;
    position: absolute;
    left: 0;
    top: 205px;
    text-align: center;
    font-size: 18px;
}
.designDetailBanner .headBox{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    border-radius: 150px;
    overflow: hidden;
    margin-top: -100px;
    margin-left: -75px;
    background: #FFF;
}
.designDetailBanner .headBox img{
    display: block;
    width: 144px;
    border-radius: 148px;
    margin: 3px;
}

.fitmentIndex .detailIntro{
    width: 96%;
    padding: 20px 2%;
    background: #FFF;
    height: auto;
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond{
    float: left;
    width: 26%;
    height: auto;
    overflow: hidden;
    margin-right: 2%;
}
.fitmentIndex .detailIntro .l_Pond .pic{
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px #DCDCDC solid;
    padding: 4px;
}
.fitmentIndex .detailIntro .l_Pond .pic img{
    width: 100%;
    height: auto;
    display: block;
}

.fitmentIndex .detailIntro .l_Pond .btnBox{
    width: 100%;
    padding: 10px 0;
    height: auto;
    overflow: hidden;
    background: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a{
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a i{
    vertical-align: middle;
    margin-right: 4px;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a span{
    vertical-align: middle;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date{
    float: left;
    width: 49%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background: #032322;
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date i{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.date span{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline{
    margin-left: 2%;
    float: left;
    width: 49%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #FFF;
    background: #222;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline i{
    color: #FFF;
}
.fitmentIndex .detailIntro .l_Pond .btnBox > a.inline span{
    color: #FFF;
}


.fitmentIndex .detailIntro .l_Pond ul.item{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 10px;
}
.fitmentIndex .detailIntro .l_Pond ul.item li{
    float: left;
    width: 33.3333%;
    padding: 0 0 5px;
    height: 64px;
    overflow: hidden;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a{
    display: block;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a span{
    display: block;
    width: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    overflow: hidden;
    font-size: 18px;
    color: #333;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a label{
    display: block;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
    color: #222;
    font-size: 16px;
}
.fitmentIndex .detailIntro .l_Pond ul.item li a span i{
    font-size: 18px;
}
.fitmentIndex .detailIntro .l_Pond .share{
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.fitmentIndex .detailIntro .r_detail{
    float: right;
    width: 67%;
    padding: 0 2%;
    height: auto;
    overflow: hidden;
    border-left: 1px #DCDCDC dashed;
}
.fitmentIndex .detailIntro .r_detail .basic{
    height: 56px;
    line-height: 56px;
    overflow: hidden;
    border-bottom: 1px #DCDCDC solid;
}
.fitmentIndex .detailIntro .r_detail .basic .nam{
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-right: 20px;
}
.fitmentIndex .detailIntro .r_detail .basic .position{
    float: right;
}
.fitmentIndex .detailIntro .r_detail .details{
    margin-top: 20px;
}


@charset "utf-8";
@-ms-viewport {width:device-width;}
@-webkit-viewport {width:device-width;}
@-moz-viewport {width:device-width;}
@-ms-viewport {width:device-width;}
@-o-viewport {width:device-width;}
@viewport {width:device-width;}

@media screen and (max-width:1200px) {
	.contentBox .iconNav ul li{
		width:32.333%;
		margin-left:0;
		margin-right:1%;
		margin-top:5px;}}
@media screen and (max-width:960px) {
	.contentBox > .pcTrueCase > ul.list > li{
		width:49%;}
	.contentBox > .hotTrueCase > ul.list > li{
		width:24.25%;}}
@media screen and (max-width:1024px) {
	.generalCaseShow > ul.list > li{
		width:32.333%;
		margin-top:10px;}}
@media screen and (max-width:768px) {
	.generalCaseShow > ul.list > li{
		width:49%;}
	.contentBox > .hotTrueCase > ul.list > li{
		width:49%;
		margin-bottom:5px;}}



@media screen and (max-width:1550px) {
	.home-sub ul li span{ font-size:12px;}
	.home-sub ul li p{ font-size:12px;}
}
@media screen and (max-width:1280px) {
	.home-sub ul li div {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    text-align: center;
	margin-top:10px;
}
.contentBox > .pcCaseNav > ul.list {
    width: 80%;
    margin: 0 10%;
}
}

/* ------------------------------------------------min-width:1201px--------------------------------------------------*/
/* ------------------------------------------------max-width:1200px------------------------------------------------- */
@media screen and (max-width:1200px) {
    .txtTitle{display: none}
    .searchSpace > .login_nav{display: none}
    .searchSpace > .telephonePool_tel{display: none}
    .searchSpace > .logoBox_pc{width: 100%;}
    .searchSpace >.searchBox{width: 100%}
    .searchSpace > .telephonePool_pc{width: 100%}
    .fixedFooter01{display: none}
    .footerTel{display: none}
    .contentBox > .pcCaseNav > ul.list > li > span{width:95%}
    .fixedFooter > .inner > ul.list > li > .in{width: 90px}
    .fixedFooter > .inner > ul.list > li > .in > input{width: 50px}
    .fixedFooter > .inner > ul.list > li > a{width: 100px}
    .contentBox > .telCaseNav{display: none}
    .contentBox > p.pTxt{display: none}
    #toTop{display: none;}
    /*.searchSpace > .logoBox_pc{float: left;width: auto;height: 100px;overflow: hidden;}*/
    .footerTel01{display: none}

    /*田园装饰首页*/
    .companyIntro{padding: 0}
    .companyIntro > .introContent{padding: 0 2%;}
    .companyIntro > .introContent > .pic{right: 50%;margin-right: -260px}
    .companyIntro > .introContent > .introTxt{margin-top: 370px}
    .completeCase > .innerPool .l_Pond p.view{display: none}
    .fitmentIndex .caseShow p.viewMore{display: none}
    .perCtHeader{display: none}
    .perCtHeader01{display: block}
    .ke-container{display: block}
    #detail_y{display: none}
    .forRecord > .details_{display: none}

        .searchSpace{padding:0 4% 0 120px;width: 100%;height: 56px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;position: relative;}
    .searchSpace > .logoBox_pc{position: absolute;left: 10px;top: 0;height: 56px;width: 120px;}
    .searchSpace > .logoBox_pc > .logo{width: 120px;height: auto;overflow: hidden;margin-top: 8px;}
    .searchSpace >.searchBox{display: none;}
    .searchSpace > .telephonePool_pc{  display: none;}
    .searchSpace > .login_nav{display: block}
    .searchSpace > .telephonePool_tel{display: block}

    .searchSpace > .telephonePool_tel > p.num{font-size: 12px;}
    .mainNav{display: none}
    .contentBox .iconNavTel{display: none;}
    .contentBox .iconNav{display: block;}
    .searchSpace > .logoBox_pc > .logo img{margin-top: 5px;}
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{display: none;}
    .partTwo_{display: none}
}

/* ------------------------------------------------max-width:990px-------------------------------------------------- */
@media screen and (max-width:990px) {
	/*.searchSpace{
		display: none;
	}*/
	.carousel .flexslider .slides img{ width:160%; overflow:hidden}
	.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam > span{ font-size:12px;}
	.generalCaseShow > ul.list > li a .pic > .innerBox > p.nam > label{ font-size:12px;}
	.generalCaseShow > ul.list > li > ul.btnBox > li > a.view{font-size:12px;}
	.generalCaseShow > ul.list > li > ul.btnBox > li > a.data{font-size:12px;}
	.contentBox > .picTitle a.more{ display:none}
	.contentBox > .picTitle .text{ font-size:12px;}
    .header{display: none;}
    .carousel .block_home_slider .flex-control-paging li a{cursor: pointer;display: block;text-indent: -9000px;width: 8px;height: 8px;background: #FFF;opacity: 0.6;border-radius: 8px;}
    .carousel .block_home_slider .flex-control-paging li{margin:0px 4px;}
    .contentBox > .picTitle{display: block;}
    .txtTitle{display: none}
    .contentBox{width: 100%;padding: 0;}


    
    .fixedFooter{display: none}
    /*.footer01{display: none}*/
    .fixedFooter01{display: block}
    /*.footerTel{display: block}*/
    .contentBox > a.more{display: block;box-sizing: border-box;padding: 0 2%}
    .contentBox > .telCaseNav{display: none}
    .contentBox > p.pTxt{display: none}
    .contentBox > .pcTrueCase{width: 96%;margin:10px 2% 0}
    .generalCaseShow{width: 96%;margin:10px 2% 0}
    .gardenCase{margin:4px 2% 0;padding: 0}
    .threeItems{margin:0 2% 40px;padding: 0}
    #toTop{display: none;}
    .searchSpace > .welLogin{display: none}
    .searchSpace > .logReg{display: none}
    .footerTel01{display: block}
    .footer02{display: none}
    .contentBox > .pcCaseNav{padding: 0}
    .contentBox > .picTitle{/*padding: 0 40px;*//*margin:10px 20px;*/}

    /*田园本色首页*/
    .kbEstimate > .itemPool > .inner > li{width: 47%;margin-right: 2%;margin-bottom: 10px}
    .kbEstimate > .itemPool > .inner > li:nth-child(2n){margin-right: 0}

    /*完工评价*/
    .completeCase > .innerPool .l_Pond{width: 100%}
    .completeCase > .innerPool .r_Pond{display: none}
    .completeCase > .innerPool .l_Pond p.view{display: none}

    /*装修日记详情*/
    .headInfo{height: auto;border-bottom: 0}
    .headInfo .inner{height: auto}
    .headInfo .inner .l_box{width: 100%;height: auto;margin-top: 20px}
    .headInfo .inner .l_box dl{height: auto}
    .headInfo .inner .l_box dl dt{width: 100%}
    .headInfo .inner .l_box dl dd{width: 100%;float: left;margin-left: 0}
    .headInfo .inner .l_box dl dt img{width: 60px;height: 60px;border-radius: 60px}
    .headInfo .inner .l_box dl dt .nam{font-size: 12px}
    .headInfo .inner .l_box dl dd.title{text-align: center}
    .headInfo .inner .l_box dl dd.title span{font-size: 14px}
    .headInfo .inner .l_box dl dd.tim{text-align: center;font-size: 12px;height: 24px;line-height: 24px}
    .headInfo .inner .r_box{height: auto;width: 100%;overflow: hidden;margin-top: 5px;}
    .headInfo .inner .r_box ul{margin: 0;width: 100%;padding: 10px 0;border-top: 1px #E5E5E5 solid}
    .headInfo .inner .l_box dl dd.twoInfo{margin-top: 0}
    .fitmentIndex .caseShow p.viewMore{display: none}
    .fitmentIndex{padding: 0 2%}
       .secretDetail_Content_left_btn a button{
       	width: 44%;
       }
       .secretDetail_Content_left_btn a:nth-child(2) button{
       	margin-right: 0;
       }
    /*装修案例详情*/
    .fitmentDetail .mainBox .l_Pond{width: 100%;margin-bottom: 10px}
    .fitmentDetail .mainBox .r_Pond{width: 100%;margin-left: 0;}

    /*设计团队*/
    .groupIndex{padding: 0 2%}

    /* 会员中心头底部 */
    .perCtFooter{height: 78px;padding:6px 2%;}
    .perCtFooter .l_pond{width: 100%;height: 52px}
    .perCtFooter .l_pond .double{height: 26px;}
    .perCtFooter .l_pond .double a{margin-top: 5px;}
    .perCtFooter .l_pond .other{height: 26px;line-height: 26px}
    .perCtFooter .l_pond .other span{margin-left: 20px}
    .perCtFooter .r_pond{width: 100%;height: 26px;line-height: 26px;margin-top: 0;}

    /* 会员中心（装修日记） */
    .container_right{box-sizing: border-box;padding: 0 2% ;width: 100%;background: #FFF;margin-top: 0;}
    .note_r > ul.nav > li{width: 70px}
    .note_r > ul.nav > li span{font-size: 14px}
    .note_r > .switchPool{margin-top: 10px}
    .note_r > .switchPool > .switchItem .editNote > .item{margin-bottom: 10px}
    .note_r > .switchPool > .switchItem .editNote > .item > .box{width: 100%}
    .note_r > .switchPool > .switchItem .editNote > .item > .box01{width: 100%}
    .note_r > .switchPool > .switchItem .editNote > .item > .box02{width: 100%}
    .note_r > .switchPool > .switchItem .editNote > .item{padding-left: 80px}
    .note_r > .switchPool > .switchItem .editNote > .item > label.txt{width: 80px}
    .note_r > .switchPool > .switchItem .editNote > .item > label.txt span{font-size: 12px;}
    .note_r > .switchPool > .switchItem .editNote > .item > .box01 ul.space{padding: 10px 10px 0}
    .ke-container{display: none}
    #detail_y{display: block}
    .note_r > .switchPool > .switchItem .editNote .submit{
        display: block;
        margin: 10px 0 30px 90px;
        width: 110px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #222;
        border-radius: 5px;
        color: #FFF;
    }
    .forRecord > .details_{display: none}
    .forRecord > .details{display: block}
    #bannerNav{display: none;}
    .carousel .fBox{
        display: none;
    }

    .contentBox .iconNavTel{display: none;}
    .contentBox .iconNav{display: block;padding: 20px 10px 0}
    /*.bbgg{background: #FFF;}*/
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{display: none;}
    .partTwo_{display: none}

}

@media screen and (max-width:960px) {
.home-sub ul li {
    float: left;
    width: 33.33%;
    border-left: 1px solid #4c4c4c;
    color: #FFFFFF;
    box-sizing: border-box;
    border-bottom: 1px solid #4c4c4c;
}
.home-sub ul li div { 
    width: 70%; 
    text-align: left;
    margin-bottom: 10px;
}
.home-sub ul li:nth-child(3n){
	border-right:1px solid #4c4c4c;}
.home-sub ul li img{ width:15%}
.home-sub ul li a{ padding:15px 0;}
}


/* ------------------------------------------------max-width:768px-------------------------------------------------- */
@media screen and (max-width:768px) {
	.enterpriseDynamic .showBox > ul.list > li .texPool .inner p.time{ margin:10px 0;}
	.contentBox > .pcCaseNav > ul.list {
    width: 96%;
    margin: 0 2%;}
	.contentBox > .pcCaseNav > ul.list > li > span{ font-size:12px;line-height:30px; height:30px;}
	.contentBox > .pcCaseNav > ul.list > li{ width:16%; margin:0 0.33%}
    .txtTitle{display: block}
    /*.contentBox > .picTitle{display: none;}*/
    
    .contentBox > .telCaseNav{display: none}
    .contentBox > p.pTxt{display: block}
    .contentBox > a.more{display: none}
    .rFixNav{display: none}
    #toTop{display: block;}

    /*登录*/
/*    .lgContent > .loginPool{width: 100%;left: 0;margin-left: 0}
    .lgContent > .loginPool > .caption{width: 100%;}
    .lgContent > .loginPool > .innerBox{width: 100%;height: auto;}
    .completeCase > .innerPool .l_Pond p.view{display: block}*/

        .lgContent{min-height: 750px;box-sizing: border-box;border-top: 10px #E5E5E5 solid;overflow: hidden}
    .lgContent > img{display: none}
    .lgContent > .loginPool{width: 100%;left: 0;margin-left: 0;top: -16px}
    .lgContent > .loginPool > .caption{width: 96%;margin: 0 2%}
    .lgContent > .loginPool > .innerBox{width: 100%;height: auto;}
    .lgContent > .loginPool > .innerBox > .tkcg{width: 96%;margin: 0 2%}
    .lgContent > .loginPool > .innerBox > .itemBox{width: 100%;}
    .lgContent > .loginPool > .innerBox > .itemBox > ul.nav{width: 96%;margin-left: 2%}
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .item{width: 96%;box-sizing: border-box;margin-left: 2%}
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .item > input{width: 100%;box-sizing: border-box}
    #drag{width: 100%}
    #drag .drag_text{width: 100%}

    /*注册*/
    .content01 > .inner{right: 50%;margin-right: -180px;}
    /*田园本色首页*/
    .kbEstimate > .itemPool{width: 100%;box-sizing: border-box;padding: 0 2%;margin: 10px 0}
    .carousel{width: 100%}
    .honoraryCertificate .showBox{padding: 0 2%}
    .honoraryCertificate .showBox > .list > li{width: 49%;margin-bottom: 20px}
    .honoraryCertificate .showBox > .list > li:nth-child(2n){margin-right: 0}
    .enterpriseDynamic .showBox{padding: 0 2%;}
    .enterpriseDynamic .showBox > ul.list > li{width: 49%;}
    .enterpriseDynamic .showBox > ul.list > li:nth-child(3n){margin-right: 2%}
    .enterpriseDynamic .showBox > ul.list > li:nth-child(2n){margin-right: 0}

    /*公司简介*/
    .cpnProfileDetailBox{padding: 20px 2% 40px;margin: 0 auto;background: #F5F5F5;overflow: hidden;}
    /* 完工评价 */
    .completeCase{padding: 10px 2%}
    .completeCase > .innerPool{min-height: 100px}
    .completeCase > .innerPool .l_Pond .pageChangeNav{display: none}

    /*装修日志详情*/
    .headInfo{padding: 0 2%}

    /*发展历程*/
    .developCourse{padding: 10px 2%}
    .developCourse .inner{padding:0 0 40px 62px;}
    .developCourse .inner .entity .year .numBox {height: 36px;left: -59px;top: 4px;width: 62px;}
    .developCourse .inner .entity .year .numBox .lBox {font-size: 12px;font-weight: bold;height: 20px;line-height: 20px;width: 52px;}
    .developCourse .inner .entity .year .numBox .circle {border: 1px solid #222;border-radius: 16px;height: 8px;margin-left: 2px;margin-top: 6px;width: 8px;}
    .developCourse .inner .entity {border-left: 2px solid #222;padding: 40px 0;width: 99%;}
    .developCourse .inner .entity .year dl.item dt{font-size: 14px;width: 40px;height: 16px;line-height: 16px}
    .developCourse .inner .entity .year dl.item dd{font-size: 14px;line-height: 18px;margin-left: 54px}

    /*荣誉资质*/
    .honorQualification{padding: 10px 2%}
    .honorQualification ul.list li{width: 49%;margin-right: 2%;margin-bottom: 10px}
    .honorQualification ul.list li:nth-child(2n){margin-right: 0}
    .honorQualification ul.list li p.text{font-size: 14px}

    /*装修案例*/
    .fitmentIndex{padding: 0 2%}
    .fitmentIndex .caseShow .pageChangeNav{display: none}
    .fitmentIndex .caseShow p.viewMore{display: block}
    .fitmentIndex .caseShow p.viewMore a{display: block;}

    /*装修案例详情*/
    .fitmentDetail{padding: 0 2%}
    .fitmentDetail .mainBox .l_Pond .caption .list{height: auto;margin: 10px auto 0;}
    .fitmentDetail .mainBox .l_Pond .caption .list li{width: auto}
    .fitmentDetail .mainBox .l_Pond .caption{height: auto;border-top: 1px #DCDCDC solid}
    .fitmentDetail .mainBox .l_Pond .caption .list li span{width: auto;padding: 0 10px}
    .fitmentDetail .mainBox .l_Pond .share{position: relative;top: 0;left:5%;}
    .fitmentDetail .mainBox .l_Pond .caption .sign{width: 30px;padding: 5px; line-height: 16px;font-size: 14px;height: auto}
    .fitmentDetail .mainBox .l_Pond .caption{padding-top: 10px}
    .fitmentDetail .mainBox .l_Pond .caption p.title{font-size: 16px;}
    .fitmentDetail .mainBox .l_Pond .share{width: 95%;}
    .fitmentDetail .breadNav{display: none}

    /*设计团队*/
    .groupIndex .breadNav{display: none}
    .groupIndex .filter{margin-bottom: 10px;margin-top: 10px}
    .groupIndex .banner_Intro .l_banner{margin-right: 0;width: 100%}
    .groupIndex .banner_Intro{width: 100%;padding:0}
    .groupIndex .banner_Intro .l_banner .carousel{width: 100%}
    .groupIndex .banner_Intro .r_Intro{width: 100%;margin: 10px 0}
    .groupIndex .banner_Intro .r_Intro .inner p.caption{font-size: 20px;margin: 10px 5% 0}
    .groupIndex .banner_Intro .r_Intro .inner p.title{height: 40px;line-height: 40px}
    .groupIndex .banner_Intro .r_Intro .inner p.intro{margin: 10px 5% 16px;}
    .groupIndex .banner_Intro .r_Intro .inner{padding-bottom: 0;height: auto}
    .groupIndex .filter ul.colList > li dl dt{height: 36px;line-height: 36px;width: 66px}
    .groupIndex .filter ul.colList > li dl dd{margin-left: 76px}
    .groupIndex .filter ul.colList > li dl dd .aBox{height: 36px;width: 85%}
    .groupIndex .filter ul.colList > li dl dd span.moreBtn{height: 36px;line-height: 36px;width: 14%}
    .groupIndex .filter ul.colList > li dl dd .aBox a{height: 36px;line-height: 36px}
    .groupIndex .filter01{height: 36px}
    .groupIndex .filter01 ul{height: 36px}
    .groupIndex .filter01 ul li{width: 25%;height: 36px;line-height: 36px}
    .groupIndex .filter01 ul li.special{width: 25%}
    .groupIndex .designerList > ul > li{width: 49%}
    .groupIndex .designerList > ul > li:nth-child(2n){margin-right: 0}

    /*设计团队详情*/
    .designDetailBanner{height: 90px}
    .designDetailBanner .headBox{width: 58px;height: 58px;border-radius: 58px;margin-top: -38px;margin-left: -29px}
    .designDetailBanner .headBox img{width: 54px;height: 54px;border-radius: 54px;margin: 2px}
    .designDetailBanner > p.txt{top: 62px;font-size: 12px}
    .fitmentIndex .detailIntro{width: 100%;padding: 0}
    .fitmentIndex .detailIntro .l_Pond{width: 100%;margin-right: 0}
    .fitmentIndex .detailIntro .l_Pond .pic{float: left;width: 45%}
    .fitmentIndex .detailIntro .l_Pond .btnBox{float: right;width: 52%}
    .fitmentIndex .detailIntro .l_Pond ul.item{float: right;width: 52%}
    .fitmentIndex .detailIntro .l_Pond .share{float: right;width: 52%}
    .fitmentIndex .detailIntro .l_Pond .btnBox > a.date{width: 100%}
    .fitmentIndex .detailIntro .l_Pond .btnBox > a.inline{width: 100%;margin-left: 0;margin-top: 20px}
    .fitmentIndex .detailIntro .l_Pond ul.item li{height: 52px}
    .fitmentIndex .detailIntro .l_Pond ul.item li a span{height: 26px;line-height: 26px;font-size: 14px}
    .fitmentIndex .detailIntro .l_Pond ul.item li a label{height: 26px;line-height: 26px;font-size: 14px}
    .fitmentIndex .detailIntro .r_detail{width: 96%;padding: 10px 2%;}
    .fitmentIndex .detailIntro .r_detail .basic{height: 40px;line-height: 40px}
    .fitmentIndex .detailIntro .r_detail .basic .nam{font-size: 16px;margin-right: 10px}
    .fitmentIndex .detailIntro .r_detail .details{margin-top: 10px}
    .fitmentIndex .detailIntro .r_detail .basic >label{font-size: 12px}
    .fitmentIndex .detailIntro .r_detail .basic >label em{font-size: 12px}
    .fitmentIndex .detailIntro .r_detail .basic .position{font-size: 12px;}
    .fitmentIndex .caseShow p.txt{margin: 0 2% 10px;font-size: 14px;height: 36px;line-height: 36px}

    /* 装修日记（会员中心） */
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .caption > span{font-size: 14px;width: 75%;overflow: hidden}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .caption > label.time{width: 25%;overflow: hidden;text-align: right}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .details{max-height: 40px;line-height: 20px;font-size: 12px}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > ul.picList > li{width: 23.5%;margin-right: 2%;}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > ul.picList > li:nth-child(4n){margin-right: 0}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > ul.picList > li:nth-child(5){display: none}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > ul.picList{padding: 10px 0 0}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .editBox .delete label{font-size: 12px}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .editBox .delete i{font-size: 12px}
    .note_r > .switchPool > .switchItem > .inner ul.list > li > .editBox .view label{font-size: 12px}
    .note_r > .switchPool > .switchItem > .inner ul.list > li{padding-bottom: 10px}

    /* 兑换记录（会员中心） */
    .forRecord > .editBox{margin-top: 10px}
    .forRecord > .editBox > .search > select{width: 100px;height: 30px;line-height: 30px}
    .forRecord > .editBox > span{height: 30px;line-height: 30px;font-size: 14px;padding: 0 10px;border-bottom: 1px #222 solid}
    .forRecord > .editBox > .search{height: 30px}
    .forRecord > .editBox > .search > .submit{width: 48px;height: 30px;line-height: 30px;text-align: center;font-size: 12px;}
    .forRecord > .statusIntro{display: none}
    .forRecord > .details_{display: block}
    .forRecord > .details{display: none}

    /* 预约留言 */
    .dateLMsg{padding: 0 2%}
    .dateLMsg > .inner{margin-top: 10px;padding: 10px 0}
    .dateLMsg > .inner .item{padding-left: 90px;margin-bottom: 10px;min-height: 36px}
    .dateLMsg > .inner .item > label.txt{width: 90px;height: 36px;line-height: 36px}
    .dateLMsg > .inner .item > input.default{height: 36px;line-height: 36px;width: 100%}
    .dateLMsg > .inner .item > .box{height: 36px;width: 100%}
    .dateLMsg > .inner .item > .box > span{height: 34px;line-height: 34px}
    .dateLMsg > .inner .item > .box > .inInput{height: 34px;line-height: 34px}
    .dateLMsg > .inner .item > select{height: 36px;line-height: 36px;width: 100%}
    .dateLMsg > .inner .item > textarea{width: 100%}
    .dateLMsg > .inner > .submit{width: 94px;height: 34px;line-height: 32px;margin-left: 90px;font-size: 12px}
    .dateLMsg > .inner > .reset{width: 94px;height: 34px;line-height: 32px;font-size: 12px}


    .developHistory .timeLBox{display: none}
    .linePic{margin-top: 10px;}

    #drag{display: none}
    .stage{display: block;}

    .content01 > .inner{width: 100%;padding: 0;margin: 0 ;right: 0;top: 0}
    .content01 > .inner > p.caption{font-size: 18px;font-weight: normal;height: 40px;line-height: 40px;}
    .content01 > .inner > .item{width: 96%;margin-left: 2%}
    .content01 > .inner > .item01{width: 96%;margin-left: 2%}
    .content01 > .inner > .lawAgree > input{margin-left: 2%}
    .content01 > .inner > .submit{width: 96%;margin-left: 2%}
        .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem a.forgetPsw{
        float: left;
        font-size: 12px;
        color: #333;
        margin-left: 2%;
        margin-top: 5px
    }
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem a.register{
        float: right;
        font-size: 12px;
        color: #333;
        margin-right: 2%;
        margin-top: 5px
    }
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .submit{width: 96%;margin-left: 2%;}
    .contentBox .iconNavTel{display: none;}
    .contentBox .iconNav{display: none;}

    .contentBox > .picTitle .en_pic{
        top: 26px;
        margin-left: -60px;
        width: 120px;
        height: 26px;
        line-height: 50px;
    }
    .contentBox > .picTitle .control03{
        width: 140px;
        margin-left: -70px;
    }
    .contentBox > .picTitle .en_pic img{
        width: 90px;
    }
    .contentBox > .picTitle .en_pic img.control01{width: 76px;}
    .contentBox > .picTitle .en_pic img.control02{width: 110px;}
    .contentBox > .picTitle .en_pic label.pointL{
        top: 5px;
    }
    .contentBox > .picTitle .en_pic label.pointR{
        top: 5px;
    }
    .contentBox > .picTitle .cn_txt{
        font-size: 16px;
        height: 20px;
        line-height: 20px;
    }
    .contentBox > .picTitle a.more{top: 24px;}
    .contentBox > .picTitle em.line{top: 34px;}
    .contentBox > .picTitle .text{top: 44px;font-size: 12px;}
    .contentBox > .picTitle{/*height:76px*/}
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{display: block;}
    svg a text{font-size: 14px;}

    .threeItems > ul.list > li > ul.innerList > li{width: 100%;padding: 0 0 10px;margin: 0}
    .threeItems > ul.list > li > ul.innerList > li.special{width: 100%;padding: 0 0 10px;margin: 0}
    .partTwo_{display: block}
    .footer01{margin-bottom:42px;}
    .footer01> ul.iconList{display: none;}
    .footer01> .bottom{display: none;}
    .footer01> .middle> .threeItem{display: none;}
    .footer01> .middle{width: 100%;box-sizing:border-box;padding: 0 2%;height:auto;}
    .footer01> .middle> .thinkChange{float: right;border-left:0;height: auto;width: 48%;}
    .footer01> .middle> .tel_online{border-right: 0;width: 50%;height: auto;}
    .footer01> .middle> .thinkChange> .inner{margin-top: 10px;width: 95px;min-height: 115px;float: right;}
    .footer01> .middle> .thinkChange> .inner> p{height: 24px;line-height: 24px;font-size: 12px;}
    .footer01> .middle> .tel_online> p.title{width: 100%;font-weight: bold;height: 30px;line-height: 34px;font-size: 16px;}
    .footer01> .middle> .tel_online> p.tel{width: 100%;font-size: 18px;color: #eb1111 ;overflow: hidden;font-family: "Arial";font-weight: bold;height: 20px;line-height: 20px;}
    .footer01> .middle> .tel_online> p.time{font-size: 12px;height: 26px;line-height: 26px;}
    .footer01> .middle> .tel_online> a{width: 70px;height: 30px;float: left;margin-right: 10px;text-align: center;line-height: 30px;font-size: 12px;}
    .footer01> .middle> .tel_online> a.freeLet{margin-right: 0}

}
@media screen and (max-width:680px) {
	.home-sub ul li p{ display:none}
	.home-sub ul li div {
		width: 100%;
		text-align: center;
		margin-bottom: 0;
	}
	.home-sub ul li img {
    width: 18%;}
	.home-sub ul li{ border:none}
	.home-sub ul li:nth-child(3n){ border:none}
	.home-sub ul li div{ margin-top:0px;}
	.home-sub ul li a{ padding:10px 0;}
	.contentBox > .picTitle .title{ background-size:340% !important; height:40px;}
}

/* ------------------------------------------------max-width:480px-------------------------------------------------- */
@media screen and (max-width:480px) {
    .contentBox > .pcTrueCase{width: 96%;margin: 4px 2% 0;}
    .contentBox > .pcTrueCase > ul.list > li{width: 100%;margin-right: 0;margin-bottom: 5px}
	.contentBox > .hotTrueCase > ul.list > li{
		width:49%;    margin-right: 1%;}
    .generalCaseShow{width: 96%;margin:10px 2% 0}
    .generalCaseShow > ul.list > li{float: left;width: 49%;height: auto;overflow: hidden;margin-right: 2%;margin-bottom: 8px;}
    .generalCaseShow > ul.list > li:nth-child(2n){margin-right: 0}
    .generalCaseShow > ul.list > li:nth-child(5){margin-right: 2%;}
    .generalCaseShow > ul.list > li:nth-child(6){display: block;}
    .gardenCase > ul.list > li{float: left;width: 49%;height: auto;overflow: hidden;margin-right: 2%;margin-bottom: 8px;}
    .gardenCase > ul.list > li:nth-child(2n){margin-right: 0}
    .threeItems{width: 96%;margin:0 2% }
    .threeItems > ul.list > li{width: 100%;margin-right: 0;margin-bottom:0}
    .threeItems > ul.list > li{border-top: 10px #E5E5E5 solid}
    .threeItems > ul.list > li > ul.innerList{border: 0}
    .threeItems > ul.list > li > .title_{width: 50%;margin: 0 auto;}

    /*登录*/
    .lgContent{min-height: 750px;box-sizing: border-box;border-top: 10px #E5E5E5 solid;overflow: hidden}
    .lgContent > img{display: none}
    .lgContent > .loginPool{width: 100%;left: 0;margin-left: 0;top: -16px}
    .lgContent > .loginPool > .caption{width: 96%;margin: 0 2%}
    .lgContent > .loginPool > .innerBox{width: 100%;height: auto;}
    .lgContent > .loginPool > .innerBox > .tkcg{width: 96%;margin: 0 2%}
    .lgContent > .loginPool > .innerBox > .itemBox{width: 100%;}
    .lgContent > .loginPool > .innerBox > .itemBox > ul.nav{width: 96%;margin-left: 2%}
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .item{width: 96%;box-sizing: border-box;margin-left: 2%}
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .item > input{width: 100%;box-sizing: border-box}
    #drag{width: 100%}
    #drag .drag_text{width: 100%}

    /*注册*/
    .content01{border-top: 10px #E5E5E5 solid}
    .content01 > img{display: none}
/*    .content01 > .inner{width: 100%;padding: 0 2%;margin: 0 ;right: 0;top: 0}
    .content01 > .inner > p.caption{font-size: 18px;font-weight: normal;height: 40px;line-height: 40px;}*/

    .content01 > .inner{width: 100%;padding: 0;margin: 0 ;right: 0;top: 0}
    .content01 > .inner > p.caption{font-size: 18px;font-weight: normal;height: 40px;line-height: 40px;}
    .content01 > .inner > .item{width: 96%;margin-left: 2%}
    .content01 > .inner > .item01{width: 96%;margin-left: 2%}
    .content01 > .inner > .lawAgree > input{margin-left: 2%}
    .content01 > .inner > .submit{width: 96%;margin-left: 2%}

    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem a.forgetPsw{
        float: left;
        font-size: 12px;
        color: #333;
        margin-left: 2%;
        margin-top: 5px
    }
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem a.register{
        float: right;
        font-size: 12px;
        color: #333;
        margin-right: 2%;
        margin-top: 5px
    }
    .lgContent > .loginPool > .innerBox > .itemBox > .formBox > .formItem > .submit{width: 96%;margin-left: 2%;}
    /*注册成功*/
    .regSuccess{background: #FFF;border-top: 10px #E5E5E5 solid}
    .regSuccess > .inner{width: 100%;padding: 0 2%;margin:0}

    /*田园装饰首页*/
    .companyIntro > .introContent{margin: 16px auto}
    .companyIntro > .introContent > .pic{width: 100%;position: relative;right: 0}
    .companyIntro > .introContent > .introTxt{margin-top: 0}
    .companyIntro > .caption > .titlePic{width: 45%;margin: 16px auto 0}
    .companyIntro > .introContent > .introTxt > p.title{padding: 10px 0 6px}
    .companyIntro > .introContent > .introTxt > p.title > span{font-size: 16px}
    .companyIntro > .introContent > .introTxt > p.describe{font-size: 12px;line-height: 22px;margin: 10px 0}
    .companyIntro > .introContent > a.viewDetail{width: 90px;height: 30px;border-radius: 30px;margin: 0 auto;line-height: 30px}
    .companyIntro > .introContent > a.viewDetail > span{font-size: 12px;line-height: 30px}
    .companyIntro > .introContent > a.viewDetail > i{font-size: 14px}
    .kbEstimate > .itemPool > .inner > li{width: 96%;margin-right: 0;margin-bottom: 10px;padding: 2%;box-shadow: 0 0 0;border-top: 10px #E5E5E5 solid;}
    .kbEstimate > .itemPool > .inner > li:first-child{border-top: 0}
    .kbEstimate > .caption > .titlePic{width: 45%;margin: 16px auto 0}
    .kbEstimate > .caption{margin-top: -235px}
    .kbEstimate > .bgBox{height: 240px}
    .kbEstimate > p.more{width: 100%;box-sizing: border-box;padding: 0 2%;height: 24px;line-height: 24px}
    .kbEstimate > .itemPool > .inner > li > a p.detail{font-size: 12px;line-height: 20px}
    .kbEstimate > .itemPool > .inner > li > a em.boxLine{margin: 10px auto}
    .kbEstimate > .itemPool > .inner > li > a p.title{font-size: 14px;}
    .kbEstimate > p.more > a{height: 24px;line-height: 24px}
    #home_slider ul > li > a .inner{width: 96%;padding: 6px 2%;height: 32px}
    #home_slider ul > li > a .inner dl{height: 32px}
    #home_slider ul > li > a .inner dl dt{width: 100px;height: 32px;line-height: 32px}
    #home_slider ul >li > a .inner dl dt em{width: 15px;height: 4px;margin-top: 14px}
    #home_slider ul >li > a .inner dl dt span{font-size: 18px;font-weight: bold;color: #000;height: 32px;line-height: 16px;}
    #home_slider ul >li > a .inner dl dd.txt{margin-left: 110px;height: 32px;padding:0;line-height: 16px;}
    #home_slider ul >li > a .inner dl dd.txt span{display: block;width: 100%; height: 32px;color: #000;font-size: 14px;overflow: hidden;line-height: 16px}
    #home_slider .flex-direction-nav > li:last-child{width: auto;margin-right: -52px}
    #home_slider .flex-direction-nav > li a{font-size: 14px}
    #home_slider .flex-direction-nav > li:first-child{width: auto;margin-left: -52px;}
    .developHistory > .caption > .titlePic{margin: 16px auto 0;width: 45%;}
    /*.carousel{margin-top: 10px}*/
    .developHistory{min-height: 135px}
    .developHistory > p.more{width: 100%;box-sizing: border-box;padding: 0 2%;height: 24px;line-height: 24px}
    .honoraryCertificate .showBox > .list > li > a p.title_{margin: 10px 5% 0;}
    .honoraryCertificate .showBox{margin: 20px auto}
    .honoraryCertificate > .caption > .titlePic{margin: 16px auto 0;width: 45%;}
    .honoraryCertificate  a.viewMore{margin: -20px auto 20px;width: 90px;height: 30px;line-height: 30px;font-size: 12px}
    .enterpriseDynamic > .caption > .titlePic{margin: 16px auto 0;width: 45%;}
    .enterpriseDynamic .showBox > ul.list > li{width: 100%;margin-right: 0}
    .enterpriseDynamic .showBox > ul.list > li:nth-child(3n){margin-right: 0}
    .enterpriseDynamic .showBox > ul.list > li:nth-child(2n){margin-right: 0}
    .enterpriseDynamic .showBox > ul.list > li > a .texPool .inner p.title{height: 34px;line-height: 34px;}
    .enterpriseDynamic .showBox > ul.list > li > a .texPool .inner p.detail{ height: 66px;  overflow: hidden;  line-height: 22px;  color: #333;margin: 0}
    .enterpriseDynamic .showBox > ul.list > li > a .texPool .inner p.time{  height: 24px;  line-height: 24px;  margin: 5px 0; font-size: 12px}
    .enterpriseDynamic > a.viewMore{height: 22px;line-height: 22px;font-size: 12px}
    .enterpriseDynamic{padding-bottom: 20px}

    /*公司详情*/
    .cpnProfileDetailBox p.txtDetail{line-height: 22px;font-size: 12px;margin: 10px 0 0;}
    .twoNav{padding: 0 70px 0 0;height: 47px;max-width: 1920px;margin: 0 auto;background: #FFF;}
    .twoNav > ul.list{height: 47px;}
    .twoNav > ul.list > li{height: 45px;padding: 0 10px 2px}
    .twoNav > ul.list > li a{height: 45px;line-height: 45px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dt{width: 50px;}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dt .headPic{display: block;width: 30px;height: 30px;border-radius: 30px;overflow: hidden;margin: 0 auto}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dt label{width: 100%;height: 26px;line-height: 26px;font-size: 12px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd{margin-left: 55px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption{height: 24px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption span{font-size: 16px;height: 24px;line-height: 24px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label{height: 24px;line-height: 24px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label em{font-size: 12px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.caption label i{font-size: 14px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.time{height: 20px;line-height: 20px;font-size: 12px}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li{width: 32.666%;margin-right: 1%}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li:nth-child(3n){margin-right: 0}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li:nth-child(4n){display: none}
    .completeCase > .innerPool .l_Pond > ul.list > li dl dd.picShow ul.list li:nth-child(5n){display: none}
    .completeCase > .innerPool .l_Pond p.view{display: block}

    /*装修日记详情*/
    .headInfo .inner .l_box{margin-top: 12px}
    .headInfo .inner .r_box{height: auto;width: 100%;overflow: hidden;margin-top: 5px;}
    .headInfo .inner .r_box ul{margin: 0;width: 100%;padding: 6px 0;border-top: 1px #E5E5E5 solid;height: 38px}
    .headInfo .inner .r_box ul li{height: 38px}
    .headInfo .inner .r_box ul li p.num{height: 22px;line-height: 22px;font-size: 16px}
    .headInfo .inner .r_box ul li p.txt{height: 16px;line-height: 16px;font-size: 12px}
    .completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li{width: 32.6666%;margin-right: 1%;margin-bottom: 6px;}
    .completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li:nth-child(3n){margin-right: 0;}
    .completeCase > .innerPool .l_Pond .detailList li .inner .inBox .picPond ul li:nth-child(5n){margin-right: 1%;}
    .completeCase > .innerPool .l_Pond .detailList li .inner{width: 95%;margin-left: 5%}
    .completeCase > .innerPool .l_Pond .detailList li .inner .inBox{margin-left: 35px}
    
    /*装修案例*/
    .fitmentIndex{padding-top: 10px}
    .fitmentIndex .breadNav{display: none}
    .fitmentIndex .filter ul.rowList li{width: 25%;height: 40px;line-height: 40px}
    .fitmentIndex .filter ul.rowList li:nth-child(4){border-right: 0;}
    .fitmentIndex .filter ul.rowList li a{height: 40px;line-height: 40px;font-size: 14px}
    .fitmentIndex .filter ul.colList > li dl dt{width: 45px;height: 40px;line-height: 45px}
    .fitmentIndex .filter ul.colList > li dl dd{margin-left: 45px;height: auto;}
    .fitmentIndex .filter ul.colList > li dl dd .aBox{height: 40px;width: 85%}
    .fitmentIndex .filter ul.colList > li dl dd .aBox a{height: 40px;line-height: 40px}
    .fitmentIndex .filter ul.colList > li dl dd span.moreBtn{height: 40px;line-height: 40px;width: 14%}
    .fitmentIndex .filter01 ul li.special{width: 25%;height: 40px;line-height: 40px}
    .fitmentIndex .filter01 ul li{height: 40px;line-height: 40px;width: 25%}
    .fitmentIndex .filter01{height: 40px}
    .fitmentIndex .filter{margin-bottom: 10px}
    .fitmentIndex .caseShow{margin: 10px auto}
    .fitmentIndex .caseShow > ul.list > li{width: 100%;margin-right: 0;margin-bottom: 10px}
    .fitmentIndex .caseShow > ul.list > li a dl.designer{padding: 10px 5%;height: 26px}
    .fitmentIndex .caseShow > ul.list > li a dl.designer dt{width: 26px;height: 26px;border-radius: 26px}
    .fitmentIndex .caseShow > ul.list > li a dl.designer dd{margin-left: 40px;height: 26px;line-height: 26px}
    .fitmentIndex .caseShow > ul.list > li a .info{padding: 5px 5%}

    /*装修案例详情*/
    .fitmentDetail .mainBox .l_Pond .second .gall ul li p.txt{line-height: 20px;max-height: 40px}
    .fitmentDetail .mainBox .l_Pond .second .tips_{margin-top: 10px;font-size: 14px}
    .fitmentDetail .mainBox .l_Pond .second .tips_ span{font-size: 14px}
    .fitmentDetail .mainBox .l_Pond .second .phoneInfo .item{width: 80%}
    .fitmentDetail .mainBox .l_Pond .second .phoneInfo .item01{width: 80%;float: left;margin-top: 20px}
    .fitmentDetail .mainBox .l_Pond .second .verificationTxt{margin: 10px auto}
    .fitmentDetail .mainBox .l_Pond .second .verificationTxt p.caption_{font-size: 16px}
    .fitmentDetail .mainBox .l_Pond .second .verificationTxt p.tip{font-size: 16px}
    .fitmentDetail .mainBox .l_Pond .second .verificationTxt .item label{font-size: 14px}
    .fitmentDetail .mainBox .l_Pond .second{padding: 16px 2% 5%}
    .fitmentDetail .mainBox .l_Pond .three form > dl.publish{padding: 10px 0}
    .fitmentDetail .mainBox .l_Pond .three form > dl.publish dt{width: 30px;height: 30px;border-radius: 30px}
    .fitmentDetail .mainBox .l_Pond .three form > dl.publish dd{height: 32px;margin-left: 40px;margin-top: 0;padding-right: 56px;}
    .fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .submit{width: 46px;height: 24px;line-height: 24px;font-size: 12px;top: 3px;right: 3px}
    .fitmentDetail .mainBox .l_Pond .three form > dl.publish dd .val{height: 30px;font-size: 12px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li{padding: 10px 0}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dt{width: 30px;height: 30px;border-radius: 30px;}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd{margin-left: 40px;}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name{margin-top: 0;height: 32px;line-height: 32px;}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.nam{height: 32px;line-height: 32px;}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.time_name span.time{height: 32px;line-height: 32px;font-size: 12px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.estimate{line-height: 20px;font-size: 12px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response{height: 22px;line-height: 22px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span{height: 22px;line-height:22px;}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span i{font-size: 14px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.response span label{font-size: 12px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm{margin: 5px 0 5px 40px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace{margin-bottom: 10px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace p{font-size: 12px}
    .fitmentDetail .mainBox .l_Pond .three > .chat > ul.communicate > li dl dd.hideForm form .reSpace p span{font-size: 12px}

    /*设计团队*/
    .groupIndex .designerList > ul > li .detail .namEtc{height: 36px;line-height: 36px}
    .groupIndex .designerList > ul > li .detail .namEtc > span.nam{font-size: 14px;width: 23%;}
    .groupIndex .designerList > ul > li .detail .namEtc > label{font-size: 12px}
    .groupIndex .designerList > ul > li .detail .namEtc > span.fans i{font-size: 14px}
    .groupIndex .designerList > ul > li .detail .namEtc > span.fans label{font-size: 12px}
    .groupIndex .designerList > ul > li .detail ul.experience li{font-size: 12px}
    .groupIndex .designerList > ul > li .detail ul.experience li span{font-size: 12px}
    .groupIndex .designerList > ul > li .btnBox a i{font-size: 14px;margin-right: 0}
    .groupIndex .designerList > ul > li .btnBox a span{font-size: 12px;}
    .groupIndex .designerList > ul > li{margin-bottom: 10px}


    /* 会员中心头底部 */
    .perCtFooter .l_pond .double a{margin-top: 5px;font-size: 12px}
    .perCtFooter .l_pond .other a.contactUs{font-size: 12px}
    .perCtFooter .l_pond .other span{font-size: 12px;margin-left: 12px}
    .perCtFooter .l_pond .other span label{font-size: 12px}
    .perCtFooter .r_pond{width: 100%;height: 26px;line-height: 26px;margin-top: 0;font-size: 12px}

    /*会员中心（装修日记）*/
    .note_r > .switchPool > .switchItem .editNote > .item > .box01 .twoBtn{padding-bottom: 10px}

}



