﻿/* 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.75em; /* 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 : 8px; 
    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;
}

/* 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;
}
.grey1{
    color:#999;
}
.white{
    color:white;
}
.underlinkwhite{
    color:white;
}
.underlinkwhite:hover{
    color:#aaa;
}


#full-screen-slider {
	width:100%;
	height:396px;
	float:left;
	position:relative
}
#slides {
	display:block;
	width:100%;
	height:396px;
	list-style:none;
	padding:0;
	margin:0;
	position:relative
}
#slides li {
	display:block;
	width:100%;
	height:100%;
	list-style:none;
	padding:0;
	margin:0;
	position:absolute
}
#slides li a {
	display:block;
	width:100%;
	height:100%;
	text-indent:-9999px
}
#pagination {
	display:block;
	list-style:none;
	position:absolute;
	left:50%;
	top:340px;
	z-index:9900;
	padding:5px 15px 5px 0;
	margin:0
}
#pagination li {
	display:block;
	list-style:none;
	width:10px;
	height:10px;
	float:left;
	margin-left:15px;
	border-radius:5px;
	background:#FFF
}
#pagination li a {
	display:block;
	width:100%;
	height:100%;
	padding:0;
	margin:0;
	text-indent:-9999px;
}
#pagination li.current {
	background:#0092CE
}

/* VENDOR-SPECIFIC ============================================================================= */
#map-canvas{
    background:url(../images/map.jpg) no-repeat center;
}
#map-canvas img{
    max-width:none;
}
.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;
}
html { 
    -webkit-overflow-scrolling : touch; 
    -webkit-tap-highlight-color : rgb(52,158,219); 
    -webkit-text-size-adjust : 100%; 
    -ms-text-size-adjust : 100%; 
}
.maintitlecon{
    background:rgba(0,0,0,0.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)\9;
    *filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000);
    margin:100px 0 100px 0;
}
.maintitle{
    padding:15px ;
    text-align: center;
    font-size: 3em;
    color:white;
}
.contact{
    background:url(../images/footerlines.gif);
    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:108px;
    /*-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-color:#F8F8F8;*/
    background:url(../images/nn.png) 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-image: none/9;
    background-attachment:fixed;
}
.work{
    background:#F4F4F4;
}
.pro{
    background:#F4F4F4;
}
.info{
    background:#F8F8F8;
}
.mar{
    background:#F8F8F8;
}
.bottsub{
    background:url(../images/footerlines.gif);
}
.copyright{
    background:#000000;
}
.content{
    width:100%;
}
.htop{
    position: fixed;
    _position: absolute;
    left:0;
    top:0;
    border-bottom: 4px solid #e5e5e5;
    background:white;
    z-index: 9999;
}
.links{
    -webkit-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;
}
.shadowdown{
    height:8px;
    background:url(../images/shadow-down.png) no-repeat center;
}
.shadowup{
    height:8px;
    margin-top:-8px;
    background:url(../images/shadow-up.png) no-repeat center;
}
.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;
}
.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;
}
.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%;
    cursor:pointer;
}
.footerbtn:hover{
    background:#6F6F6F;
}
.product-desc-span{
    padding:5px 10px 5px 10px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;

    background:#DDDDDD;
    float:left;
    margin-right:5px;
    margin-bottom: 5px;
    font-size: 12px;
}
.underlink{
    font-size: 16px;
    color:#759EC6;
    text-align: center;
}
.underlink:hover{
    color:#8BC63F;
}
.zclink{
    font-size: 13px;
    color:#8BC63F;
    text-align: center;
}
.zclink:hover{
    color:#759EC6;
}
.dotcon{
    padding-top:10px;
}
.dot{
    float:right;
    margin-right:10px;
    height:25px;
    width:25px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    color:white;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    background:#0682d9;
    -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;

    text-shadow: 1px 1px #4B4B4B
}
.picnav{
    margin-bottom: 20px; display:none;
}
.dot:hover{
    background:#6F6F6F;
}
.dotactive{
    background:#6F6F6F;
}
.cbtn{
    padding:5px 10px 5px 10px;
    background:#8BC63F;
    color:white;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;

    margin:5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.picnavactive{
    background:#DDDDDD;
    color:#BFBFBF;
}
.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;
}
.headbg{
    display: none;
/*    background:url(../images/nn.png) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;*/
}
.showcontainer{
    min-height: 479px;
}
.hiddencontainer{
    display: none;
}

