<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.head_title{
	color: #fff;
}

/*################################################################*/
/*################################################################*/
.introduce{
	width: 100%;
	min-width: 1200px;
	position: relative;
	background-color: #fff;
	padding: 90px 0;
}
.introduce_top_bg{
	width: 100%;
	height: 400px;
	background-color: #f0f0f0;
	position: absolute;
	left: 0;
	top: 0;
}
.introduce .section_title{
	text-shadow: none;
}
.introduce_con{
	width: 1200px;
	max-width: 100%;
	position: relative;
}

.introduce_top_info{
	width: 61%;
	position: absolute;
	right: 30px;
	top: 0;
	z-index: 100;
}
.introduce_top_info b{
	display: inline-block;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}
.introduce_top_info p{
	line-height: 26px;
	font-size: 14px;
	text-align: left;
}
.introduce_show{
	width: 100%;
	position: relative;
	text-align: center;
}
.introduce_show .swiper-container .swiper-slide img{
	width: 100%;
}
.introduce_show .swiper-container .swiper-slide p{
	color: #fff;
	font-size: 14px;
	padding: 20px;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 100;
}
.introduce_show .swiper-pagination{
	width: 100%;
	margin-top: 20px;
}
.introduce_show .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    background: transparent;
    border: 1px solid #000;
    opacity: 1;
    margin: 0 3px;
}
.introduce_show .swiper-pagination .swiper-pagination-bullet-active{
	background: #000;
}
.introduce_show .swiper-button-prev,.introduce_show .swiper-button-next{
	width: auto;
	height: auto;
	background: #000;
	opacity: .8;
	cursor: pointer;
}
.introduce_show .swiper-button-prev{
	left: 0;
}
.introduce_show .swiper-button-next{
	right: 0;
}
.introduce_show .swiper-button-prev i,.introduce_show .swiper-button-next i{
	display: block;
	color: #fff;
	font-size: 20px;
	padding: 20px 15px;
	cursor: pointer;
}


.introduce_con_info{
	width: 80%;
	position: relative;
	margin-top: 90px;
}
.introduce_con_info p{
	font-size: 14px;
	line-height: 26px;
}
.introduce_con_info p b{
	font-weight: bold;
}
.introduce_con_brand{
	width: 80%;
	margin-top: 40px;
}


/*################################################################*/
/*################################################################*/
#swiper-history{
	width: 1200px;
	max-width:100%;
	position: relative;
	box-sizing: initial;
	margin-top: 100px;

	-webkit-user-select:none;
	-moz-user-select:none;
}
#swiper-history *{
	box-sizing: initial;
}
#swiper-history  .swiper-container { 
    height: 200px;
	margin:0 20px;
} 
#swiper-history	.short-line{
	height:71px;
	/*border-bottom:1px dashed #fff;*/
	border-bottom:1px solid #fff;
	width:30px;
	position:absolute;
	top: 28px;	
	opacity: .6;
}
#swiper-history	.long-line{
	height:71px;
	border-bottom:1px solid #fff;
	width:100%;
	position:absolute;
	top: 28px;
	left:30px;
	opacity: .6;
}
#swiper-history .swiper-slide{
	position: relative;
	float: left;
}
#swiper-history  .swiper-slide span{
	display:block;
	width:100%;
	text-align:center;
	position:absolute;
	-webkit-transition: 700ms;
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
}
#swiper-history .swiper-slide i{
	width: 2px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 10;
	background-color: #fff;
	margin-left: -1px;
	opacity: .6;
}
#swiper-history .detail{
	width: 50%;
    line-height: 26px;
    left: 25%;
    bottom: 10px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: 90%;
}
#swiper-history .swiper-slide .date{
	width: 100%;
    color: #fff;
    font-size: 34px;
	position:absolute;
	left: 0;
    bottom: 60%;
    z-index: 100;
    opacity: .3;
}
#swiper-history .swiper-slide-active .date{
    font-size: 50px;
    opacity: 1;
}
#swiper-history .swiper-slide-active span{
	-webkit-transition: 700ms 700ms;
	-moz-transition: 700ms 700ms;
	-ms-transition: 700ms 700ms;
	-o-transition: 700ms 700ms;
	transition: 700ms 700ms;
}
#swiper-history	.swiper-pagination-bullets{
	white-space:nowrap;
	width:auto;
	bottom: 95px;
	height:10px;
	line-height:10px;
	-webkit-transition: 700ms;
	-moz-transition: 700ms;
	-ms-transition: 700ms;
	-o-transition: 700ms;
	transition: 700ms;
}
#swiper-history .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
}
#swiper-history .swiper-pagination-bullet{
	background: transparent;
	border: 1px solid rgba(0,0,0,0);
	opacity:1;
	line-height: 10px;
	position: relative;
}
#swiper-history .swiper-pagination-bullet:before{
	content: '';
	width: 2px;
	height: 10px;
	position: absolute;
	left: 50%;
	bottom: 50%;
	z-index: 10;
	background-color: #fff;
	margin-left: -1px;
	opacity: .6;
}
#swiper-history .swiper-pagination-bullet-active {
    /*background: #fff;*/
}
#swiper-history .swiper-button-next,#swiper-history .swiper-button-prev{
	position: absolute;
	top: 50%;
	background: none;
	opacity: .8;
	cursor: pointer;
}
#swiper-history .swiper-button-prev{
	left: -15px;
	margin-top: -15px;
}
#swiper-history .swiper-button-next{
	right: -15px;
	margin-top: -15px;
}
#swiper-history .swiper-button-next i,#swiper-history .swiper-button-prev i{
	/*display: block;*/
	color: #fff;
	font-size: 20px;
	margin-top: 5px;
	cursor: pointer;
}

