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

/************************************************************************************
RESET
*************************************************************************************/

* {
    margin: 0;
    padding: 0;
    border: none;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9;
    border: none;
}

select::-ms-expand {
    display: none;
}

select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
    border: none;
    width: 180px;
    height: 20px;
    float: right;
    margin-top: 20px;
    line-height: 20px;
    margin-right: 10px;
    font-size: 12px;
    color: #999;
    padding-left: 3px;
}

em {
    font-style: normal;
}

::before,
 ::after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}


/************************************************************************************
GENERAL STYLING  BEGIN
*************************************************************************************/

body {
    background: #fff;
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
    font-family: "Microsoft Yahei";
    overflow-x: hidden;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

ul,
ol,
li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

.clear {
    clear: both;
    overflow: hidden;
    zoom: 1;
    float: none;
}


/* 轮播图 */

.flexslider {
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}
/* 顶部 */
.top{
    width: 100%;
    height: 35px;
    background: #f5f5f5;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
}
.top-l{
    float: left;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    color: #333; 
}
.top-r{
    float: right;
    height: 33px;
    line-height: 33px;
}
.top-r a{
    font-size: 14px;
    color: #333;
}
.top-r a:hover{
    color: #f90502;
}
/* head样式 */

.head {
    width: 100%;
    height: 110px;
    overflow: hidden;
    background: #fff;
}

.headL {
    display: block;
    float: left;
}

.contact {
    float: right;
}

.phone {
    display: block;
    float: left;
    margin: 29px 15px 0 0;
}

.contactR {
    float: left;
}

.phoneTxt {
    font-size: 16px;
    color: #333;
    line-height: 28px;
    margin-top: 28px;
}

.phoneNum {
    font-size: 20px;
    font-weight: bold;
    color: #e50009;
    line-height: 28px;
}

/* 导航栏 */
.nav{
    width: 100%;
    height: 50px;
    background: #f90502;
}
.nav-ul{
    width: 1200px;
    margin: 0 auto;
}
.firLi{
    width: 149px;
    height: 50px;
    float: left;
    margin: 0 1px 0 0;
    position: relative;
}
.firLiA{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
}
.secNav{
    width: 149px;
    height: 0;
    position: absolute;
    left: 0;
    top: 50px;
    transition: all .3s ease;
    background: rgba(249, 5, 2, 0.9);
    opacity: 0;
    z-index: 1000;
}
.secLiA{
    display: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #fff;
}
.firLi:hover{
    background: #fff100;
}
.firLi:hover .firLiA{
    color: #333;
}
.firLi:hover .secNav{
    padding: 11px 0 14px;
    transform: translate3d(0, 0, 0);
    height: auto;
    opacity: 1;
}
.firLi:hover .secLiA{
    display: block;
}
.secLiA:hover{
    background: #fff100;
    color: #333;
}
.navOn{
    background: #fff100;
    color: #333;
}
/* 热门关键词 */
.key-ul{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #333333;
    overflow: hidden;
}
.key-li{
    float: left;
    font-size: 14px;
    color: #fff;
}
.key-li:last-child span{
    display: none;
}
.key-li a{
    color: #fff;
}
.key-li a:hover{
    color: #fff100;
}
/* 产品展示 */
.product{
    width: 100%;
    padding-bottom: 110px;
    background: #fff;
    overflow: hidden;
}
.pub-tit{
    position: relative;
}
.pub-en{
    font-family: "Arial";
    font-weight: bold;
    font-size: 26px;
    color: #f90502;
    line-height: 39px;
}
.pub-ch{
    font-size: 20px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 10px;
}
.pub-line{
    width: 55px;
    height: 4px;
    background-color: #f90502;
}
.pub-des{
    line-height: 50px;
    font-size: 14px;
    color: #999999;
}
.product .pub-tit{
    margin-top: 30px;
}
.pub-more{
    position: absolute;
    top: 9px;
    right: 0;
}
.pub-more a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.pub-mo-a{
    width: 100px;
    margin-right: 5px;
    background-color: #f90502;
    color: #333;
}
.pub-mo-b{
    width: 30px;
    background-color: #fff100;
    color: #333;
}
.pub-mo-a:hover{
    background-color: #fff100;
}
.pro-class{
    position: absolute;
    right: 0;
	top: 92px;
}
.pro-menu{
    display: block;
    float: left;
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #333;
    margin-left: 10px;
    background: #ececec;
}
.pro-menu:hover{
    background: #f90502;
    color: #fff;
}
.pro-box{
    width: 1200px;
    margin: 31px auto 0;
    position: relative;
}
.pro-box .bd{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.pro-box .tempWrap{
    width: 1200px !important;
}
.pro-box .bd li{
    width: 285px !important;
    height: 285px;
    float: left;
    margin: 0 10px;
    background: #fff;
    box-sizing: border-box;
    border: 4px solid #eeeeee;
}
.pro-pic{
    width: 277px;
    height: 230px;
    line-height: 225px;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
}
.pro-pic img{
    max-height: 230px;
    display: inline-block;
    vertical-align: middle;
}
.pro-tit{
    width: 100%;
    margin: 0 auto;
    height: 47px;
    line-height: 47px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}
.pro-box .bd li:hover .pro-tit{
    color: #f90502;
}
.pro-box .prev{
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    background: #fff100 url(../images/right.png) no-repeat;
    right: 50%;
    margin-right: -60px;
    top: 316px;
}
.pro-box .next{
    width: 60px;
    height: 40px;
    display: block;
    position: absolute;
    background: #f90502 url(../images/left.png) no-repeat;
    left: 50%;
    margin-left: -60px;
    top: 316px;
}
/* 优势 */
.greatest{
    width: 100%;
    height: 700px;
    background: url(../images/gre.jpg) center no-repeat;
    overflow: hidden;
}
.greatest .pub-tit{
    text-align: center;
    margin-top: 35px;
}
.greatest .pub-line{
    margin: 0 auto;
}
.gre-ul{
    width: 100%;
    height: 500px;
    margin-top: 30px;
}
.gre-li{
    width: 400px;
    height: 500px;
    float: left;
}
.gre-pic{
    display: block;
    width: 400px;
    height: 250px;
}
.gre-con{
    width: 400px;
    height: 250px;
    background: #fff;
    overflow: hidden;
}
.gre-img{
    display: block;
    margin: 50px auto 11px;
}
.gre-fir{
    width: 100%;
    font-size: 20px;
    color: #333;
    line-height: 34px;
    text-align: center;
}
.gre-sec{
    width: 100%;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-align: center;
    transition: all 0.6s;
}
.gre-li:hover .gre-sec{
    color: #e50009;
}
/* 关于 */
.about{
    width: 100%;
    height: 476px;
    background: #fff;
    overflow: hidden;
}
.abt-pic{
    display: block;
    float: left;
    margin: 40px 0 0; 
}
.abt-r{
    width: 582px;
    float: right;
    margin: 35px 0 0;
}
.abt-r .pub-tit{
    margin: 0 0 0 18px;
}
.abt-des{
    margin: 20px 0 23px 18px;
    font-size: 14px;
    color: #333;
    line-height: 28px;
    text-align: justify;
}
.honor{
    width: 100%;
    height: 121px;
}
.ho-li{
    width: 176px;
    height: 121px;
    float: left;
    margin-left: 18px;
}
/* 新闻 */
.news{
    width: 100%;
    height: 663px;
    background: #fff;
    overflow: hidden;
}
.newsScroll{
    position: relative;
}
.newsScroll .hd{
    position: absolute;
    width: 280px;
    height: 36px;
    overflow: hidden;
    top: -45px;
    right: 0;
}
.newsScroll .hd ul li{
    width: 130px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 0 0 10px;
    font-size: 15px;
    float: left;
    background: #ececec;
}
.newsScroll .hd ul li a{
    color: #333;
}
.newsScroll .hd ul li.on{
    background: #f90502;
}
.newsScroll .hd ul li.on a{
    color: #fff;
}
.newsBlock {
    min-height: 463px;
}
.newsFir {
    width: 560px;
    float: left;
    background: #ebebeb;
    margin-top: 20px;
    position: relative;
}
.newsPic {
    width: 560px;
    height: 348px;
    overflow: hidden;
}
.news-fir-tit {
    width: 520px;
    margin: 0 auto;
    font-size: 18px;
    color: #f90502;
    height: 42px;
    line-height: 42px;
    padding-top: 9px;
}
.news-fir-des {
    width: 520px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    text-align: justify;
    padding-bottom: 21px;
    transition: all 0.6s;
}
.news-fir-date{
    position: absolute;
    right: 20px;
    bottom: 70px;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    padding-left: 20px;
    background: url(../images/date.png) left center no-repeat;
}
.newsFir:hover .news-fir-des{
    color: #f90502;
}
.newsSec {
    width: 610px;
    float: right;
    margin-top: 21px;
}
.newsLi {
    width: 100%;
    height: 83px;
    margin-bottom: 11px;
    position: relative;
    overflow: hidden;
    background: #ebebeb;
}
.newsL {
    width: 490px;
    margin-left: 17px; 
}
.news-sec-tit {
    font-size: 16px;
    color: #333;
    height: 36px;
    line-height: 36px;
    margin-top: 11px;
}
.news-sec-des{
    font-size: 14px;
    color: #666666;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.newsR{
    width: 88px;
    height: 83px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: #f90502;
    overflow: hidden;
    text-align: center;
}
.news-day{
    line-height: 47px;
    font-size: 30px;
    color: #fff;
    margin-top: 3px;
}
.news-date{
    width: 66px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    margin: 0 auto;
}
.newsLi:hover .news-sec-tit, 
.newsLi:hover .news-sec-des{
    color: #f90502;
}
/* 友链 */
.linkUrl{
    width: 100%;
    height: 40px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 14px;
}
.linkFir{
    float: left;
    height: 40px;
    margin-right: 43px;
    padding-left: 52px;
    background: url(../images/link.png) left center no-repeat;
}
.linkEn{
    height: 18px;
    line-height: 18px;
    font-weight: bold;
    font-size: 16px;
    color: #f90502;
}
.linkCh{
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}
.linkSec{
    float: left;
    height: 38px;
    line-height: 38px;
}
.linkLi {
    float: left;
    margin-right: 17px;
}
.linkLi a{
    font-size: 14px;
    color: #666;
}
.linkLi a:hover{
    color: #f90502;
}
/* 底部 */

#foot {
    width: 100%;
    background: #333;
}

.foot-top {
    width: 100%;
    padding: 25px 0 31px;
    border-bottom: 1px solid #494949;
    position: relative;
}

.foot-fir {
    float: left;
    width: 446px;
    overflow: hidden;
}

.foot-fir-pic {
    width: 14.18%;
    float: left;
    margin: 26px 29px 0 0;
}

.foot-fir-r {
    width: 203px;
    text-align: center;
    float: left;
    margin-top: 14px;
}

.foot-fir-txt {
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 2.9;
    border: 1px solid #494949;
}

.foot-fir-num {
    font-size: 26px;
    color: #fff;
    line-height: 2;
}

.foot-sec {
    width: 504px;
    float: left;
    margin-top: 13px;
}

.foot-sec-p {
    font-size: 14px;
    color: #fff;
    line-height: 26px;
}

.foot-thi {
    width: 250px;
    float: left;
}

.ewm {
    width: 106px;
    float: left;
    overflow: hidden;
}

.ewm img {
    display: block;
    margin: 0 auto;
}

.ewmTxt {
    float: right;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 24px;
}

.foot-line-a {
    position: absolute;
    left: 373px;
    top: 38px;
    width: 1px;
    height: 80px;
    background: #494949;
}

.foot-line-b {
    position: absolute;
    right: 310px;
    top: 38px;
    width: 1px;
    height: 80px;
    background: #494949;
}


/* 版权区 */

.copyRight {
    width: 100%;
    line-height: 58px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto;
}

.copyL {
    float: left;
}

.copyR {
    float: right;
}

.copyRight a {
    color: #fff;
}

.copyRight a:hover {
    color: #fff100;
}

/* 子页内容区*/
.main {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.right {
    float: right;
    width: 950px;
    box-shadow: 0 1px 3.5px #A6A6A6;
    margin: 40px 0 50px;
    background: #fff;
}

.subTit {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #d1d1d1;
    margin: 20px 20px 0 20px;
    font-size: 15px;
    padding: 0 0 10px 33px;
    background: url(../images/mapNav.png) left 4.5px no-repeat;

}

.subTit span{
    color: #f90502 ;
}

.subTit a {
    color: #000300;
}

.subTit a:hover {
    color: #f90502 ;
}
.subCon {
    width: 890px;
    margin: 20px auto;
    font-size: 16px;
    color: #000;
    line-height: 2;
    text-align: justify;
    min-height: 500px;
    font-family: "Classic Grotesque W01", "Hiragino Sans GB", "Microsoft YaHei", "STHeiti", "WenQuanYi Micro Hei", sans-serif;
}

.subCon p {
    margin: 0.63em 0 0 0;
}


/* 分页 */

.page_list {
    width: 100%;
    margin: 20px auto 50px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.page_list a {
    display: inline-block;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #e5e5e5;
    color: #333333;
}

.page_list a.prev,
.page_list a.next {
    width: 81px;
}

.page_list .on,
.page_list a:hover {
    background: #f90502;
    color: #fefefe;
}


/* 上下条 */

.preAnex {
    width: 900px;
    font-size: 16px;
    margin: 10px auto 30px;
}

.preAnex span {
    color: #f90502;
}

.preAnex li {
    width: 100%;
    line-height: 2;
}

.preAnex a {
    width: 100%;
    display: block;
    color: #333333;
}

.preAnex a:hover,
.preAnex a:hover span {
    color: #f90502;
}

/* 侧边栏 */
.lefter {
    width: 210px;
    float: left;
    overflow: hidden;
    margin: 40px 0 50px;
}

.lefter_title {
    width: 100%;
    overflow: hidden;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f90502;
}


.lefter_title .ch {
    font-size: 18px;
    color: #fff;
    margin-bottom: 5px;
}

.lefter_title .en {
    font-size: 14px;
    color: #fff;
}

.lefter_list {
    width: 208px;
    text-align: center;
    border: 1px solid #d3d3d3;
    border-top: 0;
}

.lef_list {
    padding: 25px 15px 15px;
}

.lef_list li {
    width: 178px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #d3d3d3;
    margin-bottom: 8px;
    background: #e3e3e3;
}

.lef_list li a {
    font-size: 14px;
    color: #000;
    display: block;
}

.lef_list li:hover, 
.lef_list li.leftOn {
    background: #f90502;
    border: 1px solid #f90502;
}

.lef_list li:hover a, 
.lef_list li.leftOn a {
    color: #fff;
}

.lef_list p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

#hotline {
    line-height: 1;
    text-align: center;
}

.lefter_list #num {
    text-align: center;
    color: #f90502;
    font-size: 22px;
}
</pre></body></html>