  body {

    min-width: 1200px;
    

}







.btn {

    padding: 18px 0;

    width: 200px;

    background-color: #fd4926;

    color: #fff;

    cursor: pointer;

    text-align: center;

    display: inline-block;

    -moz-transition: .5s;

    -o-transition: .5s;

    -webkit-transition: .5s;

    transition: .5s;

}



.btn:hover {

    box-shadow: 3px 3px 5px #ddd, -3px -3px 5px #ddd;

    width: 208px;

}







#main {

    background-color: #f5f5f5;


}



#main .intro {

    position: relative;

    height: 600px;

    background-color: #272727;

}



/* 本例子css */

.slideBox {

    width: 100%;

    height: 600px;

    overflow: hidden;

    position: relative;

}



.slideBox .hd {

    height: 15px;

    overflow: hidden;

    position: absolute;

    right: 5px;

    bottom: 5px;

    z-index: 1;

}



.slideBox .hd ul {

    overflow: hidden;

    zoom: 1;

    float: left;

}



.slideBox .hd ul li {

    float: left;

    margin-right: 2px;

    width: 15px;

    height: 15px;

    line-height: 14px;

    text-align: center;

    background: #fff;

    cursor: pointer;

}



.slideBox .hd ul li.on {

    background: #f00;

    color: #fff;

}



.slideBox .bd {

    position: relative;

    height: 100%;


    z-index: 0;

}



.slideBox .bd li {

    zoom: 1;

    vertical-align: middle;

    background-position: center;

    background-size: auto;

    height: 600px;

    width: 100%;

}



.slideBox .bd img {

    width: 100%;

    height: 100%;

    display: block;

}



/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox .prev,

.slideBox .next {

    position: absolute;

    left: 0;

    top: 50%;

    margin-top: -25px;

    display: block;

    width: 49px;

    height: 53px;

    background: url(/weboms/Template/pc_web/statics/imgs/ss_left.jpg) no-repeat;

    filter: alpha(opacity=50);

    opacity: 0.5;

}



.slideBox .next {

    background: url(/weboms/Template/pc_web/statics/imgs/ss_right.jpg);

    right: 0;

    left: auto;

}



.slideBox .prev:hover,

.slideBox .next:hover {

    filter: alpha(opacity=100);

    opacity: 1;

}



.slideBox .prevStop {

    display: none;

}



.slideBox .nextStop {

    display: none;

}



#main .hwProducts {

    background: #fff;

    border-top: 1px solid #eeeeee;

    border-bottom: 1px solid #eeeeee;

    box-shadow: 0 3px 5px rgba(221, 221, 221, .6);

}



#main .hwProducts ul.pdts {

    color: #333;

    width: 62.5%;

    margin-left: 18.75%;

    background-color: #fff;

    overflow: hidden;

    padding: 30px 0;

    clear: both;

}



#main .hwProducts ul.pdts li {

    float: left;

    text-align: center;

    width: 16.66%;

    border-right: 1px solid #ccc;

}





#main .hwProducts ul.pdts .last-cld {

    border-right: none;

}



#main .hwProducts ul.pdts li a {

    color: #666;

    font-size: 14px;

}



#main .hwProducts ul.pdts li:last-child {

    margin-right: 0;

}



#main .hwProducts ul.pdts li:hover a {

    color: #fd4926;

}



#main .hwProducts ul.pdts li i {

    width: 90px;

    height: 60px;

    display: inline-block;

    -webkit-transition: .4s;-moz-transition: .4s;transition: .4s;

}



#main .hwProducts ul.pdts li a:hover {

    color: #fd4926;

}



#main .hwProducts ul.pdts li img {

    width: 90px;

    height: 60px;

    display: inline-block;

}



#main .hwProducts ul.pdts li p {

    margin-top: 12px !important;

    margin-bottom: 0 !important;

}

#main .hwProducts ul.pdts li:hover i{

   

}

