@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 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;
	}
	.transYT501.target {
		transform: translateY(50px);
		-webkit-transform: translateY(50px);
		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;
	}
	.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 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;
	}
	.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.65s all ease-out;
	}
	.wzload.target {
		opacity: 0;
		visibility: hidden;
		transition: 0.45s all ease-in-out;
	}
	.action.wzload {
		opacity: 1;
		visibility: visible;
		transition: 0.45s all ease-in-out;
	}
	.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(100px) skewX(-2deg);
		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: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 100%;
		background: #F2FBFF;
		transition: 0.45s ease-out;
		z-index: 11;
	}
	.action.loadbg:before {
		width: 0;
	}
	.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
		}
	}
}

@media screen and (max-width:1750px) {
	.hb3dk {
		width: 1400px;
	}
	.hi3wz {
		padding: 30px;
	}
	.hi3txt1 {
		font-size: 22px;
	}
	.hi3txt2 {
		margin-top: 15px;
	}
	.hitxt3 {
		margin-top: 20px;
	}
}

@media screen and (max-width:1660px) {
	.fwbot2 li {
		margin: 0 30px;
	}
	.head-logo img {
		width: 133px;
		margin-top: 21px;
	}
	.stoke {
		margin-top: 20px;
	}
	.stoke h5 {
		font-size: 34px;
	}
	.stoke span {
		font-size: 14px;
	}
	.stoke i,
	.stokeTime,
	.stoke .stokeTime time {
		font-size: 12px;
	}
	.stoke h6 {
		font-size: 16px;
	}
	.stokeProfile .f28 {
		font-size: 24px;
	}
	.header .yj-bot .yj-link {
		font-size: 14px;
	}
	.hssrk {
		font-size: 12px;
	}
	.hwright {
		width: 180px;
	}
}

@media screen and (max-width:1550px) {
	.header .yj-bot .yj-link {
		margin: 0 10px;
	}
	.stoke .line {
		margin: 0 20px;
	}
	.hbbg {
		margin-top: -260px;
	}
	.hctxt {
		font-size: 60px;
	}
	.icplay {
		width: 60px;
		height: 60px;
		line-height: 60px;
	}
	.hcsearch {
		width: 400px;
		height: 48px;
		line-height: 48px;
		margin: 80px auto 0;
	}
	.hswbk {
		font-size: 13px;
		margin-left: 15px;
	}
	.hsmore {
		width: 130px;
		font-size: 14px;
	}
	.hbdown {
		width: 120px;
		height: 120px;
		padding-top: 30px;
	}
	.hdicon {
		font-size: 16px;
	}
	.htwz {
		font-size: 12px;
	}
	.htline {
		height: 100px;
	}
	.hi1txt1 {
		font-size: 18px;
	}
	.hl1item.active .hi1txt1 {
		font-size: 30px;
	}
	.hb1left {
		padding: 50px 90px 50px 70px;
	}
	.hi1txt2 {
		font-size: 15px;
	}
	.hb1box {
		margin: 0 100px 0 200px;
	}
	.hititle {
		font-size: 38px;
	}
	.w1400 {
		width: 1200px;
	}
	.hn2 {
		font-size: 16px;
		margin: 0 15px;
	}
	.hn2.active {
		font-size: 30px;
	}
	.hb2banner {
		margin: 160px 0 80px 285px;
	}
	.hw2txt1 {
		font-size: 20px;
	}
	.hw2txt2 {
		font-size: 13px;
	}
	.hcbot3 {
		padding: 100px 0 0 0;
	}
	.hcbot2 {
		margin-top: 130px;
	}
	.hl4cv {
		top: 50px;
		left: 50px;
		right: 50px;
	}
	.hl4yh1,
	.hl4yh2 {
		font-size: 200px;
	}
	.hl4wz {
		font-size: 20px;
		margin-top: 30px;
	}
	.hcbot5 {
		padding:0 0 100px 0;
	}
	.hlb {
		padding: 25px 30px 40px 30px;
	}
	.hl5txt1 {
		font-size: 22px;
		padding-bottom: 15px;
	}
	.hl5icon {
		font-size: 48px;
	}
	.fb3map {
		margin: 38px 100px 0 36px;
	}
	.fb3bt {
		padding: 15px 100px 35px 35px;
	}
	.lw1txt1 {
		font-size: 20px;
	}
	.lw1txt2 {
		font-size: 16px;
	}
	.lb2num {
		font-size: 100px;
	}
	.lb2txt1 {
		font-size: 20px;
	}
	.lb2txt2 {
		font-size: 14px;
	}
	.ll3wz {
		padding: 35px 50px 48px 50px;
	}
	.lr3l {
		padding: 30px 35px 0 35px;
	}
	.ltwz {
		left: 35px;
		right: 35px;
	}
	.lwtxt1 {
		font-size: 20px;
	}
	.lwtxt2 {
		font-size: 14px;
	}
	.lc4item {
		padding: 30px 20px;
	}
	.slqs {
		font-size: 20px;
	}
	.slas {
		margin-top: 20px;
	}
	.slmore {
		font-size: 14px;
	}
	.ndtitle {
		font-size: 24px;
	}
	.ndcont {
		font-size: 14px;
	}
	.ib2tb img {
		width: 100px;
	}
	.id2box li {
		margin: 0 5px;
	}
	.ib2txt {
		font-size: 14px;
		margin-top: 20px;
	}
	.id3left{
		width: 230px;
	}
}

