<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
    margin : 0 auto;
    padding : 0;
    font : 100%/1.4 Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;	
    color : #2D2D2D; 
}

button, 
input, 
select, 
textarea { 
    font-family : Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;
    color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
    font-family:  Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;
    font-weight : normal;
    letter-spacing: -1px;
}

h1 { 
    font-family:  Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;
    font-size : 6em; /* 96 / 16 */
    padding:3px 0 3px 0;
}


h2 { 
    font-size : 2em; /* 40 / 16 */
    padding:3px 0 3px 0;
}

h3 { 
    letter-spacing: -1px;
    font-size : 1.55em; /* 28 / 16 */
    padding:3px 0 3px 0;
}


h4 { 
    font-size : 1.5em; /* 24 / 16  */
    padding:3px 0 3px 0;
}

h5 { 
    font-size : 1.2em; /* 20 / 16 */ 
    padding:3px 0 3px 0;
}

h6 { 
    font-size : 1em; /* 16 / 16  */ 
    padding:3px 0 3px 0;
}
.h7 { 
    font-size : 0.9em; /* 16 / 16  */ 
    padding:3px 0 3px 0;
}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
    margin-bottom : 1.5em; 
    font-size : 0.9em; /* 16 / 16 = 1 */ }

p {
    hyphens : auto;  }


p.introtext {
    font-family:  Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;
    font-size : 2.5em; /* 40 / 16 */
    color: #333;
    line-height: 1.4em;
    letter-spacing: -1px;
    margin-bottom: 0.5em;
}


p.handwritten {
    font-family:  Microsoft Yahei In-Bold,Microsoft Yahei,微软雅黑,Apple LiGothic Medium;
    font-size: 1.375em; /* 24 / 16 */
    line-height: 1.8em;
    margin-bottom: 0.3em;
    color: #666;
}

p.center {
    text-align: center;
}

ul, 
ol { 
    margin : 0 0 1.5em 0; 
    padding : 0 0 0 24px; 
}

li ul, 
li ol { 
    margin : 0;
    font-size : 1em; /* 16 / 16 = 1 */ }

small { 
    font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
    font-size : 75%; 
    line-height : 0; 
    position : relative; 
    vertical-align : baseline; }

sup { 
    top : -.5em; }

sub { 
    bottom : -.25em; }

.subtext {
    color: #666;
}

a{
    text-decoration: none;
    color: #3F9EC6;
}

/* IMAGES ============================================================================= */

img {
    border : 0;
    max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
    border-collapse : collapse;
    border-spacing : 0;
    margin-bottom : 1.4em; 
    width : 100%; }

th, td, caption { 
    padding : .25em 10px .25em 5px; }

tfoot { 
    font-style : italic; }

caption { 
    background-color : transparent; }

/* FORMS ============================================================================= */

form { 
    margin : 0; }

fieldset { 
    margin-bottom : 1.5em; 
    padding : 0; 
    border-width : 0; }

button, 
search,
input, 
select, 
textarea { 
    font-size : 100%; 
    margin : 0; 
    vertical-align : baseline; 
    *vertical-align : middle; }

button, input { 
    line-height : normal; 
    *overflow : visible; }

button, 
button::-moz-focus-inner, 

textarea{
    width:97%;
    height:200px;
    margin:0 0 20px 0;
    border:1px solid #ccc;
    padding:5px;
    font-family:inherit;
    font-size:0.9em;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:inset 0px 0px 6px #ccc;
    -webkit-box-shadow:inset 0px 1px 6px #ccc;
    box-shadow:inset 0px 1px 6px #ccc;
    overflow : auto; 
    vertical-align : top;
}
.icon{
    margin-right: 5px;
}
.iconh3{
    padding:5px 0 5px 45px;
    font-size: 1.2em;
    margin-bottom: 15px;
}
.date{
    font-size: 0.7em;
    color:#BCBCBC;
    margin:5px 0 5px 0;
}
.atic{
    margin-bottom: 20px;
}
.atic p{
    margin-bottom: 5px;
}
.bold{
    font-weight: bold;
}
.grey{
    color:#ddd;
}
.white{
    color:white;
}
.underlinkwhite{
    color:white;
}
.underlinkwhite:hover{
    color:#aaa;
}


