@media screen and (min-width: 1200px) {
	.transXT50.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;
	}

	.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(60px);
		-webkit-transform: translateY(60px);
		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;
	}

	.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(100px);
		-webkit-transform: translateX(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;
	}

	.transXf.target {
		transform: translateX(-100px);
		-webkit-transform: translateX(-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;
	}

	.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 {
		transition-delay: 0.15s;
	}

	.action.idys2 {
		transition-delay: 0.25s;
	}

	.action.idys3 {
		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(30px, 0) scale(.85);
		transition: 0.8s all ease;
	}

	.action.loadscale {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0) scale(1);
		transition: 0.8s all ease;
	}

	.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;
	}

	.loadbgL {
		position: relative;
	}

	.loadbgL.target:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
		transition: 1.2s ease-out;
		z-index: 11;
	}

	.action.loadbgL:before {
		width: 0;
	}

	.loadbgR {
		position: relative;
	}

	.loadbgR.target:before {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: rgba(255, 255, 255, .5);
		transition: 1.2s ease-out;
		z-index: 11;
	}

	.action.loadbgR:before {
		width: 0;
	}

	.ib7line1 {
		-webkit-animation: 2.5s rowup linear infinite alternate;
		animation: 2.5s rowup linear infinite alternate;
	}

	.ib7line2 {
		-webkit-animation: 3.5s rowup2 linear infinite alternate;
		animation: 3.5s rowup2 linear infinite alternate;
		animation-delay: 180ms;
	}

	.ib7line3 {
		-webkit-animation: 3s rowup2 linear infinite alternate;
		animation: 3s rowup2 linear infinite alternate;
		animation-delay: 360ms;
	}

	.il3item:nth-child(8) {
		transition-delay: 0.1s;
	}
	.il3item:nth-child(7),
	.il6item:nth-child(1) {
		transition-delay: 0.2s;
	}

	.il3item:nth-child(6) {
		transition-delay: 0.3s;
	}

	.il3item:nth-child(5),
	.il6item:nth-child(2) {
		transition-delay: 0.4s;
	}

	.il3item:nth-child(4) {
		transition-delay: 0.5s;
	}

	.il3item:nth-child(3),
	.il6item:nth-child(3) {
		transition-delay: 0.6s;
	}

	.il3item:nth-child(2) {
		transition-delay: 0.7s;
	}

	.il3item:nth-child(1) {
		transition-delay: 0.8s;
	}

	.sb3list li.target .sl3jt {
		opacity: 0;
		visibility: hidden;
		width: 0;
		transition: 0.6s all ease-out;
	}

	.action.sb3list li .sl3jt {
		opacity: 1;
		visibility: visible;
		width: 131px;
		transition: 0.6s all ease-out;
	}

	.sb3list li:nth-child(2) .sl3jt {
		transition-delay: 0.3s;
	}

	.sb3list li:nth-child(3) .sl3jt {
		transition-delay: 0.6s;
	}

	.sb3list li:nth-child(4) .sl3jt {
		transition-delay: 0.9s;
	}
}

@media screen and (max-width:1750px) {
	.ai2year {
		font-size: 260px;
	}

	.escitem {
		margin-left: 25px;
	}

	.escenter {
		padding: 40px 0 40px 80px;
	}

	.esleft {
		padding: 40px 0 0 0;
	}

	.ej-sl::before {
		left: 28%;
	}

	.esright {
		margin-top: 40px;
	}

	.sw22t1 {
		font-size: 22px;
	}

	.sw22t2 {
		font-size: 18px;
		height: 65px;
	}
	.sl22icon{
		margin-top: 3px;
		font-size: 30px;
	}
	.gybt1{
		font-size: 38px;
	}
	.ibct1{
		font-size: 42px;
	}
	.ibct2{
		font-size: 21px;
	}
	.gybt2{
		font-size: 18px;
	}
	.sw24title{
		font-size: 25px;
	}
	.pbtitle{
		font-size: 32px;
	}
	.plwtxt1{
		font-size: 32px;
	}
	.plwtxt2{
		font-size: 16px;
	}
	.bcbt2{
		font-size: 48px;
	}
	.bct2{
		font-size: 26px;
	}
	.ir4num{
		font-size: 58px;
	}
	.ir4txt{
		font-size: 16px;
	}
	.il6txt{
		height: 20px;
		height: 60px;
	}
	.sl1icon{
		font-size: 48px;
	}
	.sl1txt{
		font-size: 22px;
	}
	.cl2t1{
		font-size: 22px;
	}
	.cl2t2 {
		font-size: 14px;
		height: 76px;
	}
	.cl4txt,.cl7txt{
		font-size: 16px;
	}
	.ibct4,.ibct5{
		font-size: 44px;
	}
	.ar1name{
		font-size: 32px;
	}
	.ar1nr{
		font-size: 15px;
	}
	.aw31desc,.aw3t2{
		font-size: 16px;
		height: 58px;
	}
	.aw31title{
		font-size: 30px;
		height: 90px;
	}
	.aw3t3{
		font-size: 15px;
	}
	.al41name{
		font-size: 22px;
	}
	.ab5title{
		font-size: 32px;
	}
	.aw51txt{
		font-size: 26px;
	}
	.aw52title，.ab53txt1{
		font-size: 32px;
	}
	.aw52desc，.ab53txt2{
		font-size: 16px;
	}
	.esllable,.eititle{
		font-size: 20px;
	}
	.eilink{
		font-size: 15px;
	}
}

