﻿html,body{ font: normal 100% "Microsoft YaHei", Helvetica, Arial, sans-serif;width: 100%;height: 100%}
html,body,ul,h3{margin: 0; padding: 0}
 
ul,li{ list-style: none;}
/* blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
} */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
} 
/* for modern browsers */
.clearfix:before,
.clearfix:after { display:table; content:""; }
.clearfix:after { clear:both; }
/* for IE6/7 */
.clearfix { zoom:1; }
#html5-watermark{display:none !important;}
body{background-color: #f3f4f7;font-size: 13px;opacity: 1;}
a{color: #fff; }
a:link{text-decoration: none;}
a:hover{text-decoration: underline;}
img{border: 0px none}
.shcl > span{font-size: 21px;}
.clear{clear: both;}
 
.opacity0{ 
    /* older safari/Chrome browsers */  
    -webkit-opacity: 0;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0;  
    /* IE9 + etc...modern browsers */  
    opacity: 0;  
    /* IE 4-9 */  
    filter:alpha(opacity=0);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0); 
}
.opacity4{ 
    /* older safari/Chrome browsers */  
    -webkit-opacity: 0.4;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.4;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.4;  
    /* IE9 + etc...modern browsers */  
    opacity: .4;  
    /* IE 4-9 */  
    filter:alpha(opacity=40);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40); 
}
.opacity5{ 
    /* older safari/Chrome browsers */  
    -webkit-opacity: 0.5;  
    /* Netscape and Older than Firefox 0.9 */  
    -moz-opacity: 0.5;  
    /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/  
    -khtml-opacity: 0.5;  
    /* IE9 + etc...modern browsers */  
    opacity: .5;  
    /* IE 4-9 */  
    filter:alpha(opacity=50);  
    /*This works in IE 8 & 9 too*/  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";  
    /*IE4-IE9*/  
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=50); 
}
 
 
.is-loading{width: 100vw;height: 100vh;overflow: hidden;position: relative;opacity: 1;}
.loading-container{    /* background-image: url("../images/pc/bg.gif"); */ background-size: 100% auto;  background-position: center bottom; background-attachment: fixed;width: 100vw;height: 100vh;position: fixed;top: 0;left: 0; background-color: #fff;    z-index: 99999;}
.loading-container #loader{width: 15vh;height: 15vh;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .loading-container #loader{ width: 50vw;height: 50vw;  }
}

 
/*footer
------------------------------------------*/

footer{
    background: #212121;
    color: white;
    overflow: hidden;
    /* padding-top:120px; */
}

footer #footer_inner{
    width:1024px;
    margin:0 auto 60px;
}
footer #footer_inner dl dd:last-child{
    padding-bottom: 0 !important;
}
@media screen and (max-width:1024px) {
    footer #footer_inner{ padding: 0 20px; }
}


footer dl{
    color:#acacac;
}

footer dl#products{
    width:202px;
    float:left;
}

footer dl#products02{
    width:414px;
    float:left;
}
footer dl#products02 dd{
    width: 194px;    margin-right: 10px;
    vertical-align: top;
    display: inline-block;
}
footer dl#contact{
    width:237px;
    float:left;
}
footer dl#contact dd strong{
    display: block;
    font-size: 120%;
    line-height: 1;
    margin-bottom: 0.5em;
}
footer dl#contact dd a{
    line-height: 1.3;
}
footer dl#contact .no_link{
    line-height:1.3
}

footer dl#company{
    width:245px;
    float:left;
    display:none;
}
@media screen and (max-width:1024px) {
    footer dl#contact{
        width:217px;
    }
    footer dl#company{
        width:225px;
    }
}


footer dl#connect{
    width:119px;
    float:left;
}

footer dl#connect dd{
    width:119px;
    float:left;
    margin-bottom:13px;
}

footer dt{
    font-size:20px;
    font-weight:bold;
    margin-bottom:30px;
    line-height:1;
}

footer dd{
    padding-bottom:18px;
    line-height:1.3;
    color:#acacac;
}