/* VENDOR-SPECIFIC ============================================================================= */
#map-canvas{
    background:url(../images/map.jpg) no-repeat center;
}
#map-canvas img{
    max-width:none;
}
.underlink{
    font-size: 13px;
    color:#759EC6;
    text-align: center;
}
.underlink:hover{
    color:#8BC63F;
}
.noliststyle{
    list-style: none;
}
.snsicon{
    width:40px;
    height:40px;
    display: block;
}
.code{
    background:url(../images/code2.png) no-repeat center;
}
.code:hover{
    background:url(../images/code1.png) no-repeat center;
}

.telnet{
    background:url(../images/telnet2.png) no-repeat center;
}
.telnet:hover{
    background:url(../images/telnet1.png) no-repeat center;
}

.sina{
    background:url(../images/sina2.png) no-repeat center;
}
.sina:hover{
    background:url(../images/sina1.png) no-repeat center;
}

.qq{
    background:url(../images/qq2.png) no-repeat center;
}
.qq:hover{
    background:url(../images/qq1.png) no-repeat center;
}


.siteicon{
    background:url(../images/site.png) no-repeat left;
}
.databaseicon{
    background:url(../images/database.png) no-repeat left;
}
.codeicon{
    background:url(../images/code.png) no-repeat left;
}
.devicon{
    background:url(../images/dev.png) no-repeat left;
}

.newmenu{
    height:40px;
    width:40px;
    background:url(../images/menu2.png) no-repeat center;
}
.newmenu:hover{
    background:url(../images/menu2-2.png) no-repeat center;
}
.menulist{
    float:right;
    margin-right: 20px;
    list-style: none;
    text-align: right;
}
.menucontainer{
    height:0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    
}
.btn480{
    display: none;
}

html { 
    -webkit-overflow-scrolling : touch; 
    -webkit-tap-highlight-color : rgb(52,158,219); 
    -webkit-text-size-adjust : 100%; 
    -ms-text-size-adjust : 100%; 
}
.pagetitlecon{
    margin-top:50px;
    float:left;
}
.pagetitle{
    width:100%;
    font-size: 2em;
    text-align: center;
    color:#fff;
    height:60px;
    line-height: 60px;
}
.pagetitle1 {
width: 100%;
font-size: 1.2em;
text-align: center;
color: #fff;
}
.contact{
    background:#2D2D2D;
    overflow: hidden;
}
.contactcon{
    /*-webkit-transition: all 0.3s ease 0.3s;*/
    height:0;
    overflow: hidden;
}
.htop-p{
    padding-top:1em;
    padding-right:0.5em;
}
.topbg{
    height:113px;
    /*-webkit-transition: all 0.3s ease 0.3s;*/
}
.contactxt{
    padding:5px 10px 5px 10px;
    background:#0682d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    color:white;
    -webkit-box-shadow: 0 0 3px #1874CD inset;
    -moz-box-shadow: 0 0 3px #1874CD inset;
    -ms-box-shadow: 0 0 3px #1874CD inset;
    box-shadow: 0 0 3px #1874CD inset;
}
.contact-lit{
    overflow: hidden;
    height:25px;
    /*-webkit-transition: all 0.3s ease;*/
    text-align: right;
}
.contact-title{
    color:white;
    font-size: 0.8em;
}
.contact-tel{
    color:white;
    font-size: 1.5em;
}
.contact-mail{
    color:#2F70BC;
    font-size: 1.5em;
}
.contact-mail:hover{
    color:#8BC63F;
    font-size: 1.5em;
}
.nav{
    -webkit-transition: all 0.3s ease;
}
.nav .links a{
    display: block;
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size: 1em; font-weight:bold;
    color:#2D2D2D;
}
.nav .links a:hover{
 border-bottom: 4px #1874CD solid;
 background:#f6f6f6;
}
.current{
    border-bottom: 4px #1874CD solid;
    
}
.service{
    background:#F8F8F8;
}
.pics{
    background:#F8F8F8;
}
.work{
    background:#F4F4F4;
}
.info{
    background:#F8F8F8;
}
.mar{
    background:#F8F8F8;
}
.bottsub{
    background:#313131;
}
.copyright{
    background:#000000;
}
.content{
    width:100%;
}
.htop{
    position: fixed;
    left:0;
    top:0;
    border-bottom: 4px solid #e5e5e5;
    background:white;
    z-index: 99999;
}
.links{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
}

