<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body,html {
  margin:0 auto;
}
.width-common{
	width: 1200px;
}
.clears{
    clear: both;
}
.margin-top-30{
	margin-top: 30px;
}
.head{
	margin: 10px auto;
	
}
.head-logo{
	display:inline-block;
	border-right: 1px #eee solid;
	padding-right: 10px;
	float: left;
	
}
.head-logo-img{
	width: 330px;
	height: 70px;
}
.head-slogan{
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 15px;
}
.head-slogan strong{
	font-size: 20px;
	color:#910;
}
.head-phone{
	font-size: 30px;
	color: #910;
	margin-top:25px;
	
}
.head-phone span{
	border-bottom: 1px #c7161e solid;

}
.head-phone .layui-icon-cellphone{
	font-size: 30px;
	margin-right: 10px;

}
.nav{
	margin: 0 auto;
    
	/* border-bottom: 1px #0ce36c solid; */

}

.nav .navbar-nav {
  position: relative;
  display: inline-block;
}
.nav .navbar-nav li {
    float: left;
    height: 60px;
    margin: 0 40px 0 0;
    text-align: center;
    list-style: none;
}
.nav .navbar-nav li a {
    min-width: 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei UI";
    color: #898989;
    height: 60px;
    line-height: 59px;
    padding-bottom: 5px;
    margin: 0;
    display: inline-block;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
    
}
.nav .navbar-nav li a::after {
    transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    content: "";
    display: block;
    height: 2px;
    background: #c7161e;
    position: absolute;
    bottom: 0;
    opacity: 0.3;
    left: -1px;
    width: calc(102%);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    font-weight: bold;
}
.nav .navbar-nav li a:hover{
    font-weight: bold;
    color: #434343;
}
.nav .navbar-nav li a:hover::after {
    opacity: 1;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    

}
.nav .navbar-nav li a.active {
    border-bottom: 2px solid #c7161e;
    box-sizing: border-box;
    color: #434343;
}
.nav .navbar-nav li a.active:hover::after {
    display: none;
}
.nav .navbar-nav li.last {
  margin-right: 0;
}
.nav .navbar-nav li.line-item {
  line-height: 87px;
  color: #999;
}
.banner{
    margin: 0 auto;
}
.about{
    margin: 10px auto;
}
.about h2,.news h2, .business h2{
    margin: 30px auto 10px;
    width: 200px;
    font-size: 36px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: -2px;
    color: #333333;
}
.about .about-slogan-en,.news .news-slogan-en, .business .business-slogan-en{
    margin: 0px auto 20px;
    font-size: 30px;
    width: 400px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 38px;
    letter-spacing: 0px;
    color: #ddd;
}
.about .about-img{
    width: 650px;
    border-right: 1px dashed #999;
}
.about .about-img img {
    width: 600px;
    height:500px;
    border-radius: 15px;
    
}
.about .about-introduce{
    line-height: 30px;
    text-indent: 2em;
}
.news{
    background-color: #f1f1f3 !important;
    margin: 0 auto;
}
.news .news-son{
    margin: 0 auto;
}
.news .news-son h2{
    padding-top:30px;
}
.news .news-son .news-list li{
    padding: 15px 0;
    border-bottom: 1px #fff solid;
    overflow: hidden;
}
.news .news-son .news-list li span{
    display: block;
    width: 61px;
    height: 54px;
    border: 1px #fff solid;
    float: left;
    margin-right: 15px;
    text-align: center;
    padding: 10px;
    line-height: 24px;
    font-size: 22px;
}
.news .news-son .news-list li span b{
    display: block;
    border-top: 1px #b5b5b5 solid;
    color: #d60000;
    font-weight: normal;
    font-size: 18px;
    padding-top: 5px;
    margin-top: 5px;
}
.news .news-son .news-list li a{
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    
}
.news .news-son .news-list li p{
    line-height: 22px;
}
.business{
    margin: 0 auto;
}
.business .business-list li{
    width: 23%;
    margin: 1%;
    float: left;
    height: 300px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    position: relative;
    transition: 0.7s linear;
}
.business .business-list li:hover{
   background-color: #c7161e;
   

}
.business .business-list li:after{
    width: 0;
    cursor:pointer;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background-color: #c7161e;
    transition: 0.5s linear;
}
.business .business-list li:hover:after{
    width: 100%;
} 
.business .business-list li:hover strong,.business .business-list li:hover span,.business .business-list li:hover i,.business .business-list li:hover p{
   color: #fff;
}

.business .business-list li strong{
    display: block;
    margin: 10px auto 0px;
    padding-bottom: 5px;
    font-size: 1.125rem;
    width: 35%;
    border-bottom: 2px #b5b5b5 solid;
    
}
.business .business-list li span{
    display: block;
    font-size: 0.875rem;
    margin: 5px auto;
    padding: 5px auto 10px;
     
}
.business .business-list li i{
    display: block;
    margin: 0 auto;
    padding-top: 30px;
    color:#c7161e;
    width: 100px;
    height: 100px;
    font-size: 100px;
    
}
.business .business-list li p{
    width: 90%;
    margin: 0 auto;
}
.footer{
    clear: both;
    background-color: #f1f1f3 !important;
    margin: 0 auto;
}
.footer .footer-son{
    margin: 10px auto 0px;
    padding: 30px 10px 30px 50px;
}
.footer .footer-son p{
    height: 1.875rem;
    line-height: 1.875rem;
}
.footer .footer-son .footer-son-son1{
    padding-top: 30px;
}
.footer .footer-son .footer-son-son2{
    text-align: right;
}
.footer .footer-weixin{
    margin: 0 auto;
    display:inline-block;
    padding: 5px 10px;
}
.footer .footer-weixin img{
    width: 100px;
    height: 100px;
}
.footer .footer-weixin p{
    width: 100px;
    text-align:center;
    font-weight: bold;
}

