#main {
	margin-top: 130px;
}

.sectionwrap {
	margin-bottom: 120px;
}
.sectionwrap::after{
	content: "";
	display: block;
	clear: both;
}
.toplogo img {
	margin: auto;
}

.toplogo h1 {
	font-size: 18px;
	font-weight: Normal;
	text-align: center;
	color: #bbbbbb;
	margin-top: 20px;
}

#fixedtopheader .midp .navbtn.rmt .icon {
	background: url(../img/allicon.png) no-repeat;
	background-position: -274px -104px;
}

.itemlist {
	width: 1080px;
	height: 102px;
	/* overflow: hidden; */
	margin: auto;
	margin-top: 51px;
}

.official_product .item {
	float: left;
	height: 102px;
	position: relative;
}

.official_product .item .codewrap {
	position: absolute;
		display: none;
	height: 500px;
	left: 50%;
	transform: translateX(-50%);

}

.official_product .item.zlz {
	margin-right: 193px;
}

.official_product .item.zlz .logo {
	margin-top: 13px;
	width: 145px;
	height: 75px;
}

.official_product .item.xcxy {
	margin-right: 194px;
}

.official_product .item.xcxy .logo {
	margin-top: 3px;
	width: 86px;
	height: 95px;
}

.official_product .item.cutv {
	margin-right: 123px;

}

.official_product .item.cutv .logo {
	margin-top: 18px;
	width: 136px;
	height: 66px;
}

.official_product .item.wjz {
	margin-right: 193px;
}

.official_product .item.wjz .logo {
	margin-top: 10px;
	width: 118px;
	height: 80px;
}

.official_product .item.zlz .codewrap {
	width: 260px;
	top: 102px;
}

.official_product .item.xcxy .codewrap {
	width: 140px;
	top: 102px;
}

.official_product .item.cutv .codewrap {
	width: 260px;
	top: 102px;
}

.official_product .item.wjz .codewrap {
	width: 140px;
	top: 102px;
}

.official_product .item .codewrap .arrow {
	position: absolute;
	left: 50%;
	margin-left: -9px;
	z-index: 2;
}

.official_product .item .codewrap .codebg {
	background: #fff;
	overflow: hidden;
	border-radius: 8px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 11px;
	padding: 20px;
}

.official_product .item .codewrap .codeitem {
	width: 100px;
	float: left;

}

.official_product .item .codewrap .codeitem .codeimg {
	width: 100px;
	height: 100px;
}

.official_product .item .codewrap .codeitem h1 {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
}

.wx .item {
	float: left;
	width: 216px;
	margin-bottom: 60px;
}

.wx .innerwrap {
	width: 1080px;
}

.wx .item .imgbox {
	width: 130px;
	height: 130px;
	margin: auto;
	overflow: hidden;
}

.wx .item .imgbox img {
	width: 100%;
	height: 100%;
}

.wx .item h1 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin-top: 20px;
}


.dy .item {
	float: left;
	width: 216px;
	margin-bottom: 60px;
}

.dy .innerwrap {
	width: 1080px;
}

.dy .item .imgbox {
	width: 130px;
	height: 130px;
	margin: auto;
	overflow: hidden;
}

.dy .item .imgbox img {
	width: 100%;
	height: 100%;
}

.dy .item h1 {
	font-size: 24px;
	font-weight: 400;
	text-align: center;
	color: #333333;
	margin-top: 20px;
}


/* ======================移动端====================== */

#m_main .m_section{
	padding: 0.9375rem;
	padding-bottom:0;
}
#m_main .m_section:last-child{
	padding-bottom: 0.9375rem !important;
}
#m_main .m_section .m_block{
	background: white;
	padding: 0.9375rem;
	border-radius: 0.5rem;
}
#m_main .m_section .m_sectiontitle{
	font-size: 0.9375rem;
	color: #333;
	overflow: hidden;
}
#m_main .m_section .m_sectiontitle .m_cuetext{
	float: right;
	font-size: 0.75rem;
	color: #999;
}
#m_main .m_section .m_listwrap{
	margin-top: 0.9375rem;
	overflow: hidden;
}
#m_main .m_section .m_listwrap .m_item{
	float: left;
	margin-right: 0.9375rem;
	width: 5.9375rem;
	height: 5.9375rem;
	text-align: center;
	line-height: 95px;
	font-size: 0.75rem;
	color: #999;
}
#m_main .m_section .m_listwrap .m_item:nth-of-type(3n){
	margin-right: 0;
}
#m_main .m_section .m_listwrap .m_item img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#m_main .m_section.m_code_section .m_item img{
	width: 4.5625rem;
	height: 4.5625rem;
	margin: auto;
}
#m_main .m_section.m_code_section .m_item .m_code_title{
	font-size: 0.75rem;
	color: #333;
	height: 0.75rem;
	line-height: 0.75rem;
	margin-top: 0.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
#m_main .m_section.m_code_section .m_item{
	margin-top: 0.625rem;
}
#m_main .m_section.m_code_section .m_listwrap{
	margin-top:0.3125rem;
}
.m_imgwatchwrap.m_small .swiper-slide img{
	width: 60% !important;
	margin: auto;
}