.ne-banner{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ne-banner img{
	display: block;
	width: 100%;
	animation: changeScale 1 2.5s;
}
.ne-banner-title{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.ne-banner-title h3{
	font-size: 0.72rem;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	animation: fadeInUp 1 2.5s;
}
.ne-banner-title p{
	font-size: 0.36rem;
	color: #FFFFFF;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	animation: fadeInUp 1 2.5s;
}

.ne-about-info{
	padding: 0.8rem 0 0.94rem;
	background: #fff;
}
.about-infoBox{
	padding: 0 1.3rem;
}
.about-info-message{
	text-align: center;
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.8;
}
.about-info-message p{
	margin-bottom: 0.3rem;
}
.about-info-message p:last-child{
	margin-bottom: 0;
}
.about-info-img{
	position: relative;
	padding: 0.65rem 0 0.7rem;
	margin-top: 0.4rem;
	overflow: hidden;
}
.about-info-img img{
	display: block;
	width: 9.17rem;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.about-info-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	background: url(../images/ab-bg01.jpg) no-repeat center center;
	background-size: cover;
	transition-duration: 0.5s;
}
.about-info-img:hover .about-info-bg{
	transform: scale(1.1);
}

.ne-about-gc{
	padding: 0.7rem 0 0.24rem;
	background: url(../images/h-page02-bg.jpg) no-repeat center center;
	background-size: cover;
}
.ne-about-gc .home-title h3 span:nth-child(1){
	color: #fff;
}
.ne-about-gc .home-title h3:after{
	display: none;
}
.ne-about-gc .home-title p{
	color: #fff;
}
.about-gc-menuBox{
	text-align: center;
	margin-bottom: 0.15rem;
}
.about-gc-menuBox ul{
	display: inline-block;
}
.about-gc-menuBox ul li{
	float: left;
	margin-right: 0.4rem;
	position: relative;
	cursor: pointer;
}
.about-gc-menuBox ul li:before{
	display: block;
	content: '';
	width: 0.17rem;
	height: 0.15rem;
	background: url(../images/gc-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	margin-left: -0.085rem;
	top: -0.15rem;
	opacity: 0;
	visibility: hidden;
	transition-duration: 0.3s;
}
.gc-active:before{
	opacity: 1 !important;
	visibility: visible !important;
}
.about-gc-menuBox ul li:last-child{
	margin-right: 0;
}
.about-gc-menuBox ul li span{
	display: block;
	height: 0.36rem;
	font-size: 0.24rem;
	color: #28335d;
	line-height: 0.36rem;
	text-align: center;
}
.about-gc-contentBox{
	position: relative;
}
.about-gc-contenter{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.about-gc-contenter:nth-child(1){
	position: relative;
	z-index: 2;
}
.gc-show{
	opacity: 1 !important;
	visibility: visible !important;
	z-index: 10;
}
.gc-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.gc-img:before{
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.about-gc-contenter .swiper-slide-active .gc-img:before{
	display: none !important;
}
.gc-img img{
	display: block;
	width: 100%;
}
.gc-info{
	padding: 0.2rem;
	text-align: center;
	font-size: 0.18rem;
	color: #28335d;
	line-height: 1.6;
}
.gc-next,.gc-prev{
	width: 0.66rem;
	height: 0.66rem;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 42%;
	margin-top: -0.33rem;
	z-index: 10;
	cursor: pointer;
}
.gc-next{
	right: 26%;
}
.gc-next:before{
	display: block;
	content: '';
	width: 0.17rem;
	height: 0.29rem;
	background: url(../images/gc-jt-r.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.gc-prev{
	left: 26%;
}
.gc-prev:before{
	display: block;
	content: '';
	width: 0.17rem;
	height: 0.29rem;
	background: url(../images/gc-jt-l.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.about-join{
	padding: 0.76rem 0 0.66rem;
	background: #fff;
}
.join-box{
	padding: 0 0.76rem;
}
.join-list ul li{
	position: relative;
	padding: 0.3rem 0.6rem;
	background: #f7f7f7;
	margin-bottom: 0.1rem;
	zoom: 1;
	position: relative;
}
.join-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.join-list ul li:before{
	display: block;
	content: '';
	width: 0.06rem;
	height: 100%;
	background: #e0b332;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	transition-duration: 1s;
}
.join-list ul li:hover:before{
	width: 100%;
}
.join-list ul li div{
	float: left;
	position: relative;
	z-index: 10;
	width: 24%;
	font-size: 0.18rem;
	color: #333;
	line-height: 1.4;
}
.join-list ul li div:nth-child(4){
	width: 15%;
}
.join-zw{
	padding-left: 0.5rem;
}
.join-zw:before{
	display: block;
	content: '';
	width: 0.36rem;
	height: 0.28rem;
	background: url(../images/join-i01.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.14rem;
}
.join-list ul li a{
	float: right;
	font-size: 0.18rem;
	color: #e0b332;
	line-height: 1.4;
	padding-right: 0.4rem;
	position: relative;
	z-index: 10;
}
.join-list ul li a:after{
	display: block;
	content: '';
	width: 0.34rem;
	height: 0.12rem;
	background: url(../images/join-jt-y.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.06rem;
	transition-duration: 0.3s;
}
.join-list ul li a:hover:after{
	right: -5px;
}
.join-list ul li:hover a{
	color: #fff;
}
.join-list ul li:hover a:after{
	background: url(../images/join-jt-w.png) no-repeat;
	background-size: 100% 100%;
}

.pro-list ul li{
	zoom: 1;
	position: relative;
}
.pro-list ul li:after{
	display: block;
	content: '';
	clear: both;
}
.pro-listImg{
	width: 12.8rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.pro-listImg img{
	display: block;
	width: 100%;
}
.pro-list ul li:nth-child(odd) .pro-listImg{
	float: left;
}
.pro-list ul li:nth-child(even) .pro-listImg{
	float: right;
}
.pro-listName{
	width: 45%;
	height: 100%;
	padding-top: 2.2rem;
	position: absolute;
	top: 0;
	z-index: 10;
}
.pro-list ul li:nth-child(odd) .pro-listName{
	padding-left: 12%;
	right: 0;
	background: linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(to left,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
}
.pro-list ul li:nth-child(even) .pro-listName{
	left: 0;
	padding-left: 14%;
	background: linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
	background: -ms-linear-gradient(to right,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%);
}
.pro-listName-cover{
	width: 3.92rem;
	height: 100%;
	background: url(../images/pro-cover.png) no-repeat;
	position: absolute;
	top: 0;
	z-index: 12;
}
.pro-list ul li:nth-child(odd) .pro-listName-cover{
	right: 0;
}
.pro-list ul li:nth-child(even) .pro-listName-cover{
	left: 0;
	transform: rotateY(180deg);
}
.pro-listName-info{
	position: relative;
	z-index: 15;
}
.pro-listName-info h3{
	font-size: 0.72rem;
	color: #e0b332;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 0.1rem;
}
.pro-listName-info p{
	font-size: 0.48rem;
	color: #333333;
	line-height: 1.4;
}
.pro-listName-info a{
	display: block;
	width: 2.3rem;
	height: 0.7rem;
	border-radius: 0.7rem;
	background: #e0b332;
	margin-top: 0.45rem;
	text-align: center;
	transition-duration: 0.5s;
}
.pro-listName-info a:hover{
	background: #152d5b;
}
.pro-listName-info a span{
	font-size: 0.3rem;
	color: #fff;
	line-height: 0.7rem;
	padding-left: 0.5rem;
	position: relative;
}
.pro-listName-info a span:before{
	display: block;
	content: '';
	width: 0.39rem;
	height: 0.39rem;
	background: url(../images/pro-more.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -0.195rem;
}

.pro-fn-box{
	padding: 1rem 0 0.7rem;
}
.pro-fnList ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0.2rem;
}
.pro-fnList ul li:nth-child(2n){
	margin-right: 0;
}
.pro-fnList-img{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.bq{
	display: block;
	width: 1.23rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.fnList-imgInfo{
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	transition-duration: 0.3s;
}
.pro-fnList ul li:hover .fnList-imgInfo{
	transform: scale(1.1);
}
.pro-fnList-name{
	padding: 0.1rem 0;
	font-size: 0.24rem;
	color: #333333;
	text-align: center;
	line-height: 1.6;
}

.lxwm-box{
	padding: 1.3rem 0;
	background: #fff;
}
.lxwm-content{
	display: flex;
}
.lxwm-map{
	width: 70%;
}
.lxwm-info{
	width: 30%;
	background: #e0b332;
	padding: 0.9rem 0.26rem 1rem 0.5rem;
}
.lxwm-info h3{
	font-size: 0.6rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.lxwm-info ul li{
	margin-bottom: 0.3rem;
}
.lxwm-info ul li img{
	display: block;
	width: 0.36rem;
	margin-bottom: 0.1rem;
}
.lxwm-info ul li p{
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.4;
}
.lxwm-info ul li h3{
	font-size: 0.36rem;
	color: #fff;
	line-height: 1.4;
}
.lxwm-info ul li h4{
	font-size: 0.3rem;
	color: #fff;
	line-height: 1.4;
}

.news-content{
	padding: 1.3rem 1.3rem 0.55rem;
}
.news-large{
	margin-bottom: 0.55rem;
}
.news-large ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
	background: #fff;
}
.news-large ul li:nth-child(3){
	margin-right: 0;
}
.news-large-img{
	width: 100%;
	overflow: hidden;
}
.news-large-img img{
	display: block;
	width: 100%;
	transition-duration: 0.3s;
}
.news-large ul li:hover .news-large-img img{
	transform: scale(1.1);
}
.news-hasImg-info{
	box-shadow: 0 0 4px 2px #e6e6e6;
	padding: 0.25rem 0.3rem;
	background: #fff;
}
.news-hasImg-info h4{
	font-size: 0.24rem;
	color: #333333;
	font-weight: normal;
	line-height: 1.4;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.1rem;
	transition-duration: 0.3s;
}
.news-large ul li:hover .news-hasImg-info h4{
	color: #f2c62f;
}
.news-hasImg-info p{
	font-size: 0.18rem;
	color: #555555;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.news-hasImg-info span{
	display: inline-block;
	font-size: 0.2rem;
	color: #333333;
	line-height: 0.28rem;
	padding-left: 0.4rem;
	position: relative;
}
.news-hasImg-info span:before{
	display: block;
	content: '';
	width: 0.27rem;
	height: 0.28rem;
	background: url(../images/date.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.news-list{
	border-top: 1px solid #e6e6e6;
}
.news-list ul li{
	padding: 0.2rem 0;
	border-bottom: 1px solid #e6e6e6;
}
.news-listInfo{
	display: flex;
}
.news-list-date{
	width: 1.5rem;
	padding-top: 0.7rem;
	position: relative;
}
.news-list-date:after{
	display: block;
	content: '';
	width: 1px;
	height: 1rem;
	background: #e6e6e6;
	position: absolute;
	right: 0;
	top: 0.7rem;
}
.news-list-date span{
	display: block;
	text-align: center;
}
.news-list-date span:nth-child(1){
	font-size: 0.6rem;
	color: #333333;
	line-height: 1;
}
.news-list-date span:nth-child(2){
	font-size: 0.24rem;
	color: #555555;
	line-height: 1.4;
}
.news-list-img{
	width: 3.44rem;
}
.news-list-img img{
	display: block;
	width: 100%;
}
.news-list-message{
	width: calc(100% - 4.94rem);
	padding: 0.7rem 0.35rem 0 0.6rem;
}
.news-list-message h4{
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 0.15rem;
}
.news-list-message p{
	font-size: 0.18rem;
	color: #555555;
	line-height: 1.6;
	display: -webkit-Box;
	-webkit-Box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.jianT {
    width: 100%;
    text-align: center;
    margin-top: 0.75rem;
}

.jianT li {
	width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
    background: #ececec;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
}

.jianT li a{
	display: block;
	width: 100%;
	height: 100%;
    font-size: 0.2rem;
    color: #333;
    font-family: arial;
    display: block;
    /*background: #e5e5e5;*/
    /*border-radius: 0.05rem;*/
    line-height: 0.6rem;
    position: relative;
}
.jianT li:hover a{
    background: #e0b332;
    color: #fff;
}
.jianT li .on {
    background: #e0b332;
    color: #fff;
}
.home a:after,.end a:after{
	display: block;
	content: '';
	width: 0.17rem;
	height: 0.29rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.home a:after{
	background: url(../images/xxzs-jt-l2.png) no-repeat;
	background-size: 100% 100%;
}
.home a:hover:after{
	background: url(../images/xxzs-jt-l1.png) no-repeat;
	background-size: 100% 100%;
}
.end a:after{
	background: url(../images/xxzs-jt-r2.png) no-repeat;
	background-size: 100% 100%;
}
.end a:hover:after{
	background: url(../images/xxzs-jt-r1.png) no-repeat;
	background-size: 100% 100%;
}
.ne-news-detail{
	padding-top: 0.5rem;
}
.new-nr-ti { text-align:center; border-bottom:1px solid #eee; padding-bottom:20px; margin-bottom:20px;font-family: 'syhtB';}
.new-nr-ti h1{ font-size:24px;line-height: 1.4;font-weight: normal;}
.new-nr-ti span{font-size: 15px;text-align: center;font-family: 'syhtN';line-height: 1.2;}
.new-nr-zi{ font-size:16px; line-height:1.6;text-align: justify;}


.zsjm-about{
	background: #fff;
}
.zsjm-about .w1658{
	padding: 0.8rem 0 0.65rem;
	position: relative;
}
.zsjm-about-box{
	padding: 0 0.4rem;
	zoom: 1;
	position: relative;
	z-index: 10;
}
.zsjm-about-box:after{
	display: block;
	content: '';
	clear: both;
}
.zsjm-about-info{
	float: left;
	width: 58.9%;
	padding-left: 0.4rem;
	padding-right: 0.2rem;
	text-align: left;
}
.zsjm-about-info .home-title{
	display: inline-block;
}
.zsjm-about-info p{
	font-size: 0.2rem;
	color: #333333;
	line-height: 1.6;
	text-align: justify;
	margin-bottom: 0.25rem;
}
.zsjm-about-info p:last-child{
	margin-bottom: 0;
}
.zsjm-about-img{
	float: left;
	width: 41.1%;
	position: relative;
	zoom: 1;
}
.zsjm-about-img:after{
	display: block;
	content: '';
	clear: both;
}
.about-img-food{
	float: right;
	width: 5.4rem;
	height: 5.4rem;
	border-radius: 50%;
	background: #e0b332;
	position: relative;
}
.about-img-food img{
	display: block;
	width: 5.6rem;
	position: absolute;
	top: 50%;
	margin-top: -2.12rem;
	right: 0.9rem;
}
.zsjm-icon{
	font-size: 1.88rem;
	color: #000000;
	line-height: 0.8;
	text-transform: uppercase;
	opacity: 0.09;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	left: 0.8rem;
}

.zsjm-jrlc{
	padding: 0.8rem 0 0.7rem;
	background: url(../images/lc-bg.jpg) no-repeat center center;
	background-size: cover;
}
.zsjm-jrlc .home-title h3 span:nth-child(1){
	color: #fff;
}
.zsjm-jrlc .home-title p{
	color: #fff;
}
.zsjm-jrlc-allPace{
	text-align: center;
	margin-bottom: 0.7rem;
}
.zsjm-jrlc-allPace h3{
	display: inline-block;
	position: relative;
}
.zsjm-jrlc-allPace h3 span{
	font-size: 1.5rem;
	color: #fff;
	text-shadow: 3px 3px 0px #333;
	line-height: 0.8;
	position: relative;
	z-index: 2;
}
.zsjm-jrlc-allPace h3 img{
	display: block;
    width: 0.52rem;
    position: absolute;
    right: -0.3rem;
    bottom: 0.03rem;
    z-index: 10;
}
.zsjm-jrlc-list{
	text-align: center;
	position: relative;
}
.zsjm-jrlc-list:after{
	display: block;
	content: '';
	width: 100%;
	height: 2px;
	background: #28335d;
	position: absolute;
	left: 0;
	top: 0.4rem;
	z-index: 2;
}
.zsjm-jrlc-list ul{
	position: relative;
	z-index: 10;
	display: inline-block;
}
.zsjm-jrlc-list ul li{
	float: left;
	margin-right: 0.7rem;
}
.zsjm-jrlc-list ul li:last-child{
	margin-right: 0
}
.zsjm-jrlc-listIcon{
	margin: 0 auto;
	width: 0.8rem;
	height: 0.8rem;
	border-radius: 50%;
	background: #fff;
	padding-top: 0.15rem;
	margin-bottom: 0.3rem;
}
.zsjm-jrlc-listIcon img{
	display: block;
	width: 0.5rem;
	margin: 0 auto;
}
.zsjm-jrlc-list ul li p{
	font-size: 0.24rem;
	color: #28335d;
	line-height: 1.4;
}

.zsjm-ppys{
	padding-top: 0.65rem;
	background: #fff;
}
.zsjm-ppys-img{
	margin: 1.9rem auto 0;
	width: 11.17rem;
	height: 4.71rem;
	background: url(../images/ppys-bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
.zsjm-ppys-img img{
	display: block;
	width: 8.46rem;
	position: absolute;
	top: 0.74rem;
	left: 50%;
	margin-left: -4.23rem;
}
.zsjm-ppys-img ul li{
	position: absolute;
}
.zsjm-ppys-img ul li:nth-child(1){
	left: -0.48rem;
	bottom: 1.4rem;
}
.zsjm-ppys-img ul li:nth-child(2){
	left: 1.52rem;
	top: 0;
}
.zsjm-ppys-img ul li:nth-child(3){
	left: 50%;
	top: -0.72rem;
	margin-left: -0.62rem;
}
.zsjm-ppys-img ul li:nth-child(4){
	right: 1.52rem;
	top: 0;
}
.zsjm-ppys-img ul li:nth-child(5){
	right: -0.48rem;
	bottom: 1.4rem;
}

.zsjm-ppys-bt{
	width: 1.24rem;
	height: 1.24rem;
	border: 0.05rem solid #f7da87;
	background: #e0b332;
	border-radius: 50%;
	font-size: 0.72rem;
	color: #28335d;
	font-family: 'xq';
	text-align: center;
	line-height: 1.04rem;
}
.zsjm-ppys-by{
	font-size: 0.3rem;
	color: #28335d;
	font-family: 'xq';
	line-height: 1.2;
	position: absolute;
	white-space: nowrap;
}
.zsjm-ppys-img ul li:nth-child(1) .zsjm-ppys-by{
	right: 1.46rem;
	top: 0.28rem;
}
.zsjm-ppys-img ul li:nth-child(2) .zsjm-ppys-by{
	right: 1.46rem;
	top: 0.28rem;
}
.zsjm-ppys-img ul li:nth-child(3) .zsjm-ppys-by{
	left: 50%;
	transform: translateX(-50%);
	bottom: 1.34rem;
}
.zsjm-ppys-img ul li:nth-child(4) .zsjm-ppys-by{
	left: 1.46rem;
	top: 0.28rem;
}
.zsjm-ppys-img ul li:nth-child(5) .zsjm-ppys-by{
	left: 1.46rem;
	top: 0.28rem;
}


.zsjm-cn{
	padding: 1.4rem 0 2.83rem;
	background: url(../images/cn-bg.jpg) no-repeat center bottom;
	background-size: cover;
	
}
.zsjm-cn ul{
	width: 100%
}
.zsjm-cn ul li{
	float: left;
	width: 20%;
	text-align: center;
}
.zsjm-cn ul li:last-child{
	margin-right: 0;
}
.cn-icon{
	display: block;
	width: 0.91rem;
	margin: 0 auto;
}
.cn-info{
	margin-top: 0.1rem;
	font-size: 0.22rem;
	color: #333333;
	line-height: 1.4;
}

.zsjm-ys{
	padding-top: 0.65rem;
}
.zsjm-ys-list{
	padding: 0 0.56rem;
}
.zsjm-ys-list ul li{
	float: left;
	width: 32%;
	height: 2.78rem;
	border-radius: 0.05rem;
	background: url(../images/ys-bg.png) no-repeat center center;
	background-size: cover;
	margin-right: 2%;
	margin-bottom: 0.4rem;
	padding-top: 0.3rem;
	text-align: center;
}
.zsjm-ys-list ul li:nth-child(3n){
	margin-right: 0;
}
.zsjm-ys-list ul li h3{
	font-size: 0.72rem;
	color: #fff;
	line-height: 0.8;
	margin-bottom: 0.2rem;
}
.zsjm-ys-list ul li p{
	font-size: 0.2rem;
	color: #fff;
	text-shadow: 0 2px 1px #555;
	line-height: 1.5;
}

.zsjm-ms{
	padding-top: 0.4rem;
	padding-bottom: 0.6rem;
}
.zsjm-ms-content{
	text-align: center;
}
.zsjm-ms-content h4{
	font-size: 0.36rem;
	color: #28335d;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 0.4rem;
}
.zsjm-ms-content ul{
	display: inline-block;
}
.zsjm-ms-content ul li{
	float: left;
	margin-right: 0.48rem;
	position: relative;
}
.zsjm-ms-content ul li:last-child{
	margin-right: 0;
}
.zsjm-ms-content ul li:after{
	display: block;
	content: '';
	width: 0.41rem;
	height: 0.67rem;
	background: url(../images/ms-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: -0.44rem;
	top: 1.195rem;
}
.zsjm-ms-content ul li:last-child:after{
	display: none;
}
.zsjm-ms-img{
	margin: 0 auto;
	width: 3.06rem;
	height: 3.06rem;
	border-radius: 50%;
	overflow: hidden;
}
.zsjm-ms-img img{
	display: block;
	width: 100%;
}
.zsjm-ms-content ul li p{
	font-size: 0.3rem;
	color: #333333;
	line-height: 1.4;
	margin-top: 0.15rem;
}

.zsjm-zc{
	padding: 0.6rem 0 0.9rem;
	background: url(../images/zc-bg.jpg) no-repeat center center;
	background-size: cover;
}

.zsjm-zc-content h3{
	font-size: 0.36rem;
    color: #28335d;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 0.4rem;
}
.zsjm-zc-content ul li{
	float: left;
	width: 18.6%;
	margin-right: 1.75%;
	position: relative;
	padding: 0 0.2rem 0.3rem;
}
.zsjm-zc-content ul li:last-child{
	margin-right: 0;
}
.zsjm-zc-info{
	position: relative;
	z-index: 10;
	background: #fff;
	border-radius: 0.08rem;
	padding: 0.2rem 0.15rem;
	margin-bottom: 0.3rem;
}
.zsjm-zc-info:after{
	display: block;
	content: '';
	width: 0.5rem;
	height: 0.44rem;
	background: url(../images/zc-jt.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -0.43rem;
	right: 0.65rem;
}
.zsjm-zc-info img{
	display: block;
	width: 0.7rem;
	margin-bottom: 0.2rem;
}
.zc-infoBox{
	width: 100%;
	height: 2rem;
	font-size: 0.24rem;
	color: #333333;
	line-height: 1.4;
}
.sp-zcInfo{
	overflow-y: scroll;
}
.sp-zcInfo::-webkit-scrollbar{
    width: 5px;
    background: #c6c6c6;
}

.sp-zcInfo::-webkit-scrollbar-thumb {
    width: 8px;
    background: #e0b332;
}

.sp-zcInfo::-webkit-scrollbar-corner {
    background: none;
}

.sp-zcInfo::-webkit-scrollbar:horizontal {
    height: 5px;
}

.zsjm-zc-content ul li h4{
	font-size: 0.3rem;
	color: #28335d;
	line-height: 1.4;
	position: relative;
	z-index: 10;
	padding-left: 0.25rem;
}
.zsjm-zc-cover{
	width: 100%;
	height: 88.88%;
	border-radius: 0.08rem;
	background: #e0b332;
	position: absolute;
	bottom: 0;
	left: 0;
}

.tab_content-nav{
	margin-bottom: 0.2rem;
}
.tab_content-nav h4{
	font-size: 0.2rem;
    color: #555555;
    font-family: 'syhtB';
    line-height: 1.6;
    margin-bottom: 0.05rem;
}
.tab_content-nav p{
	font-size: 0.18rem;
	color: #333;
	line-height: 1.6;
}

@media only screen and (max-width: 1440px){
	
}
@media only screen and (max-width: 1366px){
	
}
@media only screen and (max-width: 1080px){
	.ne-banner{
		margin-top: 55px;
	}
	.about-infoBox{
		padding: 0;
	}
	.about-info-message{
		font-size: 16px;
		text-align: justify;
	}
	.about-info-img img{
		width: 90%;
	}
	.about-gc-menuBox ul li{
		margin-right: 0;
		width: 33.333%;
		margin-bottom: 20px;
	}
	.about-gc-menuBox ul li span{
		font-size: 16px;
	}
	.ne-about-gc{
		padding: 40px 4%;
	}
	.gc-info{
		font-size: 16px;
		text-align: justify;
	}
	.gc-next, .gc-prev{
		top: 35%;
	}
	.gc-next{
		right: 10px;
	}
	.gc-prev{
		left: 10px;
	}
	.join-box{
		padding: 0;
	}
	.join-list ul li div{
		width: 100% !important;
		font-size: 16px;
		padding-left: 0.5rem;
	}
	.join-list ul li a{
		float: left;
		font-size: 16px;
		padding-left: 0.5rem;
	}
	
	.lxwm-content{
		display: block;
	}
	.lxwm-map{
		width: 100%;
		height: 7rem;
	}
	.lxwm-info{
		width: 100%;
		padding: 40px 20px;
	}
	.lxwm-info ul li p{
		font-size: 16px;
	}
	.lxwm-info ul li h3{
		font-size: 20px;
	}
	
	.news-content{
		padding: 40px 0;
	}
	.news-large ul li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.news-hasImg-info h4{
		font-size: 18px;
	}
	.news-hasImg-info p{
		font-size: 16px;
	}
	.news-hasImg-info span{
		font-size: 16px;
		line-height: 26px;
	}
	.news-hasImg-info span:before{
		top: 6px;
	}
	.news-listInfo{
		display: block;
	}
	.news-list-date{
		width: 100%;
		text-align: left;
		padding-top: 0;
	}
	.news-list-date:after{
		display: none;
	}
	.news-list-date span{
		text-align: left;
	}
	.news-list-date span:nth-child(2){
		font-size: 16px;
	}
	.news-list-message{
		width: 100%;
		padding: 20px 0;
	}
	.news-list-message h4{
		font-size: 18px;
	}
	.news-list-message p{
		font-size: 16px;
	}
	.news-list-img{
		width: 100%;
	}
	.news-list ul li{
		padding: 20px 0;
	}
	.new-nr-ti h1{
		font-size: 22px;
	}
	.pro-list ul li{
		padding-bottom: 150px;
	}
	.pro-listImg{
		width: 100%;
	}
	.pro-listName{
		width: 100%;
		height: auto !important;
		padding: 1rem 4% 20px !important;
		top: auto !important;
		left: 0 !important;
		right: auto !important;
		bottom: 0;
		background: linear-gradient(to top,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%) !important;
	    background: -webkit-linear-gradient(to top,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%) !important;
	    background: -moz-linear-gradient(to top,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%) !important;
	    background: -o-linear-gradient(to top,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%) !important;
	    background: -ms-linear-gradient(to top,rgba(255,255,255,1) 80%,rgba(255,255,255,0.6) 90%,rgba(255,255,255,0) 100%) !important;
	    text-align: center;
	}
	.pro-listName-cover{
		display: none;
	}
	.pro-listName-info h3{
		font-size: 32px;
	}
	.pro-listName-info p{
		font-size: 20px;
	}
	.pro-listName-info a{
		margin: 20px auto 0;
	}
	
	.pro-fnList-name{
		font-size: 16px;
	}
	.bq{
		width: 0.8rem;
	}
	
	.zsjm-about-info{
		width: 100%;
		padding: 0 !important;
	}
	.zsjm-about-box{
		padding: 0;
	}
	.zsjm-about-info p{
		font-size: 16px;
	}
	.zsjm-about-img{
		width: 100%;
		margin-top: 20px;
	}
	.about-img-food{
		margin: 0 auto;
    	float: none;
	}
	.zsjm-about .w1658{
		padding-bottom: 80px;
	}
	.zsjm-icon{
		width: 100%;
		font-size: 68px;
		text-align: center;
		left: 0;
	}
	.zsjm-jrlc-list ul{
		display: block;
	}
	.zsjm-jrlc-list ul li{
		width: 16.666%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.zsjm-jrlc-list ul li p{
		font-size: 16px;
		width: 34px;
		text-align: center;
		margin: 0 auto;
	}
	.zsjm-jrlc-listIcon{
		margin-bottom: 5px;
	}
	/*.zsjm-jrlc-list:before{
		display: block;
	    content: '';
	    width: 100%;
	    height: 2px;
	    background: #28335d;
	    position: absolute;
	    left: 0;
	    top: 1.92rem;
	    z-index: 2;
	}*/
	.zsjm-jrlc-allPace{
		margin-bottom: 15px;
	}
	.zsjm-ppys-img{
		width: 100%;
    	height: 3.71rem;
    	margin: 7rem auto 0;
	}
	.zsjm-ppys-img img{
		width: 90%;
	    top: 0.74rem;
	    left: 5%;
	    margin-left: 0;
	}
	.zsjm-ppys-img ul li{
		width: 100% !important;
		padding: 0 4%;
		zoom: 1;
	}
	.zsjm-ppys-img ul li:after{
		display: block;
		content: '';
		clear: both;
	}
	.zsjm-ppys-bt{
		float: left;
	}
	.zsjm-ppys-by{
		float: left;
		position: relative;
		left: 0 !important;
		top: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		margin-left: 10px;
		font-size: 18px;
		padding-top: 10px;
		transform: translateX(0) !important;
	}
	.zsjm-ppys-img ul li:nth-child(1){
		left: 1.2rem;
		top: -6.4rem;
		bottom: auto;
	}
	.zsjm-ppys-img ul li:nth-child(2){
		left: 1.2rem;
		top: -5rem;
		bottom: auto;
	}
	.zsjm-ppys-img ul li:nth-child(3){
		left: 1.2rem;
		top: -3.6rem;
		bottom: auto;
		margin-left: 0;
	}
	.zsjm-ppys-img ul li:nth-child(4){
		left: 1.2rem;
		top: -2.2rem;
		bottom: auto;
		margin-left: 0;
	}
	.zsjm-ppys-img ul li:nth-child(5){
		left: 1.2rem;
		top: -0.8rem;
		bottom: auto;
		margin-left: 0;
		right: 0;
	}
	.zsjm-cn ul li{
		width: 100%;
	}
	.cn-info{
		font-size: 18px;
	}
	.zsjm-cn{
		padding: 1.4rem 0 6.83rem;
	}
	.zsjm-ys-list{
		padding: 0;
	}
	.zsjm-ys-list ul li{
		width: 100%;
		height: auto;
		padding: 30px 15px;
	}
	.zsjm-ys-list ul li p{
		font-size: 16px;
	}
	.zsjm-ms-content ul{
		display: block;
		padding: 0 4%;
	}
	.zsjm-ms-content ul li{
		width: 50%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.zsjm-ms-img{
		width: 2.86rem;
		height: 2.86rem;
	}
	.zsjm-ms-content ul li p{
		font-size: 16px;
	}
	.zsjm-ms-content ul li:after{
		right: -10px;
	}
	.zsjm-ms-content ul li:nth-child(2):after{
		transform: rotateZ(135deg);
		right: auto;
		left: -10px;
		top: 100%;
	}
	.zsjm-zc-content ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.zc-infoBox{
		font-size: 16px;
		height: 2.2rem;
	}
	.zsjm-zc-content ul li h4{
		font-size: 20px;
	}
	.zsjm-zc-info:after{
		bottom: -0.42rem;
	}
	
	.tab_content-nav h4{
		font-size: 18px;
	}
	.tab_content-nav p{
		font-size: 16px;
	}
}