.history{
	width: 100%;
	position: relative;
	/*margin: 100px auto;*/
}
.history .bg{
	width: 100%;
}
.history_con{
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 15%;
	z-index: 100;
	margin-left: -600px;
}
.history_title,.history_title p{
	color: #fff;
}
.history_title:after {
    background-color: #fff;
}

.history_move{
	position: absolute;
	left: 543.5px;
	bottom: 80px;
	z-index: 100;
	-webkit-user-select:none;
	-moz-user-select:none;
	pointer-events: none;
	cursor: -webkit-grab;
}
.history_move.move{
	-webkit-animation: move 2.5s ease 0s both;
}
@-webkit-keyframes move {
  0%,100%{
  	-webkit-transform: translateX(0px);
  	-moz-transform: translateX(0px);
  	-ms-transform: translateX(0px);
  	-o-transform: translateX(0px);
  	transform: translateX(0px);
  }
  50% {
  	-webkit-transform: translateX(-200px);
  	-moz-transform: translateX(-200px);
  	-ms-transform: translateX(-200px);
  	-o-transform: translateX(-200px);
  	transform: translateX(-200px);
  }
}
@keyframes move {
  0%,100%{
  	-webkit-transform: translateX(0px);
  	-moz-transform: translateX(0px);
  	-ms-transform: translateX(0px);
  	-o-transform: translateX(0px);
  	transform: translateX(0px);
  }
  50% {
  	-webkit-transform: translateX(-200px);
  	-moz-transform: translateX(-200px);
  	-ms-transform: translateX(-200px);
  	-o-transform: translateX(-200px);
  	transform: translateX(-200px);
  }
}

/*################################################################*/
/*################################################################*/
.honor{
	width: 100%;
	min-width: 1200px;
	position: relative;
	background: url(../img/about/honor.jpg) center top no-repeat;
	background-size: cover;
	padding: 140px 0;
}
.honor_con{
	position: relative;
}
.honor_list{
	width: 700px;
	text-align: left;
	margin-top: 70px;
	margin-left: 0;
}
.honor_list li{
	display: inline-block;
	width: 320px;
	line-height: 30px;
	color: #000;
	font-size: 14px;
	text-align: left;
}
.honor_num{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*################################################################*/
/*################################################################*/
.service{
	width: 100%;
	min-width: 1200px;
	position: relative;
}
.service .bg,.service .bg img{
	width: 100%;
}
.service_con{
	width: 1200px;
	position: absolute;
	left: 50%;
	top: 80px;
	z-index: 100;
	margin-left: -600px;
}
.service_title{
	color: #fff;
	margin-bottom: 35px;
}
.service_title p{
	color: #fff;
}
.service_title:after {
    background-color: #fff;
}
.service_info{
	width: 100%;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.service_info p{
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	text-align: left;
}

/*################################################################*/
/*################################################################*/
.enterprise{
	width: 100%;
	min-width: 1200px;
	position: relative;
	background-color: #fff;
	padding: 100px 0;
}
.enterprise_con{
	width: 1200px;
}
.enterprise_title{
	width: 100%;
	color: #000;
	text-align: center;
	margin-bottom: 35px;
	text-shadow: none;
}
.enterprise_title:after {
    background-color: #000;
    left: 50%;
    margin-left: -15px;
}
.enterprise_info{
	width: 100%;
}
.enterprise_info p{
	font-size: 16px;
	line-height: 26px;
	text-align: center;
}
.enterprise_show{
	width: 100%;
	margin-top: 50px;
}
</pre></body></html>