@media screen and (min-width: 1200px) {
	.transXT50.target {
		transform: translateY(-100px);
		-webkit-transform: translateY(-100px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, opacity .15s cubic-bezier(0.445, 0.145, 0.355, 1);
		transition-timing-function: ease-out;
		-webkit-transition-timing-function: ease-out;
	}
	.transYT50.target {
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		opacity: 0;
		visibility: hidden;
		transition: transform 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(60px);
		-webkit-transform: translateY(60px);
		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 .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, 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(100px);
		-webkit-transform: translateX(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;
	}
	.transXf.target {
		transform: translateX(-50px);
		-webkit-transform: translateX(-50px);
		opacity: 0;
		visibility: hidden;
		transition: transform 800ms, opacity .5s cubic-bezier(0.445, 0.145, 0.355, 1);
		-webkit-transition: transform 800ms, 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.idys8 {
		transition-delay: 0.85s;
	}
	.action.idys9 {
		transition-delay: 0.95s;
	}
	.load-words1.target span {
		opacity: 0;
		visibility: hidden;
	}
	.action.load-words1 span {
		visibility: visible;
		display: inline-block;
		-webkit-animation-duration: 0.65s;
		animation-duration: 0.65s;
		-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;
	}
	.load-words span {
		visibility: visible;
		display: inline-block;
		-webkit-animation-duration: 0.65s;
		animation-duration: 0.65s;
		-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
		}
	}
	.wztrans.target {
		transform: translateY(50%);
		opacity: 0;
		visibility: hidden;
	}
	.action.wztrans {
		transform: translateY(0px);
		opacity: 1;
		visibility: visible;
		transition: 0.65s;
	}
}

@media screen and (max-width:1860px) {}

@media screen and (max-width:1750px) {
	.fwcenter {
		width: 60%;
	}
	.isbanner {
		padding: 30px 70px;
	}
	.index-solution {
		margin-top: -250px;
	}
}

@media screen and (max-width:1680px) {
	.ijicon {
		transform: scale(0.7);
	}
}

@media screen and (max-width:1600px) {
	.w1500 {
		width: 1200px;
	}
}

@media screen and (max-width:1550px) {
	.fwcenter {
		margin-left: 100px;
	}
	.jinc {
		font-size: 24px;
	}
	.bictxt2,.bictxt1 {
		font-size: 50px;
	}
	.iticon,
	.idlicon {
		transform: scale(0.6);
	}
	.idwlist li:hover .idlicon {
		transform: rotateY(180deg) scale(0.6);
	}
	.idlbt {
		font-size: 24px;
	}
	.index-menu {
		width: 1200px;
	}
	.nlcont,
	.nldate {
		margin-top: 20px;
	}
	.ysmap {
		height: 680px;
	}
	.ijicon {
		transform: scale(0.7);
	}
	.ijtxt {
		font-size: 14px;
	}
	.index-sj {
		padding: 10px 0;
	}
	.ipbanner {
		padding-bottom: 50px;
	}
	.idlbt {
		font-size: 22px;
	}
	.idwlist {
		margin-top: 100px;
	}
	.imlink {
		margin: 0 30px;
	}
	.insides-menu {
		height: 120px;
		line-height: 120px;
	}
	.isbanner {
		padding: 15px 50px;
	}
	.isbitem {
		padding: 10px;
	}
	.fcitxt1,
	.fcrup {
		font-size: 18px;
	}
	.fcitxt2 {
		font-size: 14px;
	}
	.iticon {
		transform: scale(0.8);
	}
}

@media screen and (max-width: 1440px) {
	.imitem {
		height: 155px;
	}
	.iticon {
		transform: scale(0.7);
	}
	.ictxt2 {
		font-size: 14px;
		margin-top: 10px;
	}
	.head-wrap,
	.header .yj-bot .yj-link {
		height: 70px;
		line-height: 70px;
	}
	.header .yj-bot .yj-link {
		font-size: 16px;
	}
	.yj-bot {
		height: 70px;
	}
	.header .head-logo {
		margin-top: 16.5px;
	}
	.ittxt,
	.ictxt1 {
		font-size: 18px;
	}
	.itctitle {
		font-size: 24px;
	}
	.tagcloud {
		margin: 0 auto;
	}
}

@media screen and (max-width: 1370px) {
	.w1500 {
		width: 1100px;
	}
	.ysmap {
		height: 500px;
	}
}

@media screen and (max-width: 1280px) {
	.jinc {
		font-size: 20px;
	}
	.itctitle {
		font-size: 22px;
	}
	.idlbt {
		font-size: 20px;
	}
	.ijnum,
	.idlms {
		font-size: 14px;
	}
	.idlicon {
		transform: scale(0.6);
	}
	.idwlist {
		margin-top: 80px;
	}
	.isbitem {
		padding: 0;
	}
	.isbwz {
		font-size: 14px;
		margin-top: 10px;
	}
	.tagcloud {
		min-height: 330px !important;
	}
	.ysmap {
		height: 440px;
	}
	.index-partner {
		padding: 100px 0 70px 0;
	}
	.index-solution {
		margin-top: -110px;
	}
	.isbanner {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1200px) {
	.nav,
	.head-write,
	.headContact {
		display: none;
	}
	.menu-handler,
	.menuBox {
		display: block;
	}
	.header {
		height: 55px;
		position: fixed;
		top: 0 !important;
		left: 0;
		background: #fff;
		box-shadow: 0 0 3px #eee;
	}
	.header .head-logo {
		width: 120px;
		margin-top: 15.5px;
		display: block;
	}
	.head-logo .img1 {
		display: none;
	}
	.head-logo .img2 {
		display: block;
	}
	.head-wrap {
		width: 90%;
		padding: 0 5%;
	}
	.mtop {
		height: 55px;
	}
	.head-wrap {
		height: 55px;
		line-height: 55px;
	}
	.fwcmn {
		display: none;
	}
	.footer-wrap {
		position: relative;
		padding: 20px 0;
	}
	.fwlogo {
		display: none;
	}
	.fwcenter {
		display: block;
		float: none;
		width: 100%;
		margin-left: 0;
	}
	.fwcright {
		position: absolute;
		top: 23px;
		right: 20px;
		float: none;
	}
	.fcitxt1,
	.fcitxt2 {
		display: inline-block;
		vertical-align: text-top;
	}
	.fcitxt2 {
		margin-left: 5px;
	}
	.w1500 {
		width: 90%;
	}
	.insides-menu {
		margin: 0 auto;
		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;
	}
	.imlink:before {
		bottom: 0;
		height: 3px;
	}
	.insides-banner {
		margin-top: 55px;
	}
	.ibcline {
		width: 140px;
	}
	.ibctxt2 {
		font-size: 24px;
	}
	.it2h {
		font-size: 22px;
	}
	.ibctxt1 {
		font-size: 18px;
	}
	.icts {
		font-size: 30px;
	}
	.imlink {
		font-size: 14px;
		margin: 0 10px;
		line-height: 40px;
	}
	.about-wrap {
		padding: 30px 0 40px 0;
	}
	.aileft,
	.airight {
		float: none;
		width: 100%;
	}
	.airight {
		margin-top: 20px;
	}
	.awhonor {
		margin-top: 30px;
	}
	.ahbanner {
		padding-bottom: 40px;
	}
	.ahbanner .slick-dots li,
	.ipbanner .slick-dots li {
		width: 8px;
		height: 8px;
		line-height: 8px;
		margin: 0 5px;
	}
	.ahbanner .slick-dots li a.ipbanner .slick-dots li a {
		width: 8px;
		height: 8px;
	}
	.ahbanner,
	.awkh {
		margin-top: 30px;
	}
	.khlist {
		padding: 15px;
	}
	.khlist li {
		margin: 5px 0 5px 2%;
	}
	.bictxt1 {
		font-size: 20px;
		letter-spacing: 5px;
	}
	.bictxt1,
	.bictxt2{
		font-size: 22px;
		letter-spacing: 5px;
	}
	.bictxt2 {
		margin-top: 0;
	}
	.bicmore {
		width: 100px;
		height: 35px;
		line-height: 35px;
		margin: 20px auto 0;
		font-size: 14px;
	}
	.banner-wrap {
		margin-top: 55px;
	}
	.bwdown i {
		font-size: 24px;
		bottom: 10px;
	}
	.index-menu {
		width: 100%;
		padding: 0;
	}
	.imitem:hover .imcv {
		opacity: 0;
		visibility: hidden;
	}
	.iticon {
		transform: scale(0.6);
	}
	.ittxt {
		font-size: 16px;
		margin-top: 0;
	}
	.itctitle {
		font-size: 20px;
	}
	.imitem {
		height: 90px;
	}
	.index-dw {
		padding: 40px 0;
	}
	.idwlist {
		margin-top: 30px;
	}
	.iticon {
		transform: scale(1);
		width: 71px;
		height: 49px;
	}
	.idlbt {
		margin-top: 0;
		font-size: 20px;
	}
	.idlms {
		font-size: 14px;
	}
	.idwlist li {
		width: 21%;
		margin-left: 4%;
	}
	.idwlist {
		margin-left: -4%;
	}
	.index-ys {
		padding: 40px 0;
	}
	.ysmap {
		width: 90%;
		height: 500px;
	}
	.jinc {
		font-size: 30px;
	}
	.ijicon {
		width: 37px;
		height: 27px;
	}
	.index-solution {
		padding: 40px 0;
	}
	.isbanner {
		padding: 20px 50px;
	}
	.isbitem {
		margin: 0 10px;
		padding: 10px;
	}
	.isbwz {
		font-size: 14px;
	}
	.isbanner .slick-arrow:before {
		font-size: 20px;
	}
	.index-partner {
		padding: 40px 0;
		margin-top: 0;
	}
	.ipbanner {
		padding-bottom: 50px;
	}
	.ipitem {
		margin-left: 10px;
	}
	.ipbanner {
		margin-left: -10px;
	}
	.index-honor {
		padding: 40px 0;
	}
	.kjbl img {
		width: 100%;
	}
	.tagcloud {
		margin-top: 40px;
	}
	.jdcont {
		padding: 30px 0 40px 0;
	}
	.jdctitle {
		font-size: 20px;
	}
	.jdclabel {
		margin-top: 0;
	}
	.jdltxt {
		margin-top: 5px;
		font-size: 14px;
	}
	.jdcnr {
		margin-top: 10px;
		font-size: 14px;
	}
	.jdcmt {
		margin-top: 10px;
	}
	.jdcbtn a {
		width: 120px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin: 0 10px;
	}
	.jdcbtn {
		margin-top: 30px;
	}
	.jdltxt {
		width: 50%;
	}
	.ndbr {
		height: 40px;
		line-height: 40px;
	}
	.ndbicon {
		font-size: 18px;
		margin-right: 5px;
	}
	.ndbtxt,
	.ndbreturn a {
		font-size: 12px;
	}
	.fwbot {
		padding: 0;
	}
	.ab2pic,
	.sl2cont {
		width: 100%;
		float: none !important;
	}
	.sl2cont {
		margin-top: 20px !important;
	}
	.sb2list li {
		margin-top: 15px;
	}
	.ab2title {
		font-size: 16px;
	}
	.sc2nr {
		margin-top: 10px;
		font-size: 14px;
	}
	.hw1gs,
	.hw1map {
		float: none;
		width: 100%;
	}
	.maps {
		height: 300px;
	}
	.handle1-wrap {
		padding-top: 30px;
	}
	.hgcx {
		padding: 0;
		font-size: 18px;
	}
	.hgxz {
		margin-top: 10px;
		padding: 10px 0;
	}
	.hggs li {
		padding: 10px 0;
	}
	.hgxx {
		margin-top: 5px;
		font-size: 14px;
	}
	.hw1map {
		margin-top: 20px;
	}
	.handle2-wrap {
		padding: 30px 0 40px 0;
	}
	.hi2sr {
		padding: 0;
	}
	.hi2l {
		margin-top: 10px;
	}
	.hi2l {
		float: none;
		width: 100%;
	}
	.hb2mt {
		margin-top: 20px;
	}
	.hi2bz {
		margin-top: 10px;
		padding: 0;
	}
	.submit-order a {
		width: 120px;
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin: 30px auto 0;
	}
	.xdts {
		margin-top: 20px;
		padding: 0;
	}
	.hi2title {
		font-size: 18px;
	}
	.join-head {
		height: 40px;
		line-height: 40px;
	}
	.join-head .jhtxt {
		font-size: 14px;
	}
	.join-list li {
		height: 40px;
		line-height: 40px;
	}
	.join-list .jhtxt {
		height: 35px;
		font-size: 12px;
	}
	.join-head {
		margin-top: 20px;
	}
	.join-wrap {
		padding: 30px 0 40px 0;
	}
	.nlcont {
		margin-left: 20px;
	}
	.nlpic {
		width: 28%;
	}
	.nlctitle {
		font-size: 18px;
		height: 32px;
	}
	.nlcdesc {
		margin-top: 5px;
	}
	.nddetail {
		margin-top: 30px;
	}
	.ndtitle {
		font-size: 18px;
	}
	.swbtitle {
		font-size: 20px;
	}
	.swbdesc {
		font-size: 14px;
	}
	.swblist {
		margin-top: 20px;
	}
	.sblicon {
		width: 50px !important;
		height: 60px !important;
	}
	.sbltxt {
		font-size: 14px;
		margin-top: 0;
	}
	.swbot2 {
		margin-top: 30px;
	}
	.sl2pic {
		float: none !important;
		width: 100%;
		margin-top: 0;
		padding: 0 !important;
	}
	.sl2pic:before {
		display: none;
	}
	.banner .item {
		height: auto;
	}
	.bwdown {
		display: none;
	}
	.ysmap {
		margin: 0 auto;
	}
	.index-partner,
	.index-sj {
		position: static;
	}
	.index-solution {
		margin-top: 0;
	}
	.isbanner {
		margin-top: 30px;
	}
	.tagcloud a {
		font-size: 14px;
	}
	.banner .slick-next {
		right: 5%;
	}
	.banner .slick-prev {
		left: 5%;
	}
	.banner .slick-arrow {
		width: 35px;
		height: 35px;
		line-height: 35px;
	}
	.banner .slick-arrow:before {
		font-size: 12px;
	}
}

@media screen and (max-width: 1190px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
	.swblist li {
		width: 50%;
		margin-top: 15px;
	}
	.sbltxt {
		font-size: 12px;
		height: 42px;
		overflow: hidden;
		margin-top: 10px;
	}
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 860px) {
	.khlist li {
		width: 31.333%;
	}
	.nldate {
		display: none;
	}
	.nlpic {
		width: 40%;
	}
	.nlcont {
		margin-top: 0;
	}
}

@media screen and (max-width: 780px) {
	.tagcloud {
		min-width: 100% !important;
		min-height: 250px !important;
	}
	.tagcloud a:hover {
		font-size: 20px !important;
	}
}

@media screen and (max-width: 680px) {}

@media screen and (max-width: 640px) {
	.fcrup {
		font-size: 14px;
		line-height: 1.5;
	}
	.fcitxt1 {
		display: block;
		font-size: 14px;
	}
	.fciewm{
		font-size: 12px;
	}
	.fciewm img{
		margin-bottom: 5px;
	}
	.fcitxt2 {
		display: block;
		margin-top: 10px;
		font-size: 12px;
		margin-left: 0;
	}
	.fciewm {
		margin-top: 10px;
	}
	.isbpic img {
		position: relative;
		width: auto;
		height: 160px;
		left: 50%;
		margin-left: -320px;
	}
	.ibctxt1 {
		margin-left: 50px;
	}
	.ibcline {
		width: 50px;
	}
	.ailcont {
		font-size: 14px;
	}
	.ahis {
		width: 48%;
		margin-top: 10px;
	}
	.aiwz {
		font-size: 14px;
		height: 25px;
		margin-top: 10px;
	}
	.icpic {
		height: 360px;
	}
	.banner .item .pimg {
		position: relative;
		width: auto;
		height: 360px;
		left: 50%;
		margin-left: -320px;
	}
	.ittxt {
		font-size: 14px;
	}
	.itctitle:before {
		height: 2px;
	}
	.itctitle {
		padding-bottom: 5px;
	}
	.idwlist {
		margin-left: 0;
	}
	.idwlist li {
		width: 50%;
		margin-left: 0;
		box-sizing: border-box;
		padding: 0 10px;
		margin-top: 10px;
	}
	.idlbt {
		font-size: 16px;
	}
	.idlicon {
		transform: scale(1);
		width: 50px;
		height: 50px;
	}
	.idlms {
		margin-top: 5px;
	}
	.idlbt {
		margin-top: 10px;
	}
	.idlms {
		font-size: 13px;
		height: 69px;
		overflow: hidden;
	}
	.iticon {
		width: 51px;
		height: 29px;
		background-position: center;
	}
	.ysmap {
		height: 300px;
	}
	.isjbot li {
		width: 33.333%;
		margin-top: 15px;
	}
	.index-sj {
		padding: 20px 0 30px 0;
	}
	.jinc {
		font-size: 22px;
	}
	.ijtxt {
		font-size: 14px;
	}
	.isbitem {
		padding: 0;
	}
	.isbanner {
		padding: 20px;
	}
	.isbanner .slick-prev {
		left: 10px;
	}
	.isbanner .slick-next {
		right: 10px;
	}
	.jdltxt {
		width: 100%;
	}
	.gtbt {
		font-size: 18px;
	}
	.jdctitle {
		font-size: 18px;
	}
	.maps {
		height: 180px;
	}
	.nwlist li {
		padding: 10px 0;
	}
	.news-wrap {
		padding: 20px 0;
	}
	.nlctitle {
		font-size: 16px;
		height: 28px;
	}
	.nlcdesc {
		font-size: 12px;
		height: 63px;
	}
	.ndcont {
		font-size: 14px;
	}
	.ndbottom {
		margin-top: 20px;
		padding-top: 20px;
		margin-bottom: 40px;
	}
	.nddate {
		margin-top: 5px;
	}
	.fricon1 {
		width: 30px;
		height: 29px;
	}
	.fricon2 {
		width: 35px;
		height: 32px;
	}
	.fricon3 {
		font-size: 23px;
	}
	.fryc {
		height: 55px;
		line-height: 55px;
		padding: 0 15px;
	}
	.frewm {
		width: 110px;
		height: 110px;
	}
	.frewm {
		left: -110px;
	}
	.frphone {
		left: -130px;
		height: 55px;
		width: 130px;
		line-height: 55px;
		font-size: 14px;
	}
	.fciewm img {
		width: 70px;
	}
	.fryc i {
		font-size: 24px;
	}
	.banner .slick-next:after {
		display: none;
	}
	.ipl{
		width: 48%;
		margin-top:10px;
	}
	.hgitem{
		padding: 15px;
	}
	.fciadr1{
		display: none;
	}
	.fciadr2{
		display: inline-block;
	}
	.fciadr2{
		font-size: 14px;
	}
}

@media screen and (max-width: 480px) {
	.banner .item .pimg {
		height: 270px;
		margin-left: -240px;
	}
	.icpic {
		height: 270px;
	}
}

@media screen and (max-width: 375px) {
	.nlpic {
		margin-top: 10px;
	}
}