#main .hwProducts ul.pdts li i.camera {

    background: url(/weboms/Template/pc_web/statics/imgs/home/camera.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.camera {

    background: url(/weboms/Template/pc_web/statics/imgs/home/camera.png) no-repeat 0 -60px;

}



#main .hwProducts ul.pdts li i.ele {

    background: url(/weboms/Template/pc_web/statics/imgs/home/elec.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.ele {

    background: url(/weboms/Template/pc_web/statics/imgs/home/elec.png) no-repeat  0 -60px;

}



#main .hwProducts ul.pdts li i.sensor {

    background: url(/weboms/Template/pc_web/statics/imgs/home/sensor.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.sensor {

    background: url(/weboms/Template/pc_web/statics/imgs/home/sensor.png) no-repeat 0 -60px;

}



#main .hwProducts ul.pdts li i.hardware {

    background: url(/weboms/Template/pc_web/statics/imgs/home/hardware.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.hardware {

    background: url(/weboms/Template/pc_web/statics/imgs/home/hardware.png) no-repeat 0 -60px;

}



#main .hwProducts ul.pdts li i.neon {

    background: url(/weboms/Template/pc_web/statics/imgs/home/neon.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.neon {

    background: url(/weboms/Template/pc_web/statics/imgs/home/neon.png) no-repeat 0 -60px;

}



#main .hwProducts ul.pdts li i.product {

    background: url(/weboms/Template/pc_web/statics/imgs/home/concat.png) no-repeat 0 0;

}



#main .hwProducts ul.pdts li:hover i.product {

    background: url(/weboms/Template/pc_web/statics/imgs/home/concat.png) no-repeat 0 -60px;

}



#main .section1 {

    margin: 0 13.5%;

    margin-top: 60px;

}



#main .section1 .info {

    margin-top: 30px;

    margin-bottom: 110px;

}



#main .section1 .info .one {

    margin-bottom: 10px;

}



#main .section1 .info ul li {

    background-color: #fff;

    height: 392px;

    float: left;

    font-size: 18px;

    cursor: pointer;

    -webkit-transition: .4s;

    -moz-transition: .4s;

    transition: .4s;

}



#main .section1 .info ul li .name {

    margin-bottom: 26px !important;

}



#main .section1 .info ul li .go i {

    width: 20px;

    height: 20px;

    display: inline-block;

    background: url(/weboms/Template/pc_web/statics/imgs/go.png) no-repeat;

}



#main .section1 .info ul li:hover {

    color: #fd4926;

    box-shadow: 3px 3px 8px #ddd, -3px -3px 8px #ddd;

}



#main .section1 .info ul li:hover .go i {

    background: url(/weboms/Template/pc_web/statics/imgs/go_h.png) no-repeat;

}



#main .section1 .info ul li.item1 {

    width: 63.1%;

    padding-top: 40px;



    padding-left: 4.5%;

    position: relative;



}



#main .section1 .info ul li.item1 img {

    height: 90%;

    position: absolute;

    right: 10%;

    bottom: 5%;

}



#main .section1 .info ul li.item2 {

    width: 35.9%;

    float: right;

    position: relative;

    padding-top: 40px;

    padding-left: 4.5%;

}



#main .section1 .info ul li.item2 img {

    width: 61.6%;

    height: 68.8%;

    position: absolute;

    right: 10%;

    bottom: 30px;

}



#main .section1 .info .two li {

    width: 32.8%;

    margin-right: 0.7%;

    padding-top: 40px;

    padding-left: 4.5%;

    position: relative;

}



#main .section1 .info .two li img {

    position: absolute;

    bottom: 30px;

    width: 70%;

    max-height: 250px;

}



#main .section2 .left {

    width: 50%;

    height: 580px;

    background-color: #2c2c2c;

}



#main .section2 .left img {

    width: 100%;

    height: 100%;

}



#main .section2 .right {

    right: 0;

    bottom: 0;

    height: 630px;

    width: 50%;

    background-color: #fff;

    padding-left: 13%;

}



#main .section2 .right h3 {

    margin-top: 130px;

    font-size: 36px;

}



.section p.text {

    width: 75%;

}



.section .sub-title {

    margin-top: 12px !important;

    margin-bottom: 20px !important;

    font-size: 18px;

}



