header {
	/* 272828 */
	color: #272828;
	height: 84px;
	box-shadow: 0 0 1px #666;
	position: relative;
	z-index: 200;
}

footer {
	background: #222;
	padding: 50px 0;
	color: #fff;
	border-top: 2px solid #2aa2b3;

}

header h1 {
	font-size: 24px !important;

}


.wrap {
	width: 1280px;
	margin: 0 auto;
}

.logo {
	margin-right: 20px;
	font-size: 20px;
	width: 240px;
}

.nav li {
	position: relative;
}

.nav a {
	color: #272828;
	display: block;
	padding: 0 30px;
	line-height: 80px;
	transition: all 0.35s;
}

.nav li a::after {
	content: "";
	display: block;
	width: 0;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-top: -16px;
	background-color: #2AA2B3;
	transition: all 0.35s;
}

.nav li:hover a {
	color: #2AA2B3;
	transition: all 0.35s;
}

.nav li:hover a::after {
	content: "";
	width: 40px;
	left: calc(50% - 20px);
	height: 4px;
	background-color: #2AA2B3;
}

.nav a.on {
	color: #2AA2B3;
}

.nav li {
	padding: 0;
}


/*  */

.subnav {
	padding: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	margin-bottom: 40px;
	box-shadow: 0 0 4px #ddd;
	/* border-bottom: 1px solid #e1e1e1; */
}

.subnav a {
	display: inline-block;
	font-size: 14px;
	padding: 18px 16px;
}

.subnav a.on {
	color: #2AA2B3;
	border-bottom: 2px solid #2AA2B3;

}

.subbaner {
	height: 240px;
	background: #f1f1f1 url(../images/subbanner.jpg) no-repeat;
	/* url(../images/subbanner.jpg) no-repeat */
	background-size: 100%;

	position: relative;
	margin-top: -86px;
	z-index: 0;
}

/* pages/company/cases/index.wxss */


.block-body {
	display: flex;
	flex-wrap: wrap;
}

a:hover {
	color: #2AA2B3;
}




/*  */
.slideTxtBox .hd {
	position: relative;
}

.slideTxtBox .hd ul {
	position: absolute;
	width: 100%;
}

.slideTxtBox .hd ul li {
	cursor: pointer;
	width: 100%;
	margin-bottom: 8px;
	position: relative;
}

.slideTxtBox .hd ul li::after {
	content: "▶";
	display: block;
	color: #fff;
	position: absolute;
	right: 10px;
	top: 8px;
}

.slideTxtBox .bd ul {
	zoom: 1;
	height: 470px;
}


.newsbody ul {
	height: 470px;
}

.newsitem {
	width: 50%;
	padding: 20px;
	box-sizing: border-box;
	float: left;
}

.m-con img {
    margin:0.5em auto;
}


/*  */


.pj-scoll {
	position: relative;
}

.pj-scoll .hd-pj {
	overflow: hidden;
	height: 60px;
	padding: 0 10px;
	text-align: center;
}

.pj-scoll .hd-pj ul {
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	text-align: center;
}

.pj-scoll .hd-pj ul li {
	width: 12px;
	height: 12px;
	border-radius: 8px;
	overflow: hidden;
	text-indent: -1000px;
	display: inline-block;
	margin-right: 5px;
	cursor: pointer;
	background: #ddd;
}

.pj-scoll .hd-pj ul li.on {
	background-color: #2AA2B3;
}

.pj-scoll .bd-pj {
	overflow: hidden;
}

.pj-scoll .bd-pj ul {
	overflow: hidden;
	zoom: 1;
}

.pj-scoll .bd-pj ul li {
	float: left;
}




/*  */
.slideBox {
	width: 100%;
	height: 700px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 20px;
	overflow: hidden;
	position: absolute;
	left: 49%;
	bottom: 15px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	border-radius: 8px;
	margin-right: 2px;
	width: 12px;
	height: 12px;
	line-height: 1px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #AD8671;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 100%;
	height: 700px;
	display: block;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}




/*  */

.ladyScroll {
	width: 100%;
	height: 320px;
	margin: 0px auto;
	position: relative;
}

