/*轮播图*/
.slideBox{ min-width:1000px; overflow:hidden; position:relative; text-align: center; height: 586px;}
.slideBox .bd{ position:relative; z-index:0;}
.slideBox .bd li{zoom:1; vertical-align:middle; height: 586px;}
.slideBox .hd{width: 100%; height:10px; overflow:hidden; position:absolute; left:0px; font-size: 0; bottom:16px; z-index:1; text-align: center;}
.slideBox .hd ul{ overflow:hidden; *zoom:1; display: inline-block; *display: inline;}
.slideBox .hd ul li{border-radius: 50%; float:left; margin:0 10px;  width:10px; height:10px; line-height:10px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#4161b9; color:#fff; }
.slideBox .prev, .slideBox .next {
    display: none;
}
.slideBox .bd li .box{
    height: 586px;
    position: relative;
}
.slideBox .bd li .yuan1,.slideBox .bd li .yuan2{
    position: absolute;
    left: 87px;
    top: 137px;
    z-index: 9998;
    opacity: 0;
}
.slideBox .bd li .yuan2{
    top: 109px;
    left: 151px;
    z-index: 9997;
}
.slideBox .bd li .txt1{
    position: absolute;
    top: 182px;
    left: 143px;
    z-index: 9999;
    opacity: 0;
}
.slideBox .bd li .btn1{
    position: absolute;
    left: 143px;
    bottom: 214px;
    z-index: 9999;
    opacity: 0;
}

.slideBox .bd li .yuan3,.slideBox .bd li .yuan4{
    position: absolute;
    right: 139px;
    top: 106px;
    z-index: 9998;
}
.slideBox .bd li .yuan4{
    top: 78px;
    right: 75px;
    z-index: 9997;
}
.slideBox .bd li .txt2{
    position: absolute;
    top: 150px;
    right: 128px;
    z-index: 9999;
}
.slideBox .bd li .btn2{
    position: absolute;
    right: 150px;
    top: 298px;
    z-index: 9999;
}

.slideBox .bd li .yuan5,.slideBox .bd li .yuan6{
    position: absolute;
    right: 95px;
    top: 106px;
    z-index: 9998;
}
.slideBox .bd li .yuan6{
    top: 78px;
    right: 31px;
    z-index: 9997;
}
.slideBox .bd li .txt3{
    position: absolute;
    top: 150px;
    right: 80px;
    z-index: 9999;
}
.slideBox .bd li .btn3{
    position: absolute;
    right: 105px;
    top: 298px;
    z-index: 9999;
}


.white{
    width: 100%;
    height: 18px;
    background-color: #fff;
}

.chemicals{
    margin-top: 29px;
}
.chemicals ul{
    overflow: hidden;
}
.chemicals li{
    position: relative;
    float: left;
    margin-right: 28px;
}
.chemicals li img{
    width: 341px;
    height: 209px;
    vertical-align: top;
}
.chemicals li.last{
    margin-right: 0;
}
.chemicals li .title{
    position: absolute;
    left: 30px;
    top: 20px;
}
.chemicals li .title h2{
    font-size: 20px;
    color: #5a6a95;
    font-weight: normal;
}
.chemicals li .title .eng{
    font-size: 14px;
    color: #80889e;
}
.center{
    margin-top: 30px;
}
.center .box{
    height: 269px;
    background-color: #fff;
    border-radius: 5px;
}
.center .news{
    float: left;
    margin-left: 30px;
}
.center .news .title{
    overflow: hidden;
    margin-top: 5px;
    line-height: 54px;
}
.center .news .title h2{
    color: #5a6a95;
    font-size: 20px;
    font-weight: normal;
    float: left;
}
.center .news .title span{
    color: #80889e;
    font-size: 20px;
    margin-left: 10px;
    float: left;
}
.center .news ul{
    font-size: 0;
    width: 486px;
    overflow: hidden;
}
.center .news li{
    line-height: 32px;
    overflow: hidden;
}
.center .news li h3{
    width: 400px;
    font-size: 14px;
    color: #585858;
    font-weight: normal;
    float: left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.center .news li .date{
    float: right;
    color: #b3b3b3;
    font-size: 14px;
}
.slideBox1{float: right; width:531px; height:249px; overflow:hidden; position:relative; margin: 10px 10px 0 0;}
.slideBox1 .hd{ height:6px; overflow:hidden; position:absolute; right:8px; bottom:20px; z-index:1; }
.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox1 .hd ul li{position: relative; border-radius: 50%; float:left; margin-right:13px;  width:6px; height:6px; line-height:6px; text-align:center; background:#fff; cursor:pointer; line-height:50px;}
.slideBox1 .hd ul li.on{ background:#4161b9; color:#fff; }
.slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
.slideBox1 .bd img{ width:531px; height:249px; display:block;  }
.slideBox1 .bd li .txt{
    width: 100%;
    height: 159px;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 18px;
    background: url(../image/shadow.png) repeat-x center;
}
.slideBox1 .bd li .txt div{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 430px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    height: 46px;
    line-height: 46px;
}














