/*响应适配*/

@media screen and (max-width: 1200px) {
	.w1200 {
		width: 100%;
	}
	.head {
		height: 45px;
	}
	.head .logo {
		height: 45px;
		margin-top: 2px;
	}
	.head .logo img {
		height: 40px;
	}
	.head-in {
		height: 45px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: linear-gradient(315deg, rgba(0, 85, 167, 1) 0%, rgba(0, 140, 213, 1) 100%);
	}
	.bchange {
		width: 100%;
	}
	.head .nav {
		width: 100%;
		height: auto;
		position: fixed;
		background: rgba(0, 0, 0, 0.8);
		top: 45px;
		right: 0;
		display: flex;
		flex-direction: column;
		overflow: hidden;
		z-index: 100;
	}
	.head .nav.hnav {
		display: none;
	}
	.nav .n-item-one {
		line-height: 45px;
	}
	.n-item-son {
		position: fixed;
		z-index: 101;
		margin-left: 26%;
		width: 74%;
		top: 45px;
		height: 100%;
		overflow-y: scroll;
	}
	.n-item-son-in {
		flex-direction: row;
		flex-wrap: wrap;
		width: 98%;
		padding-left: 2%; 
		justify-content: initial;
	}
	.n-item-son-in .n-son-i {
		width: 50%;
		margin-right: 0;
	}
	.n-item-son-in .n-son-i .n-item-two {
		padding-top: 0px;
		line-height: 30px;
		font-size: 12px;
	}
	.n-item-son-in .n-son-l {
		padding-bottom: 5px;
	}
	.n-item-son-in .n-son-l .n-item-three{
		font-size: 13px;
		line-height: 25px;
	}
	.tel {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin-left: 20px;
	}
	.tel img {
		height: 15px;
		width: 15px;
		margin-top: 15px;
	}
	.lang {
		height: 45px;
		line-height: 45px;
		font-size: 14px;
		margin-right: 60px;
		margin-left: 10px;
	}
	.lang img {
		height: 15px;
		width: 15px;
		margin-top: 15px;
	}
	.navbtn {
		display: block !important;
		width: 50px;
		margin-top: 5px;
		margin-right: 10px;
		text-align: right;
	}
	.navbtn img {
		height: 35px;
	}
	.pcate {
		padding-top: 10px;
		padding-bottom: 15px;
		flex-wrap: wrap;
	}
	.pcate .item {
		margin: 0 2px;
		width: 32%;
		position: relative;
		height: 180px;
	}
	.pcate .item .i-h1 {
		padding-top: 5px;
		font-size: 14px;
	}
	.pcate .item .i-p {
		font-size: 12px;
	}
	.pcate .item img {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		z-index: -1;
	}
	.custom {
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.custom .i-h1 {
		font-size: 18px;
		padding-bottom:10px;
	}
	.custom .i-list{
		justify-content: center;
	}
	.custom .i-list .item{
		height: auto;
		width: 30%;
	}
	
	.honor{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.honor .i-h1 {
		font-size: 18px;
		padding-bottom:10px;
	}
	.honor .i-list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.honor .i-list .item{
		height: auto;
		width: 30%;
		margin: 0 5px;
	}
	
	.bchange{
		padding-top: 10px;
		padding-bottom: 15px;
	}
	.bchange .i-h1 {
		font-size: 18px;
		padding-bottom:10px;
	}
	.bchange .i-list{
		flex-direction: column;
	}
	.bchange .i-list .i-lft{
		padding: 0 2%;
		width: 96%; 
		height: auto;
		overflow: hidden; 
		margin-bottom: 10px;
	}
	.bchange .i-list .i-lft img{
		width: 100%;
		height: auto;
	}
	.bchange .i-list .i-rig{
		padding: 0 2%;
		width: 96%; 
	}
	.bchange .i-list .i-rig .i-item{
		margin-left: 0;
	}
	.bchange .i-list .i-rig .i-item img{
		width: 100%;
		height: auto;
	}
	
	.feedback{
		padding-top: 10px;
		padding-bottom: 15px;
		height: auto;
		overflow: hidden;
	}
	.feedback .i-h1 {
		font-size: 18px;
		padding-top: 10px;
		padding-bottom:10px;
		line-height: 30px;
	}
	.feedback .i-p{
		font-size: 14px;
		    margin: 0 0;
	}
	.feedback .i-crt{
		flex-direction: column;
	}
	.feedback .i-crt .i-input{
		width: 92%;
		margin: 5px 2%;
		padding:0 2%;
	}
	.feedback .i-crt .i-input.btn{
		width: 92%;
		margin: 5px auto;
		padding:0 2%;
	}
	
	.foot-nav-in{
		flex-direction: column;
		justify-content: center;
	}
	
	.foot-nav .i-lft{
		width: 100%;
		flex-wrap: wrap;
	}
	.foot-nav .i-lft .item{
		width: 46%;
		margin:0 2%;
	}
	.foot-nav .i-rig .item .i-name{
		text-align: left;
		width: 46%;
		margin:0 2%;
	}
	.foot-nav .i-rig .item .i-v{
		width: 46%;
		margin:0 2%;
	}
	.cnav{
		padding: 10px 0;
		margin: 0;
		text-indent: 10px;
	}
	.main{
		flex-direction: column;
	}
	.menu{
		display: none;
	}
	.main .lft{
		width: 96%;
		padding: 2%;
	}
	.main .lft *{
		max-width: 100% !important;
	}
	.main .lft img{
		max-width: 100% !important;
	}
	.case .m-opt{
		flex-direction: column;
	}
	.case .tab .item{
		width: 46%;
		margin-right: 4%;
		padding: 0;
		margin-bottom: 10px;
	}
	.case .search{
		width: 100%;
	}
	.list-case{
		padding-top: 10px;
	}
	.list-case .item{
		width: 48%;
		margin:10px 1%;
	}
	.ibusiness .tab{
		height: 40px;
		line-height: 40px;
	}
	.ibusiness .tab .item{
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.recomment{
		display: none;
	}
	.ibusiness-crt .list{
		padding:10px 5px;
	}
	.ibusiness-crt .item{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
	.ibusiness-crt .item .i-img{
		width: 30%;
		height: auto;
	}
	.ibusiness-crt .item .i-img img{
		max-width: 100%;
	}
	.ibusiness-crt .item .i-t{
		font-size: 15px;
		line-height:25px;
	}
	.ibusiness-crt .item .i-p{
		font-size: 14px;
		padding-bottom: 20px;
	}
	.foot-copy{
		height: auto;
		overflow: hidden;
		font-size: 14px;
		line-height: 25px;
		padding: 10px 0;
	}
	.contact .i-crt{
		width: 96%;
		padding: 2%;
	}
	.contact .i-crt *{
		max-width: 100% !important;
	}
	.contact .i-crt img{
		max-width: 100% !important;
	}
	
	.honor .swiper-container{
		width: 86%;
		margin-top: ;
	}
	.honor-btn{
		width: 7%;
	    margin-top: 20px;
	}
        .main .lft .art-p {
               flex-wrap: wrap;
        }
        .main .lft .art-p .item{
            width: 50%;
        }
}