body{
	font-family: "微软雅黑";
	font-size: 14px;
}
.navbar-inverse{
	background: #262626;
}
.navbar-inverse .navbar-nav{
	padding-left: 45px;
}
.navbar-inverse .navbar-nav>li>a{
	font-size: 16px;
	color:#fff;
	line-height: 36px;
}
.navbar-inverse .navbar-nav>li>a.curr{
	border-bottom:2px solid #e54e47;
	padding-bottom: 13px;
	background: -moz-linear-gradient(top, #262626, #111c18,50%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #262626), color-stop(1, #111c18));
}
.banner{
	padding-top: 20px;
	overflow: hidden;
}
.banner-left {
	float: left;
	position: relative;
	width:670px;
}
.banner-left img{
	float: left;
	width: 100%;
	max-width: 670px;
}
@media only screen and (max-width: 768px) {
    .clear-padding{
     margin-left: -25px;
     }
    
    }

    .xsshow{
        margin-bottom: 50px;
        padding: 17px 20px;
        font-size: 30px;
        
        
    }

@media screen and (min-width: 993px) {
     .xsshow{
        display: none;
    }
        
}

.pre,{  /* .next*/
	width: 12px;
	height: 34px;
	position: absolute;
	z-index: 10;
	top: 163px;
}
.pre{
	left: 10px;
	background: url(../../images/left.png)
}
/* .next{
	right: 10px;
	background: url(../../images/right.png)
} */
.banner-dot{
	position: absolute;
	bottom: 10px;
	right: 10px;
	list-style: none;
}
.banner-dot li{
	float: left;
	margin-right: 5px;
	width: 8px;
	height: 8px;
	background: url(../../images/white.png);
	cursor: pointer;
}
.banner-dot li.curr{
	background: url(../../images/red.png);
}
.banner-info{
	position: absolute;
	left: 50px;
	top: 38px;
	width: 180px;
	height: 50px;
	line-height: 50px;
	background: rgba(0,0,0,0.3);
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.banner-info span{
	float: left;
	width: 50px;
	height: 50px;
	background: #e94d3d;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.banner-right{
	float: right;
	width:150px;
	height:113px;
}
.banner-right ul{
	padding: 0;
	list-style: none;
}
.banner-right li{
	padding-bottom: 11px;
}
.banner-right li:last-child{
	padding-bottom: 0;
}
.news-list dl{
	position: relative;
	padding: 38px 0;
	overflow: hidden;
	border-bottom: 1px solid #f1f1f1;
}
.news-list dd.news-img{
	position: absolute;
	left: 0;
	top: 38px;
	margin: 0;
}
.news-list dt,.news-list dd{
	margin-left: 220px;
}
.news-list dt{
	font-size: 18px;
	line-height: 35px;
}
.news-intro{
	color: #646464;
	padding-bottom: 20px;
	min-height: 60px;
}
.news-info{
	font-size: 12px;
}
.news-info span{
	display:inline-block;
	padding: 0 15px 0 35px;
}
.right-title{
	margin-top: 20px;
	padding: 5px 0;
	text-align: center;
	border-bottom: 1px solid #cdcdcd;
}
.right-title h3{
	margin:0;
	margin-top: 5px;
	line-height: 100%;
	font-weight: normal;
}
.right-title span{
	font-size: 12px;
	color: #9a9792
}
.right-tab{
	list-style: none;
	line-height: 45px;
}
.right-tab ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
	border-bottom: 1px solid #f3f3f3;
}
.right-tab li{
	text-align: center;
	list-style: none;
	float: left;
	width: 50%;
	cursor: pointer;
}
.right-tab li.curr{
	border-bottom: 2px solid #e44d46;
}
.right-content ul{
	padding: 0;
}
.right-content li{
	padding:14px 10px 14px 50px;
	list-style: none;
	background-position: 20px 12px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #f3f3f3;
	font-size: 12px;
}
.right-content li:last-child{
	border: 0;
}
.right-content li .intro{
	display: none;
	padding-top: 5px;
	color: #a2a2a0;
}
.right-content li.num1{
	background-image: url(../../images/num1.png);
}
.right-content li.num2{
	background-image: url(../../images/num2.png);
}
.right-content li.num3{
	background-image: url(../../images/num3.png);
}
.right-content li.num4{
	background-image: url(../../images/num4.png);
}
.right-content li.num5{
	background-image: url(../../images/num5.png);
}
.right-content li.num6{
	background-image: url(../../images/num6.png);
}
.right-content li.num7{
	background-image: url(../../images/num7.png);
}
.right-content li.num8{
	background-image: url(../../images/num8.png);
}
.right-content li.num9{
	background-image: url(../../images/num9.png);
}
.right-content li.num10{
	background-image: url(../../images/num10.png);
}
.right-content a{
	margin: 0;
	font-size: 14px;
	line-height: 100%;
	color: #000;
}
.right-content li.curr a{
	font-size: 16px;
}
.right-content li.curr .intro{
	display: block;
}
.right-hot{
	padding-top: 20px;
}
.right-hot img{
	max-width: 100%;
	width: 100%;
}
@media only screen and (max-width: 1200px) {
	.banner-right{
		display: none;
	}
}
@media only screen and (max-width: 767px) {
	.navbar-inverse .navbar-nav{
		padding-left: 0;
	}
	.news-list dl{
		padding: 10px 0;
	}
	.news-list dt, .news-list dd{
		margin-left: 0;
		padding: 5px 0;
	}
	.news-list dd.news-img{
		position: relative;
		top: 0;
	}

}
.sing_display_none{
	display: none;
}
.sing_display_block{
	display: block;
}
.news-detail{
	margin-bottom: 140px;

}

/* 分页样式设置 */
	.pages a,
			.pages a,
						.pages span {
							display: inline-block;
							padding: 2px 5px;
							margin: 0 1px;
							border: 1px solid #f0f0f0;
							-webkit-border-radius: 3px;
							-moz-border-radius: 3px;
							border-radius: 3px;
							font-size: 20px;
						}
						
						.pages a,
						.pages li {
							display: inline-block;
							list-style: none;
							text-decoration: none;
							color: #58A0D3;
						}
						
						.pages a.first,
						.pages a.prev,
						.pages a.next,
						.pages a.end {
							margin: 0;
						}
						
						.pages a:hover {
							border-color: #50A8E6;
						}
						
						.pages span.current {
							background: #50A8E6;
							color: #FFF;
							font-weight: 700;
							border-color: #50A8E6;
						}



/* 小轮播图 */
.ITShow01{
	margin-bottom: 15px;
	border-radius: 5px;
	box-shadow:3px 3px 3px 3px WhiteSmoke;
}
.ITShow01 .swiper-lbt02{
	height: 120px;
}
.ITShow01 .swiper-button-prev{
	display: none;
}
.ITShow01 .swiper-button-next{
	display: none;
}
.ITShow01:hover .swiper-button-prev{
	display: block;
}
.ITShow01:hover .swiper-button-next{
	display: block;
}


/* 图文价绍 -- 图片 */
/* 图文介绍1 - 图文介绍2 - 图文介绍3 - 图文介绍4*/
.ITShow02 #ITimage01,#ITimage02,#ITimage03,#ITimage04{
	margin-top: 10px;
	margin-bottom: 5px;
}
.ITShow02 #ITimage01 img,#ITimage02 img,#ITimage03 img,#ITimage04 img{
	width: 100%;
	height: 100%;
	border-radius: 2%;
	box-shadow: 3px 3px 13px 3px #CFCFCF;
}
.ITShow02 #ITtext01,#ITtext02,#ITtext03,#ITtext04{
	padding-left: 120px;
	padding-top: 15px;
}
.ITShow02 #ITtext01 h2:hover,#ITtext02 h2:hover,#ITtext03 h2:hover,#ITtext03 h2:hover{
	cursor: pointer;
	color: DimGrey;
	text-shadow: 4px 4px 3px 3px Snow3;
}

