<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{margin: 0; padding: 0; font-family: "SourceHanSansCNLight","Helvetica聽Neue",聽Helvetica,聽Arial, "PingFang聽SC", "Hiragino聽Sans聽GB", "Heiti聽SC", "WenQuanYi聽Micro聽Hei",聽sans-serif;}
a:hover,a:active,a:link,a:visited{text-decoration: none;}
li{list-style: none;}
body{padding-top: 92px;}
.padT80{padding-top: 80px;}
.padB80{padding-bottom: 80px;}
.header-wrapper{z-index: 99; transition: all .3s;width: 100%;position: fixed;top:0;}
.navbar-default{margin-bottom: 0; border:none; border-radius: 0;}
.title h2{position: relative; padding:20px 0; text-align: center; color:#666;}
.title h2:after{width:50px; height: 2px; display: block; content: ""; background-color: #2FC1AC; margin-top: 20px; position: absolute; left: 50%; transform:translateX(-50%);}
.navbar-toggle{transition: all .3s;}
.scorllNavtol{margin-top:13px; transition: all .3s;}
.greyBg{background-color: #f5f5f5;}
/**/
/* .nav li{width:96px; } */
.head-rt{margin-top: 15px;}
.head-rt a.lang{
	float: left;
	line-height: 20px;
	min-width: 60px;
	padding: 0 8px;
	border-radius: 20px;
	text-align: center;
	color: #666;
	border:1px solid #b9b9b9;
	margin-right: 7px;
	font-size: 12px;
	transition: all 0.3s;
}
.head-rt a.lang:hover{color: #fff;background: #f0870a;border-color: #f0870a;}
.head-rt a.sea{
	float: left;
	width: 19px;
	height: 19px;
	background: url(../image/ico_sea.png) no-repeat center / cover;
}
.nav li a{padding-top:10px; padding-bottom: 10px;font-size: 16px;}
.logo h1{color: #2BC3AC; margin: 20px; transition: all .3s;}
.logo h1 span{color: #FFFFFF;}
.nav{position: relative; margin-top: 5px; margin-bottom:10px;transition: all .3s;}
.navBg{position: absolute !important; left: 0; height: 40px; background-color: #2BC3AC; transition: all .5s;}
.navbar-default .navbar-nav&gt;.active&gt;a, .navbar-default .navbar-nav&gt;.active&gt;a:hover, .navbar-default .navbar-nav&gt;.active&gt;a:focus{color: #FFFFFF; background-color: transparent; transition: all .5s;}
.scrollNav{margin-top:10px !important; margin-bottom: 10px !important; transition: all .3s;}
.scrollLogo h1{margin:15px !important; font-size: 28px; transition: all .3s;}
.scrollNavbar{background-color: rgba(0,0,0,0.5) !important; position: fixed; top:0; width:100%; transition: all .3s;}
/*banner*/
.carousel-control.left,.carousel-control.right{background-image: none; }
.home-video .text .v-table{width: 100%;height: 100%;color:#fff;}
.home-video .text .v-table .c-boxs{max-width: 1250px;margin-left: 0;position: relative;margin-top: 80px;}
.home-video .text .v-table h1{
	font-family: "SourceHanSansCNBold";
	margin-bottom: 25px;
	opacity: 0;
	color: #f0870a;
	font-size: 48px;
}
.home-video .text .v-table h1 span,
.home-video .text .v-table h2{font-family: "Neutraface Bold";opacity: 0;}
.home-video .text .v-table h2{
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    color: #f0870a;
}
.home-video .text .v-table .m{
    padding-left: 40px;
    position: relative;
    color: #fff;
    height: 28px;
    line-height: 28px;
    margin: 30px 0 20px;
    font-size: 20px;
    opacity: 0;
}
.home-video .text .v-table .m:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 40px;
    border-radius: 50px;
    left: 5px;
    background-color: #949494;
    top: -4px;
}
.home-video .text .v-table .m:before{
    content: "";
    position: absolute;
    width: 3px;
    height: 10px;
    left: 15px;
    top: 15px;
    background-color: #fff;
    border-radius: 5px;
    z-index: 5;
    -webkit-animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
    animation: Tmouse 0.5s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@-webkit-keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-5px);
  }
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}
.home-video .text .v-table .line{
    width: 100%;
    height: 1px;
    position: relative;
    background-color: rgba(0, 0, 0, 0.2);
    margin: 40px 0;
    max-width: 730px;
    opacity: 0;
}
.home-video .text .v-table .line:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    bottom: -1px;
    left: 0;
}
.home-video .text .v-table .tx .t{
    opacity: 0;
    margin-bottom: 10px;
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.home-video .text .v-table .tx .p{
	font-size: 24px;
	font-family: "SourceHanSansCNRegular";
	opacity: 0;
}
/* .home-video .text .c-list{position: absolute;bottom:100%;left: 0;margin-bottom: 40px} */
.home-video .text .c-list{height: 110px;}
.c-list .item{visibility: hidden;display: none;}
.c-list .item.show{visibility: visible;display: block;}
/* .c-list .item .go ,.home-p2-txt .go{
    -webkit-filter: blur(12px);
    filter: blur(12px);
    transform: scale(1.2);
    opacity: 1;
    -webkit-animation: scaleDownFadeIn 1s forwards ease;
    animation: scaleDownFadeIn 1s forwards ease;
} */
@-webkit-keyframes scaleDownFadeIn {
    50% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);    filter: blur(0px);
        -webkit-transform: scale(1);
    }
}

@keyframes scaleDownFadeIn {
    0% {
        opacity: 0;
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        -webkit-filter: blur(0px);    filter: blur(0px);
        transform: scale(1);
    }
}

.dsvg {
    position: absolute;
    right: 0;
    bottom: 30px;
    left: 0;
    width: 54px;
    width: 27px;
    margin: 0 auto;
    z-index: 4;
    text-align: center;
    cursor: pointer;
}
.dsvg .scroll-blast {
    height: 28px;
    width: 14px;
    margin-top: -6px;
    margin-left: 20px;
    margin-left: 0px;
}
.dsvg .scroll-blast path {
    fill: #fff;
    -webkit-animation: arrowHint 1.5s infinite;
    animation: arrowHint 1.5s infinite;
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}
.dsvg .scroll-blast path.a1 {
    fill: #5fcdd6;
    -webkit-animation-delay: -.75s;
    animation-delay: -.75s
}
.dsvg .scroll-blast path.a2 {
    fill: #87dae1;
    -webkit-animation-delay: -.375s;
    animation-delay: -.375s
}
.dsvg .scroll-blast path.a3 {
    fill: #b0e6eb;
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}
@-webkit-keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}
@keyframes arrowHint {
0% {
opacity:0
}
40% {
opacity:1
}
80% {
opacity:0
}
to {
opacity:0
}
}
.index-prev{
	position: absolute;
	top:50%;
	left: 5%;
	background: rgba(0,0,0,0.35);
	z-index: 9;
	border-radius: 50%;
}
.index-next{
	position: absolute;
	top:50%;
	right: 5%;
	background: rgba(0,0,0,0.35);
	z-index: 9;
	border-radius: 50%;
}
.index-prev span,.index-next span{
	display: block;
	width: 50px;
	height: 50px;
	position: relative;
}
.index-prev span:before,.index-next span:before{
	position: absolute;
	top:0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../image/ico_prev.png) no-repeat center / 14px;
	content: '';
	z-index: 2;
}
.index-next span:before{transform: rotateZ(180deg);}
.index-prev span:after,.index-next span:after{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #f0870a;
	content: '';
	transform: scale(0);
	transition: all 0.3s;
	z-index: -1;
	border-radius: 50%;
}
.index-prev:hover span:after,.index-next:hover span:after{transform: scale(1);}
/*honor*/
.honty:hover{box-shadow: 0 0 10px #aaa; transition: all .5s; background-color: #FFFFFF;}
.honty{ border-radius: 5px;transition: all .5s; cursor: pointer;}
.honty&gt;div{padding:25px 0 0;}
.ty{background-color: #2FC1AC; margin: auto; width:50px; height: 50px; text-align: center; border-radius: 50%;}
.ty span {color: #FFFFFF; font-size: 32px; line-height: 50px;}
.tycon{text-align: center; margin-top:30px;}
.tycon h3{font-size: 18px; color: #666; margin-top:10px;}
.honty .tycon p{color: #CCC;}
.honty&gt;p{color: #666; padding:0 50px 50px; color:#888; line-height: 1.6;}
/*charactic*/
.charList{padding:20px; box-shadow: 0 0 10px #CCC; background-color: #F8FCFC;}
.charList h3{color:#2BC3AC; font-size: 26px; text-align: center;}
.charList li{z-index:10;border-bottom: solid 1px #eee; padding: 20px 10px; padding-left: 20px; color: #1FB19B; font-size: 15px; line-height: 30px; position: relative;}
.charList li p{margin: 0; margin-right: 70px; text-align: left;}
.charList li div{float: right;  border-radius: 15px;width:60px; text-align: center; height: 30px;vertical-align: middle;}
.charList li div span{ color: #FFFFFF; font-weight: bold;line-height: 30px; font-size: 16px;}
.charList li:after{z-index:-1;display: block; content: ""; width:60px; height: 30px; border-radius: 15px; background-color: #2FC1AC; position: absolute; top:20px; right:10px; transition: all .5s;}
.charList li:hover:after{top:0; right: 0; width:100%; height: 100%; border-radius:10px;}
.charList li:hover{color:#FFFFFF; transition: all .3s;}
.charList p a{padding:10px 20px; margin-top:20px; border: 1px solid #2BC3AC; border-radius: 30px; color: #2BC3AC; transition: all .3s;}
.charList p a:hover{padding:10px 30px;transition: all .3s; color: #FFFFFF; background-color: #2BC3AC;}
.charList p{text-align: center; margin-top: 30px;}
.charIntr{text-align: center; padding-top:40px;}
.charIntr p{line-height: 1.8; color: #888888; font-size: 15px; text-align: left; padding-bottom: 30px;}
.charIntr a{font-size: 15px; padding: 10px 20px; background-color: #E3F6F4; border-radius: 20px; color: #2FC1AC; transition: all .3s;}
.charIntr a:hover{transition: all .3s; background-color: #2FC1AC; color: #FFFFFF; padding:10px 30px;}
/*service*/
.service ul li{padding-bottom: 10px; transition: all .3s; cursor: pointer;}
.service ul li:hover{box-shadow: 0 0 10px #AAAAAA; transition: all .3s; background-color: #FFFFFF;}
.service ul li span{float: left; color: #2FC1AC; font-size: 32px; margin: 0; padding:30px 10px 10px; font-family: georgia;}
.service ul li div{margin-left: 70px;}
.service ul li p{font-size: 15px; line-height: 1.8; color: #888888; padding-top: 5px;}
.service ul li h3{margin-bottom: 0px; color: #2FC1AC;}
/*case*/
.case ul li{overflow: hidden;}
.case ul li img{width:100%; padding-bottom: 15px; transition: all .3s;}
.case ul li:hover img{transform: scale(1.5); transition: all .3s;}
/*news*/
.news h3{margin: 0;}
.news ul li{border-bottom: dashed 1px #CCCCCC; margin-top: 15px;}
.news ul li a div h3{ margin-right: 80px; color: #666; margin-bottom: 20px; font-size: 18px;}
.news ul li a div span{float: right; color: #888;}
.news ul li a:hover h3{color: #2FC1AC;}
.news ul li p{color: #888888;	overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newRec h3{color:#666;font-size: 18px; line-height: 1.5;}
.newRec a:hover h3{color: #2FC1AC; }
.newtim{padding:10px 0; margin: 0; color: #888;}
.newtim span{padding:0 5px;}
.newcon{line-height: 1.6; color: #888;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
/*footer*/
footer{background:url(/public/assets/cn/images/footer.jpg); padding:40px 0 20px;}
footer nav ul{text-align: center;}
footer li{display: inline-block; text-align: center; padding:10px 0;}
footer li a{padding:5px 15px; color: #FFFFFF;}
footer li a:hover{color: #2FC1AC;}
footer p{text-align: center; color:#FFFFFF;}
footer p span{padding:0 5px 0 10px;}
footer p a{color: #FFFFFF;}
footer p a:hover{color: #2FC1AC;}

/*abPg*/
.abPg .banner img,.conPg .banner img,.serPg .banner img,.newsPg .banner img{width: 100%;}
.abIntr img{width:100%; position: relative; top:-20px;}
.abIntr&gt;div{background-color: #2FC1AC;}
.abIntr h3,.abIntr p{color: #FFFFFF;}
.abIntr h3{margin-top: 100px;}
.abIntr p{line-height: 1.8; font-size: 16px; margin-bottom: 30px;}
/*conPg*/
.conPg .map iframe{width:100%; border: none; height: 300px; }
.address ul li{line-height: 1.8; font-size: 15px;}
.address ul li span{padding:0 10px; color: #2FC1AC;}
.address a.btn{background-color: #2FC1AC; padding:10px 30px; margin-top:20px; border: none;}
#name,#email,#text{width:calc(50% - 4px);  margin: 0; margin-bottom: 20px; height: 30px; line-height: 30px; padding-left: 10px; border:1px solid #CCC;}
#text{width:100%;}
.map{position: relative;}
.map .loader{position: absolute; top:50%; left: 50%; transform: translate(-50%,-50%);}
textarea{width:100%; padding-left: 10px; line-height: 1.8; border:1px solid #CCC;}
input:focus,textarea:focus{
    border-color: rgba(102,175,233,.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
	}
/*newsPg*/
.newsTime {width:80px; float: left; padding-left: 10px;}
.newsTime p{font-size: 28px; color: #555;}
.newsTime span{line-height: 30px; color: #777;}
.newsTitle{margin-left: 100px; padding-right: 10px;}
.newsTitle h3{color: #666; font-size: 20px; margin-top:5px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.newsTitle p{line-height: 1.8; font-size: 15px; color: #888;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.newsList li a:hover h3{color: #2FC1AC;}
.newsList li{padding:20px; border-bottom: 1px dashed #CCC;}
.newsList li:last-child{border: none;}
.newdetcon{text-align: center;}
.newdetcon img{padding:30px 0;}
.newdetitle{color: #666; text-align: center;}
.newdetime{padding-top: 10px;}
.newdetime span{padding:0 10px; color: #888;}
.newdetcon p{line-height: 1.8; font-size: 16px; color: #777; text-align: left;}
.pager li a{color:#888;}
.pager li:hover a{background-color: #2FC1AC; color: #FFFFFF; border-color: #2FC1AC;}
/*responsive*/
@media (min-width:769px) and (max-width: 992px) {
	.abIntr h3{margin-top: 40px;}
}
@media only screen and (max-width: 900px) {
	.newRec{margin-top:20px; margin-bottom: 30px;}
	.nav li{width:100%; }
	.abIntr h3{margin-top: 10px;}
	.nav{border: none; box-shadow: none;}
	.navbar-collapse{border-color: #888 !important;}
}
</pre></body></html>