.section .text {

    line-height: 1.8;

}



.section .more {

    margin-top: 50px;

}



.section3 {

    background-color: #fff;

    height: 840px;

}



.section3 .left {

    padding-left: 7.5%;

    width: 50%;

    display: inline-block;

    padding-top: 100px;

}



.section3 .right {

    position: absolute;

    height: 100%;

    width: 50%;

    right: 0;

    top: 0;

}



.section3 .right img {

    width: 100%;

    height: 100%;

}



.section3 .bottom {

    position: absolute;

    bottom: 15px;

    left: 7.5%;

    width: 36.3%;

    border: 1px solid #eee;

    background-color: #fff;

    padding: 46px 0 40px;

    box-shadow: 0 3px 5px rgba(221, 221, 221, .6), 0 -3px 5px rgba(221, 221, 221, .6);

}



.section3 .bottom ul {

    overflow: hidden;

}



.section3 .bottom ul li {

    width: 18%;

    /* 225px; */

    height: 190px;

    text-align: center;

    float: left;

    padding-top: 34px;

    border-right: 1px solid #ccc;

}



.section3 .bottom ul li.last-cld {

    border-right: none;

    width: 38.9%;

    /* 420px; */

    padding-top: 0;

    text-align: left;

    padding-left: 4%;

}



.section3 .bottom ul li .num {

    font-size: 60px;

    /* font-weight: bold; */

    color: #fd4926;

}



.section4 {

    padding: 0 13.5%;

    background-color: #fff;

    padding-top: 110px;

    padding-bottom: 65px;

}



.section4 .title {

    margin-bottom: 40px;

}



.section4 .category {

    overflow: hidden;

}



.section4 .category dl {

    float: left;

    cursor: pointer;

    margin-right: 2px;

}



.section4 .category dl:hover {

    color: #fff;

    background-color: #fd4926;

}



.section4 .category dl dt {

    padding: 10px 18px;

}



.actived {

    color: #fff;

    background-color: #fd4926;

}



.section4 .category .more {

    float: right;

    color: #999;

    cursor: pointer;

    font-size: 16px;

    height: 39px;

    line-height: 39px;

}



.section4 .category .more a:hover {

    color: #fd4926;

}



.section4 .news {

    margin-top: 35px;

    position: relative;

    height: 545px;

    overflow: hidden;

}



/* .section4 .news .content {

    display: none;

} */



.section4 .news .content {

    opacity: 0;

    visibility: hidden;

    transition: .3s;

    position: absolute;

    top: 0;

    left: 0;

}



.section4 .news .content.slted {

    animation: index-product 1s 0s ease both;

}



@keyframes index-product {

    0% {

        transform: translateY(20px);

    }



    100% {

        transform: translateY(0px);

        opacity: 1;

        visibility: visible;

    }

}



/* .section4 .news .content.slted {

    display: block;

} */



.section4 .news ul.list {

    width: 100%;

    height: 475px;

}



.section4 .news ul.list li {

    float: left;

    width: 23.9%;

    margin-right: 1.4%;

    /* width: 335px; */

    /* padding:0 0.7%; */



    overflow: hidden;

    padding-bottom: 30px;

    font-size: 14px;

    height: 430px;

    border-bottom: 1px solid #ddd;

    cursor: pointer;

}



.section4 .news ul.list li:nth-child(4n) {

    margin-right: 0;

}



.section4 .news ul li:hover .selected {

    color: #fd4926;

}



.section4 .news ul li:hover {

    border-color: #fd4926;

}



.section4 .news ul li.last-cld {

    margin-right: 0;

}



.section4 .news ul li div.pic {

    width: 100%;

    height: 230px;

    overflow: hidden;

}



.section4 .news ul li div img {

    width: 100%;

    height: 100%;

    -webkit-transition: .5s;

    -o-transition: .5s;

    -moz-transition: .5s;

    transition: .5s;

}



.section4 .news ul li:hover img {

    -webkit-transform: scale(1.05);

    -moz-transform: scale(1.05);

    -o-transform: scale(1.05);

    -ms-transform: scale(1.05);

    transform: scale(1.05);

}