.ladyScroll .prev,
.ladyScroll .next {
	width: 50px;
	height: 50px;
	border-radius: 2px;
	position: absolute;
	top: 140px;
	left: -50px;
	z-index: 100;
	cursor: pointer;
	background: #ccc url(../images/btns.png) no-repeat;
}

.ladyScroll .next {
	left: auto;
	right: -50px;
	background-position: 0 -90px;
}

.ladyScroll .prev:hover {
	background-position: 0 -45px;
	background-color: #2AA2B3;
}

.ladyScroll .next:hover {
	background-position: 0 -135px;
	background-color: #2AA2B3;
}

.ladyScroll .scrollWrap {
	width: 1280px;
	overflow: hidden;
	position: absolute;
}

.ladyScroll dl {
	float: left;
	width: 300px;
	padding: 0 10px;
	text-align: center;
	position: relative;
}

.ladyScroll dt {
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
}

.ladyScroll img {
	display: block;
	width: 300px;
	height: 250px;
}

.ladyScroll dd {
	width: 320px;
	height: 110px;
	color: #fff;
	transition: all 0.35s;
	overflow: hidden;
	position: absolute;
	left: 10px;
	bottom: -70px;
}

.ladyScroll dd p {
	margin-top: 100px;
	transition: all 0.35s;
}

.ladyScroll dd a {
	color: #fff;
}

.ladyScroll dd a:hover {
	text-decoration: none;
}

.ladyScroll dl dt span {
	display: block;
	width: 300px;
	transition: all 0.35s;
	height: 130px;
	position: absolute;
	left: 10px;
	bottom: -70px;
	background: #333;
	filter: alpha(opacity=80);
	opacity: 0.80;
}

.ladyScroll dl:hover dt span {
	background: #2AA2B3;
	bottom: 0px;
}

.ladyScroll dl:hover dd {
	bottom: -0px;
}

.ladyScroll dl:hover p {
	margin-top: 0;
}

/*  */

.caseitem {
	box-shadow: 0 0 2px #aaa;
}

.casebody {
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	text-align: left;
}

.casebody a {
	margin-bottom: 10px;
	display: block;
}

.casebody p {
	font-size: 12px;
}

.title {
	padding-bottom: 30px;
	background: url(../images/line-bg.png) no-repeat center 75px;
}

