<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
ul, ol, dl, li, dt, dd, blockquote, pre, form, fieldset, table, th, td, span{padding:0;margin:0;}
body {
	margin:0px auto;
	font-size:1rem;
	color:#8a8a8a;
	font-family: "微软雅黑","宋体";
	/* max-width: 750px; */
}
body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol,
li, dl, dt, dd, form, a, fieldset, input, th, td, i, em{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
div,dl,dt,dd,h1,h2,h3,h4,h5,h6,ul,pre,form,fieldset,input,textarea,p,blockquote{margin:0;padding:0;}
img {border:0;}
a{text-decoration: none;}
ol,li{margin:0;padding:0; list-style-type:none;}

.clear:after{
 content: '';
 display: block;
 clear: both;
}
.fl{float: left;}
.fr{float: right;}

/* 一行省略号 */
.text_overflow{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 两行省略号 */
.text_overflows{
	overflow:hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

/* swiper */
.swiper {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}


html,body {
	position: relative;
	height: 100%;
}

body {
	background: #eee;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/* 头部 */
.index_head{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 70px;
}
.top_head{
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    display: flex;
}

.head_log{
    width: 140px;
    height: 70px;
    font-size: 0;
}
.head_log a{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img//index_ing/head_logo.png) no-repeat center;
}
.head_nav_list{
    display: flex;
    flex-direction: row;
    justify-content: center;
    height: 70px;
    font-size: .16rem;
    width: calc(100% - 220px);
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    /* border: 1px solid rgba(255,255,255,0.2); */
}
.head_search{
    width: 80px;
    height: 70px;
    cursor: pointer;
    background: url(../img/index_ing/sousuo.png) no-repeat center;
    
}
.head_nav_list&gt;li{
    width: 110px;
    text-align: center;
   
    margin-right: 20px;
}
.head_nav_list&gt;li:last-of-type{
    margin-right: 0;
}
.head_nav_list&gt;li&gt;a{
    display: block;
    width: 100%;
    height: 100%;
	line-height: 70px;
    color: #FFF;
	cursor: pointer;
    position: relative;
}
.head_nav_list&gt;li&gt;a i{
    position: absolute;
    top: 0;
    right: 0;
    transition: all ease-out 0.5s;
}
.rotate90 i{
    transform:rotate(180deg);
    transition: all ease-out 0.5s;
}
.top_head:hover{
    background: #FFF;
    transition: all ease-out 0.5s;
}
.top_head:hover .head_log a{
    background: url(../img/index_ing/top_banner_cai.png) no-repeat center;
}

.top_head:hover .head_nav_list&gt;li&gt;a{
    color: #000;
}
.top_head:hover .head_search{
    background: url(../img/index_ing/sousuo_hei.png) no-repeat center;
}
 
.backgrhead .top_head {
    background: #FFF;
    transition: all ease-out 0.5s;
}
.backgrhead .top_head  .head_log a{
    background: url(../img/index_ing/top_banner_cai.png) no-repeat center;
}
.backgrhead .top_head  .head_nav_list&gt;li&gt;a{
    color: #000;
}
.backgrhead .top_head  .head_search{
    background: url(../img/index_ing/sousuo_hei.png) no-repeat center;
}
.top_white{
    background: #FFF;
    transition: all ease-out 0.5s;
}
.top_white .head_log a{
    background: url(../img/index_ing/top_banner_cai.png) no-repeat center;
}

.top_white .head_nav_list&gt;li&gt;a{
    color: #000;
}
.top_white .head_search{
    background: url(../img/index_ing/sousuo_hei.png) no-repeat center;
}
.nav_hover_list{
	width: 100%;
	/* height: 3rem; */
    height: 0;
	position: absolute;
	top: 70px;
	left: 0;
	overflow: hidden;
	/* display: none; */
	background-color: #FFF;
	padding-left: 2.6rem;
	/* padding-top: 5em; */
    padding-top: 0;
    transition: all ease-out 0.5s;
}
.head_nav_list&gt;li:hover &gt;.nav_hover_list{
    /* display: block; */
	height: 3rem;
    padding-top: 5em;
	transition: all ease-out 0.5s;
}

.hover_nav_title {
	text-align: left;	
	width: 16em;
	margin: 0 5em 0 4em; 
}
.hover_nav_title p:nth-child(1){
	color: #000;
	font-size: .16rem;
	font-weight: 700;
	line-height: .4rem;
}
.hover_nav_title p:nth-child(2){
	color: #666666;
	font-size: .14rem;
}
.nav_hover_list ol{
	width: 5rem;
	height: 1rem;
	border-left: 1px solid #EEEEF0;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    align-items: center;
	padding-left: 4em;
}
.nav_hover_list ol li{
	padding: 0 2em;
    margin: 1em 0 1em 0;
}
.nav_hover_list ol li a{
	color: #000;
	font-size: .16rem;
}
.icon-xiala{
	margin-left: 5px;
	font-size: 14px;
}



/* 飘浮 */
.right_fixed{
    width: 100px;
    height: auto;
    position:fixed;
    padding: 10px 0;
    top: 50%;
    right: 0;
    z-index: 19;
    font-size: .16rem;
	margin-top: -150px;
    transition: all ease-out 0.5s;
    box-shadow: 0px 0px 10px 0px rgba(0,50,126,0.1);
    display: none;
	background: #FFF;
	border-radius: 4px 0 0 4px;
}
.right_fixed ul li {
	cursor: pointer;
	position: relative;
	/* height: 90px; */
	padding: 8px 0;
}
.right_fixed ul li a{
	height: 100%;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.right_fixed i{
	display: block;
	text-align: center;
	font-size: 2em;
	line-height: 1.2em;
	color: #666666;
	position: relative;
}
.right_fixed p {
	color: #666666;
	font-size: 18px;
	text-align: center;
	position: relative;
}
.hotline_hover{
	position: absolute;
	top: 0;
	right: 100px;
	/* width: 220px; */
	height: 100%;
	line-height: 80px;
	text-align: center;
	font-size: 18px;
	font-weight: 900;
	overflow: hidden;
	background: #FFF;
	white-space:nowrap;
	border-radius: 4px 0 0 4px;
	width: 0;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hotline_hover:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-30deg, #5aecfe 0%, #2ea5f3 23%, #015de7 80%), linear-gradient(#0059aa, #0059aa);
    background-blend-mode: normal, normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.right_fixed ul li a:before{
	content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-30deg, #5aecfe 0%, #2ea5f3 23%, #015de7 80%), linear-gradient(#0059aa, #0059aa);
    background-blend-mode: normal, normal;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 0;
}
.right_fixed ul li:hover i{
	color: #FFF;
}
.right_fixed ul li:hover p{
	color: #FFF;
}
.right_fixed ul li:hover a:before{
	opacity: 1;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hotline_ico:hover +.hotline_hover{
	width: 220px;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hotline_ico:hover +.hotline_hover:before{
	opacity: 1;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
/* .hotline_ico:hover{
	color: #FFF;
	transition: all ease-out 0.5s;
	background-image: linear-gradient(-30deg, #5aecfe 0%, #2ea5f3 23%, #015de7 80%), linear-gradient(#0059aa, #0059aa);
}  */
 

/* 底部 */
.index_foot{
    width: 100%;
    background: url(../img/index_ing/foot.png) no-repeat center;
    background-size: cover;
}
.bottom_foot{
    width: 100%;
    height: 600px;
    padding-top: 1rem;
    /* border:1px solid red; */
}
.foot_icp{
    width: 70%;
    height: 70px;
    margin: 0 auto;
    font-size: .14rem;
    color: #FFF;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-top:1px solid rgba(255,255,255,0.2);
}
.foot_icp span:nth-child(2){
    margin: 0 40px;
}
.foot_nav{
    width: 70%;
    margin: 0 auto;
    /* height: calc(100% - 70px); */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.foot_right_info{
    display: flex;
}
.foot_nav_list{
    /* display: flex; */
    float: left;
}
.foot_nav_list ul{
    margin-right: .8rem;
    float: left;
}
.foot_nav_list ul li:nth-child(1){
    font-size: .16rem;
    margin-bottom: .6rem;
    font-weight: 900;
}
.foot_nav_list ul li{
    color: #FFF;
    font-size: .14rem;
    line-height: .32rem;
}

.foot_nav_list ul li a{
    color: #FFF;
}
.foot_info_left{
    font-size: .16rem;
    font-weight: 700;
    color: #FFF;
    margin-right: .6rem;
}
.info_chart_img{
    display: flex;
    margin-top: .5rem;
}
.info_chart_img&gt;div{
    width: .94rem;
    font-size: .14rem;
    font-weight: 700;
    text-align: center;
    line-height: .22rem;
}
.info_chart_img&gt;div img{
    width: .94rem;
    height: .94rem;
}
.info_chart_img&gt;div:nth-child(1){
    margin-right: .4rem;
}
.foot_info_right{
    width: 2.2rem;
}
.foot_info_right&gt;div{
    font-size: .16rem;
    color: #FFF;
    font-weight: 700;
    line-height: 1.75em;
}

.foot_info_right&gt;div:nth-child(2){
    margin: .7rem 0 .4rem 0;
}
.foot_info_right&gt;div:nth-child(2),
.foot_info_right&gt;div:nth-child(3){
    font-size: .14rem;
    font-weight: 500;
}

.foot_huoban{
    width: 70%;
    height: 70px;
    margin: 30px auto;
    font-size: .14rem;
    color: #FFF;
    margin-bottom: 15px;
}
.foot_huoban h2{
    margin-bottom: 10px;
    font-size: 14px;
}
.foot_huoban&gt;div{
    height: 35px;
    /* display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; */
   width: 100%;
}
.foot_huoban&gt;div div {
    height: 35px; 
    line-height: 35px;
    float: left;
    margin-right: 30px;
    /* border: 1px solid red; */
}
.foot_huoban&gt;div div img{
    float: left;
    margin: 6px 5px 0 5px;
 
}

/* 动画 */
.animate_delay3{
	visibility: visible;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.animate_delay2{
	visibility: visible;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}
.animate_delay1{
	visibility: visible;
    animation-duration: .5s;
    -webkit-animation-duration: .5s;
    animation-delay: 0.1s;
    -webkit-animation-delay: 0.1s;
}



.network_banner{
    width: 100%;
    height: 770px;
    color: #FFF;
    text-align: center;
    padding-top: 2.95rem;
    background: url(../img/notrowk_img/newwork_banner.jpg)no-repeat center;
    background-size: cover;
}
.network_banner h1{
    font-size: .4rem;
    font-weight: 500;
    margin-bottom: 32px;
}
.network_banner h3{
    font-size: .28rem;
    font-weight: 300;
}

.news_banner{
    width: 100%;
    height: 770px;
    color: #FFF;
    text-align: center;
    padding-top: 2.95rem;
    background: url(../img/notrowk_img/news_banner.jpg)no-repeat center;
    background-size: cover;
}
.news_banner h1{
    font-size: .4rem;
    font-weight: 500;
    margin-bottom: 32px;
}
.news_banner h3{
    font-size: .28rem;
    font-weight: 300;
}



.network_tab{
    width: 1400px;
    height: 160px;
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    margin-top: -80px;
    position: relative;
    z-index: 2;
}
.network_tab&gt;div{
    width: 50%;
    padding: 0  0 0 40px;
    background: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.network_tab&gt;div:before{
    opacity: 0;
}
.network_tab i{
    font-size: 30px;
    position: relative;
}
.network_tab p{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    position: relative;
}
.active_tab p{
    color: #FFF;
}
.active_tab p i{
    color: #FFF;
}
.network_tab .icon{
    width: 30px;
    height: 30px;
}
.active_tab:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/notrowk_img/tab_active.png) no-repeat center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    opacity: 1!important;
}
.tab_btn p:nth-child(1){
    display: block;
}
.tab_btn p:nth-child(1){
    display: none;
}
.active_tab p:nth-child(1){
    display: block;
}
.active_tab p:nth-child(2){
    display: none;
}

.phone_head{
    display: none;
    background: #FFF;
    padding: 0 10px;
    height: 1.2rem;
    border-bottom: 1px solid #F4F4F4;
}
.phone_head a{
    width: 35%;
    border-right: 1px solid #F4F4F4;
}
.phone_head a img{
    display: block;
    margin-top: 2px;
}
.phone_head i{
    color: #000;
    font-size: .8rem;
    cursor: pointer;
}

.phone_nav{
    width: 0;
    height: calc(100% - 1.2rem);
    position: fixed;
    background: #FFF;
    top: 1.2rem;
    right: 0;
    overflow: hidden;
    transition: all .5s ease .1s;
}
.menu_off{
    font-size: .6rem!important;
    display: none;
}
.phone_nav i{
    font-size: .28rem;
}
.phone_nav ul li{
    font-size: .28rem;
    color: #000;
    padding: 0 .6rem;
    line-height: 1rem;
    border-bottom: 1px solid #EBF5FD;
}
.phone_navson{
    display: none;
}
.phone_navson a{
    display: block;
    width: 100%;
    color: #000;
    font-size: .24rem;
    margin-left: 1em;
    border-bottom: 1px solid #EBF5FD;
}
.phone_navson a:last-of-type{
    border-bottom: none;
}
.search_ico{
    float: right;
    margin-right: 0.6rem;
}
.search_ico i{
    font-size: .4rem;
    font-weight: bold;
    color: #000;
}



@media (max-width: 750px){
   .top_head{
        display:none;
   }
   .phone_head{
        display: block;
        padding: 0 .4rem;
    }
   .foot_nav_list{
        display: none;
   }
   .foot_huoban{
        display: none;
   }
   .foot_icp{
        display: none;
   }
   .foot_right_info{
        width: 100%;
        flex-direction: column;
   }
   .index_foot{
        background-size: cover;
   }
   .phone_head a{
        margin-top: .3rem;
   }
   .bottom_foot{
        height: auto;
        padding-bottom: .5rem;
   }
   .foot_info_right{
        width: 100%;
   }
   .foot_info_right&gt;div{
        font-size: .32rem!important;
   }
   .foot_info_right&gt;div:nth-child(2){
        margin: .4rem 0 .4rem 0;
   }
   .index_head{
        height: auto;
   }
   .network_tab{
        width: 100%;
   }
   .info_chart_img{
    justify-content: space-between;
   }
   .info_chart_img&gt;div{
        width: 1.8rem;
        height: 1.8rem;
        font-size: .22rem;
   }
   .info_chart_img&gt;div img{
        width: 100%;
        height: 100%;
   }
   .foot_info_left{
    font-size: .28rem;
        margin-bottom: .6rem;
   }
   .phone_head i{
        line-height: 1.2rem;
   }
   .phone_head .fr {
       font-size: 0;
   }
   .phone_nav ul li {
       font-size: .32rem;
   }
   .phone_navson a {
       font-size: .28rem;
   }

}
.guohui{
    float: left;
    width: 20px;
    height: 20px;
    background: url(../img/hezuo/guohui.png) no-repeat center;
}</pre></body></html>