*,
*::before,
*::after {
	box-sizing: inherit;
	padding: 0;
	margin: 0;
	line-height: 1.6;
	color: inherit;
	font-size: inherit;
}

html {
	box-sizing: border-box;
	font-size: 1px;
}

body {
	position: relative;
	font-family: 'Microsoft YaHei', 'Arial';
	line-height: 1.6;
	color: #333;
	font-size: 14rem;
	overflow-x: hidden;
	background-color: #f1f1f3;
	padding-top: 80rem;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: 14rem;
	font-weight: normal;
}



input:focus {
	outline: none;
}

/*修改input提示文字的颜色*/
input::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: inherit;
	color: inherit;
}

input:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: inherit;
	color: inherit;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: inherit;
	color: inherit;
}

input:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: inherit;
	color: inherit;
}

/**/
.amap-info-content .input-title {
	font-size: 14rem;
	line-height: 2;
	color: #045799;
}

.amap-info-content .input-item {
	font-size: 12rem;
	line-height: 2;
}

.flex-column {
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul::after {
	content: '';
	display: table;
	clear: both;
}

a {
	text-decoration: none !important;
	font-size: inherit;
	color: inherit;
}

a:hover {
	color: inherit;
}

button {
	outline: none;
	border: none;
	background-color: transparent;
	color: inherit;
}

/*分页样式*/
.dux-page {
	text-align: center;
	padding: 15rem;
}

.dux-page a,
.dux-page span {
	display: inline-block;
	width: 30rem;
	line-height: 30rem;
	height: 30rem;
	color: #000;
	font-size: 12rem;
	text-align: center;
	background-color: #ccc;
	margin: 5rem;
	color: #fff;
	transition: all .6s;
	border-radius: 3rem;
}

.dux-page a:hover,
.dux-page a.Ahover {
	background-color: #045799 !important;
	color: #fff !important;
}

.img-100 {
	width: 100%;
}

/*文字行数控制*/
.one-line {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.two-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.three-line {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.s-flex {
	display: flex;
	flex-wrap: wrap;
}

.flex {
	display: flex;
	flex-wrap: nowrap;
}

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

.gray-bg {
	background-color: #F8F8F8;
}

.white-bg {
	background-color: #fff;
}
.pt-5{
	padding-top: 50rem!important;
}
.pb-5{
	padding-bottom: 50rem!important;
}
.mt-5{
	margin-top: 50rem!important;
}
.mb-5{
	margin-bottom: 50rem!important;
}
.container {
	max-width: 100%;
	width: 1400rem !important;
	margin: 0 auto;
	padding: 0;
}

/* .container-content {
	max-width: 100%;
	width: 1200rem !important;
	margin: 0 auto;
} */

.swiper-navpage {
	bottom: 40rem !important;
}

.swiper-navpage span {
	opacity: 1;
	width: 60rem;
	height: 4rem;
	border: 1rem solid #fff;
	background-color: transparent;
	border-radius: 0;
}

.swiper-navpage span.swiper-pagination-bullet-active {
	background-color: #fff;
}


.img-100 {
	width: 100%;
}

.border-box {
	border: 1rem solid #ddd;
}

.swiper-pagination-top span.swiper-pagination-bullet {
	display: inline-block;
	width: 54rem !important;
	height: 8rem !important;
	overflow: hidden;
	background: #4e6472;
	cursor: pointer;
	border-radius: 0;
}

.swiper-pagination-top span.swiper-pagination-bullet-active {
	background-color: #89959c;
}

.swiper-top .swiper-slide {
	overflow: hidden;
}

.swiper-top .swiper-slide img {

	transform: scale(1.2);
}

.swiper-top .swiper-slide-active img {
	transform: scale(1) !important;
	transition: all 3s ease-in-out;
}

/*右侧悬浮*/
/* .fixed-box{
	position: fixed;
	right: 0rem;
	top: 50%;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.fixed-box>div{
	display: block;
	min-width: 70rem;
	line-height: 2;
	height: 70rem;
	background-color: rgba(170, 52, 28, 0.6);
	margin-bottom: 15rem;
	text-align: center;
	transition: all .35s ease-in-out; 
	cursor: pointer;
	border-radius: 5rem;
}
.fixed-box>div .iconfont{
	display: inline-block;
	color: #fff;
	font-size: 30rem;
	padding-top: 2rem;
}
.fixed-box>div p{
	font-size: 12rem;
	color: #fff;
}
.fixed-text{
	width: auto!important;
	white-space: nowrap;
}
.fixed-hover-text{
	display: none;
	font-size: 16rem;
	color: #fff;
	line-height: 70rem;
	padding: 0 15rem;
}
.fixed-box>div:hover{
	background-color: #DC000A;
}
.fixed-text:hover .iconfont,.fixed-text:hover p{
	display: none;
}
.fixed-text:hover .fixed-hover-text{
	display: block;
}
.fixed-ewm{
	position: relative;
}
.fixed-hover-ewm{
	position: absolute;
	left: calc(-100% - 50rem);
	top: 0;
	width: 100rem;
	background-color: #DC000A;
	padding: 5rem;
	border: 1rem solid #fff;
	transform: scale(0);
	transition: all .35s ease-in-out;
}
.fixed-hover-ewm img{
	width: 100%;
}
.fixed-ewm:hover .fixed-hover-ewm{
	transform: scale(1);
}
.fixed-box .fixed-gotop{
	display: none;
}
 */

/* 隐藏滚动条 */
 
::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}
/*瞄点a标签*/
a.mao-t{
	display: inline-block;
	transform: translateY(-70rem);
}

