/*轮播图*/
.slideBox1{width: 100%;min-width:1000px; overflow:hidden; position:relative; text-align: center; height: 480px;}
.slideBox1 .bd{ position:relative; z-index:0;}
.slideBox1 .bd ul{width:100% !important}
.slideBox1 .bd li{width:100% !important; zoom:1; vertical-align:middle; height: 480px;}
.slideBox1 .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slideBox1 .hd{display: none;}
.slideBox1 .prev, .slideBox1 .next {
    display: none;
}

/*产品分类*/
.products{
    width: 100%;
    height: 430px;
    margin-top: 60px;
}

.products .aside{
    float: left;
    width: 200px;
}
.products .aside .title{
    width: 100%;
    height: 70px;
    background-color: #014090;
    overflow: hidden;
}
.products .aside .title h2{
    font-size: 20px;
    color: #fff;
    margin: 14px 0 0 25px;
}
.products .aside .title .eng{
    color: #c2cadc;
    font-size: 14px;
    font-weight: bold;
    margin-left: 25px;
}
.products .aside ul{
    padding: 7px 0 11px 0;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}
.products .aside li{
    padding-left: 24px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #dddcdc;
    background: url(/web_images/arrow.jpg) no-repeat 188px;
}
.products .aside li a{
    display: block;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}
.products .aside .more{
    width: 100%;
    height: 32px;
    line-height: 32px;
    background-color: #014090;
}
.products .aside .more a{
    padding-left: 23px;
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    background: url(/web_images/more.jpg) no-repeat 173px;
}
.products .right{
    width: 962px;
}

.products .right .title{
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #014090;
}
.products .right .title h2{
    color: #fff;
    font-size: 18px;
    float: left;
    margin-left: 26px;
}
.products .right .title .eng{
    color: #c2cadc;
    font-size: 14px;
    float: left;
    margin-left: 10px;
    font-weight: bold;
}
.products .right .title a{
    font-family: "Arial Regular";
    color: #fff;
    font-size: 14px;
    float: right;
    margin-right: 25px;
}
.products .right ul{
    overflow: hidden;
    font-size: 0;
    margin-top: 25px;
}
.products .right li{
    width: 226px;
    float: left;
    position: relative;
    margin: 0 19px 8px 0;
}
.products .right li.last{
    margin-right: 0;
}
.products .right li .pic{
    width: 222px;
    height: 114px;
    font-size: 0;
    border: 2px solid #dbdbdb;
}
.products .right li .pic img{
    width: 222px;
    height: 114px;
    vertical-align: top;
}

