@media screen and (min-width: 1200px) {
	.transXT50.target {
		transform: translateY(-80px);
		-webkit-transform: translateY(-80px);
		opacity: 0;
		visibility: hidden;
		transition: transform 0.8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, opacity .5s 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 0.8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, opacity .5s 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 0.8s, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, 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 0.8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, opacity .5s 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 0.8s, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, 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 0.8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 0.8s, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}
	.action.transYT50,
	.action.transYT501,
	.action.transYT502 {
		opacity: 1;
		visibility: visible;
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
	.action.transXT50,
	.action.transXT501,
	.action.transXf {
		opacity: 1;
		visibility: visible;
		transform: translateX(0px);
		-webkit-transform: translateX(0px);
	}
	.action.idys1 {
		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;
		transform: translateY(110%);
		transition: transform 1s, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 1s, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}
	.action.wzload {
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	.ovt {
		overflow: hidden;
	}
	.ovt font {
		display: block;
	}
	.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;
	}
	.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
		}
	}
	.iabtj li:nth-child(1) {
		transition-delay: 0.15s;
	}
	.iabtj li:nth-child(2) {
		transition-delay: 0.25s;
	}
	.iabtj li:nth-child(3) {
		transition-delay: 0.35s;
	}
	.iabtj li:nth-child(4) {
		transition-delay: 0.45s;
	}
}

@media screen and (max-width:1660px) {
	.header .yj-bot .yj-link {
		margin-left: 2.5vw;
	}
	.w1440 {
		width: 1245px;
	}
	.cwltitle {
		margin-top: 30px;
	}
	.cwlmore {
		margin-top: 30px;
	}
}

