/*reset css*/
* {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}

a,
a:link,
a:visited,
a:active,
div,
p,
li,
input,
button {
	font-size: 28px;
}

a,
a:link {
	text-decoration: none;
}

body {
	font-family: 'microsoft yahei';
	font-size: 28px;
	width: 100%;
	min-height: 100%;
	line-height: 1.8;
}


.header {
	width: 100%;
	height: 160px;
	padding: 40px 30px;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0 8px #777;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1000;
	position: relative;
}

.logo {
	width: 420px;
	height: 60px;
	margin-top: 30px;
}

#nav {
	background-color: #222;
	color: #fff;
	padding: 20px;
	width: 80px;
	height: 80px;
	float: right;
	display: block;
}

#menumain {
	background-color: #f1f1f1;
	height: calc(100% - 100px);
	width: 100%;
	position: fixed;
	left: 0;
	top: 100px;
	z-index: 1200;
	display: none;
}

#menu {
	padding: 30px;
	box-sizing: border-box;
}

#menu li {
	position: relative;
	border-bottom: 1px solid #ddd;
}

#menu li a {
	color: #272828;
	display: block;
	padding: 25px 1em;
	line-height: 2;
	transition: all 0.35s;
	font-size: 36px;
}



/*  */



footer {
	background: #1f2626;
	padding: 1em 0;
	color: #f1f1f1;
}


/*  */

.foot {
	padding: 30px;
	color: #999;
}

.foot h3 {
	line-height: 2;
	display: block;
	margin-bottom: 1em;
}

.c-add {
	background: url(../images/c-add.png) no-repeat left 4px;
	background-size: 0.875em 0.875em;
	text-indent: 1.2em;
}

.c-tel {
	background: url(../images/c-tell.png) no-repeat left center;
	background-size: 0.875em 0.875em;
	text-indent: 1.2em;
}

.c-mail {
	background: url(../images/c-mail.png) no-repeat left center;
	background-size: 0.875em 0.875em;
	text-indent: 1.2em;
}

.footcon {
	color: #888;
}

.copyright {
	background-color: #1f2626;
	border-top: 1px solid #333;
	color: #666;
	padding: 30px;
	display: flex;
	justify-content: space-between;
}

/*  */

/*  */
.slideBox {
	width: 100%;
	height: 480px;
	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: 480px;
	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;
}




/*  */

.subnav {
	text-align: center;
	background-color: #fff;
	margin-bottom: 20px;
}

.subnav a {
	display: inline-block;
	padding: 30px 16px;
	font-size: 32px;
}

.subnav a.on {
	color: #2AA2B3;
	border-bottom: 2px solid #2AA2B3;
}


/*  */
.contact-body {
	padding: 30px;
	box-sizing: border-box;
}


/*  */
.wrap {
	padding: 20px 40px;
	box-sizing: border-box;
}

.con-txt p {
	font-size: 30px;
}

.con-txt img {
	margin: 1em 0;

}

.case-xg {
	width: 25%;
}


.block {
	margin: 80px 0;
}

div.subtitle {
	font-size: 40px !important;
	font-weight: bold;
	margin: 20px 0;
	color: #2AA2B3;
}


/*  */
.case-item {
	width: 46%;
	margin: 1em 2%;
	background-color: #fff;
}

.input-serch {
	border: 1px solid #ddd;
	border-radius: 80px;
	height: 2em;
	width: 100%;
	line-height: 2em;
	text-indent: 1em;
}

.case-item {
	box-shadow: 0 0 3px #888;
	position: relative;
}

.case-item .casepic { 
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 0;
}


.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;
}



/*  */


/*  */

.indmess {
	background: #1f2626;
	padding: 40px 40px;
	box-sizing: border-box;
	background: #1f2626 url(../images/footbg.jpg) no-repeat;
	background-size: 100% 100%;
}

.imitem {
	padding: 20px 40px;
	box-sizing: border-box;	
	color: #fff;
}

.imitem img {
	margin-right: 40px;
}

.imitem h4 {
	margin-bottom: 10px;
	font-size: 36px;
}

.imitem p {
	color: #ccc;
}


/*  */


.pjitem {
	margin: 40px 0;
	padding: 0 50px;
	box-sizing: border-box;
}

.pj-con {
	background-color: #f1f1f1;
	cursor: pointer;
	position: relative;
	width: 100%;
	margin-bottom: 40px;
}

.pj-con:hover {
	background-color: #2aa2b3;
	color: #fff;
}

.pj-con::after {
	content: "▼";
	display: block;
	color: #f1f1f1;
	height: 32px;
	overflow: hidden;
	font-size: 28px;
	position: absolute;
	left: 30px;
	bottom: -14px;
}

.pj-con:hover::after {
	color: #2aa2b3;
}

.pj-scoll {
	position: relative;
}

.pj-scoll .hd-pj {
	overflow: hidden;
	height: 60px;
	text-align: center;
	box-sizing: border-box;
}

.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;
	height: 330px;
}

.pj-scoll .bd-pj ul {
	overflow: hidden;
	zoom: 1;
}

.pj-scoll .bd-pj ul li {
	float: left;
}





/*  */
.indbox {
	padding: 80px 40px;
	box-sizing: border-box;
}

.indtitle {
	padding: 40px 0;
	text-align: center;
}

.indtitle h3 {
	font-size: 44px;
}

.indtitle p {
	color: #888;
	font-size: 24px;
	padding: 0 80px;
	box-sizing: border-box;
}


.newsitem {
	border-bottom: 1px solid #eee;
	padding: 20px 0;
}

.newsitem p {
	color: #999;
}

.more {
	display: inline-block;
	border: 1px solid #ddd;
	padding: 10px 30px;
	color: #aaa;
	margin-top: 40px;
}

.more:hover {
	background-color: #2aa2b3;
	border: 1px solid #2aa2b3;
	color: #fff;
}

/*  */

.indcase {
	display: flex;
	flex-wrap: wrap;

}

.indcase-item {
	width: 33.33%;
	padding: 0 10px;
	box-sizing: border-box;
}

.indcase-pic {
	display: block;
	height: 200px;
	overflow: hidden;
	background-color: #222;
	margin-bottom: 15px;
}

.indcase-pic img {
	height: 200px;
	width: 100%;
	overflow: hidden;
}

/*  */
.indser {
	display: flex;
	flex-wrap: wrap;
}

.indser-item {
	width: 33.33%;
	height: 500px;
	background-size: 100%;
}

.indser a {
	display: block;
	padding: 180px 40px 80px 40px;
	color: #fff;
}

.indser img {
	width: 40px;
}

.indser p {
	font-size: 20px;
}


/*  */
.news-con {
	font-size: 30px;
}

.news-con img {
	max-width: 100%;
	margin: 1em 0;
}