.bannerT{overflow: hidden; width: 100%; height: 445px; }
.OurProducts{overflow: hidden;}
.OurProducts .titDiv{text-align: center; margin: 50px 0;}
.OurProducts .titDiv .tit_p1{font-size: 54px; color: #232323; line-height: 80px; letter-spacing: 10px;}
.OurProducts .titDiv .textLine{}
.OurProducts .titDiv .tit_p2{font-size: 14px; line-height: 20px; margin-top: 15px; letter-spacing: 2px;}
.OurProducts .shopUL{display: flex; justify-content: center; overflow: hidden;}
.OurProducts .shopUL li{display: block; height: 34px; line-height: 34px; border: 1px solid #212121; font-size: 14px;}
.OurProducts .shopUL li + li{margin-left: 10px;}
.OurProducts .shopUL li a{color: #000; display: block; letter-spacing: 1px; padding: 0 35px;}
.OurProducts .shopUL li a:hover{background-color: #212121; color: #fff;}
.OurProducts .shopUL li a.on{background-color: #212121; color: #fff;}

.bannerDiv{width:1200px; overflow:hidden; position:relative; margin-top: 50px;}
.bannerDiv .bannerUL{position:relative; display:block; overflow:hidden; width:100%; z-index:0;}
.bannerDiv .bannerUL  li{ zoom:1; vertical-align:middle;}
.bannerDiv .bannerUL  li a{display:block; width:1198px; height:468px; border: 1px solid #bfbfbf;}
.bannerDiv .prev, .bannerDiv .next{position:absolute; left:50%; top:50%; margin-top:-25px; margin-left: -520px; display:block; width:36px; height:51px;
	background: url("/Public/Home/images/Index/prev01.png") 0 0 no-repeat; }
.bannerDiv .prev:hover{background: url("/Public/Home/images/Index/prev02.png") 0 0 no-repeat;}
.bannerDiv .next{left: auto; right: 50%; margin-right: -520px; background: url("/Public/Home/images/Index/next01.png") 0 0 no-repeat;}
.bannerDiv .next:hover{background: url("/Public/Home/images/Index/next02.png") 0 0 no-repeat;}
.bannerDiv .hd{width: 100%; display: flex; justify-content: center; overflow: hidden; margin-top: 20px;}
.bannerDiv .hd li{display: inline-block; width: 10px; height: 10px; border-radius: 50%; background-color: rgba(0,0,0,0.2);  float: left; cursor: pointer;}
.bannerDiv .hd li+li{margin-left: 10px;}
.bannerDiv .hd li.on{background-color: #ba282b;}

.redundantDiv{margin-top: 80px!important;}