.section4 .news ul li a p {

    color: #666;

}



.section4 .news ul li a .desp {

    min-height: 76px;

    color: #666;

}



.section4 .news ul li a .time {

    margin-top: 12px !important;

    margin-bottom: 15px !important;

    color: #999;

}



.section4 .news ul li a h4 {

    line-height: 1.5;

    font-size: 16px;

    margin-bottom: 15px;

    color: #333;

}



.section4 .news ul.page {

    padding-top: 53px;

    text-align: center;

}



ul.page a,

ul.page li {

    width: 12px;

    height: 12px;

    background: #dadada;

    color: #dadada;

    line-height: 12px;

    text-align: center;

    font-size: 14px;

    display: inline-block;

    margin: 0 4px;

    transition: .3s;

}



ul.page .on,

.page li:hover {

    background: #fd4926;

    color: #fd4926;

}



.section5 {

    padding: 67px 13.5%;

    background-color: #f5f5ff;

}



.section5 ul li {

    background-color: #fff;

    width: 24.3%;

    height: 175px;

    margin-right: 0.9%;

    overflow: hidden;

    text-align: center;

    float: left;

    cursor: pointer;

    border: 1px solid #e7e7e7;

}



.section5 ul li:hover {

    box-shadow: 3px 3px 8px #ddd, -3px -3px 8px #ddd;

}



.section5 ul li:hover a {

    color: #fd4926;

}



.section5 ul li:before {

    content: '';

    display: inline-block;

    height: 100%;

    vertical-align: middle;

}



.section5 ul li .content {

    display: inline-block;

    vertical-align: middle;

}



.section5 ul li .content i {

    width: 60px;

    height: 60px;

    display: inline-block;

    margin-bottom: 10px;



}



.section5 ul li .content i.free {

    background: url(/weboms/Template/pc_web/statics/imgs/sample.png) no-repeat;

}



.section5 ul li:hover .content i.free {

    background: url(/weboms/Template/pc_web/statics/imgs/sample_h.png) no-repeat;

}



.section5 ul li .content i.vedio {

    margin-bottom: 20px;

    background: url(/weboms/Template/pc_web/statics/imgs/vedio.png) no-repeat;

}



.section5 ul li:hover .content i.vedio {

    background: url(/weboms/Template/pc_web/statics/imgs/vedio_h.png) no-repeat;

}



.section5 ul li .content i.adv {

    background: url(/weboms/Template/pc_web/statics/imgs/advisory.png) no-repeat;

}



.section5 ul li:hover .content i.adv {

    background: url(/weboms/Template/pc_web/statics/imgs/advisory_h.png) no-repeat;

}



.section5 ul li .content i.saled {

    background: url(/weboms/Template/pc_web/statics/imgs/saled.png) no-repeat;

}



.section5 ul li:hover .content i.saled {

    background: url(/weboms/Template/pc_web/statics/imgs/saled_h.png) no-repeat;

}



.section5 ul li.last-cld {

    margin-right: 0;

}







.index-product {

    padding-top: 50px;
    padding-bottom: 50px;

    margin-bottom: 0px;

    background-color:#f2f2f3;

}

