button{
	outline: none;
	border: none;
}
.w22{
	width: 1400px;
	margin: 0 auto;
}
.nei-banner-title{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	transform: translateY(-50%);
}
.nei-banner-title h4{
	font-size: 36px;
	color: #ffffff;
	font-weight: normal;
	margin-bottom: 25px;
}
.nei-banner-title p{
	font-size: 24px;
	color: #fff;
}
.nei-banner-title-nav{
	padding-left: 7%;
}

.pro-xptj{
	padding-top: 50px;
}



/*2020/06/30改*/
#certify{position:relative;width:100%;margin:0 auto;}
#certify .swiper-slide{width:638px;height:439px;background:#fff;box-shadow:0 8px 30px #ddd}
#certify .swiper-slide img{display:block;max-width: 100%;max-height: 100%;margin: 0 auto;}
#certify .swiper-pagination{width:100%;bottom:20px}
#certify .swiper-button-prev{left:-60px;width:45px;height:45px;background:url(../images/kh-z2.png) no-repeat;background-size:100%;outline: none;}
#certify .swiper-button-next{right:-60px;width:45px;height:45px;background:url(../images/kh-y2.png) no-repeat;background-size:100%;outline: none;}
/*2020/06/30改*/
.pro-box{
	width: 100%;
}
.pro-box-img{
	width: 100%;
	height: 475px;
	text-align: center;
	line-height: 475px;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.pro-box-img:before{
	content: "";
    position: absolute;
    width: 0;
    height: 9px;
    background: #d0111b;
    left: 50%;
    transform: translate(-50%);
    transition-duration: .5s;
    bottom: 0;
}

.pro-box-img img{
	max-width: 90%;
	max-height: 90%;
	transition-duration: .5s;
}

.pro-box-img span{
	display: block;
	width: 80px;
	height: 32px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius: 8px;
	background: #d0111b;
	position: absolute;
	left: 40px;
	top: 25px;
	-webkit-animation: icon-bounce 0.8s infinite;
	  -moz-animation: icon-bounce 0.8s infinite;
	  -o-animation: icon-bounce 0.8s infinite;
	  animation: icon-bounce 0.8s infinite;
}
.pro-box-name{
	padding: 20px 0;
	position: relative;
}
.pro-box-name h4{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.pro-xptj ul li:nth-child(1) .pro-box-name h4{
	width: 70%;
}
.pro-box-name p{
	font-size: 18px;
	color: #555555;
}
.pro-box-name span{
	display: block;
	width: 165px;
	height: 50px;
	border: 1px solid #bdbdbd;
	font-size: 16px;
	color: #555555;
	text-align: center;
	line-height: 50px;
	position: absolute;
	right: 0;
	top: 20px;
	transition-duration: 0.5s;
}
.pro-box-name span:after{
	display: block;
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
	background: #d0111b;
	top: 0;
	z-index: -1;
	transition-duration: .5s;
}


.pro-cplb{
	padding-top: 50px;
	padding-bottom: 70px;
}
.pro-title-com{
	font-size: 36px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	margin-bottom: 50px;
}

.pro-jjfa{
	padding-top: 40px;
	padding-bottom: 60px;
	background: #fafafa;
}
.pro-jjfa-nav{
	zoom: 1;
}
.pro-jjfa-nav:after{
	display: block;
	content: '';
	clear: both;
}
.pro-jjfa-list{
	float: left;
	width: 49%;
	overflow: hidden;
	position: relative;
}
.pro-jjfa-list:nth-child(1){
	margin-right: 2%;
}
.pro-jjfa-list img{
	width: 100%;
	transition-duration: 0.5s;
}

.pro-jjfa-name{
	position: absolute;
	left: 16%;
	top: 24%;
	}
.pro-jjfa-name h4{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 20px;
}
.pro-jjfa-name p{
	font-size: 18px;
	color: #000000;
	line-height: 28px;
}
.pro-jjfa-name a{
	margin-top: 20px;
	display: block;
	width: 140px;
	height: 46px;
	background: #d0111b;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	position: relative;
	top: 0;
	transition-duration: 0.5s;
}



.pro-cgal{
	padding-top: 50px;
	padding-bottom: 50px;
}
.pro-cgal-nav{
	background: #333333;
}

.pro-cgal-nav .picScroll-left{width:100%;overflow:hidden; position:relative;}
.pro-cgal-nav .picScroll-left .hd{
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding-right: 7%;
}
.pro-cgal-nav .hd-nav{
	width: 76%;
	position: absolute;
	top: 20%;
	left: 10%;
}
.pro-cgal-nav .picScroll-left .hd .hd-ts{
	zoom: 1;
	margin-bottom: 25px;
}
.pro-cgal-nav .picScroll-left .hd .hd-ts:after{
	display: block;
	content: '';
	clear: both;
}
.hd-ts a{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	cursor: pointer;
}
.pro-cgal-nav .next{
	background: url(../images/case-r1.png) no-repeat;
}
.pro-cgal-nav .prev{
	background: url(../images/case-l1.png) no-repeat;
}
.pro-cgal-nav .pageState{
	font-size: 22px;
	color: #acacac;
	line-height: 32px;
	float: left;
	margin: 0 20px;
}
.pro-cgal-nav .pageState span{
	color: #fff;
}
.pro-cgal-nav .picScroll-left .hd li ul{
	position: relative;
	width: 100%;
}
.pro-cgal-nav .picScroll-left .hd li{
	display: none;
	opacity: 0;
	transition-duration: 0.5s;
}
.pro-cgal-nav .picScroll-left .hd li.on{
	display: block;
	opacity: 1;
	animation: fadeIn 1s;
    -webkit-animation: fadeIn 1s;
}
.pro-cgal-nav .picScroll-left .hd li h4{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 25px;
}
.pro-cgal-nav .picScroll-left .hd li p{
	font-size: 16px;
	color: #d4d4d4;
	line-height: 26px;
}

.pro-cgal-nav .picScroll-left .bd{width: 50%;}
.pro-cgal-nav .picScroll-left .bd .tempWrap{
	width: 100% !important;
	height: 100%;
}
.pro-cgal-nav .picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.pro-cgal-nav .picScroll-left .bd ul li{width: 100%;max-height: 440px; float:left; _display:inline; overflow:hidden;}
.pro-cgal-nav .picScroll-left .bd ul li img{
	display: block;
	width: 100%;
}
.case-name{
	display: none;
}
/*产品汇总结束*/

.nei-banner-title2{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 10%;
}
.nei-banner-title2 p{
	font-size: 30px;
	color: #fff;
	font-family: arial;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.nei-banner-title2 h4{
	font-size: 36px;
	color: #fff;
	font-weight: bold;
}
.nei-prolist-fn{
	width: 100%;
	padding: 60px 0;
	background: #fff;
}
.nei-prolist-fn-nav ul{
	zoom: 1;
}
.nei-prolist-fn-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-prolist-fn-nav ul li{
	float: left;
	width: 20%;
}
.pro-fn{
	width: 80px;
	margin: 0 auto;
	text-align: center;
}
.pro-fn img{
	margin-bottom: 20px;
}
.pro-fn p{
	font-size: 20px;
	color: #333333;
	transition-duration: 0.5s;
}

.active-now p{
	color: #d0111b !important;
	font-weight: bold;
}
.prolist-all{
	padding-top: 65px;
	background: #f7f7f7;
}
.prolist-search{
	border: 10px solid #ededed;
	background: #fff;
	padding: 25px 80px;
	margin-bottom: 55px;
	zoom: 1;
}
.prolist-search:after{
	display: block;
	content: '';
	clear: both;
}
.prolist-search dl{
	zoom: 1;
}
.prolist-search dl:after{
	display: block;
	content: '';
	clear: both;
}
.prolist-search dl dd{
	float: left;
}
.prolist-search dl dd:nth-child(1){
	width: 11%;
}
.prolist-search dl dd:nth-child(2){
	width: 25%;
	margin-right: 5%;
}
.prolist-search dl dd:nth-child(3){
	width: 10%;
}
.prolist-search dl dd:nth-child(4){
	width: 25%;
	margin-right: 5%;
}
.prolist-search dl dd:nth-child(5){
	width: 19%;
}
.prolist-search dl dd span{
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 50px;
}
.prolist-search dl dd select{
	width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
    color: #8a8a75;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 15px;

}
.prolist-search dl dd input {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e0e0e0;
    outline: none;
    padding: 0 15px;
    font-size: 18px;
    color: #8a8a75;
}
.search-btn2{
    width: 100%;
    height: 50px;
    background: #d1111c;
    font-size: 18px;
    color: #fff;
	letter-spacing: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    transition-duration: 0.5s;
}
.prolist-menu{
	margin-bottom: 30px;
}
.prolist-menu ul{
	zoom: 1;
}
.prolist-menu ul:after{
	display: block;
	content: '';
	clear: both;
}
.prolist-menu ul li{
	float: left;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 40px;
	background: #fff;
	position: relative;
}
.prolist-menu ul li:nth-child(4n){
	margin-right: 0;
}
.prolist-message{
	width: 100%;
}

.prolist-img{
	width: 100%;
	height: 250px;
	
	text-align: center;
	line-height: 250px;
	overflow: hidden;
	position: relative;
}
.prolist-img img{
	max-width: 50%;
	transition-duration: 0.5s;
}
.prolist-menu ul li:after{
	content: "";
    position: absolute;
    width: 0;
    height: 9px;
    background: #d0111b;
    left: 50%;
    transform: translate(-50%);
    transition-duration: .5s;
    bottom: 0;
}

.prolist-name{
	font-size: 16px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	line-height: 70px;
	transition-duration: .5s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

/*产品列表结束*/
.nei-banner-title3{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 100px;
	position: absolute;
	bottom: 0px;
	background: url(../images/pro-bg01.png) no-repeat top center;
}
.nei-banner-title3-nav{
	zoom: 1;
}
.nei-banner-title3-nav:after{
	display: block;
	content: '';
	clear: both;
}
.nei-banner-title3-nav h4{
	font-size: 36px;
	color: #fff;
	font-weight: normal;
	float: left;
}
.nei-banner-title3-nav p{
	float: left;
	font-size: 16px;
	color: #fff;
	margin-top: 23px;
	margin-left: 20px;
}
.nei-banner-title3-nav p a{
	color: #fff;
}
.pro-fn-menu{
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.7);
	position: absolute;
	bottom: 0;
}
.pro-fn-menu-nav ul{
	zoom: 1;
}
.pro-fn-menu-nav ul:after{
	display: block;
	content: '';
	clear: both;
}

.pro-fn-menu-nav ul li{
	float: left;
	width: 14.285%;
	font-size: 20px;
	text-align: center;
	line-height: 60px;
	position: relative;
	cursor: pointer;
}
.pro-fn-menu-nav ul li:after{
	display: block;
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #d0111b;
    top: 0;
    z-index: 0;
    transition-duration: .5s;
}

.pro-fn-menu-nav ul li a{
	display: block;
	color: #333333;
	position: relative;
	z-index: 2;
	transition-duration: .5s;
}
.active-pro{
	background: #d0111b;
}

.active-pro a{
	color: #fff !important;
}
.nei-proDetail{
	padding: 90px 0;
	border-top: 2px solid #fff;
	background: #f9f9f9;
}
.nei-proDetail-fn{
	margin-bottom: 40px;
	border-bottom: 1px solid #d0d0d0;
	zoom: 1;
}
.nei-proDetail-fn:after{
	display: block;
	content: '';
	clear: both;
}
.nei-proDetail-fn a{
	float: left;
	display: block;
	width: 230px;
	height: 60px;
	font-size: 20px;
	color: #333333;
	text-align: center;
	line-height: 60px;
}
.avtice-on{
	background: #3e3e3e;
	color: #fff !important;
	font-weight: bold;
}
.nei-proDetail-message{
	
}
.nei-proDetail-cs{
	zoom: 1;
}
.nei-proDetail-cs:after{
	display: block;
	content: '';
	clear: both;
}
.nei-proDetail-fl{
	float: left;
	width: 17%;
	padding-right: 1%;
	font-size: 18px;
	color: #333333;
	text-align: right;
}
.nei-proDetail-fr{
	float: left;width: 50%;
}
.nei-proDetail-fr ul{
	zoom: 1;
}
.nei-proDetail-fr ul:after{
	display: block;
	content: '';
	clear: both;
}
.nei-proDetail-fr ul li{
	float: left;
	width: 50%;
	font-size: 16px;
	color: #555555;
	margin-bottom: 30px;
}
.nei-proDetail-fr ul li strong{
	color: #333333;
}
.nei-proDetail-img{
	padding-left: 17%;
}
.nei-proDetail-img img{
	max-width: 100%;
}

/*产品详情结束*/
.proCase-title-com{
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.proCase-title-com h3{
	font-size: 42px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	opacity: 0.12;
}
.proCase-title-com h4{
	font-size: 33px;
	color: #333333;
	font-weight: normal;
	margin-top: -30px;
}
.proCase-box1{
	padding-top: 70px;
}
.proCase-box2{
	padding-top: 70px;
	padding-bottom: 20px;
}
.jd-case-nav{
	text-align: center;
}
.jd-case-nav img{
	max-width: 100%;
}
.jd-case-nav p{
	font-size: 18px;
	color: #333333;
	line-height: 28px;
	margin-top: 25px;
}
.proCase-box3{
	padding-top: 70px;
	padding-bottom: 60px;
}
.hidden{
	zoom: 1;
}
.hidden:after{
	display: block;
	content: '';
	clear: both;
}
.proCase-success-nav ul{
	zoom: 1;
}
.proCase-success-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.proCase-success-nav li{
	float: left;
	width: 49%;
	margin-right: 2%;
}
.proCase-success-nav li:nth-child(2n){
	margin-right: 0;
}
.success-img{
	width: 100%;
	overflow: hidden;
}
.success-img img{
	width: 100%;
	transition-duration: 0.5s;
}

.success-name{
	padding: 30px 0;
}
.success-name h4{
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 15px;
}
.success-name p{
	font-size: 16px;
	color: #555555;
	line-height: 28px;
}
.more{
	font-size: 20px;
	color: #333333;
	text-align: center;
	opacity: 0.49;
}
.get-btn{
	
}
/*2020/06/30改*/
.pro-cplb-nav ul{
	zoom: 1;
}
.pro-cplb-nav ul:after{
	display: block;
	content: '';
	clear: both;
}
.pro-cplb-nav ul li{
	float: left;
	width: 19%;
	margin-right: 1.25%;
	margin-top: 40px;
}
.pro-cplb-nav ul li:nth-child(5){
	margin-right: 0;
}
.pro-cplb-img{
	width: 100%;
	height: 275px;
	text-align: center;
	line-height: 275px;
	background: url(../images/lb-bg.png) no-repeat;
	overflow: hidden;
}
.pro-cplb-img img{
	max-width: 80%;
	max-height: 80%;
	transition-duration: 0.5s;
}
.pro-cplb-nav ul li p{
	font-size: 26px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}

/*2020/06/30结束*/
/*2020/07/07/*/
.prolist-screen{
	zoom: 1;
	margin-bottom: 40px;
}
.prolist-screen:after{
	display: block;
	content: '';
	clear: both;
}
.prolist-screen-fl{
	float: left;
	width: 230px;
	font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
}
.prolist-screen-fr{
	float: left;
	width: calc(100% - 230px);
}
.prolist-screen-fr dl{
	zoom: 1;
}
.prolist-screen-fr dl:after{
	display: block;
	content: '';
	clear: both;
}
.prolist-screen-fr dd{
	float: left;
	width: 18%;
	height: 50px;
	margin-right: 2.5%;
	border: 6px solid #efefef;
	background: #fff;
	border-radius: 8px;
	font-size: 16px;
	text-align: center;
	line-height: 38px;
	letter-spacing: 2px;
	cursor: pointer;
	transition-duration: 0.5s;
}
.prolist-screen-fr dd a{
	display: block;
	color: #333;
}
.prolist-screen-fr dd:nth-child(5n){
	margin-right: 0;
}
.prolist-screen-fr dd:hover{
	border: 6px solid #e8d3d4;
	background: #d0101b;
	color: #fff;
}
.prolist-screen-fr dd:hover a{
	color: #fff;
}
.acitve-color{
	border: 6px solid #e8d3d4 !important;
	background: #d0101b !important;
	color: #fff;
}
.acitve-color a{
	color: #fff !important;
}
@media screen and (min-width:769px){
	.pro-xptj ul li:hover .pro-box-img:before{
		width: 100%;
	}
	.pro-xptj ul li:hover .pro-box-img img{
		transform: scale(1.1);
	}
	.pro-box-name span:hover{
		color: #fff;
		border: 1px solid #d0111b;
	}
	.pro-box-name span:hover:after{
		width: 100%;
	}
	.pro-jjfa-list:hover img{
		transform: scale(1.1);
	}
	.pro-jjfa-name a:hover{
		top: -5px;
		box-shadow: 4px 4px 4px #d0111b;
	}
	.nei-prolist-fn-nav ul li:hover p{
		color: #d0111b;
		font-weight: bold;
	}
	.prolist-menu ul li:hover:after{
		width: 100%;
	}
	.prolist-menu ul li:hover .prolist-img img{
		transform: scale(1.1);
	}
	.prolist-menu ul li:hover .prolist-name{
		color: #d0111b;
	}
	.pro-fn-menu-nav ul li:hover:after{
		width: 100%;
	}
	.pro-fn-menu-nav ul li:hover a{
		color: #fff;
	}
	.proCase-success-nav ul li:hover .success-img img{
		transform: scale(1.1);
	}
	.pro-cplb-nav ul li:hover .pro-cplb-img img{
		transform: scale(1.1);
	}
	.pro-cplb-nav ul li:hover p{
		color: #d0111b;
	}
	
}

@media screen and (max-width:1440px){
	.pro-jjfa-name{
		left: 10%;
	}
	.w22{
		width: 1200px;
	}
	.prolist-search{
		padding: 25px 30px;
	}
	.prolist-search dl dd:nth-child(1){
		width: 12%;
	}
	.prolist-search dl dd:nth-child(2){
		margin-right: 4%;
	}
	#certify{
		width: 90%;
	}
	#certify .swiper-slide{
		width: 590px;
		height: 384px;
	}
	.pro-cplb-img img{
		max-width: 90%;
		max-height: 90%;
	}
	.pro-cgal-nav .picScroll-left .bd ul li{
		max-height: 330px;
	}
}
@media screen and (max-width:1360px){
	.pro-box-img{
		height: 375px;
		line-height: 375px;
	}
	.pro-jjfa-name {
	    left: 7%;
	}
	.pro-cgal-nav .picScroll-left .bd ul li{
		max-height: 310px;
	}
}
@media screen and (max-width:769px){
	.nei-banner-title h4{
		font-size: 22px;
		margin-bottom: 5px;
	}
	.nei-banner-title p{
		font-size: 18px;
	}
	.pro-xptj{
		padding-top: 30px;
	}
	.pro-box-img img{
		max-width: 80%;
    	max-height: 80%;
	}
	.pro-box-img span{
		width: 60px;
    	height: 30px;
    	font-size: 16px;
    	line-height: 30px;
		left: 10px;
    	top: 10px;
	}
	.pro-box-img{
		height: 300px;
		line-height: 300px;
	}
	.pro-xptj ul li:nth-child(1) .pro-box-name h4{
		width: 100%;
	}
	.pro-box-name span{
		display: none;
	}
	.pro-box-name h4{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.pro-box-name p{
		font-size: 16px;
	}
	.pro-cplb{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.pro-title-com{
		font-size: 22px;
		margin-bottom: 20px;
	}
	.pro-jjfa{
		padding-top: 30px;
	}
	.pro-jjfa-list{
		width: 100%;
	}
	.pro-jjfa-list:nth-child(1){
		margin-right: 0;
		margin-bottom: 20px;
	}
	.pro-jjfa-name h4{
		font-size: 20px;
		margin-bottom: 5px;
	}
	.pro-jjfa-name{
		width: 96%;
		left: 2%;
		top: 10%;
	}
	.pro-jjfa-name p{
		font-size: 15px;
		line-height: 24px;
	}
	.pro-cgal{
		padding-top: 40px;
    	padding-bottom: 20px;
	}
	.pro-cgal-nav .picScroll-left .hd{
		position: relative;
		width: 100%;
		height: auto;
		padding: 20px 5%;
	}
	.pro-cgal-nav .picScroll-left .bd{
		width: 100%;

	}
	.pro-cgal-nav .hd-nav{
		width: 100%;
		position: relative;
		left: 0;
		top: 0;
	}
	.pro-cgal-nav .picScroll-left .hd li h4{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.w22 {
	    width: 92%;
	}
	.pro-fn img{
		width: 46px;
		margin-bottom: 8px;
	}
	.pro-fn p{
		font-size: 15px;
	}
	.nei-prolist-fn{
		padding: 30px 0;
	}
	.prolist-all{
		padding-top: 30px;
	}
	.prolist-search dl dd{
		width: 100% !important;
	}
	.prolist-search dl dd:nth-child(5){
		margin-top: 20px;
	}
	.prolist-menu ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 10px;
	}
	.prolist-menu ul li:nth-child(2n){
		margin-right: 0;
	}
	.prolist-img{
		height: 140px;
		line-height: 140px;
	}
	.prolist-name{
		line-height: 34px;
	}
	.prolist-img img{
		max-width: 60%;
	}
	.nei-banner-title3{
		/*position: relative;*/
		/*bottom: auto;
		top: 70px;*/
		display: none;
	}
	.pro-fn-menu{
		height: auto;
		position: relative;
		background: #fff;
	    box-shadow: 4px 2px 4px #ccc;
	    margin-bottom: 5px;
	}
	.home-case-fl h3{
		display: none;
	}
	.home-case {
	    padding-top: 0px;
	}
	.nei-banner-title3-nav h4{
		font-size: 18px;
	}
	.nei-banner-title3-nav p{
		margin-top: 0px;
    	margin-left: 0px;
    	font-size: 14px;
    	width: 100%;
	}
	.pro-fn-menu-nav ul li{
		width: 25%;
    	font-size: 16px;
    	line-height: 50px;
	}
	.nei-proDetail{
		padding: 40px 0;
	}
	.nei-proDetail-fn a{
		width: 50%;
		font-size: 16px;
	    height: 40px;
	    line-height: 40px;
	}
	.nei-proDetail-fl{
		width: 100%;
		padding-right: 0;
		text-align: left;
		margin-bottom: 10px;
		font-size: 16px;
	}
	.nei-proDetail-fr{
		width: 100%;
	}
	.nei-proDetail-fr ul li{
		width: 100%;
		margin-bottom: 5px;
		font-size: 14px;
	}
	.nei-proDetail-img{
		padding-left: 0;
	}
	.proCase-box1{
		padding-top: 30px;
	}
	.proCase-title-com h3{
		display: none;
	}
	.proCase-title-com h4{
		font-size: 22px;
		margin-top: 0;
	}
	.proCase-title-com{
		margin-bottom: 15px;
	}
	.proCase-box2{
		padding-top: 20px;
	}
	.jd-case-nav p{
		font-size: 16px;
		line-height: 24px;
	}
	.proCase-box3{
		padding-top: 30px;
	}
	.proCase-success-nav li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.success-name{
		padding: 10px 0;
	}
	.success-name h4{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.success-name p{
		line-height: 26px;
	}
	.more{
		font-size: 16px;
	}
	#certify .swiper-slide{
		width: 325px;
		height: 224px;
	}
	#certify .swiper-button-prev{
		display: none;
	}
	#certify .swiper-button-next{
		display: none;
	}
	#certify{
		width: 100%;
	}
	.pro-cplb-nav ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 20px;
	}
	.pro-cplb-nav ul li:nth-child(2n){
		margin-right: 0;
	}
	.pro-cplb-nav ul li:nth-child(5){
		width: 100%;
	}
	.pro-cplb-img{
		height: 150px;
		line-height: 150px;
		background-size: 100% 100%;
	}
	.pro-cplb-img img {
	    max-width: 80%;
	    max-height: 80%;
	}
	.pro-cplb-nav ul li p{
		font-size: 16px;
		margin-top: 10px;
	}
	.nei-banner-title2 p{
		font-size: 20px;
		margin-bottom: 0;
	}
	.nei-banner-title2 h4{
		font-size: 22px;
	}
	.nei-banner-title2{
		top:20%;
		
	}
	.pro-jjfa-name a{
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.prolist-screen{
		margin-bottom: 20px;
	}
	.prolist-screen-fl{
		width: 100%;
		line-height: 40px;
		text-align: left;
	}
	.prolist-screen-fr{
		width: 100%;
	}
	.prolist-screen-fr dd:nth-child(5n){
		margin-right: 0.5%;
	}
	.prolist-screen-fr dd{
		width: 33%;
		height: 40px;
		font-size: 15px;
		line-height: 36px;
		border: 2px solid #efefef;
		margin-right: 0.5%;
		margin-bottom: 5px;
	}
	.prolist-screen-fr dd:nth-child(3n){
		margin-right: 0;
	}
	.acitve-color{
		border: 2px solid #9aa39e !important;
	}
	.prolist-search dl dd span{
		font-size: 16px;
	}
	.nei-proDetail-fn{
		margin-bottom: 20px;
	}
	.prolist-search {
	    padding: 10px 15px;
	    margin-bottom: 30px;
	}
	.prolist-search dl dd select{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.prolist-search dl dd:nth-child(4){
		width: 75% !important;
		margin-right: 0;
	}
	.prolist-search dl dd input{
		height: 40px;
		line-height: 40px;
	}
	.prolist-search dl dd:nth-child(5){
		width: 25% !important;
		margin-top: 0;
	}
	.search-btn2{
		height: 40px;
		font-size: 16px;
		line-height: 40px;
		letter-spacing: 1px;
	}
	.pro-cgal-nav .picScroll-left .bd ul li{
		max-height: 175px;
	}
}


@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}
@keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);-webkit-transform: rotate(10deg);transform: rotate(10deg);}
50% { -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); transform: rotate(-10deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-webkit-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);-webkit-transform: rotate(10deg);transform: rotate(10deg);}
50% { -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); transform: rotate(-10deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-moz-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);-webkit-transform: rotate(10deg);transform: rotate(10deg);}
50% { -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); transform: rotate(-10deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}
@-o-keyframes icon-bounce {
0%, 100% {-moz-transform: rotate(0deg);-ms-transform: rotate(0deg); -webkit-transform: rotate(0deg); transform: rotate(0deg);}
25% { -moz-transform: rotate(10deg); -ms-transform: rotate(10deg);-webkit-transform: rotate(10deg);transform: rotate(10deg);}
50% { -moz-transform: rotate(-10deg); -ms-transform: rotate(-10deg); -webkit-transform: rotate(-10deg); transform: rotate(-10deg);}
75% { -moz-transform: rotate(5deg); -ms-transform: rotate(5deg);-webkit-transform: rotate(5deg); transform: rotate(5deg);}
85% { -moz-transform: rotate(-5deg);-ms-transform: rotate(-5deg);-webkit-transform: rotate(-5deg);transform: rotate(-5deg);}
}









