@charset "utf-8";
/* ====================公共样式========================= */

/*reset Css*/
* {
	margin: 0;
	padding: 0;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
/* structural elements 结构元素 */
dl,
dt,
dd,
ul,
ol,
li,
/* list elements 列表元素 */
pre,
/* text formatting elements 文本格式元素 */
form,
fieldset,
legend,
button,
input,
textarea,
/* form elements 表单元素 */
th,
td

/* table elements 表格元素 */
	{
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	/*整体背景颜色*/
	-webkit-touch-callout: none;
	/*-webkit-user-select: none;*/
	/*禁止复制*/
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	/*点击高亮效果*/
}

/*clearfix清除浮动*/
.clearfix {
	*zoom: 1
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

/* 默认合并表格边框 */
table {
	border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

input,
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

ol,
ul,
li {
	list-style: none;
}

a,
a:active {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

a {
	border: 0;
}

em,
i {
	font-style: normal;
}

/* <input>标签 */
input {
	border: none;
	appearance: none;
	-moz-appearance: none;
	outline: none;
	-webkit-appearance: none;
}

input:focus {
	outline: none;
}

/* input标签聚焦不出现默认边框 */

textarea {
	resize: none;
}

/* 禁用了文本的拖拉，尤其在谷歌下 */
select,
button,
input,
img {
	vertical-align: middle;
}

/*去除图片底部缝隙并基于中线对齐*/
img {
	width: auto;
	height: auto;
	width: auto\9;
	max-width: 100%;
	display: block;
	-ms-interpolation-mode: bicubic;
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,
button,
input,
select,
textarea

/* for ie */
	{
	font: 16px/1 'M-R', Arial, "Microsoft YaHei", sans-serif;
}

body {
	background: #fff;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

/*End reset*/

/*public Css*/

/* 重绘元素边框盒 */
* {
	box-sizing: border-box;
}

*::before,
*::after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-ms-touch-action: none;
	/* 阻止windows Phone 的默认触摸事件 */
}

/*兼容iphone去除默认input表单默认设置*/
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}


/* 水平垂直居中 */
.cell_mid {
	display: table;
	height: 100%;
	width: 100%;
}

.cell_h {
	height: 100%;
	display: table-cell;
	vertical-align: middle;
}

/*动画--规定动画移动出去的时间*/
a {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.animation {
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* 指定文字禁止复制 */
.noSelect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

/* 文字限制行数 */
/* 限制一行 */
.linelimit {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.linelimit-2 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.linelimit-3 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.linelimit-4 {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

/* 引入字体 */
@font-face {
	font-family: 'M-S';
	src: url('../fonts/misans-semibold.ttf'),
		url('../fonts/MiSans-Semibold.otf'),
		url('../fonts/MiSans-Semibold.eot'),
		url('../fonts/misans-semibold.eot') format('embedded-opentype'),
		url('../fonts/misans-semibold.woff2') format('woff2'),
		url('../fonts/misans-semibold.woff') format('woff'),
		url('../fonts/MiSans-Semibold.otf') format('truetype'),
		url('../fonts/MiSans-Semibold.svg#svgFontName') format('svg');
}

.M-S {
	font-family: 'M-S';
}

@font-face {
	font-family: 'M-R';
	src: url('../fonts/misans-regular.ttf'),
		url('../fonts/MiSans-Regular.otf'),
		url('../fonts/MiSans-Regular.eot'),
		url('../fonts/misans-regular.eot') format('embedded-opentype'),
		url('../fonts/misans-regular.woff2') format('woff2'),
		url('../fonts/MiSans-Regular.woff') format('woff'),
		url('../fonts/MiSans-Regular.otf') format('truetype'),
		url('../fonts/MiSans-Regular.svg#svgFontName') format('svg');
}

.M-R {
	font-family: 'M-R';
}

@font-face {
	font-family: 'M-N';
	src: url('../fonts/misans-normal.ttf'),
		url('../fonts/MiSans-Normal.otf'),
		url('../fonts/MiSans-Normal.eot'),
		url('../fonts/misans-normal.eot') format('embedded-opentype'),
		url('../fonts/misans-normal.woff2') format('woff2'),
		url('../fonts/MiSans-Normal.woff') format('woff'),
		url('../fonts/MiSans-Normal.otf') format('truetype'),
		url('../fonts/MiSans-Normal.svg#svgFontName') format('svg');
}

.M-N {
	font-family: 'M-N';
}

@font-face {
	font-family: 'M-M';
	src: url('../fonts/misans-medium.ttf'),
		url('../fonts/MiSans-Medium.otf'),
		url('../fonts/MiSans-Medium.eot'),
		url('../fonts/misans-medium.eot') format('embedded-opentype'),
		url('../fonts/misans-medium.woff2') format('woff2'),
		url('../fonts/MiSans-Medium.woff') format('woff'),
		url('../fonts/MiSans-Medium.otf') format('truetype'),
		url('../fonts/MiSans-Medium.svg#svgFontName') format('svg');
}

.M-M {
	font-family: 'M-M';
}

@font-face {
	font-family: 'M-L';
	src: url('../fonts/misans-light.ttf'),
		url('../fonts/MiSans-Light.otf'),
		url('../fonts/MiSans-Light.eot'),
		url('../fonts/misans-light.eot') format('embedded-opentype'),
		url('../fonts/misans-light.woff2') format('woff2'),
		url('../fonts/MiSans-Light.woff') format('woff'),
		url('../fonts/MiSans-Light.otf') format('truetype'),
		url('../fonts/MiSans-Light.svg#svgFontName') format('svg');
}

.M-L {
	font-family: 'M-L';
}

@font-face {
	font-family: 'M-B';
	src: url('../fonts/misans-bold.ttf'),
		url('../fonts/MiSans-Bold.otf'),
		url('../fonts/MiSans-Bold.eot'),
		url('../fonts/misans-bold.eot') format('embedded-opentype'),
		url('../fonts/misans-bold.woff2') format('woff2'),
		url('../fonts/MiSans-Bold.woff') format('woff'),
		url('../fonts/MiSans-Bold.otf') format('truetype'),
		url('../fonts/MiSans-Bold.svg#svgFontName') format('svg');
}

.M-B {
	font-family: 'M-B';
}

/*动画效果 所有属性获得过度*/
* {
	transition-property: all;
}

.com-img {
	overflow: hidden;
}

.com-img img {
	transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
}

.com-img:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.show {
	display: block;
}

.hide {
	display: none;
}

.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}

.ttu {
	text-transform: uppercase;
}

.ttc {
	text-transform: capitalize;
}

/*字母转换为大写*/
.ofh {
	overflow: hidden;
}

.ofh img {
	width: 100%;
	transition: 1.5s cubic-bezier(.165, .84, .44, 1);
}

.ofh:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.pst-rel {
	position: relative;
}

.pst-abs {
	position: absolute;
}

.pst-pic {
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.w100 {
	width: 100%;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-3 {
	width: 33.333333%;
	float: left;
}

.col-4 {
	width: 25%;
	float: left;
}

.col-5 {
	width: 20%;
	float: left;
}

.col-6 {
	widows: 16.6666%;
	float: left;
}

.w12 {
	width: 1200px;
	max-width: 92%;
	margin: 0 auto;
}

.w14 {
	width: 1440px;
	max-width: 92%;
	margin: 0 auto;
}

.w16 {
	width: 1600px;
	max-width: 92%;
	margin: 0 auto;
}

.w18 {
	width: 1800px;
	max-width: 92%;
	margin: 0 auto;
}

.pc {
	display: block;
}

.mb {
	display: none;
}

.mt {
	margin-top: 100px;
}

@media all and (max-width:1000px) {
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
}

*[class*="rect-"] {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
}

*[class*="rect-"] ._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	*height: auto;
	object-fit: cover;
}

.rect-35 {
	padding-bottom: 35%;
}

.rect-40 {
	padding-bottom: 40%;
}

.rect-50 {
	padding-bottom: 50%;
}

.rect-55 {
	padding-bottom: 55%;
}

.rect-5625 {
	padding-bottom: 56.25%;
}

.rect-60 {
	padding-bottom: 60%;
}

.rect-65 {
	padding-bottom: 65%;
}

.rect-70 {
	padding-bottom: 70%;
}

.rect-75 {
	padding-bottom: 75%;
}

.rect-80 {
	padding-bottom: 80%;
}

.rect-90 {
	padding-bottom: 90%;
}

.rect-100 {
	padding-bottom: 100%;
}

.rect-135 {
	padding-bottom: 135%;
}

.rect-140 {
	padding-bottom: 140%;
}

.rect-150 {
	padding-bottom: 150%;
}

li *[class*="pic"] {
	overflow: hidden;
}

li *[class*="pic"]>img {
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	-ms-transition: 0.3s ease-out;
	-o-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
}

li:hover *[class*="pic"]>img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.trs3 {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.trs5 {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.pd-40 {
	padding: 0.4rem 0;
}

.pd-60 {
	padding: 0.6rem 0;
}

.pd-80 {
	padding: 0.8rem 0;
}

.pd-100 {
	padding: 1rem 0;
}

.pd-120 {
	padding: 1.2rem 0;
}

.pd-140 {
	padding: 1.4rem 0;
}

.pd-160 {
	padding: 1.6rem 0;
}

.pd-180 {
	padding: 1.8rem 0;
}

.mt30 {
	margin-top: 0.3rem;
}

.mt40 {
	margin-top: 0.4rem;
}

.mt50 {
	margin-top: 0.5rem;
}

.mt60 {
	margin-top: 0.6rem;
}

.mt70 {
	margin-top: 0.7rem;
}

.mt80 {
	margin-top: 0.8rem;
}

.mt90 {
	margin-top: 0.9rem;
}

.mt100 {
	margin-top: 1rem;
}

.mt110 {
	margin-top: 1.1rem;
}

.mt120 {
	margin-top: 1.2rem;
}

.mt130 {
	margin-top: 1.3rem;
}

.mt140 {
	margin-top: 1.4rem;
}

.mb10 {
	margin-bottom: .1rem;
}

.mb15 {
	margin-bottom: .15rem;
}


.mb20 {
	margin-bottom: .2rem;
}

.mb30 {
	margin-bottom: .3rem;
}

.mb40 {
	margin-bottom: .4rem;
}

.mb50 {
	margin-bottom: .5rem;
}

.mb60 {
	margin-bottom: .6rem;
}

.mb70 {
	margin-bottom: .7rem;
}

.mb80 {
	margin-bottom: .8rem;
}

.mb90 {
	margin-bottom: .9rem;
}

.mb100 {
	margin-bottom: 1rem;
}

.mb110 {
	margin-bottom: 1.1rem;
}

.mb120 {
	margin-bottom: 1.2rem;
}

.mb130 {
	margin-bottom: 1.3rem;
}

.mb140 {
	margin-bottom: 1.4rem;
}

.mb150 {
	margin-bottom: 1.5rem;
}

/*==常用字号==*/
.tit-12 {
	font-size: 12px;
}

.tit-13 {
	font-size: 13px;
}

.tit-14 {
	font-size: 14px;
}

.tit-15 {
	font-size: 15px;
}

.tit-16 {
	font-size: 16px;
}

.tit-17 {
	font-size: 17px;
}

.tit-18 {
	font-size: 18px;
}

.tit-19 {
	font-size: 19px;
}

.tit-20 {
	font-size: 20px;
}

.tit-21 {
	font-size: 21px;
}

.tit-22 {
	font-size: 22px;
}

.tit-23 {
	font-size: 23px;
}

.tit-24 {
	font-size: 24px;
}

.tit-25 {
	font-size: 25px;
}

.tit-26 {
	font-size: 26px;
}

.tit-27 {
	font-size: 27px;
}

.tit-28 {
	font-size: 28px;
}

.tit-29 {
	font-size: 29px;
}

.tit-30 {
	font-size: 30px;
}

.tit-31 {
	font-size: 31px;
}

.tit-32 {
	font-size: 32px;
}

.tit-33 {
	font-size: 33px;
}

.tit-34 {
	font-size: 34px;
}

.tit-35 {
	font-size: 35px;
}

.tit-36 {
	font-size: 36px;
}

.tit-37 {
	font-size: 37px;
}

.tit-38 {
	font-size: 38px;
}

.tit-39 {
	font-size: 39px;
}

.tit-40 {
	font-size: 40px;
}

.tit-41 {
	font-size: 41px;
}

.tit-42 {
	font-size: 42px;
}

.tit-43 {
	font-size: 43px;
}

.tit-44 {
	font-size: 44px;
}

.tit-45 {
	font-size: 45px;
}

.tit-46 {
	font-size: 46px;
}

.tit-47 {
	font-size: 47px;
}

.tit-48 {
	font-size: 48px;
}

.tit-49 {
	font-size: 49px;
}

.tit-50 {
	font-size: 50px;
}

.tit-51 {
	font-size: 51px;
}

.tit-52 {
	font-size: 52px;
}

.tit-53 {
	font-size: 53px;
}

.tit-54 {
	font-size: 54px;
}

.tit-55 {
	font-size: 55px;
}

.tit-56 {
	font-size: 56px;
}

.tit-57 {
	font-size: 57px;
}

.tit-58 {
	font-size: 58px;
}

.tit-59 {
	font-size: 59px;
}

.tit-60 {
	font-size: 60px;
}

.tit-61 {
	font-size: 61px;
}

.tit-62 {
	font-size: 62px;
}

.tit-63 {
	font-size: 63px;
}

.tit-64 {
	font-size: 64px;
}

.tit-65 {
	font-size: 65px;
}

.tit-66 {
	font-size: 66px;
}

.tit-67 {
	font-size: 67px;
}

.tit-68 {
	font-size: 68px;
}

.tit-69 {
	font-size: 69px;
}

.tit-70 {
	font-size: 70px;
}

.tit-71 {
	font-size: 71px;
}

.tit-72 {
	font-size: 72px;
}

.tit-73 {
	font-size: 73px;
}

.tit-74 {
	font-size: 74px;
}

.tit-75 {
	font-size: 75px;
}

.tit-76 {
	font-size: 76px;
}

.tit-77 {
	font-size: 77px;
}

.tit-78 {
	font-size: 78px;
}

.tit-79 {
	font-size: 79px;
}

.tit-80 {
	font-size: 80px;
}

@media (max-width: 768px) {
	.tit-16 {
		font-size: 12px;
	}

	.tit-18 {
		font-size: 14px;
	}

	.tit-20 {
		font-size: 16px;
	}

	.tit-33 {
		font-size: 20px;
	}

	.tit-34 {
		font-size: 21px;
	}

	.tit-35 {
		font-size: 22px;
	}

	.tit-36 {
		font-size: 23px;
	}

	.tit-37 {
		font-size: 24px;
	}

	.tit-38 {
		font-size: 25px;
	}

	.tit-39 {
		font-size: 26px;
	}

	.tit-40 {
		font-size: 24px;
	}

	.tit-41 {
		font-size: 25px;
	}

	.tit-42 {
		font-size: 26px;
	}

	.tit-43 {
		font-size: 27px;
	}

	.tit-44 {
		font-size: 28px;
	}

	.tit-45 {
		font-size: 29px;
	}

	.tit-46 {
		font-size: 30px;
	}

	.tit-47 {
		font-size: 31px;
	}

	.tit-48 {
		font-size: 32px;
	}

	.tit-49 {
		font-size: 33px;
	}

	.tit-50 {
		font-size: 28px;
	}

	.tit-51 {
		font-size: 29px;
	}

	.tit-52 {
		font-size: 30px;
	}

	.tit-53 {
		font-size: 31px;
	}

	.tit-54 {
		font-size: 32px;
	}

	.tit-55 {
		font-size: 33px;
	}

	.tit-56 {
		font-size: 34px;
	}

	.tit-57 {
		font-size: 35px;
	}

	.tit-58 {
		font-size: 36px;
	}

	.tit-59 {
		font-size: 37px;
	}

	.tit-60 {
		font-size: 36px;
	}

	.tit-61 {
		font-size: 37px;
	}

	.tit-62 {
		font-size: 38px;
	}

	.tit-63 {
		font-size: 39px;
	}

	.tit-64 {
		font-size: 40px;
	}

	.tit-65 {
		font-size: 41px;
	}

	.tit-66 {
		font-size: 42px;
	}

	.tit-67 {
		font-size: 43px;
	}

	.tit-68 {
		font-size: 44px;
	}

	.tit-69 {
		font-size: 45px;
	}

	.tit-70 {
		font-size: 46px;
	}

	.tit-70 {
		font-size: 42px;
	}

	.tit-71 {
		font-size: 43px;
	}

	.tit-72 {
		font-size: 44px;
	}

	.tit-73 {
		font-size: 45px;
	}

	.tit-74 {
		font-size: 46px;
	}

	.tit-75 {
		font-size: 47px;
	}

	.tit-76 {
		font-size: 48px;
	}

	.tit-77 {
		font-size: 49px;
	}

	.tit-78 {
		font-size: 50px;
	}

	.tit-79 {
		font-size: 51px;
	}

	.tit-80 {
		font-size: 52px;
	}
}

.flex-1 {
	flex: 1;
}

/* flex布局 */
.flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/*默认 主轴为水平方向，起点在左端*/
.f-dr {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

/*主轴为水平方向，起点在右端*/
.f-dr-r {
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row-reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

/*主轴为垂直方向，起点在上沿*/
.f-dc {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

/*主轴为垂直方向，起点在下沿*/
.f-dc-r {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column-reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

/* 交叉轴的起点对齐 */
.f-as {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

/* 交叉轴的中点对齐 */
.f-ac {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/* 交叉轴的终点对齐 */
.f-ae {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

/* 项目的第一行文字的基线对齐 */
.f-ab {
	-webkit-box-align: baseline;
	-webkit-align-items: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

/* 交叉轴拉伸对齐 */
.f-ast {
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

/* 左对齐 */
.f-js {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

/* 居中 */
.f-jc {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* 右对齐 */
.f-je {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

/* 两端对齐，项目之间的间隔都相等 */
.f-jsb {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* 每个项目两侧的间隔相等。所以，项目之间的间隔比项目与边框的间隔大一倍 */
.f-jsa {
	-webkit-box-pack: distribute;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

/* 换行，第一行在上方 */
.f-warp {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

/* 换行，在第一行的下方 */
.f-warp-r {
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	-o-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

/* 头部 */
.Header-wrapper {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	/* background-color: rgb(255, 255, 255); */
	z-index: 99;
	line-height: 100px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* .Header-wrapper:after {content: "";position: absolute;left: 0;bottom: 0;z-index: 0;width: 100%;height: 1px;background-color: #fff;opacity: .3;transition: opacity .3s;} */
.Header-wrapper.on {
	line-height: 80px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 2px 10px rgb(0 0 0 / 5%);
}

.Header-wrapper.on .Header-container .c-nav>li .c-title-box {
	color: #000000;
}

/* .Header-wrapper.on::after {opacity: 0;} */
#c-header.c-head-move {
	top: 0;
}

.Header-container {}

.Header-container .logo {}

.Header-container .logo {}

.Header-container .logo a {
	display: flex;
	align-items: center;
	font-size: 0;
}

.Header-container .logo a img {
	width: auto;
	display: block;
	height: 0.65rem;
}

.Header-container .logo a img.x_logo,
.Header-wrapper.on .Header-container .logo a img.s_logo {
	display: none;
}

.Header-wrapper.on .Header-container .logo a img.x_logo {
	display: block;
}

.Header-wrapper.on .Header-container .logo a img:hover {
	top: 3px;
}

.Header-wrapper.on .Header-container .logo a img {
	height: .45rem;
}

.Header-container .fr {
	display: flex;
	align-items: center;
}

@media all and (min-width:1000px) {
	.Header-container .c-nav {
		display: flex;
		align-items: center;
		font-size: .18rem;
		font-family: 'M-M';
		flex-wrap: wrap;
	}

	.Header-container .c-nav>li {
		position: relative;
		margin-right: 0.35rem;
	}

	.Header-container .c-nav>li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}

	.Header-container .c-nav>li .c-title-box>a {
		display: block;
	}

	.Header-container .c-nav>li.active .c-title-box,
	.Header-container .c-nav>li:hover .c-title-box {
		color: #ff7a39 !important;
	}

	.Header-container .c-nav>li .c-title-box i {
		margin-left: 0.06rem;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}

	.Header-container .c-nav>li>ul {
		min-width: 240px;
		position: absolute;
		top: 100%;
		left: 50%;
		margin-top: 0;
		background-color: #fff;
		z-index: 2;
		-webkit-transform: translate(-50%, 10px);
		-ms-transform: translate(-50%, 10px);
		transform: translate(-50%, 10px);
		-webkit-border-radius: 2px;
		-ms-border-radius: 2px;
		border-radius: 2px;
		padding: 15px 20px;
		opacity: 0;
		pointer-events: none;
		-webkit-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		-ms-transition: all .3s cubic-bezier(.645, .045, .355, 1);
		transition: all .3s cubic-bezier(.645, .045, .355, 1);
		box-shadow: 0 5px 50px rgb(0 0 0 / 10%);
	}

	.Header-container .c-nav>li:hover>ul {
		pointer-events: all;
		-webkit-transform: translate(-50%);
		-ms-transform: translate(-50%);
		transform: translate(-50%);
		-webkit-transition-delay: .1s;
		-ms-transition-delay: .1s;
		transition-delay: .1s;
		opacity: 1;
	}

	.Header-container .c-nav>li>ul>li:not(:last-child) {
		border-bottom: 1px solid #efefef;
	}

	.Header-container .c-nav>li>ul>li>a {
		display: block;
		position: relative;
		padding: 15px 0;
		font-size: 16px;
		color: #58595b;
		-webkit-transition: color .3s cubic-bezier(.645, .045, .355, 1);
		-ms-transition: color .3s cubic-bezier(.645, .045, .355, 1);
		transition: color .3s cubic-bezier(.645, .045, .355, 1);
		line-height: initial;
		text-align: center;
		text-transform: capitalize;
	}

	.Header-container .c-nav>li>ul>li>a:before {
		content: "";
		position: absolute;
		top: 7px;
		bottom: 7px;
		left: -20px;
		width: 4px;
		background: #ff7a39;
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transition: -webkit-transform .3s cubic-bezier(.162, .85, .45, 1);
		transition: transform .3s cubic-bezier(.162, .85, .45, 1);
	}

	.Header-container .c-nav>li>ul>li:hover>a:before {
		-ms-transform-origin: top;
		-webkit-transform-origin: top;
		transform-origin: top;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	.Header-container .c-nav>li>ul>li:hover>a {
		color: #ff7a39;
	}

	.Header-wrapper .Header-container .c-nav>li .c-title-box {
		color: #ffffff;
	}

}

.Header-container .tool {
	display: flex;
	align-items: center;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-wrapper.on .Header-container .tool {
	color: #000;
}

.Header-container .tool .search {
	color: #ffffff;
}

.Header-wrapper.on .Header-container .tool .search i {
	color: #000;
}

.Header-container .tool .search i {
	position: relative;
	font-size: 24px;
	padding-right: 0.18rem;
	margin-right: 0.2rem;
	cursor: pointer;
	vertical-align: middle;
}

.Header-container .tool .search i::after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 20px;
	background-color: rgb(255, 255, 255, .3);
}

.Header-wrapper .Header-container .tool .search i::after {
	background-color: rgb(0, 0, 0, .3);
}

.Header-container .tool .language {
	position: relative;
}

.Header-container .tool .language a {
	display: flex;
	align-items: center;
	color: white;
}

.Header-container .tool .language i {
	font-size: 24px;
}

.Header-container .tool .language p {
	font-size: 16px;
	margin-left: 0.08rem;
	display: flex;
	align-items: center;
}

.Header-container .tool .language p::after {
	display: inline-block;
	margin-left: 5px;
	content: "\e60a";
	font-size: 12px;
	font-family: 'iconfont';
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.Header-container .tool .language.on p::after {
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}

.Header-container .tool .language .language_down {
	display: none;
	position: absolute;
	z-index: 2;
	left: 5px;
	top: 100%;
	width: 100%;
	height: auto;
	background: #ffffff;
	text-align: left;
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	-ms-transition: top 0.3s;
	-o-transition: top 0.3s;
	transition: top 0.3s;
}

.Header-container .tool .language .language_down a {
	display: block;
	font-size: 14px;
	line-height: 1.3;
	padding: 10px 15px;
	color: #ff7a39;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
}

.Header-container .tool .language .language_down a:hover {
	color: #ffffff;
	background-color: #ff7a39;
}

.Header-wrapper .Header-container .tool .language>a {
	color: #ffffff;
}

.Header-wrapper.on .Header-container .tool .language>a {
	color: #000;
}

/*顶部导航开关*/
#c-header .c-switch {
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #000;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.on .c-switch i {
	background: #333;
}

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media (max-width: 1000px) {
	#c-header .c-switch {
		display: block;
	}

	.Header-wrapper {
		line-height: 60px;
	}

	.Header-container .tool .search {
		height: 60px;
	}

	.Header-container .c-nav {
		height: 0;
	}

	.Header-container .tool {
		padding-right: 0.24rem;
	}

	.Header-container .tool .language p {
		margin-left: 0.12rem;
	}

	.Header-container .logo a img {
		height: 28px;
	}

	.mt {
		margin-top: 60px;
	}

	/*顶部移动端导航*/
	#c-header .c-nav {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 50px;
		background: #fff;
		overflow-y: auto;
		transition: all 0.5s;
		text-align: left;
		overflow-x: hidden;
	}

	#c-header .c-nav>li:last-child {
		border-bottom: 1px solid #f1f1f1;
	}

	#c-header .c-nav li {
		width: 100%;
		padding: 0 4%;
		border-top: 1px solid #f1f1f1;
	}

	#c-header .c-nav li .c-title-box {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	#c-header .c-nav li a {
		display: block;
		color: #333;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		font-size: 16px;
		min-width: calc(100% - 50px);
	}

	#c-header .c-nav li i {
		font-size: 20px;
		color: #333;
		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-ms-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
		width: 20px;
		height: 50px;
		text-align: center;
		line-height: 50px;
	}

	#c-header .c-nav li.on .c-title-box i {
		transform: rotate(180deg);
	}

	#c-header .c-nav li a:hover,
	#c-header .c-nav li.on>a {
		color: #508cc9;
	}

	#c-header .c-nav li ul {
		display: none;
	}

	.c-open #c-header .c-nav {
		height: calc(100vh - 60px);
	}
}

@media (max-width: 768px) {
	#c-header .c-nav li {
		padding: 0 4%;
	}

	#c-header .c-nav ul li {
		font-size: 16px;
		line-height: 45px;
	}
}

/* 底部 */
.Footer-wrapper {
	background-color: #171717;
}

.Footer-container {}

.Footer-container .top {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 0.36rem 0;
	display: inline-block;
	width: 100%;
}

.Footer-container .top .foot_logo {}

.Footer-container .top .foot_logo img {
	height: 0.65rem;
}

.Footer-container .top .foot_link {}

.media_ul {}

.media_ul li {
	margin-right: 8px;
}

.media_ul li:last-child {
	margin-right: 0;
}

.media_ul li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.4rem;
	height: 0.4rem;
	background-color: #3b5999;
	color: white;
	border-radius: 50%;
	font-size: 0;
}

.media_ul li a i {
	font-size: 0.2rem;
}

.media_ul li:nth-child(1) a {
	background-color: #1278F3;
}

.media_ul li:nth-child(2) a {
	background-color: #0A66C2;
}

.media_ul li:nth-child(3) a {
	background-color: #FB0204;
}

.media_ul li:nth-child(4) a {
	background-color: #1D9BF0;
}

.media_ul li:nth-child(5) a {
	background-color: #DA4369;
}

.media_ul li:nth-child(6) a {
	background-color: #FF0013;
}

.media_ul li:nth-child(7) a {
	background-color: #04C15F;
}

.Footer-container .mid {
	padding: 0.8rem 0;
	letter-spacing: 0.5px;
}

.Footer-container .mid ul {}

.Footer-container .mid ul li {
	float: left;
	overflow: hidden;
}

.Footer-container .mid ul li p {
	font-size: 20px;
	line-height: 1.5;
	color: #fff;
	display: block;
	margin-bottom: 0.15rem;
	font-family: 'M-B';
}

.Footer-container .mid ul li p i {
	margin-left: 0.06rem;
}

.Footer-container .mid ul li .foot_nav_link a {
	font-size: 16px;
	color: #bbb;
	color: rgb(255, 255, 255, .8);
	line-height: 2;
	display: block;
}

.Footer-container .mid ul li a:hover {
	text-decoration: underline;
}

.Footer-container .mid ul li.lxwm {
	max-width: 450px;
	margin-right: 0;
}

.Footer-container .mid ul li dl {}

.Footer-container .mid ul li dd {
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: rgb(255, 255, 255, .8);
	margin-bottom: 16px;
	padding-left: 26px;
}

.Footer-container .mid ul li dd:last-child {
	margin-bottom: 0;
}

.Footer-container .mid ul li dd i {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 18px;
	color: rgb(255, 255, 255, .8);
}

.Footer-container .bot {
	font-size: 16px;
	line-height: 1.4;
	color: rgb(255, 255, 255, .8);
	text-align: center;
	padding: 0.3rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	letter-spacing: 0.5px;
}

.Footer-container .bot a {
	font-size: 16px;
	color: rgb(255, 255, 255, .8);
}

/* 中间+共用部分 */

/* ind_banner */
.ind_banner .swiper-pagination-bullet {
	background-color: white;
	opacity: 1;
}

.ind_banner .swiper-pagination-bullet-active {
	background-color: #ff7a39;
}

/* ind_txt */
.ind_txt {
	line-height: 1.3;
}

.ind_txt span {
	color: #353535;
}

.ind_txt h2 {
	color: #ff7a39;
}

.ind_txt p {
	color: #4f4f4f;
	line-height: 1.4;
}

/* com_page */
.com_page {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 0.55rem;
}

.com_page a,
.com_page span {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	font-size: .16rem;
	color: #333;
	/* background: #fff; */
	margin: 0 .05rem;
	transition: all .3s;
	min-width: 30px;
	min-height: 30px;
}

.com_page a.page-num-current,
.com_page a:hover {
	border-color: #ff7a39;
	background: #ff7a39 !important;
	color: #fff;
}

.com_page a:last-child,
.com_page a:first-child {
	background-color: #eff2f7;
}

.com_page a:last-child::after,
.com_page a:first-child::after {
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
}

.com_page a:first-child::after {
	content: "\f104";
}

.com_page a:last-child::after {
	content: "\f105";
}

/* md-sideBar */
.md-sideBar {
	position: fixed;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0.1rem;
	z-index: 200;
	box-shadow: 0 0.8rem 1.4rem 1px hsl(0deg 0% 80% / 35%);
}

.md-sideBar .side_item {
	display: block;
	width: auto;
	position: relative;
	cursor: pointer;
	zoom: 1;
}

.md-sideBar .side_item:hover .bd {
	right: 100%;
	opacity: 1;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	width: auto;
}

.md-sideBar .side_item .hd {
	width: 0.6rem;
	height: 0.6rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #ececec;
	position: relative;
	z-index: 202;
	background-color: #fff;
}

.md-sideBar .side_item .hd i {
	font-size: 0.3rem;
	color: #ff7a39;
}

.md-sideBar .side_item .bd {
	color: #ff7a39;
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #fff;
	padding: 0 0.18rem;
	white-space: nowrap;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	opacity: 0;
	right: 0;
	width: 0;
	overflow: hidden;
	font-size: 18px;
	line-height: 0.6rem;
	z-index: 201;
}

.md-sideBar .side_item .bd.wx {
	padding: 0.08rem;
}

.md-sideBar .side_item:hover .bd.wx {
	width: calc(100px + 0.16rem);
}

.md-sideBar .side_item .bd img {
	width: 100px;
	height: 100px;
}

/* tc_search s */
.tc_search {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10001;
	pointer-events: none;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.tc_search.act {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	display: block;
	pointer-events: auto;
}

.tc_search form {
	width: 9.6rem;
	max-width: 80%;
	margin: 0 auto;
	padding: 0 20px;
	border-bottom: 2px solid #eee;
	height: 0.7rem;
	position: relative;
	overflow: hidden;
	z-index: 2;
}

.tc_search input {
	width: 80%;
	height: 0.7rem;
	font-size: 0.34rem;
	color: #c1c1c1;
	box-shadow: none;
	-webkit-appearance: none;
	float: left;
	border-right: 0;
	background: none;
}

.tc_search input::placeholder {
	color: #c1c1c1;
}

.tc_search button {
	max-width: 20%;
	height: 0.7rem;
	border: 0;
	line-height: 0.7rem;
	color: #c1c1c1;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	font-size: 0.48rem;
	background-color: transparent;
}

.tc_search .search_bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .85);
	z-index: 0;
}

/* tc_search e */

/* c_more s */
.c_more {
	display: inline-block;
	padding: 18px 35px;
	/* margin-top: 9vh; */
	border-radius: 50px;
	/* width: 180px;
	height: 55px; */
	color: #fff;
	text-align: center;
	transition: 0.36s;
	background-image: -moz-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
}

.c_more span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.c_more i.fa {
	font-size: 18px;
	margin-left: 12px;
	vertical-align: middle;
}

.c_more:hover {
	box-shadow: 3px 5px 12px 0 rgba(0, 0, 0, 0.12);
	transform: translateY(-3px);
}

/* c_more e */

/* n_ban */
.n_ban {
	position: relative;
	height: 5rem;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.n_ban .ban_txt {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	color: #fff;
	text-align: center;
}

.n_ban .ban_txt h3 {
	font-size: 0.48rem;
	font-weight: 700;
}

.n_ban .ban_txt p {
	font-size: 0.22rem;
	margin-top: 0.24rem;
}

/* sort_nav */
.sort_nav {
	border-bottom: 1px solid #e8e8e8;
}

.sort_nav .w16 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 90px;
}

/* sort_nav_view */
.sort_nav_view {}

.sort_nav_view ul {
	display: flex;
	align-items: center;
}

.sort_nav_view ul li {
	margin-left: 0.5rem;
}

.sort_nav_view ul li a {
	position: relative;
	font-size: 18px;
	display: block;
	line-height: 90px;
	color: #111;
}

.sort_nav_view ul li a:hover {
	color: #ff7a39;
}

.sort_nav_view ul li.active a {
	color: #ff7a39;
}

.sort_nav_view ul li.active a::after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -1px;
	left: 0;
	background-color: #ff7a39;
}

/* crumbs */
.crumbs {
	/* border-bottom: 1px solid #eee; */
}

.crumbs {
	padding-left: 25px;
	background: url('../images/ico_home.png') no-repeat center;
	background-position: 0 center;
	display: flex;
	align-items: center;
}

.crumbs a {
	font-size: 18px;
	color: #666;
	display: inline-flex;
	align-items: center;
}

.crumbs a:not(:last-child)::after {
	font: normal normal normal 14px/1 FontAwesome;
	content: "\f105";
	display: inline-block;
	margin: 0 0.08rem;
}

.crumbs a:hover {
	color: #ff7a39;
}

/* bg */
.white_bg {
	background-color: white;
}

.grey_bg {
	background-color: #fafafa;
	background-color: #EFF2F7;
	/* background-color: #f7f9fa; */
}

/* n_tit */
.n_tit {
	color: #212121;
}

.n_tit p {
	font-size: 16px;
	line-height: 1.5;
	text-transform: uppercase;
}

.n_tit h3 {
	position: relative;
	font-size: 0.3rem;
	line-height: 1.3;
	font-weight: 700;
	padding-bottom: 0.15rem;
	margin-bottom: 0.45rem;
}

.n_tit h3::after {
	content: '';
	display: block;
	width: 35px;
	height: 2px;
	background: #ff7a39;
	position: absolute;
	left: 0;
	bottom: 0;
}

.n_tit.tac {
	text-align: center;
}

.n_tit.tac h3::after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

/* morelink */
.morelink {
	display: inline-block;
	position: relative;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	padding: 10px 40px;
	background-color: #ff7a39;
	border: 1px solid #ff7a39;
	border-radius: 5px;
	text-transform: capitalize;
	transition: all 0.3s;
	cursor: pointer;
}

.morelink:hover {
	color: #ff7a39;
}

/* btn-3 */
.btn-3 {
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.btn-3:before {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	bottom: -5px;
	left: -5px;
	transition: all .5s;
	z-index: -1;
}

.btn-3:after {
	content: '';
	width: 0;
	height: 0;
	-webkit-transform: rotate(360deg);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	top: -5px;
	right: -5px;
	transition: all .5s;
	z-index: -1;
}

.btn-3:hover:before {
	border-width: 300px 0 0 300px;
}

.btn-3:hover:after {
	border-width: 0 300px 300px 0;
}

/* swiper-page01 */
.swiper-page01.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 0;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.swiper-page01.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ff7a39;
	width: 30px;
	height: 8px;
	border-radius: 4px;
}

/* ====================首页样式========================= */
/* 首页轮播海报效果 */
.i_banner img {
	transition: 4s ease-in-out;
	-webkit-transition: 4s ease-in-out;
	transform: scale(1.2, 1.2);
}

.i_banner .swiper-slide-active img,
.i_banner .swiper-slide-duplicate-active img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.i_banner_pc {
	position: relative;
}

.i_banner_pc::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 1;
}

.i_banner_pc .txt {
	position: absolute;
	left: 50%;
	top: 30%;
	width: 100%;
	transform: translateX(-20%);
	z-index: 2;
}

.i_banner_pc .txt h2 {
	color: #ffffff;
}

.i_banner_pc .std_btn1 {
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0 34px;
	border-radius: 40px;
}

.i_apply_list_tab .swiper-button-prev,
.i_apply_list_tab .swiper-button-next {
	background: url(../images/ind_apply.png) no-repeat center;
	width: 22px;
	height: 63px;
}

.i_apply_list_tab .swiper-button-prev {
	left: 24px;
	background-position: 0 0;
}

.i_apply_list_tab .swiper-button-next {

	left: auto;
	right: 20px;
	background-position: -24px 0;
}

.i_apply_list_tab .swiper-button-next:after,
.i_apply_list_tab .swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
	display: none;
}

/* 首页产品 s*/
.ind_pro {
	padding-bottom: .7rem;
}

.ind_pro .i_pro_top {}

.i_pro_top_l {
	width: 35%;
}

.i_pro_top_l span {
	display: block;
}

.i_pro_top_r {
	width: 30%;
}

.i_pro_bot {}

.i_pro_bot .i_pro_list {}

.i_pro_bot .i_pro_list ul {}

.i_pro_bot .i_pro_list ul li {
	padding: 2%;
	padding-top: 3%;
	padding-bottom: 0;
	margin-bottom: 30px;
	width: 32%;
	border-radius: 10px;
	background-color: #f5f5f5;
	overflow: hidden;
}

.i_pro_bot .i_pro_list ul li:nth-child(3n) {
	margin-right: 0;
}

.i_pro_bot .i_pro_list ul li:hover {
	background-color: #ff7a39;
	box-shadow: rgba(0, 0, 0, 0.14) 5px 4px 9px 0px;
}

.i_pro_bot .i_pro_list ul li a {
	display: block;
}

.i_pro_list_info {}

.i_pro_list_info span {
	display: block;
	padding: 0 10%;
	line-height: 1.3;
	height: 2.6em;
}

.i_pro_bot .i_pro_list ul li:hover span {
	color: #ffffff;
}

.i_pro_list_info .i_pro_list_ico {}

.i_pro_bot .i_pro_list ul li:hover .i_pro_list_info .i_pro_list_ico {
	-webkit-box-reflect: below -10% linear-gradient(rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, .1) 100%);
}

.i_pro_list_info .i_pro_list_ico img {
	filter: drop-shadow(1px -1px 3px rgba(0, 0, 0, 0.2));
}

.i_pro_bot .i_pro_list ul li:hover .i_pro_list_info .i_pro_list_ico img {
	filter: none;
}

/* 首页产品 e*/

/* 首页关于我们 s */
.ind_ab {
	background-color: #fafafa;
}

.ind_ab .i_ab_tit {
	color: #ff7a39;
}

.ind_ab .i_ab_des {
	color: #353535;
	text-align: justify;
	line-height: 1.4;
	height: 14em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
}

.box {
	position: relative;
	padding: 0 0 70px;
}

.img-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}

.img-box .img {
	position: relative;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.img-box .img i {
	content: '';
	position: absolute;
	left: 50%;
	top: 45%;
	background: transparent url(../images/plays.png) no-repeat center/cover;
	width: 90px;
	height: 90px;
	margin-left: -45px;
	cursor: pointer;
}

.con {
	width: 50%;
	float: right;
	padding-left: 4.6%;
	position: relative;
}

.ab_num {
	overflow: hidden;
	padding: 40px 0;
	padding-bottom: 20px;
}

.ab_num .flex {}

.ab_num ul {}

.ab_num ul li:first-child {
	border: 0;
	padding-left: 0;
}

.ab_num ul li:last-child {
	padding-right: 0;
	margin-right: 0;
	width: 26%;
}

.ab_num ul li {
	width: 22%;
	float: left;
	overflow: hidden;
	border-left: 1px solid #eee;
	padding-left: 15px;
	margin-right: 18px;
	text-align: center;
}

.ind_about .ab_fl .ab_num ul li .counter {
	margin-right: 5px;
}

.ab_num ul li .num {
	padding-bottom: 10px;
}

.ab_num ul li .num,
.ab_num ul li .counter {
	color: #ff7a39;
}

.ab_num ul li .num b {
	display: inline-block;
	font-size: .58rem;
	line-height: 1.3;
	font-family: 'M-B';
}

.ab_num ul li p {
	display: block;
	color: #4f4f4f;
	font-size: .16rem;
	line-height: 1.3;
	font-family: 'M-M';
	text-transform: capitalize;
	height: 2.6em;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ind_about .ab_fl .ab_num ul li .f16 {
	color: #3c3c3c;
	font-size: 16px;
	height: 20px;
	line-height: 20px;
}

@media (max-width:1620px) {
	.ab_num ul li {
		width: 21%;
	}
}

/* 首页关于我们 e */

/* 首页产品场景 s*/

/* 首页产品场景 e*/
.ind_apply {}

.ind_apply .ind_apply_box {}

.ind_apply_box .i_apply_top {}

.i_apply_top .i_apply_l {
	width: 40%;
}

.i_apply_top .i_apply_l span {
	display: block;
}

.ind_apply .i_apply_list {}

.i_apply_list .i_apply_list_tab {}

.i_apply_list_tab .i_apply_list_item {
	width: 100%;
	opacity: 0;
	transition: .3s ease-in-out;
	-webkit-transition: .3s ease-in-out;
}

.i_apply_list_tab .i_apply_list_item.show {
	opacity: 1;
}

.i_apply_list_tab .i_apply_list_item ul {}


.i_apply_list_tab .i_apply_list_item ul li {}

.i_apply_list_tab .i_apply_list_item ul li .i_apply_list_ico {
	border-radius: 10px;
}

.i_apply_list_tab .i_apply_list_item ul li img {
	border-radius: 10px;
	cursor: pointer;
}

.ind_apply .i_apply_tab_nav {}

.i_apply_tab_nav ul {}

.i_apply_tab_nav ul li {
	margin-right: 2%;
	padding: 15px 30px;
	background-color: #f2f2f2;
	border-radius: 50px;
}

.i_apply_tab_nav ul li.active,
.i_apply_tab_nav ul li:hover {
	cursor: pointer;
	background-image: -moz-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(255, 122, 57) 0%, rgb(251, 83, 0) 100%);
}

.i_apply_tab_nav ul li:last-child {
	margin-right: 0;
}

.i_apply_tab_nav ul li span {
	color: #353535;
	line-height: 1.3;
}

.i_apply_tab_nav ul li:hover span,
.i_apply_tab_nav ul li.active span {
	color: #ffffff;
}

/* 首页服务 s*/
.ind_service {
	position: relative;
}

.ind_service .i_ser_con {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.ind_service .i_ser_con .i_ser_l {
	position: relative;
	padding: 10% 2% 10% 3%;
	width: 28%;
	height: 100%;
	/* background-color: #ff7a39; */
}

.ind_service .i_ser_con .i_ser_l::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background-color: #ff7a39; */
	background: #ff7a39 url(../images/ind_service.jpg) no-repeat center/cover;
	z-index: -1;
}

.ind_service .ind_txt {}

.ind_service .ind_txt h2 {
	position: relative;
	color: #ffffff;
}

.ind_service .ind_txt h2::after {
	content: '';
	position: absolute;
	bottom: -1vw;
	left: 0;
	width: 35%;
	height: 2px;
	background-color: #ffffff;
}

.ind_service .ind_txt .i_ser_des {
	display: block;
	color: #ffffff;
	line-height: 1.5;
}

.ind_service .ind_txt .i_ser_more {
	display: inline-block;
	padding: 5px 17px;
	color: #ffffff;
	border: 1px solid #fff;
	border-radius: 8px;
}

.i_ser_r {
	padding-top: 4.2%;
	width: 72%;
	background-color: #fafafa;
}

.i_ser_list {
	width: 90%;
	margin: 0 auto;
}

.i_ser_r ul {}

.i_ser_r ul li {
	width: 40%;
	margin-right: 8%;
	padding-bottom: 5%;
}

.i_ser_r ul li:nth-child(2n) {
	margin-right: 0;
}

.i_ser_r ul li a {
	display: block;
}

.i_ser_r ul li .i_ser_info {}

.i_ser_r ul li .i_ser_info .i_ser_info_img {
	margin-bottom: 5%;
}

.i_ser_info .i_ser_info_img img {}

.i_ser_r ul li .i_ser_info .i_ser_tit {}

.i_ser_info .i_ser_tit span {
	position: relative;
	color: #353535;
}

.i_ser_info .i_ser_tit span::before {
	content: '';
	position: absolute;
	bottom: -1vw;
	left: 0;
	width: 50%;
	height: 2px;
	background-color: #353535;
}

.i_ser_r ul li:hover .i_ser_info .i_ser_tit span::before {
	background-color: #ff7a39;
}

.i_ser_r ul li:hover .i_ser_info .i_ser_tit span {
	color: #ff7a39;
}

.i_ser_r ul li .i_ser_info .i_ser_des {
	width: 75%;
	color: #353535;
	line-height: 1.3;
	height: 5.2em;
}

/* 首页服务 e*/

/* 首页新闻 s */
.ind_news {
	position: relative;
	background-color: #ffffff;
}

.i_news_top {}

.i_news_top .i_news_l {}

.i_news_top .i_news_l span {
	display: block;
}

.i_news_top .i_news_l h2 {}

.i_news_top .i_news_r {}

.i_news_top .i_news_r a {
	display: block;
}

.i_news_bot {}

.i_news_bot .i_news_list {}

.i_news_list ul {}

.i_news_list ul li {
	margin-right: 2%;
	width: 31.3333%;
	border-radius: 20px;
}

.i_news_list ul li:hover {
	box-shadow: rgba(0, 0, 0, 0.14) 5px 4px 9px 0px;
}

.i_news_list ul li a {
	display: block;
}

.i_news_list ul li .i_news_ico {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.i_news_list ul li .i_news_ico img {
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}

.i_news_list ul li .i_news_info {
	padding: 8% 5%;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background-color: #f9f9f9;
}

.i_news_list ul li:hover .i_news_info {
	background-color: #ff7a39;
}

.i_news_list ul li .i_news_info .i_news_list_tit {}

.i_news_list ul li .i_news_info .i_news_list_tit span {
	display: block;
	color: #ff7a39;
	line-height: 1.3;
	height: 1.3em;
}

.i_news_list ul li:hover .i_news_info .i_news_list_tit span {
	color: #ffffff;
}

.i_news_list ul li .i_news_list_des {}

.i_news_list ul li .i_news_list_des p {
	display: block;
	color: #353535;
	line-height: 1.3;
	height: 2.6em;
}

.i_news_list ul li:hover .i_news_list_des p {
	color: #ffffff;
}

/* 首页新闻 e */

/* 首页联系表单 s*/
.ind_form {
	position: relative;
	background: #ff7a39 url(../images/ind_form.jpg) no-repeat center top/cover;
	overflow: hidden;
	z-index: 1;
}

.ind_form::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .35);
	z-index: -1;
}

.ind_form .i_form_l {
	position: relative;
	width: 40%;
	z-index: 2;
}

.i_form_l .i_form_l_info {}

.i_form_l .i_form_l_info h2 {
	display: block;
	color: #ffffff;
	line-height: 1.5;
}

.i_form_l .i_form_l_info span {
	color: #ffffff;
	line-height: 1.5;
}

.ind_form .i_form_r {
	position: relative;
	width: 50%;
	/* background-color: #ffffff; */
	z-index: 2;
}

.form-feedback {}

.form-row {
	display: flex;
	margin-left: -10px;
	margin-right: -10px;
}

.form-row .form-group {
	position: relative;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	width: 50%;
}

.form-row .form-control {
	display: block;
	padding: 5px 12px;
	font-size: .18rem;
	line-height: 1.5;
	color: #fff;
	width: 100%;
	height: auto;
	background-color: rgba(255, 255, 255, 0.35);
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-row .form_con {
	position: relative;
	width: 100%;
}


.form-row input::placeholder,
.form-row textarea::placeholder {
	color: #ffffff;
}

.form-row .form_yzm {
	position: relative;
	width: 100%;
}

.form-row .form_yzm .form-control {
	flex: 1 1 0%;
}

.form-row .form_yzm .input-group {
	position: relative;
	width: 100%;
}

.input-group-img {
	background: transparent;
	padding: .03rem .05rem;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-size: .16rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem;
}

.i_form_btn {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	width: 100%;
}

.form-feedback .btn {
	display: block;
	/* margin-left: auto; */
	width: 100%;
	padding: 15px 50px;
	color: #ffffff;
	font-size: .18rem;
	text-align: center;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 50px;
	background: #ff7a39;
	text-transform: uppercase;
	cursor: pointer;
}

/* 首页联系表单 e*/

/* ====================内页样式========================= */

/* ====================关于样式========================= */

/* 公司简介 s */
/* 公司简介 e */

/* 企业文化 s */
/* 企业文化 e */

/* 荣誉资质 s */

/* 荣誉资质 e */

/* 工厂环境 s */

/* 工厂环境 e */


/* ====================产品样式========================= */

/* 产品列表 s */
/* 产品列表 e */

/* 产品详情 s */
/* 产品详情 e */

/* ====================新闻样式========================= */

/* 新闻列表 s */
/* 新闻列表 e */

/* 新闻详情 s */
/* 新闻详情 e */

/* ====================应用样式========================= */


/* ====================服务样式========================= */

/* 服务支持 s */
/* 服务支持 e */

/* 常见问题 s */
/* 常见问题 e */

/* 下载中心 s */
/* 下载中心 e */

/* 视频中心 s */
/* 视频中心 e */

/* ====================联系样式========================= */

/* 联系我们 s */
/* 联系我们 e */



/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
	/* 1600 × (900/1024/1200) */
}

@media all and (max-width:1599px) {

	/* 1440 × (900/1050) */
	.Header-container .c-nav>li {
		margin-right: 0.4rem;
	}
}

@media all and (max-width:1439px) {
	/* 1360 × (768) */
}

@media all and (max-width:1359px) {
	/* 1280 × (800/854/1024) */
}

@media all and (max-width:1279px) {
	/* 1152 × (864) */
}

@media all and (max-width:1151px) {
	/* 1024 × (600/768) */
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {

	/* 平板设备 720 适配 */
	.pc {
		display: none;
	}

	.mb {
		display: block;
	}
}

@media all and (max-width:768px) {}

@media all and (max-width:640px) {
	/* 移动终端以上 360 适配 */
}

@media all and (max-width:480px) {}

@media all and (max-width:420px) {}

@media all and (max-width:376px) {}