@media screen and (max-width: 1024px) {
	.main {
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	.con1 {
		width: 98%;
		height: auto;
		margin: 0 auto;
	}
	.smallLogo {
		width: 100%;
		height: 124px;
	}
	.logoBox-1 {
		width: 28%;
		margin: 0 0 0 1%;
	}
	.logoBox-2 {
		width: 29%;
	}
	.logoBox-3 {
		width: 32%;
	}
	.Top {
		width: 100%;
		background-color: #333;
	}
	.Sj {
		margin: 0 0 0 1%;
	}
	.Nr {
		width: 30%;
		height: 30px;
		line-height: 30px;
		margin: 0 1% 0 0;
		float: right;
	}
	.smallTop {
		width: 100%;
	}
	.smallLogo {
		width: 100%;
	}
	.smallNav {
		width: 100%;
	}
	.smallNav li {
		width: 9.0%;
	}
	.con12 {
		width: 98%;
		height: auto;
		margin: 1% auto 0 auto;
	}
	.con13 {
		width: 98%;
	}
	.img1 {
		width: 32.5%;
		height: 65px;
	}
	.img2 {
		width: 32.5%;
		height: 65px;
	}
	.img3 {
		width: 32.5%;
		height: 65px;
	}
	/*底部*/
	.smallfooter {
		width: 100%;
		height: 389px;
		background-color: #222222;
		margin: 0 auto;
		text-align: center;
	}
}

@media screen and (max-width: 768px) {
	html {
		width: 768px;
		height: auto;
		/*overflow: hidden;*/
	}
	body {
		width: 100%;
		height: auto;
		/*overflow: hidden;*/
	}
	.main {
		width: 100%;
		height: auto;
	}
	.Top {
		width: 100%;
		height: 30px;
		margin: 0 auto;
		font-size: 12px;
		background-color: #333;
	}
	.smallTop {
		width: 100%;
		height: 30px;
		margin: 0 auto;
	}
	.Sj {
		width: 20%;
		height: 30px;
		line-height: 30px;
		color: white;
		margin: 0 0 0 1%;
	}
	.Nr {
		width: 10%;
		height: 30px;
		line-height: 30px;
		float: right;
		display: block;
		margin: 0 1% 0 0;
	}
	.btn {
		width: 70px;
		height: 18px;
		line-height: 18px;
		margin-top: 7px;
		border-left: 1px solid #717171;
		border-right: 1px solid #717171;
		float: right;
		text-align: center;
		display: block;
	}
	.Btn-a {
		color: white;
		text-decoration: none;
		display: block;
	}
	#Swsy {
		display: none;
	}
	#Scbz {
		display: none;
	}

	/*logo*/
	.logo {
		width: 100%;
		height: 124px;
	}
	.logoBox-1 {
		width: 32%;
		height: 124px;
		line-height: 124px;
		color: #005bac;
		margin: 0 0 0 1%;
	}
	.logoBox-1 img {
		line-height: 124px;
		vertical-align: middle;
	}
	.logoBox-2 {
		display: none;
	}
	.logoBox-3 {
		width: 35%;
		height: 124px;
		float: right;
		line-height: 124px;
		margin: 0 1% 0 0;
	}
	.smallLogo {
		width: 100%;
		height: 124px;
		margin: 0 auto;
	}
	.Ss-text {
		width: 135px;
		height: 31px;
		border: 1px solid #0a4e8a;
		border-radius: 13px;
		color: #0a4e8a;
		font-size: 12px;
		margin: 17% 0 0 10%;
	}
	.Ss-btn {
		width: 55px;
		height: 31px;
		background-color: #d15d08;
		color: white;
		border: none;
		border-radius: 15px;
		font-size: 12px;
		margin: 18% 0 0 5%;
	}

	/*导航*/
	.Nav {
		width: 100%;
		height: auto;
		background-color: #0a4e8a;
	}
	.smallNav {
		width: 100%;
		height: 48px;
		margin: 0 auto;
		background-color: #0a4e8a;
	}
	.smallNav li a {
		font-size: .8rem;
	}
	.con12 {
		width: 100%;
		height: auto;
		margin: 1% auto 0 auto;
	}
	.Ewm {
		/* display: none; */
	}
	.social-share .social-share-icon {
		width: 23px !important;
		height: 23px !important;
		font-size: 20px !important;
		border-radius: 50% !important;
		line-height: 23px !important;
	}
}