@media screen and (min-width:1001px) {
	a {
		text-decoration: normal
	}

	.clearfix {
		overflow: hidden
	}

	.clearfix1:after {
		content: "020";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}

	.fl {
		float: left
	}

	.fr {
		float: right
	}

	.posi-rel {
		position: absolute
	}

	.container,
	.container1 {
		width: 80%;
		min-width: 1200px;
		max-width: 1200px;
		margin: 0 auto
	}

	.header li a {
		text-decoration: none
	}

	.footer {
		background: #F9F9F9;
		min-width: 1200px;
		margin-top: 60px;
	}

	.footer-box {
		width: 1000px;
		margin: 0 auto
	}

	footer-bottom {
		display: flex;
		justify-content: space-between;
	}

	.word {
		/* height: 65px; */
		color: #626262;
		font-size: 12px;
		line-height: 48px;
		float: right;
		margin-right: 20px;
	}

	.foot-bar {
		float: left;
	}

	.foot-bar span {
		display: inline-block;
		margin-right: 15px;
		height: 65px;
		line-height: 53px;
		font-size: 12px;
		letter-spacing: 1px;
		color: #333333;
		font-weight: 400;
		text-decoration: none;
	}
	.ewmbox{
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	/* .foot-bar li font {
		font-size: 13px;
		letter-spacing: 1px;
		color: rgba(102, 102, 102, 1);
		text-decoration: none
	} */

	.foot-bar-box {
		overflow: hidden;
		border-top: 1px solid #383838;
	}

	.list {
		padding-top: 40px;
		width: 1005px;
		margin: 0 auto 10px
	}

	.list ul {
		/* width: 110px; */
		text-align: left;
		float: left;
		margin-right: 60px
	}

	.list ul li {
		color: #626262;
		line-height: 30px;
		font-size: 13px
	}

	.list ul li h3 {
		font-size: 16px;
		margin-bottom: 0px
	}

	.info img {
		margin: 10px 12px 20px
	}

	.info p {
		font-size: 14px;
		line-height: 30px;
		color: #a3a3a3
	}

	.ewm img {
		width: 110px;
		text-align: center;
		margin: 21px auto 5px
	}

	.ewm p {
		font-size: 13px;
		line-height: 30px;
		color: #626262
	}

	.mobile-icon {
		width: 24%;
		position: fixed;
		left: 0;
		bottom: 0rem;
		display: none;
	}

	.to-mobile-com {
		display: none;
	}

	.mobile-concat-div {
		display: none;
	}

	.ewm-sao {
		margin-left: 324px;
	}
	.foot-box-list{
		display: flex;
	}

	.foot-box-list .foot-box-list-item{
		flex-shrink: 0;
	}
	.foot-box-list .foot-box-list-item:nth-child(0){
		margin-right: 18px;
	}
}

@media screen and (max-width:1000px) {
	a {
		text-decoration: normal
	}

	.clearfix {
		overflow: hidden
	}

	.clearfix1:after {
		content: "020";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden
	}

	.fl {
		float: left
	}

	.fr {
		float: right
	}

	.posi-rel {
		position: absolute
	}

	.container,
	.container1 {
		width: 90%;
		margin: 0 auto
	}

	.mobile-container {
		min-height: 510px;
	}

	.header li a {
		text-decoration: none
	}

	.footer {
		background: #F9F9F9;
		width: 100%;
		margin-top: 60px;
	}

	.mobile-footer-adapt {
		position: fixed;
		bottom: 0;
		width: 100%;
		left: 0;
	}

	.footer-box {
		width: 100%;
		margin: 0 auto
	}

	.word {
		/* height: 65px; */
		color: #626262;
		font-size: 12px;
		line-height: 48px;
		float: left;
		/* margin-left: 82px; */
	}

	.ewm-sao {
		margin-left: 26px;
	}

	.foot-bar {
		float: left;
	}

	.foot-bar span {
		display: inline-block;
		margin-right: 15px;
		height: 65px;
		line-height: 53px;
		font-size: 12px;
		letter-spacing: 1px;
		color: #333333;
		font-weight: 400;
		text-decoration: none
	}
	.ewmbox{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.foot-bar i font {
		font-size: 13px;
		letter-spacing: 1px;
		color: rgba(102, 102, 102, 1);
		text-decoration: none
	}


	.foot-bar-box {
		width: 90%;
		margin: auto;
		overflow: hidden;
		border-top: 1px solid #383838;
	}

	.list {
		padding-top: 40px;
		width: 90%;
		margin: 0 auto 10px
	}

	.list ul {
		/* width: 110px; */
		text-align: left;
		float: left;
		margin-right: 30px
	}

	.list ul li {
		color: #626262;
		line-height: 30px;
		font-size: 13px
	}

	.list ul li h3 {
		font-size: 16px;
		margin-bottom: 0px
	}

	.info img {
		margin: 10px 12px 20px
	}

	.info p {
		font-size: 14px;
		line-height: 30px;
		color: #a3a3a3
	}

	.ewm img {
		width: 100px;
		text-align: center;
		margin: 21px 5px 5px 5px;
	}

	.ewm p {
		display: inline-block;
		font-size: 13px;
		line-height: 30px;
		color: #626262
	}

	.mobile-icon {
		width: 25.5%;
		position: fixed;
		left: 0;
		bottom: 55px;
	}

}

.foot-box-list{
	display: flex;
}

.foot-box-list .foot-box-list-item{
	flex-shrink: 0;
}

.foot-box-list .foot-box-list-item:nth-child(1){
	margin-right: 18px;
}