*{margin: 0;padding: 0;font-family: "微软雅黑";font-weight: normal;list-style:none;font-style:normal;text-decoration:none}
.container{width: 1200px;margin: 0 auto;}
/*产品展示*/
.pro-center{width: 100%;height: auto;overflow: hidden;padding: 35px 0 30px 0;background: #ffffff;}
.pro-center .title{font-size: 34px;text-align: center;padding-bottom: 5px;color: #333333;letter-spacing: 1px;}
.pro-center .sub-title{font-size: 20px;text-align: center;color: #333333;}
.pro-center .sub-title span{display: inline-block;height: 30px;line-height: 30px;width: auto;}
.pro-center .sub-title span.text{padding: 0 10px;}
/*产品展示左侧*/
.pro-left{float: left;width: 240px;box-sizing: border-box;box-shadow: 0px 10px 10px #f7f7f7;}
.pro-content{width: 100%;}
.pro-right{float: right;width: 940px;}
.pro-left .left-title{background: #005489;height:90px;line-height: 90px;text-align: center;}
.pro-left .left-title span{display: inline-block;color: #FFFFFF;font-size:17px;font-weight: bold;}
.pro-left .left-title span.text{padding: 0 10px;}
.pro-left .left-category ul li{height:auto;line-height: 22px; padding:15px 0;font-size: 15px;text-align: center;cursor: pointer;color: #000; border-bottom:1px solid #000;}
.pro-left .left-category ul li.on{background: #005489;color: #FFFFFF;border-bottom:5px solid #037c9b;}
.pro-left .left-category ul li:hover{background: #005489;color: #FFFFFF; border-bottom:5px solid #037c9b;}
.pro-left .left-contact {padding-top: 150px;padding-bottom: 37px; background:url(../images/anlilxpic.jpg) no-repeat top center;}
.casemore{ width:100px; height:30px; margin-left:26%; text-align:center; line-height:30px; border-radius:30px; color:#FFF; background:#005489;}
.casemore:hover{ background:#037c9b; color:#FFF;}
/*产品展示右侧*/
.pro-right{display: none;}
.pro-right ul li{float: left;width: 300px;background: #f7f7f7;border: 1px solid #f7f7f7;margin-right: 20px;box-sizing: border-box;margin-bottom: 35px;transition: all .3s linear;}
.pro-right ul li:nth-child(3n){margin-right: 0;}
.pro-right ul li .img{width:100%;height:230px;overflow: hidden;}
.pro-right ul li img{width:100%;}
.pro-right ul li p{height: 50px;line-height: 50px;text-align: center;font-size: 18px;color: #333333;}
.pro-right.active{display: block;}
.pro-right ul li:hover{box-shadow: 0px 0px 15px #c6c6c6;transition: all .2s linear;}
/*********************************************/
.carousel {
    position: relative;
    max-width: 940px;
	float:left;
    overflow: hidden;
}
 
.carousel-images img {
    width: 100%;
    display: none; /* 初始时隐藏所有图片 */
}
 
.carousel-images img.active {
    display: block; /* 显示当前活动的图片 */
}
 
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0,0,0,0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
}
 
.prev {
    left: 10px;
}
 
.next {
    right: 10px;
}