.banner-other{
    margin: 0 auto;
}
.banner-other img{
    width: 100%;
    height: 400px;
}
.content{
    
    margin: 0 auto;
    
}
.content .content-son{
    background-color: #f1f1f3 !important;
    margin: 10px auto;
    padding: 20px 10px;
    border-radius: 15px;
}
.content .content-crumbs{
    border-bottom: 0.125rem #999 solid;
    margin: 0px 20px;
}
.content .content-crumbs h2{
    width: 10%;
    display: inline-block;
    border-bottom: 0.125rem #d60000 solid;
    position: relative;
    top: 2px;
    padding-left: 10px;
    font-size: 25px;
    color: #898989;

}
.content .content-breadcrumb{
    width: auto;
    font-size: 16px;
    margin-right: 5px;
    float: right;
    
}
.content .content-breadcrumb a{
    color: #898989;
}
.content .content-breadcrumb&gt;a+a:before {
    padding: 0 5px;
    font-size: 16px;
    color: #898989;
    content: "/ ";
}
.content .content-breadcrumb i{
    font-size: 20px;
    color: #898989;
}
.content .content-list{
    margin: 50px 30px 0px;
}
.content .content-list .news-list .layui-row{
     border-bottom: 2px #fff solid;
     margin-top: 10px;
}
.content .content-list .news-list .content-list-imga{
    padding-right: 10px;
    border-right: 2px #fff dashed;
    text-align: center;
}
.content .content-list .news-list .content-list-title{
    margin-left: 15px;
    width: 80%;
}
.content .content-list .news-list .content-list-title a{
    font-size: 20px;
    color: #000;
    font-weight: bold;

}
.content .content-list .news-list .content-list-title p{
    margin-bottom: 10px;
}
.content .content-list .news-list .content-list-title .content-list-time{
    margin: 8px auto;
    color: #898989;
}
.content .content-list .pages{
    width: 100%;
    text-align: center;
}
.content .content-list .news-list li img{
    width:10rem;
    height: 6.25rem;
    padding: 5px;
    border: 1px #fff solid;
    border-radius: 5px;
    /* margin-left: 15%; */
}
.layui-table-page {
   text-align: center;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em{
    background-color:#d60000;
}
.content .content-con{
    margin: 50px 30px 0px;
}
.content .content-con .content-con-title{
    width: 100%;
    text-align: center;
}
.content .content-con .content-con-time{
    width: 100%;
    text-align: center;
    color: #898989;
    margin: 10px auto;
    padding-bottom: 10px;
    border-bottom: 1px #fff solid;
}
.content .content-con .content-con-con {
    line-height: 30px;
    text-indent: 2em;
}
.content .content-con .content-con-con img{
    max-width: 100%;

}
.content .content-con .content-con-pn {
    margin: 10px auto;
    border-top: 1px #fff solid;
    padding-top: 30px;
    color: #898989;
}
.content .content-con .content-con-pn .content-con-pn-pre {
    text-align: left;
}
.content .content-con .content-con-pn .content-con-pn-next {
    text-align: right;
}
.content .content-contact{
    margin: 30px 20px;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
}
.content .content-contact .content-contact-tell {
    border: 2px #fff solid;
    padding: 10px;
    border-radius: 15px;
    color: #898989;
}
.content .content-contact .content-contact-weixin {
    border: 2px #fff solid;
    padding: 10px;
    margin-top: 10px;
    border-radius: 15px;
    color: #898989;
}
.content .content-contact .content-contact-weixin img{
    width: 258px;
    height: 258px;
    border-radius: 15px;
}
.content .content-contact .content-contact-tell p{
    border-bottom: 1px #fff solid;
}
.content .content-contact .content-contact-map{
    text-align: center;
}
.content .content-contact .content-contact-map img{
    width: 700px;
    height: 500px;
    border-radius: 15px;
    border: 2px #fff solid;
}
.content .content-son .news-listimg{
    margin: 0 auto 10px;
    height: 100%;
    width: 100%;

}
.content .content-son .news-listimg li{
    /* display: inline-block; */
    /* position: inherit; */
    width: 200px;
    height: 300px;
    margin: 0px 10px 20px 10px;
    float: left;
    

}
.content .content-son .news-listimg li a img{
    width: 200px;
    height: 300px;
    border-radius: 15px;
    border: 2px #fff solid;
    
}
.content .content-son .news-listimg .content-listimg-des{
    display: inline-block;
    width: 190px;
    height: 90px;
    overflow: hidden;
    border-radius: 15px;
    margin: 0px 0px 0px 2px ;
    padding: 5px 0px 15px 10px;
    position:relative;
    bottom:110px;
    letter-spacing: 0.1875rem;
    backdrop-filter: blur(20px);
    color: #fff;
    box-shadow: 0 0 30px 10px rgba(0, 0, 0, .3);
    /* background-color: #fff; */
    /* opacity:0.5; */


}
.content .content-son .news-listimg .content-listimg-des p{
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; 
}
</pre></body></html>