@media screen and (min-width: 1200px) {
	.transXT50.target {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT50.target {
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT501.target {
		transform: translateY(80px);
		-webkit-transform: translateY(80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transYT502.target {
		transform: translateY(-30px);
		-webkit-transform: translateY(-30px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transXT501.target {
		transform: translateX(80px);
		-webkit-transform: translateX(80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.transXf.target {
		transform: translateX(-80px);
		-webkit-transform: translateX(-80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.action.transYT50,
	.action.transYT501,
	.action.transYT502 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}

	.action.transXT50,
	.action.transXT501,
	.action.transXf {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}

	.action.idys1,
	.az4list li:nth-child(2),
	.cl1item:nth-child(1) {
		transition-delay: 0.15s;
	}

	.action.idys2,
	.az4list li:nth-child(3),
	.cl1item:nth-child(2) {
		transition-delay: 0.25s;
	}

	.action.idys3,
	.cl1item:nth-child(3) {
		transition-delay: 0.35s;
	}

	.action.idys4 {
		transition-delay: 0.45s;
	}

	.action.idys5 {
		transition-delay: 0.55s;
	}

	.action.idys6 {
		transition-delay: 0.65s;
	}

	.action.idys7 {
		transition-delay: 0.75s;
	}

	.loadscale.target {
		opacity: 0;
		visibility: hidden;
		transform: translate(0, 50px) scale(.85);
		transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 820ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}

	.action.loadscale {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0) scale(1);
	}

	.wzload.target {
		opacity: 0;
		visibility: hidden;
		transition: 0.8s all ease-out;
	}

	.action.wzload {
		opacity: 1;
		visibility: visible;
		transition: 0.8s all ease-out;
	}

	.sytrans.target {
		opacity: 0;
		visibility: hidden;
		transform: rotateY(45deg);
		transition: 0.8s all ease-out;
	}

	.action.sytrans {
		opacity: 1;
		visibility: visible;
		transform: rotateY(0);
		transition: 0.8s all ease-out;
	}

	.gytitle.target {
		opacity: 0;
		visibility: hidden;
		letter-spacing: 6px;
		transition: 1.2s all ease-out;
	}

	.action.gytitle {
		opacity: 1;
		visibility: visible;
		letter-spacing: normal;
		transition: 1.2s all ease-out;
	}

	.ovt {
		overflow: hidden;
	}

	.ovt font {
		display: block;
	}

	.loadbg {
		position: relative;
	}

	.loadbg.target:before {
		content: "";
		position: absolute;
		right: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
		transition: 1s ease-out;
		z-index: 11;
	}

	.action.loadbg:before {
		bottom: 0;
		height: 0;
	}
}

@media screen and (max-width:1650px) {
	.fooT {
		padding: 100px 0 50px 0;
	}

	.fooB {
		padding: 60px 0 75px 0;
	}

	.indesc {
		max-height: 65px;
	}

	.iawz {
		width: 400px;
	}

	.imlink {
		margin-right: 60px;
	}

	.nrT {
		font-size: 16px;
	}

	.ab1eng {
		font-size: 120px;
	}

	.aslnum {
		font-size: 80px;
	}

	.aw4year {
		font-size: 80px;
	}

	.al5year {
		font-size: 60px;
	}

	.itnr {
		height: 200px;
	}

	.bb2an {
		font-size: 16px;
	}

	.bi3num {
		font-size: 62px;
	}

	.bi3icon {
		font-size: 42px;
		width: 142px;
		height: 142px;
		padding: 77px 0 0 30px;
	}

	.bc2item {
		margin: 35px 0 0 10%;
	}

	.nwtitle {
		height: 65px;
	}

	.nwdesc {
		height: 50px;
		margin-top: 20px;
	}

	.nwbl {
		font-size: 14px;
	}

	.nwbr {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.jb1zs {
		font-size: 68px;
	}

	.jb1list li {
		padding: 49px 35px;
	}

	.jl1icon {
		font-size: 50px;
	}

	.jl2zw {
		font-size: 18px;
	}

	.jl2xx,
	.jz2nr,
	.jl2xz {
		font-size: 14px;
	}

	.jl2xx i {
		font-size: 18px;
	}

	.jl2bt {
		padding: 30px 50px;
	}

	.bb1zsz {
		font-size: 100px;
	}

	.bb1cricle {
		width: 601px;
		height: 601px;
	}

	.bc1q1 {
		width: 125px;
	}

	.bc1q2 {
		width: 150px;
	}

	.bc1q3 {
		width: 172px;
	}
}

@media screen and (max-width:1550px) {
	.iflitem{
		width: 388px;
	}
	.indesc {
		max-height: 56px;
	}

	.ab1eng {
		font-size: 100px;
	}

	.aslnum {
		font-size: 60px;
	}

	.aw4year {
		font-size: 60px;
	}

	.al5year {
		font-size: 40px;
	}

	.bl3item {
		padding: 100px 36px 40px 36px;
		height: 460px;
	}

	.bi3desc {
		line-height: 28px;
		margin-top: 20px;
	}

	.bi3icon {
		font-size: 34px;
	}

	.nwtitle {
		height: 58px;
	}

	.nwbt {
		margin-top: 30px;
	}

	.nlwz {
		padding: 30px;
	}

	.nwlist {
		margin-top: 40px;
	}

	.pages-list {
		margin-top: 100px;
	}

	.pages-list a {
		width: 55px;
		height: 55px;
		line-height: 55px;
	}

	.plnum {
		font-size: 16px;
	}

	.nwbprev,
	.nwbnext,
	.nwbreturn,
	.nwcnr,
	.nbtxt {
		font-size: 14px;
	}
}

@media screen and (max-width:1440px) {
	.bb1cricle {
		width: 550px;
		height: 550px;
	}

	.bb1zsz {
		font-size: 80px;
	}
	.iflitem{
		width: 280px;
	}
}

@media screen and (max-width:1370px) {
	.nrT {
		font-size: 14px;
	}
}

@media screen and (max-width:1280px) {
	.iawz {
		width: 300px;
	}
}

@media screen and (max-width:1200px) {
	.txtpic{
		width: 90%;
		right: 5%;
	}
	.cont{
		margin-top: 100vh;
	}
	.c1,
	.c3 {
		width: 90%;
	}

	.head-mb {
		display: block;
	}

	.headC,
	.head-pc {
		display: none;
	}

	.indesc {
		font-size: 14px;
		max-height: 50px;
	}

	.banner-swiper .p1 {
		font-size: 24px;
	}

	.banner-swiper .p2 {
		font-size: 16px;
	}

	.iat1 {
		font-size: 18px;
	}

	.iat2 {
		font-size: 20px;
	}

	.srcoll,
	.ipzs {
		display: none;
	}

	.index-about {
		display: block;
		padding: 40px 20px;
	}

	.iat3 {
		margin-top: 20px;
	}

	.iawz {
		width: 100%;
	}

	.iabtn {
		margin-top: 30px;
	}

	.gybtn font {
		width: 120px;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		transform: translateX(-38px);
	}

	.gybtn i {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	.index-ld {
		height: 50vh;
		background-attachment: local;
	}

	.gbi2 {
		transform: translateX(-38px);
	}

	.iapic {
		width: 100%;
		margin-top: 30px;
	}

	.ildwz {
		width: 90%;
		left: 5%;
	}

	.ilwt2 {
		margin-top: 20px;
		font-size: 14px;
	}

	.ilwt2 br {
		display: none;
	}

	.banner-swiper .swiper-pagination {
		bottom: 18% !important;
	}

	.banner-swiper .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin: 0 8px !important;
	}

	.ilwt1 {
		font-size: 20px;
		margin-top: 10px;
	}

	.index-fruits {
		display: block;
		height: auto;
		padding: 40px 5%;
		box-sizing: border-box;
		border-radius: 20px;
	}

	.ifcenter {
		position: static;
		transform: translateY(0);
	}

	.ifcont {
		width: 100%;
		margin-left: 0;
	}

	.iflist {
		position: static;
		padding-left: 0;
		margin-top: 30px;
	}

	.ifbtn {
		margin-top: 30px;
	}

	.iflist {
		display: flex;
		flex-wrap: wrap;
	}

	.iflitem {
		width: 50%;
		box-sizing: border-box;
		padding: 0 10px;
		margin-left: 0;
	}

	.ilipic {
		width: 85%;
		margin: 0 auto;
	}

	.iliname {
		font-size: 18px;
	}

	.ilitxt {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.index-last {
		margin-top: -130px;
	}
	.index-last::after{
		height: 110px;
		left: 10%;
		width: 80%;
		background-size: cover;
	}
	.index-last::before{
		top: 110px;
	}
	.ijdwz {
		width: 90%;
		left: 5%;
		top: 80px;
	}

	.ijwtxt1 {
		font-size: 20px;
	}

	.ijc {
		font-size: 50px;
	}

	.ijc img {
		width: 28px;
	}

	.ijwtxt2 {
		margin-top: 20px;
	}

	.ijitem img {
		height: 70vh;
		object-fit: cover;
	}

	.ijdbanner .slick-dots {
		bottom: 35%;
		left: 5%;
	}

	.ijdbanner .slick-dots li {
		margin-right: 20px;
	}

	.ijdbanner .slick-dots li::before {
		width: 20px;
		height: 20px;
		left: -7.5px;
		top: -7.5px;
	}

	.ilzs1,
	.ilzs2,
	.ilzs3 {
		width: 78px;
		margin: 0 20px;
	}

	.ilzs2 {
		margin-top: -39px;
	}

	.ilzs1,
	.ilzs3 {
		margin-top: -20px;
	}

	.ilzs4 {
		width: 100px;
	}

	.illable p {
		margin-top: 30px;
		font-size: 16px;
	}

	.ilnews {
		padding: 40px 0;
	}

	.iat2 img {
		width: 16px;
	}

	.ilnpn a {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	.inplable {
		font-size: 12px;
		padding: 3px 20px;
	}

	.indesc {
		margin-top: 15px;
	}

	.indate {
		font-size: 13px;
		margin-top: 10px;
	}

	.inbitem {
		margin-left: 20px;
	}

	.ilnbanner {
		margin-left: -20px;
		margin-top: 30px;
	}

	.fooT {
		display: block;
		padding: 40px 0;
	}

	.footL .form {
		margin-top: 30px;
	}

	.footL .form-item {
		width: 24vw;
		height: 38px;
		line-height: 38px;
		font-size: 12px;
		margin-right: 6px;
	}

	.footL .btn {
		width: 38px;
		height: 38px;
		line-height: 38px;
		margin-left: 8px;
	}

	.footR .img {
		width: 120px;
		height: 120px;
		margin: 0 auto;
	}

	.footR .img img {
		width: 70px;
		height: 70px;
	}

	.footR {
		margin-top: 20px;
	}

	.fooB {
		display: block;
		padding: 20px 0 40px 0;
	}

	.copyRight {
		text-align: left;
	}

	.fooB .item {
		margin-top: 10px;
	}

	.ictitle {
		font-size: 24px;
	}

	.inside-menu {
		height: 45px;
		line-height: 45px;
		padding: 0 20px;
		margin-top: 0;
		border-radius: 0;
		border-bottom: 1px solid rgba(112, 112, 112, .2);
	}

	.inside-menu.c1 {
		width: 100%;
	}

	.imright {
		display: none;
	}

	.imleft {
		width: 100%;
		text-align: center;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.imlink {
		font-size: 14px;
		margin: 0 10px;
	}

	.inside-banner {
		position: relative;
		bottom: auto;
		height: auto;
	}

	.ibpic img {
		height: auto;
	}

	.ny-cont {
		margin-top: 0;
	}

	.ibcv {
		top: 68%;
	}

	.about-bot1,
	.about-bot2 {
		padding: 40px 0;
	}

	.ab1eng {
		font-size: 36px;
	}

	.ab2desc {
		width: 100%;
		margin-top: 20px;
		line-height: 1.8;
	}

	.ab2btn {
		margin-top: 30px;
	}

	.about-total {
		padding: 100px 0 40px 0;
		border-radius: 0 0 20px 20px;
	}

	.atzs {
		top: 60px;
		right: 0;
		left: auto;
	}

	.atsj {
		padding-left: 0;
	}

	.asts {
		margin-left: 0;
	}

	.aslist {
		display: block;
	}

	.aslist li {
		padding-left: 0;
		margin-top: 20px;
	}

	.aslnum {
		font-size: 36px;
	}

	.about-bot3,
	.about-bot4 {
		padding: 40px 0;
	}

	.ab3name {
		margin-top: 20px;
	}

	.ab3nr {
		line-height: 1.8;
		width: 100%;
		margin: 20px auto 0;
	}

	.ab3logo {
		width: 50%;
	}

	.ab4banner {
		margin-top: 30px;
	}

	.aw4desc {
		padding-right: 20px;
		font-size: 14px;
	}

	.aw4line {
		margin: 15px 0;
	}

	.aw4year {
		font-size: 30px;
		margin-top: 20px;
	}

	.about-ft {
		height: 40vh;
		margin-top: -40px;
		background-attachment: local;
		background-position: center;
	}

	.about-bot4 {
		position: relative;
		z-index: 1;
		border-radius: 20px;
	}

	.about-bot5 {
		margin-top: -40px;
		padding: 40px 5%;
	}

	.ab5list {
		margin-top: 30px;
	}

	.ab5list .al5item {
		padding: 20px 0 20px 30px;
	}

	.al5year {
		font-size: 26px;
	}

	.ab5list .al5item::after {
		left: 30px;
	}

	.al5year em {
		font-size: 14px;
	}

	.about-bot2 {
		border-radius: 20px;
	}

	.ab1nr {
		margin-top: 30px;
	}

	.itclose {
		width: 40px;
		height: 40px;
		line-height: 40px;
		top: -10px;
		right: -10px;
	}

	.itbot {
		padding: 40px 5%;
	}

	.itnr {
		height: 250px;
		margin-top: 20px;
		padding-right: 10px;
	}

	.itnr::-webkit-scrollbar {
		width: 3px;
		background: none;
	}

	.itnr::-webkit-scrollbar-thumb {
		width: 3px;
		background: #999;
	}

	.bn-bot1 {
		padding-top: 40px;
	}

	.bb1lable {
		font-size: 16px;
		margin-top: 20px;
	}

	.bb1tw {
		margin-top: 30px;
	}

	.bi1eng {
		font-size: 16px;
	}

	.bi1title {
		font-size: 18px;
	}

	.bi1desc {
		margin-top: 15px;
	}

	.bn-bot2 {
		padding: 40px 0;
	}

	.bb2an {
		width: 90px;
		height: 36px;
		line-height: 36px;
		font-size: 12px;
		margin-left: 5px;
	}
	.news-tab .bb2an {
		margin: 0 10px;
	}
	.bc2item {
		width: 48%;
		margin: 20px 0 0 2%;
	}

	.bc2hz {
		margin-left: -2%;
	}

	.bt1wz {
		float: none;
		width: 100%;
		overflow: hidden !important;
		height: auto;
		margin-top: 20px;
	}

	.bt1wz.swiper-container {
		padding: 0 0 50px 0;
	}

	.bb1tw::after {
		display: none;
	}

	.bt1wz .swiper-button-next,
	.bt1wz .swiper-button-prev {
		display: block;
	}

	.bt1wz .swiper-button-next,
	.bt1wz .swiper-button-prev {
		bottom: 0;
		top: auto;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		background: #58B531;
		text-align: center;
	}

	.bt1wz .swiper-button-next:after,
	.bt1wz .swiper-button-prev:after {
		font-size: 14px;
		color: #fff;
		line-height: 40px;
	}

	.bt1wz .swiper-button-next {
		right: auto;
		left: 60px;
	}

	.bt1wz .swiper-button-prev {
		left: 0;
	}

	.bt1pics {
		float: none;
		width: 100%;
	}

	.bn-bot3 {
		padding: 40px 0;
	}

	.bl3item {
		padding: 40px 15px;
		height: auto;
	}

	.bi3icon {
		top: -60px;
		right: -60px;
		font-size: 24px;
		width: 120px;
		height: 120px;
		padding: 70px 0 0 25px;
	}

	.bi3num {
		font-size: 40px;
		height: 25px;
	}

	.bi3desc {
		margin-top: 10px;
		line-height: 1.8;
	}

	.bl3item:nth-child(2) {
		margin-top: 20px;
	}

	.bl3item {
		width: 100%;
		margin: 20px 0 0 0;
	}

	.bb3list {
		margin-left: 0;
	}

	.nwlist li {
		width: 46%;
		margin: 20px 0 0 4%;
	}

	.nwlist {
		margin-top: 10px;
	}

	.news-wrap {
		padding: 40px 0;
	}

	.nlwz {
		padding: 15px;
	}

	.nwdesc {
		margin-top: 10px;
	}

	.nwbt {
		margin-top: 15px;
	}

	.nwbr {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.pages-list {
		margin-top: 30px;
	}

	.pages-list a {
		width: 38px;
		height: 38px;
		line-height: 38px;
		margin: 0;
	}

	.plnum {
		font-size: 12px;
	}

	.nbicon {
		font-size: 14px;
	}

	.nbtxt {
		margin-left: 10px;
	}

	.nw-top {
		padding: 100px 0 300px 0;
	}

	.nwcont {
		padding: 40px 5%;
	}

	.nwctitle {
		font-size: 20px;
	}

	.nwcdate {
		margin-top: 15px;
	}

	.nwcnr {
		margin-top: 15px;
		padding-top: 15px;
	}

	.nwcbottom {
		margin-top: 20px;
		padding-top: 20px;
	}

	.nwbprev i {
		margin-right: 10px;
	}

	.nwbnext i {
		margin-left: 10px;
	}

	.nwbreturn {
		width: 100px;
		height: 38px;
		line-height: 38px;
	}

	.join-bot1 {
		display: block;
		padding: 40px 0;
	}

	.jb1wz,
	.jb1pic {
		width: 100%;
	}

	.jw1title {
		font-size: 20px;
	}

	.jw1desc {
		margin-top: 20px;
	}

	.jb1pic {
		margin-top: 30px;
	}

	.jw1logo {
		width: 30%;
		margin: 20px auto 0;
	}

	.jb1zs {
		font-size: 30px;
		left: 0;
	}

	.jb1list {
		display: block;
		margin: 20px 0 0 -2%;
	}

	.jb1list li {
		width: 98%;
		margin-top: 20px;
		padding: 20px;
	}

	.jl1icon {
		font-size: 30px;
		margin-top: 20px;
	}

	.join-bot2 {
		padding-top: 40px;
	}

	.jb2list {
		margin-top: 30px;
	}

	.jl2bt {
		padding: 15px;
	}

	.jl2zw {
		font-size: 15px;
	}

	.jl2xx,
	.jl2xz,
	.jz2nr {
		font-size: 13px;
	}

	.jl2xx i {
		font-size: 14px;
		margin-right: 5px;
	}

	.jl2zk {
		padding: 20px 15px 30px 15px;
	}

	.jl2btn {
		margin-top: 30px;
	}

	.join-bot3 {
		padding: 40px 0;
	}

	.jb3box {
		margin-left: 5%;
	}

	.brwrap1 {
		padding: 40px 0;
	}

	.brand-bot1 {
		display: block;
	}

	.bb1cricle {
		float: none;
		width: 450px;
		height: 450px;
		margin: 60px auto 0;
	}

	.bc1q1 {
		width: 105px;
	}

	.bc1q2 {
		width: 130px;
	}

	.bc1q3 {
		width: 152px;
	}

	.bb1wz {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.bb1zsz {
		display: none;
	}
	.brand-bot2 {
		padding-top: 60px;
	}
	.bb2list{
		display: block;
		margin: 20px 0 0 -3%;
	}
	.bb2list li{
		height: auto;
		margin: 20px 0 0 3%;
		padding: 15px;
	}
	.bl2bt{
		position: static;
		margin-top: 30px;
	}
	.bb2jt{
		width: 38px;
		height: 38px;
		line-height: 38px;
	}
	.bb2list li{
		width: 97%;
	}
	.ifbot{
		height: auto;
		display: block;
	}
}

@media screen and (max-width:750px) {
	.mbno {
		display: none;
	}

	.jl2zw {
		width: 40%;
	}

	.jl2xx {
		width: 20%;
	}

	.jl2xz {
		width: 30%;
	}

	.jb3lb {
		width: 80%;
	}

	.jl3item {
		margin-right: 20px;
	}

	.jb3box {
		margin-bottom: 20px;
	}
	.bb1cricle {
		width: 300px;
		height: 300px;
	}

	.bc1q1 {
		width: 55px;
	}

	.bc1q2 {
		width: 80px;
	}

	.bc1q3 {
		width: 102px;
	}
	.index-last::after{
		left: 5vw;
		width: 90vw;
		height: 90vw;
		background-image: none;
		border-radius: 50% 50% 0 0;
		background-color: #ffedc8;
	}
	.index-last::before{
		border-radius: 0;
	}
}

@media screen and (max-width:480px) {

	.nwlist li {
		width: 96%;
	}
}