/*
Theme Name: DW Default
Theme URI: http://www.s-buy.com
Description: 华康科技
Version: 2.0
Author: HuaKon.
Author URI: http://www.s-buy.com
*/
@charset "utf-8";
body{font-family: 'Microsoft Yahei';color: #555;background:#fff;padding: 0;margin: 0;font-size: 12px;}
.icon{width: 1em; height: 1em;vertical-align: -0.15em;fill: currentColor;overflow: hidden;}
ul,li,ol,dl,dt,dd,p{list-style: none;margin:0;padding: 0;}
h1,h2,h3,h3,h4,h5,h6{font-weight: normal;margin:0;padding:0;}
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.wrap{background:#E9EFEF url(images/login.jpg) center  bottom no-repeat;}
.pos{position:relative;}
.clearfix{width:100%;clear:both;overflow:hidden;}
a{text-decoration: none;}
.in{
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s;
}
/*header*/
.header{
    height: 90px;width: 100%;
    position: fixed;left: 0;right: 0;top:0;z-index:10;
    background:rgba(0,0,0,0);
}
.header.slideUp{top:-50px;}
.header .logo {
    float: left;
    padding:20px 0;
}
.header .logo a {
    width:188px;height:50px;display: block;
    background: url(images/logo-white.png) no-repeat;
}
.header .about{
    height:40px;width: 160px;
    float:left;
    border-left: 1px solid #fff;
    padding:7px 0 0 20px;
    margin-top:25px;margin-left: 10px;
}
.header .about p{
    line-height:15px;
    margin: 0;
    color: #fff;
}
.header ul.nav{
    float: right;
}
.header ul.nav>li{
    float: left;
    line-height: 90px;
    font-weight: normal;text-align: center;font-size: 18px;
    position: relative;
    margin-left:37px;
}
.header ul.nav li.item a{
    display: block;
    color: #fff;
}
.header ul.nav li.item.cur a,
.header ul.nav li.item:hover a{
    color: #0072C6;
}
.header ul.nav li.item.cur svg.in,
.header ul.nav li.item:hover svg.in{
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.header ul.nav li.yonghu{
    width:70px;
    font-size:23px;
    color: #fff;
    margin-left:10px;
}
.header .yonghuL{
    display:none;
    position:absolute;top:70px;left:50%;
    margin-left: -50px;
    width:100px;height:auto;
    background:#fff;
    padding:15px 0;
    border-radius:2px;
    border:1px solid #dddddd;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}
.header .yonghuL.active{
    display:block;
}
.header .yonghuL:before{
    content: "";
    position: absolute;top:-16px;left:50%;
    margin-left:-8px;
    width: 0;
    height: 0;
    border-width:8px;
    border-style: solid dashed dashed;
    border-color:transparent transparent #dddddd;
}
.header .yonghuL:after{
    content: "";
    position: absolute;top:-14px;left:50%;
    margin-left:-7px;
    width: 0;
    height: 0;
    border-width:7px;
    border-style: solid dashed dashed;
    border-color:transparent transparent #fff;
}
.header .yonghuL li{
    width:100%!important;
    line-height:25px!important;
    font-size: 12px!important;
}
.header .yonghuL li a{
    color:#6F7A7E;
    display:block;
    padding-left: 0;
    font-weight: 400;
}
/*header-scroll*/
.header.page ul.nav li.yonghu svg,
.header.page ul.nav li.item a{color:#6F7A7E;}
.header.use,
.header.active,
.header.headroom--not-top{
    background:#fff;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
    -webkit-transition: all .2s;
    -moz-transition: all .2s ;
    -ms-transition: all .2s ;
    -o-transition: all .2s ;
    transition: all .2s;
}
.header.active{border-bottom:1px solid #ccc;}
.header.use  .logo a,
.header.active  .logo a,
.header.headroom--not-top  .logo a{
    background: url(images/logo.png) no-repeat;
}
.header.use .about,
.header.active .about,
.header.headroom--not-top .about{
    border-color:#6F7A7E;
}
/*header-use*/
.header.use .about p,
.header.use ul.nav li.item a,
.header.use ul.nav li.yonghu,
/*header-active*/
.header.active .about p,
.header.active ul.nav li.item a,
.header.active ul.nav li.yonghu,
/*header-scroll*/
.header.headroom--not-top .about p,
.header.headroom--not-top ul.nav li.item a,
.header.headroom--not-top ul.nav li.yonghu{
    color: #6F7A7E
}
.header.use ul.nav li.item.cur a,
.header.use ul.nav li.item:hover a,
.header.active ul.nav li.item.cur a,
.header.active ul.nav li.item:hover a,
.header.headroom--not-top ul.nav li.item.cur a,
.header.headroom--not-top ul.nav li.item:hover a{color:#0072C6;}
.nav-box{
    position: fixed;top:90px;left: 0;width: 100%;height: 0;background: #fff;color: #000;z-index: 10;overflow: hidden;
    box-shadow: 0 2px 6px -2px rgba(0, 0, 0, 0.15);
}
.sub-nav{max-width:1200px;margin:0 auto;overflow: hidden;}
.sub-nav a{height:150px;width:120px;display:block;float: left;margin:30px 10px 30px 0;}
.sub-nav a .nav-img{width:120px;height:120px;border-radius: 2px;}
.sub-nav a .nav-img img{width:100%;}
.sub-nav a .nav-title{height:30px;line-height:30px;font-size: 14px;color:#555;}
.header.animated {
    -webkit-animation-duration:.5s;
    -moz-animation-duration:.5s;
    -o-animation-duration:.5s;
    animation-duration:.5s;
    -webkit-animation-fill-mode:both;
    -moz-animation-fill-mode:both;
    -o-animation-fill-mode:both;
    animation-fill-mode:both
}
@-webkit-keyframes slideDown {
    0% {
        -webkit-transform:translateY(-4em)
    }
    100% {
        -webkit-transform:translateY(0)
    }
}@-moz-keyframes slideDown {
    0% {
        -moz-transform:translateY(-4em)
    }
    100% {
        -moz-transform:translateY(0)
    }
    }@-o-keyframes slideDown {
    0% {
        -o-transform:translateY(-4em)
    }
    100% {
        -o-transform:translateY(0)
    }
}@keyframes slideDown {
    0% {
        transform:translateY(-4em)
    }
    100% {
        transform:translateY(0)
    }
}
.header.animated.slideDown {
    -webkit-animation-name:slideDown;
    -moz-animation-name:slideDown;
    -o-animation-name:slideDown;
    animation-name:slideDown
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform:translateY(0)
    }
    100% {
        -webkit-transform:translateY(-4em)
    }
}@-moz-keyframes slideUp {
     0% {
         -moz-transform:translateY(0)
     }
     100% {
         -moz-transform:translateY(-4em)
     }
}@-o-keyframes slideUp {
      0% {
          -o-transform:translateY(0)
      }
      100% {
          -o-transform:translateY(-4em)
      }
}@keyframes slideUp {
    0% {
       transform:translateY(0)
    }
    100% {
       transform:translateY(-4em)
    }
}
.header.animated.slideUp {
    -webkit-animation-name:slideUp;
    -moz-animation-name:slideUp;
    -o-animation-name:slideUp;
    animation-name:slideUp
}
/*container*/
.container{
    width:1200px;
    margin: 0 auto;
}
.container:after{
    content: "";
    width: 100%;
    display: block;
    clear: both;overflow: hidden;
}
.content{
    width: 100%;
    background: #fff;
    position: relative;z-index: 2;
}
.content.offer{
    background:url(images/offer.png) repeat;
}
/*title*/
.new-title{ padding:45px 0; position:relative}
.new-title .ico{ margin-bottom:10px; display:block}
.new-title h3{font-size:14px;line-height:30px;}
.new-title h3 abbr{ font-size:26px; font-weight:normal;padding-right:20px;}
.new-title .more{ position:absolute; z-index:1; right:20px;top:50%; width:250px;}
.new-title .more a{ display:inline-block; position:relative; font-size:16px; text-transform:uppercase; color:#666; width:75px;transition: all .7s ease;}
.new-title .more a:hover{ width:260px}
.new-title .more a i{display:block; position:absolute; z-index:1;top:0; bottom:0; left:55px; right:0; background:url(images/arrow.png) no-repeat center right;}
.service-process .new-title{color:#fff;padding:100px 0 50px 0;}
.container>.title{text-align:center;padding:80px 0 50px 0;}
.container>.title.white{color:#fff;}
.container>.title h3{font-size:36px;}
.container>.title h4{font-size:36px;margin-bottom:20px;}
.container>.title p{font-size:14px;}
/*footer*/
.footer{
    background:#191938;
    padding-top: 75px;
    position: relative;z-index: 2;
    width: 100%;
}
.footer:before{
    content:"";
    height:50px;width: 100%;
    position: absolute;top:-30px;
    display: block;
    background:url(images/footer.png)center top no-repeat;
}
.footer .foot{
    width: 100%;height:250px;
}
.footer .foot dl{
    width:20%;
    float: left;
}
.footer .foot dt{
    color: #fff;font-size: 16px;
    margin-bottom:20px;
}
.footer .foot dd{
    font-size: 12px;
}
.footer .foot dd li{
    color:#a8a8af;
    line-height:25px;
}
.footer .foot dd li a{
    color:#a8a8af;
}
.footer .foot dd h5{
    line-height:25px;
    font-size:25px;
    color: #a8a8af;
}
.footer .foot dd p{
    font-size: 12px;
    color: #a8a8af;
    padding-bottom:5px;
}
.footer .foot dd p.last{
    padding-top:10px;
}
.footer .foot dd>a{
    float: left;
    margin-right:5px;
    position:relative;
}
.footer .foot dd a.online{
    height:40px;
    padding:0 25px;
    line-height:40px;
    font-size: 12px;
    color: #a8a8af;
    border:1px solid #a8a8af;
    border-radius:2px;
    display:inline-block;
}
.footer .foot dd a.wechat{
    height:40px;
    width: 40px;
    line-height:40px;
    font-size: 12px;
    color: #a8a8af;
    border:1px solid #a8a8af;
    border-radius:2px;
    display:inline-block;
    text-align:center;
}
.footer .foot dd a.wechat .tooltip{
    position: absolute;bottom: 80px;left: 50%;
    margin-left: -106px;padding: 15px;
    width: 210px;height:278px;
    border-radius: 5px;background: #fff;text-indent: 0;opacity:0;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    pointer-events: none;
    z-index: 2;
}
.footer .foot dd a.wechat .tooltip ul{
    height:50px;width:100%;
    padding-left: 60px;
    margin-bottom:15px;
    position: relative;
}
.footer .foot dd a.wechat .tooltip img{
    width:160px;
    height:160px;
    display: block;
    margin:0 auto;
}
.footer .foot dd a.wechat .tooltip ul:before{
    height:50px;width:50px;border-radius:10px;
    position: absolute;left:0;top:0;
    content: "";
    overflow: hidden;
    background-size:100%;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.footer .foot dd a.wechat .tooltip ul:before{
    background-image: url(images/huakon.png);
}
.footer .foot dd a.wechat .tooltip ul li{
    width: 100%;font-size: 14px;text-align: left;
}
.footer .foot dd a .tooltip ul li:nth-child(1){
    height:30px;line-height:30px;font-size: 18px;
}
.footer .foot dd a .tooltip ul li:nth-child(2){
    height:15px;line-height:15px;
}
.footer .foot dd a .tooltip p{
    font-size: 12px;line-height:35px;color:#858585;margin: 0;padding: 0;
}
.footer .foot dd a .tooltip:after {
    position:absolute;
    bottom:-10px;
    left:50%;
    margin-left:-9px;
    border-top:10px solid rgba(255,255,255,1);
    border-right:10px solid transparent;
    border-left:10px solid transparent;
    content:''
}
.footer .foot dd a.wechat:hover .tooltip {
    bottom:55px;
    opacity:1
}
.footer .foot dd>a:hover{
    background:#fff;
    border-color:#fff;
    color: #191938;
}
.footer .foot dd a.online svg{
    width:18px;height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
.footer .foot dd a.wechat svg{
    width:18px;height: 18px;
    vertical-align: middle;
}
.footer .copyright{
    position: absolute;bottom:-16px;left:0;right:0;
    text-align: center;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    color: #a3a3a9;
    background-color: #000022;
}
.footer .copyright svg{
    height:20px;width:100px;
    color:#a3a3a9;
    vertical-align: middle;
}
/*erro-msg*/
.erro-msg{width:100%;height:200px;margin:140px auto 100px;text-align: center;}
.erro-msg svg{height:5rem;width:5rem;}
.erro-msg h1{font-size:1.8rem;line-height:4rem;}
.erro-msg h2{font-size:1rem;line-height:2rem;margin-bottom:20px;}
/*btn-item*/
.huakon-btn {
    display:inline-block;
    height:38px;
    line-height:38px;
    padding:0 18px;
    background-color:#009688;
    color:#fff;
    white-space:nowrap;
    text-align:center;
    font-size:14px;
    border:none;
    border-radius:2px;
    cursor:pointer;
    opacity:.9;
    filter:alpha(opacity=90);
    outline:none;
    font-family: "Microsoft Yahei";
}
.huakon-btn:hover {
    opacity:.8;
    filter:alpha(opacity=80);
    color:#fff;
}
.huakon-btn:active {
    opacity:1;
    filter:alpha(opacity=100);
}
.huakon-btn+.huakon-btn {
    margin-left:10px;
}
.huakon-btn-radius {
    border-radius:100px;
}
.huakon-btn svg{
    height:18px;width: 18px;
    vertical-align: middle;
}
.huakon-btn-primary {
    border:1px solid #C9C9C9;
    background-color:#fff;
    color:#555;
}
.huakon-btn-primary:hover {
    border-color:#009688;
    color:#333;
}
.huakon-btn-normal {
    background-color:#0072C6;
}
.huakon-btn-warm {
    background-color:#F7B824;
}
.huakon-btn-danger {
    background-color:#FF5722;
}
.huakon-btn-disabled,.huakon-btn-disabled:active,.huakon-btn-disabled:hover {
    border:1px solid #e6e6e6;
    background-color:#FBFBFB;
    color:#C9C9C9;
    cursor:not-allowed;
    opacity:1;
}
.huakon-btn-big {
    height:44px;
    line-height:44px;
    padding:0 25px;
    font-size:16px;
}
.huakon-btn-small {
    height:30px;
    line-height:30px;
    padding:0 10px;
    font-size:12px;
}
.huakon-btn-small i {
    width:16px!important;
    height:16px!important;
}
.huakon-btn-mini {
    height:22px;
    line-height:22px;
    padding:0 5px;
    font-size:12px;
}
.huakon-btn-mini svg {
    width:14px!important;
    height:14px!important;
}
/*联系我们*/
.gallery-offer{
    width:100%;height:auto;
    padding:80px 0;
}
.gallery-offer h2{
    font-size: 36px;
    padding-bottom: 50px;
    font-weight: normal;
}
.gallery-offer .italic{font-size: 12px;font-family: "宋体"; color:#8f8f8f; font-style:normal;}
.gallery-offer ul{display:flex;margin-bottom:70px;}
.gallery-offer li{position:relative;margin-right:10px;}
.gallery-offer li.content:{    
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;}
.gallery-offer li:last-child{margin-right:0;}
.gallery-offer li a{position:absolute;right:10px;top:10px;height:40px;line-height:40px;padding:0 10px;display:inline-block;background:#fbfbfb;color:#333;}
.gallery-offer li a:hover{background:#f1f1f1;}
.gallery-offer li input[type=text]{font-size:14px;height:60px;line-height:60px;padding:0 10px;width:100%;outline:none;}
.gallery-offer li input[name=name],
.gallery-offer li input[name=contact],
.gallery-offer li input[name=code]{width:210px;}
.gallery-offer li input[type=submit]{
    background-color: #040404;
    color:#fff;
    text-align: center;
    cursor:pointer;
    font-size:14px;
    height:60px;
    line-height:56px;
    padding:0 20px;
    border: 2px solid #040404;
    box-sizing:border-box;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.gallery-offer li input[type=submit]:hover{background: #fff;color:#040404;}
/*返回顶部*/
.to-top{
    display: none;
    color:#555;
    z-index:10;
}
.to-top:hover{
    color:#0072C6;
}
.to-top svg{
    height:40px;width:40px;vertical-align: middle;
}
/*上下级*/
.page-up-down{
    height:80px;width:1200px;
    margin:0 auto;
}
.page-up-down li{
    width:50%;height:80px;
    padding-top:17px;
    line-height:80px;
    float: left;
    text-align:right;
}
.page-up-down li:first-child{
    text-align:left;
}
.page-up-down li a{
    color:#000;
    text-decoration:none;
    font-size:16px;
    position:relative;
    height:45px;width:auto;
    padding:0 10px;
    line-height:45px;
    display: inline-block;
    overflow: hidden;
}
.page-up-down li a:after{
    content:"";
    position:absolute;left:-100%;bottom:0;
    height:2px;width:100%;
    background:#000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
    transition: all .3s;
}
.page-up-down li a:hover:after{
    left: 0;
}
.page-up-down li a span{
    padding:0 10px;
}
/*gallery*/
.gallery-foucs{
    height:500px;width: 100%;
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    position: relative;
    background-image:url(images/banner-gallery.png);
}
.focus-text{
    width:1200px;height:80px;
    color:#fff;
    position: absolute;bottom:30px;left:50%;
    margin-left: -600px;
    z-index:10;
}
.focus-text h4{font-size:14px;font-style:normal;line-height:30px;}
.focus-text h2{font-size:40px;font-style:normal;}
/*case*/
.case-list{background:#F4F5F9;padding-bottom:26px;}
.case-list li{float:left;width:286px;height:315px;overflow:hidden;margin:0 18px 18px 0;text-align:center;background:#fff;position:relative;transition:all .2s}
.case-list li:nth-child(4n){margin-right:0;}
.case-list li .case-pad{width:286px;height:180px}
.case-list li .info{height:135px;overflow:hidden;position:absolute;left:0;right:0;bottom:0;background:#fff;transition:all .2s}
.case-list li .info .logo{height:50px;width:50px;transition:all .2s;margin:19px auto;border-radius:5px;overflow:hidden;}
.case-list li .info .logo img{vertical-align:middle;width:100%;}
.case-list li .info .title{font-size:14px;color:#646466;margin-bottom:35px}
.case-list li .info .text{font-size:14px;color:#666;padding:0 30px;text-align:left;line-height:1.8}
.case-list li:hover .info{height:315px}
/* mask */
.mask{
    position: absolute;z-index: 9;left:0;top:0;right:0;bottom:0;
    background:rgba(0,0,0,.3);
}
.mask-icon{
    position: absolute;z-index: 9;left:0;top:0;right:0;bottom:0;
    background:url(images/mask-dot.png);
}