<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* footer */
.footer {
	width: 100%;
	background-position: center center;
	background: url(../images/dibu.svg) ;
	 background-size: cover; /* æ³¨æ„ï¼šä¸€å®šè¦æŠŠè¿™ä¸ªå±žæ€§é…åˆfixedä½¿ç”¨ï¼› */
	  background-repeat: no-repeat;
	  /* background-attachment:fixed; */
}

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

.footer_one {
	display: flex;
	justify-content: space-between;
}

/* å¤§åº•éƒ¨å·¦è¾¹ */
.footer_left {
	max-width: 600px;

}

.footer_tu {
	padding: 50px 0 0 0;
}

.footer_tu img {}

/* åº•éƒ¨èœå• */
.footer_nav {
	padding: 51px 0 0 0;
	display: flex;
	justify-content: space-between;
}

.footer_nav ul {}

.footer_nav ul li {
	padding: 0 0 10px 0;
}

.footer_nav li a {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919191;
	line-height: 22px;
}

.shense {
	color: #FFFFFF !important;
}

/* åº•éƒ¨åœ°å€ */
.footer_dizhi {
	display: flex;
	padding: 92px 0 40px 0;
}

.dizhi {
	display: flex;
	padding: 0 30px 0 0;
}

.qiyedizhi {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 2em;
}

.jutidizhi {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919191;
}

/* åº•éƒ¨é‚®ç®± */
.youxiang {
	display: flex;
}

/* å¤§åº•éƒ¨å³è¾¹ */
.footer_right {
	max-width: 300px;
	text-align: right;
	padding: 50px 0 0 0;
}

.rexian {
	font-size: 24px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 33px;
	letter-spacing: 1px;
}

.diahua {
	font-size: 38px;
	font-family: EuclidCircularA-SemiBold, EuclidCircularA;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 53px;
	letter-spacing: 2px;
	padding: 25px 0 45px 0;
}

.weixin {
	width: 137px;
	height: 137px;
	background: #F9F9F9;
	border-radius: 10px;
	margin: 0 0px 0 162px;
}
.weixin img{
    max-width:100%;
}
.tianjia {
	font-size: 16px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #919191;
	line-height: 22px;
	padding: 10px 0 0 0;
}

/* åº•éƒ¨ */
.foot {
	width: 100%;

	height: 60px;
	background: #0038FF;
}

.foot_all {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.foot_one {
	display: flex;
	justify-content: space-between;
}

.lianjie {
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 60px;
}

.foot_tu {
	width: 156px;
	display: flex;
	justify-content: space-between;
	align-self: center;
}
#nnav span:last-child{
    display: none;
}



/*footer*/
.m_foot{
    padding:30px 0;
    background: #252525;
    color: #fff;
    display: none;
}
.m_foot a{
    color: #fff;
}
.f_nav{
    
}
.f_nav li{
    
}
.f_nav li a{
    display: block;
    text-align: left;
}
.f_nav li a.a1{
    font-size: 18px;
    line-height: 50px;
    position: relative;
    border-bottom:1px solid #666;
}
.f_nav li a.a1:before{
    content:'';
    position: absolute;
    right: 10px;
    top: 0;
    width: 18px;
    height: 49px;
    background: url(../images/ios-icon_down.svg) no-repeat right center;
    background-size: 18px;
}
.f_nav li .f_nav_a{
    display: none;
    padding:10px 0;
}
.f_nav li .f_nav_a a{
    font-size: 16px; 
    text-indent: 20px;
    line-height: 40px;
}
.f_nav li.on a.a1:before{
    transform: rotate(-180deg);
}
.f_nav li.on .f_nav_a{
    display: block;
}
.f_share{

}
.f_share h3{
    font-size: 16px; 
    line-height: 42px;
}
.f_share_a{
    display: flex;
    flex-wrap: wrap;
    margin-top:10px;
}
.f_share a{
    display: block;
    margin-right: 15px;
}
.f_contact1{
    margin:20px 0;
    font-size: 16px;
    line-height:1.8;
}
.f_contact1 p:nth-child(2){
    font-size: 24px;
    font-weight: bold;
}
.f_contact2{
    font-size: 16px;
    line-height:1.8;
}
.f_contact2 p:nth-child(2),.f_contact2 p:nth-child(5){
    color: #929292;
}
.copyright{
    color: #fff;
    background: #0038FF;
    padding:10px 0;
    display: none;
}
.container2{
    padding:0 2%;
    width:100%;
    max-width: 1200px;
    margin:0 auto;
    box-sizing: border-box;
}
.copyright p:last-child{
    margin-top:5px;
}
.copyright a{
    color: #fff;
}