@media screen and (max-width:1550px) {
	.bictxt1 {
		font-size: 40px;
	}
	.bictxt2 {
		font-size: 20px;
	}
	.bicbtn {
		font-size: 16px;
	}
	.bbicon {
		font-size: 22px;
	}
	.bbicon:before {
		width: 50px;
		height: 50px;
		right: -25px;
	}
	.swiper-pagination-bullet {
		font-size: 22px;
	}
	.itltxt1 {
		font-size: 28px;
	}
	.ialtxt1,
	.icvt1,
	.itltxt2 {
		font-size: 24px;
	}
	.ialtxt2 {
		font-size: 16px;
	}
	.ialnr {
		font-size: 14px;
	}
	.ialmore {
		width: 200px;
		height: 48px;
		line-height: 48px;
		font-size: 16px;
	}
	.iaeng {
		font-size: 300px;
	}
	.ibicv {
		width: 400px;
		left: 160px;
	}
	.ibipic img {
		height: 850px;
		object-fit: cover;
	}
	.star {
		font-size: 24px;
	}
	.icbsz {
		font-size: 16px;
	}
	.fr1txt {
		margin-left: 40px;
	}
	.intr {
		margin-top: 50px;
	}
	.ibctxt1 {
		font-size: 34px;
	}
	.ibctxt2 {
		font-size: 28px;
		margin-top: -60px;
	}
	.ingd {
		font-size: 45px;
	}
	.ibtnum,
	.ibttxt {
		font-size: 14px;
	}
	.ibml,
	.irlink {
		padding: 20px 0;
	}
	.ildq,
	.ilwz {
		font-size: 14px;
	}
	.irlink {
		font-size: 16px;
	}
	.aw2title {
		font-size: 28px;
	}
	.aw3banner .slick-slide>div {
		height: 250px;
	}
	.bwltxt1 {
		font-size: 26px;
	}
	.bwltxt2 {
		font-size: 14px;
		padding-bottom: 20px;
	}
	.bwltxt3 {
		margin-top: 30px;
		font-size: 14px;
	}
	.bwlist li {
		margin-top: 100px;
	}
	.bwlnum {
		font-size: 200px;
	}
	.nldate {
		font-size: 16px;
	}
	.ndm {
		font-size: 30px;
	}
	.nlctxt1 {
		font-size: 22px;
	}
	.nlctxt2 {
		font-size: 14px;
		height: 50px;
	}
	.nlcmore {
		font-size: 14px;
		margin-top: 30px;
	}
	.plpn,
	.plnum {
		font-size: 14px;
	}
	.nwlist .w1440 {
		padding: 30px 0;
	}
	.ndtitle {
		font-size: 30px;
	}
	.nddate,
	.ndcont,
	.nbreturn,
	.pcmore,
	.pdr,
	.pdl em,
	.pwlmore,
	.pcdate {
		font-size: 14px;
	}
	.pctitle {
		font-size: 20px;
	}
	.pcms {
		font-size: 14px;
		height: 76px;
	}
	.pdl {
		font-size: 30px;
	}
	.pwltitle {
		font-size: 16px;
	}
	.pwlmore {
		margin-top: 15px;
		padding-top: 15px;
	}
	.party2-wrap {
		font-size: 14px;
	}
	.cwldate {
		font-size: 30px;
	}
	.cwldate em {
		font-size: 16px;
	}
	.cwltitle {
		font-size: 20px;
		margin-top: 20px;
	}
	.cwlms {
		font-size: 14px;
		height: 76px;
		margin-top: 15px;
	}
	.cwlmore {
		font-size: 14px;
	}
	.twlist li {
		padding: 40px 40px 60px 40px;
	}
	.tlpic {
		width: 180px;
	}
	.tlname {
		margin-top: 20px;
		font-size: 18px;
	}
	.tlzw {
		font-size: 14px;
		height: 50px;
	}
	.tljt {
		font-size: 14px;
	}
	.twlist li {
		margin: 50px 0 0 3%;
	}
	.trname {
		font-size: 22px;
	}
	.trzw {
		font-size: 18px;
	}
	.trnr,
	.cwlzk {
		font-size: 14px;
	}
	.cwtxt,
	.czdz {
		font-size: 16px;
	}
	.cl2title {
		font-size: 20px;
	}
	.cl2title:before {
		width: 80px;
	}
	.cl2btn a {
		font-size: 14px;
	}
	.cri2txt {
		font-size: 14px;
	}
	.cri2icon {
		font-size: 18px;
		width: 18px;
	}
	.maps {
		height: 400px;
	}
	.icvt2 {
		font-size: 14px;
	}
	.iwt1 {
		font-size: 16px;
		height: 58px;
	}
	.zyms {
		font-size: 14px;
	}
	.izwt1 {
		font-size: 22px;
	}
	.izwt2 {
		font-size: 14px;
		height: 101px;
	}
	.izwt3 {
		font-size: 14px;
		margin-top: 20px;
	}
	.ibztab {
		margin-top: 60px;
	}
	.iztqh {
		font-size: 15px;
		margin-right: 40px;
	}
	.ab4right {
		padding-top: 8%;
	}
	.ar4title {
		font-size: 24px;
	}
	.ar4nr {
		font-size: 14px;
	}
	.bct1 {
		font-size: 26px;
	}
	.bcltxt,
	.bct2 {
		font-size: 14px;
	}
	.btwt1 {
		font-size: 24px;
	}
	.btwt2 {
		font-size: 14px;
	}
	.btwt3 {
		font-size: 14px;
		height: 151px;
	}
	.btbot {
		width: 1000px;
	}
	.btcprev,
	.btcnext {
		width: 52px;
		height: 52px;
		line-height: 52px;
	}
	.btcnext {
		right: -90px;
	}
	.btcprev {
		left: -90px;
	}
	.twtx {
		height: 300px !important;
	}
}

