@charset "utf-8";

/*新一代物联网4G路由器 RG-RSR10-01G-T(W)-S 系列*/

.wms-cont-item {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	color: #202020;
}

.wms-content {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.wms-main-title {
	text-align: center;
	font-weight: normal;
	font-size: 40px;
}

.wms-sub-title {
	text-align: center;
	font-weight: normal;
	font-size: 24px;
}

.wms-intro {
	text-align: center;
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
}

.wms-img {
	text-align: center;
}

.wms-img img {
	width: auto;
	max-width: 100%;
}

.white {
	color: #fff;
}

.black {
	color: #202020;
}

.tl {
	text-align: left;
}

a {
	text-decoration: none;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.wms-row {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.wms-col-6 {
	width: 50%;
	float: left;
}


/*--------*/

.wms-bg-1 {
	background-image: url(../imgs/wms-bg-1.jpg);
	height: 786px;
}

.wms-bg-1 .tl {
	margin-top: 20px;
	margin-bottom: 10px;
}

.wms-bg-1 .wms-main-title {
	margin-bottom: 20px;
	margin-top: -70px;
}

.wms-bg-1 .wms-sub-title {
	margin-bottom: 30px;
}

.wms-bg-1 .wms-text {
	color: #fff;
	text-align: left;
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	margin-top: -40px;
	line-height: 160%;
}

.wms-bg-1 .wms-text .notes {
	padding-left: 10px;
	position: relative;
}

.wms-bg-1 .wms-text p span {
	margin-left: -10px;
}

.wms-bg-2 {
	background-image: url(../imgs/wms-bg-2.jpg);
	height: 785px;
}

.wms-bg-2 .wms-main-title {
	margin-top: 70px;
	margin-bottom: 60px;
}

.wms-bg-3 {
	background-image: url(../imgs/wms-bg-3.jpg);
	height: 786px;
}

.wms-bg-3 .wms-main-title {
	margin-top: 60px;
	margin-bottom: 30px;
}

.wms-bg-3 .wms-sub-title {
	margin-bottom: 100px;
}

.wms-bg-3 .wms-row {
	margin-bottom: 30px;
}

.wms-bg-3 .wms-intro {
	margin-top: 30px;
}

.wms-bg-4 {
	background-image: url(../imgs/wms-bg-4.jpg);
	height: 786px;
}

.wms-bg-4 .wms-main-title {
	margin-top: 50px;
	margin-bottom: 20px;
}

.wms-bg-4 .wms-sub-title {
	margin-bottom: 50px;
}

.wms-bg-4 .wms-row {
	margin-bottom: 30px;
}

.wms-bg-4 .wms-intro {
	margin-top: 30px;
}

.wms-bg-4 .wms-col-r .wms-img {
	margin-top: 60px;
}

.wms-bg-5 {
	background-image: url(../imgs/wms-bg-5.jpg);
	height: 786px;
}

.wms-bg-5 .wms-main-title {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wms-bg-5 .wms-sub-title {
	margin-bottom: 50px;
}

.wms-bg-5 .wms-img {
	margin-bottom: 40px;
}

.wms-slider {
	padding-left: 100px;
	padding-right: 100px;
	position: relative;
	overflow: hidden;
}

.wms-prev,
.wms-next {
	display: block;
	width: 67px;
	height: 67px;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	bottom: 0;
	margin: auto;
	background-size: 100% auto;
	position: absolute;
}

.wms-prev {
	background-image: url(../imgs/prev-5.png);
	left: 0;
}

.wms-next {
	background-image: url(../imgs/next-5.png);
	right: 0;
}

.wms-block {
	width: 50%;
	float: left;
}

.block-l .wms-sub-title,
.block-l .wms-img,
.block-l .wms-intro {
	margin-right: 20px;
}

.block-r .wms-sub-title,
.block-r .wms-img,
.block-r .wms-intro {
	margin-left: 20px;
}

.wms-bg-6 {
	background-image: url(../imgs/wms-bg-6.jpg);
	height: 780px;
}

.wms-bg-6 .wms-main-title {
	margin-top: 50px;
	margin-bottom: 50px;
}

.wms-bg-7 {
	background-image: url(../imgs/wms-bg-7.jpg);
	height: 786px;
}

.abtn-white {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 60px auto 20px auto;
	font-size: 18px;
	background: #fff;
	color: #07a0f0;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.abtn-white:hover {
	color: #fff;
	background: #07a0f0;
}

.wms-bg-8 {
	background-image: url(../imgs/wms-bg-8.jpg);
	height: 786px;
}

.abtn-blue {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 60px auto 20px auto;
	font-size: 18px;
	background: #07a0f0;
	color: #fff;
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.abtn-blue:hover {
	color: #07a0f0;
	background: #fff;
}

.wms-bg-9 {
	background-image: url(../imgs/wms-bg-9.jpg);
	height: 786px;
}

.wms-bg-10 {
	background-image: url(../imgs/wms-bg-10.jpg);
	height: 786px;
}

.wms-bg-7 .wms-main-title,
.wms-bg-8 .wms-main-title,
.wms-bg-9 .wms-main-title,
.wms-bg-10 .wms-main-title {
	margin-top: 70px;
	margin-bottom: 20px;
}

.wms-bg-7 .wms-sub-title,
.wms-bg-8 .wms-sub-title,
.wms-bg-9 .wms-sub-title,
.wms-bg-10 .wms-sub-title {
	margin-bottom: 80px;
}

.wms-bg-7 div.wms-intro,
.wms-bg-8 div.wms-intro,
.wms-bg-9 div.wms-intro,
.wms-bg-10 div.wms-intro {
	margin-bottom: 30px;
}

.ul-list-7,
.ul-list-8,
.ul-list-9,
.ul-list-10 {
	overflow: hidden;
	width: 1200px;
}

.ul-list-7 li,
.ul-list-8 li,
.ul-list-9 li {
	width: 23%;
	margin: 0 1% 20px 1%;
	float: left;
}

.ul-list-7 li,
.ul-list-9 li {
	color: #fff;
}

.ul-list-10 li {
	width: 31.3%;
	margin: 0 1% 20px 1%;
	float: left;
}

.ul-list-7 li .wms-img,
.ul-list-8 li .wms-img,
.ul-list-9 li .wms-img,
.ul-list-10 li .wms-img {
	margin-bottom: 20px;
}

.img-mobi-show {
	display: none;
}
.wms-sliders .abtn-blue{
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	margin: 20px auto;
}
@media screen and (max-width: 768px) {
	.sh-box-header ul li.sh-mobile-nav ul li a.active {
		color: #de0032;
	}
	.wms-cont-item {
		height: auto;
		width: 100%;
	}
	.wms-content {
		width: 100%;
	}
	.wms-cont-item .wms-main-title {
		margin: 30px auto 20px auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-cont-item .wms-sub-title {
		margin: 0 auto 20px auto;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-main-title {
		font-size: 20px;
	}
	.wms-sub-title {
		text-align: center;
		font-weight: normal;
		font-size: 16px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-intro {
		text-align: center;
		font-size: 12px;
		line-height: 140%;
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-img {
		padding-left: 10px;
		padding-right: 10px;
	}
	.wms-img img {
		max-width: 100%;
	}
	.wms-row {
		width: 100%;
	}
	.wms-col-6 {
		width: 100%;
		margin-bottom: 20px;
	}
	.wms-bg-1 .wms-text {
		margin-top: 0;
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
		line-height: 140%;
		margin-bottom: 30px;
	}
	.wms-bg-3 .wms-row {
		margin-bottom: 0px;
	}
	.wms-bg-3 .wms-col-6 .wms-intro {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.wms-bg-3 .wms-intro {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.wms-bg-4 .wms-row {
		margin-bottom: 0;
	}
	.wms-bg-4 .wms-col-r .wms-img {
		margin-top: 0;
	}
	.wms-bg-4 .wms-col-6 .wms-intro {
		margin-bottom: 0;
		margin-top: 10px;
	}
	.wms-bg-4 .wms-intro {
		margin-top: 0px;
		margin-bottom: 20px;
	}
	.wms-slider-5 {
		padding-left: 40px;
		padding-right: 40px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.wms-slider-05 {
		display: block;
	}
	.wms-prev,
	.wms-next {
		width: 30px;
		height: 30px;
	}
	.wms-block {
		width: 100%;
	}
	.wms-block .wms-sub-title {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.wms-bg-5 .wms-img {
		margin-bottom: 10px;
	}
	.wms-block .wms-intro {
		margin-bottom: 20px;
	}
	.wms-block.block-l *,
	.wms-block.block-r * {
		margin-left: 0;
		margin-right: 0;
	}
	.wms-bg-5 .wms-mobi-img {
		margin-top: 40px;
	}
	.wms-bg-7 div.wms-intro,
	.wms-bg-8 div.wms-intro,
	.wms-bg-9 div.wms-intro,
	.wms-bg-10 div.wms-intro {
		margin-bottom: 10px;
	}
	.ul-list-7,
	.ul-list-8,
	.ul-list-9,
	.ul-list-10 {
		overflow: hidden;
		width: auto;
	}
	.ul-list-7 li,
	.ul-list-8 li,
	.ul-list-9 li {
		width: 50%;
		margin: 0 0 20px 0;
		float: left;
	}
	.wms-bg-7 .wms-intro br,
	.wms-bg-8 .wms-intro br,
	.wms-bg-9 .wms-intro br,
	.wms-bg-10 .wms-intro br {
		display: none;
	}
	.wms-bg-7 .wms-main-title,
	.wms-bg-8 .wms-main-title,
	.wms-bg-9 .wms-main-title,
	.wms-bg-10 .wms-main-title {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.wms-bg-7 .wms-sub-title,
	.wms-bg-8 .wms-sub-title,
	.wms-bg-9 .wms-sub-title,
	.wms-bg-10 .wms-sub-title {
		margin-bottom: 15px;
	}
	.abtn-blue,
	.abtn-white {
		display: block;
		width: 100px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		margin: 0px auto 20px auto;
		font-size: 14px;
		-webkit-border-radius: 16px;
		border-radius: 16px;
	}
	.img-mobi-show {
		display: block;
		margin-top: 30px;
	}
	.img-pc-show {
		display: none;
	}
}