*,
::after,
::before {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	/*清除点击默认的高亮效果*/
	-webkit-box-sizing: border-box;
	/*以你的border开始计算宽度*/
}

html {
	width: 100%;
	height: auto !important;
	font-size: 14px;
}

body {
	font-size: 14px;
	font-family: "微软雅黑", sans-serif;
	/*第二个是手机默认的字体*/
	color: #000;
	height: auto !important;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

p {
	margin: 0;
}

i {
	font-style: normal;
}

b {
	font-weight: normal;
}

ul,
ol {
	list-style: none;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

input,
textarea {
	border: none;
	resize: none;
	outline: none;
	/*清除默认选中框*/
	-webkit-appearance: none;
	/*清除移动设备的样式*/
}

button {
	/*消除button的默认样式*/
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	/*自定义边框*/
	outline: none;
	/*消除默认点击蓝色边框效果*/
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'hfont';
	src: url('../font/tt6804m_-webfont.woff2') format('woff2'), url('../font/tt6804m_-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}


/*清除浮动*/

.clearfix::before,
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}


/*其他公用*/

button[aria-expanded="true"] {
	top: 4%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.container {
	padding-left: 0;
	padding-right: 0;
}


/*banner公用块*/

.banner>ul {
	margin-bottom: 0;
	overflow: hidden;
}

.banner>ul>li a,
.banner ul img,
.swiper-slide>img {
	width: 100%;
	display: block;
}

.flex-control-nav li a {
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	background-color: transparent;
}

.flex-control-nav li a.flex-active {
	border: 1px solid transparent;
	background-color: #6fba2c;
}


/*分页*/

.pagination {
	margin: 0;
}

.pagination>li {
	display: inline-block;
}

.pagination>li+li {
	margin-left: 10px;
}

.pagination>li>a,
.pagination>li>span {
	width: 38px;
	height: 38px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #7d7d7d;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	width: 99px;
	height: 38px;
	line-height: 24px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background-color: #c63636;
	border-color: transparent;
}

@font-face {
	font-family: 'aldine721_btroman';
	src: url('../font/ald721n-webfont.woff2') format('woff2'), url('../font/ald721n-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'icomoon';
	src: url('../font/icomoon.eot?gsdic0');
	src: url('../font/icomoon.eot?gsdic0#iefix') format('embedded-opentype'), url('../font/icomoon.ttf?gsdic0') format('truetype'), url('../font/icomoon.woff?gsdic0') format('woff'), url('../font/icomoon.svg?gsdic0#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-Arrow_left_Line_SFontCN:before {
	content: "\e900";
	font-size: 30px;
}


/*底部*/

.footer .footer_l li:hover img {
	-webkit-animation: transform-5 2s ease 0s alternate none;
	-moz-animation: transform-5 2s ease 0s alternate none;
	animation: transform-5 2s ease 0s alternate none;
}

@-webkit-keyframes transform-5 {
	from {
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateY(360deg);
	}
}






@media (min-width: 768px) {
	.container {
		width: 750px;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
		-webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}