.zhan_one .zhan_tushang{
    overflow: hidden;
    display: block;
}
.zhan_one .zhan_tushang img{
    transition: all 0.6s ease-out;
    display: inherit;
}
.zhan_one:hover .zhan_tushang img{
    transform: scale(1.1);
}
.zhan_one:hover .zhan_tuxia {
	background: #0038FF;
}
.zhan_one:hover .zhan_tuxia h4 {
	color: #ffffff;
}
.zhan_one:hover .zhan_tuxia .riqi {
	color: #ffffff;
}

.zhan_one:hover .zhan_tuxia .liaojie {
	color: #ffffff;
}

.zhan_one:hover .zhan_tuxia a {
	color: #0038FF;
}

.case_nav{
    width: 100%;
    /*height: 65px;*/
    background: #F7F8FA;
    padding-top: 5px;
    margin-bottom: 50px;
}



.heng_one .heng_tu{
    overflow: hidden;
    display: block;
}
.heng_one .heng_tu img{
    transition: all 0.6s ease-out;
    max-width: 100%;
}

.heng_one:hover .heng_tu img{
    transform: scale(1.1);
}
.heng_one:hover .slide_tuxia {
	background: #0038FF;
}
.heng_one:hover .slide_tuxia h4 {
	color: #ffffff;
}
.heng_one:hover .slide_tuxia .neiring {
	color: #ffffff;
}

.heng_one:hover .slide_tuxia .liaojie {
	color: #ffffff;
}

.heng_one:hover .slide_tuxia a {
	color: #0038FF;
}
.he_shu4,.he_shu5,.he_shu6,.he_shu7,.he_shu8,.he_shu9{
    position: relative;
}
.he_shu4:before,.he_shu5:before,.he_shu9:before{
    content:'';
    position: absolute;
    top:50%;
    left:-10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-right: 10px solid #4c4c4d;
    border-bottom: 10px solid transparent;
    margin-top:-10px;
}
.he_shu6:before,.he_shu7:before,.he_shu8:before{
    content:'';
    position: absolute;
    top:50%;
    right:-10px;
    width: 0;
    height: 0;
    margin-top:-10px;
    border-top: 10px solid transparent;
    border-left: 10px solid #4c4c4d;
    border-bottom: 10px solid transparent;    
}
.he_shu3{
    font-size: 24px;
}
.pageleft,.pageleft a{
    font-size: 0!important;
    position: relative;
}
.pageleft:before{
    content:'ä¸Šä¸€ç¯‡';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 80px;
}
.pageright,.pageright a{
    font-size: 0!important;
    position: relative;
}
.pageright:before{
    content:'ä¸‹ä¸€ç¯‡';
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    font-size: 22px;
    color: #fff;
    line-height: 80px;
}
.pc_img{
    
}
.moblie_img{
    display: none;
}
.banner1{
    position: relative;
}
.banner1 img{
   /*max-width: 100%;*/
    display: block;
    width:100%;
}