footer dd a:link{
    color:#acacac;
    text-decoration:none;
}

footer dd a:visited{
    color:#acacac;
    text-decoration:none;
}

footer dd a:hover{
    text-decoration:underline;
    color:#acacac;
}

footer dd a:active{
    text-decoration:none;
    color:#acacac;
}

#footerNav{
    clear:both;
    background:#000;
    width:100%;
    margin:0 auto;
    padding-top:45px;
    padding-bottom:30px;
}

#footerNav a:link{
    color:#FFF;
    text-decoration:none;
}

#footerNav a:visited{
    color:#FFF;
    text-decoration:none;
}

#footerNav a:hover{
    text-decoration:underline;
    color:#FFF;
}

#footerNav a:active{
    text-decoration:none;
    color:#FFF;
}


#footerNav #f_logo{
    float:left;
    width:137px;
    margin-right:45px;
}

#footerNav ul{
    float:left;
}
#footerNav ul li{
    display:block;
    float:left;
    margin-top:16px;
    line-height:1;
    border-right:1px solid #FFF;
    padding-right:17px;
    padding-left:17px;
}
#footerNav ul li:last-child{
    border: none;
}

#copy{
    float:right;
    margin-top:16px;
    line-height:1;
    color:#838383;
}

#sp_f_logo{display: none}
/*footer sp
------------------------------------------*/

@media screen and (max-width:640px) {

    footer{
        /* padding:10% 0 0; */
    }


    footer #footer_inner{
        width:100%;
        margin:0 auto 0;
    }

    footer dl{
        color:#acacac;
        padding:0;
    }

    footer dl#products{
        width:100%;
        float: inherit;
        margin-bottom:10%;
    }

    footer dl#products dd{
        width:45%;
        float: left;
        margin-right:10%;
    }

    footer dl#products dd:nth-child(odd){
        margin-right:0!important;
    }

    footer dl#products02{
        width:100%;
        float: inherit;
        margin-bottom:10%;
    }


    footer dl#products02 dd{
        width:45%;
        float: left;
        margin-right:10%;
    }

    footer dl#products02 dd:nth-child(odd){
        margin-right:0!important;
    }

    footer dl#contact{
        width:100%;
        float: inherit;
        margin-bottom:10%;
    }

    footer dl#contact dd{
        width:45%;
        float: left;
        margin-right:10%;
    }

    footer dl#contact dd:nth-child(odd){
        margin-right:0!important;
    }

    footer dl#company{
        width:100%;
        float: inherit;
        margin-bottom:10%;
    }

    footer dl#company dd{
        width:45%;
        float: left;
        margin-right:10%;
    }

    footer dl#company dd:nth-child(odd){
        margin-right:0!important;
    }

    footer dl#connect{
        width:100%;
        float: inherit;
        margin-bottom:10%;
    }

    footer dl#connect dd{
        width:45%;
        float: left;
        margin-right:10%;
    }

    footer dl#connect dd:nth-child(odd){
        margin-right:0!important;
    }

    footer dt{
        font-size:20px;
        font-weight:bold;
        margin-bottom:30px;
        line-height:1;
    }

    footer dd{
        padding-bottom:18px;
        line-height:1;
    }

    footer dd a:link{
        color:#FFF;
        text-decoration:none;
    }

    footer dd a:visited{
        color:#FFF;
        text-decoration:none;
    }

    footer dd a:hover{
        text-decoration:underline;
        color:#FFF;
    }

    footer dd a:active{
        text-decoration:none;
        color:#FFF;
    }

    #footerNav{
        clear:both;
        background:#000;
        height: auto;
        width:100%;
        margin:0 auto;
        padding-top:10%;
    }

    #footerNav a:link{
        color:#FFF;
        text-decoration:none;
    }

    #footerNav a:visited{
        color:#FFF;
        text-decoration:none;
    }

    #footerNav a:hover{
        text-decoration:underline;
        color:#FFF;
    }

    #footerNav a:active{
        text-decoration:none;
        color:#FFF;
    }

    #footerNav #f_logo{
        float:left;
        width:137px;
        margin-right:45px;
        display:none;
    }

    #footerNav ul{
        margin: 0 auto;
        float:inherit;
    }



    #footerNav ul li:first-child
    {
        border-left:none;
        padding-left:0;
    }

    #footerNav ul li:last-child
    {
        border-right:none;
        padding-right:0;
    }

    #footerNav ul li{
        display:block;
        float:left;
        margin-top:0;
        line-height:1;
        border-right:1px solid #FFF;
        padding-right:3%;
        padding-left:3%;
    }

    #copy{
        float:right;
        margin-top:10%;
        line-height:1;
        clear:both;
    }


    #copy #sp_f_logo{
        width:22%;
        height: auto;
        float:left;
    }

    #copy small{
        float:right;
        line-height:45px
    }

    #twitter{
        background-image:url(../images/ico_twitter.png);
        background-repeat:no-repeat;
        background-position:left top;
        background-size: contain;
        padding:7px 0 8px 25px;
        margin-left:0;
        height:20px;
    }

    #facebook{
        background-image:url(../images/ico_facebook.png);
        background-repeat:no-repeat;
        background-size: contain;
        padding:7px 0 8px 25px;
        margin-left:0;
        height:20px;
    }

    #pinterest{
        background-image:url(../images/ico_pinterest.png);
        background-repeat:no-repeat;
        background-size: contain;
        padding:7px 0 8px 25px;
        margin-left:0;
        height:20px;
    }

    #youtube{
        background-image:url(../images/ico_youtube.png);
        background-repeat:no-repeat;
        background-size: contain;
        padding:7px 0 8px 25px;
        margin-left:0;
        height:20px;
    }
    #sp_f_logo{display: inline}
}