.products .right li h3{
    text-align: center;
    width: 100%;
    color: #787878;
    font-size: 14px;
    line-height: 31px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.aboutus{
    width: 100%;
    height: 548px;
    background: url(/web_images/aboutusbg.jpg) no-repeat center;
}
.aboutus .left{
    width: 308px;
    height: 365px;
    margin: 90px 0 0 40px;
}
.aboutus .left img{
    width: 308px;
    height: 365px;
    vertical-align: top;
}
.aboutus .right{
    width: 774px;
    margin-right: 36px;
    margin-top: 76px;
}
.aboutus .right .title{
    width: 100%;
    height: 47px;
    line-height: 47px;
    background-color: #014090;
}
.aboutus .right .title h2{
    float: left;
    font-size: 22px;
    color: #fff;
    margin: 0 10px 0 37px;
}
.aboutus .right .title .eng{
    float: left;
    color: #a5b2cd;
    font-family: "Arial Regular";
    font-size: 14px;
    font-weight: bold;
}
.aboutus .right .title a{
    float: right;
    color: #fff;
    font-size: 14px;
    font-family: "Arial Regular";
    margin-right: 40px;
}
.aboutus .right .txt{
    color: #3c3c3c;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
}
/*技术支持*/
.technical{
    width: 100%;
    height: 554px;
}
.technical .box{
    overflow: visible;
}
.technical .left{
    width: 878px;
    height: 416px;
    border: 6px solid #f2f2f2;
    margin-top: 62px;
    overflow: hidden;
}
.technical .left .title{
    margin: 33px 30px 0 35px;
    height: 47px;
    line-height: 47px;
    background-color: #014090;
}
.technical .left .title h2{
    float: left;
    font-size: 22px;
    color: #fff;
    margin: 0 10px 0 37px;
}
.technical .left .title .eng{
    float: left;
    color: #a5b2cd;
    font-family: "Arial Regular";
    font-size: 16px;
    font-weight: bold;
}
.technical .left .title a{
    float: right;
    color: #fff;
    font-size: 14px;
    font-family: "Arial Regular";
    margin-right: 40px;
}
.technical .left ul{
    width: 592px;
    margin: 17px 0 0 35px;
}
.technical .left li{
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(/web_images/dotted.jpg) no-repeat left;
    padding-left: 10px;
}
.technical .left li a{
    width: 100%;
    display: block;
    font-size: 16px;
    color: #272727;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.slideBox{margin-top: 62px; float: right; width:264px; height:416px;position:relative; border:6px solid #ed8129;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{display: none;}
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:264px; height:416px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute;right: -36px;bottom: -6px; display:block; width:21px; height:21px;}
.slideBox .prev{
    background: url(/web_images/icoleft.jpg) no-repeat center;
}
.slideBox .next{
    background: url(/web_images/icoright.jpg) no-repeat center;
    bottom: 20px;
}






    /*在线留言*/
.online{
    width: 100%;
    height: 316px;
    background-color: #f2f2f2;
}
.online .box{
    height: 316px;
    background: url(/web_images/online.jpg) no-repeat left bottom;
}
.online .title{
    width: 295px;
    height: 45px;
    line-height: 45px;
    background-color: #014090;
    margin: 29px 0 0 40px;
}
.online .title h2{
    color: #fff;
    font-size: 22px;
    float: left;
    margin: 0 8px 0 30px;
}
.online .title .eng{
    color: #a5b2cd;
    float: left;
    font-size: 16px;
    font-weight: bold;
}
.online .form{
    margin: 30px 0 0 272px;
}
.online .form .top{
    overflow: hidden;
    margin-bottom: 22px;
}
.online .form .write{
    width: 246px;
    border: 1px solid #014090;
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 67px;
}
.online .form .write2{
    width: 258px;
}
.online .form .write.last{
    width: 282px;
    margin-right: 0;
}
.online .form .write h3{
    float: left;
    color: #747475;
    font-size: 16px;
    font-weight: normal;
    margin-left: 3px;
}
.online .form .write input{
    float: left;
    margin-left: 6px;
    height: 32px;
    line-height: 32px;
    background: transparent;
    color: #747475;
    font-family: "Microsoft YaHei";
}
.online .form .text{
    width: 925px;
    height: 73px;
    border: 1px solid #014090;
    overflow: hidden;
}
.online .form .text h3{
    float: left;
    color: #747475;
    font-size: 16px;
    font-weight: normal;
    line-height: 26px;
    margin-left: 3px;
}
.online .form .text textarea{
    color: #747475;
    font-size: 16px;
    line-height: 26px;
    margin-left: 6px;
    width: 830px;
    height: 70px;
    float: left;
    font-family: "Microsoft YaHei";
    background: transparent;
    resize: none;
}
.online .btn{
    text-align: center;
    margin-top: 18px;
    overflow: hidden;
}
.online .btn a{
    float: left;
    width: 129px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    font-size: 16px;
    background-color: #b5b5b5;
    margin-right: 30px;
}
.online .btn .sure{
    background-color: #014090;
}
.pf{
    position: fixed;
    top: 200px;
    right: 20px;
}
.pf ul li{
    font-size: 0;
    margin-bottom: 10px;
    position: relative;
    white-space: nowrap;
}
.pf ul li img{
    width: 45px;
    height: 46px;
}
.pf ul li:hover .num{
    display: block;
}
.pf ul li .num{
    height: 46px;
    line-height: 46px;
    color: #000;
    font-size: 16px;
    position: absolute;
    right: 50px;
    top: 0;
    display: none;
}



/*word-break: break-all;*/
/*text-overflow: ellipsis;*/
/*display: -webkit-box; /!** 对象作为伸缩盒子模型显示 **!/*/
/*-webkit-box-orient: vertical; /!** 设置或检索伸缩盒对象的子元素的排列方式 **!/*/
/*-webkit-line-clamp: 7; /!** 显示的行数 **!/*/
/*overflow: hidden;  /!** 隐藏超出的内容 **!/*/