@media screen and (min-width: 1200px) {
	.transXT50.target {
		transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		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 1000ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1000ms, 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(30px);
		-webkit-transform: translateY(30px);
		opacity: 0;
		visibility: hidden;
		transition: transform 1000ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1000ms, 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(50px);
		-webkit-transform: translateX(50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 1000ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1000ms, 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(-80px);
		-webkit-transform: translateX(-80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 1000ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1000ms, 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;
	}
	.action.idys9 {
		transition-delay: 0.95s;
	}
	.loadscale.target {
		opacity: 0;
		visibility: hidden;
		transform: translate(0, 50px) scale(.9);
		transition: 0.65s all ease-out;
	}
	.action.loadscale {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0) scale(1);
		transition: 0.65s all ease-out;
	}
	.wzload.target {
		opacity: 0;
		visibility: hidden;
		transform: rotateY(180deg);
		transition: 0.55s all ease-in-out;
	}
	.action.wzload {
		opacity: 1;
		visibility: visible;
		transform: rotateY(0);
		transition: 0.55s all ease-in-out;
	}
	.sytrans.target {
		opacity: 0;
		visibility: hidden;
		letter-spacing: 20px;
		transition: 1s all ease-out;
	}
	.action.sytrans {
		opacity: 1;
		visibility: visible;
		letter-spacing: normal;
		transition: 1s all ease-out;
	}
	.ovt {
		overflow: hidden;
	}
	.ovt font {
		display: block;
	}
	.loadw.target {
		transform: translateY(50px) skewX(-5deg);
		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;
		opacity: 0;
		visibility: hidden;
	}
	.action.loadw {
		transform: translateY(0px) skewX(0);
		opacity: 1;
		visibility: visible;
	}
	.load-words.target span {
		opacity: 0;
		visibility: hidden;
	}
	.action.load-words span {
		visibility: visible;
		display: inline-block;
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-backface-visibility: visible !important;
		backface-visibility: visible !important;
		-webkit-animation-name: wordsRightFade;
		animation-name: wordsRightFade;
	}
	@-webkit-keyframes wordsRightFade {
		0% {
			-webkit-transform: translateX(50px);
			transform: translateX(50px);
			opacity: 0;
			visibility: hidden;
		}
		100% {
			-webkit-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible;
		}
	}
	@-moz-keyframes wordsRightFade {
		0% {
			-moz-transform: translateX(50px);
			transform: translateX(50px);
			opacity: 0;
			visibility: hidden;
		}
		100% {
			-moz-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible
		}
	}
	@keyframes wordsRightFade {
		0% {
			-webkit-transform: translateX(50px);
			-moz-transform: translateX(50px);
			transform: translateX(50px);
			opacity: 0;
			visibility: hidden
		}
		100% {
			-webkit-transform: none;
			-moz-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible
		}
	}
	.load-bg {
		position: relative;
		overflow: hidden;
	}
	.load-bg.target::after {
		background: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
		background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	}
	.load-bg.target::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		transform: translateY(0);
		background-size: 300% 500%;
		opacity: 0;
		visibility: hidden;
		transition: transform 1000ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1000ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
		z-index: 10;
	}
	.action.load-bg::after {
		transform: translateY(102%);
		opacity: 1;
		visibility: visible;
	}
}

@media screen and (max-width:1750px) {
	.bsnum {
		font-size: 200px;
	}
	.header {
		padding: 0 5%;
	}
	.head-logo {
		left: 5%;
	}
	.ibleng {
		font-size: 150px;
	}
	.il2item {
		padding: 50px 30px 0;
		height: 350px;
	}
	.w1400,
	.atbot {
		width: 1275px;
	}
	.ab3banner {
		width: 1408px;
	}
}

