.ne-banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.ne-banner img{
	width: 100%;
	animation: changeScale 1 2.5s;
	position: relative;
	z-index: 2;
}
.ne-pc-banner{
	display: block;
}
.ne-mobile-banner{
	display: none;
}
.ne-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}
.ne-title h3{
	font-size: 0.48rem;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	font-weight: normal;
	animation: fadeInDown 1 2.5s;
}
.ne-title p{
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: normal;
	animation: fadeInDown 1 2.5s;
}

.ne-content{
	position: relative;
	padding: 1rem 0 2rem;
	z-index: 20;
}
.ne-nav{
	width: 100%;
	position: absolute;
	top: -0.84rem;
}
.ne-nav-box{
	width: 100%;
	padding: 0 0.3rem;
	background: rgba(255,255,255,0.9);
	zoom: 1;
}
.ne-nav-box:after{
	display: block;
	content: '';
	clear: both;
}
.ne-menu{
	float: left;
}
.ne-menu ul li{
	float: left;
	font-size: 0.2rem;
	color: #000000;
	line-height: 0.84rem;
	margin-right: 1.1rem;
	position: relative;
}
.ne-menu ul li:last-child{
	margin-right: 0;
}
.ne-menu ul li a{
	color: #000000;
}
.ne-active a{
	font-weight: bold;
	color: #0081eb !important;
}
.ne-active:after{
	display: block;
	content: '';
	width: 100%;
	height: 0.04rem;
	background: #0081eb;
	position: absolute;
	left: 0;
	bottom: 0;
}
.ne-nav-info{
	float: right;
	font-size: 0.18rem;
	color: #333333;
	line-height: 0.84rem;
}
.ne-nav-info span{
	color: #0081eb;
}
/*.ne-about-box{
	
}*/
.ne-p-com{
	padding: 0 0.3rem;
}
.ne-content-title{
	font-size: 0.44rem;
	color: #222222;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 0.3rem;
}
.ne-about-box h4{
	font-size: 0.3rem;
	color: #000033;
	line-height: 1.4;
	font-weight: normal;
	margin-bottom: 0.25rem;
}
.ne-about-box p{
	font-size: 0.19rem;
	color: #555555;
	line-height: 1.6;
	text-align: justify;
	text-indent: 0.4rem;
	margin-bottom: 0.2rem;
}
.ne-about-img{
	margin-top: 0.6rem;
	width: 100%;
	overflow: hidden;
}
.ne-about-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ne-about-img:hover img{
	transform: scale(1.1);
}

