<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
    background: #f5f5f5;
}
.nav{
    padding: .37rem .3rem;
    background: #fff;
    box-shadow: inset 0px 0 10px 0px #eee;
}
.nav ul{
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.nav ul li:not(:last-child){
    padding-right: .5rem;
    border-right: 1px solid #e4e4e4;
}
.nav ul li a{
    display: block;
    color: #333;
    font-size: .26rem;
    line-height: .28rem;
    height: .28rem;
    background-size: .96rem .96rem;
}

.common-title{
    text-align: center;
    position: relative;
    height: .38rem;
    line-height: .38rem;
    color: #333333;
    font-size: .36rem;
    padding: .96rem 0 .7rem;
}

.company-info{
    padding: 0 .24rem 0;
    background: #fff;
        line-height: .44rem;
    text-align: justify;
    color: #666666;
    font-size: .26rem;
    margin-bottom: .3rem;
}

.company-info ul li:last-child{
    margin-bottom: 0;
}

.video-content{
    margin-top: .4rem;
}
.video-content .video-wraper{
    width: 6.89rem;
    height: 3.9rem;
    margin-bottom: .28rem;
    position: relative;
}
.video-content .video-wraper video{
    width: 100%;
    height: 100%;
}
.video-content .video-wraper:last-child{
    margin-bottom: 0;
}
.video-wraper img {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.team-content {
    padding: 0 .3rem 0;
    background: #fff;
}
.team-content ul {
    width: 6.9rem;
    margin: 0 auto;
    overflow: hidden;
}
.team-content ul li {
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    padding: .35rem 0 .3rem;
}
.team-content ul li:first-child{
    padding-top: 0;
}
.team-content ul li:last-child {
    border: 0;
    padding-bottom: 0;
}

.team-content ul li .img-left{
    position: absolute;
    left: 0;
    top: 0.35rem;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    overflow: hidden;
}
.team-content ul li .img-left img{
    width: 100%;
    height: 100%;
}
.team-content ul li .right{
    padding-left: 2.08rem;
    font-size: 0;
    text-align: left;
}
.team-content ul li .right .right-top span:first-child{
    height: .36rem;
    line-height: .36rem;
    font-size: .32rem;
    color: #333;
}
.team-content ul li .right span:nth-child(2){
    height: .36rem;
    line-height: .36rem;
    font-size: .26rem;
    color: #FF8331;
    margin-left: .36rem;
}
.team-content ul li .right .des{
    line-height: .4rem;
    text-align: justify;
    margin-top: .18rem;
    font-size: .24rem;
    color: #666;
}
.goodness{
    background: #fff;
    overflow: hidden;
    padding: 0 0.3rem 0;
    margin: 0 auto;
}
.goodness-wraper {
    background: url("../images/m_gy_04.png") no-repeat center 1.93rem;
    background-size: 100% auto;
}
.goodness-content ul li{
    height: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: .22rem;
    font-size: .28rem;
    color: #fff;
    text-align: center;
    border-radius: .6rem;
    -webkit-border-radius: .6rem;
    background:linear-gradient(90deg,rgba(24,26,57,1) 0%,rgba(44,47,98,1) 100%);
}
.goodness-content ul li:nth-child(1){
    background:-webkit-gradient(linear, left top, right top, from(#1759ba), to(#9eb6d9 ));
}
.goodness-content ul li span{
    font-size: .64rem;
    margin: 0 .15rem;
    color: #fff;
    vertical-align: middle;
}

.goodness-content ul li:last-child{
    margin-bottom: 0;
}
.goodness-content ul li:first-child{
    margin-top: 5.7rem;
}


.report{
    overflow: hidden;
    padding: 0 0.3rem 0;
    background: #fff;
}
.report .list{
    height: 6.08rem;
}
.report .list ul {
    height: 6.08rem;
    overflow-y: hidden;
    overflow-x: scroll;
    font-size: 0;
    white-space: nowrap;
}
.report .list ul::-webkit-scrollbar{
    width: 0;
    height: 0;
    display: none;
    background: transparent;
}
.report .list ul:before{
    content: "";
    clear: both;
}
.report .list ul li {
    width: 6.33rem;
    height: 6.08rem;
    background: #fff;
    -webkit-box-shadow: inset 0px 0 5px 0px #eeeeee;
    -moz-box-shadow: inset 0px 0 5px 0px #eeeeee;
    box-shadow: inset 0px 0 5px 0px #eeeeee;
    margin-right: .4rem;
    display: inline-block;
    vertical-align: top;
    white-space: normal;
}
.report .list ul li:last-child{
    margin-right: 0;
}
.report .list ul li .top-img{
    width: 100%;
    height: 2.63rem;
}
.report .list ul li .top-img img{
    width: 100%;
    height: 100%;
}
.report .list ul li .report-content{
    padding: .44rem .38rem;
}
.report .list ul li .report-content img{
    height: .43rem;
}
.report .list ul li .report-content .report-title{
    line-height: .42rem;
    height: .84rem;
    text-align: left;
    color: #333333;
    font-size: .28rem;
}
.report .list ul li .report-content .report-des{
    line-height: .44rem;
    text-align: left;
    color: #666;
    font-size: .24rem;
    margin: .2rem 0 .25rem;
}
.customer{
    background: #fff;
    padding: 0 0.3rem 0;
    padding-bottom: 1.4rem;
}
.customer ul {
    overflow: hidden;
}
.customer ul li {
    float: left;
    width: 2.23rem;
    height: 1.1rem;
    margin-right: .1rem;
    margin-bottom: .1rem;
}
.customer ul li img{
    width: 100%;
    height: 100%;
}
.customer ul li:nth-child(3n) {
    margin-right: 0;
}
.customer ul li:nth-child(n+10) {
    margin-bottom: 0;
}

/*bannerèƒŒæ™¯å›¾å¼€ï¿½?*/
.banner_wrap {
  box-sizing: border-box; 
  width: 7.5rem;
  height: 5.21rem;
  /* padding: 2.26rem 0.44rem 1rem; */
  line-height: 0.33rem;
  background-size: 100%;
  background-repeat: no-repeat;
  background-size: 200% 100%;
  font-size: .22rem;
  color: #fff;
  position: relative;
  background-position: -300px 10px;
  
}
.banner_wrap_cont{
  height: 3rem;
  display: flex;
  /* border: 1px solid red; */
  flex-direction: column;
  position: absolute;
  top: 15%;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}
.banner_wrap_cont1{
  font-family: PingFangSC-Semibold;
	font-size: 0.52rem;
	font-weight: normal;
	font-stretch: normal;
 
	letter-spacing: -1px;
	color: #ffffff;
}
.banner_wrap_cont2{
  font-family: PingFangSC-Thin;
	font-size: 0.4rem;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
}
.banner_wrap_cont3{
  width: 2.3rem;
	height: 0.7rem;
	background-image: linear-gradient(90deg, 
		#1759ba 0%, 
		#ff7a00 100%);
    font-family: MicrosoftYaHei;
	font-size: 0.26rem;
	font-weight: normal;
	font-stretch: normal;
 display: flex;
 align-items: center;
 justify-content: center;
	letter-spacing: 1px;
	color: #ffffff;
}
.banner_absou{
  position: absolute;
  height: 3rem;
 
  top: 25%;
 
  left: 6%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.banner_wrap_1{
  font-family: PingFangSC-Semibold;
	font-size: 0.6rem;
	font-weight: normal;
	font-stretch: normal;
	 
	letter-spacing: -1px;
	color: #ffffff;
}
.banner_wrap_2{
	font-family: PingFangSC-Thin;
	font-size: 0.36rem;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
  margin-top: 10px;
}
.banner_wrap_3{
	font-family: PingFangSC-Thin;
	font-size: 0.36rem;
	font-weight: normal;
	letter-spacing: -1px;
	color: #ffffff;
}
.banner_wrap_4{
  width: 2.4rem;
	height: 0.7rem;
  background-image: linear-gradient(90deg, 
  #1759ba 0%, 
  #ff7a00 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}</pre></body></html>