.htitle{
    padding:30px 0 30px 0;
}
.title{
    border-bottom: 1px solid #C8C8C8;
    padding:10px 0 10px 0;
    margin-bottom: 0.5em;
    margin-top:0px;
}
.shadowdown{
    height:8px;
    background:url(../images/shadow-down.png) no-repeat center;
}
.shadowup{
    height:8px;
    background:url(../images/shadow-up.png) no-repeat center;
}
.btn{
    position:fixed;
    left:10px;
    top:28px;
    display: none;
    padding:5px;
    z-index: 99999;
}
.btn .btn-img{
    height:28px;
    width:28px;
    background:url(../images/menu.png) no-repeat center;
}
.btn-active{
    background:#E5E5E5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 3px #979797 inset;
    -moz-box-shadow: 0 0 3px #979797 inset;
    -ms-box-shadow: 0 0 3px #979797 inset;
    box-shadow: 0 0 3px #979797 inset;
}
.close{
    width:16px;
    height:16px;
    background:url(../images/close.png) no-repeat top center;
}
.close:hover{
    width:16px;
    height:16px;
    background:url(../images/close.png) no-repeat bottom center;
}
.closeblack{
    width:16px;
    height:16px;
    background:url(../images/close.png) no-repeat bottom center;
}
.contactclose{
    display: block;
    margin-bottom: 5px;
}
.copyright-txt{
    font-size: 0.8em;
    line-height: 40px;
    color:#5D6666;
}
.copyright li{
    border-right:1px solid #4B4B4B;
    float:left;
    padding:0 10px 0 0px;
    font-size: 0.8em;
    margin-top:10px;
    color:#f2f2f2;
}
.copyright li a{
    color:#f8f8f8;font-size: 0.8em;
}
.copyright li a:hover{
    color:white; text-decoration:underline;
}
.box{
    margin-bottom: 0.5em;
    background:white;
    display: block;
    overflow:hidden;
}
.box1{
  border: 1px solid #CCCCCC;
display: block;
height: 120px;
width: 330px;
overflow: hidden; text-align:center; background:#fff;
}
.product-row{
    margin-top:8px;
    margin-bottom:50px;
}
.product-title{
    padding:5px 0 5px 0;
    font-size: 1.1em;
    color:#3F9EC6;
}
.product-desc{
    font-size: 0.8em;
    color:#888888;
    margin:10px 0 10px;
}
.product-desc-span{
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 15px;
    background:#DDDDDD;
}
.product-data{
    font-size: 0.7em;
    color:#BCBCBC;
    margin-bottom: 20px;
}
.product-brief{
    font-size: 0.6em;
}
.product-one:hover .product-title{
    color:#8BC68F;
}
.product-one-active .product-title{
    color:#8BC68F;
}
.product-one-active .box{
    border:1px solid #8BC63F;
    background:#EEEEEE;
}
.request{
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 5px;
    background:#8BC63F;
    color:white;
}
.product-detail{
    overflow: hidden;
    /*-webkit-transition: all 0.3s ease;*/
}
.share{
    text-align: center;
}
.footerinput{
    margin:0;
    padding:5px 0 5px 0;
    background:black;
    border:0;
    color:white;
    font-size: 16px;
    width:100%;
    outline: none;
}
.footerbtn{
    height:31px;
    background:#D3D3D3;
    border:0;
    width:100%;
}
.footerbtn:hover{
    background:#D3D3D3;
}
.headbg{
    background:url(../images/cp.jpg) no-repeat center;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background:none\9;
}
.headbg_contact{
    background:url(../images/b_contact.jpg) no-repeat center;
    -webkit-background-size: 100%; 
    -moz-background-size: 100%; 
    -o-background-size: 100%; 
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    background:none\9;
    height:200px;
}
.headbg_news{
   width: auto !important;
max-width: 1000px;
_width: 1000px;
margin: 0 auto;
text-align: center;
}
.headbg_news img{width: 100%;}
.bottsub{
    background:url(../images/footerlines.gif);
}
.contact{
    background:url(../images/footerlines.gif);
    overflow: hidden;
}
.manu {
	PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 10px; MARGIN: 3px; PADDING-TOP: 3px; TEXT-ALIGN: center
}
.manu A {
	BORDER-RIGHT: #6B87A5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #6B87A5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #6B87A5 1px solid; COLOR: #036cb4; PADDING-TOP: 2px; BORDER-BOTTOM: #6B87A5 1px solid; TEXT-DECORATION: none
}
.manu A:hover {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu A:active {
	BORDER-RIGHT: #999 1px solid; BORDER-TOP: #999 1px solid; BORDER-LEFT: #999 1px solid; COLOR: #666; BORDER-BOTTOM: #999 1px solid
}
.manu .current {
	BORDER-RIGHT: #036cb4 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #036cb4 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #036cb4 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #036cb4 1px solid; BACKGROUND-COLOR: #036cb4
}
.manu .disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}
@media only screen  and (min-width: 1024px) {
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .headbg{
        background-attachment:local;
    }
    .logo{
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
    }
    .logo img{
        height:70px;
    }
    .nav .links a{
        height:60px;
        line-height: 60px;
        border-bottom: 0;
    }
    .nav .current{
        border-bottom: 4px solid #89C9DE;
    }
    .topbg{
        height:139px;
    }
    .contact{
        display: none;
    }
    .contactxt{
        background: white;
        padding:0;
        color:#2D2D2D;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        -ms-box-shadow:none;
        box-shadow:none;
    }
    .maintitle{
        font-size: 2.5em;
    }
}
@media only screen and (max-width: 480px) {
    .btn480{
        display: block;
    }
    .btn768{
        display: none;
    }
    .headbg{
        background-attachment:scroll;
    }
   
    .contactxt{
        background: none;
        padding:0;
        color:#2D2D2D;
        -webkit-box-shadow:none;
        -moz-box-shadow:none;
        -ms-box-shadow:none;
        box-shadow:none;
    }
    .links{
        height:0px;
        overflow: hidden;
        -webkit-box-shadow: 0 10px 10px #979797;
        -moz-box-shadow: 0 10px 10px #979797;
        -ms-box-shadow: 0 10px 10px #979797;
        box-shadow: 0 10px 10px #979797;
        -webkit-border-radius: 0 0 3px 3px;
        -moz-border-radius: 0 0 3px 3px;
        -ms-border-radius: 0 0 3px 3px;
        border-radius: 0 0 3px 3px;
    }
    .linkhover{
        width:100%;
        height:246px;
    }
    .link{
        border-bottom: 1px solid #E5E5E5;
        border-top: 1px solid #fff;
    }
    .logo{
        text-align: center;
    }
    .nav{
        top:0;
    }
    .nav .links a{
        height:40px;
        line-height: 40px;
        border-top: 1px solid #EDEDED;
        border-bottom: 0;
    }
    .nav .current{
        background:#EAEAEA;
    }
    .topbg{
        height:58px;
    }
    .logo img{
        height:50px;
    }
    .content{
        /*-webkit-transform:translate3d(0,-167px,0);*/
    }
    .btn{
        z-index: 9999999;
        display: block;
    }
    .maintitle{
        font-size: 2em;
    }
}
.product-nav{
    border-top:1px solid #C8C8C8;
    margin-top:20px;
    padding:10px 0 0px 0;
    font-size:14px;
}
.product-pn{
    /*border-bottom:1px solid #C8C8C8;*/
    padding:0 0 10px 0;
}
.plink{
    color:#8F9EC9;
    font-size: 1em;
    padding:3px 0 3px 0
}
.plink:hover{ text-decoration:underline;}

