﻿/* 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 : 2.2em; /* 40 / 16 */
    padding:3px 0 3px 0;
}

h3 { 
    letter-spacing: -1px;
    font-size : 1.55em; /* 28 / 16 */
    padding:3px 0 3px 0;
}
h3 a{  color:#666;}
h3 a:hover{ color:#1874CD; text-decoration:underline;}

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 : 8px; 
    font-size : 0.9em; /* 16 / 16 = 1 */ 
}

p {
    hyphens : auto;  
}
.chinatxt{
    text-indent:2em;
}
.chinatxt img{
    text-indent:0em;
}

.abouttxt
{
	font-size:14px; line-height:20px;
}

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;
}

/* 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;
}
.iconh4{
    padding:5px 0 5px 30px;
    font-size: 1em;
    margin-bottom: 1px;
}
.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
}
.grey1{
    color:#999;
}
.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;
}



.aicon{
    background:url(../images/a.png) no-repeat left;
}
.bicon{
    background:url(../images/b.png) no-repeat left;
}
.cicon{
    background:url(../images/c.png) no-repeat left;
}
.dicon{
    background:url(../images/c.png) no-repeat left;
}
.eicon{
    background:url(../images/d.png) no-repeat left;
}
.ficon{
    background:url(../images/ff.png) no-repeat left;
}

.faceicon{
    background:url(../images/face.png) no-repeat left;
}
.designicon{
    background:url(../images/design.png) no-repeat left;
}
.buildicon{
    background:url(../images/build.png) no-repeat left;
}
.searchicon{
    background:url(../images/search.png) no-repeat left;
}

.orgicon{
    background:url(../images/org.png) no-repeat left;
}
.talkicon{
    background:url(../images/talk.png) no-repeat left;
}

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:black;
    height:60px;
    line-height: 60px;
}
.pagetitle1{
    width:100%;
    font-size: 1.2em;
    text-align: center;
    color:black;
}
.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: 9999999;
}
.links{
    -webkit-transition: all 0.3s ease;
}

.htitle{
    padding:30px 0 30px 0;
}
.title{
    border-bottom: 1px solid #C8C8C8;
    padding:10px 0 5px 0;
    margin-bottom: 0.5em;
}
.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;
    border:1px solid #CCCCCC;
    background:white;
    padding:0.5em;
    display: block;
}
.product-row{
    margin-top:8px;
    margin-bottom:50px;
}
.pic-row{
    margin-top:4px;
    margin-bottom:5px;
}
.product-title{
    padding:4px 0 4px 0;
    font-size: 14px;
    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: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background:#DDDDDD;
}
.product-one:hover .product-title{
    color:#8BC68F;
}
.product-one:hover .box{
    border:1px solid #8BC63F;
    background:#EEEEEE;
}
.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;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    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:#6F6F6F;
}
.headbg{
    background:url(../images/about.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;
}
.headbgPic {
background: url(../images/b_pic.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;
}
.headbgPic .pagetitle{ color:#fff;}
.headbgJob {
background: url(../images/b_job.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_contact{
    background:url(../images/rrr.jpg) no-repeat center fixed;
    -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;
    background-attachment:fixed;
    height:200px;
}

.headbg_fw{
    background:url(../images/b_fw.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;
}


.markhidden{
    position: fixed;
    top:113px;
    display: none;
}
.linkmark{
    background:#0682d9;
    padding:5px 20px 5px 20px;
    font-size: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;

    margin:0 5px 0 5px;
    border:4px solid #FFFFFF;
    color:white;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;

    background:#8BC63F\9;
    /*-webkit-box-shadow: 0 0 2px #666 inset;*/
}
.linkmarkactive{
    background:#6F6F6F;
}
.bottsub{
    background:url(../images/footerlines.gif);
}
.contact{
    background:url(../images/footerlines.gif);
    overflow: hidden;
}
@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:scroll;
    }
    .markhidden{
        bottom:0;
        top:auto;
        text-align: center;
        /*background:#666666;*/
        border-top:1px solid #666;
    }
    .markhidden .wrap{
        margin:0;
        padding:0;
    }
    .linkmark{
        background:rgba(102,102,102,0.8);
        font-size: 12px;
        margin:0;
        padding:10px 5px 10px 5px;
        border:0;
        color:white;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        -ms-border-radius:0;
        border-radius:0;
        display: block;
        float:right;
        width:25%;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        -webkit-text-overflow:ellipsis;
        -webkit-box-sizing: border-box;
        -webkit-user-select: "none";
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .linkmarkactive{
        background:#9D9B9B;
    }
    .headbg{
        /*-webkit-background-size:auto 100%;*/
    }
    .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;
    }
    .maintitle{
        font-size: 2.5em;
    }
    .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;
    }
}
@media only screen and (max-width: 480px) {
    .headbg{
        background-attachment:scroll;
    }
    .markhidden{
        bottom:0;
        top:auto;
        text-align: center;
        background:#666666;
        border-top:1px solid #666;
    }
    .markhidden .wrap{
        margin:0;
        padding:0;
    }
    .linkmark{
        background:rgba(102,102,102,0.8);
        font-size: 12px;
        margin:0;
        padding:10px 5px 10px 5px;
        border:0;
        color:white;
        -webkit-border-radius:0;
        -moz-border-radius:0;
        -ms-border-radius:0;
        border-radius:0;
        display: block;
        float:right;
        width:25%;
        white-space:nowrap;
        text-overflow:ellipsis;
        overflow:hidden;
        -webkit-text-overflow:ellipsis;
        -webkit-box-sizing: border-box;
        -webkit-user-select: "none";
        -webkit-touch-callout: none;
        -webkit-user-drag: none;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    }
    .linkmarkactive{
        background:#9D9B9B;
    }
    .headbg{
        /*-webkit-background-size:auto 100%;*/
    }
   
    .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: 99999999;
        display: block;
    }
    .maintitle{
        font-size: 2em;
    }
}
.zclink{
    font-size: 13px;
    color:#8BC63F;
    text-align: center;
}
.zclink:hover{
    color:#759EC6;
}

.table_a{
font-size: 12px;
border-collapse: collapse;
border-spacing: 0;
border: 1px solid #e2e2e2;
width: 60%;
color: #333; margin-bottom:0px;}
.table_a td{height: 24px;
line-height: 24px;
border-bottom: 1px solid #ccc;
border-left: 1px solid #ccc;
text-align:center; vertical-align:middle;}

.msg ul{ overflow:hidden;}
.msg li{ list-style:none;overflow:hidden; margin:5px 0px;}
.msg li .c_s{ border:1px solid #ccc; height:30px; line-height:30px; width:200px; font-size:16px;}
.msg .tishi { font-size:0.8em;
line-height: 20px;
margin-bottom: 10px; color:#f20;
}
.msgtit{ width:120px; text-align:right; display:block; float:left;}