*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
*,body{
	font-family: 'Microsoft YaHei','Arial';
}
/*隐藏滚动条*/
body::-webkit-scrollbar{
	display: none!important;
}
body{
	-ms-overflow-style: none;
}

/*input提示文字*/
        input::-webkit-input-placeholder { /* WebKit browsers */
            color: #999;
			font-size: .875rem;
        }

        input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
             color: #999;
			font-size: .875rem;
        }

        input::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
        }

        input:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
        }
		textarea::-webkit-input-placeholder { /* WebKit browsers */
		    color: #999;
			font-size: .875rem;
		}
		
		textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		     color: #999;
			font-size: .875rem;
		}
		
		textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
			 color: #999;
			font-size: .875rem;
		}
		
		textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
			 color: #999;
			font-size: .875rem;
		}
/*end*/
ul,ol,p,h1,h2,h3,h4,h5,h6{
	list-style-type: none;
	margin-bottom: 0;
	padding: 0;
	margin: 0;
}
ul::after{
	content: '';
	display: table;
	clear: both;
}
a{
	text-decoration: none!important;
	font-size: inherit;
	color: inherit;
}
a:hover{
	color: inherit;
}
/*分页样式*/
.dux-page{
	text-align: center;
	padding: 1rem;
}
.dux-page a,.dux-page span{
	display: inline-block;
 	width: 1.5rem;
	height: 1.5rem;
	color: #000;
	font-size: 12px;
	text-align: center;
	line-height: 1.5rem;
	background-color: #DA1C30;
	margin: 5px;
	color: #fff;
	transition: all .6s;
	border-radius: 3px;
}
.dux-page a:hover,.dux-page a.Ahover{
	background-color: #000!important;
	color: #fff!important;
}
/*文字行数控制*/
.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;
}
.img-100{
	width: 100%;
}
.border-img{
	padding: 1rem;
	border: 1px solid #ddd;
	background-color: #fff;
}
.hh{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}
.container{
	width: 1200px!important;
	max-width: 100%;
}
.container-article{
	width: 1000px!important;
	max-width: 100%;
	margin: 0 auto;
}
.s-flex{
	display: flex;
	flex-wrap: wrap;
}
.article p,.article{
	font-size: 1rem;
	line-height: 2;
	color: #666;
}
.article img,.article *{
	max-width: 100%;
}
/*fixed悬浮*/
.fixed-icon{
	position: fixed;
	right: 0;
	top: 30vh;
	width: 45px;
	cursor: pointer;
	color: #fff;
	z-index: 999999999;
}
.fixed-list{
	display: flex;
	flex-direction: column;
	position: relative;
}
.fixed-list>div{
	background-color: #666;
	border-radius:8px;
	width: 180px;
	height: 45px;
	border-bottom: 1px solid #fff;
	display: flex;
	left: 0;
	align-items: center;
	padding-left: 12px;
	position: relative;
	transition: all .55s ease-in-out;
}
.fixed-list>div .iconfont{
	font-size: 24px;
	margin-right: 12px;
}
.fixed-list>div img{
	position: absolute;
	display: none;
	left: calc(-100% + 55px);
	bottom: 0;
	background-color: #fff;
	padding: 5px;
	width: 110px;
}
.fixed-list>div:hover,.fixed-ding{
	transition: all .55s ease-in-out;
	background-color: #DA1C30!important;
}
.fixed-list>div:hover img{
	display: block;
}
.fixed-phone:hover{
	left: -130px;
}
/*留言板*/
.guestbook-form{
	background-color: #F5F5F5;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}
.form-group{
	display: flex;
	align-items: center;
}
.form-group h2{
	font-size: 1.25rem;
	font-weight: 900;
	color: #DA1C30;
	margin-right: 15px;
	font-family: 'Times New Roman', Times, serif;
}
.form-group input,.form-group textarea{
	flex: 1;
	padding:0 .5rem;
	line-height: 2.6rem;
	background-color: #fff;
	outline: none;
	border: 1px solid #ddd;
	font-size: .875rem;
	color: #666;
}
.form-group input:focus,.form-group textarea:focus{
	border: 1px solid #DA1C30;
	outline: none;
}
.guestbook-button{
	padding: 1rem;
	width: 100%;
	text-align: center;
}
.guestbook-button button{
	display: inline-block;
	padding: 0 2rem;
	font-size: .875rem;
	line-height: 3;
	font-weight: 900;
	outline: none;
	background-color: #DA1C30;
	border: 1px solid #ddd;
	margin-right: 5px;
	color: #fff;
	transition: all .55s ease-in-out;
}
.guestbook-button button:hover{
	color: #000;
	background-color: #fff;
}
/**/

.flex-col{
	flex-direction: column!important;
	align-items: flex-start;
	justify-content: flex-start;
}
.flex-col h2{
	padding-top: 1rem;
	margin-bottom: 1rem;
}
.flex-col textarea{
	width: 100%;
}

/*文章页*/
.content-news{
	border-bottom: 1px solid rgba(0,0,0,.05);
	margin-bottom: 1.5rem;
}
.content-news h2{
	text-align: center;
	font-size: 1.75rem;
	color: #DA1C30;
	line-height: 2;
	margin-bottom: 1.5rem;
}
.content-news p{
	font-size: .875rem;
	font-weight: 900;
	color: #999;
	text-align: center;
	padding-bottom: 1rem;
}
.content-news-foot h6{
	text-align: right;
	font-weight: 900;
	color: #000;
	margin: 2rem 0;
}
.content-news-foot p{
	text-align: right;
	padding-bottom: 1rem;
}
.content-news-foot p a{
	font-size: .875rem;
	display: inline-flex;
	padding-left: .875rem;
	padding-right: .875rem;
	background-color: #DA1C30;
	color: #fff;
	line-height: 2;
}

/*swiper 分页样式*/
.swiper-pagination-top>span{
	width: 15px;
	height: 15px;
	background-color: #DA1C30!important;
}
.swiper-pagination-special>span{
	border-radius: 0;
	background-color: #FD2E45;
}
/*more样式*/
.more{
	margin-top: 1rem;
}
.more>a{
	position: relative;
	display: inline-flex;
	padding: .75rem 1.25rem;
	font-size: 14px;
	border: 1px solid #ccc;
	font-family: helvetica;
	overflow: hidden;
	background-color: #FD2E45;
	z-index: 0;
	transition: all ease-in-out .45s; 
}
.more>a::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 15rem;
	height: 15rem;
	margin-top: -7.5rem;
	margin-left: -7.5rem;
	background-color: #fff;
	z-index: -1;
	border-radius: 100%;
	transition: all ease-in-out .45s; 
}
.more>a:hover{
	color: #fff;
}
.more>a:hover::after{
	margin-top: 0;
	margin-left: 0;
	width: 0;
	height: 0;
}
/*bg*/
.bg-gray{
	background-color: #F5F5F5;
}