/*轮播图*/
.slideBox{width: 100%; min-width:1000px; overflow:hidden; position:relative; text-align: center; height: 445px;}
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd ul{width:100% !important}
.slideBox .bd li{width:100% !important; zoom:1; vertical-align:middle; height: 445px;}
.slideBox .bd li a{
    display: block;
    width: 100%;
    height: 100%;
}
.slideBox .hd{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 37px;
    z-index: 100;
}
.slideBox .hd ul{
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 0;
}
.slideBox .hd li{
    width: 12px;
    height: 12px;
    background-color: #fff;
    float: left;
    border-radius: 50%;
    margin: 0 8px;
    cursor: pointer;
}
.slideBox .hd li.on{
    background-color: #28c0f3;
}
.slideBox .prev, .slideBox .next {
    display: none;
}
/*产品展示*/
.products{
    width: 100%;
    height: 314px;
    text-align: center;
}
.products .title{
    margin-top: 44px;
}
.products .title .eng{
    color: #4f4f4f;
    font-size: 18px;
}
.products .title h2{
    color: #123b89;
    font-size: 38px;
}
.products ul{
    width: 100%;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-top: 40px;
}
.products li{
    width: 289px;
    height: 50px;
    line-height: 50px;
    float: left;
    background: url(/web_images/navli.jpg) no-repeat center;
    margin: 0 37px 22px 0;
}
.products li.last{
    margin-right: 0;
}
.products li a{
    display: block;
    color: #fff;
    font-size: 20px;
}

.news{
    width: 100%;
    height: 312px;
    background: url(/web_images/newsbg.jpg) no-repeat center;
    overflow: hidden;
}
.news .title{
    height: 30px;
    margin-top: 77px;
    overflow: hidden;
}
.news .title h2{
    float: left;
    font-size: 24px;
    color: #12398a;
}
.news .title h2 span{
    color: #b5b5b5;
    font-size: 18px;
    font-weight: normal;
    margin-left: 12px;
}

.news .title a{
    width: 90px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #d8d8d8;
    text-align: center;
    color: #000000;
    font-size: 12px;
    float: right;
}
.news .title a span{
    color: #2a74af;
    margin-left: 5px;
}
.news .left{
    width: 574px;
    margin-left: 34px;
}
.news .right{
    width: 574px;
    margin-right: 34px;
}

.news ul{
    margin-top: 13px;
}
.news li{
    overflow: hidden;
    line-height: 32px;
}
.news li h3{
    width: 490px;
    color: #000000;
    font-size: 15px;
    font-weight: normal;
    float: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.news li .date{
    color: #a3a3a3;
    font-size: 15px;
    float: left;
    margin-right: 40px;
}

.aboutus{
    width: 100%;
    height: 410px;
}

.aboutus .left{
    padding: 0 30px;
    width: 742px;
    height: 356px;
    border: 2px solid #ebebeb;
}
.aboutus .left .txt{
    width: 100%;
    color: #202020;
    font-size: 16px;
    line-height: 28px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 6; /** 显示的行数 **/
    overflow: hidden;  /** 隐藏超出的内容 **/
    margin-top: 22px;
}
.aboutus .title{
    height: 30px;
    margin-top: 40px;
    overflow: hidden;
}
.aboutus .title h2{
    float: left;
    font-size: 24px;
    color: #12398a;
}
.aboutus .title h2 span{
    color: #b5b5b5;
    font-size: 18px;
    font-weight: normal;
    margin-left: 12px;
}
.aboutus .left .more{
    width: 137px;
    height: 37px;
    line-height: 37px;
    background: url(/web_images/more.jpg) no-repeat center;
    margin-top: 32px;
}
.aboutus .left .more a{
    padding-left: 21px;
    display: block;
    color: #fff;
    font-size: 16px;
}
.contact{
    position: relative;
    padding-left: 41px;
    width: 433px;
    height: 360px;
    background: url(/web_images/contactus.jpg) no-repeat center;
    float: right;
}
.contact .txt{
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    margin-top: 22px;
}
.contact .title h2{
    float: left;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.contact .title h2 span{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin-left: 12px;
}
.contact .more{
    position: absolute;
    left: 41px;
    bottom: 29px;
    width: 137px;
    height: 37px;
    line-height: 37px;
    background: url(/web_images/mapbg.jpg) no-repeat center;
}
.contact .more a{
    padding-left: 21px;
    display: block;
    color: #000;
    font-size: 16px;
}