/*软装*/
.rz_con {
	width: 1240px;
	height: auto;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.main {
	float: left;
	width: 60%;
	height: 550px;
	padding-bottom: 50px;
	overflow: hidden;
}
.rz_right {
	width: 35%;
	height: auto;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding-left: 50px;
	
}
.rz_right h1 {
	font-size: 18px;
	color: #111;
	margin-bottom: 25px;
	padding-top: 40px;
}
.rz_right h1 img {
	float: right;
}
.rz_right h2 {
	font-size: 12px;
	color: #111;
	margin-bottom: 50px;
	font-weight: normal;
}
.rz_right h3 {
	font-size: 12px;
	color: #111;
	margin-bottom: 10px;
	font-weight: normal;
	line-height: 20px;
}
.rz_right h3 img {
	float: left;
	margin-right: 2px;
}
.rz_right h4 {
	font-size: 12px;
	color: #111;
	margin-bottom: 30px;
	font-weight: normal;
	display: block;
	background-color: #f2f4f5;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	border-radius: 4px;
}
.rz_right h5 {
	font-size: 12px;
	color: #111;
	margin-bottom: 125px;
	font-weight: normal;
}
.tijiao1 {
	width: 122px;
	height: 44px;
	border-radius: 5px;
	line-height: 44px;
	text-align: center;
	background-color: #e14b5d;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 16px;
	opacity: 1;
}
.tijiao1 a {
	color: #fff;
}
.tijiao2 {
	width: 122px;
	height: 44px;
	line-height: 40px;
	text-align: center;
	border-radius: 5px;
	border: solid 2px #2f8696;
	color: #2f8696;
	float: left;
	margin-right: 10px;
	font-size: 16px;
	box-sizing: border-box;
	opacity: 1;
}
.tijiao2 a {
	color: #2f8696;
}
.tijiao2:hover, .tijiao1:hover {
	opacity: 0.7;
}

.next5{
		width:0.3rem;
        height:0.6rem;
        background-size: 100% 100%;
        right:1rem;
        top:50%;
        margin-top:-0.3rem;
	background-image: url("../img/next.png");
	}
	.prev5{
		width:0.3rem;
        height:0.6rem;
        background-size: 100% 100%;
        left:1rem;
        top:50%;
        margin-top:-0.3rem;
	background-image: url("../img/prev.png");

	}


/* 公装 */
.gz {
	width: 100%;
	max-width: 1245px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.gzNav {
	padding-top: 55px;
}
.gzNav h2 {
	font-weight: normal;
	font-size: 20px;
	color: #333;
	padding-bottom: 13px;
	font-family: "SimSun";
}
.gzNavBox dl {
	width: 100%;
}
.gzNavBox dl dt {
	height: 39px;
	line-height: 39px;
	float: left;
	width: 8%;
	text-align: center;
}
.gzNavBox {
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #686868;
}
.gzNavBox dl {
	box-sizing: border-box;
	border-bottom: 1px solid #686868;
}
.gzNavBox dl:last-child {
	border-bottom: none;
}
.gzNavBox dl dd {
	width: 92%;
	float: left;
}
.gzNavBox dl dd span {
	display: block;
	float: left;
	width: 16.666667%;
	text-align: left;
	line-height: 39px;
	text-align: center;
	font-size: 14px;
	color: #686868;
}
.gzNavBox dl dd span a {
	display: inline-block;
	height: 21px;
	padding: 0 9px;
	line-height: 21px;
}
.gzNavBox dl dd span a.cur {
	background: #8b755a;
	color: #fff;
}
.gzNavBox dl dd span a:hover {
	background: #8b755a;
	color: #fff;
}
.gzBox {
	width: 100%;
	padding-top: 38px;
}
.gzBox dl {
	width: 50%;
	box-sizing: border-box;
	padding-right: 19px;
	float: left;
	margin-bottom: 20px;
}
.gzBox dl:nth-child(2n) {
	float: right;
	padding-left: 19px;
	padding-right: 0px;
}
.gzBox dl dt {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.gzBox dl dt img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
/*	height: 30vw;*/
/*	max-height: 435px;*/
}
/*
@media screen and (max-width: 768px){
	.gzBox dl dt img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
	height: 60vw;
	
}
}
*/
.gzBox dl dt .show {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	box-sizing: border-box;
	padding: 20px;
	display: none;
}
.gzBox dl dt .show .text {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	border: 1px solid #ffffff;
	padding-left: 10%;
	padding-right: 10%;
	padding-top: 17%;
}
.gzBox dl dt .show .text p {
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.gzBox dl dt .show .text h2 {
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	color: #fff;
	padding-top: 10%;
}
.gzBox dl dt .show .text h3 {
	font-weight: normal;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
}
.gzBox dl dd {
	width: 100%;
	height: 173px;
	background: #f7f7f7;
	padding: 0 18px;
	box-sizing: border-box;
	position: relative;
}
.gzBox dl dt:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.gzBox dl dt:hover .show {
	display: block;
}
.gzBox dl dd .lf {
	width: 75%;
}
.gzBox dl dd .lf h2 {
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gzBox dl dd .lf h2 a {
	font-size: 18px;
}
.gzBox dl dd .lf h2 a:hover {
	color: #db3434;
}
.gzBox dl dd .lf p {
	font-size: 18px;
	color: #686868;
	line-height: 25px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.gzBox dl dd .rt {
	float: right;
	position: absolute;
	right: 18px;
	bottom: 17px;
}
.gzBox dl dd .rt p {
	font-size: 14px;
	color: #686868;
}
.gzBox dl dd .rt p span {
	color: #db3434;
}
.gzBox dl dd .rt a {
	width: 95px;
	height: 24px;
	background: none;
	display: block;
	box-sizing: border-box;
	padding-left: 10px;
	color: #686868;
	margin-top: 5px;
	font-size: 12px;
	line-height: 22px;
	box-sizing: border-box;
	border: 1px solid #686868;
}
.gzBox dl dd .rt a:hover {
	background: #8b755a;
	color: #fff;
}
.gzBox dl dd .rt a:hover em {
	border-left: 8px solid #fff;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
}
.gzBox dl dd .rt a em {
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 8px solid #686868;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	vertical-align: middle;
	margin-top: -2px;
	margin-left: 3px;
}
#pages {
	width: 100%;
	padding-top: 36px;
	padding-bottom: 36px;
	text-align: center;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}
#pages a {
	font-size: 14px;
	color: #000;
	display: inline-block;
	height: 28px;
	line-height: 26px;
	box-sizing: border-box;
	border: 1px solid #8b755a;
	padding: 0 9px;
	margin-right: 10px;
}
#pages a.cur {
	border-color: #8b755a;
	background: #8b755a;
	color: #fff;
}
#pages a:hover {
	border-color: #8b755a;
	background: #8b755a;
	color: #fff;
}
#pages input {
	width: 31px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #8b755a;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}
.addSearch {
	height: 59px;
	width: 100%;
	background: #f7f7f7;
	text-align: center;
	box-sizing: border-box;
	padding-top: 12px;
	max-width: 1245px;
	margin: 0 auto;
	margin-top: 18px;
}
.addSearch input.input {
	width: 405px;
	height: 34px;
	box-sizing: border-box;
	border: 1px solid #686868;
	padding-left: 13px;
	font-size: 14px;
	color: #686868;
}
.addSearch input.submit {
	height: 34px;
	width: 102px;
	border: none;
	background: #8b755a;
	font-size: 14px;
	color: #ffffff;
	background: url("../img/shousuo.png") no-repeat 14px center #8b755a;
	background-size: 13px 13px;
}
.gcList {
	width: 100%;
	max-width: 1245px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.gcList .item {
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-right: 19px;
	margin-top: 38px;
	float: left;
}
.gcList .item dl {
	border: 1px solid #686868;
	width: 100%;
	height: 100%;
	padding: 18px;
	box-sizing: border-box;
}
.gcList .item:nth-child(2n) {
	padding-right: 0px;
	padding-left: 19px;
}
.gcList .item dl dt {
	width: 50%;
	padding-right: 10px;
	box-sizing: border-box;
	float: left;
}
.gcList .item dl dt img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
}
.gcList .item dl dd {
	padding-left: 10px;
	width: 50%;
	box-sizing: border-box;
	float: left;
}
.gcList .item dl dt .pic {
	width: 100%;
	overflow: hidden;
}
.gcList .item dl:hover dt img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.gcList .item dl dd h2 {
	font-size: 18px;
	color: #686868;
	font-weight: normal;
}
.gcList .item dl dd h3 {
	font-weight: normal;
	color: #686868;
	font-size: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.gcList .item dl dd p {
	font-size: 12px;
	color: #686868;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.gcList .item dl:hover dd h2 {
	color: #970d11;
}
.newsHead {
	width: 100%;
	border-bottom: 1px solid #686868;
}
.newsHead p {
	max-width: 1245px;
	box-sizing: border-box;
	padding: 0 10px;
	line-height: 115px;
	color: #686868;
	width: 100%;
	font-size: 20px;
	margin: 0 auto;
	font-weight: normal;
}
.ad {
	width: 100%;
}
.ad img {
	display: block;
	width: 100%;
	height: 100%;
}
.product {
	width: 100%;
}
.product .title h2 {
	font-size: 36px;
	font-weight: normal;
	text-align: center;
	padding-top: 110px;
}
.product .title p {
	font-size: 0.36rem;
	color: #000000;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 100px;
}
.product .list {
	width: 100%;
	background: #f6f6fa;
}
.w1245 {
	max-width: 1245px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding-top: 70px;
	padding-left: 10px;
	padding-right: 10px;
}
.product .list ul li {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding-right: 18px;
	margin-bottom: 55px;
}
.product .list ul li:nth-child(2n) {
	padding-right: 0px;
	padding-left: 18px;
	float: right;
}
.product .list ul li img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
}
.product .list ul li div {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.product .list ul li p {
	width: 100%;
	height: 52px;
	color: #fff;
	line-height: 52px;
	font-size: 16px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
}
.product .list ul li div:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.product .list {
	padding-bottom: 50px;
}
.product .list a.productMore {
	width: 109px;
	height: 27px;
	box-sizing: border-box;
	border: 1px solid #837f7d;
	display: block;
	margin: 0 auto;
	text-align: center;
	line-height: 25px;
}
.product .list a.productMore:hover {
	background: #970d11;
	border-color: #970d11;
	color: #fff;
}
.product .list dl {
	width: 50%;
	float: left;
	padding-right: 18px;
	box-sizing: border-box;
	margin-bottom: 50px;
}
.product .list dl dt {
	width: 100%;
	overflow: hidden;
}
.product .list dl dt img {
	display: block;
	width: 100%;
	transition: all 1s ease 0s;
}
.product .list dl dt:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.product .list dl:nth-child(2n) {
	float: right;
	padding-right: 0px;
	padding-left: 18px;
}
.product .list dl dd {
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	min-height: 179px;
}
.product .list dl dd h2 {
	font-weight: normal;
	text-align: center;
	color: #6d6d6d;
	padding-top: 35px;
	font-size: 20px;
	padding-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.product .list dl dd p {
	font-size: 16px;
	color: #6d6d6d;
	line-height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.proSlider {
	width: 100%;
	padding-top: 85px;
	padding-bottom: 85px;
	background: #fff;
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #686868;
}
.proSlider .main {
	max-width: 788px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.proSlider .main .slick-dots {
	display: none !important;
}
.proSlider .main .slick-prev {
	background: url("../img/s_left.jpg") no-repeat;
	width: 22px;
	height: 32px;
	background-size: cover;
	top: 50%;
	margin-top: -16px;
}
.proSlider .main .slick-next {
	background: url("../img/s_right.jpg") no-repeat;
	width: 22px;
	height: 32px;
	background-size: cover;
	top: 50%;
	margin-top: -16px;
}
.proSlider .main .item p {
	text-align: center;
	font-size: 24px;
}
.otherList {
	background: #f2f4f5;
	margin-top: 22px;
}
.otherList .tit {
	width: 100%;
	text-align: center;
	font-weight: normal;
	padding-top: 50px;
	padding-bottom: 65px;
}
.otherList .list {
	max-width: 1325px;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin: 0 auto;
}
.otherList .list ul li {
	width: 22%;
	background: #fff;
	float: left;
	margin-right: 4%;
	margin-bottom: 85px;
}
.otherList .list ul li img {
	display: block;
	width: 100%;
}
.otherList .list ul li h2 {
	box-sizing: border-box;
	padding-left: 25px;
	padding-right: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 16px;
}
.otherList .list ul li p {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 12px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-bottom: 50px;
	color: #999;
}
.otherList .list ul li:nth-child(4n) {
	margin-right: 0px;
}
.otherMore {
	width: 100%;
	background: #fff;
	padding-bottom: 27px;
}
.otherMore a {
	display: block;
	width: 100%;
	height: 146px;
	box-sizing: border-box;
	border-bottom: 1px solid #686868;
	text-align: center;
	line-height: 145px;
}
.model h2 {
	font-size: 36px;
	color: #000000;
	text-align: center;
	font-weight: normal;
	padding-top: 115px;
}
.model p {
	text-align: center;
	font-size: 36px;
	padding-top: 20px;
}
.model .ss {
	width: 100%;
	text-align: center;
	padding-top: 34px;
	height: 28px;
}
.model .ss input {
	width: 418px;
	text-align: center;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #686868;
	vertical-align: top;
}
.model .ss a {
	display: inline-block;
	width: 30px;
	height: 28px;
	background: url("../img/m_ss.jpg") no-repeat;
	background-size: cover;
	margin-left: 10px;
}
.model .select {
	max-width: 1245px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 64px;
	margin: 0 auto;
	padding-bottom: 12px;
}
.model .select select {
	margin-right: 20px;
	box-sizing: border-box;
	border: 1px solid #2d3940;
	border-radius: 3px;
	padding-left: 10px;
	padding-right: 20px;
}
.rzList {
	width: 100%;
	background: #f6f6fa;
}
.rzList ul {
	max-width: 1245px;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
	margin: 0 auto;
	padding-top: 35px;
}
.rzList ul li {
	width: 278px;
	float: left;
	margin-right: 35px;
	background: #fff;
	padding-bottom: 10px;
	margin-bottom: 35px;
	padding-bottom: 44px;
}
.rzList ul li:nth-child(4n) {
	margin-right: 0px;
}
.rzList ul li a {
	display: block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.rzList ul li a img {
	display: block;
	width: 100%;
}
.rzList ul li a h2 {
	font-size: 16px;
	color: #333333;
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rzList ul li a p {
	font-size: 12px;
	color: #637079;
}
.rzList ul li div {
	height: 30px;
	width: 100%;
	background-image: url("../img/coll.png");
	background-repeat: no-repeat;
	background-size: auto 100%;
	margin-top: 8px;
	line-height: 30px;
	box-sizing: border-box;
	padding-left: 25px;
	font-size: 12px;
	color: #2d3940;
}
.rzList ul li div span {
	float: right;
	font-size: 12px;
}
.sever {
	border-bottom: #686868;
	width: 100%;
	padding-bottom: 70px;
}
.sever h2 {
	text-align: center;
	font-size: 30px;
	color: #6d6d6d;
	font-weight: normal;
	text-align: center;
	padding-top: 63px;
}
.sever h3 {
	font-weight: normal;
	text-align: center;
	font-size: 18px;
	color: #6d6d6d;
	padding-top: 30px;
	padding-bottom: 40px;
}
.severList {
	width: 100%;
	text-align: center;
	max-width: 1295px;
	margin: 0 auto;
}
.severList dl {
	display: block;
	float: left;
	margin-bottom: 51px;
}
.severList .next {
	float: left;
	margin-left: 27px;
	margin-right: 27px;
	margin-top: 48px;
}
.severList dl dd {
	padding-top: 25px;
}
.severList span {
	display: block;
	height: 171px;
	float: left;
}
.severImg img {
	display: block;
	margin: 0 auto;
	max-width: 1292px;
	width: 100%;
	margin: 0 auto;
}
.severImg_two {
	display: block;
	width: 7.68rem;
	margin: 0 auto;
	display: none;
}
.severImg_two img {
	display: block;
	width: 100%;
	height: 100%;
}
.sfbz {
	with: 100%;
	border-top: 1px solid #686868;
}
.sfbz h2.title {
	width: 100%;
	font-size: 30px;
	color: #6d6d6d;
	text-align: center;
	font-weight: normal;
	padding-top: 45px;
}
.sfbz .text {
	padding-top: 75px;
	padding-bottom: 45px;
}
.sfbz .text p {
	font-size: 18px;
	line-height: 25px;
	color: #6d6d6d;
}
.severItem {
	with: 100%;
	border-top: 1px solid #686868;
	padding-top: 45px;
}
.severItem .tab {
	width: 100%;
	text-align: center;
	margin-bottom: 34px;
}
.severItem .tab a {
	display: inline-block;
	width: 314px;
	height: 60px;
	box-sizing: border-box;
	border: 2px solid #9d8668;
	text-align: center;
	line-height: 58px;
	margin: 0 10px;
	font-size: 24px;
	color: #837f7d;
	position: relative;
}
.severItem .tab a.cur {
	background: #9d8668;
	color: #fff;
}
.severItem .tab a.cur em {
	width: 19px;
	height: 10px;
	position: absolute;
	bottom: -10px;
	background: url(../img/down.png) no-repeat;
	background-size: cover;
	left: 50%;
	margin-left: -9.5px;
}
.severItem .box {
	width: 100%;
	max-width: 1245px;
	box-sizing: border-box;
	padding: 0 10px;
	margin: 0 auto;
}
.severMore {
	width: 100%;
	margin: 0 auto;
	margin-top: 35px;
	margin-bottom: 43px;
	max-width: 1225px;
}
.severMore a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f7f7f7;
	font-size: 18px;
	color: #686868;
}
.severMore div {
	width: 50%;
	box-sizing: border-box;
	padding-right: 19px;
	float: left;
}
.severMore div:nth-child(2n) {
	float: right;
	padding-right: 0px;
	padding-left: 19px;
}
.severMore div a {
	display: block;
	width: 100%;
}
.newsCont {
	width: 100%;
	max-width: 1245px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.newsCont .title {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 40px;
	font-size: 30px;
	color: #686868;
	font-weight: normal;
}
.newsCont .text p {
	font-size: 24px;
	color: #686868;
	line-height: 40px;
}
.designerInfo {
	padding-top: 55px;
	padding-bottom: 140px;
}
.designerInfo .lf {
	width: 293px;
	float: left;
}
.designerInfo .lf .designerImg {
	display: block;
	width: 293px;
	height: 440px;
}
.designerInfo .lf h2 {
	width: 100%;
	text-align: center;
	font-size: 18px;
	color: #8b755a;
	font-weight: normal;
	padding-top: 40px;
}
.designerInfo .lf h2 span {
	font-size: 24px;
}
.designerInfo .button {
	text-align: center;
	padding-top: 58px;
}
.designerInfo .button a {
	display: inline-block;
	width: 117px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid #8b755a;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	color: #8b755a;
}
.designerInfo .share {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #8b755a;
	margin-top: 60px;
	text-align: center;
}
.designerInfo .share a {
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin: 0 5px;
}
.designerInfo .share a img {
	display: block;
	width: 100%;
	height: 100%;
}
.designerInfo .rt {
	float: left;
	width: 76%;
	width: -moz-calc(100% - 293px );
	width: -webkit-calc(100% - 293px );
	width: calc(100% - 293px );
	box-sizing: border-box;
	padding-left: 62px;
}
.designerInfo .rt h2 {
	font-size: 30px;
	margin-bottom: 35px;
	font-weight: normal;
	color: #686868;
}
.designerInfo .rt p {
	font-size: 18px;
	color: #686868;
	margin-bottom: 22px;
}
.severItem .box .slick-dots {
	display: none !important;
}
.severItem .box .slick-next {
	width: 62px;
	height: 62px;
	background: url("../img/d_right.png") no-repeat;
	background-size: cover;
	right: 0px;
	top: 50%;
	right: -88px;
}
.severItem .box .slick-prev {
	width: 62px;
	height: 62px;
	background: url("../img/d_left.png") no-repeat;
	background-size: cover;
	right: 0px;
	top: 50%;
	left: -88px;
}
.sever_sj {
	margin-top: 38px;
	margin-bottom: 38px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.sever_sj img {
	display: block;
	width: 100%;
}
.sever_sj img:nth-child(2n) {
	display: none;
}
.process {
	width: 100%;
	margin-top: 38px;
	height: 510px;
	background: url("../img/process.jpg") no-repeat;
	background-size: cover;
}
.process ul {
	max-width: 1195px;
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.process h2 {
	padding-top: 85px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	font-size: 32px;
}
.process ul {
	padding-top: 78px;
}
.process ul dl {
	width: 20%;
	float: left;
}
.process ul dl dt img {
	display: block;
	margin: 0 auto;
}
.process ul dl dd {
	text-align: center;
	padding-top: 28px;
	color: #fff;
	font-size: 28px;
}
.sgtx {
	width: 100%;
	padding-top: 90px;
}
.sgtx img {
	display: block;
	margin: 0 auto;
	max-width: 803px;
	width: 100%;
}
.lcList {
	padding-top: 85px;
	width: 100%;
	max-width: 1285px;
	margin: 0 auto;
	padding-bottom: 105px;
}
.lcList dl {
	width: 25%;
	float: left;
}
.lcList dl img {
	display: block;
	margin: 0 auto;
	max-width: 259px;
	width: 100%;
	margin: 0 auto;
	transition: all 1s ease 0s;
}
.lcList dl dt {
	width: 259px;
	height: 259px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
}
.lcList dl:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.lcList dl dd h2 {
	text-align: center;
	font-size: 24px;
	color: #545454;
	font-weight: normal;
	padding-top: 25px;
}
.lcList dl dd p {
	font-size: 18px;
	color: #545454;
	text-align: center;
	margin-top: 30px;
}
.jccl {
	padding-bottom: 80px;
}
.jccl h2 {
	width: 100%;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	color: #545454;
}
.jccl p {
	max-width: 820px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #545454;
	line-height: 30px;
	padding-top: 40px;
}
.jccl ul {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}
.jccl ul li {
	width: 33.333%;
	height: 146px;
	float: left;
}
.jccl ul li img {
	display: block;
	width: 100%;
	max-width: 334px;
	margin: 0 auto;
}
.gzCont {
	width: 100%;
	border-top: 1px solid #686868;
	margin-top: 53px;
	padding-bottom: 37px;
}
.gzCont .bigPic {
	width: 100%;
}
.gzCont .bigPic img {
	display: block;
	/*width: 100%;*/
}
.smallPic {
	width: 100%;
	padding-top: 0.38rem;
	padding-bottom: 0.38rem;
	background: #000;
}
.smallPic .list {
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.smallPic .list .item {
	box-sizing: border-box;
}
.smallPic .list .item div {
	width: 95%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
.smallPic .list .item div span {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: 1000;
}
.smallPic .list .item img {
	display: block;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	transition: all 1s ease 0s;
}
.smallPic .list .cur span {
	display: none;
}
.smallPic .list .item:hover img {
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-transform: scale(1.2, 1.2);
}
.smallPic .list .slick-prev {
	width: 26px;
	height: 26px;
	background: url("../img/gzLeft.jpg") no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -13px;
	left: -40px;
}
.smallPic .list .slick-next {
	width: 26px;
	height: 26px;
	background: url("../img/gzRight.jpg") no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -13px;
	right: -40px;
}
.gzSlider {
	width: 100%;
	/*    height:5.4rem;*/
	display: none;
}
.gzSlider div {
	display: block;
	width: 100%;
	height: 100%;
}
.gzSlider img {
	display: block;
	width: 100%;
	height: 100%;
}
.gzSlider .slick-dots {
	display: none !important;
}
.mainText {
	width: 100%;
	margin-top: 36px;
	margin-bottom: 36px;
	border-top: 1px solid #686868;
	border-bottom: 1px solid #686868;
}
.mainText .section {
	max-width: 880px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 50px;
}
.mainText .section h2.title {
	width: 100%;
	font-size: 30px;
	font-weight: normal;
	color: #686868;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.mainText .section .cont {
	width: 100%;
	font-size: 24px;
	color: #686868;
	line-height: 40px;
}
.caseMain {
	/*   max-width: 1300px;  */
	width: 100%;
	margin: 0 auto;
}
.caseMain .section2 {
	width: 72%;
	float: left;
}
.caseMain .section {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
.sjs2 {
	width: 28%;
	float: left;
	height: auto;
	overflow: hidden;
}
.sjs {
	width: 365px;
	margin-top: 40px;
	margin-left: 0;
	box-sizing: border-box;
	padding-left: 34px;
	border-left: 1px solid #686868;
}
.sjs h2 {
	font-size: 30px;
	color: #686868;
	font-weight: normal;
}
.sjs p {
	font-size: 14px;
	color: #8b755a;
	margin-top: 15px;
}
.sjs h2.name {
	margin-top: 55px;
	margin-bottom: 20px;
}
.sjs .share {
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #8b755a;
	margin-top: 15px;
	text-align: center;
	padding-left: 0px;
	text-align: left;
}
.sjs .share a {
	display: inline-block;
	width: 36px;
	height: 36px;
	vertical-align: middle;
	margin: 0 5px;
}
.sjs .share a img {
	display: block;
	width: 100%;
	height: 100%;
}
.sjs .info {
	width: 100%;
}
.sjs .info img.pic {
	float: left;
	display: block;
	max-width: 159px;
	width: 45%;
}
.sjs .info .text {
	width: 50%;
	float: right;
}
.sjs .info .text .goIndex {
	width: 100%;
	height: 21px;
	display: block;
	line-height: 21px;
	box-sizing: border-box;
	padding-left: 10px;
	background: #9e9484;
	color: #fff;
	font-size: 12px;
	text-decoration: underline;
}
.sjs .info .text span {
	display: block;
	font-size: 12px;
	color: #9f9592;
	margin-top: 7px;
}
.sjs .info .text span em {
	font-style: normal;
	font-size: 14px;
	color: #d61223;
}
.sjs .info .text a.zxzx {
	margin-top: 10px;
	width: 100%;
	height: 40px;
	display: block;
}
.sjs .info .text a.zxzx img {
	display: block;
	width: 100%;
	height: 100%;
}

/*公装*/
@media screen and (max-width: 1270px) {
.smallPic {
	box-sizing: border-box;
	padding-left: 15px;
	padding-right: 15px;
}
.smallPic .list .slick-prev {
	width: 26px;
	height: 26px;
	background: url("../img/gzLeft.jpg") no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -13px;
	left: 40px;
	z-index: 2000;
}
.smallPic .list .slick-next {
	width: 26px;
	height: 26px;
	background: url("../img/gzRight.jpg") no-repeat;
	background-size: cover;
	top: 50%;
	margin-top: -13px;
	right: 40px;
	z-index: 2000;
}
.gzBox dl dd .lf {
	width: 100%;
}
.gzBox dl dd {
	height: 230px;
}
.gzBox dl dd .rt {
	width: 100%;
	position: inherit;
	bottom: 0;
	right: 0;
	border-top: 1px solid #999999;
	margin-top: 10px;
	height: 55px;
	line-height: 55px;
}
.gzBox dl dd .rt p {
	width: 50%;
	text-align: center;
	float: left;
}
.gzBox dl dd .rt a {
	display: block;
	float: right;
	height: 45px;
	margin-top: 5px;
	width: 150px;
	line-height: 45px;
	font-size: 24px;
}
}

@media screen and (max-width: 1240px) {
.rzList ul li:nth-child(4n) {
	margin-right: 35px;
}
.rzList ul li {
	width: 30%;
	margin-left: 2%;
	margin-right: 0px;
}
.lcList dl {
	width: 50%;
	margin-bottom: 50px;
}
}

@media screen and (max-width: 768px) {
.caseMain .section2 {
	width: 100%;
	float: none;
}
.sjs2 {
	width: 100%;
	float: none;
}
.newsCont .title {
	font-size: 0.3rem;
	color: #686868;
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}
.newsCont .text {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.newsCont .text p {
	font-size: 0.26rem;
	line-height: 0.46rem;
}
.severItem .tab a {
	width: 3.14rem;
	height: 0.6rem;
	box-sizing: border-box;
	border: 0.02rem solid #9e8666;
	font-size: 0.3rem;
	color: #666666;
	line-height: 0.56rem;
}
.sever h2 {
	padding-top: 0.35rem;
	padding-bottom: 0.25rem;
	font-size: 0.4rem;
}
.sever h3 {
	padding-top: 0px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	line-height: 0.46rem;
	color: #6d6d6d;
	text-align: left;
	padding-bottom: 0.28rem;
}
.sever {
	padding-bottom: 0.35rem;
}
.sfbz h2.title {
	padding-top: 0.35rem;
	padding-bottom: 0.25rem;
	font-size: 0.4rem;
}
.sfbz .text {
	padding-top: 0px;
}
.sfbz .text p {
	font-size: 0.24rem;
}
.severItem {
	padding-top: 0.4rem;
}
.severItem .tab {
	margin-bottom: 0px;
}
.severImg {
	display: none;
}
.severImg_two {
	display: block;
}
.model h2 {
	padding-top: 0.75rem;
	font-size: 0.36rem;
	color: #333;
}
.model p {
	font-size: 0.36rem;
	padding-top: 0.15rem;
}
.model .ss {
	width: 4.7rem;
	height: 0.65rem;
	margin: 0 auto;
	position: relative;
	padding-top: 0;
	margin-top: 0.5rem;
}
.model .ss input {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 0.7rem;
	font-size: 0.26rem;
	color: #686868;
	text-align: left;
	box-sizing: border-box;
	padding-left: 0.2rem;
}
.model .ss a {
	position: absolute;
	height: 0.65rem;
	width: 0.65rem;
	right: 0;
	top: 0;
	background-position: center;
	background-size: 0.37rem 0.37rem;
}
.model .select {
	padding-top: 0.75rem;
}
.model .select select {
	width: 1.95rem;
	height: 0.5rem;
	margin-right: 0.5rem;
	font-size: 3vw;
	padding-right: 0.2rem;
	padding-left: 0.15rem;
}
.model .select select:nth-child(3n) {
	margin-right: 0px;
}
.rzList ul li {
	width: 3.54rem;
	margin-left: 0px;
	height: 5.4rem;
}
.rzList ul li a h2 {
	font-size: 0.28rem;
	padding-top: 0px;
	padding-bottom: 0.12rem;
}
.rzList ul li a p {
	font-size: 0.22rem;
	color: #656565;
}
.rzList ul li a div {
	height: 0.44rem;
	background-size: 0.29rem 0.44rem;
	line-height: 0.44rem;
	padding-left: 0.4rem;
	font-size: 0.22rem;
}
.rzList ul li a div span {
	font-size: 0.22rem;
	color: #656565;
}
.rzList ul li:nth-child(4n) {
	margin-right: 0px;
}
.rzList ul li:nth-child(2n) {
	float: right;
}
.proSlider {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.otherList .tit {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
	font-size: 0.34rem;
	color: #393a3a;
}
.otherList .list {
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.otherList .list ul li {
	width: 3.53rem;
	margin-right: 0px;
	margin-bottom: 0.22rem;
}
.otherList .list ul li h2 {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 0.26rem;
}
.otherList .list ul li p {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-bottom: 0.75rem;
	font-size: 0.18rem;
	color: #666;
}
.otherList .list ul li:nth-child(2n) {
	float: right;
}
.otherMore a {
	height: 1.4rem;
	line-height: 1.4rem;
}
.otherMore {
	padding-bottom: 0.12rem;
}
.product .list dl {
	float: none;
	width: 100%;
	padding-right: 0px;
	margin-bottom: 0px;
}
.product .list dl:nth-child(2n) {
	padding-left: 0px;
}
.product .list dl dd h2 {
	font-size: 0.35rem;
	padding-top: 0.3rem;
	padding-bottom: 0.1rem;
}
.product .list dl dd p {
	font-size: 0.3rem;
	line-height: 0.5rem;
}
.product .list a.productMore {
	font-size: 0.24rem;
	color: #837f7d;
}
.product .list dl dd {
	min-height: inherit;
	padding-bottom: 0.25rem;
	padding-left: 0px;
	padding-right: 0px;
}
.product .title p {
	font-size: 0.36rem;
	padding-top: 0.15rem;
	padding-bottom: 0.6rem;
}
.product .title h2 {
	font-size: 0.44rem;
	padding-top: 0.7rem;
	font-weight: bold;
}
.product .w1245 {
	padding-top: 0.35rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.product .list {
	padding-bottom: 0.47rem;
}
.product .list ul li {
	width: 100%;
	padding-right: 0px;
	margin-bottom: 0.34rem;
}
.product .list ul li div p {
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.3rem;
}
.product .list ul li:nth-child(2n) {
	padding-left: 0px;
}
.gzNav {
}
.gz {
	padding-left: 0.2rem;
	padding-right: 0.2rem;
}
.gzNav h2 {
	font-size: 0.24rem;
	color: #686868;
	line-height: 0.85rem;
	padding-bottom: 0;
	font-family: "SimSun";
}
.gzNavBox dl dt {
	width: 1rem;
	line-height: 0.7rem;
}
.gzNavBox dl dd {
	width: 6.2rem;
}
.gzNavBox dl dd span {
	width: 33.333%;
	line-height: 0.7rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gzNavBox dl dd span a {
	padding-left: 0.15rem;
	padding-right: 0.15rem;
}
.gzBox {
	padding-top: 0.6rem;
}
.gzBox dl {
	float: none;
	padding-right: 0;
	width: 100%;
	margin-bottom: 0.2rem;
}
.gzBox dl:nth-child(2n) {
	float: none;
	padding-right: 0;
	padding-left: 0;
}
.gzBox dl dt .show {
	padding: 0.25rem;
}
.gzBox dl dt .show .text {
	padding-top: 1.27rem;
	padding-left: 0.7rem;
	padding-right: 0.7rem;
}
.gzBox dl dt .show .text p {
	font-size: 0.26rem;
	color: #ffffff;
	text-align: center;
	line-height: 0.4rem;
}
.gzBox dl dt .show .text h2 {
	font-size: 0.24rem;
	color: #ffffff;
	font-weight: normal;
	padding-top: 0.42rem;
}
.gzBox dl dt .show .text h3 {
	font-size: 0.24rem;
	color: #ffffff;
	padding-top: 0.05rem;
}
.gzBox dl dd {
	height: auto;
	padding: 0 0.2rem;
}
.gzBox dl dd .lf h2 {
	font-size: 0.3rem;
	padding-top: 0rem;
	padding-bottom: 0rem;
	line-height: 0.8rem;
}
.gzBox dl dd .lf h2 a {
	color: #dd322d;
	font-size: 0.3rem;
}
.gzBox dl dd .lf p {
	font-size: 0.24rem;
	color: #686868;
	line-height: 0.4rem;
}
.gzBox dl dd .rt {
	margin-top: 0.22rem;
	height: auto;
	line-height: inherit;
	line-height: 0.64rem;
	padding-top: 0.21rem;
	padding-bottom: 0.21rem;
	height: 0.64rem;
}
.gzBox dl dd .rt p {
	display: block;
	width: auto;
	float: left;
	padding-left: 0.7rem;
	font-size: 0.26rem;
}
.gzBox dl dd .rt a {
	width: 2.43rem;
	height: 0.64rem;
	font-size: 0.26rem;
	color: #686868;
	margin-top: 0;
	line-height: 0.64rem;
	text-align: center;
	margin-right: 0.36rem;
}
#pages span {
	display: none;
}
#pages {
	padding-top: 0.15rem;
	padding-bottom: 0.35rem;
}
.addSearch {
	height: 1.35rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	padding-top: 0.28rem;
}
.addSearch input.input {
	width: 5.4rem;
	float: left;
	height: 0.78rem;
}
.addSearch input.submit {
	float: right;
	width: 1.72rem;
	height: 0.78rem;
	padding-left: 0.15rem;
}
.gcList {
	padding: 0 0.2rem;
}
.gcList .item {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0.3rem;
	height: auto;
	overflow: hidden;
}
.gcList .item:nth-child(2n) {
	padding-left: 0px;
}
.gcList .item dl {
	padding: 0.21rem;
}
.gcList .item dl dt {
	width: 3.28rem;
	min-height: 2.43rem;
	height: auto;
	overflow: hidden;
	padding: 0;
}
.gcList .item dl dd {
	padding-left: 0;
	width: 3.35rem;
	float: right;
}
.gcList .item dl dd h2 {
	font-size: 0.3rem;
	color: #333333;
}
.gcList .item dl dd h3 {
	padding-top: 0.14rem;
	padding-bottom: 0.14rem;
	font-size: 0.22rem;
}
.gcList .item dl dd p {
	font-size: 0.24rem;
	color: #686868;
	line-height: 0.34rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.newsHead p {
	height: 0.72rem;
	line-height: 0.72rem;
	font-size: 0.24rem;
	color: #686868;
}
.line .box .gzBox dl {
	width: 3.53rem;
	float: left;
	min-height: 5.8rem;
}
.line .box .gzBox dl:nth-child(2n) {
	float: right;
}
.line .gzBox dl dd {
	padding-left: 0.1rem;
	padding-right: 0.1rem;
}
.line .gzBox dl dd .lf h2 {
	font-size: 0.24rem;
	color: #686868;
	line-height: 0.65rem;
}
.line .gzBox dl dd .lf h2 a {
	color: #686868;
}
.line .gzBox dl dd .rt {
	padding-top: 0px;
	padding-bottom: 0px;
	height: 0.75rem;
	line-height: 0.75rem;
}
.line .gzBox dl dd .rt p {
	font-size: 0.22rem;
	padding-left: 0px;
}
.line .gzBox dl dd .rt a {
	width: 1.4rem;
	height: 0.36rem;
	background: #fff;
	float: right;
	border: 1px solid #686868;
	line-height: 0.34rem;
	font-size: 0.2rem;
	color: #686868;
	margin-right: 0px;
	margin-top: 0.17rem;
	padding-left: 0px;
}
.line .gzBox dl dd .rt a em {
	width: 0;
	height: 0;
	display: inline-block;
	border-left: 0.1rem solid #686868;
	border-top: 0.05rem solid transparent;
	border-bottom: 0.05rem solid transparent;
	vertical-align: middle;
	margin-top: -0.02rem;
	margin-left: 0.03rem;
}
.designerInfo {
	padding-top: 0px;
}
.designerInfo .w1245 {
	padding-top: 0px;
}
.designerInfo .lf {
	width: 100%;
	padding-top: 0.39rem;
}
.designerInfo .lf .designerImg {
	margin: 0 auto;
}
.designerInfo .lf h2 {
	padding-top: 0.2rem;
	padding-bottom: 0.4rem;
}
.designerInfo .lf .button {
	padding-top: 0px;
}
.designerInfo .lf .button a {
	width: 2.76rem;
	height: 0.62rem;
}
.designerInfo .lf .share {
	margin-top: 0.2rem;
}
.designerInfo .rt {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.4rem;
	padding-right: 0.4rem;
	padding-top: 0.55rem;
}
.designerInfo .rt h2 {
	font-size: 0.46rem;
	color: #686868;
	margin-bottom: 0.5rem;
}
.designerInfo .rt p {
	font-size: 0.28rem;
	color: #686868;
}
.severItem .box .slick-next {
	display: none !important;
}
.severItem .box .slick-prev {
	display: none !important;
}
.severMore div {
	width: 3.53rem;
	padding-left: 0px;
	padding-right: 0px;
}
.severMore div:nth-child(2n) {
	padding-left: 0px;
	padding-right: 0px;
}
.sever_sj img {
	display: block;
	width: 100%;
}
.sever_sj img:nth-child(2n) {
	display: block;
}
.process ul dl dt img {
	width: 0.93rem;
	height: 0.93rem;
}
.process ul dl dd {
	font-size: 0.24rem;
}
.process {
	height: 5.1rem;
}
.process h2 {
	padding-top: 0.9rem;
	font-size: 0.36rem;
	color: #ffffff;
}
.process ul {
	padding-top: 0.7rem;
}
.sgtx {
	padding-top: 0.9rem;
}
.lcList {
	padding-top: 1rem;
	padding-bottom: 0.6rem;
}
.lcList dl dt {
	width: 2.59rem;
	height: 2.59rem;
}
.lcList dl {
	margin-bottom: 0.7rem;
}
.lcList dl dd h2 {
	font-size: 0.34rem;
	padding-top: 0.1rem;
	padding-bottom: 0.1rem;
}
.lcList dl dd p {
	font-size: 0.28rem;
	color: #545454;
	margin-top: 0px;
}
.jccl {
	padding-bottom: 0.8rem;
}
.jccl h2 {
	font-size: 0.36rem;
}
.jccl p {
	padding-top: 0.3rem;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 0.26rem;
	color: #545454;
	box-sizing: border-box;
}
.jccl ul li {
	height: auto;
}
.process {
	padding-top: 0.15rem;
}
.gzSlider {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.gzSlider img {
	margin-bottom: 0.3rem;
}
.gzCont {
	display: none;
}
.gzSlider .slick-prev, .gzSlider .slick-next {
	position: absolute;
	top: 50%;
	margin-top: -22px;
}
.mainText .section h2.title {
	padding-top: 0.35rem;
	padding-bottom: 0.32rem;
	font-size: 0.3rem;
}
.mainText .section .cont {
	width: 100%;
	box-sizing: border-box;
	padding-left: 0.2rem;
	padding-right: 0.2rem;
	font-size: 0.26rem;
	line-height: 0.46rem;
	overflow: hidden;
}
.caseMain .section {
	width: 100%;
	max-width: 880px;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
}
.sjs {
	width: 100%;
	border-left: none;
	border-top: 1px solid #686868;
	padding-top: 35px;
	padding-left: 0.35rem;
	padding-right: 0.35rem;
}
.sjs h2 {
	font-size: 0.44rem;
}
.sjs h2.name {
	margin-top: 0.35rem;
}
.sjs p {
	font-size: 0.34rem;
	margin-top: 0.32rem;
}
.sjs .share {
	font-size: 0.34rem;
	margin-top: 0.35rem;
}
.sjs .share a {
	width: 0.72rem;
	height: 0.72rem;
}
.sjs .info {
	margin-bottom: 0.4rem;
}
.sjs .info img.pic {
	width: 5.31rem;
	/* height:2.94rem;*/
	max-width: 5.31rem;
	max-width: auto;
	display: block;
	float: none;
	margin: 0 auto;
}
.sjs .info .text {
	width: 5.31rem;
	float: left;
	margin-left: 0.15rem;
	float: none;
	margin: 0 auto;
}
.sjs .info .text h2.nm {
	padding-top: 0.2rem;
	text-align: center;
}
.sjs .info .text .goIndex {
	height: 0.68rem;
	line-height: 0.68rem;
	font-size: 0.34rem;
	margin-top: 0.2rem;
}
.sjs .info .text span {
	font-size: 0.34rem;
	text-align: center;
}
.sjs .info .text span em {
	font-size: 0.46rem;
}
.sjs .info .text a.zxzx {
	width: 3.46rem;
	height: 0.8rem;
	margin: 0 auto;
	margin-top: 0.2rem;
}
}

@media screen and (max-width: 1270px) {
.gz {
	padding-top: 100px;
}
.ad {
	padding-top: 100px;
}
.newsHead {
	padding-top: 100px;
}
}

@media screen and (max-width: 768px) {
.gz {
	padding-top: 1rem;
}
.ad {
	padding-top: 1rem;
}
.newsHead {
	padding-top: 1rem;
}
.severMore a {
	font-size: 0.24rem;
}
.designerInfo {
	padding-bottom: 0.8rem;
}
img {
	max-width: 100%;
}
.proSlider {
	width: 100%;
}
.rz_con {
	width: 100%;
}
.main {
	width: 100%;
	float: none;
	height: auto;
	overflow: hidden;
	padding-bottom: 0.3rem;
}
	.rz_right{
		float: none;
		width: 100%;
		padding-left: 0.25rem;
		padding-right: 0.25rem;
	}
	.rz_right h1{
		padding-top: 0;
	}
	.rz_right h2{
		margin-bottom: 0.5rem;
	}
	.rz_right h5{
		margin-bottom: 0.5rem;
	}
	 
	
}
