

body {
	font-family: Avenir, Helvetica, Arial, sans-serif;
	background-color: #fff;
}

p,
h3,
h2,
h4,
ul {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
}

.w1379 {
	width: 1379px;
}

.mauto {
	margin: 0 auto;
}

.mb90 {
	margin-bottom: 90px;
}

.pt15 {
	padding-top: 15px;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.justbetween {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.mr15 {
	margin-right: 15px;
}

.icon_email {
	background-image: url(../images/icons/email.png);
}

.icon_map {
	background-image: url(../images/icons/map.png);
}

.icon_phone {
	background-image: url(../images/icons/phone.png);
}

.icon_arrow {
	display: block;
	width: 16px;
	height: 11px;
	background: url(../images/icons/arrow.png) no-repeat;
}

.icon_more {
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(../images/icons/more.png) no-repeat;
}

.icon_timer {
	display: inline-block;
	width: 86px;
	height: 87px;
	background: url(../images/icons/timer.png) no-repeat;
}

.icon_company {
	display: inline-block;
	width: 92px;
	height: 95px;
	background: url(../images/icons/company.png) no-repeat;
}

.icon_anchor {
	display: inline-block;
	width: 96px;
	height: 97px;
	background: url(../images/icons/anchor.png) no-repeat;
}

.icon_park {
	display: inline-block;
	width: 98px;
	height: 97px;
	background: url(../images/icons/park.png) no-repeat;
}

.icon_grade {
	display: inline-block;
	width: 89px;
	height: 89px;
	background: url(../images/icons/grade.png) no-repeat;
}

.more {
	font-size: 24px;
	font-weight: normal;
	color: #1A2622;
}

.wrap {
	/* width: 100%; */
	max-width: 1920px;
	margin: 0 auto;
}


/* header */
.homeHeader {
	width: 100%;
	height: 180px;
	position: absolute;
	top: 24px;
	left: 0;
	z-index: 100;
}

.headerTop {
	width: 1385px;
	margin: 0 auto;
	position: relative;
}

.tools {
	/* display: flex;
	align-items: center;
	justify-content: space-between; */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.tools .search {
	position: relative;
	margin-right: 60px;
	width: 274px;
	height: 50px;
	padding: 5px 10px 5px 20px;
	background: url(../images/bg_search.png) no-repeat;
}

.tools .search>input {
	margin-right: 80px;
	vertical-align: middle;
	border: none;
	outline: none;
	background: none;
}

.tools .search>input.keyword {
	width: 200px;
	height: 42px;
	line-height: 42px;
	color: #000;
}

.tools .search>input.btn {
	position: absolute;
	right: 1px;
	top: 1px;
	width: 48px;
	height: 48px;
	border-radius: 48px;
        margin-right:0;
}

.tools .links .icon {
	display: inline-block;
	margin: 0 20px;
	float: left;
	width: 54px;
	height: 54px;
	background-repeat: no-repeat;
}

.mainNav {
	position: absolute;
	top: 130px;
	left: 0;
	right: 0;
	width: 1245px;
	margin: 0 auto;
	z-index: 100;
}

.mainNavUl {
	width: 100%;
	margin: 0 auto;
}

.mainNavUl>li {
	float: left;
	margin: 0 5px;
	list-style: none;
}

.mainNavUl>li>a {
	display: block;
	padding: 0 15px;
	font-size: 22px;
	font-weight: normal;
	color: #000000;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 23px;
}

.mainNav .mainNavUl>li>a.active {
	color: #fff;
	background: linear-gradient(0deg, #00A069, #00B4FF);
}

/* cmModule */
.cmModule {
	margin-bottom: 135px;
}

.cmModule .top {
	width: 1378px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.cmModule .top .title {
	font-size: 30px;
	color: #515151;
}

.cmModule .top .title>span {
	display: inline-block;
	padding-bottom: 5px;
	background: url(../images/bg_title.png) no-repeat left bottom;
}

.cmModule .content {
	margin: 0 auto;
}

/* footer */
.cmFooter {
	padding: 55px 0;
	width: 100%;
	/*height: 540px;*/
	background: #282828;
}

.cmFooter .content {
	margin: 0 auto;
	width: 1195px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: justify;
	justify-content: space-between;
}

.cmFooter .content .title {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: normal;
	color: #FFFFFF;
	font-family: AlibabaPuHuiTi-Light;
}

.cmFooter .content .cont>a {
	display: block;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 20px;
	font-family: AlibabaPuHuiTi-Thin;
	font-weight: normal;
	color: #DDDDDD;
}

.qrcode {
	width: 253px;
	height: 249px;
	background: #DCDCDC;
}

.qrcode>img {
	width: 100%;
}

.copyright {
	margin-top: 50px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	color: #DDDDDD;
}

.copyright .name {
	font-size: 36px;
	line-height: 36cpx;
	color: #FFFFFF;
}

.copyright .rights {
	margin-top: 20px;
	font-size: 24px;
	line-height: 24cpx;
	color: #DDDDDD;
	font-family: AlibabaPuHuiTi-Thin;
}


/*Image Zoom*/
img[data-action="zoom"] {
	cursor: zoom-in;
	cursor: -moz-zoom-in;
}

.zoom-img,
.zoom-img-wrap {
	position: relative;
	z-index: 999;
	transition: all 300ms;
}

img.zoom-img {
	cursor: zoom-out;
	cursor: -moz-zoom-out;
}

.zoom-overlay {
	z-index: 420;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	filter: "alpha(opacity=0)";
	opacity: 0;
	transition: opacity 300ms;
}

.zoom-overlay-open .zoom-overlay {
	filter: "alpha(opacity=100)";
	opacity: 1;
}

.zoom-overlay-open,
.zoom-overlay-transitioning {
	cursor: default;
}

/*Social Nav Styles*/
.social-icons {
	margin: 0 0 0 -11px;
	padding: 0;
}

.social-icons li {
	list-style: none;
	float: left;
	margin-left: 11px;
}

.social-icons .fa {
	color: #323232;
	background: #686868;
	padding: 8px 9px;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	text-align: center;
}

.social-icons .fa:hover {
	background: #323232;
	color: #686868;
}

/*Slick Slider Common Styles*/
.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	margin-top: -35px;
	z-index: 9;
	background: #3a3a3a;
	background: rgba(58, 58, 58, 0.5);
	border-radius: 50%;
	padding: 25px;
	width: 70px;
	height: 70px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
}

.slick-slider .slick-arrow:hover {
	background: #3a3a3a;
}

.slick-slider .fa-angle-left {
	left: 45px;
}

.slick-slider .fa-angle-right {
	right: 45px;
}

/*列表分页*/
.page {
	width: 100%;
	/* height: 30px; */
	margin: 60px 0 50px 0;
	padding-top: 25px;
	text-align: center;
	line-height: 30px;
	color: #333;
}

.page a {
	display: inline-block;
	height: 100%;
	margin: 0 3px;
	padding: 0 14px;
	color: #333;
	border: 1px solid #ccc;
	zoom: 1;
	*display: inline;
	float: none;
}

.page select {
	margin: 0 5px;
	border: 1px solid #ccc;
}

/* add 菜单 */
.phoneMenu {
	display: none;
	position: absolute;
	right: 10px;
	top: 30px;
	z-index: 10;
	transform: translateY(-50%);
	transition: all 0.4s ease-in-out;
	z-index: 11;
	padding: 5px;
	background: #186AAB;
}

.phoneMenu>div {
	width: 25px;
	height: 3px;
	cursor: pointer;
	background: #fff;
	transition: all 0.4s ease-in-out;
}

.phoneMenu>div:not(:last-child) {
	margin-bottom: 5px;
}

.phoneMenu.on div:nth-child(1) {
	transform: rotateZ(45deg) translateY(6px);
}

.phoneMenu.on div:nth-child(2) {
	transform: rotateZ(-45deg) translateY(-6px);
}

.phoneMenu.on div:nth-child(3) {
	height: 0px;
}

.phoneNav {
	display: none;
	position: absolute;
	width: 180px;
	right: 0;
	top: 64px;
	color: #fff;
	background: #186AAB;
	max-height: 25rem;
	overflow: auto;
}

.phoneNav>ul>li {
	position: relative;
	display: block;
	width: 100%;
	/* perspective: 500px; */
}

.phoneNav>ul>li>a {
	color: #fff;
	height: 42px;
	padding: 0 10px;
	line-height: 42px;
	font-size: 14px;
	border-bottom: 1px solid #fff;
	box-sizing: border-box;
}

.phoneNav>ul>li>a {
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	transition: all .3s ease;
	text-decoration: none !important;
}

#backto {
	width: 40px;
	height: 40px;
	background: #d2d3d7;
	color: #333;
	display: block;
	position: fixed;
	bottom: 80px;
	right: 50px;
	text-align: center;
	/*padding-top: 10px;*/
	z-index: 99;
	border-radius: 4px;
	display: none;
}

#backto:hover {
	background: #00D0B0;
	color: #fff;
}

#backto i {
	font-size: 24px;
	line-height: 42px;
}

/* 列表更多 */
.list-more {
	margin: 40px auto 20px;
	text-align: center;
}

.list-more>a {
	display: inline-block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #666;
	font-size: 20px;
	color: #666;
}

/* 多媒体查询 */
@media screen and (max-width: 768px) {
	#backto {
		right: 10px;
	}

	.tools,
	.mainNav {
		display: none;
	}

	.phoneMenu {
		display: block;
	}

	.cmModule .top,
	.cmFooter .content,
	.headerTop {
		width: 100%;
	}

	.cmModule .top .tabNav .more {
		display: none;
	}

	.cmFooter {
		height: auto;
		padding: 20px 10px;
	}

	.cmFooter .content {
		flex-direction: column;
	}

	.cmFooter .content .title {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.cmFooter .content>div:nth-child(2) {
		display: none;
	}

	.cmFooter .content .cont>a {
		display: inline-block;
		font-size: 1.5rem;
		margin-bottom: 5px;
		margin-right: 5px;
	}

	.cmModule .top .title {
		font-size: 2rem;
	}

	.copyright .name {
		font-size: 2rem;
	}

	.copyright .rights {
		font-size: 1.5rem;
	}
}

@media screen and (min-width: 992px) and (max-width:1120px) {}

@media screen and (min-width: 1121px) and (max-width:1240px) {

	.headerTop,
	.mainNav {
		width: 1100px;
	}

	.mainNavUl {
		width: 100%;
	}

	.mainNavUl>li {
		margin: 0;
	}

	.mainNavUl>li>a {
		font-size: 20px;
	}

	.cmFooter .content {
		width: 1100px;
	}

	.w1379 {
		width: 1100px;
	}
}

@media screen and (min-width: 1241px) and (max-width:1440px) {

	.headerTop,
	.mainNav {
		width: 1200px;
	}

	.w1379 {
		width: 1200px;
	}

	.mainNavUl {
		width: 100%;
	}

	.mainNavUl>li {
		margin: 0;
	}
}