.global_hw{width:100%;height:650px;background-color:#ffffff;padding-top:20px;padding-bottom:20px;}

.global_hw .company{width:1180px;height:590px;margin:25px auto;}

.global_hw .company .gsjj{height:60px;width:1180px;text-align:center;margin-bottom:20px;}

.global_hw .company .gsjj .name{font-size:28px;color:#333; }

.global_hw .company_left{float:left;width:550px;height:410px;margin:20px 1px;}

.global_hw .company_right{float:right;width:530px;height:420px;margin:15px 20px 20px 1px;}

.global_hw .company_right .title{font-size:20px;color:#282829;}

.global_hw .company_right .content{font-size:14px;color:#464343; margin-top:10px;line-height:32px;border:7px double #4d4db7;padding:15px;}

.global_hw .company_right .button{width:95px;height:34px;background:#272796;margin-top:30px;
    text-align:center;font-size: 16px;color:#fdfcfc;padding-top:5px;}

.global_hw .company_right .button:hover{background-image:url(http://www.hwgd.com.cn/upload/002.jpg);}

.global_hw .company_right .button a{text-decoration:none;color:white;}

.global_hw .company_right .button a:link{color:white;}
.backg{width:100%;height:273px;margin:0 auto;}
img .Mg{width:100%;height:100%;}


.index-product .nav,

.index-news .nav{

    text-align: center;

    margin-top: 40px;

}

.index-product .nav li,

.index-news .nav li{

    transition: .3s;

    margin: 0 5px;

}

.index-product .nav li a,

.index-news .nav li a{

    font-size: 16px;

    width: 200px;

    height: 45px;

    border-radius:30px;

    color: #333;

    line-height: 45px;

    cursor: pointer;

    text-decoration: none;

    

}

.index-product .nav li.active a,

.index-news .nav li.active a{

    background: #fd4926;

    color: #fff !important;

}

.index-news .nav li a:hover{

    color: #fd4926;

}



.index-product .main{

    width: 100%;

    height: 450px;

    position: relative;

    margin-top: 55px;

}

.index-product .main .content{

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    opacity: 0;

    visibility: hidden;

    transform: translateY(20px);

    transition: .3s;

}

.index-product .main .content.active{

    opacity: 1;

    visibility: visible;

    transform: translateY(0px);

}

.index-product .main .content li{

    float: left;

    width: 340px;

    height: 100%;

    display: block;

    margin-right: 13.33px;

}

.index-product .main .content li a{

    text-decoration:none;
}


.index-product .main .content li:nth-child(4n){

    margin-right: 0px;

}

.index-product .main .content li .img{

    width: 100%;

    height: 340px;

    overflow: hidden;

    padding: 10px;

}

.index-product .main .content li .img:hover{

    background-color: #fd4926;
}

.index-product .main .content li .img img{

    transition: .3s;

}

.index-product .main .content li:hover .img img{

    transform: scale(1.05);

}

.index-product .main .content li h4{

    margin-top: 24px;

    font-size: 16px;

    color: #333;

    text-align: center;

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}

.index-product .main .content li:hover h4{

    color: #fd4926;

}

.index-product .link{

    width: 225px;

    height: 58px;

    font-size: 16px;

    color: #333;

    border: 2px solid #333;

    border-radius: 30px;

    text-align: center;

    line-height: 56px;

    margin: 0 auto;

    display: block;

    position: relative;

}

.index-product .link:hover{

    border-color: #fd4926;

    color: #fff;

}

.index-product .w1600{

    width: 1400px;

    margin-left: auto;

    margin-right: auto;

}

.index-product .index-title{

    text-align: center;

}

.index-product .nav li,

.index-product .nav li a{

    display: inline-block;
    text-decoration: none;

}



.anim2:hover span{

    z-index: 2;

    position: relative;

    transition: auto;

}

.anim2:before {

    content: "";

    position: absolute;

    left: 0;

    top: 50%;

    width: 100%;

    height: 0;

    background: #fd4926;

    -webkit-transition: .3s;

    -o-transition: .3s;

    transition: .3s;

    opacity: 0;

    border-radius: 30px;

}

.anim2:hover:before {

    opacity: 1;

    height: 100%;

    top: 0;

}



.index-news{

    padding-top: 45px;

    padding-bottom: 40px;

    background-color:#ffffff;

}

.index-news .w1400 .t-c{width:100%;}

.index-news .w1400 .t-c h3{font-size:28px;text-align:center;}

.index-news a,.index-news li{

    display: inline-block;

}

.index-news .main{

    margin:60px auto;

    width: 100%;

    height: 570px;

    position: relative;

    margin-bottom:1px;

}

.index-news .main .del-txt,

.index-news .main .del-tw{

    width: 50%;

    height: 100%;

    float: right;

    padding-left: 150px;

}

.index-news .main .del-txt li{

    width: 100%;

    height: 120px;

    vertical-align: middle;

    border: none;

}

.index-news .main .del-txt li~li{

    margin-top: 30px;

}

.index-news .main .del-txt li .time{

    width: 90px;

    height: 85%;

    

    text-align: center;

    color: #fff;

    box-sizing: border-box;

   

    line-height: 1;

    float: left;

    transition: .3s;

    padding-bottom: 10px;

}

.index-news .main .del-txt li .time{

    vertical-align: middle;

}

.index-news .main .del-txt li .time span{

    display: inline-block;

    vertical-align: middle;

    height: 100%;

    width: 0;

}

.index-news .main .del-txt li .time .day{

    font-size: 36px;

}

.index-news .main .del-txt li .time .year{

    font-size: 16px;

    margin-top: 20px;

}

.index-news .main .del-txt li .txt{

    width: 360px;

    height: 100%;

    margin-left: 30px;

    float: left;

    box-sizing: border-box;

   /* padding-top: 27px;*/

}

.index-news .main .del-txt li .txt h4{

    color: #333;

    font-size: 15px;

    transition: .3s;

}

.index-news .main .del-txt li .txt .jj{

    margin-top: 0px;

    line-height: 20px;

    color: #666;

    font-size: 13px;

}

.index-news .main .del-txt li:hover .time{

 

}

.index-news .main .del-txt li:hover h4{

    color: #fd4926;

}

.index-news .main .del-txt{

    box-sizing: border-box;

    padding-left: 50px;

}

.index-news .main .del-tw .txt .txt-main {

    width: 460px;

    float: left;

    line-height: 1;

    padding-top: 35px;

    overflow: hidden;

}

.index-news .main .del-tw .txt .txt-main h4{

    color: #333;

    font-size: 15px;

    transition: .3s;

}

.index-news .main .del-tw .txt .txt-main .jj{

    font-size: 13px;

    color: #666;

    line-height: 25px;

    margin-top: 0px;

}

.index-news .main .del-tw .img{

    height: 420px;

    width: 100%;

    overflow: hidden;

}

.index-news .main .del-tw .img img{

    transition: .3s;

    height:420px;

}

.index-news .main .del-tw .img:hover img{

    transform: scale(1.05);

}

.index-news .main .del-tw:hover .txt .txt-main h4{

    color: #fd4926;

}

.index-news .main .del-tw .txt .txt-link{

    font-size: 16px;

    text-align: center;

    color: #fff;

    width: 120px;

    height: 39px;

    line-height: 39px;

    border-radius: 30px;

    float: right;

    margin-top: 65px;

    background: #fd4926;

}

.index-news .main .content{

    position: absolute;

    top: 0;

    left: 0;

    opacity: 0;

    visibility: hidden;

    transform: translateY(20px);

    transition: .3s;

}

.index-news .main .content.active{

    opacity: 1;

    visibility: visible;

    transform: translateY(0px);

    z-index: 2;

}





.ellipsis {

    overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

}



.ellipsis2 {

    -webkit-line-clamp: 2;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

.ellipsis3 {

    -webkit-line-clamp: 3;

    overflow: hidden;

    display: -webkit-box;

    -webkit-box-orient: vertical;

}

@keyframes  bounceInUp{

    0%,100%,60%,75%,90%{-webkit-transition-timing-function:cubic-bezier(0.215,.61,.355,1);transition-timing-function:cubic-bezier(0.215,.61,.355,1)}

    0%{opacity:0;-webkit-transform:translate3d(0,50px,0);transform:translate3d(0,50px,0)}

    100%{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}

}

.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp};



.right_sp{

    position: relative;

    z-index: 200;

}

.bofangbtn {

    position: absolute;

    width: 56px;

    height: 56px;

    left: 50%;

    top: 50%;

    margin-left: -28px;

    margin-top: -28px;

    z-index: 500;

}

.bofangbtn img.bofangimg {

    width: 100%;

    height: 100%;

        transition: 0.5s;

    -moz-transition: 0.5s;

    -webkit-transition: 0.5s;

    -o-transition: 0.5s;

}

.section3 .right:hover .bofangbtn img.bofangimg {

    transform: scale(1.2);

}