.banner1_text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*text-align:center;*/

    z-index: 99;
    color: #fff;
}
.banner1_text .container{
    max-width: 1300px;
    width: 100%;
    padding:0 2%;
    margin:0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;   
    height: 100%;
}
.banner1_text .img1{
    
}
.banner1_text .img1 img{
    max-width: 260px;
    width:100%;
}
.banner1_text h3{
    font-size: 72px;
    line-height:1;
    margin:30px 0;
    letter-spacing: 5px;
}
.banner1_text p{
    font-size: 20px;  
    letter-spacing: 2px;
}
.m_code1{
    display: none;
    margin-top:20px;
}
.m_code1 img{
    display: block;
    max-width: 120px;
    margin:0 auto;
}
.m_logo1{
    display: none;
    margin:20px 0;
}
.m_logo1 img{
    display: block;
    max-width: 80%;
    margin:0 auto;
}
.container.n_nav2,.he_xin,.case_nav,.pd_nav{
    position: sticky;
    top: 0;
    left: 0;
    z-index: 9;
    position: -webkit-sticky;
}
img.m_img{
    display: none;
}
.m_tj{
    display: none;
}
.cboxOverlay {
    position: fixed;
    z-index: 10000;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: none;
}
.colse_click {
    position: absolute;
    top: -30px;
    right: 0;
    width: 25px;
    height: 25px;
    background: url(../images/closeVideo.png) no-repeat center;
    cursor: pointer;
}
.colorbox {
    position: fixed;
    width: 90%;
    height: 80%;
    top: 10%;
    left: 5%;
    background: #ffffff;
    z-index: 10001;
    display: none;
}
.colorbox iframe {
    width: 100%;
    height: 100%;
}
@media(max-width:1600px){
    .pageleft:before,.pageright:before{
        line-height:60px;
    }
    .banner1_text h3{
        font-size: 52px;
        margin:20px 0;
    }
    .banner1_text p{
        font-size: 18px;    
    }
}
@media(max-width:1200px){
    .head,.nav_tab,.kaishui,.huanbao_all,.footer_all,.foot_all,.site2,.product_detail2 h1,.pd_content,
    .he_xin3,.sibu_xin3,.sibu_xin4,
    .heng_conter,.zhan_tu,
    .shi_c,
    .shi_all,.quan_biaoti,.quan_d,.hang_b,.chuang_all1,.pin_b,
    .jiameng_one,.jiameng_one1,.jiameng_one2,.lianxi_one,
    .zoujin_biaoti,.hezuo_biaoti,.renzheng_all,.rang_biaoti{
        padding:0 2%;
        box-sizing: border-box;
    	max-width: 1200px;
    	width: 100%!important;
    }
    .hezuo_tu{
        padding: 0 0 30px!important;
    }
    #container2{
        padding:50px 10px!important;
    }
    .recan7{
        left:calc(100% - 390px)!important;
    }
    .recan9{
        left:calc(100% - 180px)!important;
    }
    .qushui2{
        padding:30px 2%;
        box-sizing: border-box;
    	max-width: 1200px;
    	width: 100%!important;        
    }
    .zhengshu_all{
        flex-wrap: wrap;
    }
    .zhengshu_one,.zhengshu_tow{
        width: 100%;
        margin:10px 0;
    }
}
@media(max-width:1600px){
    .footer{
        padding-bottom: 30px;
    }
    .diahua{
        font-size: 30px;
        padding: 25px 0 40px 0;
    }
    .page .pageleft, .page .pageright{
        line-height: 60px!important;
    }
    .banner1_text .img1 img{
        max-width: 220px;
    }
}
@media(max-width:1369px){
    .footer {
    	background-size:container;
    }
}
@media(max-width:1199px){
    .nav_right{
        display: none!important;
    }   
    .banner1_text h3{
        letter-spacing: 2px;
    }
}
@media(max-width:768px){
    #container2{
        padding:30px 2%!important;
        box-sizing: border-box;
    }
    .footer_tu img{
        max-width: 260px;
    }
    .footer_nav{
        padding-top:30px;
    }
    .footer_dizhi{
        padding:60px 0;
    }
    .dizhi,.youxiang{
        flex-wrap: wrap;
    }
    .footer,.foot{
        display: none;
    }
    .m_foot,.copyright{
        display: block;
    }
    .container{
        width: 94%;
        margin:0 auto;
    }
    .page .pageleft, .page .pageright{
        line-height: 50px!important;
        width: 150px!important;
    }
    .pageleft:before,.pageright:before{
        line-height:50px;
        font-size: 15px;
    }
    .pc_img{
        display: none;
    }
    .moblie_img{
        display: block;
    }
    img.pc_img{
        display: none!important;
    }
    img.m_img{
        display: block;
    }
    .banner1 img{
        max-width:100%;
    }
    .banner1_text .container{
        text-align: center;
    }
    .banner1_text h3{
        font-size: 30px;
        margin:15px 0 10px;
        /*letter-spacing: 0;*/
        letter-spacing: 4px;
    }
    .banner1_text p{
        font-size: 14px;    
    }
    .m_code1,.m_logo1{
        display: block;
    }
    .banner1_text .img1{
        text-align: center;
    }
    .banner1_text .img1 img{
        max-width: 160px;
        margin:0 auto;
    }
}
@media(max-width:640px){
    .head,.nav_tab,.kaishui,.huanbao_all,.footer_all,.foot_all,.site2,.product_detail2 h1,.pd_content,
    .he_xin3,.sibu_xin3,.sibu_xin4,
    .heng_conter,.zhan_tu,
    .shi_c,
    .shi_all,.quan_biaoti,.quan_d,.hang_b,.chuang_all1,.pin_b,
    .jiameng_one,.jiameng_one1,.jiameng_one2,.lianxi_one,
    .zoujin_biaoti,.hezuo_biaoti,.renzheng_all,.rang_biaoti{
        padding:0 10px;
    }
    .m_tj{
        display: block;
    }
    #container2{
        padding:20px 10px!important;
    }
    .page .pageleft, .page .pageright{
        width: 120px!important;
        line-height:38px!important;
    }
    .pageleft:before,.pageright:before{
        line-height:38px;
        font-size: 14px;
    }
    .banner1_text h3{
        /*font-size: 22px;*/
        margin:10px 0 5px;
    }
    .banner1_text p{
        font-size: 15px;   
        letter-spacing: 0;
    }
    .banner1_text .img1 img{
        max-width: 120px;
        margin:0 auto;
    }
    .banner1 img.pc_img{
        display: none;
    }
    .banner1 img.m_img{
        display: block;
    }
    .hexin{
        text-align: center;
    }
    .sibu2 {
        font-size: 14px;
        padding: 15px 0 25px;
        line-height: 2em;
    }

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