/* common */
*{margin:0;padding:0;font-size:12px;}
input,button,select,textarea{outline:none;}
ul,li,dl,ol{list-style:none;}
iframe,img{border:none;}
textarea{resize:none}
body{color:#333; font-family:'Microsoft YaHei',Arial;}
h1, h2, p, ul, dl, div{text-align:left; font-weight:normal;}
input[type="submit"],input[type="button"] {cursor:pointer;}
input{cursor:expression(this.type=="button"||this.type=="submit"||this.type=="radio"||this.type=="checkbox" ? "pointer" :"text"); }/* IE6 */

*+html img {margin-bottom:0!important;} /* Fix IE7 */
html>body img {margin-bottom:-3px;}  /* Fix FireFox */
@media all and (min-width:0px){img {margin-bottom:-2px!important;}}  /*Fix Opera */

p,div,span,em,i,b,s,ul,li,dl,dt,dd,td{ word-wrap:break-word; word-break:break-all; vertical-align:top;}
th,i,b,s{ font-style:normal; font-weight:normal; text-decoration:none;}
div,p{ text-align:center; line-height:30px;}
/* CSS Document */
.infopic{ width:96%; height:200px; position:relative; overflow:hidden; margin:15px auto;}
.piclist{ height:200px; position:absolute; top:0; left:0;}
.piclist li{ height:200px; margin-right:15px; float:left; position: relative;}
.piclist li span{
    width: 20px;
    height: 20px;
    background: red;
    display: block;
    position: absolute;
    right: -7px;
    top: 3px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    border-radius: 50px;
    cursor: pointer;
}
.piclist li img{ height:190px; margin-top: 10px;}

.pic_prev,.pic_next{ width:30px; height:50px; background:url(../images/icon.png) no-repeat; position:absolute; top:75px; cursor:pointer;}
.pic_prev{ background-position:0 0; left:0;}
.pic_next{ background-position:0 -60px; right:0;}
.infopic li img{
    width: auto;
}
.pp_gallery li img{
    width: 50px;
}
.waring-btn{
    margin: 10px;
    text-align: right;
}
.waring-btn .radio-inline input{
    margin-top: 9px;
}
#companies-1 th{
    text-align: center;
}
/* .table>tbody>tr>td{
    text-align: left;
} */
#companies-1 tr td:nth-child(2)
{
 width: 30%;
}
#companies-1 tr td:nth-child(3){
    width: 15%;
    text-align: center;
}
#companies-1 textarea{
    height: 100px;
}