<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

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

.layout-container {
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 440px;
}

/* å¤´éƒ¨ */

.layout-header {
    background-color: #fff;
    height: 60px;
    position: relative;
    z-index: 22;
}
.head-shadow{
    box-shadow:2px 4px 4px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    width: 100%;
    left: 0;
    top: 54px;
    height: 5px;
    z-index:15;
}
.head-logo {
    line-height:59px;
    padding-left: 30px;
    float: left;
}
.head-nav {
    padding-left: 36px;
}

.head-nav .nav {
    float: left;
    font-size: 16px;
    padding: 0 25px;
    margin: 0 15px;
}

.head-nav .nav&gt;a{
    color: #333;
    height: 60px;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    line-height: 58px;
    display: block;
    position: relative;
}
.head-nav .cur&gt;a{
    color: #2081fa;
    font-weight: bold;
    border-bottom: 3px solid #338eff;

}
.head-nav .arrow{
    position: absolute;
    border: 5px solid transparent;
    border-top-color:#333; 
    width: 0;
    height: 0;
    top: 28px;
    right: -19px;
    transition: all .2s ease-in-out;
}
.head-tel{
    font-size: 22px;
    color: #000;
    float: right;
    padding-top: 17px;
    padding-right:31px;
}
.head-tel&gt;span{
    vertical-align: middle;
    font-family: "Arial";
}
.head-nav .nav:hover a{
    color: #2081fa;
}
.head-nav .nav:hover .arrow{
    border-top-color: #2081fa;
    transform: rotate(180deg);
    top: 22px;
}
.head-nav li:hover .product-panel{
    height: 377px;
}
.product-panel{
    background-color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    height: 0;
    z-index: 6;
    overflow: hidden;
    transition: height .3s ease-in-out;
    box-shadow: 2px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.product-inner{
    box-sizing: border-box;
    width: 1300px;
     padding-left: 81px;
    padding-top: 21px;
}
.product-inner-item{
    width: 280px;
    height: 113px;
    border-bottom: 1px solid #eeeeee;
    margin-top: -1px;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-left: 20px;
    padding: 30px 0 0 11px;
}
.product-inner .product-inner-item:nth-child(n+9){
	border-bottom-color:#fff;
}
.product-inner-item:hover{
    background-color: #eaf3ff;
    border-bottom: none;
}
.product-inner-item:hover span{
    color: #338eff;
}
.product-inner-item:hover .picon-01{
    background-position: -35px 0;
}
.product-inner-item:hover .picon-02{
    background-position: -36px -91px;
}
.product-inner-item:hover .picon-03{
    background-position:-37px -188px;
}
.product-inner-item:hover .picon-04{
    background-position: -34px -285px;
}
.product-inner-item:hover .picon-05{
    background-position: -37px -32px;
}
.product-inner-item:hover .picon-06{
    background-position: -37px -127px;
}
.product-inner-item:hover .picon-07{
    background-position:  -36px -220px;
}
.product-inner-item:hover .picon-08{
    background-position: -35px -317px;
}
.product-inner-item:hover .picon-09{
    background-position: -36px -65px;
}
.product-inner-item:hover .picon-10{
    background-position: -36px -159px;
}
.product-inner-item:hover .picon-11{
    background-position: -36px -255px;
}
.product-inner-item:hover .picon-12{
    background-position: -35px -221px;
}

.product-item-title{
    font-size: 16px;
    color: #333;
    font-family: "å¾®è½¯é›…é»‘";
    position: relative;
    padding-left: 28px;
}
.product-item-title&gt;span{
    margin-left: 12px;
    vertical-align: middle;
}
.product-item-title i{
    position: absolute;
    left: 0px;
    top: 1px;
}
.product-inner-item .sub-text{
    font-size: 14px;
    color: #999;
    margin-top: 12px;
    font-family: "å¾®è½¯é›…é»‘";
}

[class^="picon-"]{
    display: inline-block;
    vertical-align: middle;
    background: url(../res/images/icons/product-icon.png) no-repeat;
}
/* å¤–è´¸erp */
.product-item-title .picon-01{
    width: 28px;
    height: 19px;
    background-position: -1px 0;
	top:3px;
}
/* crmè¥é”€ */
.product-item-title .picon-02{
    width: 24px;
    height: 24px;
    background-position: -2px -91px;
	top:0;
}
/* å¤–è´¸é‚®ä»¶ */
.product-item-title .picon-03{
    width: 22px;
    height: 22px;
    background-position: -3px -188px;
}
/* å¤–ç»¼æœåŠ¡ */
.product-item-title .picon-04{
    width: 24px;
    height: 23px;
    background-position: 0px -285px;
}
/* è·¨å¢ƒç”µå•† */
.product-item-title .picon-05{
    width: 24px;
    height: 23px;
    background-position: -3px -32px;
	top:0;
}
/* å•ä¸€çª—å£ */
.product-item-title .picon-06{
    width: 21px;
    height: 20px;
    background-position: -3px -127px;
	top:2px;
}
/* å›½é™…ç‰©æµ */
.product-item-title .picon-07{
    width: 24px;
    height: 24px;
    background-position: -2px -220px;
}
/* å¤–è´¸æ•™å­¦ */
.product-item-title .picon-08{
    width: 23px;
    height: 23px;
    background-position: -1px -317px;
}
/* å¤–è´¸è€ƒè¯•ç³»ç»Ÿ */
.product-item-title .picon-09{
    width: 26px;
    height: 20px;
    background-position: -2px -65px;
	top:2px;
}
/* å‡ºç‰ˆerp */
.product-item-title .picon-10{
    width: 24px;
    height: 20px;
    background-position: -2px -159px;
	top:3px;
}
/* å—åŒ—æŠ€æœ¯æž¶æž„ */
.product-item-title .picon-11{
    width: 24px;
    height: 20px;
    background-position: -2px -255px;
	top:3px;
}
/* ç‰©æµç®¡ç†ç³»ç»Ÿ */
.product-item-title .picon-12{
    width: 25px;
    height: 22px;
    background-position: -2px -221px;
}
/* åº•éƒ¨ */

.layout-footer {
    height: 440px;
    margin-top: -440px;
    background-color: #2e3238;
    box-sizing: border-box;
    overflow: hidden;
}

.footer-body {
    padding-top: 50px;
    height: 390px;
    box-sizing: border-box;
}

.footer-product {
    height: 230px;
    border-right: 1px solid rgba(101, 105, 110, 0.2);
    padding-right: 50px;
}

.footer-group {
    margin-right: 60px;
}

.footer-title {
    font-size: 14px;
    color: #eee;
    font-weight: bold;
    margin-bottom: 19px;
    margin-top: -3px;
}

.footer-links {
    font-size: 14px;
    color: #888;
    line-height: 30px;
}

.footer-links:hover {
    text-decoration: underline;
    color: #338eff;
}

.footer-about {
    margin-left: 50px;
    margin-right: 9px;
}

.footer-linkus {
    height: 230px;
    border-right: 1px solid rgba(101, 105, 110, 0.2);
    padding-right: 3px;
}
.foot-friendlinks{
    height:auto;
    clear: both;
}
.footer-follow {
    margin-left: 40px;
}

.footer-ecode {
    width: 143px;
    height: 143px;
    margin-top: 28px;
}

.footer-ecode img {
    width: 135px;
    height: 134px;
	border: 4px solid #fff;
}

.footer-hotline {
    margin-left: 58px;
    width: 280px;
}

.footer-tel {
    /* margin-top: 28px; */
    margin-top: 18px;
    margin-bottom: 16px;
}
.footer-logo{
    margin-top: -4px;
}
.footer-telnum {
    font-size: 30px;
    color: #338eff;
    font-family: "å¾®è½¯é›…é»‘";
    vertical-align: middle;
    font-weight: normal;
}

.footer-info {
    font-size: 14px;
    color: #888;
    line-height: 22px;
    margin-bottom: 8px;
}

.footer-info .space {
    padding-left: 44px;
}

.copyright {
    height: 50px;
    background-color: #272a30;
    line-height: 50px;
    text-align: center;
    font-size: 13px;
    color: #888;
    font-family: "å¾®è½¯é›…é»‘";
    white-space: nowrap;
}
/* å³ä¾§æµ®åŠ¨å·¥å…· */
.fixed-tools{
    width: 58px;
    position: fixed;
    right: 0;
    bottom: 80px;
    z-index: 99;
}
.fixed-tools .tools{
    height: 59px;
    cursor: pointer;
    line-height: 59px;
    text-align: center;
    position: relative;
    background:rgba(0,0,0,0.6);
}
.fixed-tools .tools::before{
	position: absolute;
	content: "";
	left:-59px;
	top:0;
	width:59px;
	height:59px;
}
.fixed-tools .tools::after{
    height: 1px;
    margin: 0px 11px 0;
    background-color: #fff;
    opacity: 0.2;
    content: '';
    display: block;
    position: relative;
    z-index: 1;
}

.fixed-tools .tools:hover{
    z-index: 2;
    -webkit-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s;
    background-color: #338eff;
}
.fixed-tools .tools:hover::after{
    visibility: hidden;
}
.fixed-tools .tool-tel::after{
    display: none;
}

.fixed-tools .tool-wechat:hover,
.fixed-tools .tool-tel:hover{
    background-color: #338eff;
}

.fixed-tools .tool-gotop{
    visibility: hidden;
}
.fixed-tools .tool-gotop:hover{
    z-index:1;
}
.fixed-tools .tool-gotop i{
    opacity: 0.5;
}
.fixed-tools .tool-gotop:hover i{
    opacity: 0.9;
}
.fixed-tools .tool-gotop::after{
    display: none;
}
.fixed-tools.showtop .tool-gotop{
    visibility: visible;
}
.fixed-tools.showtop .tool-tel{
    height: 58px;
    line-height:58px;
}
.fixed-tools.showtop .tool-tel::after{
    display: block;
}
.fixed-tools .none{
    display: none;
}
.fixed-tools .popover{
    position: absolute;
    right:68px;
    top: 0;
    background-color: #fff;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.2);
    width: 150px;
    height: 174px;
    padding: 8px 10px 9px 7px;
    box-sizing: border-box;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-transform: translate3d(-15px, 0, 0);
    transform: translate3d(-15px, 0, 0);
    z-index: 3;
}
/*

.fixed-tools .popover::before{
    position: absolute;
    content:'';
    top:16px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #c5c3c4;
}*/
.fixed-tools .popover::after{
    position: absolute;
    content:'';
    top:17px;
    right: -6px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
}
.fixed-tools .tools:hover .none{
    display: block;
}
.fixed-tools .popover-tel{
    width: 192px;
    height: 60px;
    padding-left: 20px;
    padding-top: 6px;
    text-align: left;
}
.fixed-tools .popover-tel::before{
    top: 23px;
}
.fixed-tools .popover-tel::after{
    top: 24px;
}
.tools i{
    opacity: 0.8;
}
.tools:hover i{
    opacity: 1;
}
.scan-wechat{
    font-size: 14px;
    margin-top: -19px;
}
.tel-number .number{
    color: #338eff;
    font-size: 18px;
	white-space: nowrap;
}
.advisory-tel{
    display: block;
    font-size: 16px;
    color: #333333;
    margin-top: -16px;
    margin-bottom: -35px;
}
.popover-tel{
    background-image: url(../res/images/temp/phoneImg.jpg);
    background-repeat: no-repeat;
    background-position-x: 8px;
}
.tel-number{
    margin-left: 47px;
}
/* banner æ–‡å­—å±…ä¸­æ˜¾ç¤º */
.banner {
    width: 100%;
    height: 440px;
    padding-top: 180px;
    box-sizing: border-box;
    text-align: center;
    color: #fff;
}
.banner .en-tt {
    font-size: 48px;
}

.banner .ch-tt {
    font-size: 32px;
    margin-top: 44px;
}
/* æ¨¡å—æ&nbsp;‡é¢˜ */
.module-title {
	font-size: 34px;
	color: #000;
	text-align: center;
	line-height: 34px;
}

.module-sub-title {
	font-size: 18px;
	color: #000;
	text-align: center;
    line-height: 32px;
}

.module-title.white,
.module-sub-title.white {
	color: #fff;
}
/*äºŒçº§å¯¼èˆª*/
.electronic-nav.nav-fixed{
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 10;
     background: #fff;
 }
.general-title{
    font-size: 34px;
    color: #000000;
    text-align: center;
    font-family: "å¾®è½¯é›…é»‘";
}

.line {
    display: block;
    position: absolute;
    bottom: 0;
    width: 58px;
    height: 4px;
    background-color: #338eff;
    transition: all 0.3s;
}
.electronic-nav{
    background-color: #fff;
	width:100%;
    height: 60px;
    line-height: 60px;
    position: relative;
    position: -webkit-sticky;
    position: -moz-sticky;
    position: sticky;
    top: 0;
    z-index: 20;
}
.electronic-nav-content{
    text-align: center;
    font-size: 15px;
    position: relative;
    white-space: nowrap;
}
.electronic-tab-item{
    margin: 0 40px;
    cursor: pointer;
    font-size: 15px;
}
.electronic-tab-item.active,
.electronic-tab-item:hover{
    color: #2081fa;
}
.join-now{
    background-image: url(../res/images/bg/joinBg.jpg);
    -ms-background-position-x: center;
    background-position-x: center;
    background-repeat: no-repeat;
    height: 230px;
    box-sizing: border-box;
    padding-top: 50px;
}
.join-now-title{
    text-align: center;
    color: #ffffff;
    font-size: 28px;
}
.join-now-operating{
    text-align: center;
    margin-top: 34px;
}
.join-now-btn{
    display: block;
    width: 150px;
    height: 42px;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    transition: all .1s ease-in-out;
    color: #ffffff;
    text-align: center;
    line-height: 41px;
    margin: 0 auto;
    font-size: 16px;
}
.join-now-btn:hover{
    background-color: #fff;
    color: #2081fa;
}
@media only screen and  (max-width:1366px) {
    .head-nav .nav{
        padding: 0px 20px;
    }
} /*&lt;=1366çš„è®¾å¤‡å±å¹•*/
/*1280 1366*/
@media screen and (min-device-width: 1026px) and (max-device-width: 1367px) {
    .head-nav .nav{
        padding: 0px 15px;
    }
}

.mobile{
	min-width: 1400px;
	overflow-x: auto;
}
.mobile .footer-hotline{
	margin-left:50px;
}
.crm-btn{
    width: 150px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background-color: #338eff;
    display: inline-block;
    margin-top: 30px;
    margin-right: 40px;
    text-decoration: none;
}
.crm-btn:hover{
    color: #fff;
    background-color: #1a7ffd;
}
</pre></body></html>