.pictab_title_con{
    background:rgba(248,248,248,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BFffffff,endColorstr=#BFffffff)\9;
}
.pictab_title{
    width:150px;
    margin:0 auto;
    padding:10px 0 10px 0;
}
.pictab{
    /*margin-top:-200px;*/
}
.pictab_pic{
    text-align: center;
}
.pictab_btn{
    height:20px;
    width:20px;
    float:left;
    margin-right:10px;
    background:#0682d9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;

    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-weight: bold;
    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;

    text-shadow: 1px 1px #4B4B4B
}

.pictab_title_active{
    background:#6F6F6F;
}

.arr-info{
    background:rgba(49,49,49,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#BF000000,endColorstr=#BF000000)\9;
    width:100%;
    padding:10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;

    color:#ccffff;
    font-size: 12px;
}
.arr-bottom {
    width:0px;
    margin-left:50%;
    font-size: 0;
    line-height: 0;
    border-width: 5px;
    border-color: rgba(49,49,49,0.8);
    border-bottom-width: 0;
    border-style: dashed;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
}
.fdlink{
    position: relative;
    display: block;
    padding:5px;
}
.fdlink img{
    opacity: 0.7;
}
.fdlink:hover .tooltip{
    display: block;
}
.fdlink:hover img{
    opacity: 1;
}


@media only screen  and (min-width: 1024px) 
{
	.footm{display:none;}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
}
@media only screen and (min-width: 180px) and (max-width: 1024px) 
{
	.picnav{
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    .fdlink img{
        opacity: 1;
    }
    .logo{
        text-align: center;
        border-bottom: 1px solid #E5E5E5;
    }
    .logo img{
        height:70px;
    }
    .headbg{
        /*-webkit-background-size:cover;*/
    }
    .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;
    }
    .pics{
        background-attachment:scroll;
    }
}
@media only screen and (max-width: 480px) 
{
	.footm{display:block;}
    .pics{
        background-attachment:scroll;
    }
    .fdlink img{
        opacity: 1;
    }
    .hiddencontainer{
        display: block;
    }
    .showcontainer{
        display: none;
    }
    .headbg{
        display: block;
        /*-webkit-background-size:auto 100%;*/
    }
    
    .contactxt{
        background: none;
        padding:0;
        color:#2D2D2D;
        -webkit-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 #F5F5F5;
        border-bottom: 0;
    }
    .nav .current{
        background:#EAEAEA;
    }
    .topbg{
        height:58px;
    }
    .logo img{
        height:50px;
    }
    .content{
        /*-webkit-transform:translate3d(0,-167px,0);*/
    }
    .btn{
        z-index: 999999999;
        display: block;
    }
    .maintitle{
        font-size: 2em;
    }
}

#able-filter{list-style: none;margin: 0px;padding: 0px;}
#able-filter li{float: left;position: relative;line-height: 20px; margin-right:2px;}
#able-filter li a {
padding: 8px 20px;
display: inline-block;
font-size: 14px;
font-family: "Microsoft YaHei UI","Microsoft YaHei",sans-serif;
font-weight: 300;
text-transform: uppercase;
color: #999999;
text-decoration: none;
}
#able-filter li a:hover {
background: #333333;
color: #ffffff;
border-bottom:0px;
}

#able-filter li a.current {
background: #333333;
color: #ffffff;
border-bottom:0px;
}
#able-filter li a.current:before {
content: "";
border-color: #333333 transparent #333333 transparent;
border-style: solid;
border-width: 10px 10px 0px 10px;
content: "";
height: 0;
position: absolute;
top: 33px;
width: 0;
left: 40%;
}
#able-filter li a:hover:before {
content: "";
border-color: #333333 transparent #333333 transparent;
border-style: solid;
border-width: 10px 10px 0px 10px;
content: "";
height: 0;
position: absolute;
top: 33px;
width: 0;
left: 40%;
}

.hideline{ border:0px;}
.promenu{ margin:10px 0px;}

.none{ display:none;}
.prolist{ min-height:479px; margin-top:20px;}