.title p {
	text-align: center;
	font-size: 14px;
	color: #888;
	margin-top: 40px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

.ser-item {
	width: 400px;
	height: 600px;
	background-size: 100% 100%;
	padding: 300px 100px 0 100px;
	box-sizing: border-box;
	text-align: left;
	color: #fff;
}

.indcasepic {
	display: block;
	width: 280px;
	height: 160px;
	overflow: hidden;
}


.seritem {
	width: 400px;
	margin: 0 10px;
	text-align: left;
	justify-content: start;
	align-items: flex-start;
}

.seritem:hover img {
	transform: translatex(210px);
	transition: all 0.35s;
}

.seritem:hover h3 {
	transform: translateY(20px);
	transition-delay: 0.15s;
	transition-duration: 0.45s;
	transition-timing-function: ease-in
}

.seritem:hover p {
	transform: translateY(-20px);
	transition-delay: 0.15s;
	transition-duration: 0.45s;
	transition-timing-function: ease-in
}

.indcasepic img {
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-ms-transform: scale(1.0);
	-o-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

.indcasepic:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.caseitem {
	cursor: pointer;
}

.caseitem:hover {
	box-shadow: 0 0 20px #ccc;
}

.more {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px 30px;
	color: #aaa;
}

.more:hover {
	background-color: #2aa2b3;
	border: 1px solid #2aa2b3;
	color: #fff;
}

.about {
	background: #1f2626 url(../images/aboutbg.jpg) no-repeat;
	padding: 120px 0;
	text-align: center;
}

.title2 h3 {
	font-size: 36px;
	font-weight: normal;
	margin-bottom: 15px;
}

.title2 p {
	opacity: 0.6;
}

.abo-body {
	width: 80%;
	margin: 50px 10%;
	line-height: 2;
}

.abonum {
	margin-top: 80px;
	padding: 0 100px;
	box-sizing: border-box;
}

.abonum-item {
	width: 140px;
	height: 140px;
	border: 2px solid #888;
	border-radius: 50%;
	padding-top: 25px;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
}

.abonum-item h2 {
	font-size: 40px;
	font-weight: normal;
	line-height: 1.25;
}

.abonum-item:hover {
	border: 2px solid #2aa2b3;
	background-color: #2aa2b3;
}


.newsleft {
	width: 220px;
	text-align: left;
}

.title3 {
	text-align: right;
	padding-right: 10px;
	margin-bottom: 40px;
	position: relative;
}

.title3::after {
	content: " ";
	display: block;
	width: 60px;
	height: 4px;
	background-color: #2aa2b3;
	position: absolute;
	right: 10px;
	bottom: 0;
}

.title3 h3 {
	color: #2aa2b3;
}

.title3 p {
	color: #aaa;
}

/*  */

.newsnav {
	height: 340px;
	;
}

.navl {
	display: block;
	background-color: #fff;
	border-radius: 40px;
	overflow: hidden;
	margin: 4px 0;
	padding: 8px;
	text-align: center;
}

.navl:hover {
	background-color: #2aa2b3;
	color: #fff;
}

.newsbody {
	width: 1000px;
}

.newsitem {
	background-color: #fff;
	margin: 10px 4px;
	width: calc(50% - 8px);
	cursor: pointer;
	float: left;
}

.newsitem:hover {
	background-color: #2aa2b3;
	color: #fff;
}

.newsitem p {
	color: #888;
}

.newsitem:hover a {
	color: #fff;
}

.newsitem:hover p {
	color: #fff;
}



/*  */


.pjitem {
	width: 400px;
	margin-right: 20px;
}

.pj-con {
	background-color: #f1f1f1;
	cursor: pointer;
	min-height: 130px;
	position: relative;
	width: 400px;
	margin: 0px 0 30px 0;
}

.pj-con:hover {
	background-color: #2aa2b3;
	color: #fff;
}

.pj-con::after {
	content: "▼";
	display: block;
	color: #f1f1f1;
	height: 18px;
	overflow: hidden;
	font-size: 14px;
	position: absolute;
	left: 30px;
	bottom: -11px;
}

.pj-con:hover::after {
	color: #2aa2b3;

}











/*  */

.indmess {
	background: #1f2626;
	padding: 80px 0;
	background: #1f2626 url(../images/footbg.jpg) no-repeat;
}

.imitem {
	padding: 20px 0;
	color: #fff;
}

.imitem img {
	margin-right: 20px;
}

.imitem h4 {
	margin-bottom: 10px;
	font-size: 18px;
}

.imitem p {
	color: #ccc;
}

.messform {
	width: 600px;
	min-height: 400px;
}

.link {
	width: 880px;
}

.link-title {
	color: #2aa2b3;
	margin-bottom: 20px;
}

.link-body {}

.link-body a {
	color: #888;
	padding-right: 10px;
}

.ewm {
	width: 200px;
}

.c-add {
	background: url(../images/c-add.png) no-repeat left center;
	text-indent: 20px;
	height: 28px;
	line-height: 28px;
}

.c-tel {
	background: url(../images/c-tell.png) no-repeat left center;
	text-indent: 20px;
	height: 28px;
	line-height: 28px;
}

.c-mail {
	background: url(../images/c-mail.png) no-repeat left center;
	text-indent: 20px;
	height: 28px;
	line-height: 28px;
}

/*  */

.foot {
	display: flex;
	justify-content: space-between;
}

.foottitle {
	width: 20%;
	vertical-align: top;
	height: 120px;
}

.footcon {
	width: 60%;
	color: #888;
}

.copyright {
	background-color: #222;
	border-top: 1px solid #282828;
	padding: 10px 0;
	color: #555;
}


/*  */

.case-xg {
	margin: 10px 1%;
}


/* sub-case */
.designblock {
	width: 100%;
	text-align: center;
	border: 1px solid #ddd;
}

.design-main {
	padding-right: 40px;
}

.case-item {
	margin: 20px 1%;
	width: 23%;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background-color: #fff;
}

.case-item:hover {
	box-shadow: 0 0 10px #aaa;
}

.case-item .casepic {
	height: 200px;
	background-color: #1f2626;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
}

.case-item .casepic img {
	min-height: 200px;

}

.tag-float {
	position: absolute;
	z-index: 1000;
	top: 15px;
	right: 15px;
	background-color: #fff;
	border-radius: 0px;
	font-size: 14px;
	padding: 4px 10px;
	color: #666;
	opacity: 0.75;
}

.casepic:hover img {
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	-ms-transform: scale(1.3);
	-o-transform: scale(1.3);
	transform: scale(1.3);
	-webkit-transition: 0.45s;
	-moz-transition: 0.45s;
	-o-transition: 0.45s;
	transition: 0.45s;
}

/* news */

.newsinfo {
	border-bottom: 1px dashed #ddd;
	text-align: center;
	padding-bottom: 20px;
	color: #999;
}

.source {
	display: inline-block;
	margin-right: 20px;

}

.date {
	display: inline-block;
}

.page-block {
	padding: 20px 0;
	line-height: 32px;
	border-top: 1px solid #eee;
}

.wrap-inner {
	padding: 60px;
}


.dot {
	display: flex;
	align-items: center;
}

.dot::before {
	width: 8px;
	height: 8px;
	background: #A27C6C;
	content: '';
	display: inline-block;
	margin-right: 16px;
}

.dot-title::before {
	width: 6px;
	height: 20px;
	border-radius: 3px;
	background: #A27C6C;
	content: '';
	display: inline-block;
	margin-right: 16px;
}

.line-dot {
	border-top: 1px solid #ddd;
	position: relative;
}

.line-dot::after {
	position: absolute;
	width: 60px;
	height: 2px;
	border-radius: 3px;
	background: #2AA2B3;
	content: '';
	display: block;
	left: 0;
	top: -1px;
}

.line-dot-c {
	border-top: 1px solid #ddd;
	position: relative;
}

.line-dot-c::after {
	position: absolute;
	width: 60px;
	height: 2px;
	border-radius: 3px;
	background: #2AA2B3;
	content: '';
	display: block;
	left: calc(50% - 30px);
	top: -1px;
}


.page-wrap {
	padding: 20px 0;
}

.page-wrap a {
	display: inline-block;
	padding: 4px 8px;
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
}

.page-wrap a.on,
.page-wrap a:hover {
	border: 1px solid #2AA2B3;
	background-color: #2AA2B3;
	color: #fff;
}


/*  */
/*reset css*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

body {
	font-family: 'microsoft yahei';
}

.izl-rmenu {
	margin-right: 0;
	width: 82px;
	position: fixed;
	right: 2px;
	top: 65%;
	-webkit-box-shadow: #DDD 0px 1px 5px;
	-moz-box-shadow: #DDD 0px 1px 5px;
	box-shadow: #DDD 0px 1px 5px;
	z-index: 999;
}

.izl-rmenu .consult {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center -77px;
	display: block;
	height: 76px;
	width: 82px;
}

.izl-rmenu .consult .phone {
	background-color: rgb(247, 247, 255);
	position: absolute;
	width: 160px;
	left: -160px;
	top: 0px;
	line-height: 73px;
	color: #000;
	font-size: 18px;
	text-align: center;
	display: none;
	box-shadow: #DDD -1px 1px 4px;
}

.izl-rmenu a.consult:hover .phone {
	display: inline !important;
}

.izl-rmenu .cart {
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	display: block;
	height: 16px;
	width: 16px;
	font-size: 12px;
	line-height: 16px;
	color: #45BDFF;
	text-align: center;
	padding-top: 15px;
	padding-right: 18px;
	padding-bottom: 47px;
	padding-left: 48px;
}

.izl-rmenu a.cart:hover .pic {
	display: block;
}

.izl-rmenu .btn_top {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 39px;
	width: 82px;
	-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;
}

.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.izl-rmenu .cart .pic {
	display: none;
	position: absolute;
	left: -160px;
	top: 65px;
	width: 160px;
	height: 160px;
	background: url(../images/weixin.jpg);
}

#udesk-feedback-tab {
	position: fixed;
	right: 2px;
	top: 65%;
	margin-top: -76px;
	-webkit-box-shadow: #DDD 0px -1px 5px;
	-moz-box-shadow: #DDD 0px -1px 5px;
	box-shadow: #DDD 0px -1px 5px;
	z-index: 10000;
	cursor: pointer;
	background-image: url(../images/consult_icon.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 76px;
	width: 82px;
	background-color: #FFF !important;
	z-index: 999;
}