@media screen and (max-width: 500px) {
	.on {
		color: #19699d !important;
	}
	.ons {
		background-color: #19699d !important;
	}
	.wrapper .rights {
		display: none;
	}
	.icon-daohangcaidan {
		display: block;
	}
	.cut {
		display: none;
	}
	.cuts {
		display: none !important;
	}
	.wrapper {
		position: relative;
		width: 100%;
	}
	.wrapper .head .logo {
		width: 100px;
		height: 22px;
		cursor: pointer;
	}
	.wrapper .head {
		display: flex;
		align-items: center;
		height: 50px;
		line-height: 50px;
		padding: 10px 15px;
	}
	.wrapper .head .head-right .search {
		margin-right: 10px;
		background-color: #fff;
	}
	.wrapper .head .head-right .ZH, .EN {
		display: none;
	}
	.wrapper .head .head-right .search .icon-sousuo {
		font-size: 17px;
	}
	.wrapper .search-box {
		padding: 50px 50px;
		display: flex;
		display: none;
		justify-content: center;
		background-color: #e6e6e6;
	}
	.wrapper .search-box .user-search {
		width: 300px;
		height: 36px;
		border: none;
		border: 1px solid #c2c2c2;
		outline: none;
		background-color: #e6e6e6;
		padding-left: 10px;
	}
	.wrapper .search-box .search-btn {
		display: flex;
		justify-content: center;
		align-items: center;
		cursor: pointer;
		width: 50px;
		background-color: #19699d;
	}
	.wrapper .search-box .search-btn .icon-sousuo {
		font-size: 15px;
		color: #fff;
	}
	.wrapper .nav {
		display: none;
		width: 100%;
		padding-bottom: 60px;
		background-color: #19699d;
	}
	.wrapper .nav .list {
		height: auto;
		flex-direction: column;
	}
	.wrapper .nav .list .list-item {
		position: relative;
		padding: 0 15px;
		border-bottom: 1px solid #333;
	}
	.wrapper .nav .list .list-item:nth-last-of-type(1) {
		display: block;
	}
	.wrapper .nav .list .list-item .item {
		display: flex;
		flex-direction: column;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	.wrapper .nav .list .list-item .item a {
		cursor: pointer;
		color: #fff;
		font-size: 13px;
	}
	.wrapper .nav .list .list-item .icon-jianqu {
		position: absolute;
		top: 0;
		right: 15px;
		display: block;
		margin-left: auto;
		color: #ffd223;
	}
	.wrapper .nav .list .list-item .icon-1122-v2-19 {
		position: absolute;
		top: 0;
		right: 15px;
		display: none;
		margin-left: auto;
		color: #fff;
		font-size: 13px;
	}
	/*头部结束*/
	.wrapper .container {
		display: none;
	}
	.wrapper .made {
		width: 100%;
		height:100%;
	}
	.wrapper .made img {
		width: 100%;
		height: 100%;
	}
	.wrapper .content {
		display: flex;
		padding: 30px 30px 30px 30px;
	}
	.wrapper .content .infers {
		display: flex;
	}
	.wrapper .content .infers ul .infers-item {
		width: 47% !important;
		margin-right: 18px !important;
		margin-bottom: 18px !important;
	}

	.wrapper .content .infers ul .infers-item:nth-child(even){
		margin-right: 0px !important;
	}

	.wrapper .content .infers ul .infers-item .product .pro_img {
		/*height: auto;*/
	}
	.wrapper .content .left {
		width: 60%;
	}
	.wrapper .content .left .title {
		font-size: 17px;
		color: #19699d;
	}
	.wrapper .content .left .info {
		position: relative;
		margin: 50px 0 20px 0;
		display: flex;
		flex-direction: column;
	}
	.wrapper .content .left .info .item {
		display: flex;
		margin-bottom: 20px;
		height: 34px;
		line-height: 34px;
	}
	.wrapper .content .left .info .item .text {
		font-size: 15px;
		margin-right: 40px;
		color: #a8a8a8;
	}
	.wrapper .content .left .info .item .user-Input {
		padding-left: 10px;
		flex: 1;
		height: 100%;
		border: none;
		border: 1px solid #e8e8e8;
		outline: none;
	}
	.wrapper .content .left .info .item:nth-last-of-type(1) .user-Input {
		padding-top: 10px;
		outline: none;
		white-space: nowrap;
		width: 100%;
		height: 100px;
	}
	.wrapper .foot {
		display: flex;
		padding: 20px 50px 10px 50px;
		flex-wrap: nowrap;
	}
	.wrapper .Float {
		z-index: 9999;
		box-sizing: border-box;
		position: absolute;
		right: 10px;
		bottom: 330px;
		width: 20px;
		height: 20px;
		border-radius: 50%;
		background-color: #ffd223;
	}
	.wrapper .Float i {
		display: flex;
		margin-top: 3px;
		justify-content: center;
		font-size: 12px;
		color: #fff;
	}
	.wrapper .foot .present ul {
		width: 100%;
	}
	.wrapper .foot .present ul .present-item {
		text-align: left;
		border-bottom: 1px solid #bbd3e2;
		float: none;
	}

	.wrapper .foot .present ul .present-item:nth-last-of-type(1) {
		border: none;
	}
	.wrapper .foot .code {
		padding-left: 30px;
	}
	.wrapper .foot .code img {
		margin-top: 14px;
	}
	.wrapper .foot-info {
		padding: 0px 50px 20px 50px;
		margin: 0;
		background-color: #19699d;
	}
	.wrapper .foot-info .info {
		font-size: 11px;
		color: #fff;
	}
}

@media screen and (max-width: 320px) {
	.wrapper .content .infers ul .infers-item {
		width: 46% !important;
		margin-right: 17px !important;
		margin-bottom: 18px !important;
	}
	.wrapper .content .infers ul .infers-item:nth-child(2n) {
		margin-right: 0px !important;
	}
	.wrapper .foot .present ul .present-item a{
		white-space: nowrap;
	}
}