/* CSS Document */
/*banner*/
.banner{}
.sim-slider-slide{width:100%;height: 100%;background-size:cover;background-repeat: no-repeat;background-position:center;}

.btn-more{width:200px;height: 36px;border:1px solid #bfbfbf;font-size: 14px;text-align: center;line-height: 36px;color: #989898;display: inline-block;border-radius: 36px;transition:.4s all;}
.btn-more:hover{background: #e60012;color: #fff;border:1px solid #e60012;}

/*col*/
.col{width:100%;height: auto;background: #fff;padding-bottom: 55px;}
.col-wrapper{width:1200px;height: auto;margin: 0 auto;}
.col-title{width:100%;height: auto;margin: 75px 0 55px 0;font-size: 26px;color: #000;text-align: center;line-height: 30px;font-weight: bold;}
.col-btn{width:100%;height: auto;text-align: center;margin-top: 35px;}
.col-btn .btn-more{width:200px;height: 36px;border:1px solid #bfbfbf;font-size: 14px;text-align: center;line-height: 36px;color: #989898;display: inline-block;border-radius: 36px;transition:.4s all;}
.col-btn .btn-more:hover{background: #e60012;color: #fff;border:1px solid #e60012;}

.col1 .ul-list{width:100%;height: auto;margin-bottom: 55px;}
.col1 .ul-list ul{width:100%;height: auto;text-align: center;}
.col1 .ul-list ul li{width: auto;height: auto;margin-right: 30px;display: inline-block;}
.col1 .ul-list ul li a{width: auto;height: 34px;padding: 0 50px;display:inline-block;border-radius: 34px;background:#f6f6f6;text-align: center;font-size: 14px;color:#000;line-height: 34px;position: relative;cursor: pointer;transition: .3s all;}
.col1 .ul-list ul li a:hover{background:#e60012;color:#fff;}


.col1 .ul-list ul li .selected{background: #e60012;color:#fff;}

@-webkit-keyframes moveicn004 {
	to { -webkit-transform: translateX(50%); }
}
@keyframes moveicn004 {
	to { -webkit-transform: translateX(50%); transform: translateX(50%); }
}
.col1 .col-wrapper .right{width:100%;height: auto;}
.col1 .col-wrapper .right .proli{width:285px;height: auto;margin-right: 20px;margin-bottom: 20px;}
.col1 .col-wrapper .right .proli .img{width:285px;height: 220px;border-radius: 10px;overflow: hidden;transition: .4s all;}
.col1 .col-wrapper .right .proli .img img{width:285px;height: 220px;transition: .4s all;cursor: pointer;}
.col1 .col-wrapper .right .proli .font16px22{width:100%;height: auto;font-size: 16px;line-height: 34px;color:#000;font-weight: bold;text-align: center;overflow: hidden;text-overflow: ellipsis;}
.col1 .col-wrapper .right .proli .font14px22{width:100%;height: auto;font-size: 16px;line-height: 22px;color:#666;text-align: center;overflow: hidden;text-overflow: ellipsis;}

.col1 .col-wrapper .right .proli .img:hover img{transform: scale(1.1);}

/*index-top02*/
.index-top02{width:100%;height: 500px;background: rgba(0,0,0,0);}
.index-top02 .index-top02-wrapper{width:100%;height: 100%;text-align: center;display: flex;align-items: center;}
.index-top02 .index-top02-wrapper .img{width:100%;height: auto;display: inline-block;margin:0 auto;max-width:1920px;}
.index-top02 .index-top02-wrapper .tit{width:580px;height: auto;line-height: 52px;font-size: 22px;color:#fff;font-weight: bold;}
.index-top02 .index-top02-wrapper .titcon{width:580px;height: auto;line-height: 32px;font-size: 18px;color:#fff;}

.bg{width:100%;height: 100%;position: fixed;top: 0;left: 0;background-image: url(../images/b2.png);z-index: -1;}


/*关于我们*/
.acol{width:100%;height: auto;padding-top: 80px;background: #fff;}
.acol .acol-con{width:100%;height: auto;}
.acol .acol-con .left{width:580px;height: 300px;}
.acol .acol-con .left .img{width:580px;min-height: 300px;border-radius: 10px;overflow: hidden;}
.acol .acol-con .left .img img{width:100%;height: 100%;transition: .4s all;cursor: pointer;}
.acol .acol-con .left .img img:hover{transform:scale(1.1);}
.acol .acol-con .right{width:600px;height: 300px;display: flex;flex-wrap: wrap;align-content: space-between;}
.acol .acol-con .right .top{width:100%;height: auto;font-size: 26px;line-height: 36px;font-weight: bold;color: #000;}
.acol .acol-con .right .font1426{width:100%;height: auto;font-size: 14px;line-height: 26px;color: #5c5c5c;}
.zhcol{padding-bottom: 60px;}

