/* 轮播图开始 */
#container{
    width:1000px;
    height:400px;
    overflow:hidden;
    position:relative;
    margin-top: 10px;
}
#list{
    width:7000px;
    height:400px;
    position:absolute;
    z-index:1;
}
#list img{
    float:left;
}
#buttons{
    position:absolute;
    height:10px;
    /* width:100px; */
    z-index:2;
    bottom:20px;
    left: 50%;
    transform: translateX(-50%);
}
#buttons span{
    cursor:pointer;
    float:left;
    border:1px solid #fff;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#333;
    margin-right:5px;
}
#buttons .on{
    background:orangered;
}
#container .arrow {
    cursor:pointer;
    display:none;
    line-height:39px;
    text-align:center;
    font-size:36px;
    font-weight:bold;
    width:40px;
    height:40px;
    position:absolute;
    z-index:2;
    top:180px;
    background-color:rgba(0,0,0,.3);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000,endColorstr=#4c000000);
    color:#fff;
	background-image: none;
}
.arrow:hover {
    background-color:rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000000,endColorstr=#b2000000);
}
#container:hover .arrow {
    display:block;
}
#prev {
    left:20px;
}
#next {
    right:20px;
}
#no-banner {
    display: none;
    width: 1000px;
    height: 400px;
    line-height: 300px;
    text-align: center;
    font-size: 20px;
    color: #999;
    background: #f5f5f5;
}
/*轮播图结束*/
.newPros .newButton {
    margin: 40px 0 10px;
}
.newPros .newButton input {
    padding:0 10px;
    width:200px;
    height:30px;
    line-height:30px;
}
.newPros .newButton button {
    color: #fff;
    background: #2637b1;
    border: none;
    vertical-align: bottom;
    cursor: pointer;
    height: 32px;
    padding: 0 10px;
}
.newPros .newTitle {
    color:skyblue;
    color: #d70b17;
    text-align:center;
    margin-bottom: 20px;
    margin-top: 60px;
    position: relative;
}
.newPros .newTitle div {
    display: inline-block;
	font-weight:600;
    font-size:24px;
}
.newPros .newTitle .line {
    width: 41%;
    height: 6px;
    background: red;
    position: absolute;
    top: 15px;
    top: 10px\9;
    opacity: 0.5;
}
.newPros .newTitle .left-l {
    background-image: -webkit-linear-gradient(left, #fff, red);
    background-image: -moz-linear-gradient(left, #fff, red);
    background-image: -o-linear-gradient(left, #fff, red);
    background-image: -ms-linear-gradient(left, #fff, red);
    background-image: linear-gradient(left, #fff, red);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff',endColorstr='#fa8072',GradientType=1);
    left: 0;
}
.newPros .newTitle .right-l {
    background-image: -webkit-linear-gradient(right, #fff, red);
    background-image: -moz-linear-gradient(right, #fff, red);
    background-image: -o-linear-gradient(right, #fff, red);
    background-image: -ms-linear-gradient(right, #fff, red);
    background-image: linear-gradient(right, #fff, red);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa8072',endColorstr='#ffffff',GradientType=1);
    right: 0;
}
.newPros #newLis {
    border: 1px solid #ccc;
    background:#f5f5f5;
    padding: 25px 25px 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    /* position: relative; */
}
.newPros #newLis li {
    display:inline-block;
    width: 23.3%;
    background: #fff;
    text-align:center;
    padding: 15px;
    margin: 0 15px 20px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border: 3px solid #fff;
    position:relative;
}
.newPros #newLis li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}
.newPros #newLis li.no-rxlist {
    display: block;
    width: 100%;
    height: 200px;
    line-height: 200px;
    font-size: 20px;
    color: #999;
}
/* .newPros #newLis li:first-child + li + li,
.newPros #newLis li:first-child + li + li + li + li + li {
    margin-right: 0;
} */
.newPros #newLis li:first-child + li + li + li {
    margin-right: 0;
}
.newPros #newLis li img {
    width: 100%;
    border-radius: 3px;
}
.newPros #newLis li h4 {
    font-size: 14px;
    color:#333;
    font-weight:800;
    margin: 5px 0;
    text-align: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.newPros #newLis li .text {
    text-align: left;
}
.newPros #newLis li .text span {
    font-size: 12px;
    text-align: left;
}
.newPros #newLis li .text .in{
    margin-right:10px;
    color:#d70b17;
    font-weight:800;
}
.newPros #newLis li .text .out{
    display: block;
    width:100%;
    height: 16px;
    color:#999;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    vertical-align:bottom;
    margin-top: 5px;
}
.newPros #newLis li:hover {
    border-color: red;
}
.newPros .more {
    color:skyblue;
    color: #d70b17;
    float:right;
    font-weight:800;
    font-size:24px;
    height: 120px;
    line-height: 100px;
    cursor:pointer;
}