@media (device-height:480px) and (-webkit-min-device-pixel-ratio:2){/*兼容iphone4/4s  */ 
    body{background-size: auto 84%;  } 
}
 
@media (device-height:568px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone5 */
    .class{}
}

@media (device-height:667px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 */
    .class{}
}

@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
    .class{}
}

::-webkit-input-placeholder { /* WebKit browsers */
color:#000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#000;
opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#000;
opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#000;
}


.modal
{
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;

    display: none; 

    width: 100vw;
    height: 100vh;
}
.modal .modal-bg
{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    opacity: .8;
    background: #000;

    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.modal .modal-inner
{
    position: absolute;
    z-index: 1; 
    top: 0;
    left: 50%;

    width: 100%;
    max-width: 1024px;
    height: 100%;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
.modal #player
{
    position: absolute;
    top: 50%;
    left: 50%;

    width: 90%;
    padding-top: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal #player
    {
        min-width: 0;
        padding-top: 0%;
        height: 50vh;
    }
}
.modal #player iframe,
.modal #player video
{
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    width: 100% !important;
    height: 100% !important;
    display: none;
    background-color: #000;
}
.modal .modal-close
{
    position: absolute;
    z-index: 10;
    top: -70px;
    right: -10px;

    width: 50px;
    height: 50px;

    background-color: rgba(0,0,0,0);

    cursor: pointer;
    -webkit-transition: all .5s ease;
            transition: all .5s ease; 
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close
    {
        top: -60px;
        right: 0;

        width: 40px;
        height: 40px;
    }
}
.modal .modal-close:hover
{
    -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
            transform: rotate(135deg);
}
.modal .modal-close:before
{
    position: absolute;
    top: 25px;
    right: 0;

    width: 100%;
    height: 2px;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:before
    {
        top: 20px;
        height: 1px;
    }
}
.modal .modal-close:after
{
    position: absolute;
    top: 0;
    left: 25px;

    width: 2px;
    height: 100%;

    content: '';

    background: #fff;
}
@media screen and (min-width: 0) and (max-width: 1024px)
{
    .modal .modal-close:after
    {
        left: 20px;
        width: 1px;
    }
}