@media screen and (max-width: 1200px) {

	.dis-b {
		display: none !important;
	}

	.dis-n {
		display: block !important;
	}

	.w-1600 {
		width: 100%;
	}

	.dx-3 {
		padding: 20px 0;
	}

	.ly-title {
		font-size: 30px;
	}

	.ly-subtitle {
		margin-top: 10px;
	}

	.header {
		height: 80px;
		background: #fff;
		box-shadow: 0 0px 48px 0 rgba(0, 0, 0, .1);
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 9999999;
	}

	.jt-other-banner {
		margin-top: 80px;
	}

	.header .logo {
		width: 200px;
		margin-left: 20px;
	}


	.header .logo a {
		height: 100%;
	}

	.header .logo a img {
		width: 100%;
	}

	.banner .swiper-pagination-bullet {
		height: 10px;
		width: 10px;
	}

	.banner .swiper-pagination-bullet-active {
		width: 30px;
		height: 10px;
	}

	.banner .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 2px;
	}

	.pho-nav {
		width: 100%;
		height: calc(100% - 80px);
		position: fixed;
		left: 0;
		top: -100%;
		z-index: 99999;
		transition: top ease .35s;
	}

	.pho-nav.nav_show {
		top: 80px;
	}

	.pho-nav>ul {
		width: 100%;
		height: 100%;
		margin: 0 auto;
		background: #f5f5f5;
		position: relative;
		overflow-y: auto;
	}

	.pho-nav ul li {
		border-top: 1px solid #ddd;
		margin-left: 20px;
		line-height: 40px;
		font-size: 14px;
		position: relative;
	}

	.pho-nav>ul>li:first-child {
		border-top: 0 none;
	}

	.pho-nav ul li a {
		height: 44px;
		line-height: 44px;
		display: block;
		padding-right: 45px;
		color: #666;
	}

	.pho-nav ul li ul {
		display: none;
	}

	.pho-nav ul li i {
		display: block;
		width: 30px;
		height: 26px;
		line-height: 26px;
		text-align: center;
		border-left: 1px solid #ddd;
		padding: 0 6px;
		position: absolute;
		right: 0;
		top: 9px;
	}

	.pho-nav ul li i span {
		display: block;
		height: 20px;
		width: 20px;
		margin: 2px auto 0;
		transition: all .5s;
	}

	.pho-nav ul li i span img {
		height: 100%;
		width: 100%;

	}

	.pho-nav ul li i.nav_btndown span {
		color: #ef831a;
		transform: rotate(90deg);
	}




	.sp-nav {
		display: block;
		width: 30px;
		height: 30px;
		position: absolute;
		top: 15px;
		right: 10px;
		margin-top: 15px;
		z-index: 5;
	}

	.sp-nav i {
		display: block;
		background: #41a32c;
		width: 30px;
		height: 2px;
		position: absolute;
		left: 0;
		transition: all ease .35s;
	}

	.sp-nav i:nth-of-type(1) {
		top: 0;
	}

	.sp-nav i:nth-of-type(2) {
		top: 10px;
	}

	.sp-nav i:nth-of-type(3) {
		top: 20px;
	}

	.sp-nav.sp-nav-se i:nth-of-type(1) {
		top: 10px;
		transform: rotate(45deg);
	}

	.sp-nav.sp-nav-se i:nth-of-type(2) {
		width: 0;
	}

	.sp-nav.sp-nav-se i:nth-of-type(3) {
		top: 10px;
		transform: rotate(-45deg);
	}

	.dx-1 ul li {
		width: 33%;
		margin-right: 0.5%;
		padding: 30px;
	}

	.dx-1 ul li:nth-of-type(4n) {
		margin-right: 0.5%;
	}

	.dx-1 ul li:nth-of-type(5n) {
		margin-right: 0.5%;
	}

	.dx-1 ul li:nth-of-type(2n) {
		margin-right: 0.5%;
	}

	.dx-1 ul li:nth-of-type(3n) {
		margin-right: 0;
	}


	.cpzx-l .cp-top .cp-top-l {
		margin-left: 30px;
		margin-top: 55px;
	}

	.cpzx-l .cp-top .cp-top-l .cpl-tit {
		font-size: 30px;
		line-height: 36px;
	}

	.cpzx-l .cp-top .cp-top-l .cpl-cont-1 {
		font-size: 16px;
		margin-top: 12px;
	}

	.cpzx-l .cp-top .cp-top-l .cpl-cont-2 {
		margin-top: 12px;
		font-size: 22px;
	}


	.cpzx-l .cp-top .cp-top-l .cpl-cont-3 {
		width: max-content;
		padding: 10px 15px;
		margin-top: 15px;
		font-size: 18px;
	}

	.cpzx-l .cp-top .cp-top-r {
		width: 200px;
		margin-right: 10px;
		margin-top: 50px;
	}

	.cpzx-l .cp-top .cp-top-r .cpr-tit {
		font-size: 26px;
	}

	.cpzx-l .cp-bot .cp-b-list .cp-b-cont {
		width: 100%;
	}

	.cpzx-l .cp-top .cp-top-r .cp-top-img img {
		width: 100%;
	}

	.cpzx-l .cp-bot .cp-b-list .cp-b-list-l {
		width: 65%;
	}

	.cpzx-l .cp-bot .cp-b-list .cp-b-img {
		width: 30%;
	}

	.cpzx-l .cp-bot .cp-b-list .cp-b-img img {
		width: 100%;
	}

	.dx-2 {
		padding: 20px 0;
	}

	.cases {
		width: 95%;
		margin: 30px auto;
	}

	.casesbox_lbox {
		width: 100%;
	}

	.casesbox_lbox .cases_right {
		width: 100%;
		height: 140px;
	}

	.casesbox_lbox .cases_slideb {
		margin-left: 0;
		height: 110px;
		padding: 10px 30px;
	}

	.swiper-cases-right .swiper-slide-thumb-active::after {
		transform: rotate(270deg);
		left: calc(50% - 9px);
		bottom: -15px;
		top: auto;
	}

	.cases .cases_left {
		width: 100%;
		height: 220px;
	}

	.cases .cases_left .cases-img {
		height: 100%;
		width: 280px;
		margin: 0;
	}

	.cases .cases_left .cases-content {
		float: left;
		margin-right: 0;
		margin-left: 20px;
		margin-top: 10px;
		height: auto;
	}

	.cases-content .cases-cont-tit {
		font-size: 20px;
		line-height: 24px;
	}

	.cases-content .cases-cont-subtit {
		margin-top: 12px;
		line-height: 18px;
	}

	.cases-content ul {
		width: 340px;
		height: 70px;
		margin-top: 10px;
	}

	.cases-content ul li {
		font-size: 14px;
		line-height: 18px;
	}

	.cases_left .cases_slide_item {
		margin-top: 8px;
		width: 80px;
		height: 30px;
		font-size: 14px;
		line-height: 30px;
	}

	.ppjs-l .item.on::after {
		display: none;
	}

	.dx-4 {
		margin-top: 10px;
		height: auto;
	}

	.ppjs-l {
		width: 100%;
		margin-top: 10px;
	}

	.ppjs-l .ppjs-tit {
		text-align: center;
	}

	.ppjs-l .ppjs-tit p:nth-of-type(1) {
		font-size: 30px;
	}

	.ppjs-l .ppjs-tit p:nth-of-type(2) {
		font-size: 14px;
	}

	.ppjs-l .ppjs-tit span {
		margin: 8px auto 0;
	}

	.ppjs-l .hd {
		width: 95%;
		margin: 18px auto 0;
	}

	.ppjs-l .item {
		width: 24%;
		display: inline-block;
		height: 60px;
		margin-bottom: 0;
	}

	.ppjs-l .item p {
		line-height: 60px;
		padding-left: 13px;
		font-size: 16px;
	}

	.ppjs-l .item p .item-i {
		margin-top: 28px;
		margin-right: 22px;
	}

	.ppjs-l .item p .iconfont {
		margin-right: 18px;
		font-size: 26px;
	}

	.ppjs-r {
		margin-top: 50px;
		width: 100%;
		height: 330px;
	}

	.ppjs-r .ppjs-cont {
		padding: 20px;
	}

	.ppjs-r .ppjs-cont ul li {
		margin-right: 20px;
	}

	.ppjs-r .ppjs-cont ul li p:nth-of-type(1) {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 22px;
		margin: 0 auto;
	}

	.ppjs-r .ppjs-cont ul li p:nth-of-type(2) {
		font-size: 12px;
		line-height: 16px;
	}

	.ppjs-r .ppjs-img {
		height: 330px;
	}

	.dx-5 .ppjs-l .more-news {
		margin-top: 20px;
	}

	.dx-5 .ppjs-l .item {
		width: 32.8%;
	}

	.dx-5 .xwdt-r {
		display: block;
		width: 95%;
		float: none;
		margin: 0 auto;
	}

	.dx-5 .xwdt-r .bd {
		margin-top: 20px;
	}

	.bdv_item .swiper-slide .xwdt-img img {
		height: auto;
		width: 100%;
	}

	.bdv_item .swiper-slide .new-det .det-cont {
		width: 60%;
	}

	.dx-5 {
		padding: 25px 0;
	}

	.footer {
		padding: 10px 0;
		text-align: center;
	}

	.footer .foot-l {
		width: 100%;
	}

	.footer .foot-l .copyr .cp {
		font-size: 12px;
	}
	
	.content li .yjTitle a{
		line-height: 50px;
	}
}

