<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a{
	color:#333
}
.box-1200{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.header{
    height: 110px;
    /* overflow: hidden; */
}
.header-up{
    height: 30px;
    background-color: rgba(255, 93, 0,0.4);
    color: white;
    font-size: 14px;
    line-height: 30px;
}
.header-up&gt;div{
    float: right;
}
.header-up p{
    display: block;
    float: left;
}
.header-up a{
    padding: 0 15px;
    color: white;
}
.header-up form{
    float: left;
    height: 25px;
    overflow: hidden;
    margin: 2px 30px;
    padding: 0;
}
.header-up input{
    display: block;
    height: 25px;
    padding: 0;
    margin: 0;
    border: 1px solid #999;
    font-size: 12px;
    float: left;
}
.header-up input[type="text"]{
    border-right: 0px;
    padding-left: 5px;
}
.header-up input[type="submit"] {
    border-left: 0px;
    width: 25px;
    background-image: url('../images/search.png');
    background-color: #fff;
    background-size: cover;
}

.header-in{
    background-color: #fff;
    /* overflow: hidden; */
}
.header-in-on{
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    box-shadow: rgba(255, 93, 0, 0.3) 1px 1px 15px;
}
.header-in .box-1200{
    position: relative;
}
.logo{
    width: 20%;
    float: left;
}
.logo img{
    height: 40px;
    margin-top: 15px;
}
.nav{
    float: right;
    height: 80px;
}
.nav li{
    float: left;
    position: static;
}
.nav li a{
    display: block;
    width: 100%;
    line-height: 75px;
    padding:0 15px;
}
.nav li:hover{
    border-bottom: 5px solid #ff5d00;
}
.nav li:hover a{
    color: #ff5d00;
}

.neu {
    float: right;
    padding-right: 15px;
    display: none;
}

.neu-img {
    width: 34px;
    cursor: pointer;
}

.neu-img img {
    width: 28px;
    margin: 21px 0;
}

.neu-con {
    position: absolute;
    right: 0px;
    text-align: center;
    z-index: 99999;
    border: 1px solid #9d9d9d;
}

.neu-con ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.neu-con ul li {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    background: #dddddd;
    border-top: 1px solid #CCCCCC;
}

.neu-con ul li:hover {
    background: #9d9d9d;
}

.neu-con ul li:hover a {
    color: #ffffff;
}

.neu-con ul li a {
    text-decoration: none;
    color: #000;
}

.navs2 {
    width: 100%;
    min-width: 30vw;
    height: 40px;
    line-height: 40px;
    font-size: 1em;
    color: #fff;
}

.banner {
    position: relative;
    width: 100%;
}

.banner .button-left:hover {
    opacity: 1;
}

.banner .button-right:hover {
    opacity: 1;
}

.banner .button-left {
    background: url("../images/left.png") no-repeat center;
    position: absolute;
    /*left: 50%;
    margin-left: -600px;*/
    left: 1%;
    top: 50%;
    margin-top: -150px;
    width: 10%;
    height: 300px;
    opacity: 0.5;
    filter: brightness(200%);
}

.banner .banner-left {
    position: absolute;
    /*left: -34px;*/
    z-index: 1;
}

.banner .button-right {
    background: url("../images/right.png") no-repeat center;
    position: absolute;
    /*right: 50%;
    margin-right: -600px;*/
    right: 1%;
    top: 50%;
    margin-top: -150px;
    width: 10%;
    height: 300px;
    opacity: 0.5;
    filter: brightness(200%);
}

.banner .banner-right {
    position: absolute;
    z-index: 1;
    /*right: -34px;*/
}

.banner .point {
    position: absolute;
    left: 50%;
    margin-left: -80px;
    bottom: 37px;
    z-index: 0;
}

.point li {
    width: 24px;
    height: 24px;
    margin: 0 10px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: inline-block;
}

.point .current,
.point li:hover {
    cursor: pointer;
    background-color: white;
}

.banner-img {
    overflow: hidden;
    width: 100%;
    vertical-align: inherit;
}

.banner-img img {
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.banner-img li {
    overflow: hidden;
}

.ind-title{
    margin: 0 auto;
    width: fit-content;
    text-align: center;
}
.ind-title h3{
    color: #ff5d00;
}
.ind-title h5{
    color: #999;
    text-transform: uppercase;
}
.ind-pro{
    padding: 50px 0;
    overflow: hidden;
}


.ind-pro-list {
    overflow: hidden;
    position: relative;
}

.ind-pro-list ul {
    width: 100%;
}

.ind-pro-list li {
    width: 360px;
    margin: 0 20px;
    float: left;
    border: rgba(0, 0, 0,0.1) solid 1px;
    padding-bottom: 20px;
}

.ind-pro-list li .list-imgbox {
    width: 100%;
}

.list-imgbox img {
    width: 100%;
}

.ind-pro-list h3 {
    display: block;
    margin: 10px 18px;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ind-pro-list p {
    margin: 10px 18px;
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    display:-webkit-box;
    overflow: hidden;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.ind-pro-list span {
    text-align: right;
    display: block;
    font-size: 12px;
    margin: 0 18px;
    color:#3cbdf0;
}

.pro-btn{
    overflow: hidden;
    float: right;
}
.ind-pro .button-left {
    display: block;
    background: url("../images/icon_time_arrow_left.png") no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 5;
    float: left;
    margin: 0 0px 20px 10px;
}

.ind-pro .button-right {
    display: block;
    background: url("../images/icon_time_arrow_right.png") no-repeat center;
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 5;
    float: left;
    margin: 0 30px 20px 10px;
}

[style^='--aspect-ratio']::after {
    content: "";
    display: block;
    width: 1px;
    height: 0;
    padding-bottom: calc(100% / (var(--aspect-ratio)));
}


.ind-solu{
    background-color: #f1f1f1;
    padding: 50px 0;
    overflow: hidden;
}
.slideTxtBox{
    margin-top: 30px;
}
.hd{
    float: left;
    height: 100%;
    width: 16.666666%;
    background-color: #fff;
}
.bd{
    float: left;
    height: 100%;
    width: 83.33333%;
    width: 100%;
}
.hd li{
    height: 16.66666%;
    padding: 10px 20px;
    line-height: 40px;
    width: 100%;
}
.hd li p{
    margin-top: 5px;
}
.hd li img{
    display: inline-block;
    margin-bottom: 5px;
    width: 30%;
}
.hd li span{
    display: inline-block;
    margin-left: 5px;
    color: #3cbdf0;
    width: calc(70% - 5px);
    text-align: center;
}
.slideTxtBox .hd ul li.on {
    background: rgba(0, 0, 0, 0.4);
}
.slideTxtBox .hd ul li.on span {
    color: #fff;
}
.slideTxtBox .hd ul li.on img{
    filter: brightness(400%) grayscale(100%);
}

.bd ul{
    height: 100%;
    position: relative;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bd ul&gt;div{
    position: absolute;
    height: 40%;
    width: 100%;
    bottom: 0;
    background-color: rgba(0,0,0,0.3);
    color: #ddd;
    padding: 20px;
    overflow: hidden;
}
.bd ul li a{
    color: #ddd;
}
.bd ul li{
    line-height: 24px;
    margin-bottom: 8px;
}

.ind-news{
    padding: 50px 0;
}

.ind-news-list{
    margin: 30px auto;
    overflow: hidden;
}
.ind-news-list li{
    overflow: hidden;
    position: relative;
    margin: 10px 0;
}
.ind-news-list li img{
    display: none;
}
.ind-news-list li p {
    display: none;
}
.ind-news-list li h3 {
    float: left;
    font-size: 14px;
    margin: 0 auto;
}
.ind-news-list li span {
    float: right;
    font-size: 14px;
}
.ind-news-list li:first-child {
    border-right: solid 2px #ddd;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0;
}
.ind-news-list li:first-child img{
    display: block;
    width: 100%;
}
.ind-news-list li:first-child p{
    display: block;
    width: 100%;
    float: left;
    font-size: 12px;
    margin-top: 10px;
    letter-spacing: 1px;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
}
.ind-news-list li:first-child h3{
    font-size: 19px;
    line-height: 30px;
}
.ind-news-list li:first-child span{
    line-height: 30px;
}
.ind-news-list li:first-child .ind-news-text{
    background-color: rgba(0,0,0,0.4);
    overflow: hidden;
    padding: 15px;
    position: absolute;
    bottom: 10px;
    width: calc(100% - 30px);
    color: #fff;
}
.more{
    text-align: right;
    width: fit-content;
    float: right;
    margin-top: 20px;
    color: #3cbdf0;
}
.more:hover{
    /* color: rgba(255, 93, 0, 0.5); */
}

.ind-spt ul{
    margin: 50px auto;
    overflow: hidden;
}
.ind-spt li{
    position: relative;
    overflow: hidden;
    padding: 0;
    width: 32.33333%;
    margin: 0 0.5%;
}

.ind-spt li img{
    width: 100%;
    position: absolute;
    transition: all 0.2s;
}
.ind-spt li h3{
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 2;
    color: #fff;
    text-align: center;
    line-height: 50px;
    background-color: rgba(0,0,0,0.5);
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0;
}
.ind-spt li:hover img{
    transform: scale(1.3);
}

.footer{
    background-color: rgb(153,153,153);
    padding: 50px 0;
    overflow: hidden;
}
.footer-nav{
    width: 60%;
    //border-right: #ffffff 1px solid;
    overflow: hidden;
    float: left;
}
.footer-nav li{
    width: 14.285714285714%;
    float: left;
    overflow: hidden;
}
.footer-nav li a{
    display: block;
    color: #ccc;
    line-height: 20px;
    font-size: 13px;
} 
.footer-nav li a:first-child{
    font-size: 16px;
    line-height: normal;
    margin-bottom: 15px;
    color: #fff;
}
.footer-cot {
    width: 25%;
    border-right: #ffffff 1px solid;
    overflow: hidden;
    float: left;
    color: #fff;
    font-size: 13px;
    padding: 0 15px;
}
.footer-cot p{
    margin: 8px 0;
}
.footer-cot h2{
    color: rgb(255, 143, 79);
    font-weight: bold;
}
.footer-qrc{
    width: 14%;
    float: left;
    color: #fff;
    text-align: center;
    font-size: 14px;
}
.footer-qrc img{
    margin: 0 auto;
    margin-top: 10px;
}

@font-face {
    font-family: 'iconfont';
    src: url('iconfont.eot');
    src: url('iconfont.eot?#iefix') format('embedded-opentype'),
        url('iconfont.woff2') format('woff2'),
        url('iconfont.woff') format('woff'),
        url('iconfont.ttf') format('truetype'),
        url('iconfont.svg#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.right-float {
    position: fixed;
    background-color: #ffa977;
    z-index: 100;
    right: 0;
    top: 40%;
}

.right-float a {
    font-size: 30px;
    margin: 0 10px;
    padding: 20px 10px;
    color: #FFF;
    display: block;
    border-bottom: 1px solid rgb(255, 255, 255);
}

.right-float a:last-child {
    border: none;
}
.right-float .dropdown {
    position: static;
}

.right-float .dropdown-menu {
    min-height: 37%;
    width: 160px;
    text-align: center;
    left: calc(-100% - 90px);
    top: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    padding: 20px;
    background-color: #ffa977;
    color: #fff;
}

.right-float .dropdown:nth-child(3) h4 {
    font-size: 15px;
}

.right-float .dropdown-menu a {
    font-size: 17px;
    padding: 0;
    margin: 0;
}
.right-float .dropdown-menu p {
    font-size: 17px;
}

.nav .open&gt;a,
.nav .open&gt;a:focus,
.nav .open&gt;a:hover {
    transition: 0.2s ease-in;
    background-color: white;
    color: black;
}

a:focus,
a:hover {
    transition: 0.2s ease-in;
    color: inherit;
	text-decoration: none;
}

.nav .dropdown-menu li:first-child {
    margin-left: 0;
}

.nav .dropdown-menu {
    z-index: 99;
    width: fit-content;
    top: 78px;
    border-radius: 0px;
    padding: 0;
    background-color: inherit;
    width: 1200px;
    position: absolute;
    left: 0;
    background-color: rgba(255, 255, 255,0.9);
    min-height: 200px;
    padding: 2% 5%;
    /* box-shadow: #fff 0px 0px 15px; */
    border-color: #FFF;
}

.nav .dropdown-menu li {
    float: none;
    width: 25%;
    color: #000;
    border: none;
    padding: 0;
    font-size: 14px;
    background: none;
    float: left;
	margin-bottom:15px;
}

.dropdown-menu li:hover {
    background: none;
}

.nav .dropdown-menu&gt;li&gt;a:hover {
    color: #ff5d00;
    background: none;
    border-bottom: #ff5d00 1px solid;
    border-left: 0;
}

.nav .dropdown-menu li a {
    /* background-color: rgba(255, 255, 255, 1); */
    /* text-align: center; */
    line-height: 30px;
    color: #333;
    letter-spacing: 1px;
    font-size: 16px;
    width: fit-content;
    border-left: 5px solid rgba(255, 94, 0, 0.5);
    transition: all 0.5s;
    border-bottom: rgba(255, 94, 0, 0) 1px solid;
}
</pre></body></html>