@media screen and (max-width:1600px) {
	.header .yj-bot .yj-link {
		margin: 0 20px;
	}

	.nrbuy {
		margin-left: 20px;
	}

	.bctbt1 {
		font-size: 52px;
	}

	.bct1 {
		font-size: 20px;
		margin-top: 20px;
	}

	.bct3 {
		margin: 30px auto 0;
	}

	.bcbt2 {
		font-size: 40px;
	}

	.bct2 {
		font-size: 20px;
	}

	.gybt1 {
		font-size: 32px;
	}

	.gybt2 {
		font-size: 16px;
	}

	.il3year {
		font-size: 48px;
	}

	.w1400 {
		width: 1290px;
	}

	.ir4num {
		font-size: 50px;
	}

	.ir4txt {
		font-size: 14px;
		margin-top: 10px;
	}

	.index-bot4 {
		padding: 100px 0 150px 0;
	}

	.iq5icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 32px;
	}

	.iq5txt {
		font-size: 16px;
		margin-top: 10px;
	}

	.ii5txt {
		font-size: 16px;
	}

	.ir5qh {
		margin-left: 40px;
	}

	.ib5top {
		top: 100px;
	}

	.ib5bottom {
		bottom: 60px;
	}

	.ib6list {
		margin-top: 60px;
	}

	.il6date {
		font-size: 14px;
		margin-top: 10px;
	}

	.il6txt {
		font-size: 18px;
		margin-top: 10px;
		height: 54px;
	}

	.ib6more {
		margin: 80px auto 0;
	}

	.pbtitle {
		font-size: 28px;
	}

	.fwbot1 {
		padding: 40px 0 60px 0;
	}

	.fl1yj {
		font-size: 18px;
	}

	.fl1ej {
		font-size: 13px;
		margin-top: 10px;
	}

	.fe1pic img {
		width: 90px;
	}

	.fe1pic,
	.fr1txt3,
	.fb2txt {
		font-size: 13px;
	}

	.fr1txt1 {
		font-size: 18px;
		margin-top: 30px;
	}

	.fr1txt2 {
		font-size: 22px;
	}

	.fwbot2 {
		padding: 20px 0;
	}

	.fb2txt {
		margin-right: 30px;
	}

	.page-bottom {
		padding: 60px 0 70px 0;
	}

	.esllable {
		font-size: 18px;
	}

	.esltitle {
		font-size: 14px;
		margin-top: 100px;
	}

	.eititle {
		font-size: 18px;
	}

	.eilink {
		font-size: 14px;
		margin-top: 10px;
	}

	.esright {
		margin-top: 40px;
	}

	.ibct2 {
		font-size: 20px;
	}

	.ibct1 {
		font-size: 38px;
	}

	.ibct3 {
		font-size: 14px;
		margin-top: 35px;
	}

	.ibtxt {
		font-size: 12px;
	}

	.pmiicon {
		font-size: 38px;
	}

	.products-menu.active .pmiicon {
		font-size: 32px;
	}

	.pmitxt {
		font-size: 16px;
	}

	/* .products-menu {
		padding: 90px 0;
	} */

	.plwtxt1 {
		font-size: 26px;
	}

	.plwtxt2 {
		font-size: 14px;
	}

	.plwline {
		height: 5px;
	}

	.products-pm {
		padding: 80px 0 150px 0;
	}

	.pmcp {
		margin-top: 50px;
	}

	.phtxt {
		font-size: 18px;
	}

	.pbdtxt {
		font-size: 14px;
	}

	.pbname {
		font-size: 16px;
	}

	.phtxt,
	.pbname,
	.pbdesc {
		padding: 15px 30px;
	}

	.pblcs,
	.pblms {
		padding: 20px 30px;
	}

	.pmixz {
		font-size: 14px;
	}

	.pblms p {
		font-size: 14px;
	}

	.sl22icon {
		width: 65px;
		height: 65px;
		line-height: 65px;
		font-size: 25px;
	}

	.sw22t1 {
		font-size: 22px;
	}

	.sw22t2 {
		font-size: 16px;
		height: 58px;
	}

	.sl22icon {
		margin-top: 5px;
	}

	.sl23link {
		font-size: 16px;
	}

	.sc3name {
		font-size: 22px;
	}

	.sc3desc {
		font-size: 14px;
		margin-top: 10px;
	}

	.sl3txt {
		margin-bottom: 20px;
		font-size: 14px;
	}

	.st2bot4 {
		margin-top: 100px;
	}

	.sw24title {
		font-size: 22px;
		padding-bottom: 15px;
	}

	.sw24ms {
		font-size: 14px;
		height: 50px;
	}

	.sb25play i {
		font-size: 60px;
	}

	.sb25play span {
		font-size: 16px;
	}

	.sl1icon {
		font-size: 42px;
	}

	.sl1txt {
		font-size: 20px;
	}

	.sb1list li {
		padding-bottom: 30px;
		margin: 20px 0 20px 6%;
	}

	.cb6box {
		margin-top: 80px;
	}

	.sl2txt {
		font-size: 18px;
	}

	.sl3icon {
		font-size: 38px;
	}

	.sl3wz,
	.sl3num {
		font-size: 14px;
	}

	.sl3num {
		bottom: -14px;
	}

	.sb3list li {
		margin: 0 30px;
	}

	.action.sb3list li .sl3jt {
		width: 105px;
	}

	.ibct4 {
		font-size: 38px;
	}

	.ibct5 {
		font-size: 20px;
	}

	.cb1txt1 {
		font-size: 40px;
	}

	.cb1txt2 {
		font-size: 16px;
	}

	.cl2icon img {
		width: 100px;
	}

	.cl2t1 {
		font-size: 20px;
		margin-top: 50px;
	}


	.cl4icon {
		width: 58px;
		height: 66px;
		line-height: 66px;
		font-size: 28px;
	}

	.cl4txt {
		font-size: 14px;
		margin-top: 20px;
	}

	.cb5txt {
		font-size: 14px;
	}

	.cb5num {
		font-size: 18px;
	}

	.cl7icon {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 30px;
	}

	.cl7txt {
		font-size: 14px;
	}

	.cb2list {
		margin-top: 60px;
	}

	.core-bot2 {
		padding: 80px 0 120px 0;
	}

	.cd3txt {
		font-size: 14px;
	}

	.crtitle {
		font-size: 30px;
	}

	.crclose {
		font-size: 50px;
	}

	.cltxt,
	.cltime {
		font-size: 14px;
	}

	.ab1right {
		padding: 100px 200px 0 100px;
	}

	.ar1name {
		font-size: 26px;
	}

	.ar1nr {
		font-size: 14px;
		margin-top: 20px;
	}

	.at2wz p,
	.al3txt {
		font-size: 14px;
	}

	.ai2year {
		font-size: 280px;
	}

	.ayitem span {
		font-size: 20px;
	}

	.al3txt {
		margin-bottom: 10px;
	}

	.ab3left {
		height: 380px;
	}

	.ab3right .slick-arrow:before {
		font-size: 35px;
	}

	.about-bot4 {
		padding: 150px 0;
	}

	.ab4intr {
		padding: 100px 0 80px 0;
	}

	.al4name {
		font-size: 28px;
	}

	.al4zw {
		font-size: 18px;
	}

	.al4txt {
		font-size: 14px;
		margin-top: 20px;
	}

	.al41name {
		font-size: 18px;
	}

	.al41txt,
	.amtxt {
		font-size: 14px;
	}

	.aw42bt {
		font-size: 15px;
	}

	.af42item,
	.ai42l {
		margin-top: 30px;
	}

	.ab42form {
		margin-top: 60px;
	}

	.about4-bot1 {
		padding: 100px 0;
	}

	.ai42submit a {
		font-size: 16px;
	}

	.aw31title {
		font-size: 26px;
	}

	.aw31desc {
		font-size: 14px;
		height: auto;
		height: 50px;
	}

	.aw31btn {
		width: 100px;
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}

	.aw3t1 {
		font-size: 22px;
	}

	.aw3t2 {
		font-size: 14px;
		height: 50px;
	}

	.aw3t3 {
		font-size: 14px;
	}

	.about3-bot1 {
		padding: 80px 0;
	}

	.ab3list li {
		padding: 50px 0;
	}

	.about3-bot2 {
		padding: 40px 0 150px 0;
	}

	.ad3title {
		font-size: 28px;
	}

	.ad3date {
		font-size: 14px;
		margin-top: 30px;
	}

	.acnr {
		font-size: 14px;
		padding: 0 100px 100px 100px;
	}

	.acbox {
		margin-top: 60px;
	}

	.aldate {
		font-size: 14px;
	}

	.aldesc {
		font-size: 20px;
		height: 60px;
		margin-top: 20px;
	}

	.ab5title {
		font-size: 28px;
	}

	.aw51txt {
		font-size: 24px;
	}

	.aw51more,
	.ab53txt2 {
		font-size: 14px;
	}

	.aw51more i {
		margin-left: 20px;
		font-size: 16px;
	}

	.ai51pic {
		width: 80px;
	}

	.az51item {
		padding: 30px 50px;
	}

	.aw52title,
	.ab53txt1 {
		font-size: 28px;
	}

	.aw52desc {
		font-size: 14px;
		margin-top: 20px;
	}

	.as5kk,
	.ad5select,
	.ad5reset,
	.al5txt,
	.ab5txt,
	.as5btn,
	.as5ts,
	.as5title {
		font-size: 14px;
	}

	.al5banner {
		padding-top: 300px;
	}

	.pblms span {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.pblcs {
		font-size: 16px;
	}

	.cllist li {
		margin-top: 20px;
	}

	.clbt {
		font-size: 16px;
	}

	.ildw1 {
		width: 119px;
		height: 119px;
	}

	.ildw2,
	.ildw5,
	.ildw6,
	.ildw8,
	.ildw10 {
		width: 73px;
		height: 73px;
	}

	.ildw3 {
		width: 106px;
		height: 106px;
	}

	.ildw4 {
		width: 102px;
		height: 102px;
	}

	.ildw7 {
		width: 95px;
		height: 95px;
	}

	.ildw9 {
		width: 126px;
		height: 125px;
	}

	.ildw11 {
		width: 107px;
		height: 107px;
	}

	.ildw12 {
		width: 68px;
		height: 68px;
	}

	.ildw13 {
		width: 107px;
		height: 109px;
	}

	.iq1 {
		width: 6px;
		height: 6px;
	}

	.iq2,
	.iq6,
	.iq7 {
		width: 10px;
		height: 10px;
	}

	.iq3,
	.iq4 {
		width: 4px;
		height: 4px;
	}

	.iq5,
	.iq9 {
		width: 16px;
		height: 16px;
	}

	.iq8 {
		width: 13px;
		height: 13px;
	}

	.iq10 {
		width: 21px;
		height: 21px;
	}

	.nftxt {
		font-size: 14px;
	}

	.nfan {
		margin-top: 30px;
	}

	.nfbtn {
		width: 120px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.pmitem::before {
		border-right: 4px solid transparent;
		border-left: 4px solid transparent;
		border-top: 8px solid #158FCF;
	}

	.hfsrk,
	.hbbtn a {
		height: 50px;
		line-height: 50px;
	}

	.hfarea {
		height: 110px;
	}

	.hfarea,
	.hfmassge {
		padding: 20px 20px;
	}

	.hfsrk input {
		padding: 0 20px;
	}

	.hbbtn a {
		font-size: 16px;
		margin-top: 30px;
	}

	.hzbot {
		width: 800px;
		padding: 40px 50px 70px 50px;
	}

	.cl2ej {
		font-size: 22px;
	}

	.sb2cont {
		height: 650px;
	}

	.sw24bg {
		padding: 40px 30px;
	}
}

@media screen and (max-width:1550px) {
	.ai2year {
		font-size: 260px;
	}

	.cl2icon img {
		width: 80px;
	}

	.cl2t1 {
		margin-top: 30px;
	}

	.ildw1 {
		width: 109px;
		height: 109px;
	}

	.ildw2,
	.ildw5,
	.ildw6,
	.ildw8,
	.ildw10 {
		width: 63px;
		height: 63px;
	}

	.ildw3 {
		width: 96px;
		height: 96px;
	}

	.ildw4 {
		width: 92px;
		height: 92px;
	}

	.ildw7 {
		width: 85px;
		height: 85px;
	}

	.ildw9 {
		width: 116px;
		height: 115px;
	}

	.ildw11 {
		width: 97px;
		height: 97px;
	}

	.ildw12 {
		width: 58px;
		height: 58px;
	}

	.ildw13 {
		width: 97px;
		height: 99px;
	}

	.iq1 {
		width: 4px;
		height: 4px;
	}

	.iq2,
	.iq6,
	.iq7 {
		width: 8px;
		height: 8px;
	}

	.iq3,
	.iq4 {
		width: 2px;
		height: 2px;
	}

	.iq5,
	.iq9 {
		width: 14px;
		height: 14px;
	}

	.iq8 {
		width: 11px;
		height: 11px;
	}

	.iq10 {
		width: 19px;
		height: 19px;
	}

	.as5zk li {
		font-size: 14px;
		padding: 5px 15px;
	}
	.escenter {
		padding: 40px 0 40px 60px;
	}
}

@media screen and (max-width:1440px) {
	.escitem {
		margin-left: 15px;
	}
	.sb24list {
		width: 1210px;
	}

	.as5srk {
		width: 430px;
	}

	.as5xs {
		width: 250px;
	}

	.ad5reset {
		width: 120px;
	}

	.alb5cont {
		padding: 50px 40px 100px 60px;
	}

	.w1400 {
		width: 1050px;
	}

	.il3year {
		transform: rotate(90deg) translate(40px, 40px);
	}

	.fb1list li:not(:first-child) {
		margin-left: 70px;
	}

	.fb1right {
		width: 29%;
	}

	.nrlg {
		margin-left: 20px;
	}

	.nrbuy {
		margin-left: 10px;
	}

	.header .yj-bot .yj-link {
		margin: 0 12px;
		font-size: 14px;
	}

	.nrlink,
	.nrbuy,
	.nrbuy,
	.el-link {
		font-size: 13px;
	}

	.header .nav {
		margin-left: 30px;
	}

	.sc3lable {
		height: 150px;
		margin-top: 30px;
	}

	.sb3list li {
		padding: 40px 20px 50px 20px;
	}

	.ab1right {
		padding: 70px 150px 0 100px;
	}

	.ab41cont {
		padding: 10px 35px 38px 35px;
	}

	.ab41cont li {
		padding: 15px 0;
	}

	.aw31desc {
		margin-top: 30px;
	}

	.aw31btn {
		margin-top: 40px;
	}

	.aw3t2 {
		margin-top: 20px;
	}

	.aw3t3 {
		margin-top: 20px;
	}

	.about5-bot4 {
		padding: 80px 0 100px 0;
	}

	.about5-bot3 {
		padding: 160px 0;
	}

	.about5-bot2 li {
		padding: 30px 0;
	}

	.sb2cont {
		height: 550px;
	}
}

@media screen and (max-width:1370px) {
	.ai2year {
		font-size: 220px;
	}

	.ii5txt {
		font-size: 14px;
	}

	.cltxt {
		margin-left: 10px;
	}

	.ab1right {
		padding: 50px 100px 0 80px;
	}

	.eititle {
		margin-bottom: 15px;
	}

	.ej-sl::before {
		left: 27%;
	}
	.ej-sl {
		padding: 0 10% 0 9%;
	}
}

@media screen and (max-width:1280px) {
	.clyx {
		width: 85%;
	}

	.ej-sl {
		padding: 0 10%;
	}

	.ai2year {
		font-size: 200px;
	}
	.eititle {
		font-size: 15px;
	}
}

@media screen and (max-width:1200px) {
	.il3item {
		margin-top: 0 !important;
		padding-bottom: 20px;
	}
	
	.ib3list {
		position: relative;
		overflow: hidden;
		margin-top: 40px;
		padding: 0 50px;
	}

	.il3year {
		transform: rotate(0) translate(0, 0);
		font-size: 24px;
	}

	.il3pics {
		height: 186px;
		overflow-y: scroll;
		opacity: 1;
		visibility: visible;
	}

	.il3pics::-webkit-scrollbar {
		width: 3px;
		background: none;
	}

	.il3pics::-webkit-scrollbar-thumb {
		width: 3px;
		background: rgba(21, 143, 207, .5);
	}

	.il3pics::-webkit-scrollbar-corner {
		background: none;
	}

	.il3pics::-webkit-scrollbar:horizontal {
		height: 9px;
	}

	.ib3list .slick-arrow {
		position: absolute;
		z-index: 99;
		top: 50%;
		transform: translateY(-50%);
		color: rgba(255, 255, 255, .5);
	}

	.ib3list .slick-arrow:before {
		font-family: "iconfont" !important;
		font-size: 22px;
		font-style: normal;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-weight: lighter;
	}

	.ib3list .slick-prev:before {
		content: "\e848";
	}

	.ib3list .slick-next:before {
		content: "\e847";
	}

	.ib3list .slick-prev {
		left: 0;
	}

	.ib3list .slick-next {
		right: 0;
	}

	.ib3list .slick-arrow:hover {
		color: #fff;
	}

	.il3pics img {
		max-width: 70%;
	}

	.sb2cont {
		height: 500px;
	}

	.si2l {
		margin: 20px 0 0 3%;
	}

	.cllist,
	.cllist li {
		margin-top: 15px;
	}

	.banner-wrap {
		margin-top: 55px;
	}

	.menu-handler,
	.menuBox {
		display: block;
	}

	.header {
		height: 55px;
		line-height: 55px;
		background: #fff;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .05);
	}

	.header.active {
		background: #fff;
	}

	.head-wrap {
		padding: 0 5%;
		height: 55px;
		line-height: 55px;
	}

	.header .yj-bot {
		display: none;
	}

	.mtop {
		margin-top: 55px;
	}

	.hlimg1 {
		display: none;
	}

	.hlimg2 {
		display: inline-block;
	}

	.nrlink,
	.nrbuy {
		display: none;
	}

	.nrlg {
		margin-left: 0;
		margin-right: 45px;
	}

	.nlyy {
		color: #5E5D5D;
	}

	.bctbt1,
	.bcbt2 {
		font-size: 24px;
	}

	.bctbt1 img {
		width: 5px;
	}

	.bct1 {
		font-size: 16px;
		margin-top: 10px;
	}

	.gybtn {
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	.gybtn i {
		font-size: 16px;
		margin-left: 10px;
	}

	.bct2 {
		font-size: 16px;
	}

	.index-down img {
		width: 30px;
	}

	.index-down em {
		height: 40px;
		margin: 10px auto 0;
	}

	.index-bot2 {
		padding: 40px 0;
	}

	.gybt1 {
		font-size: 22px;
	}

	.gybt2 {
		font-size: 14px;
		margin-top: 8px;
	}

	.ib2pic {
		margin-top: 30px;
	}

	.il3year {
		font-size: 30px;
	}

	.w1400 {
		width: 90%;
	}

	.index-bot3 {
		padding: 40px 0;
		background-attachment: local;
	}

	.il3item {
		padding-bottom: 80px;
	}

	.index-bot4 {
		padding: 40px 0;
	}

	.ib4more {
		margin-top: 30px;
	}

	.ir4num {
		font-size: 30px;
	}

	.ir4txt {
		margin-top: 5px;
	}

	.ib4right li:nth-child(3),
	.ib4right li:nth-child(4) {
		margin-top: 30px;
	}

	.ii5more {
		margin-top: 20px;
	}

	.ib5top {
		top: 40px;
	}

	.ib5bottom {
		bottom: 20px;
	}

	.index-bot6 {
		padding: 40px 0;
	}

	.ib6more {
		margin: 30px auto 0;
	}

	.page-bottom {
		padding: 40px 5%;
	}

	.pbtitle {
		font-size: 20px;
	}

	.pbbtn {
		width: 140px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 20px auto 0;
	}

	.pbbtn i {
		font-size: 16px;
		margin-left: 10px;
	}

	.fb1list {
		display: none;
	}

	.fb1right {
		float: none;
		width: 100%;
		text-align: center;
	}

	.fr1ewm {
		text-align: center;
	}

	.fe1pic:not(:first-child) {
		margin-left: 0;
	}

	.fe1pic {
		margin: 0 10px;
	}

	.fwbot1 {
		padding: 20px 0;
	}

	.fe1pic img {
		width: 70px;
	}

	.fe1pic,
	.fr1txt3,
	.fb2txt {
		font-size: 12px;
	}

	.fe1pic:not(:first-child) {
		margin-left: 15px;
	}

	.fr1txt1 {
		display: inline-block;
		font-size: 16px;
		margin-top: 15px;
	}

	.fr1txt2 {
		font-size: 18px;
		margin-top: 10px;
	}

	.fwbot2 {
		padding: 0 0 10px 0;
		border-top: none;
	}

	.fwbot2 .w1400 {
		padding-top: 10px;
		border-top: 1px solid rgba(46, 46, 46, .1);
	}

	.fb2txt {
		display: block;
		margin-right: 0;
		text-align: center;
	}

	.iq5icon {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 25px;
	}

	.iq5txt {
		font-size: 14px;
		margin-top: 5px;
	}

	.iq5icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 22px;
	}

	.iq5txt {
		font-size: 13px;
	}

	.ii5more {
		margin-top: 10px;
		font-size: 14px;
	}

	.ii5more i {
		font-size: 16px;
		margin-left: 10px;
	}

	.ib6list {
		margin-top: 30px;
	}

	.il6txt {
		font-size: 16px;
		height: 48px;
		margin-top: 5px;
	}

	.ibbrand {
		display: none;
	}

	.ibct2 {
		font-size: 14px;
	}

	.ibct1 {
		font-size: 20px;
	}

	.ibct3 {
		margin-top: 20px;
		width: 100%;
		margin-top: 20px;
	}

	.products-menu {
		padding: 40px 0;
	}

	.pmiicon {
		font-size: 28px;
	}

	.pmitxt {
		font-size: 14px;
	}

	.pdlist li .w1400 {
		padding: 130px 0;
	}

	.plwtxt1 {
		font-size: 18px;
	}

	.plwline {
		width: 20px;
		height: 3px;
		margin-top: 20px;
	}

	.plpic {
		width: 40%;
	}

	.pmtable {
		margin-top: 20px;
	}

	.phtxt,
	.pbname,
	.pbdesc {
		padding: 10px 20px;
	}

	.pblcs,
	.pblms {
		padding: 15px 20px;
	}

	.phtxt {
		font-size: 16px;
	}

	.pbname {
		font-size: 14px;
	}

	.pbdtxt:not(:first-child) {
		margin-top: 3px;
	}

	.pbdtxt {
		font-size: 12px;
	}

	.st2bot1,
	.st2bot2 {
		padding: 40px 0;
	}

	.sb21pic {
		margin-top: 30px;
	}

	.sb22list li {
		margin: 20px 0 0 3%;
		padding: 20px;
	}

	.sl22icon {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 20px;
	}

	.sw22t1 {
		font-size: 16px;
	}

	.sw22t2 {
		font-size: 14px;
		height: 50px;
	}

	.sl22wz {
		margin-left: 20px;
	}

	.st2bot3 {
		padding-top: 40px;
	}

	.sb24list {
		width: 100%;
		margin: 30px auto 0;
		padding: 0 50px;
	}

	.sb24list .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.sb24list .slick-arrow:before {
		font-size: 14px;
	}

	.sb24wz {
		margin: 6px;
	}

	.sw24bg {
		padding: 20px;
	}

	.sp24more {
		color: #999;
		margin-top: 20px;
		font-size: 14px;
	}

	.sw24title {
		font-size: 20px;
		padding-bottom: 10px;
		margin-top: 10px;
	}

	.sw24ms {
		margin-top: 10px;
	}

	.sw24btn {
		margin-top: 10px;
		font-size: 14px;
	}

	.sb24pic {
		/* padding: 150px 0 40px 0;
		margin-top: -120px; */
		display: none;
	}

	.st2bot4 {
		margin: 40px 5% 0 5%;
	}

	.st2bot5 {
		padding: 40px 0;
	}

	.sb25play i {
		font-size: 40px;
	}

	.sb25play span {
		font-size: 14px;
	}

	.slcover {
		width: 90%;
		bottom: 15px;
	}

	.slbot1 {
		padding: 20px 0 40px 0;
	}

	.sl1icon {
		font-size: 26px;
	}

	.sl1txt {
		font-size: 16px;
	}

	.sb1list li {
		width: 44%;
		padding-bottom: 20px;
		margin: 20px 0 20px 6%;
	}

	.sl1ms {
		opacity: 1;
		visibility: visible;
		font-size: 13px;
	}

	.sl1dw {
		transform: translateY(0);
	}

	.slbot2 {
		padding: 40px 0;
	}

	.st2qh {
		min-width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin: 0 5px;
	}

	.sb2tab {
		margin-top: 15px;
	}

	.sl2txt {
		font-size: 14px;
		bottom: 15px;
	}

	.sb2list li {
		margin: 20px 0 0 3%;
	}

	.sb2list {
		margin-top: 10px;
		padding-bottom: 40px;
	}

	.slbot3 {
		padding: 0 0 40px 0;
	}

	.sl3jt {
		display: none;
	}

	.sb3list {
		margin-top: 10px;
		margin-left: -4%;
	}

	.sb3list li {
		display: block;
		float: left;
		width: 46%;
		margin: 20px 0 0 0;
		margin-left: 4%;
		box-sizing: border-box;
		padding: 20px;
	}

	.sl3icon {
		font-size: 28px;
	}

	.sl3num {
		width: 70px;
		height: 20px;
		line-height: 20px;
		font-size: 12px;
		bottom: -10px;
	}

	.tk-bot {
		width: 500px;
		height: 300px;
	}

	.tbclose i {
		font-size: 25px;
	}

	.tbclose {
		right: -35px;
	}

	.products-menu {
		position: relative;
		top: 0;
	}

	.products-menu.active {
		padding: 40px 0;
	}

	.ibct4 {
		font-size: 20px;
		padding-bottom: 15px;
	}

	.ibct4::before {
		width: 50px;
	}

	.ibct5 {
		font-size: 14px;
		margin-top: 15px;
	}

	.core-bot1 {
		position: relative;
		padding: 0;
		background-image: none !important;
	}

	.core-bot1 .cb1wz {
		position: absolute;
		top: 40px;
		left: 5%;
		right: 5%;
		width: 90%;
	}

	.mcb1pic img {
		display: block;
	}

	.cb1txt1 {
		font-size: 18px;
	}

	.core-bot2 {
		padding: 40px 0;
	}

	.cb2list {
		margin-top: 20px;
	}

	.cb2list li {
		width: 50%;
		padding: 10px 15px 15px 15px;
		margin-top: 15px;
	}

	.cl2icon img {
		width: 50px;
	}

	.cl2t1 {
		font-size: 16px;
		margin-top: 10px;
	}

	.cl2t2 {
		margin-top: 5px;
	}

	.cb2list li:nth-child(1)::before,
	.cb2list li:nth-child(2)::before,
	.cb2list li:nth-child(3)::before,
	.cb2list li:nth-child(4)::before {
		left: 15px;
		right: 15px;
	}

	.cb2list li:nth-child(2)::after,
	.cb2list li:nth-child(6)::after {
		display: none;
	}

	.cb2list li:nth-child(5)::before,
	.cb2list li:nth-child(6)::before {
		content: "";
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
		height: 1px;
		background: #D9D9D9;
	}

	.core-bot4 {
		padding: 40px 0;
	}

	.cb4list {
		margin: 40px 0 0 -2%;
	}

	.cl4icon {
		width: 46px;
		height: 54px;
		line-height: 54px;
		font-size: 18px;
	}

	.cb4list li {
		padding: 30px 0;
		height: 220px;
	}

	.cl4txt {
		margin-top: 10px;
	}

	.cl4icon {
		margin: 0 30px;
	}

	.cl4txt {
		margin: 10px 30px 0 30px;
	}

	.core-bot6,
	.core-bot7 {
		padding: 40px 0;
	}

	.cb6box {
		margin-top: 20px;
	}

	.cb7list {
		margin-top: 30px;
	}

	.cl7icon {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}

	.cb7list li {
		padding: 0 20px;
	}

	.core-bot5 {
		padding: 40px 0;
	}

	.cb1wz {
		width: 100%;
	}

	.cb1txt2 {
		font-size: 14px;
		margin-top: 5px;
	}

	.crbot {
		width: 90%;
		padding: 30px;
	}

	.crtitle {
		font-size: 20px;
	}

	.crclose {
		font-size: 28px;
	}

	.crlist li {
		height: 45px;
		line-height: 45px;
		margin: 15px 0 0 2%;
	}

	.clplay {
		width: 30px;
		height: 30px;
		line-height: 30px;
		margin-top: 6.5px;
	}

	.clplay i {
		font-size: 20px;
	}

	.ab1left {
		display: none;
	}

	.ab1right {
		float: none;
		width: 100%;
		padding: 40px 5%;
	}

	.ar1name {
		font-size: 18px;
	}

	.ar1nr {
		margin-top: 10px;
	}

	.about-bot2 {
		padding: 40px 0;
	}

	.ab2cont {
		width: 90%;
		margin: 30px auto 0;
	}

	.ay2banner .slick-arrow {
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.ay2banner .slick-arrow:before {
		font-size: 14px;
	}

	.ayitem span {
		font-size: 14px;
		margin-top: 10px;
	}

	.ayitem em {
		width: 8px;
		height: 8px;
	}

	.ab2year::before {
		top: 20px;
	}

	.ay2banner {
		padding-top: 16px;
	}

	.ab2year {
		margin-top: 30px;
	}

	.about-bot3 {
		padding: 40px 0;
	}

	.ab3left {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.al3txt {
		margin-bottom: 5px;
	}

	.ab3left {
		height: 270px;
	}

	.ab3right {
		width: 90%;
		float: none;
		margin: 20px auto 0;
	}

	.ab3right .slick-arrow:before {
		font-size: 25px;
	}

	.ar3item {
		height: 260px;
	}

	.about-bot4 {
		padding: 40px 0;
	}

	.ab4nr {
		margin-top: 20px;
	}

	.ab4right {
		position: static;
		width: 70%;
		margin: 0 auto;
	}

	.ab4left {
		width: 90%;
		text-align: center;
		margin: 20px auto 0;
	}

	.al4name {
		font-size: 18px;
	}

	.al4zw {
		font-size: 15px;
	}

	.al4txt {
		margin-top: 10px;
	}

	.ab4intr {
		padding: 40px 0;
	}

	.about4-bot1 {
		padding: 40px 0;
	}

	.ab41cont {
		float: none;
		width: 100%;
		padding: 20px;
	}

	.ab41cont li {
		padding: 10px 0;
	}

	.al41mt {
		margin-top: 10px;
	}

	.al41name {
		font-size: 16px;
	}

	.ab41map {
		float: none;
		width: 100%;
		margin-top: 20px;
	}

	.about4-bot2 {
		padding: 40px 0;
	}

	.af42item,
	.ai42l {
		margin-top: 15px;
	}

	.aw42srk {
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		font-size: 13px;
		margin-top: 5px;
	}

	.aw42area {
		height: 80px;
		padding: 15px;
		font-size: 13px;
		margin-top: 5px;
	}

	.aw42bt {
		font-size: 14px;
	}

	.ab42form {
		margin-top: 30px;
	}

	.ai42submit a {
		width: 150px;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
	}

	.ai42submit a i {
		margin-left: 10px;
		font-size: 14px;
	}

	.about3-bot1 {
		padding: 40px 0;
	}

	.ab31wz {
		margin-top: 20px;
		float: none;
		width: 100%;
	}

	.ab31pic {
		float: none;
		width: 100%;
	}

	.aw31title {
		font-size: 20px;
	}

	.aw31desc {
		margin-top: 15px;
	}

	.aw31btn {
		margin-top: 20px;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 13px;
	}

	.about3-bot2 {
		padding: 20px 0 40px 0;
	}

	.ab3list li {
		padding: 20px 0;
	}

	.aw3t1 {
		font-size: 16px;
	}

	.aw3t2,
	.aw3t3 {
		margin-top: 10px;
	}

	.about3-detail,
	.adcont {
		padding: 40px 0;
	}

	.ad3title {
		font-size: 20px;
	}

	.ad3date {
		margin-top: 15px;
	}

	.acnr {
		padding: 0 0 40px 0;
	}

	.acbox {
		margin-top: 40px;
	}

	.adlist {
		margin-top: 20px;
	}

	.adlist li {
		padding: 15px;
	}

	.aldesc {
		font-size: 16px;
		height: 48px;
		margin-top: 10px;
	}

	.about5-bot1 {
		padding: 40px 0;
	}

	.ab5title {
		font-size: 18px;
	}

	.ab51zp {
		margin-top: 30px;
	}

	.az51item {
		padding: 15px;
	}

	.ai51pic {
		width: 55px;
	}

	.aw51txt {
		font-size: 16px;
	}

	.aw51more {
		margin-top: 5px;
	}

	.aw51more i {
		margin-left: 10px;
		font-size: 14px;
	}

	.ai51wz {
		margin-left: 20px;
	}

	.aw52title,
	.ab53txt1 {
		font-size: 18px;
	}

	.aw52desc {
		margin-top: 5px;
	}

	.about5-bot2 li:nth-of-type(odd) .ab52wz {
		padding-right: 0;
	}

	.about5-bot2 li:nth-of-type(even) .ab52wz {
		padding-left: 0;
	}

	.about5-bot2 li {
		padding: 10px 0;
	}

	.ab52pic {
		float: none !important;
		width: 100%;
	}

	.ab52wz {
		position: static;
		transform: translateY(0);
		margin-top: 20px;
		width: 100%;
	}

	.about5-bot2 {
		padding: 30px 0;
	}

	.about5-bot3,
	.about5-bot4 {
		padding: 40px 0;
	}

	.ab53txt2 {
		margin-top: 15px;
	}

	.ab54banner {
		padding: 0 45px;
		margin-top: 30px;
	}

	.ab54banner .slick-arrow {
		width: 38px;
		height: 38px;
		line-height: 38px;
	}

	.ab54banner .slick-arrow:before {
		font-size: 14px;
	}

	.ab54small {
		padding: 0 50px;
		margin-top: 15px;
	}

	.as54item {
		margin: 0 2px;
	}

	.al5banner {
		padding-top: 100px;
	}

	.alb5cont {
		padding: 30px 5%;
	}

	.alb5search {
		margin-top: 30px;
	}

	.as5title {
		float: none;
		text-align: left;
		line-height: 35px;
	}

	.as5srk {
		float: none;
		width: 100%;
		margin-left: 0;
	}

	.ad5reset {
		float: none;
	}

	.ad5select {
		float: none;
		margin-left: 0;
	}

	.ad5s1 {
		z-index: 5;
	}

	.as5zk {
		padding: 45px 0 10px 0;
	}

	.as5xs {
		height: 35px;
		line-height: 35px;
		width: 100%;
		margin-top: 10px;
	}

	.ad5reset {
		width: 120px;
		height: 35px;
		line-height: 35px;
		margin: 20px 0 0 0;
	}

	.at5lable {
		width: 100%;
		margin-left: 0;
		margin-top: 0;
	}

	.alb5type {
		margin-top: 20px;
	}

	.al5txt {
		padding: 5px 7px;
	}

	.as5srk {
		height: 35px;
		line-height: 35px;
	}

	.as5kk,
	.ad5select {
		font-size: 12px;
	}

	.as5srk {
		padding: 0 15px;
	}

	.alb5adr {
		margin-top: 20px;
	}

	.al5yj,
	.al5bt {
		height: auto;
		line-height: 1.5;
		padding: 10px;
	}

	.at5jj {
		margin-top: 11px;
	}

	.al5zk {
		padding: 20px 15px;
	}

	.az5send {
		margin-top: 20px;
	}

	.as5btn {
		display: block;
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}

	.as5btn i {
		font-size: 14px;
		margin-left: 10px;
	}

	.as5ts {
		display: block;
		margin-left: 0;
		font-size: 12px;
		margin-top: 10px;
	}

	.al5list {
		padding-bottom: 40px;
	}

	.sb2list .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

@media screen and (max-width:1024px) {
	
	.pmcp {
		padding-left: 0;
	}

	.sb2cont {
		/* height: 450px; */
	}

	.ibtp img {
		height: 347px;
		object-fit: cover;
	}

	.sr23nr {
		padding: 20px 30px 0 30px;
	}

	.sl3txt {
		margin-bottom: 10px;
	}

	.sc3lable {
		height: 110px;
	}

	.sl23link {
		display: inline-block;
		padding: 10px 15px;
		font-size: 14px;
	}

	.sc23left {
		width: 100%;
		float: none;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.sb23cont {
		display: block;
	}

	.sc23right {
		width: 100%;
	}

	.sc23pic,
	.sr23nr {
		width: 100%;
		float: none;
	}

	.sr23nr {
		padding: 15px;
	}

	.sc3name {
		font-size: 18px;
	}

	.sc3desc {
		margin-top: 5px;
	}

	.sc3lable {
		margin-top: 20px;
	}

	.sl3txt {
		font-size: 12px;
	}

	.sb24pic {
		padding: 40px 0;
		margin-top: 0;
	}

	.sb23cont {
		margin-top: 30px;
	}

	.core-bot3 {
		padding: 40px 0;
	}

	.cb3bot {
		margin-top: 30px;
	}

	.cb3dw {
		position: relative;
		top: auto;
		left: 5%;
		right: 5%;
		bottom: auto;
		width: 90%;
		margin-top: 10px;
	}

	.cd1::before,
	.cd2::before,
	.cd3::before,
	.cd4::before {
		display: none;
	}

	.cb3dw::after {
		top: 10px !important;
		left: 0 !important;
		width: 6px;
		height: 6px;
	}

	.cb4list li {
		width: 48%;
		margin-top: 20px;
		background-size: 100% 100%;
		margin-top: 10px;
	}

	.cb4list {
		margin: 20px 0 0 -2%;
	}

	.cb4list li:hover {
		background: url(../img/79.png) no-repeat;
		background-size: 100% 100%;
	}

	.cb6left,
	.cb6right {
		float: none;
		width: 100%;
	}

	.cb6right {
		margin-top: 20px;
	}

	.cb5bot {
		margin-top: 30px;
	}

	.cb5dw {
		position: static;
		margin-top: 10px;
	}

	.cb5pic {
		width: 100%;
	}

	.cb5btn a {
		width: 180px;
		height: 40px;
		line-height: 40px;
		margin: 30px auto 0;
		font-size: 14px;
	}

	.cb5btn a i {
		font-size: 20px;
		margin-right: 10px;
	}

	.phtxt {
		padding: 10px;
		font-size: 15px;
	}

	.pblms {
		padding: 15px 10px;
	}

	.pblcs {
		padding: 15px 10px;
		font-size: 15px;
	}

	.pblms span {
		font-size: 13px;
		margin-bottom: 0;
	}

	.pthead,
	.pblist {
		width: 920px;
	}

	.pmtable {
		overflow-x: scroll;
	}

	.hzbot {
		width: 90%;
		padding: 20px 15px;
	}

	.crclose {
		right: 10px;
		top: 0;
	}

	.hfsrk {
		float: none;
		width: 98%;
	}

	.hfsrk,
	.hbbtn a {
		height: 40px;
		line-height: 40px;
	}

	.hfsrk input {
		font-size: 12px;
		padding: 0 15px;
	}

	.hfsrk,
	.hfarea,
	.hfmassge {
		margin-top: 5px;
	}

	.hbfrom li {
		margin-top: 0;
	}

	.hfarea,
	.hfmassge {
		padding: 15px;
		font-size: 12px;
	}

	.hbfrom {
		margin-top: 15px;
	}

	.hfarea {
		height: 75px;
	}

	.hbbtn a {
		margin-top: 15px;
	}

	.pages-list {
		margin-top: 30px;
	}

	.pages-list a {
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 0;
	}

	.plnum {
		width: 30px;
	}

	.plpn {
		width: 45px;
	}

	.pblms p {
		margin-bottom: 5px;
	}
}

@media screen and (max-width:860px) {
	.sw22t2 {
		height: auto;
	}

	.sl22icon {
		margin-top: 0;
	}

	.sb22list li {
		align-items: center;
	}

	.sb2cont {
		/* height: 400px; */
	}

	.sb22list {
		margin-top: 20px;
	}

	.sb22list li {
		float: none;
		width: 97%;
		margin-top: 10px;
	}

	.sb1list li {
		width: 94%;
		margin: 10px 0 10px 6%;
	}

	.sb2list li {
		width: 47%;
	}

	.cb7list {
		display: block;
	}

	.cb7list li:not(:first-child) {
		border-left: none;
	}

	.cb7list li {
		margin-top: 20px;
	}

	.cb7list {
		margin-top: 10px;
	}

	.adlist li {
		width: 97%;
		margin-top: 15px;
	}

	.adlist {
		margin-top: 15px;
	}
}

@media screen and (max-width:750px) {
	.it5left{
		width: 100%;
	}
	.sb2cont {
		/* height: 350px; */
	}

	.cl2ej {
		font-size: 18px;
		top: 20px;
		bottom: auto;
		right: 0;
	}

	.pimg {
		display: none !important;
	}

	.mpimg {
		display: block !important;
	}

	.bscover {
		width: 90%;
		left: 5%;
		top: 30%;
	}

	.bctbt1,
	.bct1,
	.bcbt2,
	.bct2 {
		letter-spacing: normal;
	}

	.index-down {
		left: 5%;
		transform: translateX(0);
	}

	.banner .slick-dots {
		bottom: 20px;
		top: auto;
		right: auto;
		left: 0;
		width: 100%;
		text-align: center;
		transform: translateY(0);
	}

	.banner .slick-dots li {
		display: inline-block;
		margin: 0 5px;
	}

	.banner .slick-dots li.slick-active {
		height: 4px;
		width: 23px;
	}

	.banner .slide-inner img {
		height: calc(100vh - 55px);
	}

	.bct2 {
		font-size: 14px;
	}

	.ib4left,
	.ib4right {
		float: none;
		width: 100%;
	}

	.ib4right {
		border-left: none;
		padding-left: 0;
		padding-top: 10px;
		margin-top: 30px;
		padding-bottom: 0;
		border-top: 1px solid #C9C9C9;
	}

	.ib4more {
		width: 45px;
		height: 25px;
		line-height: 25px;
		margin-top: 20px;
	}

	.ir4num {
		font-size: 24px;
	}

	.ib4right li:nth-child(3),
	.ib4right li:nth-child(4) {
		margin-top: 0;
	}

	.ib4right li {
		margin-top: 20px !important;
	}

	.it5left,
	.it5right {
		float: none;
	}

	.ip5item img {
		height: 80vh;
		object-fit: cover;
	}

	.ir5qh {
		margin-left: 0;
	}

	.it5right {
		margin-top: 60px;
	}

	.ir5qh {
		display: block;
		float: left;
		width: 25%;
	}

	.ii5txt {
		width: 100%;
	}

	.ib6list {
		position: relative;
		width: 64%;
		margin-left: 0;
	}

	.ib6list .slick-list {
		overflow: visible;
	}

	.il6item {
		margin-left: 0;
		margin-right: 20px;
		padding-bottom: 0;
	}

	.index-bot6 .w1400 {
		width: auto;
		margin-left: 5%;
		overflow: hidden;
	}

	.il6txt {
		font-size: 14px;
		height: 42px;
	}

	.il6item:hover .il6ty {
		transform: translateY(0);
	}

	.il6item::before {
		display: none;
	}

	.index-bot7 {
		height: 60vh;
		padding: 40px 0 0 0;
	}

	.il7logo {
		width: 45px;
		height: 45px;
	}

	.ib7box {
		position: relative;
		height: 250px;
		overflow-x: scroll;
	}

	.ib7line1,
	.ib7line2,
	.ib7line3 {
		width: 800px;
	}

	.ib7line1 {
		top: 36%;
	}

	.ib7line2 {
		top: 50%;
	}

	.ib7line3 {
		top: 40%;
	}

	.pdlist li .w1400 {
		padding: 40px 0;
	}

	.plpic {
		width: 70%;
		position: static;
		transform: translateY(0);
		margin: 0 auto;
	}

	.plwz {
		float: none !important;
		width: 100%;
		margin-top: 20px;
		text-align: center;
	}

	.plwline {
		margin: 20px auto 0;
	}

	.products-menu .w1400 {
		display: block;
	}

	.pmitem {
		display: inline-block;
		margin: 10px;
	}

	.products-menu {
		padding: 18px 0;
	}

	.pmitem::before {
		bottom: -10px;
		border-right: 5px solid transparent;
		border-left: 5px solid transparent;
		border-top: 8px solid #158FCF;
	}

	.products-pm {
		padding: 40px 0;
	}

	.pmcp {
		margin-top: 20px;
	}

	.pmcitem img {
		width: 80%;
	}

	.phtxt,
	.pbname,
	.pbdesc {
		padding: 10px;
	}

	.sl22icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}

	.sl22wz {
		margin-left: 10px;
	}

	.sb22list li {
		padding: 20px 15px;
	}

	.sb2tab {
		width: 100%;
		float: none;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.st2qh {
		margin: 0 8px 0 0;
	}

	.tk-bot {
		width: 90%;
		height: 250px;
	}

	.tbclose i {
		font-size: 20px;
	}

	.tbclose {
		right: 0;
		top: -30px;
	}

	.cb2list li {
		width: 100%;
		margin-top: 0;
		border-bottom: 1px solid #D9D9D9;
		padding: 20px 0;
	}

	.cb2list li:after,
	.cb2list li::before {
		display: none !important;
	}

	.cl2t2 {
		height: auto;
	}

	.cb4list li {
		width: 98%;
		height: 160px;
	}

	.products-menu .w1400 {
		width: 90%;
		float: none;
		text-align: center;
		text-align: center;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}

	.crlist li {
		width: 98%;
	}

	.crbot {
		padding: 30px 20px;
	}

	.crlist li {
		padding: 0 20px 0 14px;
	}

	.ai2year {
		font-size: 220px;
	}

	.ay2banner .slick-current.ayitem span {
		transform: scale(1.4);
	}

	.at2wz {
		padding: 0 0 0 20px;
	}

	.ai42w {
		width: 95%;
		margin-top: 15px;
	}

	.ab42form {
		margin-top: 15px;
	}

	.az51item {
		width: 97%;
		margin-top: 15px;
	}

	.ab51zp {
		margin-top: 15px;
	}

	.clbt,
	.clyx {
		display: block;
	}

	.clyx {
		width: 100%;
		margin: 10px 0 0 0;
	}

	.cllist {
		margin-top: 5px;
	}

	.clyx .clplay {
		left: 15px;
	}

	.iq1 {
		width: 2px;
		height: 2px;
	}

	.iq2,
	.iq6,
	.iq7 {
		width: 6px;
		height: 6px;
	}

	.iq3,
	.iq4 {
		width: 2px;
		height: 2px;
	}

	.iq5,
	.iq9 {
		width: 10px;
		height: 10px;
	}

	.iq8 {
		width: 6px;
		height: 6px;
	}

	.iq10 {
		width: 13px;
		height: 13px;
	}

	.pdpimg {
		display: none !important;
	}

	.pdmimg {
		display: block !important;
	}

	.ibtp img {
		height: 300px;
	}

	.pdcv {
		display: none;
	}

	.mpdcv {
		display: block;
	}

	.sb24list {
		padding: 0 20px;
	}

	.sb24list .slick-prev {
		left: 2px;
	}

	.sb24list .slick-next {
		right: 2px;
	}

	.sw24pic {
		height: 100px;
	}
}

@media screen and (max-width:640px) {
	.sb2cont {
		/* height: 320px; */
	}
}

@media screen and (max-width:480px) {

	.al3pic,
	.al3wz {
		float: none;
		width: 100%;
	}

	.al3wz {
		margin-top: 20px;
	}

	.si2l {
		width: 47%;
		margin: 15px 0 0 3%;
	}

	.sb2cont {
		/* height: 500px; */
	}
}

@media screen and (max-width:421px) {
	.ai2year {
		font-size: 180px;
	}

	.ay2banner {
		padding: 16px 30px 0 30px;
	}

	.ai2year {
		font-size: 160px;
	}

	.ab2year {
		margin-top: 15px;
	}

	.ab2cont {
		margin: 20px auto 0;
	}

	.sb2cont {
		/* height: 420px; */
	}
}

@media screen and (max-width:375px) {
	.sb2cont {
		/* height: 400px; */
	}
}