@media screen and (max-width: 1440px) {
	.stoke h5 {
		font-size: 30px;
	}
	.stoke span {
		font-size: 12px;
	}
	.stoke h6 {
		font-size: 14px;
	}
	.stokeProfile .f28 {
		font-size: 20px;
	}
	.hwright {
		width: 150px;
	}
	.hb1box {
		margin: 0 80px 0 130px;
	}
	.hb3dk {
		width: 1300px;
	}
	.fwbot2 li {
		margin: 0 20px;
	}
}

@media screen and (max-width: 1370px) {
	.header {
		padding: 0 30px 0 60px;
	}
	.header .yj-bot .yj-link {
		margin: 0 7px;
	}
	.stoke .line {
		margin: 0 10px;
	}
	.hbbg {
		margin-top: -240px;
	}
	.w1400 {
		width: 1100px;
	}
	.hb3dk {
		width: 1200px;
	}
	.hb3banner {
		padding: 0 80px;
	}
	.hb3banner .slick-arrow {
		width: 50px;
		height: 50px;
		line-height: 50px;
	}
	.hb3banner .slick-arrow:before {
		font-size: 18px;
	}
	.fb3map {
		margin: 38px 60px 0 36px;
	}
	.fb3bt {
		padding: 15px 60px 35px 35px;
	}
	.ll3wz {
		padding: 32px 50px 40px 50px;
	}
	.id3left {
    width: 210px;
    padding: 16px 20px 40px 20px;
}
.il3txt{
	font-size: 16px;
}
}

@media screen and (max-width: 1280px) {
	.header .yj-bot .yj-link {
		font-size: 13px;
	}
}

