<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@media screen and (min-width:1250px) {


}

@media screen and (min-width:1200px) {
	
/* 幻灯片 */
.banner-bg{ margin: 0 auto;overflow: hidden;position: relative;}
.banner-txt{position: absolute;bottom: 0;height: 90px;background: rgba(0,0,0,0.4);width: 100%;z-index: 9999;}
.swiper-container { margin: 0 auto; overflow: visible;}
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { display: block;}
.swiper-slide { position: relative; opacity: 0 !important;}
.swiper-slide img { width: 100%;}
.swiper-slide-active { opacity: 1 !important;}
.swiper-slide .ren { position: absolute; left: 0; top: 0; width: 1436px; height: 840px;}
.swiper-button-next, .swiper-button-prev { display: none; width: 40px; height: 68px; background-size: contain;}
.swiper-button-next { right: 100px; background-image: url(../images/next.png);}
.swiper-button-prev { left: 100px; background-image: url(../images/prev.png);}
.swiper-container-horizontal .swiper-pagination-bullets { bottom: 40px;}
.swiper-pagination-bullet { width: 70px; height: 4px; margin: 0 10px !important; padding: 6px 0; border-radius: 0; background-color: transparent; opacity: 1;}
.swiper-pagination-bullet:after { content: ""; display: block; height: 4px; background-color: #fff; opacity: 0.5;}
.swiper-pagination-bullet:hover:after, .swiper-pagination-bullet-active:after { background-color: #000;}

.container{
	width: 1200px;
}

.banner-txt ul li {
    width: 22%;
    float: left;
    margin-right: 30px;
    text-align: left;
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    margin-top: 15px;
    line-height: 30px;
}

.banner-txt ul li a {
    color: #fff;
    font-size: 18px;
}

.banner-txt ul li:after {
    content: "";
    width: 2px;
    height: 70px;
    border-right: 1px dashed;
    position: absolute;
    top: 0;
    right: 0;
}

.banner-txt ul li:last-child:after{
	display: none;
}

.banner-txt ul li font{
	font-size: 16px;
}


.service {
    display: block;
    width: 100%;
    margin-top: 20px;
	background-color: #e6e6e6;
}


.service .container{
	display: block;
	width: 100%;
}

.service .col-lg-4{
	display: block;
	padding:0;
	overflow: hidden;
}

.service .col-lg-4 img{
	transition: all 0.5s;
}

.service-title {
    display: table;
    margin-top: 3%;
    width: 170px;
}

.service .col-lg-5 {
    width: 41.66666667%;
    margin-left: 120px;
}

.service-box{
	font-size: 14px;
	line-height: 25px;
}

.service-hr {
    display: table;
    height: 2px;
    background-color: #601a00;
    width: 235px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.service-more {
    font-size: 16px;
    margin-top: 2%;
}

.service-more a{
	color:#601a00;
}
.service .col-lg-4:hover img{
	transform:scale(1.1);
}


.index-product {
    padding-top: 60px;
    padding-bottom: 50px;
    background: #f5f5f5;
}

.index-product-title {
}

.index-product-title h5 {
    font-size: 35px;
    color: #484848;
    text-align: center;
    display: block;
    width: 100%;
    margin-bottom: 18px;
}

.index-product-title p {
    font-size: 16px;
    text-align: center;
    display: table;
    width: 100%;
    margin-bottom: 40px;
}

.text {
    display: block;
    width: 100%;
    position: relative;
    line-height: 55px;
    height: 55px;
    margin-top: 4px;
    text-indent: 10px;
}

.text::after {
    content: "";
    height: 2px;
    background-color: #666666;
    position: absolute;
    bottom: 0;
    transition: all 0.8s;
    left: 0;
    width: 0;
}
.index-product-body ul li .img{
	overflow:hidden;
}

.index-product-body ul li .img img{
	transition: all 0.5s;
}

.client-img img{
	max-width: 100%;
	margin-bottom: -1px;
}

.index-product-body ul li:hover .text::after{
	width: 100%;
}
.index-product-body ul li:hover .img img{
	transform:scale(1.1);
}

.text h3 {
    font-size: 16px;
    display: table;
    width: 80%;
    text-align: left;
    color: #666666;
    float: left;
    line-height: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.text p{
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 10px;
	color:#601a00
}

.margin-bottom30{
	margin-bottom: 30px;
}







.culture-bg{
	display: table;
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.culture-body{
	width: 80%;
	float: left;
}
.platform{
	position: relative;
}

.platform-img{
	width: 100%;
}

.platform-text {
    position: absolute;
    top: 26%;
    right: 14%;
    width: 33%;
}

.platform-h1 h2 {
    color: #601a00;
    text-align: right;
    font-size: 30px;
}
.platform-h2 h2 {
    color: #fff;
    text-align: right;
}

.platform-h3 p {
    font-size: 14px;
    color: #fff;
    margin-top: 10px;
    line-height: 25px;
}



.culture-title{
	font-size: 24px;
}

.culture-title h3 {
    color: #601a00;
    font-size: 24px;
}

.culture-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 14px;
}

.img img{
	display: table;
	margin: 0 auto;
}

.culture-ul{
	margin-top: 40px;
}
.culture-ul ul li p {
    font-size: 14px;
    color: #601a00;
    display: table;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}


.culture-bg .col-lg-6 {
    border-right: 1px solid #585858;
}
.culture-bg .col-lg-6:nth-child(2){
	border:0;
}


.cultrure-right {
    margin-left: 75px;
}

.culture-img {
    margin-top: 12px;
    width: 75%;
}





.client-bg{
	display: table;
	width: 100%;
	position: relative;
}

.client-body {
    position: absolute;
    top: 16%;
    width: 45%;
    background: rgba(0,0,0,0.5);
    left: 28%;
    padding: 40px 20px;
}

.client-title h2 {
    font-size: 35px;
    color: #fff;
    text-align: center;
}

.client-txt {
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 6%;
    width: 74%;
    text-align: center;
    margin: 0 auto;
    font-weight: inherit;
}

.more {
    width: 180px;
    height: 35px;
    background: rgba(255,255,255,1);
    margin: 0 auto;
    color: #484848;
}
.more a {
    color: #484848;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    line-height: 35px;
}
.index-new-bg {
    display: block;
    margin: 50px 0;
}

.index-new-titile{
	display: table;
	width: 100%;
}

.index-new-titile h2 {
    font-size: 35px;
    text-align: center;
    display: block;
    margin-bottom: 22px;
}

.index-new-titile p {
    font-size: 14px;
    text-align: center;
    display: block;
    margin-bottom: 4px;
}

.index-new-bg-body{
	display: block;
	width: 100%;
	margin-top: 28px;
}

.index-new-bg-body ul li .img{
	overflow: hidden;
}
.index-new-bg-body ul li .img img{
	transition: all 0.5s;
	
}

.index-new-bg-body ul li:hover .img img{
	transform:scale(1.1);
}


.new-title{
	color:#601a00;
}

.new-title h3 {
    font-size: 16px;
    margin: 12px 0;
}

.new-title h3 a{
	color:#000;
	font-size: 18px;
}

.new-text {
    font-size: 14px;
    line-height: 20px;
    display: table;
    width: 100%;
}

.index-new-more {
    font-size: 12px;
    margin-top: 10px;
    display: table;
}

.index-new-more a {
    color: #484848;
    font-size: 14px;
}

.footer-bg ul li {
    width: 20%;
    float: left;
    margin: 1%;
}


.footer-bg {
    width: 100%;
    display: table;
    background-color: #2e2e2e;
    padding: 30px 0;
}

.footer-nav ul li {
    float: left;
    margin: 0 15px;
	position: relative;
}

.footer-nav ul li a{
	display: block;
	width: 100%;
}

.footer-bg {
    width: 100%;
    display: table;
    background-color: #2e2e2e;
    padding: 30px 0;
    padding-bottom: 0;
}

.footer-bg ul li h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.footer-bg ul li a {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: #cccccc;
    font-size: 14px;
}


.footer-nav ul li:after {
    content: "";
    height: 10px;
    width: 2px;
    background-color: #fff;
    position: absolute;
    right: -14px;
    top: 25px;
}

.footer-nav ul li:last-child:after{
	display: none;
}

.footer-nav ul li a{
	font-size: 14px;
	line-height: 60px;
	height: 60px;
	color:#fff
}

.footer-bottom {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #7d7d7d;
    font-size: 14px;
    border-top: 1px solid #7d7d7d;
    margin-top: 10px;
}

.footer-bottom p{
   display: inline-block;
}

.footer-contact {
    font-size: 14px;
    line-height: 26px;
    color: #cccccc;
    width:28%!important;
}

/* 关于我们 */
.about-bg {
    display: block;
    width: 100%;
    padding: 50px 0;
}

.about-bg .col-lg-7 {
    width: 56%;
    float: right;
}

.about-bg .col-lg-7 h2 {
    font-size: 26px;
    line-height: 35px;
    margin-top: 5px;
}

.about-txt{
	font-size: 14px;
	line-height: 30px;
}


.about-more {
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    float: right;
}

.about-more a{
	font-size: 14px;
}

/* 应用案例 */
.index-case-bg {
    display: block;
    width: 100%;
    background-color: #666666;
    padding: 45px 0;
}
.index-case-title{
	display: block;
	width: 100%;
}
.index-case-title{
	display: block;
	width: 100%;
	font-size: 24px;
	color:#fff;
}

.index-case-title h2 {
    font-size: 35px;
    text-align: center;
    color: #fff;
    display: block;
    margin-bottom: 28px;
}

.index-case-title p {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
}
.index-case .img img{
	transition: all 0.5s;
}

.index-case:hover .img img{
	transform:scale(1.1)	
}

.index-case-body{
	margin-top: 30px;
}
.index-case{
	display: block;
	margin-bottom: 30px;
	position: relative;
	overflow: hidden;
	padding:0;
	width: 31%;
	margin:1%
}

.index-case-text{
	display: none;
	opacity: 0;
	transition: all 0.5s;
}

.index-case-text span {
    text-align: center;
    display: table;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
    margin-top: 20%;
}

.index-case .img img{
	width: 100%;
}

.index-case:hover .index-case-text{
	display: block;
	opacity: 1;
}


.index-case-text {
    display: block;
    width: 100%;
    padding-bottom: 300px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0;
}





}</pre></body></html>