@media screen and (max-width:1550px) {
	.cwpic img{
		height: 307px;
	}
	.zitxt1 {
		font-size: 20px;
	}
	.zitxt2 {
		font-size: 16px;
	}
	.zitxt3 {
		font-size: 14px;
	}
	.ziicon {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 28px;
	}
	.bswrap li {
		padding: 50px 0;
	}
	.bswpic {
		margin-top: -100px;
	}
	.icline1 {
		left: 40.24%;
	}
	.icline2 {
		left: 59.8%;
	}
	.btpic {
		height: 350px;
	}
	.bctxt1{
		font-size: 20px;
	}
	.bctxt2 {
		font-size: 40px;
	}
	.iw2txt1 {
		font-size: 39px;
	}
	.iw2txt2,
	.il2txt1 {
		font-size: 20px;
	}
	.il2num {
		font-size: 40px;
	}
	.il2txt2 {
		font-size: 14px;
		/* height: 150px; */
	}
	.itch,
	.iteng {
		font-size: 32px;
	}
	.iteng {
		margin-top: -40px;
	}
	.ibcv {
		padding: 50px 70px 70px 70px;
	}
	.ictxt1 {
		font-size: 24px;
	}
	.ictxt2 {
		font-size: 14px;
		height: 50px;
	}
	.ictxt3 {
		font-size: 14px;
	}
	.icbanner .slick-prev {
		right: 15.5%;
	}
	.icbanner .slick-next {
		right: 12.2%;
	}
	.ibleng {
		font-size: 100px;
	}
	.inbr {
		margin-top: 35px;
	}
	.iltdate,
	.iltmore {
		font-size: 14px;
	}
	.ibltitle {
		font-size: 20px;
		height: 60px;
	}
	.ibldesc {
		font-size: 14px;
		height: 50px;
	}
	.inbmore a,
	.fbltxt,
	.fxwz,
	.fb2left,
	.fr2fu {
		font-size: 14px;
	}
	.fxicon {
		line-height: 1.2;
	}
	.fbltxt {
		margin-right: 30px;
	}
	.frewm {
		width: 73px;
	}
	.fxtxt {
		margin-bottom: 15px;
	}
	.fh2icon {
		font-size: 18px;
	}
	.fs-select {
		font-size: 14px;
		margin-left: 38px;
	}
	.fr2hv {
		margin-left: 20px;
	}
	.fw-bot1 {
		padding: 80px 7.5% 50px 7.5%;
	}
	.fw-bot2 {
		padding: 30px 7.5%;
	}
	.header .yj-bot .yj-link {
		padding: 0 20px;
		font-size: 15px;
	}
	.hrhtt {
		font-size: 15px;
	}
	.w1400,
	.atbot {
		width: 1129px;
	}
	.abclose {
		font-size: 37px;
	}
	.attitle {
		font-size: 20px;
	}
	.ateng {
		font-size: 14px;
	}
	.attxt {
		font-size: 16px;
	}
	.aztxt {
		font-size: 12px;
		margin-top: 15px;
	}
	.atzy li {
		padding: 10px 0 30px 0;
	}
	.aztxt::before {
		width: 8px;
		height: 8px;
	}
	.ab3banner {
		width: 1247px;
	}
	.ictbt1 {
		font-size: 30px;
	}
	.ictbt2 {
		font-size: 16px;
	}
	.apicon {
		font-size: 80px;
	}
	.apt1 {
		font-size: 13px;
	}
	.apt2,
	.ibtxt {
		font-size: 14px;
	}
	.al1num {
		font-size: 36px;
	}
	.an1sup {
		font-size: 22px;
	}
	.al1bt {
		font-size: 16px;
	}
	.al1btn a {
		font-size: 16px;
	}
	.al1btn a::before {
		width: 70px;
		height: 70px;
		top: -20.5px;
	}
	.ab2nr,
	.ar2label {
		font-size: 14px;
	}
	.ai3pis {
		height: 50px;
		font-size: 14px;
	}
	.ar2name {
		font-size: 18px;
	}
	.ai3name {
		font-size: 20px;
	}
	.ai4pic {
		height: 220px;
	}
	.al6txt1 {
		font-size: 20px;
	}
	.al6txt2,
	.al6txt3 {
		font-size: 14px;
	}
	.al6r {
		width: 80px;
		height: 80px;
		line-height: 80px;
		font-size: 32px;
	}
	.ai6wz {
		padding: 70px 50px 0 50px;
	}
	.ai6title {
		font-size: 22px;
	}
	.ai6desc {
		font-size: 18px;
		height: 65px;
	}
	.ai6pics {
		margin-top: 50px;
	}
	/*.about-banner {
		height: 700px;
	}*/
	.al6number {
		top: 60px;
		right: 40px;
	}
	.al6left {
		padding: 60px 40px 0 40px;
	}
	.bwbt {
		margin-top: 10px;
	}
	.bwtxt1 {
		font-size: 20px;
	}
	.bwtxt2 {
		font-size: 14px;
	}
	.bwicon {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 30px;
	}
	.bwnum {
		font-size: 150px;
	}
	.btwz {
		margin-top: 25px;
		padding-top: 30px;
	}
	.cwtxt1 {
		font-size: 18px;
	}
	.cwtxt2 {
		font-size: 14px;
	}
	.irlink {
		font-size: 16px;
	}
	.cdtitle {
		font-size: 32px;
	}
	.cddate {
		font-size: 16px;
	}
	.cdnr,
	.cdlink {
		font-size: 14px;
	}
	.cltxt {
		font-size: 14px;
	}
	.cltxt:not(:first-child) {
		margin-left: 100px;
	}
	.nftitle {
		font-size: 18px;
	}
	.nfdate {
		font-size: 14px;
		margin-top: 10px;
	}
	.nfdesc {
		font-size: 14px;
		height: 101px;
		margin-top: 30px;
	}
	.nfbtn {
		margin-top: 40px;
		font-size: 14px;
	}
	.nlms,
	.nljt,
	.nldate {
		font-size: 14px;
	}
	.ndtitle {
		font-size: 24px;
	}
	.nddate {
		font-size: 16px;
	}
	.ndnr,
	.nbtxt {
		font-size: 14px;
	}
	.nbwz {
		margin-top: 10px;
	}
	.dltxt1 {
		font-size: 24px;
	}
	.drms,.btwz{
		font-size: 16px;
	}
	.dltxt2,
	.drms {
		font-size: 14px;
	}
	.drbt {
		font-size: 20px;
	}
	.tltxt {
		font-size: 20px;
	}
	.contact-bot1 {
		margin-top: 60px;
	}
	.cb1bg {
		margin-top: 80px;
	}
	.cw1icon {
		width: 90px;
		height: 90px;
		line-height: 90px;
		font-size: 28px;
	}
	.cw1txt3 {
		font-size: 20px;
	}
	.cw1txt4 {
		font-size: 14px;
	}
	.contact-bot2 {
		margin-top: 80px;
	}
	.al1nr {
		font-size: 12px;
	}
	.al1label {
		font-size: 14px;
	}
	.about-bot2 {
		padding: 100px 0 60px 0;
	}
	.zbtitle {
		font-size: 20px;
	}
	.zltxt {
		font-size: 14px;
		height: 50px;
	}
	.tlsrk,.tlbtn{
		font-size: 14px;
	}
	.ab3bot{
		width: 750px;
		padding: 50px;
	}
	.ab3close{
		top: 20px;
		right: 20px;
		font-size: 37px;
	}
	.az3cont{
		margin-top: 30px;
	}
	.ac3txt1{
		font-size: 24px;
	}
	.ac3txt2{
		font-size: 18px;
		padding-bottom: 20px;
	}
	.az3txt{
		font-size: 14px;
		margin-top: 13px;
	}
	.ac3zw{
		margin-top: 20px;
	}
	.az3txt:before{
		width: 6px;
		height: 6px;
		top: 8px;
	}
	.ac3zw{
		height: 200px;
	}
}