@media screen and (max-width: 1200px) {
	.header {
		position: fixed;
		height: 55px;
		line-height: 55px;
		background: #fff !important;
		box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
		padding: 0 5%;
	}
	.header .yj-bot {
		display: none;
	}
	.head-logo img {
		width: 98px;
		margin-top: 10px;
	}
	.hwright {
		display: none;
	}
	.menu-handler,
	.menuBox {
		display: block;
	}
	.head-wrap {
		margin: 0;
		height: 55px;
		line-height: 55px;
	}
	.mtop {
		height: 55px;
	}
	.bscover {
		width: 90%;
		left: 5%;
	}
	.bstxt {
		text-align: center;
		font-size: 20px;
	}
	.index-fb {
		display: none;
	}
	.stoke {
		display: none;
	}
	.hi-banner {
		top: 55px;
		position: relative;
		height: auto;
	}
	.hicontent {
		margin-top: 0;
		padding: 0;
	}
	.mrheader .hlimg1 {
		display: none;
	}
	.mrheader .hlimg2 {
		display: block;
	}
	.hctxt {
		font-size: 30px;
	}
	.hbdown,
	.hbltxt {
		display: none;
	}
	.icplay {
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin: 20px auto 0;
	}
	.hcsearch {
		width: 300px;
		height: 38px;
		line-height: 38px;
		margin: 30px auto 0;
	}
	.hsicon {
		font-size: 15px;
		margin-left: 15px;
	}
	.hswbk {
		width: 48%;
		font-size: 12px;
		margin-left: 10px;
	}
	.hsmore {
		width: 100px;
		font-size: 12px;
	}
	.hcbot1 {
		padding: 40px 0 0 0;
	}
	.hb1left {
		width: 100%;
		position: static;
		margin-left: 0;
		padding: 10px 15px 20px 15px;
		box-sizing: border-box;
		border: 2px solid #0054A3;
	}
	.hb1box {
		margin: 0 5%;
	}
	.hb1left:before {
		display: none;
	}
	.hl1item {
		margin-top: 20px;
	}
	.hl1item.active .hi1txt1 {
		font-size: 20px;
	}
	.hi1txt2 {
		font-size: 14px;
		margin-top: 15px;
	}
	.hi1btn {
		width: 100px;
		height: 35px;
		line-height: 35px;
		font-size: 12px;
		margin-top: 20px;
	}
	.hi1txt1 {
		font-size: 15px;
		padding-left: 50px;
	}
	.hi1txt1:before {
		width: 40px;
		height: 2px;
	}
	.hi1txt1:after {
		width: 2px;
		height: 15px;
	}
	.hb1right {
		float: none;
		width: 100%;
	}
	.hb1jt {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		right: 0;
		top: 27%;
	}
	.hbbg,
	.hb1pic,
	.hb2zs,
	.hb3bg {
		display: none;
	}
	.hcbot2 {
		margin-top: 40px;
	}
	.hititle {
		font-size: 20px;
		padding-bottom: 15px;
	}
	.hititle:before {
		width: 30px;
		height: 3px;
	}
	.hb2banner {
		margin: 30px 0 60px 0;
	}
	.w1400 {
		width: 90%;
	}
	.hb2banner .slick-current.hb2item {
		transform: scale(1);
	}
	.hb2banner .slick-current .hi2wz {
		transform: translateY(0) scale(1);
	}
	.hi2wz {
		width: auto;
		left: 20px;
		right: 20px;
		bottom: 20px;
	}
	.hw2txt1 {
		font-size: 16px;
	}
	.hw2txt2 {
		margin-top: 15px;
	}
	.hn2 {
		font-size: 14px;
		margin: 0 10px;
	}
	.hn2.active {
		font-size: 24px;
	}
	.hb2bt {
		width: 100%;
	}
	.hcbot3 {
		padding: 40px 0 0 0;
	}
	.hb3banner {
		margin-top: 30px;
	}
	.hi3wz {
		padding: 15px;
	}
	.hi3txt1 {
		font-size: 16px;
	}
	.hi3txt2 {
		margin-top: 10px;
	}
	.hitxt3 {
		margin-top: 10px;
		font-size: 12px;
	}
	.hb3dk {
		width: 90%;
	}
	.hb3banner {
		padding: 0 40px;
	}
	.hb3banner .slick-arrow {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.hb3banner .slick-arrow:before {
		font-size: 16px;
	}
	.hcbot4 {
		margin-top: 40px;
	}
	.hi4left,
	.hi4right {
		float: none;
		width: 100%;
	}
	.hb4banner .slick-dots {
		bottom: auto;
		top: 42%;
		width: 100%;
		text-align: center;
	}
	.hb4banner .slick-dots li {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 5px;
	}
	.hcbot5 {
		padding:0 0 40px 0;
		margin-top: 40px;
	}
	.hb5list {
		margin-top: 30px;
	}
	.hlb {
		padding: 15px;
	}
	.hl5txt1 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	.hl5txt1:before {
		width: 30px;
		height: 3px;
	}
	.hl5txt2 {
		margin-top: 15px;
	}
	.hl5txt3 {
		margin-top: 20px;
		font-size: 12px;
	}
	.hl5icon {
		font-size: 28px;
		right: 20px;
		bottom: 20px;
	}
	.fwbot2 {
		display: none;
	}
	.fwbot1 {
		float: none;
		width: 100%;
		padding: 20px 5%;
	}
	.fwbot3 {
		float: none;
		width: 100%;
		border-left: none;
	}
	.fb3map {
		margin: 10px 5% 0 5%;
	}
	.fb3bt {
		margin-top: 10px;
		padding: 10px 5%;
	}
	.fb1ewm {
		margin: 20px auto 0;
	}
	.maps {
		height: 120px;
	}
	.fb3l,
	.fb3r {
		float: none;
	}
	.cwdh a {
		width: 100px;
		height: 32px;
		line-height: 32px;
		bottom: 10%;
		font-size: 12px;
	}
	.ft3wz {
		display: block;
		float: left;
	}
	.ft3top {
		display: block;
		float: right;
		margin-left: 0;
	}
	.fb1ewm {
		width: 80px;
		margin: 10px auto 0;
	}
	.live-bot1 {
		padding: 40px 0;
	}
	.lw1txt2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.lw1txt1 {
		font-size: 18px;
	}
	.lb1list {
		margin-top: 30px;
	}
	.live-bot2 {
		padding: 40px 0;
	}
	.lb2list {
		margin-top: 15px;
	}
	.lb2list li {
		width: 100%;
		padding: 15px 0;
	}
	.lb2list li:not(:first-child) {
		border-top: 1px solid rgba(255, 255, 255, .3);
	}
	.lb2list li:not(:first-child):before {
		display: none;
	}
	.lb2num {
		font-size: 60px;
		line-height: 1;
	}
	.lb2txt1 {
		font-size: 16px;
		margin-top: 10px;
	}
	.lb2txt2 {
		margin-top: 10px;
	}
	.live-bot3 {
		margin-top: 40px;
	}
	.lb3cont {
		margin-top: 30px;
	}
	.lc3left,
	.lc3right {
		float: none;
		width: 100%;
	}
	.lc3right {
		margin-top: 15px;
	}
	.ll3wz {
		padding: 15px;
	}
	.lwtxt1 {
		font-size: 18px;
	}
	.lwtxt2 {
		margin-top: 10px;
	}
	.ltwz {
		left: 15px;
		right: 15px;
	}
	.live-bot4 {
		padding: 40px 0;
	}
	.lb4cont {
		margin-top: 30px;
	}
	.lc4pic {
		width: 100%;
	}
	.lc4cover {
		position: static;
		transform: translateY(0);
		width: 100%;
		padding: 10px 15px;
	}
	.lc4item {
		padding: 15px 0;
	}
	.li4t1 {
		font-size: 16px;
	}
	.li4t2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.story-wrap {
		padding: 20px 0 40px 0;
	}
	.swblist li {
		margin-top: 20px;
	}
	.slwz {
		padding: 15px;
		margin: -50px 20px 0 20px;
	}
	.sllabel {
		font-size: 14px;
	}
	.slqs {
		font-size: 18px;
		margin-top: 10px;
	}
	.slas {
		margin-top: 15px;
	}
	.slmore {
		margin-top: 15px;
		font-size: 12px;
	}
	.lmtxt {
		font-size: 13px;
	}
	.lptx {
		width: 50px;
		height: 50px;
		margin-left: -20px;
	}
	.lmpic {
		margin-left: 20px;
	}
	.load-more {
		margin-top: 30px;
	}
	.swblist li {
		width: 95%;
	}
	.idlist li {
		margin-top: 15px;
	}
	.idwz {
		padding: 15px;
	}
	.iddate {
		font-size: 14px;
	}
	.idtitle {
		margin-top: 5px;
	}
	.idms {
		margin-top: 10px;
	}
	.pages-list {
		margin-top: 30px;
	}
	.plpn {
		width: 35px;
		height: 35px;
		line-height: 35px;
		font-size: 13px;
		margin: 0 5px;
	}
	.plnum {
		width: 22px;
		height: 22px;
		line-height: 22px;
		font-size: 12px;
		margin: 0 3px;
	}
	.nd-wrap {
		padding-top: 40px;
	}
	.ndbrand {
		margin-left: 0;
	}
	.nbtxt {
		font-size: 12px;
		padding: 0 10px;
	}
	.nddetail {
		padding: 20px;
		margin-top: 20px;
	}
	.ndtitle {
		font-size: 18px;
	}
	.ndds {
		margin-top: 20px;
	}
	.nddate {
		font-size: 14px;
		margin: 0 5px;
	}
	.nsicon {
		font-size: 16px;
		margin: 0 10px;
	}
	.ndshare {
		margin: 0 5px;
	}
	.ndcont,
	.ndbt {
		margin-top: 15px;
		padding-top: 20px;
	}
	.id2-wrap {
		padding: 40px 0;
	}
	.it2txt {
		font-size: 20px;
		margin: 0 15px;
	}
	.id2cont {
		margin-top: 20px;
	}
	.ib2tb img {
		width: 60px;
	}
	.ib2jt {
		margin: 15px auto 0;
	}
	.ib2txt {
		margin-top: 5px;
	}
	.id2box li {
		margin-top: 15px;
	}
	.id3-wrap {
		padding: 40px 0;
	}
	.id3left {
		float: none;
		width: 100%;
		padding: 20px;
	}
	.il3txt {
		font-size: 16px;
		margin-top: 10px;
	}
	.id3right {
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.is3wbk {
		font-size: 14px;
	}
	.is3btn {
		font-size: 14px;
	}
	.ir3list {
		padding: 0 20px 20px 20px;
	}
	.ir3list li {
		padding: 15px 10px;
	}
	.iq3w,
	.ia3d {
		font-size: 24px;
	}
	.iq3title {
		font-size: 18px;
	}
	.im3txt1 {
		font-size: 14px;
	}
	.il3as {
		margin-top: 10px;
	}
	.im3txt2 {
		margin-top: 20px;
		font-size: 12px;
	}
	.is3icon {
		margin-left: 15px;
		font-size: 18px;
	}
	.is3wbk {
		width: 50%;
		margin-left: 10px;
		font-size: 13px;
	}
	.is3btn {
		width: 80px;
	}
	.ir3serach {
		height: 43px;
		line-height: 43px;
	}
	.nymenu {
		margin-top: 0;
		height: 40px;
		line-height: 40px;
		width: 100%;
		float: none;
		text-align: center;
		height: auto;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		white-space: nowrap;
	}
	.nmtxt {
		font-size: 13px;
		padding: 0 15px;
	}
	.lc4pic .slick-dots{
		bottom: 10px;
	}
	.lc4pic .slick-dots li{
		width: 8px;
		height: 8px;
		margin: 0 5px;
	}
}

@media screen and (max-width: 1024px) {
	.hb5list li {
		width: 98%;
		margin-top: 5px;
	}
}

@media screen and (max-width: 860px) {}

@media screen and (max-width: 640px) {
	.hctxt {
		font-size: 18px;
	}
	.icplay {
		width: 40px;
		height: 40px;
		line-height: 40px;
		margin: 15px auto 0;
	}
	.icplay i {
		font-size: 13px;
	}
	.hcsearch {
		margin: 15px auto 0;
	}
	.hbpic {
		height: 309px;
	}
	.hl4tx {
		width: 80px;
		height: 80px;
	}
	.hl4wz {
		font-size: 16px;
		margin-top: 15px;
	}
	.hl4name {
		font-size: 14px;
		margin-top: 5px;
	}
	.hl4yh1,
	.hl4yh2 {
		font-size: 100px;
	}
	.hl4cv {
		top: 30px;
		left: 20px;
		right: 20px;
	}
	.hl4yh1 {
		top: 30px;
	}
	.hl4yh2 {
		bottom: 30px;
	}
	.lb1list li {
		width: 97%;
		margin-top: 15px;
	}
	.lb1list {
		margin-top: 15px;
	}
	.lr3l,
	.lr3r {
		float: none;
		width: 100%;
	}
	.lr3l {
		padding: 15px;
	}
	.lr3b {
		margin-top: 15px;
	}
	.idlist li {
		width: 99%;
	}
}

@media screen and (max-width: 480px) {}<!--0.00017309188842773-->