.productdetail_content input,.productdetail_content textarea{ border:1px solid #aaa; margin-bottom:5px;}
.productdetail_content textarea{ height:40px; width:260px;}
.request {
padding: 5px 20px 5px 20px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
border-radius: 5px;
background: #8BC63F;
color: white;
float: left; margin-left:100px;
}

.news dl {
width: 100%;
padding: 10px 0;
font: 0.8em/2em "微软雅黑";
margin-bottom:0px;
}
.news dt {
font: 16px/32px "微软雅黑";
color: #fff;
background: #7e8c9b;
}
.news dt a {
padding: 0 10px;
color: #fff;
display: block;
}
.news dd {
background: #f1f0f0;
padding: 10px 10px 0 10px;
}
.news dd.more {
padding: 0 10px 5px 0;
text-align: right; color:#aaa;
}

.productdetail_content{ line-height:30px;}
.productdetail_content span{ float:left; display:block;}
.productdetail_content a{ height:25px; overflow:hidden; padding-top:5px; display:block; float:left; margin-right:10px;}
.productdetail_content a,.productdetail_content img{line-height:30px;}

.msg li{ list-style:none;}
.msg li .c_s{ border:1px solid #ccc;}
.msg .tishi { font-size:0.8em;
line-height: 20px;
margin-bottom: 10px;
}

.titleType{ height:40; line-height:40px; overflow:hidden;}
.zclink{
    font-size: 13px;
    color:#8BC63F;
    text-align: center;
}
.zclink:hover{
    color:#759EC6;
}

#mymenu{width:42%;float:right;margin-right:-70px;}
#mymenu a{display:block;line-height:32px;}
#mymenu div{width:120px;float:left;}
</pre></body></html>