@media screen and (max-width: 1440px) {
	.header {
		padding: 0 3%;
	}
	.head-logo {
		left: 3%;
	}
	.head-logo img {
		width: 350px;
	}
}

@media screen and (max-width: 1280px) {
	.ab3banner {
		width: 1200px;
	}
	.header .yj-bot .yj-link {
		padding: 0 15px;
	}
	.head-logo img {
		width: 380px;
		margin-top: 32.5px;
	}
}

@media screen and (max-width: 1200px) {
	.cwpic img{
		height: 294px;
	}
	.zp-bg {
		padding: 40px 0;
	}
	.zptab {
		margin-top: 20px;
	}
	.ztitem {
		float: none;
		width: 98%;
		margin-top: 10px;
		padding: 15px;
	}
	.zitxt2 {
		margin-top: 10px;
	}
	.ziicon {
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 22px;
		top: 15px;
		right: 15px;
	}
	.zpcontent{
		margin-top: 20px;
	}
	.zcbox{
		padding: 10px 15px;
	}
	.zbtitle{
		font-size: 16px;
		margin-top: 15px;
		padding-bottom: 10px;
	}
	.zblist{
		margin-top: 5px;
	}
	.zbline{
		margin-top: 10px;
	}
	.zbsend{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.zbtxt{
		font-size: 12px;
	}
	.zltxt{
		float: none;
		width: 98%;
		height: auto;
		margin-top: 5px;
	}
	.hlimg1 {
		display: none;
	}
	.hlimg2 {
		display: block;
	}
	.ftmove {
		height: 25px;
		top: -25px;
	}
	.w73,
	.w1200 {
		width: 90%;
	}
	.header {
		background: #fff;
		height: 55px;
		line-height: 55px;
		padding: 0 5%;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	}
	.header .yj-bot {
		display: none;
	}
	.head-logo img {
		width: 260px;
		margin-top: 9px;
	}
	.hwright {
		display: none;
	}
	.menu-handler,
	.menuBox {
		display: block;
	}
	.head-wrap {
		margin: 0;
		height: 55px;
		line-height: 55px;
	}
	.mtop {
		height: 55px;
	}
	.bscover {
		width: 65%;
		left: 17.5%;
	}
	.bctxt1{
		font-size: 14px;
	}
	.bctxt2 {
		font-size: 20px;
	}
	.banner-wrap {
		height: auto;
		margin-top: 55px;
	}
	.swiper-button-next {
		right: 2% !important;
	}
	.swiper-button-prev {
		left: 2% !important;
	}
	.swiper-button-next:after,
	.swiper-button-prev:after {
		font-size: 25px !important;
	}
	.banner .swiper-pagination-progressbar {
		bottom: 20px !important;
	}
	.banner .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
		height: 2px !important;
	}
	.index-wrap2 {
		margin-top: 40px;
	}
	.iw2txt1 {
		font-size: 20px;
	}
	.iw2txt2 {
		font-size: 16px;
		margin-top: 5px;
	}
	.iw2bot {
		margin-top: 30px;
		padding: 0 5%;
	}
	.w85 {
		width: 90%;
		margin: 0 auto;
	}
	.ib2prev {
		left: 0;
		width: 10%;
		border-left: none;
	}
	.ib2pn i {
		font-size: 23px;
	}
	.ib2next {
		right: 0;
		width: 10%;
		border-right: none;
	}
	.iw2list {
		width: 90%;
		border-right: none;
	}
	.il2item {
		padding: 30px 25px;
		height: auto;
		border-left: none;
	}
	.il2num {
		font-size: 30px;
	}
	.il2txt1 {
		font-size: 16px;
		margin-top: 10px;
		padding-bottom: 15px;
	}
	.il2txt2 {
		margin-top: 10px;
	}
	.icline1,
	.icline2 {
		display: none;
	}
	.icbt-bg {
		position: static;
		padding: 40px 0 20px 0;
		background-attachment: local;
	}
	.index-cases {
		padding: 0 0 40px 0;
		margin-top: 30px;
	}
	.itch,
	.iteng {
		font-size: 20px;
	}
	.ibcv {
		position: static;
		padding: 20px 0 0 0;
		width: 100%;
		background: #fff;
	}
	.ibtp {
		margin-bottom: 0;
	}
	.ictxt1 {
		font-size: 16px;
	}
	.ictxt2 {
		margin-top: 10px;
	}
	.ictxt3 {
		margin-top: 20px;
	}
	.icbanner .slick-prev {
		left: 0;
		right: auto;
	}
	.icbanner .slick-next {
		right: 0;
	}
	.icbanner .slick-arrow {
		top: 23%;
		bottom: auto;
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.icbanner .slick-arrow:before {
		font-size: 15px;
	}
	.index-news {
		padding: 0 0 40px 0;
	}
	.ibleng {
		font-size: 30px;
	}
	.inbr {
		margin-top: 0;
	}
	.inbot {
		margin-top: 10px;
		padding: 0 5%;
	}
	.inblist li {
		width: 91%;
		padding: 15px 0;
	}
	.inblist li:not(:first-child) {
		border-top: 1px solid #eee;
	}
	.iltdate,
	.iltmore {
		font-size: 13px;
	}
	.ibltitle {
		font-size: 16px;
		height: 48px;
		margin-top: 15px;
	}
	.ibldesc {
		margin-top: 15px;
	}
	.inbmore a {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin: 30px auto 0;
	}
	.fw-bot1 {
		padding: 15px 5%;
	}
	.fb1l {
		display: none;
	}
	.fb1r {
		float: none;
		width: 100%;
	}
	.fxtxt {
		margin-bottom: 10px;
	}
	.fxicon {
		margin-right: 5px;
		font-size: 16px;
	}
	.fxwz,
	.fb2left,
	.fr2fu {
		font-size: 12px;
	}
	.frlx {
		float: left;
		display: block;
	}
	.frewm {
		width: 60px;
		float: right;
		margin-left: 20px;
	}
	.fw-bot2 {
		padding: 15px 5%;
	}
	.fb2left {
		float: none;
		margin-top: 0;
	}
	.fh2icon {
		font-size: 16px;
	}
	.fr2hv {
		display: block;
		float: left;
		margin-left: 15px;
	}
	.fr2fu {
		display: block;
		float: left;
		margin-top: 5px;
	}
	.fs-select {
		display: block;
		float: right;
		margin-left: 0;
		width: 155px;
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		font-size: 13px;
		background-size: 35px 28px;
	}
	.fb2right {
		float: none;
		margin-top: 10px;
	}
	.about-banner {
		height: 400px;
	}
	.ictbt1 {
		font-size: 20px;
	}
	.ictbt2 {
		font-size: 14px;
	}
	.w1400,
	.atbot {
		width: 90%;
	}
	.atbot {
		padding: 40px 20px 40px 20px;
	}
	.abclose {
		font-size: 27px;
		right: 2%;
		top: 5px;
	}
	.ibcvT {
		padding-bottom: 20px;
	}
	.abplay {
		right: 10%;
	}
	.apicon {
		font-size: 45px;
	}
	.apt1 {
		font-size: 12px;
	}
	.apt2 {
		font-size: 13px;
	}
	.aptxt {
		margin-left: 5px;
	}
	.insides-banner {
		margin-top: 55px;
	}
	.insides-brand {
		margin-top: 10px;
	}
	.ibtxt {
		font-size: 12px;
	}
	.about-bot1 {
		padding: 30px 0 40px 0;
	}
	.ab1left {
		float: none;
		width: 100%;
	}
	.al1label {
		margin-top: 20px;
		font-size: 14px;
	}
	.al1list {
		margin-top: 20px;
	}
	.al1num {
		font-size: 28px;
	}
	.an1sup {
		font-size: 16px;
		margin-left: 5px;
	}
	.al1bt {
		font-size: 14px;
	}
	.al1nr {
		margin-top: 20px;
	}
	.al1btn a {
		margin-top: 40px;
		font-size: 14px;
		padding-left: 35px;
	}
	.al1btn a::before {
		width: 50px;
		height: 50px;
		top: -12px;
	}
	.al1btn a::after {
		left: 25px;
	}
	.ab1right {
		float: none;
		width: 100%;
		margin-top: 30px;
	}
	.about-bot2 {
		padding: 40px 0;
	}
	.ab2left {
		float: none;
		width: 100%;
	}
	.ab2nr {
		margin-top: 30px;
		height: auto;
		padding-right: 0;
		overflow-y: auto;
	}
	.ab2right {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-top: 20px;
	}
	.ar2photo {
		text-align: center;
	}
	.ar2photo img {
		display: inline-block;
		width: 220px;
	}
	.about-bot3 {
		padding: 30px 0 40px 0;
	}
	.ab3banner {
		width: 90%;
		padding: 0 0 30px 0;
		margin: 30px auto 0;
	}
	.ab3banner .slick-dots li {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 5px;
	}
	.ai3k {
		margin-top: 10px;
		width: 33.333%;
	}
	.ai3name {
		font-size: 16px;
		margin-top: 10px;
	}
	.ai3pis {
		margin-top: 5px;
	}
	.ab3banner .slick-arrow {
		display: none !important;
	}
	.ab3banner .slick-arrow:before {
		font-size: 15px;
	}
	.iteng {
		margin-top: -25px;
	}
	.about-bot4 {
		padding: 40px 0;
	}
	.ai4pic {
		height: 150px;
	}
	.ai4txt {
		font-size: 14px;
		height: 50px;
		margin-top: 10px;
	}
	.ai4k {
		margin: 10px 0 0 4%;
	}
	.ab4banner {
		margin-top: 15px;
		padding-bottom: 30px;
	}
	.ab4banner .slick-dots li {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 5px;
	}
	.about-bot5 {
		padding: 40px 0 30px 0;
	}
	.ab5jgt {
		margin-top: 30px;
	}
	.about-bot6 {
		padding: 40px 0;
	}
	.ab6list {
		display: block;
		margin-top: 20px;
	}
	.ab6list li {
		width: 98%;
		padding: 15px;
		margin-top: 10px;
	}
	.al6txt1 {
		font-size: 18px;
	}
	.al6txt3 {
		margin-top: 15px;
		padding-top: 15px;
	}
	.al6r {
		width: 53px;
		height: 53px;
		line-height: 53px;
		font-size: 22px;
		top: 15px;
		right: 15px;
	}
	.ab6lb {
		margin-top: 20px;
	}
	.ai6title {
		font-size: 18px;
	}
	.ai6pics {
		margin-top: 20px;
	}
	.al6number {
		top: 20px;
		right: 15px;
		font-size: 14px;
	}
	.star {
		font-size: 18px;
	}
	.al6left {
		float: none;
		width: 100%;
		padding: 20px 15px;
	}
	.al6right {
		float: none;
		width: 100%;
	}
	.ai6time {
		margin-top: 20px;
	}
	.ai6time b i {
		height: 2px;
	}
	.attxt {
		font-size: 14px;
		margin-top: 5px;
	}
	.attitle {
		font-size: 18px;
	}
	.ateng {
		font-size: 12px;
	}
	.abbt {
		padding-bottom: 15px;
	}
	.abbt::before {
		width: 100px;
	}
	.abbt::after {
		width: 30px;
		height: 2px;
	}
	.atzy {
		margin-top: 10px;
	}
	.atzy li:nth-child(1) .aztxt {
		float: none;
		width: 100%;
		margin-top: 5px;
	}
	.aztxt {
		padding-left: 15px;
	}
	.aztxt::before {
		width: 6px;
		height: 6px;
	}
	.aztxt {
		margin-top: 5px;
	}
	.bswrap li {
		margin-top: 20px;
		padding: 20px 0;
	}
	.bswpic {
		margin-top: 0;
	}
	.bswrap li:hover .bwicon {
		color: #ccc;
		border: 1px solid #ccc;
	}
	.bwicon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 20px;
	}
	.bwtxt1 {
		font-size: 18px;
	}
	.bwtxt2 {
		font-size: 13px;
	}
	.bwbt {
		margin-top: 0;
	}
	.bwnum {
		font-size: 50px;
		bottom: -45px;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
		color: #FAFAFA;
	}
	.bwtp {
		margin-top: 25px;
	}
	.btline {
		display: none;
	}
	.btwz {
		width: 100%;
	}
	.bswrap {
		padding-bottom: 40px;
		margin-top: 30px;
	}
	.bsnum {
		opacity: 1;
		visibility: visible;
		font-size: 80px;
	}
	.ibleft {
		float: none;
	}
	.ibright {
		text-align: center;
		float: none;
		margin-top: 10px;
		width: 100%;
		float: none;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.irlink {
		font-size: 14px;
		margin: 0 5px;
		padding: 0 5px;
	}
	.cases-wrap {
		padding: 0 0 40px 0;
	}
	.cwlist li {
		margin: 30px 0 0 3%;
	}
	.cwwz {
		margin-top: 15px;
	}
	.cwtxt2 {
		font-size: 13px;
	}
	.cwline {
		margin-top: 10px;
	}
	.pages-list {
		margin-top: 30px;
	}
	.pages-list a {
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
		margin: 0 2px;
	}
	.cdtitle {
		font-size: 20px;
	}
	.cddate {
		font-size: 14px;
	}
	.cddetail {
		padding: 20px 15px;
		margin-top: 30px;
	}
	.cdlabel {
		display: block;
		margin-top: 20px;
	}
	.cltxt {
		margin-left: 0 !important;
	}
	.cdbt {
		margin-top: 30px;
		padding-top: 20px;
	}
	.cdlink {
		margin-top: 10px;
	}
	.news-wrap {
		padding: 30px 0 40px 0;
	}
	.nfcont {
		padding: 15px 0;
	}
	.nwlist {
		margin-top: 20px;
		padding: 10px 0;
	}
	.nwlist li {
		padding: 10px 0;
	}
	.nlms {
		margin-left: 15px;
	}
	.nfdate {
		margin-top: 5px;
	}
	.nfdesc {
		margin-top: 15px;
	}
	.nfbtn {
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 13px;
		margin-top: 20px;
	}
	.news-detail {
		padding: 40px 0;
	}
	.ndtitle {
		font-size: 18px;
	}
	.nddate {
		font-size: 14px;
		margin-top: 10px;
	}
	.ndline {
		margin: 15px auto 0;
	}
	.ndbt {
		margin-top: 20px;
	}
	.ndnr {
		margin-top: 30px;
	}
	.ndbt li {
		float: none;
		width: 100%;
		padding: 15px;
		margin-top: 2px;
	}
	.nbwz {
		float: none !important;
		width: 100%;
		margin-top: 0;
	}
	.nbpic {
		display: none;
	}
	.nbline {
		margin: 0 10px;
	}
	.dvwrap {
		padding: 40px 0;
	}
	.dvbot {
		margin-top: 20px;
	}
	.dvleft,
	.dvright {
		float: none;
		width: 100%;
	}
	.dvright {
		margin-top: 20px;
	}
	.dltxt1,
	.drbt {
		font-size: 16px;
	}
	.drms {
		margin-top: 10px;
	}
	.dvright li:nth-child(2) {
		margin-top: 20px;
	}
	.trainwrap {
		padding: 15px 0 40px 0;
	}
	.twlist li {
		margin: 15px 0 0 3%;
	}
	.tpplay {
		font-size: 30px;
	}
	.tltxt {
		font-size: 14px;
		margin-top: 10px;
	}
	.twlist li:hover {
		transform: translateY(0);
	}
	.tk-bot {
		width: 80%;
		height: 300px;
	}
	.tbclose {
		right: -32px;
	}
	.tbclose i {
		font-size: 32px;
	}
	.contact-bot1 {
		margin-top: 40px;
	}
	.cb1bg {
		margin-top: 20px;
	}
	.cb1way li {
		padding: 20px;
	}
	.cb1way li:not(:first-child) {
		border-top: 1px solid #eee;
	}
	.cb1way {
		display: block;
	}
	.cw1icon {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	.cw1bt {
		font-size: 16px;
		margin-top: 15px;
		padding-bottom: 5px;
	}
	.cw1txt3 {
		font-size: 18px;
		margin-top: 10px;
	}
	.cw1txt4 {
		margin-top: 10px;
	}
	.contact-bot2 {
		margin-top: 30px;
	}
	.cb2form {
		margin-top: 10px;
	}
	.cf2w {
		float: none;
		width: 96%;
		margin-top: 15px;
	}
	.cf2bt {
		font-size: 15px;
	}
	.cf2srk {
		margin-top: 10px;
		padding: 0 15px;
		height: 40px;
		line-height: 40px;
	}
	.cs2wb {
		height: 40px;
		line-height: 40px;
	}
	.cs2line {
		margin: 0 5px;
	}
	.cb2form li {
		margin-top: 0;
	}
	.cf2b {
		margin-top: 15px;
	}
	.cf2area {
		height: 100px;
		padding: 10px 15px;
		margin-top: 10px;
	}
	.cf2submit a {
		width: 180px;
		height: 40px;
		line-height: 40px;
		font-size: 13px;
		margin: 30px auto 0;
	}
	.contact-map {
		margin-top: 30px;
	}
	.maps {
		height: 300px;
	}
	.btpic {
		margin-top: 30px;
		height: 200px;
		background-attachment: scroll;
	}
	.nfpic,
	.nfcont {
		float: none;
		width: 100%;
	}
	.ai6desc {
		font-size: 16px;
		height: 58px;
	}
	.jsmore {
		margin-top: 40px;
	}
	.twlist{
		margin-top: 20px;
	}
	.tlsrk{
		width: 200px;
		height: 40px;
		line-height: 40px;
		padding: 0 20px;
	}
	.tlbtn{
		width: 100px;
		height: 40px;
		line-height: 40px;
	}
	.bswpic:before,.bpcv{
		opacity: 1;
		visibility: visible;
	}
	.bpcbt{
		font-size: 16px;
	}
	.bpcicon{
		width: 25px;
		height: 25px;
		line-height: 25px;
		margin: 10px auto 0;
	}
	.ab3bot{
		position: static;
		transform: translate(0,0);
		width: 100%;
		height: 100%;
		padding: 40px 5%;
		overflow-y: scroll;
	}
	.az3pic,.az3cont{
		float: none;
		width: 100%;
	}
	.ab3close{
		top: 5px;
		right: 5px;
		font-size: 30px;
	}
	.ac3txt1{
		font-size: 22px;
	}
	.ac3txt2{
		font-size: 16px;
	}
}

@media screen and (max-width: 1024px) {
	.nfpic,
	.nfcont {
		float: none;
		width: 100%;
	}
	.nfcont {
		padding: 20px 0;
	}
	.nwlist {
		margin-top: 20px;
		padding: 20px 0;
	}
	.nwlist li {
		padding: 10px 0;
	}
	.nlms {
		margin-left: 15px;
	}
	.twlist li {
		width: 47%;
	}
	.btwz{
		font-size: 14px;
	}
}

@media screen and (max-width: 860px) {
	.ai3k {
		width: 50%;
	}
	.ai3pic img {
		max-width: 70%;
	}
	.ai4k {
		width: 46%;
	}
}

@media screen and (max-width: 640px) {
	.fb1r {
		display: block;
	}
	.frlx {
		float: none;
	}
	.frewm {
		float: none;
		margin-left: auto;
	}
	.about-banner {
		height: 230px;
	}
	.abright {
		float: none;
		width: 100%;
	}
	.atzy li {
		padding: 10px 0 20px 0;
	}
	.ableft {
		float: none;
		width: 100%;
	}
	.aztp {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.bwbt {
		width: 82%;
	}
	.cwlist li {
		width: 97%;
	}
	.cases-detail {
		margin: -130px auto 0;
	}
	.tk-bot {
		width: 75%;
		height: 180px;
	}
	.maps {
		height: 200px;
	}
	.ap6tp {
		margin: 0 5px;
	}
	.bswpic,
	.bswcont {
		float: none !important;
		width: 100%;
	}
	.bswcont {
		margin-top: 20px;
	}
	.btwz {
		margin-top: 15px;
		padding-top: 15px;
	}
	.tlsrk, .tlbtn {
	    font-size: 12px;
	}
}

@media screen and (max-width: 580px) {
	.banner .pimg {
		position: relative;
		width: auto;
		height: 326px;
		left: 50%;
		margin-left: -290px;
	}
	.ai4pic {
		height: 110px;
	}
}

@media screen and (max-width: 480px) {
	.ibbanner img {
		position: relative;
		width: auto;
		height: 150px;
		left: 50%;
		margin-left: -240px;
	}
	.cwpic img{
		height: auto;
	}
}

@media screen and (max-width: 375px) {
	.tlsrk{
		width: 180px;
	}
	.tlbtn{
		width: 80px;
	}
}