.ITShow02 #ITtext01 p,#ITtext02 p,#ITtext03 p,#ITtext04 p{
	font-size: 21px;
	text-shadow: 7px 5px 5px #CFCFCF;
	line-height: 29px;
	font-weight: 30px;
}
.ITShow02 #ITtext01 p:hover,#ITtext02 p:hover,#ITtext03 p:hover,#ITtext04 p:hover{
	cursor: pointer;
	color: DimGrey;
	text-shadow: 4px 4px 3px 3px Gainsboro;
}

/*小屏到中屏678-992 */
@media screen and (max-width: 992px) {
	.ITShow02 #ITtext01,#ITtext02,#ITtext03,#ITtext04{
		padding-left: 12px;
		padding-top: 15px;
	}
	
	 }
@media screen and (min-width: 992px) {
    .ITShow02{
       padding: 2px 30px;
    }
	
	 }

/* 销毁范围 */
/* 产品展示 - 产品服务 - 产品图片 - 产品文本 */
/* 食品，化妆品，服装 -- 奶粉,饼干，肉类 -- 文件，硬盘，电子产品*/
.ProShow .marginlun{
    margin: 0 40px;
}
.ProShow{
   /* background:GhostWhite;*/
   padding:0 160px 0 160px;
   background-color: #f1f4f9;
   position: relative;
   margin-top: 40px;
   position: relative;
   background-image: url("../../img/newsbj.jpg");
   margin-bottom: 60px;
}