.pro-ne-content{
	padding-bottom: 0.5rem;
}
.ne-product-list ul li{
	float: left;
	width: 49%;
	height: 4.3rem;
	margin-right: 2%;
	margin-bottom: 0.7rem;
	background: #f2f2f2;
}
.ne-product-list ul li:nth-child(2n){
	margin-right: 0;
}
.product-info{
	width: 100%;
	height: 100%;
	display: flex;
}
.product-info-fl{
	width: 50%;
	padding-top: 0.55rem;
	padding-left: 0.45rem;
}
.product-info-fl h3{
	font-size: 0.3rem;
	color: #0081eb;
	line-height: 1.4;
	padding-bottom: 0.15rem;
	margin-bottom: 0.15rem;
	position: relative;
}
.product-info-fl h3:after{
	display: block;
	content: '';
	width: 0.65rem;
	height: 0.03rem;
	background: #539bec;
	position: absolute;
	left: 0;
	bottom: 0;
}
.product-info-fl p{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.6;
	transition-duration: 0.5s;
}
.ne-product-list ul li:hover .product-info-fl p{
	color: #539bec;
}
.product-info-fl img{
	display: block;
	width: 0.37rem;
	margin-top: 0.5rem;
	transition-duration: 0.5s;
}
.ne-product-list ul li:hover .product-info-fl img{
	transform: rotate(360deg);
}
.product-info-fr{
	width: 50%;
	position: relative;
}
.product-info-fr img{
	max-width: 90%;
	max-height: 90%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.product-detail{
	zoom: 1;
}
.product-detail:after{
	display: block;
	content: '';
	clear: both;
}
.product-detail-tab{
	float: left;
	width: 55%;
}
.pro-img-large{
	width: 100%;
	height: 5rem;
	border-radius: 0.1rem;
	overflow: hidden;
}
.pro-img-large img{
	display: block;
	width: 100%;
}
.pro-img-small{
	margin-top: 0.25rem;
}
.pro-img-small ul li{
	float: left;
	width: 32.6%;
	margin-right: 1.1%;
	border: 0.03rem solid rgba(0,129,235,0);
	border-radius: 0.05rem;
	overflow: hidden;
	cursor: pointer;
}
.pro-img-small ul li:nth-child(3){
	margin-right: 0;
}
.pro-img-small ul li img{
	display: block;
	width: 100%;
}
.show-pro{
	border: 0.03rem solid rgba(0,129,235,1) !important;
}
.product-detail-info{
	float: right;
	width: 45%;
	padding-left: 0.45rem;
}
.pro-d-name{
	margin-bottom: 0.15rem;
}
.pro-d-name h3{
	font-size: 0.46rem;
	color: #0048aa;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 0.1rem;
}
.pro-d-name p{
	font-size: 0.32rem;
	color: #0048aa;
	font-weight: normal;
	line-height: 1.2;
}
.pro-d-ys{
	padding: 0.25rem 0;
	min-height: 4.2rem;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
}
.pro-d-ys ul li{
	width: 100%;
	padding-left: 0.38rem;
	position: relative;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.6;
	margin-bottom: 0.15rem;
}
.pro-d-ys ul li:before{
	display: block;
	content: '';
	width: 0.21rem;
	height: 0.21rem;
	background: url(../images/gou.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.1rem;
}
.pro-d-message{
	padding-top: 0.25rem;
}
.pro-d-message ul li{
	float: left;
	width: 50%;
	font-size: 0.18rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.06rem;
	padding-right: 0.1rem;
}
/*.pro-d-message ul li:nth-child(3n+1){
	width: 42% !important;
}*/

.ne-product-all{
	margin-top: 0.4rem;
}
.ne-product-all-title{
	margin-bottom: 0.4rem;
	border-bottom: 2px solid #0048aa;
	zoom: 1;
}
.ne-product-all-title:after{
	display: block;
	content: '';
	clear: both;
}
.ne-product-all-title h3{
	float: left;
	width: 1.95rem;
	height: 0.44rem;
    cursor: pointer;
    line-height: 0.44rem;
    font-size: 0.2rem;
    color: #fff;
    text-align: center;
    position: relative;
    background: #0048aa;
    border-radius: 0.08rem 0.08rem 0 0;
    transition-duration: .5s;
    
}
.ne-product-allContentBox h3{
	font-size: 0.3rem;
	color: #333;
	line-height: 1.4;
	text-align: center;
}
.ne-product-allContentBox h4{
	font-size: 0.2rem;
	color: #555;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 0.2rem;
}
.ne-product-allContentBox p{
	font-size: 0.19rem;
    color: #555555;
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 0.2rem;
}

.lxwm-box{
	width: 100%;
	padding: 0 0.65rem;
}
.lxwm-box-flex{
	width: 100%;
	height: 5.5rem;
	border-radius: 0.1rem;
	overflow: hidden;
	display: flex;
}
.lxwm-map{
	width: 67.7%;
}
.lxwm-address{
	width: 32.2%;
	background: #0081eb;
	padding: 0.65rem 0.45rem;
}
.lxwm-address h3{
	font-size: 0.4rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	padding-bottom: 0.1rem;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	margin-bottom: 0.25rem;
}
.address-info h4{
	font-size: 0.2rem;
	color: #fff;
	line-height: 1.4;
	font-weight: bold;
}
.address-info p{
	font-size: 0.19rem;
	color: #fff;
	line-height: 1.4;
	margin-top: 0.15rem;
}

.ne-news-list ul li{
	width: 100%;
	padding: 0.25rem 0.2rem;
	background: #fff;
	border-radius: 0.14rem;
	box-shadow: 0 0 4px 2px #e6e5e5;
	margin-bottom: 0.3rem;
}
.news-list-info{
	width: 100%;
	height: 100%;
	display: flex;
}
.news-list-img{
	width: 3rem;
	border-radius: 0.2rem;
	overflow: hidden;
}
.news-list-img img{
	display: block;
	width: 100%;
	transition-duration: 0.5s;
}
.ne-news-list ul li:hover .news-list-img img{
	transform: scale(1.1);
}
.news-list-message{
	width: calc(100% - 3rem);
	padding-left: 0.5rem;
	padding-top: 0.15rem;
	padding-right: 0.2rem;
}
.news-list-message h4{
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	margin-bottom: 0.1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	transition-duration: 0.5s;
}
.ne-news-list ul li:hover .news-list-message h4{
	color: #3063af;
}
.news-list-message span{
	display: block;
	font-size: 0.18rem;
	color: #3063af;
	line-height: 1.4;
	padding-left: 0.35rem;
	position: relative;
	margin-bottom: 0.24rem;
}
.news-list-message span:before{
	display: block;
	content: '';
	width: 0.21rem;
	height: 0.21rem;
	background: url(../images/time.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.1rem;
}
.news-list-message p{
	font-size: 0.17rem;
	color: #777777;
	line-height: 1.6;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.6rem;
}
.jianT ul{
	display: inline-block;
}
.jianT li {
	float: left;
	margin: 0 5px;
	min-width: 0.46rem;
	width:auto;
    height: 0.46rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 0 2px 1px #e6e5e5;
    border-radius: 0.1rem;
	
}
.jianT li:last-child{
	border-right: none;
}
.jianT li span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 0.46rem;
	padding:0rem 0.1rem;
}
.jianT li a{
	display: block;
	width: 100%;
	height: 100%;
    font-size: 0.16rem;
    color: #333;
    font-family: arial;
    display: block;
    line-height: 0.5rem;
    position: relative;
    padding:0rem 0.1rem;
}
.jianT li:hover a{
    background: #3063af;
    color: #fff;
}
.jianT li .on {
    background: #3063af;
    color: #fff !important;
}
.prev,.next{
	width: 0.8rem !important;
}
.home,.end{
	width: 0.68rem !important;
}

.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;}
.new-nr-ti h1{ font-size:24px;line-height: 1.4;}
.new-nr-ti span{font-size: 14px;text-align: center;line-height: 1.2;}
.new-nr-zi{ font-size:16px; line-height:1.6;text-align: justify;}
.new-nr-zi img{
	display: block;
	margin: 0.2rem auto;
}

.ne-qywh-box ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0.5rem;
}
.ne-qywh-box ul li:nth-child(2n){
	margin-right: 0;
}
.qywh-img{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.qywh-img img{
	display: block;
	width: 100%;
	position: relative;
	z-index: 2;
	transition-duration: 0.5s;
}
.qywh-img:hover img{
	transform: scale(1.1);
}
.qywh-img h3{
	display: block;
	width: 100%;
	font-size: 0.36rem;
	color: #fff;
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	position: absolute;
	bottom: 0.1rem;
	left: 0;
	z-index: 4;
}
.qywh-info{
	padding: 0.2rem 0.3rem;
	background: #f4f4f4;
}
.qywh-info p{
	height: 0.96rem;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
}
.ne-qywh{
	padding-bottom: 0.5rem;
}
.ne-jstd-list{
	position: relative;
}
.jstd-img{
	width: 5.42rem;
	height: 5.42rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -2.71rem;
	margin-top: -2.75rem;
	z-index: 4;
}
.jstd-img img{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
}
.jstd-img img:nth-child(1){
	z-index: 6;
	top: 0;
	left: 0;
}
.jstd-img img:nth-child(2){
	z-index: 5;
	top: 0.1rem;
	left: 0;
}

.ne-jstd-list ul{
	position: relative;
	z-index: 2;
}
.ne-jstd-list ul li{
	float: left;
	width: 50%;
	border: 2px solid #cee1f0;
	border-radius: 8px;
	padding-top: 0.4rem;
	padding-bottom: 0.4rem;
}
.ne-jstd-list ul li:nth-child(1){
	border-right: 1px solid #cee1f0;
	border-bottom: 1px solid #cee1f0;
}
.ne-jstd-list ul li:nth-child(2){
	border-left: 1px solid #cee1f0;
	border-bottom: 1px solid #cee1f0;
}
.ne-jstd-list ul li:nth-child(3){
	border-right: 1px solid #cee1f0;
	border-top: 1px solid #cee1f0;
}
.ne-jstd-list ul li:nth-child(4){
	border-left: 1px solid #cee1f0;
	border-top: 1px solid #cee1f0;
}
.ne-jstd-list ul li:nth-child(odd){
	padding-left: 0.86rem;
}
.ne-jstd-list ul li:nth-child(odd) .jstd-message{
	float: left;
}
.ne-jstd-list ul li:nth-child(even){
	padding-right: 0.86rem;
}
.ne-jstd-list ul li:nth-child(even) .jstd-message{
	float: right;
}
.jstd-message{
	width: 3.28rem;
}
.jstd-icon{
	display: block;
	margin: 0 auto;
	width: 0.92rem;
	height: 0.92rem;
	border-radius: 50%;
	border: 2px solid #0061b0;
}
.jstd-icon img{
	display: block;
	width: 0.61rem;
	margin: 0.155rem auto;
}
.ne-jstd-list ul li:hover .jstd-icon img{
	-webkit-animation: icon-bounce 0.5s alternate;
	-moz-animation: icon-bounce 0.5s alternate;
	-o-animation: icon-bounce 0.5s alternate;
	animation: icon-bounce 0.5s alternate;
}
.jstd-message h3{
	font-size: 0.3rem;
	color: #0081eb;
	text-align: center;
	line-height: 1.4;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}
.jstd-message p{
	font-size: 0.2rem;
	color: #000000;
	text-align: center;
	line-height: 1.6;
}
.ne-jstd{
	padding-bottom: 1rem;
}
.ne-fwzc-box h4{
	font-size: 0.3rem;
	color: #222222;
	font-weight: normal;
	line-height: 1.4;
}
.ne-fwzc-box p{
	font-size: 0.24rem;
	color: #222222;
	font-weight: normal;
	line-height: 1.4;
}
.ne-fwzc-box img{
	display: block;
	margin: 0.5rem auto 0;
	max-width: 100%;
}

@media only screen and (max-width: 769px){
	.ne-banner{
		margin-top: 55px;
	}
	.ne-pc-banner{
		display: none;
	}
	.ne-mobile-banner{
		display: block;
	}
	.ne-title h3{
		line-height: 1.4;
	}
	.ne-nav{
		top: 0;
		
	}
	.ne-menu{
		display: none;
	}
	.ne-nav-box{
		padding: 0;
		background: none;
	}
	.ne-nav-info{
		font-size: 12px;
		line-height: 40px;
	}
	.ne-content-title{
		font-size: 24px;
	}
	.ne-about-box h4{
		font-size: 16px;
	}
	.ne-p-com{
		padding: 0;
	}
	.ne-about-box p{
		font-size: 14px;
		text-indent: 28px;
	}
	.ne-content{
		padding: 1rem 0 1rem;
	}
	.lxwm-box{
		padding: 0;
	}
	.lxwm-box-flex{
		height: auto;
		display: block;
	}
	.lxwm-map{
		width: 100%;
		height: 300px;
	}
	.lxwm-address{
		width: 100%;
	}
	.address-info h4{
		font-size: 14px;
	}
	.address-info p{
		font-size: 14px;
	}
	
	.news-list-info{
		display: block;
	}
	.news-list-img{
		width: 100%;
	}
	.news-list-message{
		width: 100%;
		padding: 20px 10px;
	}
	.news-list-message h4{
		font-size: 16px;
	}
	.news-list-message span{
		font-size: 14px;
	}
	.news-list-message span:before{
		width: 14px;
		height: 14px;
		margin-top: -8px;
	}
	.news-list-message p{
		font-size: 14px;
	}
	.new-nr-ti h1{
		font-size: 16px;
	}
	.new-nr-zi{
		font-size: 14px;
	}
	
	.jianT li{
		width: 30px;
		height: 30px;
		margin: 0 3px;
	}
	.jianT li a{
		font-size: 14px;
		line-height: 30px;
	}
	
	.product-detail-tab{
		width: 100%;
	}
	.pro-img-large{
		height: 4.3rem;
	}
	.pro-img-small{
		margin-top: 5px;
	}
	.product-detail-info{
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.pro-d-name h3{
		font-size: 20px;
		line-height: 1.4;
	}
	.pro-d-name p{
		font-size: 16px;
		line-height: 1.4;
	}
	.pro-d-ys{
		padding: 20px 0;
		min-height: auto;
	}
	.pro-d-ys ul li{
		font-size: 14px;
	}
	.pro-d-ys ul li:before{
		width: 14px;
		height: 14px;
		margin-top: -7px;
	}
	.pro-d-message ul li{
		width: 100% !important;
		font-size: 14px;
	}
	.pro-d-message ul li:nth-child(3n+1){
		width: 100% !important;
	}
	
	.ne-product-list ul li{
		width: 100%;
	}
	.product-info-fl{
		padding-left: 10px;
	}
	.product-info-fl h3{
		font-size: 16px;
	}
	.product-info-fl p{
		font-size: 14px;
	}
	
	.ne-product-all-title h3{
		width: 100px;
    	height: 30px;
    	line-height: 30px;
		font-size: 16px;
		border-radius: 5px 5px 0 0;
	}
	.ne-product-allContentBox h3{
		font-size: 18px;
	}
	.ne-product-allContentBox h4{
		font-size: 16px;
	}
	.ne-product-allContentBox p{
		font-size: 14px;
    	text-indent: 28px;
	}
	
	.ne-qywh-box ul li{
		width: 100%;
		margin-right: 0;
	}
	.qywh-info p{
		height: auto;
		font-size: 14px;
	}
	.jstd-img{
		width: 2.22rem;
    	height: 2.22rem;
    	margin-left: -1.11rem;
    	margin-top: -1.11rem;
	}
	.ne-jstd-list ul li{
		padding: 0.4rem 0.3rem !important;
	}
	.jstd-message{
		width: 100%;
	}
	.jstd-message p{
		font-size: 14px;
	}
	.jstd-message h3{
		font-size: 14px;
	}
	
	.ne-fwzc-box h4{
		font-size: 18px;
	}
	.ne-fwzc-box p{
		font-size: 16px;
	}
	
}



























