@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 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(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;
	}
	.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 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(-80px);
		-webkit-transform: translateX(-80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 600ms, 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, 30px) scale(.9);
		transition: 0.65s all ease-out;
	}
	.action.loadscale {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0) scale(1);
		transition: 0.8s all ease-out;
	}
	.wzload.target {
		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.wzload {
		opacity: 1;
		visibility: visible;
	}
	.sytrans.target {
		opacity: 0;
		visibility: hidden;
		transform: scaleY(1.1);
		transition: 0.65s all ease-out;
	}
	.action.sytrans {
		opacity: 1;
		visibility: visible;
		transform: scaleY(1);
		transition: 0.65s all ease-out;
	}
	.ovt {
		overflow: hidden;
	}
	.ovt font {
		display: block;
	}
	.loadw.target {
		transform: translateY(100%) skewX(15deg);
		transition: transform 600ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 600ms, 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;
	}
	.loadbg {
		position: relative;
	}
	.loadbg.target:before {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0;
		bottom: 0px;
		background-color: #fff;
		transform-origin: 100%;
		-webkit-transform-origin: 100%;
		-webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
		transition: transform .5s cubic-bezier(.4, 0, .2, 1);
		transform: scaleX(0);
		-webkit-transform: scaleX(0);
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		visibility: hidden\9;
		z-index: -3;
	}
	.action.loadbg:before {
		transform: scaleX(1);
		-webkit-transform: scaleX(1);
		-moz-transform: scaleX(1);
		transform-origin: 0;
		-webkit-transform-origin: 0;
		visibility: visible\9;
	}
	.load-bg {
		position: relative;
		overflow: hidden;
	}
	.load-bg.target:before {
		content: "";
		display: block;
		position: absolute;
		left: 0px;
		top: 0px;
		height: 100%;
		width: 100%;
		background-color: rgba(255, 255, 255);
		transform-origin: left center;
		transform: scale(1, 1);
		transition: all 800ms ease 0s;
		z-index: 99;
	}
	.action.load-bg:before {
		transform-origin: right center;
		transform: scale(0, 1);
	}
	.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-words2.target span {
		opacity: 0;
		visibility: hidden;
	}
	.action.load-words2 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: wordsRightFade2;
		animation-name: wordsRightFade2;
	}
	@-webkit-keyframes wordsRightFade2 {
		0% {
			-webkit-transform: translateX(-50px);
			transform: translateX(-50px);
			opacity: 0;
			visibility: hidden;
		}
		100% {
			-webkit-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible;
		}
	}
	@-moz-keyframes wordsRightFade2 {
		0% {
			-moz-transform: translateX(-50px);
			transform: translateX(-50px);
			opacity: 0;
			visibility: hidden;
		}
		100% {
			-moz-transform: none;
			transform: none;
			opacity: 1;
			visibility: visible
		}
	}
	@keyframes wordsRightFade2 {
		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
		}
	}
	.nimg2.target {
		visibility: hidden;
	}
	.nimg2.action {
		visibility: visible !important;
		-webkit-animation: scaleUpDown2 1.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
		animation: scaleUpDown2 1.5s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
	}
	@-webkit-keyframes scaleUpDown2 {
		from {
			-webkit-transform: scale(0.7);
			transform: scale(0.7);
		}
		to {
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
	@keyframes scaleUpDown2 {
		from {
			-webkit-transform: scale(0.4);
			transform: scale(0.4);
		}
		to {
			opacity: 1;
			-webkit-transform: scale(1);
			transform: scale(1);
		}
	}
}

@media screen and (max-width:1860px) {
	.fmtxt {
		padding-right: 30px;
		margin-right: 30px;
	}
}

@media screen and (max-width:1750px) {
	.itqh {
		margin-right: 40px;
	}
	.ac3zs {
		font-size: 18px;
	}
}

@media screen and (max-width:1660px) {
	.ac3zs {
		font-size: 16px;
	}
	.ac3zs em {
		margin-top: 14px;
	}
}

@media screen and (max-width:1550px) {
	.header .yj-bot .yj-link {
		margin: 0;
	}
	.ej-list {
		left: 5px;
	}
	.bcwzt img {
		width: 700px;
	}
	.ilnum {
		width: 54px;
		height: 54px;
		line-height: 54px;
		font-size: 26px;
	}
	.iblist li {
		padding: 20px 0 0 30px;
	}
	.iwtxt1 {
		font-size: 24px;
	}
	.iwtxt2 {
		font-size: 13px;
	}
	.sygy1 {
		font-size: 28px;
	}
	.ialeft {
		margin-top: 150px;
	}
	.ialbtn {
		margin-top: 50px;
	}
	.igicon {
		font-size: 40px;
	}
	.igtxt1 {
		font-size: 24px;
		margin-top: 20px;
	}
	.igtxt2 {
		margin-top: 0;
	}
	.it2xz {
		font-size: 16px;
		margin-top: 5px;
	}
	.iglist li {
		padding: 120px 0 80px 0;
	}
	.ihtitle {
		font-size: 18px;
	}
	.ihlist li {
		padding: 30px 20px 0 20px;
	}
	.ihpic {
		width: 130px;
	}
	.index-hct {
		padding: 150px 0;
	}
	.fwbah {
		margin-left: 20px;
	}
	.fmtxt {
		padding-right: 20px;
		margin-right: 20px;
	}
	.index-gh,
	.index-about,
	.index-business {
		padding: 100px 0;
	}
	.intitle {
		font-size: 28px;
	}
	.itqh {
		font-size: 20px;
	}
	.about-bot1 {
		padding: 100px 0;
	}
	.al1ch,
	.bctxt1 {
		font-size: 26px;
	}
	.al1eng,
	.bctxt2 {
		font-size: 16px;
	}
	.bctxt3 {
		font-size: 14px;
		margin-top: 20px;
	}
	.star {
		font-size: 26px;
	}
	.al1nr {
		font-size: 14px;
		margin-top: 50px;
	}
	.adicon {
		font-size: 55px;
	}
	.adtxt {
		font-size: 20px;
	}
	.about-bot2 {
		margin-bottom: 100px;
	}
	.about2-wrap {
		padding: 100px 0;
	}
	.about3-wrap {
		padding: 100px 0;
	}
	.aw3cont {
		font-size: 16px;
	}
	.ab3eng {
		font-size: 22px;
	}
	.ab3ch {
		font-size: 18px;
	}
	.aw3bt {
		margin-top: 150px;
	}
	.an2zw {
		font-size: 26px;
	}
	.an2mz {
		font-size: 40px;
	}
	.ac3zs {
		font-size: 14px;
	}
	.ac3zs em {
		margin-top: 12px;
	}
	.ab2js {
		font-size: 16px;
	}
	.about4-bot1 {
		margin-top: 100px;
	}
	.ar1txt1 {
		font-size: 20px;
	}
	.ar1txt2 {
		font-size: 18px;
	}
	.ar1txt2:before {
		width: 37px;
	}
	.ar1txt3 {
		font-size: 22px;
	}
	.about4-bot2 {
		margin-top: 100px;
	}
	.about4-bot3 {
		padding: 100px 0;
	}
	.hwnr,
	.hcbox {
		font-size: 16px;
	}
	.htbt {
		font-size: 18px;
	}
	.news-wrap {
		padding: 40px 0 100px 0;
	}
	.nwlist li {
		margin-top: 40px;
	}
	.nwtxt1 {
		font-size: 20px;
	}
	.nwtxt2 {
		font-size: 14px;
	}
	.news2-wrap {
		padding: 90px 0 100px 0;
	}
	.nf2title {
		font-size: 20px;
	}
	.nf2ms {
		font-size: 16px;
		height: 48px;
	}
	.nf2date {
		font-size: 16px;
	}
	.nl2title {
		font-size: 18px;
	}
	.nl2date {
		font-size: 16px;
	}
	.ndtitle {
		font-size: 26px;
	}
	.ndnr {
		font-size: 16px;
	}
	.ndbt {
		margin-top: 100px;
	}
	.nlpn,
	.nbright a {
		font-size: 16px;
	}
	.news-detail {
		padding: 100px 0;
	}
	.btqh {
		margin: 0 30px;
	}
	.bticon {
		margin: 0 auto 15px;
	}
	.btqh:before {
		bottom: -30px;
	}
	.bt2bt {
		height: 60px;
		line-height: 60px;
		font-size: 20px;
	}
	.bt2txt {
		font-size: 14px;
		margin-top: 10px;
	}
	.imms {
		font-size: 14px;
	}
	.imwrap {
		padding: 70px 0 100px 0;
	}
	.clname {
		font-size: 26px;
	}
	.cwleft {
		padding: 50px 40px 0 40px;
	}
	.clxx,
	.cetxt {
		font-size: 14px;
	}
	.clicon {
		font-size: 22px;
	}
	.clms {
		margin-top: 30px;
	}
	.clewm {
		margin-top: 50px;
	}
	.cwleft,
	.cwright {
		height: 477px;
	}
	.fixed-right {
		right: 15px;
	}
	.al5nr {
		font-size: 16px;
	}
	.about5-wrap {
		padding: 100px 0;
	}
	.aw5list li:not(:first-child) {
		margin-top: 80px;
	}
	.intxt2 {
		font-size: 14px;
		height: 76px;
	}
	.intxt1 {
		font-size: 20px;
	}
	.iday {
		font-size: 35px;
	}
	.iym {
		font-size: 16px;
	}
	.ialnr {
		font-size: 14px;
	}
	.nlwz {
		padding: 20px;
	}
	.ihcbt{
		font-size: 28px;
	}
}

@media screen and (max-width: 1440px) {
	.ar1txt3 {
		font-size: 20px;
	}
	.bicont {
		padding: 30px 50px;
	}
	.bccover {
		bottom: 30px;
	}
}

@media screen and (max-width: 1370px) {
	.header {
		padding: 0 5%;
	}
	.bicover,
	.w83 {
		width: 90%;
	}
	.w73 {
		width: 80%;
	}
}

@media screen and (max-width: 1280px) {
	.hrtxt {
		margin-left: 10px;
	}
	.ac3zs {
		letter-spacing: 3px;
	}
}

@media screen and (max-width: 1200px) {
	.ihcbt{
		font-size: 20px;
	}
	.ihzy{
		margin-top: 30px;
	}
	.header {
		position: fixed;
		height: 55px;
		line-height: 55px;
		background: #BE0000;
	}
	.header .yj-bot {
		display: none;
	}
	.head-logo img {
		width: 85px;
		margin-top: 9px;
	}
	.hwright {
		display: none;
	}
	.menu-handler,
	.menuBox {
		display: block;
	}
	.head-wrap {
		margin: 0;
		height: 55px;
		line-height: 55px;
	}
	.mtop {
		height: 55px;
	}
	.banner-wrap {
		margin-top: 55px;
	}
	.bcwzt img {
		width: 400px;
	}
	.banner .slick-dots {
		bottom: 10px;
	}
	.banner .slick-dots li {
		width: 10px;
		height: 10px;
		margin: 0 5px;
	}
	.bicover {
		bottom: 50px;
	}
	.index-gh,
	.index-about,
	.index-business {
		padding: 40px 0;
	}
	.ibbt {
		float: none;
		position: static;
		transform: translateY(0);
		margin-top: 0;
	}
	.iblist {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
	}
	.sygy1 {
		display: block;
		font-size: 20px;
		letter-spacing: 4px;
		writing-mode: lr;
		padding-top: 0;
	}
	.sygy2 {
		display: block;
		writing-mode: lr;
	}
	.sygy1:before {
		display: none;
	}
	.sygy1:after {
		width: 100px;
		height: 1px;
		left: 30%;
		top: 50%;
		bottom: auto;
		transform: translate(0, -50%);
	}
	.iblist li {
		float: none;
		width: 100%;
		padding: 0;
		margin-left: 0;
	}
	.iblist li:not(:first-child) {
		margin-top: 20px;
	}
	.ilnum {
		top: 20px;
		left: 20px;
		width: 34px;
		height: 34px;
		line-height: 34px;
		font-size: 20px;
	}
	.sygy2 {
		font-size: 12px;
	}
	.ilwz {
		left: 20px;
		bottom: 20px;
		top: auto;
	}
	.iwtxt1 {
		font-size: 18px;
	}
	.iwtxt2 {
		font-size: 12px;
	}
	.ilpic {
		height: 200px;
	}
	.iabt {
		position: static;
		transform: translateY(0);
	}
	.ialeft {
		float: none;
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.ialname {
		font-size: 18px;
	}
	.ialnr {
		font-size: 14px;
		margin-top: 15px;
	}
	.ialbtn a {
		font-size: 12px;
	}
	.ialbtn {
		margin-top: 20px;
	}
	.iaright {
		width: 300px;
		float: none;
		margin: 20px auto 0;
	}
	.index-news {
		padding: 40px 0;
	}
	.intitle {
		font-size: 20px;
		padding: 0;
		float: none;
		width: auto;
	}
	.intab {
		width: 60%;
		padding: 0;
		border-left: none;
	}
	.itqh {
		font-size: 14px;
		margin-right: 7px;
	}
	.imbtn em {
		width: 30px;
		margin-right: 10px;
	}
	.inmore {
		margin-top: 1.5px;
	}
	.ildate {
		display: none;
	}
	.ilnr {
		float: none;
		width: 100%;
		padding: 20px 0 15px 0;
		border-left: none;
	}
	.iltp {
		float: none;
		width: 100%;
	}
	.intxt1 {
		font-size: 18px;
	}
	.intxt2 {
		font-size: 14px;
		margin-top: 10px;
		height: 76px;
	}
	.inclist li {
		margin-top: 20px;
		margin-bottom: 0;
	}
	.mbtm {
		margin-top: 10px;
	}
	.iglist {
		display: block;
		margin-top: 20px;
	}
	.iglist li {
		padding: 25px 0;
		border-top: 1px solid #ccc;
		margin-left: 0;
	}
	.igzs {
		width: 190px;
		margin: 0 auto;
	}
	.igzs img {
		display: block;
		width: 100%;
		margin: 0 auto;
	}
	.igzs {
		position: static;
	}
	.igicon {
		font-size: 26px;
	}
	.igtxt1 {
		font-size: 18px;
		margin-top: 20px;
	}
	.it2xz {
		font-size: 14px;
		margin-top: 5px;
	}
	.index-gh {
		background-attachment: local;
	}
	.index-hct {
		padding: 40px 0;
	}
	.ihbt {
		position: static;
		transform: translateY(0);
	}
	.ihlist {
		float: none;
		width: 100%;
		display: block;
	}
	.ihlist li {
		float: left;
		width: 50%;
		padding: 0 10px;
		margin-top: 20px;
	}
	.ihlist li:not(:first-child) {
		border-left: none;
	}
	.ihms,
	.ihmore {
		opacity: 1;
		visibility: visible;
	}
	.iltrans {
		transform: translateY(0);
	}
	.ihtitle {
		font-size: 16px;
		margin-top: 10px;
	}
	.ihms {
		margin-top: 5px;
	}
	.ihmore {
		font-size: 12px;
	}
	.ihpic {
		width: 90px;
	}
	.fixed-right {
		right: 2%;
	}
	.frphone i {
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	.fpnum {
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.frtop {
		width: 35px;
		height: 35px;
		padding-top: 9px;
		margin-top: 10px;
	}
	.footer-wrap {
		padding: 10px 0;
	}
	.fwmenu {
		float: none;
	}
	.fmtxt {
		padding-right: 7px;
		margin-right: 7px;
		font-size: 12px;
	}
	.fwbah,
	.fwds {
		margin-left: 0;
		float: none;
		font-size: 12px;
		line-height: 1.5;
		margin-top: 5px;
	}
	.imbot {
		height: 38px;
		line-height: 38px;
	}
	.imlink {
		display: inline-block;
		flex: auto;
		font-size: 14px;
		padding: 0 20px;
		margin-left: -4px;
	}
	.imlink:not(:last-child):before {
		height: 13px;
	}
	.imbot {
		display: block;
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.insides-banner {
		margin-top: 55px;
	}
	.about-bot1 {
		padding: 40px 0;
	}
	.ab1right,
	.ab1left,
	.ab4right {
		float: none;
		width: 100%;
	}
	.ab1left {
		margin-top: 20px;
	}
	.al1ch,
	.bctxt1 {
		font-size: 18px;
	}
	.al1eng,
	.bctxt2 {
		font-size: 14px;
	}
	.al1nr {
		margin-top: 20px;
	}
	.ad3 {
		display: none;
	}
	.adbox {
		position: static;
		float: left;
		width: 50%;
		height: auto;
		padding: 20px 0;
	}
	.abdw {
		position: static;
		transform: translateY(0);
	}
	.adicon {
		font-size: 26px;
	}
	.adtxt {
		font-size: 14px;
		margin-top: 10px;
	}
	.about-bot2 {
		margin-bottom: 40px;
	}
	.about2-wrap {
		padding: 40px 0;
	}
	.about3-wrap {
		padding: 40px 0;
	}
	.aw3bt {
		margin-top: 0;
		float: none;
		width: 100%;
	}
	.ab3tit {
		margin-left: 0;
	}
	.ab3eng {
		font-size: 18px;
	}
	.ab3bg {
		display: none;
	}
	.aw3cont {
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 20px 15px;
		margin-top: 20px;
		font-size: 14px;
	}
	.ac3zs {
		display: none;
		font-size: 12px;
	}
	.ac3zs em {
		width: 75%;
		margin-top: 10px;
	}
	.aw3bot2 {
		margin-top: 30px;
		margin-left: 0;
	}
	.an2zw {
		font-size: 18px;
	}
	.an2mz {
		font-size: 20px;
		margin-top: 10px;
	}
	.an2mz:before {
		width: 25px;
	}
	.ab2js {
		font-size: 14px;
		width: 100%;
		margin-top: 20px;
		float: none;
	}
	.ab2name {
		float: none;
	}
	.about4-bot1 {
		margin-top: 40px;
	}
	.ab1pic1 {
		display: none;
	}
	.ar1bt {
		left: 5%;
	}
	.ar1txt1 {
		font-size: 17px;
	}
	.ar1txt2 {
		font-size: 16px;
	}
	.ar1txt2 {
		margin-top: 5px;
	}
	.ar1txt2:before {
		width: 27px;
		height: 3px;
	}
	.ar1txt3 {
		font-size: 15px;
		margin-top: 15px;
	}
	.about4-bot2 {
		margin-top: 20px;
	}
	.ab2item {
		float: none;
		width: 100%;
		padding-left: 0;
		margin-bottom: 20px;
	}
	.ab2bg {
		margin-left: 0;
		margin-top: 0;
	}
	.ab2bg img {
		display: block;
		width: 100%;
	}
	.about4-bot3 {
		padding: 40px 0;
	}
	.ab3bt {
		margin-left: 0;
	}
	.ab3banner {
		width: 100%;
		margin: 30px auto 0;
		overflow: hidden;
	}
	.ab3banner .slick-prev {
		left: 10px;
	}
	.ab3banner .slick-next {
		right: 10px;
	}
	.ab3item {
		margin: 0;
	}
	.ab3banner .slick-arrow {
		width: 37px;
		height: 37px;
		line-height: 37px;
	}
	.ab3banner .slick-arrow:before {
		font-size: 12px;
	}
	.about5-wrap {
		padding: 40px 0;
	}
	.w1200 {
		width: 90%;
	}
	.aw5list {
		padding-top: 0;
	}
	.aw5list li:not(:first-child) {
		margin-top: 20px;
	}
	.al5year {
		display: block;
		width: 70px;
		height: 70px;
		line-height: 70px;
		font-size: 16px;
		margin: 0 auto;
		background: #BE0000;
		color: #fff;
	}
	.aw5list:before {
		display: none;
	}
	.al5nr {
		display: block;
		width: 100%;
		margin-top: 15px;
		margin-left: 0;
		font-size: 14px;
	}
	.al5year:before {
		right: auto;
		top: auto;
		left: 50%;
		transform: translate(-50%, 0);
		bottom: -9px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-top: 10px solid #BE0000;
		border-bottom: none;
	}
	.hct-wrap {
		padding: 40px 0;
	}
	.hwnr,
	.hcbox {
		font-size: 14px;
	}
	.hwnr {
		margin-top: 20px;
	}
	.hwtab {
		margin-top: 20px;
		display: block;
	}
	.htqh {
		float: none;
		width: 100%;
		padding: 20px 10px;
		margin-top: 1px;
	}
	.htqh:after {
		display: none;
	}
	.htqh:not(:first-child) {
		border-left: none;
	}
	.htpic {
		width: 90px;
	}
	.htbt {
		font-size: 16px;
		margin-top: 10px;
	}
	.hteng {
		opacity: 1;
		visibility: visible;
		margin-top: 5px;
	}
	.hwcontent {
		margin-top: 20px;
	}
	.news-wrap {
		padding: 20px 0 40px 0;
	}
	.nwlist li {
		margin-top: 20px;
	}
	.nlwz {
		padding: 15px;
	}
	.nwtxt1 {
		font-size: 16px;
	}
	.nwtxt2 {
		margin-top: 5px;
	}
	.nwbt {
		margin-top: 10px;
	}
	.nwmore {
		opacity: 1;
		visibility: visible;
		width: 60px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.nwdate {
		line-height: 25px;
		font-size: 12px;
	}
	.pages-list {
		margin-top: 20px;
		height: 30px;
		line-height: 30px;
		padding: 0;
	}
	.plpn {
		font-size: 12px;
	}
	.plnum {
		width: auto;
		line-height: 30px;
		padding: 0 6px;
		font-size: 12px;
	}
	.plnext {
		right: 0;
	}
	.plprev {
		left: 0;
	}
	.news2-wrap {
		padding: 40px 0;
	}
	.nw2first {
		padding: 15px;
	}
	.nf2title {
		font-size: 18px;
	}
	.nf2ms {
		font-size: 14px;
		height: 42px;
		margin-top: 10px;
	}
	.nf2bt {
		margin-top: 15px;
	}
	.nf2date {
		font-size: 14px;
		line-height: 25px;
	}
	.nm2txt {
		width: 60px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.nw2list li {
		padding: 7px 15px;
	}
	.nl2title {
		font-size: 16px;
	}
	.nl2date {
		font-size: 14px;
	}
	.nw3bot {
		padding: 20px;
		font-size: 14px;
		line-height: 30px;
	}
	.news-detail {
		padding: 40px 0;
	}
	.ndtitle {
		font-size: 18px;
	}
	.nddate {
		font-size: 14px;
		margin-top: 5px;
	}
	.ndnr {
		font-size: 14px;
		margin-top: 20px;
	}
	.ndbt {
		margin-top: 30px;
	}
	.nlpn,
	.nbright a {
		width: 70px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.nlpn {
		margin-right: 5px;
	}
	.bicont {
		padding: 20px 20px 80px 20px;
	}
	.bccover {
		left: 20px;
		bottom: 15px;
	}
	.business-wrap {
		padding: 40px 0;
	}
	.btqh {
		margin: 0 20px;
		font-size: 13px;
	}
	.bticon {
		width: 55px;
		height: 55px;
		line-height: 55px;
		font-size: 20px;
		margin: 0 auto 5px;
	}
	.btqh:before {
		display: none;
	}
	.bwbanner {
		margin-top: 20px;
	}
	.bipic,
	.bicont {
		float: none;
		width: 100%;
	}
	.bcpn {
		font-size: 18px;
	}
	.bcnumber {
		font-size: 13px;
	}
	.star {
		font-size: 20px;
	}
	.bcnumber {
		margin: 0 10px;
	}
	.bwtz {
		margin-top: 30px;
	}
	.btform {
		margin-top: 20px;
		padding: 20px;
	}
	.blitem {
		float: none;
		width: 97%;
		height: 40px;
		line-height: 40px;
		padding: 0 15px;
	}
	.btlist li {
		margin-top: 0;
	}
	.biselect,
	.bisrk {
		height: 40px;
		line-height: 40px;
	}
	.bititle,
	.biselect {
		font-size: 13px;
	}
	.biarea {
		padding: 15px;
		height: 120px;
		font-size: 13px;
		margin-top: 10px;
	}
	.blitem {
		margin-top: 10px;
	}
	.btsubmit {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.business2-wrap {
		padding: 20px 0 40px 0;
	}
	.bw2table {
		margin-top: 20px;
		display: block;
	}
	.bt2bt {
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.bw2table li {
		flex: auto;
		margin-left: 0;
		margin-top: -1px;
	}
	.bt2wz {
		padding: 15px 20px 20px 20px;
	}
	.bt2txt {
		margin-top: 5px;
	}
	.bw2bot {
		margin-top: 20px;
	}
	.imwrap {
		padding: 20px 0;
	}
	.imlist li {
		margin-top: 20px;
	}
	.imcont {
		padding: 20px;
	}
	.imms {
		margin-top: 20px;
	}
	.bctxt2:before {
		width: 30px;
		height: 4px;
	}
	.bctxt2 {
		padding-bottom: 10px;
	}
	.w73 {
		width: 90%;
	}
	.contact-wrap {
		padding: 40px 0;
	}
	.cwleft,
	.cwright {
		width: 100%;
		height: auto;
		float: none;
	}
	.cwleft {
		padding: 20px;
	}
	.maps {
		height: 250px;
	}
	.clname {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.clms {
		margin-top: 20px;
	}
	.cltxt {
		margin-top: 5px;
	}
	.clxx {
		margin-left: 5px;
	}
	.clewm {
		margin-top: 20px;
	}
	.clpic {
		width: 80px;
	}
	.clxx,
	.cetxt {
		font-size: 13px;
	}
	.clicon {
		font-size: 18px;
	}
	.banner-wrap {
		position: relative;
	}
	.index-content {
		margin-top: 0;
	}
}

@media screen and (max-width: 1024px) {
	.impic,
	.imcont {
		float: none !important;
		width: 100%;
	}
	.imcont {
		padding: 20px 0;
	}
}

@media screen and (max-width: 860px) {
	.nwlist li {
		width: 47%;
	}
}

@media screen and (max-width: 640px) {
	.bcwzt img {
		width: 250px;
	}
	.ibtp img {
		position: relative;
		width: auto;
		height: 167px;
		left: 50%;
		margin-left: -320px;
	}
	.ar1pic img {
		position: relative;
		width: auto;
		height: 246px;
		left: 50%;
		margin-left: -320px;
	}
	.ab2bg img {
		position: relative;
		width: auto;
		height: 68px;
		left: 50%;
		margin-left: -320px;
	}
	.nwlist li {
		width: 97%;
	}
	.btqh {
		display: block;
		float: left;
		width: 33.333%;
		margin: 5px 0;
	}
	.maps {
		height: 220px;
	}
}

@media screen and (max-width: 375px) {
	.ac3zs em {
		width: 70%;
	}
}