.ProShow .us{
    display: inline-block;
    text-transform: uppercase;  /*大写*/
    color: rgba(169,179,197,.1);
    position: absolute;
    left: 25%;
    font-size: 110px;
    top: 3%;
    z-index: 1;
    line-height: 0.8;
}
.ProShow .usdiv{
    font-size: 35px;
    font-weight:bold;
    text-shadow: 1px 2px #CFCFCF;
    margin: 30px 0 30px 120px;
}

.ProShow .ProService{
    padding-top: 2%;
    margin-bottom: 20px;
}

.ProService .ProTitle{
	margin-bottom: 7px;
	font-weight: bold;
	color: dimgrey;	
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 21px;
	text-shadow:2px 2px 1px #aaa;
}
.ITShow03 .ProService .marginlun{
    width: 100%;
}

.ProShow .ProService .marginlun #ProImg{
    position:relativel;
    background-color: #FFFFFF;
    width:21%;
    padding-top: ;
    margin: 0 2%;
    margin-bottom: 40px;
    text-align: center;
    cursor: pointer;
    height: 100%;
}

.ProShow .ProService .marginlun #ProImg img{
/*    max-width: 350px;*/
      border-radius:10px;
      margin-top: 3%;
      width: 100%;
      max-height: 56%;
}

.ProShow .ProService .marginlun #ProImg .mask{
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%,-50%);
/*    background-color:rgba(0,0,0,0.2);*/
    width: 93%;
    /*line-height: 100px;*/
    color: #1C1C1C;
    font-size: 21px;
    font-weight:900;
    display: none;
}

.ProShow .ProService .marginlun #ProImg .ProText{
     margin: 20px;
     font-size: 19px;
}

@media screen and (max-width: 768px) {
.ProShow{
   padding:0 60px 0 60px;
   margin-top: 10px;
   margin-bottom: 20px;
}
.ProShow .usdiv{
    margin: 20px 0 20px 30px;
}
.ITShow .ProService .marginlun{
}

.ProShow .ProService .marginlun #ProImg{
    margin: 0 2%;
    margin-bottom: 10px;
  /*  padding-left: 10px;*/
    padding-right: 0;
    padding: 0;
 
}
.ProShow .ProService .marginlun #ProImg img{
      border-radius:0;
      margin-top: 3%;
}
.ProShow .ProService .marginlun #ProImg .ProText{
     margin: 0;
     font-size: 16px;
}
}


#ProImg img{
	transition: all 0.4s;
}
#ProImg img:hover{
	transform: scale(1.2);
}
#ProImg .ProText a{
	text-decoration: none;
}

/* 底部信息 */
.footerinfo{
	font-size: 18px;
	height: 150px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: GhostWhite;
	box-shadow: 3px 3px 2px 3px LightGray;
	font-weight: 700;
}
.footerinfo .fimg .row{
    margin-left: 5px;
}
.footerinfo .fimg{	
} 
.footerinfo .fimg ul li{
	display: inline-block;
	margin-top: 10px;
	float: left;
	list-style: none;
}
.footerinfo .fimg ul li img{
	display: inline-block;		
	float: left;
	height: 70px;
	width: 70px;
}
.footerinfo .fimg ul li p{
	padding-top: 20px;
    height: 70px;
	text-shadow: 3px 3px 2px #FFFFE0;
}
.footerinfo .fimg ul li:hover p{
	padding-top: 20px;
	display: inline-block;
    height: 70px;
	/*background-color: #F2DEDE;
	padding-bottom: -10px; */
	color: LightSteelBlue;
	cursor: pointer;
}

.footerinfo .fbatext{
	clear: both;
	text-align: center;
}
.footerinfo .fbatext a{
}
.footerinfo .fbatext a:hover span{
	text-decoration: none;
	color: #000000;
	}
.footerinfo .fbatext a span{
	display: inline-block;
	/* margin-left: 51px; */
}





/* 关于我们 */
.company{
	background:GhostWhite;
	box-shadow:2px 2px 2px 5px WhiteSmoke;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	font-size: 18px;
	cursor: pointer;
}
.company p:first-child{
	font-size: 30px;
	margin-bottom: 5px;
	font-family: "book antiqua";
	font-weight: 550; 
	text-shadow: 5px 5px 3px #CFCFCF;
}
.ITShow02 #ITimage05{  /* 营业执照*/
	margin-top: 10px;
	display: block;
	
	border-radius: 2%;
	box-shadow: 3px 3px 13px 3px #CFCFCF;
}

/* 网站备案编号 href="http://beian.miit.gov.cn"
   网站名：保密销毁
 */

