@font-face {
	font-family:"myharmonyos";
	src:url('../fonts/HarmonyOS_Sans_SC_Medium.subset.woff2') format("woff2");
	font-display:swap;
}
*,*::before,*::after {
	box-sizing:border-box;
}
html {
	line-height:1.15;
	-webkit-text-size-adjust:100%;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}
article,aside,figcaption,figure,footer,header,hgroup,main,nav,section {
	display:block;
}
body {
	margin:0;
	font-family:myharmonyos;
	font-size:14px;
	font-weight:400;
	line-height:1.5;
	color:#2c2c2c;
	text-align:left;
}
p {
	margin-top:0;
	margin-bottom:1rem;
}
ol,ul,li {
	list-style:none
}
a {
	color:#2c2c2c;
	text-decoration:none;
	background-color:transparent;
}
a:hover {
	color:#0056b3;
	text-decoration:underline;
}
a:not([href]):not([class]) {
	color:inherit;
	text-decoration:none;
}
a:not([href]):not([class]):hover {
	color:inherit;
	text-decoration:none;
}
a[href] {
	cursor:pointer;
}
h1,h2,h3,h4,h5,h6 {
	margin-top:0;
	margin-bottom:0.5rem;
	font-weight:500;
	line-height:1.2;
}
h1 {
	font-size:24px
}
h2 {
	font-size:20px
}
h3 {
	font-size:18px
}
h4 {
	font-size:16px
}
h5 {
	font-size:16px
}
h6 {
	font-size:16px
}
.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.fn {
	float:none;
}
.tl {
	text-align:left;
}
.tr {
	text-align:right;
}
.tc {
	text-align:center;
}
.mt {
	margin-top:20px
}
.mb {
	margin-bottom:20px
}
img {
	border:0;
	vertical-align:middle;
	border-style:none;
}
img {
	max-width:100%;
}
.imgbox {
	overflow:hidden;
	position:relative;
}
.imgbox:before {
	transition:all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-transition:all 0.5s;
	-ms-transition:all 0.5s;
	-o-transition:all 0.5s;
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	border:1px solid rgba(255,255,255,0);
	z-index:100;
}
.imgbox:hover:before {
	top:10px;
	left:10px;
	right:10px;
	bottom:10px;
	border:1px solid rgba(255,255,255,0.5);
}
.imgbox:hover {
	background:#000
}
.imgbox:hover img {
	transform:scale(1.1) rotate(3deg);
	-o-transform:scale(1.051) rotate(1deg);
	-webkit-transform:scale(1.05) rotate(1deg);
	-moz-transform:scale(1.051) rotate(1deg);
	-ms-transform:scale(1.051) rotate(1deg);
	opacity:0.8;
}
.img-circle {
	border-radius:50%;
}
.module {
	clear:both;
	overflow:hidden;
	position:relative;
	display:block;
	padding:20px;
	margin-top:20px;
	margin-bottom:20px;
	border-radius:4px;
}
.container {
	width:100%;
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
}
.container:after {
	display:table;
	clear:both;
	border:1px solid #fff
}
@media (min-width:576px) {
	.container {
	max-width:540px;
}
}@media (min-width:768px) {
	.container {
	max-width:750px;
}
}@media (min-width:992px) {
	.container {
	max-width:970px;
}
}@media (min-width:1200px) {
	.container {
	max-width:1170px;
}
}.row {
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-right:-15px;
	margin-left:-15px;
}
.border {
	padding:10px;
	border:1px solid #ccc;
}
.col-16,.col-15,.col-14,.col-13,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1,.col-xl-16,.col-xl-15,.col-xl-14,.col-xl-13,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg-16,.col-lg-15,.col-lg-14,.col-lg-13,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md-16,.col-md-15,.col-md-14,.col-md-13,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm-16,.col-sm-15,.col-sm-14,.col-sm-13,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1 {
	position:relative;
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
.col-16 {
	width:100%;
}
.col-15 {
	width:91.66666667%
}
.col-14 {
	width:90%;
}
.col-13 {
	width:83.33333333%;
}
.col-12 {
	width:80%;
}
.col-11 {
	width:75%;
}
.col-10 {
	width:66.66666667%;
}
.col-9 {
	width:58.333333%;
}
.col-8 {
	width:50%;
}
.col-7 {
	width:41.666667%;
}
.col-6 {
	width:33.33333333%;
}
.col-5 {
	width:25%;
}
.col-4 {
	width:20%;
}
.col-3 {
	width:16.66666667%;
}
.col-2 {
	width:10%;
}
.col-1 {
	width:8.33333333%;
}
@media(max-width:1024px) {
	.col-xl-16 {
	width:100%;
}
.col-xl-15 {
	width:91.66666667%
}
.col-xl-14 {
	width:90%;
}
.col-xl-13 {
	width:83.33333333%;
}
.col-xl-12 {
	width:80%;
}
.col-xl-11 {
	width:75%;
}
.col-xl-10 {
	width:66.66666667%;
}
.col-xl-9 {
	width:58.333333%;
}
.col-xl-8 {
	width:50%;
}
.col-xl-7 {
	width:41.666667%;
}
.col-xl-6 {
	width:33.33333333%;
}
.col-xl-5 {
	width:25%;
}
.col-xl-4 {
	width:20%;
}
.col-xl-3 {
	width:16.66666667%;
}
.col-xl-2 {
	width:10%;
}
.col-xl-1 {
	width:8.33333333%;
}
.col-xl-0 {
	display:none!important;
}
}@media(max-width:992px) {
	.col-lg-16 {
	width:100%;
}
.col-lg-15 {
	width:91.66666667%
}
.col-lg-14 {
	width:90%;
}
.col-lg-13 {
	width:83.33333333%;
}
.col-lg-12 {
	width:80%;
}
.col-lg-11 {
	width:75%;
}
.col-lg-10 {
	width:66.66666667%;
}
.col-lg-9 {
	width:58.333333%;
}
.col-lg-8 {
	width:50%;
}
.col-lg-7 {
	width:41.666667%;
}
.col-lg-6 {
	width:33.33333333%;
}
.col-lg-5 {
	width:25%;
}
.col-lg-4 {
	width:20%;
}
.col-lg-3 {
	width:16.66666667%;
}
.col-lg-2 {
	width:10%;
}
.col-lg-1 {
	width:8.33333333%;
}
.col-lg-0 {
	display:none!important;
}
}@media(max-width:768px) {
	.col-md-16 {
	width:100%;
}
.col-md-15 {
	width:91.66666667%
}
.col-md-14 {
	width:90%;
}
.col-md-13 {
	width:83.33333333%;
}
.col-md-12 {
	width:80%;
}
.col-md-11 {
	width:75%;
}
.col-md-10 {
	width:66.66666667%;
}
.col-md-9 {
	width:58.333333%;
}
.col-md-8 {
	width:50%;
}
.col-md-7 {
	width:41.666667%;
}
.col-md-6 {
	width:33.33333333%;
}
.col-md-5 {
	width:25%;
}
.col-md-4 {
	width:20%;
}
.col-md-3 {
	width:16.66666667%;
}
.col-md-2 {
	width:10%;
}
.col-md-1 {
	width:8.33333333%;
}
.col-md-0 {
	display:none!important;
}
}@media(max-width:576px) {
	.col-sm-16 {
	width:100%;
}
.col-sm-15 {
	width:91.66666667%
}
.col-sm-14 {
	width:90%;
}
.col-sm-13 {
	width:83.33333333%;
}
.col-sm-12 {
	width:80%;
}
.col-sm-11 {
	width:75%;
}
.col-sm-10 {
	width:66.66666667%;
}
.col-sm-9 {
	width:58.333333%;
}
.col-sm-8 {
	width:50%;
}
.col-sm-7 {
	width:41.666667%;
}
.col-sm-6 {
	width:33.33333333%;
}
.col-sm-5 {
	width:25%;
}
.col-sm-4 {
	width:20%;
}
.col-sm-3 {
	width:16.66666667%;
}
.col-sm-2 {
	width:10%;
}
.col-sm-1 {
	width:8.33333333%;
}
.col-sm-0 {
	display:none!important;
}
}header {
	background:#131617;
	padding-top:20px;
	padding-bottom:20px;
	display:flex;
	align-items:center;
}
header .imgbox {
	display:inline;
	float:left;
	height:60px;
}
header .imgbox img {
	width:100%;
	height:100%;
}
/* 轮播图 */
/*轮播图*/.banner {
	overflow:hidden;
	width:100%;
}
.fader {
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	height:478px;
}
.fader .slide {
	position:absolute;
	top:0;
	width:100%;
	z-index:1;
	opacity:0;
}
.fader .slide img {
	display:block;
	margin:0 auto;
	width:100%;
	height:478px;
}
.fader .prev,.fader .next {
	position:absolute;
	top:45%;
	width:50px;
	height:50px;
	line-height:40px;
	text-align:center;
	font-size:50px;
	color:#fff;
	background:#999;
	border-radius:50%;
	opacity:.7;
	z-index:4;
	cursor:pointer;
}
.fader .prev {
	left:20px;
}
.fader .next {
	right:20px;
}
.fader .prev:hover,.fader .next:hover {
	opacity:1;
}
.fader .pager_list {
	position:absolute;
	bottom:0;
	padding:0;
	width:100%;
	height:26px;
	line-height:26px;
	text-align:center;
	z-index:4;
}
.fader .pager_list li {
	display:inline-block;
	margin:0 7px;
	width:24px;
	height:10px;
	background:#fff;
	border-radius:10px;
	opacity:.9;
	cursor:pointer;
	text-indent:-9999px;
}
.fader .pager_list li:hover,.fader .pager_list li.active {
	background:#F54E48;
	opacity:1;
}
@media screen and (max-width:1024px) {
	.fader,.fader .slide img {
	height:280px;
}
.fader .prev,.fader .next {
	top:42%;
}
.fader .prev {
	left:25px;
}
.fader .next {
	right:25px;
}
}@media screen and (max-width:576px) {
	.fader .prev {
	width:24px;
	height:24px;
	line-height:18px;
	font-size:24px;
}
.fader .next {
	width:24px;
	height:24px;
	line-height:18px;
	font-size:24px;
}
.fader .prev {
	left:10px;
}
.fader .next {
	right:10px;
}
}

.fader .bannerText {
	position:absolute;
	top:30%;
	left:20%;
}
@media(max-width:576px) {
	.fader .bannerText {
	left:40px;
	padding:0 20px
}
}.fader .bannerText h3 {
	display:inline-block;
	font-size:52px;
	color:#fff;
}
.fader li:nth-child(1) .bannerText h3 {
	border:1px solid #fff;
	border-radius:4px;
	background:rgba(255,255,255,0.4);
	padding:10px 20px;
}
.fader .bannerText p {
	margin-top:20px;
	margin-bottom:0;
	font-size:18px;
	color:#fff;
}
@media screen and (max-width:768px) {
	.fader .bannerText .p2,.fader .bannerText .p3 {
	display:none;
}
}@media screen and (max-width:576px) {
	.fader .bannerText h3 {
	font-size:24px;
}
.fader .bannerText p {
	font-size:16px;
}
}.pages {
	clear:both;
	overflow:hidden;
	padding-top:60px;
}
.pages .title {
	position:relative;
	text-align:center;
	margin-bottom:40px;
}
.pages .title h3 {
	display:block;
	font-size:32px;
	font-weight:normal;
}
.pages .title p {
	text-align:center;
	line-height:28px;
	color:#666;
	font-size:16px;
	margin:20px auto 0;
}
.pages .title span {
	display:block;
	margin:0 auto;
	margin-top:20px;
	width:78px;
	height:5px;
	background:#222;
}
.about .imgbox {
	width:100%;
	height:380px;
}
.about .imgbox img {
	width:100%;
	height:100%;
}
.about .col-9 {
	overflow:hidden;
	padding:40px;
	line-height:32px;
	font-size:15px;
	color:#444;
	background:#F5F5F5
}
.about .col-9 h3 {
	font-size:22px;
	font-weight:normal;
	color:#000;
	margin-bottom:20px;
	margin-top:15px;
}
.about .col-9 p {
	height:220px;
	overflow:hidden;
	margin-bottom:10px;
}
.choose .row {
	margin:0!important
}
.choose .col-6,.choose .col-7,.choose .col-9 {
	padding:0
}
.choose .imgbox {
	height:256px;
}
.choose .imgbox img {
	width:100%;
	height:100%;
	display:block;
}
.choose .ft {
	background:#242F35;
	color:#fff
}
.choose .item2 .ft {
	background:#E29C3C!important
}
.choose .text {
	position:absolute;
	top:30%;
	left:10%;
}
.choose .text h3 {
	font-size:20px;
	font-weight:normal;
	margin-bottom:20px;
}
.choose .text p {
	line-height:28px;
	font-size:15px;
}
.choose .text2 {
	color:#000
}
.choose .img .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:256px;
	background:url(../images/icon4.png) no-repeat;
	z-index:100;
}
.choose .item2 .bg {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:256px;
	background:url(../images/icon4-1.png) no-repeat;
	z-index:100;
}
.wrap {
	background:#f5f5f5;
}
.product .inrto {
	margin-bottom:40px;
}
.product .imgboxx {
	width:100%;
	height:343px;
	float:left;
	background:#e29c3c;
	line-height:343px;
	position:relative;
}
.product .imgboxx img {
	width:100%;
	height:100%;
	display:block;
	z-index:100%
}
.product .img .bg {
	position:absolute;
	top:0;
	left:-15px;
	width:100%;
	height:344px;
	background:url(../images/icon5.png) no-repeat;
	z-index:100;
}
.product .text {
	border:1px solid #ccc;
	height:320px;
	margin:15px 0 15px -30px
}
.product .text h3 {
	text-align:center;
	line-height:320px;
	font-size:28px;
	font-weight:normal;
	color:#000;
}
.product .meta {
	text-align:center;
	padding:20px
}
.product .meta p {
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product .imgbox {
	width:100%;
	height:220px;
}
.product .imgboxx img {
	width:100%;
	height:100%;
}
.team {
	min-height:344px;
	background:url(../images/c4.png) no-repeat;
	background-size:cover;
}
.team h4 {
	display:inline-block;
	padding:0 10px;
	line-height:30px;
	margin-bottom:20px;
	background:#e29c3c;
	color:#242f35;
	font-weight:normal;
	font-size:15px;
}
.team h3 {
	font-size:32px;
	font-weight:normal;
	margin-bottom:20px;
	color:#e29c3c;
	line-height:40px;
}
.team p {
	color:#fff;
}
.team label {
	color:#fff;
	display:inline-block;
	margin:28px 0;
	width:72px;
	height:1px;
	background:#e29c3c;
}
.trends li {
	display:block;
	border:1px solid #e1e1e1;
	background:#fff;
	margin-bottom:24px;
}
.trends .date {
	float:left;
	padding:30px 0;
	padding-right:65px;
	background:url(../images/icon6.png) no-repeat right center;
	background-size:auto 100%;
	color:#999;
	font-size:16px;
	line-height:30px;
	text-align:left;
	padding-left:25px;
}
.trends .date label {
	display:block;
	font-size:36px;
	color:#999;
}
.trends .text {
	overflow:hidden;
	padding-right:30px;
	position:relative;
	padding-top:10px;
}
.trends .text h3 {
	font-size:18px;
	font-weight:normal;
	line-height:30px;
	color:#000;
	display:block;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}
.trends .text p {
	line-height:26px;
	color:#444;
	height:52px;
	overflow:hidden;
}
.trends li:hover .date {
	background:url(../images/icon6-1.png) no-repeat right center;
	background-size:auto 100%;
}
.trends li:hover .date span,.trends li:hover .date label {
	color:#242f35
}
.trends li:hover {
	background:#242f35
}
.trends li:hover .text h3,.trends li:hover .text p {
	color:#fff;
}
footer {
	font-size:14px;
	line-height:30px;
	color:#fff;
	padding:50px 0;
	background:#131617;
}
footer .hd {
	clear:both;
	overflow:hidden;
}
footer .hd .fl .ftlogo {
	display:block;
	padding:10px 0 30px 0
}
footer .hd .fl p {
	margin-bottom:0
}
footer .hd .fl p span {
	color:#e29c3c
}
footer .hd .fr {
	text-align:center
}
footer .hd .imgbox {
	width:125px;
	height:125px;
}
footer a {
	color:#fff
}
footer a:hover {
	color:#fff
}