@media screen and (max-width: 1440px) {
	.ab3item {
		height: 240px;
	}
	.ar4nr {
		height: 200px;
	}
	.ibztab {
		margin-top: 30px;
	}
	.ibipic img {
		height: 780px;
	}
	.w1440 {
		width: 1080px;
	}
	.ialtxt2 {
		padding-bottom: 30px;
	}
	.ialnr {
		margin-top: 50px;
	}
	.ialmore {
		margin-top: 50px;
	}
	.fr1txt {
		margin-left: 35px;
	}
	.ibicv {
		left: 100px;
	}
	.bwlpic {
		margin-top: -80px;
	}
	.bwlist li {
		padding: 45px 0;
	}
	.pcms {
		margin-top: 20px;
	}
	.pcmore {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1370px) {
	.header .yj-bot .yj-link {
		font-size: 14px;
		margin-left: 2.2vw;
	}
	.head-logo img {
		height: 38px;
		vertical-align: middle;
	}
	.header {
		height: 80px;
		line-height: 80px;
	}
	.bictxt1 {
		font-size: 30px;
	}
	.bictxt2,
	.bicbtn {
		font-size: 14px;
	}
	.bbicon {
		font-size: 18px;
		margin-right: 38px;
	}
	.bbicon:before {
		width: 40px;
		height: 40px;
		right: -20px;
	}
	.bicbtn:hover .bbicon {
		font-size: 13px;
	}
	.swiper-pagination-bullet {
		font-size: 18px;
	}
	.ialtxt1,
	.icvt1,
	.itltxt2 {
		font-size: 26px;
	}
	.ialtxt2 {
		font-size: 16px;
	}
	.ialmore {
		width: 180px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
	}
	.ibipic img {
		height: 680px;
	}
	.fr1txt {
		font-size: 14px;
	}
	.itltxt1 {
		font-size: 34px;
	}
	.intr {
		margin-top: 40px;
	}
	.ibiwz {
		padding: 20px;
	}
	.iwt1 {
		font-size: 16px;
		height: 58px;
	}
	.iwxq {
		margin-top: 20px;
		padding-top: 20px;
	}
	.star {
		font-size: 20px;
	}
	.icbprev,
	.icbnext {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
	}
	.fl2txt {
		font-size: 12px;
	}
}

@media screen and (max-width: 1200px) {
	.ab3item {
		height: 180px;
		margin: 20px 0 0 3%;
	}
	.btwt1 {
		font-size: 18px;
	}
	.btwt2 {
		padding-bottom: 20px;
	}
	.btwt3 {
		margin-top: 20px;
		padding-right: 20px;
	}
	.bs-tk {
		overflow-y: scroll;
		background: #fff;
	}
	.btbot {
		position: static;
		width: 100%;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		transform: translate(0, 0);
		box-sizing: border-box;
		padding: 50px 5% 40px 5%;
	}
	.btcprev {
		left: 0;
	}
	.btcnext {
		right: 0;
	}
	.btcprev,
	.btcnext {
		width: 42px;
		height: 42px;
		line-height: 42px;
		font-size: 15px;
		border: 1px solid #707070;
		color: #707070;
	}
	.btclose {
		top: 10px;
		right: 10px;
	}
	.bct1 {
		font-size: 18px;
	}
	.bcltxt {
		margin-top: 10px;
	}
	.bclist li {
		margin-top: 20px;
	}
	.bscases {
		padding: 0 0 40px 0;
	}
	.ab4left,
	.ab4right {
		float: none;
		width: 100%;
	}
	.ab4right {
		margin-top: 20px;
		padding-top: 0;
	}
	.ab4box:before {
		display: none;
	}
	.ar4title {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.ar4nr {
		margin-top: 10px;
		padding-right: 0;
		height: auto;
	}
	.zyms {
		margin-top: 5px;
	}
	.ibzy:before {
		width: 100%;
		bottom: 0;
		height: 100%;
	}
	.ibzy {
		margin-top: 30px;
		padding: 15px 20px 20px 20px;
	}
	.izipic {
		position: static;
		width: 100%;
	}
	.iziwz {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.izwt1 {
		font-size: 18px;
	}
	.izwt2 {
		margin-top: 10px;
	}
	.izwt3 {
		margin-top: 15px;
		font-size: 13px;
	}
	.ibztab {
		margin-top: 0;
		width: 60%;
		position: absolute;
		top: 20px;
		left: 20px;
	}
	.iztqh {
		font-size: 14px;
		margin-right: 10px;
		padding-bottom: 5px;
	}
	.ixjprev,
	.ixjnext {
		width: 32px;
		height: 32px;
		line-height: 32px;
		margin-left: 10px;
	}
	.index-business {
		padding: 40px 0;
	}
	.header {
		position: fixed;
		height: 55px;
		line-height: 55px;
		background: #555;
		box-shadow: 0 2px 4px rgba(0, 0, 0, .16);
	}
	.header .yj-bot {
		display: none;
	}
	.head-logo img {
		height: 30px;
	}
	.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;
		height: auto;
	}
	.banner .bwitem .pimg {
		width: 100%;
	}
	.w1440 {
		width: 90%;
	}
	.bictxt1 {
		font-size: 22px;
	}
	.bictxt2,
	.bicbtn {
		font-size: 13px;
	}
	.bicbtn {
		height: 42px;
		margin-top: 20px;
	}
	.bbicon {
		font-size: 16px;
		margin-right: 20px;
	}
	.bbicon:before {
		width: 30px;
		height: 30px;
		right: -10px;
	}
	.swiper-pagination-bullet-active:before {
		width: 50px;
	}
	@keyframes trans1 {
		from {
			width: 0;
		}
		to {
			width: 50px;
		}
	}
	.swiper-pagination-bullet-active {
		padding-right: 80px;
	}
	.swiper-pagination-bullet {
		font-size: 14px;
		margin: 0 6px !important;
	}
	.swiper-pagination-bullet-active:before,
	.swiper-pagination-bullet-active:after {
		left: 35px;
	}
	.swiper-pagination {
		bottom: 15px !important;
	}
	.gypd {
		padding: 40px 0 50px 0;
	}
	.ialeft,
	.iaright {
		float: none;
		width: 100%;
	}
	.ialtxt1,
	.icvt1,
	.itltxt2 {
		font-size: 20px;
	}
	.ialtxt2 {
		font-size: 14px;
		padding-bottom: 20px;
		margin-top: 5px;
	}
	.ialtxt2:after {
		width: 40px;
	}
	.ialnr {
		margin-top: 20px;
		line-height: 1.8;
	}
	.ialmore {
		width: 130px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin-top: 20px;
	}
	.iaright {
		margin-top: 30px;
	}
	.iaeng {
		font-size: 100px;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.index-business {
		display: block;
	}
	.ibitem {
		float: none;
		width: 100%;
	}
	.ibipic img {
		height: 300px;
		width: 100%;
		object-fit: cover;
	}
	.ibicv {
		top: 50px;
		left: 5%;
		width: 90%;
	}
	.icvt2 {
		opacity: 1;
		visibility: visible;
		font-size: 14px;
		margin-top: 20px;
		transform: translateY(0);
	}
	.ibipic {
		position: relative;
	}
	.ibipic:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .16);
	}
	.itltxt1 {
		font-size: 20px;
	}
	.itltxt2 {
		padding-bottom: 15px;
	}
	.irqh {
		font-size: 14px;
		margin-left: 15px;
	}
	.intr {
		margin-top: 25px;
	}
	.incontent {
		margin-top: 30px;
	}
	.icbitem {
		margin-left: 20px;
	}
	.icbanner {
		margin-left: -20px;
	}
	.ibiwz {
		padding: 15px;
	}
	.iwt1 {
		font-size: 14px;
		height: 50px;
	}
	.iwxq {
		margin-top: 10px;
		padding-top: 10px;
	}
	.ixl {
		font-size: 13px;
	}
	.icbsz {
		font-size: 14px;
		margin: 0 15px;
	}
	.star {
		font-size: 18px;
	}
	.icbprev,
	.icbnext {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.fwbot1 {
		padding: 20px 0;
	}
	.fwbot1 {
		display: none;
	}
	.fb1right {
		float: none;
		margin-top: 0;
	}
	.fr1txt {
		font-size: 13px;
		margin-left: 0;
		margin-right: 12px;
	}
	.fwbot2 {
		padding: 20px 0 10px 0;
	}
	.fb2l {
		float: none;
		margin-top: 0;
	}
	.fb2r {
		float: none;
		margin-top: 10px;
	}
	.fr2tb {
		margin-left: 0;
		margin-right: 20px;
	}
	.ft2icon,
	.teicon {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}
	.ft2ewm {
		bottom: 45px;
		width: 70px;
		height: 70px;
		left: 0;
	}
	.icbt {
		margin-top: 40px;
	}
	.index-news.gypd {
		padding: 40px 0 30px 0;
	}
	.ibctxt1 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.ibctxt2 {
		font-size: 18px;
		margin-top: -34px;
	}
	.iabtj {
		margin-top: 30px;
	}
	.ingd {
		font-size: 24px;
	}
	.insides-banner {
		margin-top: 55px;
	}
	.ibctxt1:before {
		width: 38px;
	}
	.bictxt2 {
		margin-top: 0;
	}
	.ibml {
		display: none;
	}
	.ibmr {
		float: none;
		width: 100%;
		text-align: center;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.irlink {
		padding: 12px 0;
		font-size: 13px;
		margin: 0 10px;
	}
	.aw2title {
		font-size: 18px;
	}
	.aw2pic {
		margin-top: 30px;
	}
	.aw3banner .slick-slide>div {
		height: 200px;
		margin: 15px 5px 0 5px;
	}
	.aw3banner .slick-dots li {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 5px;
	}
	.bwlpic {
		margin-top: -40px;
	}
	.bwlist li {
		padding: 20px 0;
	}
	.bwltxt1 {
		font-size: 20px;
	}
	.bwltxt2 {
		padding-bottom: 15px;
		margin-top: 5px;
	}
	.bwltxt2:before {
		width: 30px;
		height: 2px;
	}
	.bwltxt3 {
		margin-top: 15px;
	}
	.bwlist li {
		margin-top: 60px;
	}
	.bswrap {
		padding: 1px 0 40px 0;
	}
	.nwlist .w1440 {
		padding: 15px 0;
	}
	.nldate {
		font-size: 14px;
	}
	.ndm {
		font-size: 20px;
	}
	.nlcont {
		margin-left: 20px;
	}
	.nlctxt1 {
		font-size: 16px;
	}
	.nlctxt2 {
		margin-top: 10px;
	}
	.nlcmore {
		margin-top: 10px;
		font-size: 12px;
	}
	.pages-list {
		margin-top: 30px;
	}
	.plnum {
		width: 25px;
		height: 25px;
		line-height: 25px;
		font-size: 12px;
	}
	.plpn,
	.plpn i {
		font-size: 12px;
		margin: 0;
	}
	.ndtitle {
		font-size: 20px;
	}
	.nddate {
		margin-top: 10px;
	}
	.ndcont {
		margin-top: 15px;
		padding-top: 15px;
	}
	.ndbt {
		margin-top: 30px;
		padding: 15px;
	}
	.nbreturn {
		font-size: 12px;
	}
	.idwlist .w1440 {
		padding: 12px 0;
	}
	.idljt {
		font-size: 14px;
	}
	.idltxt {
		width: 65%;
		font-size: 14px;
		margin-left: 15px;
	}
	.idldate {
		font-size: 14px;
	}
	.pctitle {
		font-size: 18px;
	}
	.pcdate {
		margin-top: 5px;
	}
	.pcms {
		margin-top: 10px;
	}
	.pcmore {
		margin-top: 20px;
	}
	.pfcont {
		padding-left: 30px;
	}
	.pwlist li {
		width: 47%;
		margin: 20px 0 0 3%;
	}
	.pdl {
		font-size: 20px;
	}
	.pdr {
		margin-top: 5px;
	}
	.pwltitle {
		margin-top: 10px;
	}
	.pwlmore {
		margin-top: 10px;
		padding-top: 10px;
	}
	.pdl em,
	.pdr {
		font-size: 12px;
	}
	.pwlpic {
		margin-top: 10px;
	}
	.cwlist li:not(:first-child) {
		margin-top: 20px;
	}
	.cwlwz {
		padding: 20px;
	}
	.cwldate {
		font-size: 20px;
	}
	.cwldate em {
		font-size: 12px;
	}
	.cwltitle {
		font-size: 18px;
		margin-top: 15px;
	}
	.cwlms {
		margin-top: 10px;
	}
	.cwlmore {
		margin-top: 15px;
	}
	.cwlist li:hover .cwlmore em {
		width: 70%;
	}
	.cwlmore {
		font-size: 12px;
	}
	.twlist li {
		margin: 20px 0 0 3%;
		padding: 40px 20px 30px 20px;
	}
	.tlpic {
		width: 130px;
	}
	.tlname {
		font-size: 16px;
	}
	.tljt {
		margin-top: 20px;
	}
	.tdleft,
	.tdright {
		width: 100%;
		float: none;
	}
	.tdright {
		margin-top: 30px;
	}
	.tlewm {
		margin-top: 20px;
	}
	.tetb {
		margin: 0 10px;
	}
	.trname {
		font-size: 18px;
	}
	.trzw {
		font-size: 16px;
	}
	.trnr {
		padding-top: 15px;
		margin-top: 15px;
	}
	.tdlpic {
		width: 300px;
		margin: 0 auto;
	}
	.cwtxt {
		padding: 10px 0;
		font-size: 14px;
		width: 27% !important;
	}
	.cwhead .cwtxt:not(:first-child):before {
		height: 15px;
	}
	.cwjj {
		width: 25px;
		height: 25px;
		line-height: 25px;
	}
	.mbno {
		display: none;
	}
	.cwtxt:last-child {
		width: 19% !important;
	}
	.cwlzk {
		padding: 20px 0;
		margin: 0 20px;
	}
	.czdz {
		font-size: 14px;
	}
	.cb2left {
		float: none;
		width: 100%;
		padding: 20px;
	}
	.cb2right {
		position: static;
		width: 100%;
		padding: 30px 20px;
	}
	.cl2title {
		font-size: 18px;
	}
	.cl2title:before {
		width: 70px;
	}
	.cr2item {
		margin-top: 20px;
	}
	.cri2txt {
		width: 85%;
	}
	.cl2srk {
		float: none;
		width: 96%;
		margin: 15px 0 0 4%;
		padding: 0 15px;
	}
	.ci2area {
		margin-top: 15px;
		height: 100px;
		padding: 15px;
	}
	.cl2btn a {
		width: 130px;
		height: 35px;
		line-height: 35px;
		margin: 30px auto 0;
	}
	.maps {
		height: 300px;
	}
	.BMap_bubble_title {
		font-size: 18px;
	}
	.BMap_bubble_content {
		font-size: 14px;
	}
	.icvt2 {
		line-height: 1.8;
	}
	.bicbtn {
		width: auto;
	}
	.twitem {
		float: none;
		width: 100%;
		margin: 30px 0;
	}
}

@media screen and (max-width: 1024px) {
	.bwlpic,
	.bwlwz {
		float: none !important;
		width: 100%;
	}
	.bwlwz {
		margin-top: 20px;
	}
	.bwlpic {
		margin-top: 0;
	}
	.bwlist li {
		margin-top: 20px;
	}
	.bwlist {
		margin-top: 40px;
	}
	.pfpic,
	.pfcont {
		float: none;
		width: 100%;
	}
	.pfcont {
		padding-left: 0;
		margin-top: 20px;
	}
	.cwlpic,
	.cwlwz {
		float: none;
		width: 100%;
	}
	.cwlwz {
		padding: 15px;
	}
	.twlist li {
		width: 47%;
	}
	.btlpic,
	.btlwz {
		float: none;
		width: 100%;
	}
	.btlpic img {
		height: 250px;
		object-fit: contain;
	}
	.btlwz {
		margin-top: 20px;
		margin-left: 0;
	}
	.btwt3 {
		height: auto;
		padding-right: 0;
	}
	.btcprev {
		left: 5%;
	}
	.btcnext {
		right: 5%;
	}
	.btcprev,
	.btcnext {
		/*border: 1px solid #fff;
		color: #fff;*/
		top: 150px;
		transform: translateY(0);
	}
}

@media screen and (max-width: 640px) {
	.ab3item {
		height: 140px;
		width: 47%;
		margin: 10px 0 0 3%;
	}
	.twtx {
		height: 100% !important;
	}
	.iabtj {
		display: block;
	}
	.iabtj li {
		float: left;
		width: 50%;
		margin-top: 20px;
		text-align: center;
	}
	.ingd {
		font-size: 22px;
	}
	.iabtj {
		margin-top: 20px;
	}
	.aw3banner .slick-slide>div {
		height: 100px;
	}
	.nldate {
		display: none;
	}
	.nlcont {
		margin-left: 0;
	}
	.nlpic {
		width: 40%;
	}
	.nlcont {
		width: 56%;
	}
	.tdlpic {
		width: 260px;
	}
	.maps {
		height: 200px;
	}
	.bclist li {
		width: 47%;
	}
	.bcltxt {
		font-size: 12px;
	}
}

@media screen and (max-width: 480px) {
	.banner .bwitem .pimg {
		height: 270px;
		object-fit: cover;
	}
	.ibtp img {
		height: 150px;
		object-fit: cover;
	}
	.tlpic {
		width: 100px;
	}
	.twlist li {
		padding: 30px 15px 20px 15px;
	}
	.tljt {
		margin-top: 10px;
		font-size: 12px;
	}
	.ab4left img {
		height: 350px;
		object-fit: cover;
	}
	.zgpic img {
		max-width: 60%;
	}
	.zgtxt {
		font-size: 14px;
	}
	.zzgx {
		padding: 35px 0 70px 0;
	}
	.btcprev, .btcnext {
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;}
}