.sub_container{
	background:#eae9e9;
}

.product_detail{
	padding-top:40px;
}
.product_detail .pics{
	width:505px;
	margin-right:10px;
	float:left;
}
.product_detail .pc-slide {
	width: 505px;
}
.product_detail .pc-slide img{
	    height: 100%;
    margin: 0 auto;
}
.product_detail .pc-slide .view{
	background: #fff;
}
.product_detail .view .swiper-container {
	width: 505px;
	height: 420px;
	overflow: hidden;
}

.product_detail .view .arrow-left {
	background: url(../images/index_tab_l.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.product_detail .view .arrow-right {
	background: url(../images/index_tab_r.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -25px;
	width: 28px;
	height: 51px;
	z-index: 10;
}

.product_detail .preview {
	width: 100%;
	margin-top: 6px;
	position: relative;
}

.product_detail .preview .swiper-container {
	width: 100%;
	height: 74px;
}

.product_detail .preview .swiper-slide {
	width: 90px;
    height: 74px;
	cursor:pointer;
	border: 1px solid #F00;
	box-sizing:border-box;
	margin-right: 13px;
	overflow: hidden;
	padding: 5px 0px;
    background: #fff;
}

.product_detail .preview .slide6 {
	width: 90px;
}

.product_detail .preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.product_detail .preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}



.product_detail .preview .active-nav img {
	padding: 0;

}
.product_detail .text{
	overflow: hidden;
	height:500px;
}
.product_detail .text .box{
	background: #fff;
	height:337px;
	padding-left:65px;
	margin-bottom:6px;
}
.product_detail .text h2{
	font-family: "Microsoft yahei";
	font-weight:bold;
	font-size:48px;
	color:#000;
	line-height: 48px;
	padding:50px 0 60px 0;
}
.product_detail .text p{
	font-size:14px;
	color:#999;
	margin-bottom:15px;
}
.product_detail .text .sign span{
	color:#fff;
	font-size:14px;
	border-radius: 20px;
	width:162px;
	height:43px;
	line-height:43px;
	text-align:center;
	display:block;
	float:left;
	margin:0 11px 20px 0;
	background: #333;
}
.product_detail .text .sign span:nth-child(1),
.product_detail .text .sign span:nth-child(4){
	background: #0099ff;
}
.product_detail .text .more {
	height:155px;
	background: #fff;
	padding-top:42px;
}
.product_detail .text .more a{
	width:142px;
	height:35px;
	box-sizing: border-box;
	line-height: 35px;
	text-align:center;
	border-radius: 20px;
	border:1px solid #333;
	color:#333;
	display: block;
	margin:0 0 0 70px;
	font-size:14px;
}
.product_detail .main{
	margin-top: 40px;
}
.product_detail .content{
	min-height:2185px;
	background: #fff;
	overflow: hidden;
	margin-top: 40px;
	padding:30px 0px;
}
.product_detail .content .img{
	max-width:100%;
}
.product_list .main{
	margin-top:17px;
	padding-bottom:40px;
}
.product_list  .sort {
	padding:30px 0px 40px 0px;
}
.product_list  .sort .active{
	color:#cc3333;
}
.product_list .list{
	padding:0px 26px 40px 26px;
	overflow: hidden;
	background: #fff;
	min-height:2165px;

}
.product_list .list ul{
	padding-left: 2px;
}
.product_list .list li{
	width:25%;
	height:238px;
	border:1px solid #666666;
	box-sizing:border-box;
	margin-left:-1px;
	margin-top:-1px;
	float:left;
}
.product_list .list li img{
	    height: 100%;
    margin: 0 auto;
}
.product_list .list li h3{
	font-size:14px;
	text-align:center;
	font-weight: normal;
	line-height: 38px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product_list .list .pic{
	height:190px;
	overflow: hidden;
}
.product_list .tuijian p{
	padding:55px 0px 22px 0px;
}



/*新闻*/
.news_list .main{
	margin-top:17px;
	padding-bottom:40px;
}
.news_list .title{
	padding:30px 0px 40px 0px;
}
.news_list .list{
	overflow: hidden;
	padding:0px 22px 60px 22px;
	background: #fff;
	min-height:2165px;
}
.news_list .list li{
	background: #eae9e9;
	padding:45px 17px;
	min-height:157px;
	margin-bottom:15px;
}
.news_list .list .pic{
	width:167px;
	height:157px;
	float:left;
	margin-right:10px;
}
.news_list .list .pic img{
	width:100%;
}
.news_list .list .text{
	overflow: hidden;

}
.news_list .list h3{
	font-size:22px;
	/*font-family: "Microsoft yahei";*/
	font-weight: normal;
	line-height: 34px;
	margin-bottom:10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_list .list p{
	line-height: 18px;
}
/*新闻*/


/*新闻详情*/
.news_detail .main{
	margin-top:17px;
	padding-bottom: 40px;
}
.news_detail .title{
	background: #fff;
	margin-bottom: 10px;
}
.news_detail .title h2{
	font-size: 30px;
	line-height: 36px;
	border-bottom:1px dashed #333;
	font-family: "Microsoft yahei";
	padding:63px 20px 30px 20px;
	text-align:center;
}
.news_detail .title p{
	color:#999;
	line-height: 25px;
	padding:40px 25px 50px 35px;
}
.news_detail .title a{
	text-align:center;
	height: 25px;
	line-height: 25px;
	width:125px;
	background: url(../images/icon.png) no-repeat;
	background-position: -304px -3px;
	color:#fff;
	text-indent: 20px;
}
.news_detail .content{
	background: #fff;
	padding:45px 55px;
}
.news_detail .content .box{
	min-height:500px;
}
.news_detail .jump_page {
	padding:20px 0px;
}
.news_detail .jump_page p{
	width:40%;
	float:left;
}
.news_detail .jump_page span{
	float:left;
	color:#cc3333;
	padding-left:10px;
}
.news_detail .jump_page a{
	overflow: hidden;
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	width:70%;
}
.news_detail .tuijian{
	padding:35px 80px 35px 30px;
	background: #eae9e9;
}
.news_detail .tuijian p{
	border-bottom:1px solid #0099ff;
	width:77px;
	line-height: 28px;
	text-align: center;
	margin-bottom: 15px;
}
.news_detail .tuijian li{
	line-height:30px;
	overflow: hidden;
}
.news_detail .tuijian li a{
	width:80%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.news_detail .tuijian li span{
	margin-top:0;
	width:auto;
}
/*新闻详情*/

/*解决方案*/
.fangan .banner ,.about .banner{
	position: relative;
	width:100%;
	min-width: 1200px;
	overflow: hidden;
}
.fangan .banner img,.about .banner img{
	width:1920px;
	left:50%;
	margin-left:-960px;
	position: relative;
}
.fangan .banner .text{
	width:420px;
	height: 355px;
	background: rgba(0,153,255,0.5);
	color:#fff;
	text-align: center;
	margin:auto;
	padding-top:125px;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}
.fangan .banner i{
	width:50px;
	height:50px;
	display: block;
	margin:0px auto;
	background: url(../images/icon.png) no-repeat;
	background-position: 0px -49px;
}
.fangan .banner h2{
	/*font-family: "FZLTZCHK";*/
	font-size:36px;
	font-weight: bold;
	line-height: 70px;
	margin-bottom: 35px;
}
.fangan .banner p{

}
.fangan .banner .apply{
	width:210px;
	margin:0px auto;
	line-height:24px;
	margin-top:10px;
}
.fangan .banner .apply span{
	white-space: nowrap;
}
.fangan  .harm {
	padding-bottom:180px;
}
.fangan  .harm .index_title{
	margin:115px 0px 75px 0px;
}

.fangan  .harm  li{
	width:25%;
	height:340px;
	float:left;
	background: #0099ff;
	color:#fff;

}
.fangan  .harm  li:nth-child(2n){
	background: #333333;
}
.fangan  .harm  li span{
	/*font-family: "FZLTZCHK";*/
	font-size:15px;display: block;
	text-align: center;
	font-weight: bold;
	line-height: 80px;
}
.fangan  .harm  li p{
	line-height: 18px;
	padding:0px 30px;
}
.fangan_list{
	padding-bottom:150px;
	width: 100%;
    overflow: hidden;min-width: 1200px
}
.fangan_list1{
	background: url(../images/fangan_bg1.jpg) no-repeat top center;
	background-size: 1920px;
}
.fangan_list3{
	background: url(../images/fangan_bg2.jpg) no-repeat top center;
	background-size: 1920px;
}
.fangan_list .index_title{
	color:#fff;
	padding:120px 0px 53px 0px;
}
.fangan_list2 .index_title{
	color:#333;
	padding:140px 0px 145px 0px;

}
.fangan_list  img{
	width:100%;
}
.fangan_list .list .title{
	color:#fff;
	margin:55px 0 30px 0;
	text-align: center;
}
.fangan_list2 .list .title{
	color:#333;
	margin:95px 0 35px 0;
	text-align: center;
}
.fangan_list .list ul{
	width:1224px;
	margin-left:-10px;
}
.fangan_list .list li{
	width:240px;
	float:left;
	margin:0px 10px;
	background: #fff;
	padding-bottom:18px;
	margin-bottom:30px;
}
.fangan_list2 .list li{
	background: #666666;
	color:#fff;
}
.fangan_list .list .pic{
	margin: 5px 5px 5px 5px;
}
.fangan_list .list h3{
	color:#666666;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;
	font-weight:normal;
	line-height:44px;
	padding:0px 5px;
}
.fangan_list2 .list h3 {
		color:#fff;
}
.fangan_list .list .icon{
	width:18px;
	height:18px;
	display: block;
	margin:0px auto;
	background: url(../images/icon.png) no-repeat;
	background-position: -49px -49px;
}
.fangan_list2 .list .icon{
	background-position: -49px -69px;
}
/*解决方案*/


/*关于我们*/
.about .banner .text{
	position: absolute;
	width:1200px;
	text-align: center;
	top:285px;
	z-index:3;
	color:#fff;
	left:50%;
	margin-left:-600px;
}
.about .banner .text .pic{
	width:235px;
	height:428px;
	margin:0px auto;
}
.about .banner .text .logo{
	width:98px;
	height:41px;
	margin:0px auto;
	margin-top:175px;
}
.about .banner .text .logo img,.about .banner .text .pic img{
	width:100%;
	margin-left: 0;
	left:0;
}
.about .banner h1{
	font-size:24px;
	/*font-family: "FZLTZCHK";*/
	line-height: 70px;
	margin-bottom: 17px;
}
.about .banner .line{
	height:3px;
	width:120px;
	margin:0px auto;
	background: #fff;
}

.about .about_list{
	width:1200px;
	margin:0px auto;
}
.about .about_list ul{
	padding:85px 0 65px 470px;
}
.about .about_list li{
	margin-bottom: 50px;
}
.about .about_list h4{
	font-size:24px;
	/*font-family: "FZLTZCHK";*/
	margin-bottom: 5px;
}
.about .about_list  p{
	color:#999;
	/*font-family: "FZLTZCHK";*/
	line-height: 18px;
	padding-left:10px;
}
.about .intro{
	background: url(../images/intro_bg.jpg) no-repeat center;
	background-size:1920px;
	padding:215px 0 120px 0;
	position: relative;

}
.about .intro .text{
	width:1200px;
	background: #fff;
	margin:0px auto;
	height:525px;
	position: relative;
}
.about .intro h4{
	font-size:24px;
	padding:170px 0 15px 60px;
	/*font-family: "FZLTZCHK";*/
}
.about .intro  p{
	color:#999;
	line-height: 18px;
	/*font-family: "FZLTZCHK";*/
	padding-left:70px;
	letter-spacing: -1px
}
.about .intro .pic{
	position: absolute;
	bottom:0;
	right:35px;
	width:638px;
	height:683px;
	overflow: hidden;
 }
.about .intro .pic img{
 	width:100%;
}
.about .intro .fly{
	position: absolute;
    left: -362px;
    top: -394px;
    width: 550px;
    height: 520px;
    overflow: hidden;
}
.about .intro .fly .pic{
	width:550px;
	height:520px;
	overflow: hidden;
}
.about  .about_us {
	height:1483px;
}
.about  .about_us .s_title{
  	text-align: center;
  	padding:177px 0 142px 0;
}
.about  .about_us .s_title span{
	/*font-family: "FZLTZCHK";*/
	font-size:36px;
	border:7px solid #000000;
	/*padding:20px 18px;*/
	font-weight: bold;
	margin: 0px auto;
	display: block;
	width:413px;
	height:80px;
	line-height: 80px;
}
.about  .about_us .s_title p{
	/*font-family: "FZLTZCHK";*/
	font-size:48px;
	line-height:94px;
	font-weight: bold;
}
.about  .about_us .box{
 	background: #96969c
}
.about .about_bottom{
	background: url(../images/about_bottom.jpg) no-repeat center;
	height:500px;
}
.about .about_bottom .box{
	width:1200px;
	margin:0px auto;
	padding-top:145px;
}
.about .about_bottom .text{
	width:390px;
	text-align: center;
	line-height: 36px;
	font-size:18px;
	/*font-family: "FZLTZCHK";*/
	color:#fff;
}
/*关于我们*/
