* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	font-size: 50px;
}

body {
	position: relative;
	line-height: 1.5;
	color: #333;
	font-size: .28rem;
}

* {
	line-height: 1.5;
	color: inherit;
	font-size: inherit;
}

ul,
ol,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	list-style-type: none;
	padding: 0;
	margin: 0;
	font-size: inherit;
	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: 14px;
	line-height: 2;
	color: #0066cc;
}

.amap-info-content .input-item {
	font-size: 12px;
	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;
}

.big-title {
	font-size: 0.8rem;
	color: #0066cc;
	text-align: center;
	font-weight: 900;
	margin-top: 0.3rem;
}

.mid-title {
	font-family: helvetica;
	text-align: center;
	font-size: 0.48rem;
	margin-top: 0.3rem;
}

/*分页样式*/
.dux-page {
	text-align: center;
	padding: 7px;
}

.dux-page a,
.dux-page span {
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.32rem;
	text-align: center;
	margin: 6px;
	transition: all .6s;
	border: 1px solid #ddd;
	border-radius: 5px;
	font-family: helvetica;
}

.dux-page a:hover,
.dux-page a.Ahover {
	background-color: #000 !important;
	color: #fff !important;
}
img {
	vertical-align: middle;
	border: none;
}

.img-100 {
	width: 100%;
}
.page-header{
	background-color: #eee;
}
.page-position{
	line-height: 1.2rem;
	font-size: 0.32rem;
	color: #666;
}
.page-position a:hover{
	color: #0066CC;
}
.page-label li a{
	display: inline-block;
	line-height: 1.2rem;
	min-width: 3rem;
	text-align: center;
	font-size: 0.32rem;
}
.page-label li a:hover,.page-label li.active a{
	background-color: #0066CC;
	color: #fff;
}

/*文字行数控制*/
.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;
}
.flex-between{
	display: flex;
	justify-content: space-between;
}
.gray-bg {
	background-color: #f3f3f3;
}
.white-bg {
	background-color: #fff;
}
.container {
	max-width: 1400px;
	width: 94.8%;
	margin: 0 auto;
}

.swiper-pagination-top {
	bottom: -15px;
}

.swiper-pagination-top>span {
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: #fff;
	transition: all .35s ease-in-out;
}

.swiper-pagination-top>span.swiper-pagination-bullet-active {
	border-radius: 5px;
	width: 1rem;
}

.article,
.article * {
	font-size: 0.32rem;
	line-height: 2;
	text-align: justify;
	text-justify: inter-word;
	color: rgba(0, 0, 0, .6);
}

.article img {
	max-width: 100%;
}

/*img*/
.img-100 {
	width: 100%;
}
.img-border{
	border: 1px solid #ddd;
	padding: 3px;
}
/**/
.news-data{
	background-color: #fff;
	padding: 0.5rem;
	margin-bottom: 0.6rem;
	border-bottom: 1px solid #ddd;
}
.news-data .title{
	font-size: 0.48rem;
	line-height: 2;
	color: #0066cc;
}
.news-data .description{
	font-size: 0.32rem;
	color: #999;
	letter-spacing: 1px;
}
.news-content{
	padding: 0.5rem;
	background-color: #fff;
	margin-bottom: 0.6rem;
}
.news-page p{
	background-image: linear-gradient(to bottom,#0066cc,#213);
	padding: 0.2rem 0.6rem;
	margin-bottom: 0.3rem;
	font-size: 0.32rem;
	letter-spacing: 1px;
	color: #fff;
}

/*按钮特效*/
.btn-jelly a {
	display: inline-block;
	z-index: 1;
	color: #fff;
	background: #0066cc;
	outline: none;
	font-size: 0.32rem;
	height: 0.88rem;
	line-height: 0.88rem;
	padding: 0 0.8rem;
	border-radius: 0.6rem;
}

@keyframes jelly {
	0%,
	100% {
		transform: scale(1, 1);
	}

	25%,
	75% {
		transform: scale(0.9, 1.1);
	}

	50% {
		transform: scale(1.1, 0.9);
	}
}

.btn-jelly a:hover {
	cursor: pointer;
	animation: jelly 0.5s;
}

.btn-slide a {
	display: inline-block;
	border: none;
	outline: none;
	z-index: 1;
	position: relative;
	background-color: transparent;
	overflow: hidden;
}

.btn-slide a::before {
	content: '';
	z-index: -1;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #0066cc;
	transform-origin: center bottom;
	transform: scaleY(0);
	transition: all .4s ease-in-out;
}

.btn-slide a:hover::before {
	transform-origin: center top;
	transform: scaleY(1);
}


::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 6px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	background-color: #fff;
	background-image: -webkit-linear-gradient(45deg,
			rgba(51, 51, 51, 0.2) 25%,
			transparent 25%,
			transparent 50%,
			rgba(136, 136, 136, 0.2) 50%,
			rgba(51, 51, 51, 0.2) 75%,
			transparent 75%,
			transparent);
}

::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	box-shadow: inset 0 0 5px rgba(70, 70, 70, 0.4);
	background: #0066cc;
}


/*guestbook*/
.guestbook-form{
	background-color: #F5F5F5;
	padding: 1rem;
}
.form-item{
	position: relative;
	margin-bottom: 0.6rem;
}
.form-item input,.form-item textarea{
	width: 100%;
	background-color: #fff;
	border: 1px solid #fff;
	padding-left: 1rem;
	padding-right: 0.4rem;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
	font-size: 0.32rem;
}
.form-item input:focus,.form-item textarea:focus{
	border: 1px dashed #0066cc;
	outline: none;
}
.form-button{
	display: inline-block;
	padding: 0.2rem 0.8rem;
	outline: none;
	border: none;
	background: linear-gradient(#0066cc,#000);
	color: #fff;
	font-size: 0.32rem;
}
.form-button:hover{
	background:linear-gradient(#2761e6,#444444) ;
}
/*fixed*/
/*右侧悬浮*/
.fixed-box{
	position: fixed;
	right: 0px;
	top: 50%;
	z-index: 99999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.fixed-box>div{
	display: block;
	min-width: 70px;
	line-height: 2;
	height: 70px;
	background-color: rgba(52, 105, 170, 0.6);
	margin-bottom: 15px;
	text-align: center;
	transition: all .35s ease-in-out; 
	cursor: pointer;
	border-radius: 5px;
}
.fixed-box>div .iconfont{
	display: inline-block;
	color: #fff;
	font-size: 30px;
	padding-top: 2px;
}
.fixed-box>div p{
	font-size: 12px;
	color: #fff;
}
.fixed-text{
	width: auto!important;
	white-space: nowrap;
}
.fixed-hover-text{
	display: none;
	font-size: 16px;
	color: #fff;
	line-height: 70px;
	padding: 0 15px;
}
.fixed-box>div:hover{
	background-color: #0066cc;
}
.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% - 50px);
	top: 0;
	width: 100px;
	background-color: #0066cc;
	padding: 5px;
	border: 1px 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;
}
/*search-box*/
.search-form{
	position: relative;
	margin-left: 0.3rem;
}
.search-form input{
	font-size: 12px;
	padding: 0 8px;
	line-height: 0.48rem;
	border: 1px solid #0066CC;
	border-right: none;
}
.search-form button{
	position: absolute;
	font-size: 16px;
	width: 0.48rem;
	line-height: 0.48rem;
	color: #fff;
	background-color: #0066cc;
	outline: none;
	border: 1px solid #0066cc;
}
.search-form button:hover{
	background-color: #000;
	border-color: #000;
}