body{
	line-height: 1;
	background: #f5f5f5;
}
a {
	outline: none;
	color: #333;
}
.afzhan{
	font-family:"afzhan" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}
.ease {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

iframe {
	width: 100%;
}
.iframe {
	overflow: hidden;
}
.w{
	width: 1450px;
	margin: 0 auto;
}
.gradual {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(30,30,30,0.8)));
	background-image: -webkit-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -moz-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -ms-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: -o-linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
	background-image: linear-gradient(180deg, rgba(0,0,0,0), rgba(30,30,30,0.8));
    filter : progid:DXImageTransform.Microsoft.gradient(startColorStr='#{000000}', endColorStr='#{666666}');
}
.Center{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.Center-y {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.Center-x {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
/* banner-adv */
.banner-adv {
	margin: 0 auto;
	overflow: hidden;
}
.banner-adv ul {
	width: calc(100% + 12px);
	display: inline;
	float: left;
	margin: 0px 0 0 -6px;
}

.banner-adv ul li {
	display: block;
	float: left;
	position: relative;
}
.banner-adv ul li .adv-item{
	margin: 12px 6px 0 6px;
	overflow: hidden;
}
.banner-adv ul.one li{
	width: 100%;
}
.banner-adv ul.two li{
	width: 50%;
}
.banner-adv ul.three li{
	width: 33.33%;
}
.banner-adv ul.four li{
	width: 25%;
}
.banner-adv ul.five li{
	width: 20%;
}
.banner-adv ul.six li{
	width: 16.66%;
}
.banner-adv ul li a,
.banner-adv ul li embed {
	float: left;
}
.bannerAdvtop {
	margin: 0 auto;
	overflow: hidden;
	padding-top: 11px;
}
.part1-banner-adv ul li .adv-item {
	margin: 20px 6px 0 6px;
}
.advs {
	position: relative;
	display: block;
	width: 100%;
}
.advs img {
	display: block;
}
.advs i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
@-webkit-keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
  @keyframes jello-vertical {
	0% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
	30% {
	  -webkit-transform: scale3d(0.75, 1.25, 1);
			  transform: scale3d(0.75, 1.25, 1);
	}
	40% {
	  -webkit-transform: scale3d(1.25, 0.75, 1);
			  transform: scale3d(1.25, 0.75, 1);
	}
	50% {
	  -webkit-transform: scale3d(0.85, 1.15, 1);
			  transform: scale3d(0.85, 1.15, 1);
	}
	65% {
	  -webkit-transform: scale3d(1.05, 0.95, 1);
			  transform: scale3d(1.05, 0.95, 1);
	}
	75% {
	  -webkit-transform: scale3d(0.95, 1.05, 1);
			  transform: scale3d(0.95, 1.05, 1);
	}
	100% {
	  -webkit-transform: scale3d(1, 1, 1);
			  transform: scale3d(1, 1, 1);
	}
  }
/* 置顶下拉框 */
.fix-navigation{
	background-color: #0187d0;
	padding:12px 0;
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	display: none;
}
.fix-navigation .item{
	margin: 0 auto;
}
.fix-navigation .item .logo{
	float: left;
	margin-left: 45px;
}
.fix-navigation .item .login-btn{
	float: right;
	margin-top: 10px;
}
.fix-navigation .item .login-btn a{
	display: inline-block;
	line-height: 16px;
	font-size: 14px;
	color: #fff;
	vertical-align: top;
	border-radius: 2px;
	padding:0 23px;
	position: relative;
}
.fix-navigation .item .login-btn a::after {
	width: 1px;
	height: 16px;
	height: 100%;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	background: #4eabde;
}
.fix-navigation .item .login-btn a:last-child::after {
	display: none;
}
.fix-navigation .item .login-btn a i {
	margin-right: 4px;
	font-size: 16px;
}

.fix-search{
	width: 636px;
	margin-left: 70px;
	float: left;
}
.fix-search .form{
	height: 36px;
	float: left;
	background-color: #fff;
	border-radius: 2px;
}
.fix-search .form .select{
	width: 67px;
	height: 100%;
	position:relative;
	float: left;
}
.fix-search .form .select .select-top{
	width: 100%;
	height: 100%;
	position:relative;
}
.fix-search .form .select .select-top p{
	font-size: 14px;
	line-height: 36px;
	cursor: pointer;
	text-indent: 17px;
}
.fix-search .form .select .select-top i{
	display: block;
	top: 15px;
	right: 5px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}
.fix-search .form .select .select-top.focus i{
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.fix-search .form .select .select-bot{
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	top: 36px;
	left: 0px;
	z-index: 99;
	border-top: 2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
	display: none;
}
.fix-search .form .select .select-bot li {
	line-height: 30px;
	font-size: 14px;
	text-indent: 16px;
	border-left: 2px solid #e6e6e6;
	border-right: 2px solid #e6e6e6;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.fix-search .form .select .select-bot li:hover {
	background-color: #0187d0;
	border-left: 2px solid #0187d0;
	border-right: 2px solid #0187d0;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.fix-search .form input{
	border:none;
	height: 100%;
	width: 480px;
	font-size: 14px;
	color: #aaaaaa;
	float: left;
	text-indent: 22px;
}
.fix-search .form input:focus{
	color: #333;
}
.fix-search .form button{
	width: 74px;
	height: 30px;
	line-height: 30px;
	border:none;
	background-color: #0187d0;
	font-size: 14px;
	color: #fff;
	float: right;
	cursor: pointer;
	outline:none;
	margin:3px 3px 0 0;
	border-radius: 2px;
	position: relative;
}
.fix-search .form button i{
	font-size: 14px;
	margin-right: 4px;
	vertical-align: top;
}
/* header */
.main-top {
	background: #fff;
	padding-bottom: 20px;
}
#header{
	background: #2b2b2b;
	height: 40px;
	width: 100%;
}
.header{
	height: 40px;
	margin: 0 auto;
}
#divLogin{
	float: left;
}
#divLogin ul{
	float: left;
}
#divLogin ul li{
	margin: 0 13px;
	font-size: 14px;
	line-height: 40px;
	float: 	left;
	color: #fff;
}
#divLogin ul li a{
	color: #fff;
}
#divLogin ul li a.login {
	color: #fff;
	padding: 3px 9px;
	background: #0187d0;
	border-radius: 2px;
}
.Tophead {
	position: relative;
	margin: 0 auto;
}
.multimedia{
	position: absolute;
	top: -42px;
	right: 0;
	font-size: 14px;
	line-height: 40px;

}
.multimedia>div{
	float: left;
	position: relative;
	cursor: pointer;
}
.multimedia a{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -ms-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
.siteOld{
	padding-left: 0;
}
.siteOldTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.mobileTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.mobileTop:hover {
	background: #fff;
}
.mobileTop:hover a {
	color: #333;
	border-right:1px solid #fff;
}
.weMediaTop:hover {
	background: #fff;
}
.weMediaTop:hover a {
	color: #333;
	border-right:1px solid #fff;
}
.weMediaTop a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.siteService a{
	color: #fff;
	padding:0 15px;
	border-right: 1px solid #676767;
}
.siteNavTop a{
	color: #fff;
	padding:0 20px;
}
.mobile .mobileTop a i{
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.weMedia .weMediaTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a i {
	font-size: 10px;
	margin-left: 5px;
	vertical-align: middle;
}
.siteNav1 .siteNavTop a.mediaOn2 i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.mobileBot{
	width: 260px;
	padding: 20px 15px 5px 15px;
	position: absolute;
	top: 40px;
	left: -217px;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.mobileBot .item {
	width: 110px;
	padding: 0 10px;
	float: left;
}
.mobileBot .item .image {
	width: 110px;
	height: 110px;
}
.mobileBot .item p {
	text-align: center;
	font-size: 16px;
}
.mobileBot p {
	font-size: 14px;
}
.siteNavBot ul{
	padding: 8px 0;
}
.siteNavBot ul li{
	font-size: 12px;
	line-height: 20px;
}
.weMediaBot{
	width: 390px;
	padding: 20px 15px 5px 15px;
	position: absolute;
	top: 40px;
	left: -347px;
	background: #fff;
	display: none;
	box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.weMediaBot .item {
	width: 110px;
	padding: 0 10px;
	float: left;
}
.weMediaBot .item .image {
	height: 110px;
}
.weMediaBot .item p {
	text-align: center;
	font-size: 16px;
}
.weMediaBot p {
	font-size: 14px;
}
/* logo&搜索框 */
.top {
	margin: 10px auto;
	position: relative;
	height: 102px;
}
.logo {
	float: left;
	width: 250px;
}
.logo p {
	margin-top: 10px;
}
.top .hot {
	float: left;
	margin: 20px 35px 0 35px;
	font-size: 14px;
	position: relative;
}
.top .hot .hotBot {
	position: absolute;
	top: 54px;
	left: 35px;
	z-index: 9999;
	display: none;
}
.top .hot .hotBot .mobileBotLeft1 {
	background: #fff;
	padding: 5px;
	box-shadow: 0px 10px 10px 0px rgba(119, 119, 119, 0.1);
}
.top .hot .hotBot img {
	width: 112px;
	display: block;
	margin: 0 auto;
}

.searchBox {
	width: 528px;
	float: left;
	margin-top: 20px;
	height: 42px;
	background: #0187d0;
}
.search {
	width: 100%;
	height: 42px;
}
.search input {
	width: 356px;
	float: left;
	height: 38px;
	background: #fff;
	margin-top: 2px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #999;
	text-indent: 15px;
}

.search button {
	width: 90px;
	float: right;
	height: 38px;
	margin-top: 2px;
	border: none;
	outline: none;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
	background: #0187d0;
}
.search button i {
	margin-right: 4px;
}
.searchSelect {
	width: 15%;
	height: 38px;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	background: #fff;
}
.searchSelectTop {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.searchSelectTop p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	color: #333;
	text-indent: 15px;
	border-right:1px solid #ddd;
	text-indent: 20px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.searchSelectTop i {
	display: block;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
    position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #000000 transparent transparent transparent;
	vertical-align: middle;
}
.searchSelectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.searchSelectBot {
	position: absolute;
	width: 100%;
	border: 2px solid #0187d0;
	left: -2px;
	top: 38px;
	z-index: 9999;
	background: #fff;
	display: none;
}
.searchSelectBot li {
	text-indent: 20px;
	font-size: 14px;
	line-height: 25px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.searchSelectBot li:hover {
	background: #0187d0;
	color: #fff;
}
.topAdv {
	width: 380px;
	float: right;
	margin-top: 12px;
}
.topAdv a {
	float: right;
}
.topAdv img {
	width: 100%;
	height: 100%;
}
.hot p {
	font-size: 14px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	white-space: nowrap;
}
.hot p i {
	color: #ff5858;
	margin-right: 6px;
	font-size: 16px;
}
.hot p a {
	margin-right: 16px;
}
.hot p a:hover {
	color: #0187d0;
}
.top-hot{
	position: absolute;
	left: 0;
	bottom: 0;
}
.top-hot p{
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	width: 1040px;
	overflow: hidden;
	white-space: nowrap;
}
.top-hot p i {
	color: #ff5858;
	margin-right: 6px;
	font-size: 16px;
}
.top-hot p a {
	margin-right: 28px;
}
.top-hot p a:hover {
	color: #0187d0;
}
/* nav */
.nav {
	height: 50px;
	line-height: 50px;
	background-color:#0187d0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#0187d0), to(#0081db));
	background-image:-webkit-linear-gradient(90deg, #0187d0, #0081db);
	background-image:-moz-linear-gradient(90deg, #0187d0, #0081db);
	background-image:-ms-linear-gradient(90deg, #0187d0, #0081db);
	background-image:-o-linear-gradient(90deg, #0187d0, #0081db);
	background-image:linear-gradient(90deg, #0187d0, #0081db);
	white-space: nowrap;
	margin-top: 20px;
}
.nav ul {
	white-space: nowrap;
	padding: 0 30px;
}
.nav ul li {
	float: left;
	font-size: 18px;
}
.nav ul li {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.nav ul li a {
	color: #fff;
	padding: 0 28.5px;
	display: inline-block;
	position: relative;
}
.nav ul li a i {
	display: inline-block;
	margin-right: 5px;
	font-size: 20px;
}
.nav ul li.yunzhi a::after {
	content: '12月10-13日';
	position: absolute;
	right: -24px;
	top: -5px;
	display: block;
	width: 76px;
	height: 20px;
	background-size: contain;
	border-radius: 10px 10px 10px 0;
	background-image: -webkit-linear-gradient( 0deg, #ff7d05 0%, #ff2d27 100%);
	background-image: -moz-linear-gradient( 0deg, #ff7d05 0%, #ff2d27 100%);
	background-image: -ms-linear-gradient( 0deg, #ff7d05 0%, #ff2d27 100%);
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	font-family: "Microsoft YaHei";
}
.nav ul li a:hover i {
	-webkit-animation: jello-vertical 0.7s ;
	        animation: jello-vertical 0.7s ;
}
.navFn {
	height: 50px;
	line-height: 50px;
	background-color:#f5f5f5;
	white-space: nowrap;
}
.navFn .left {
	width: 114px;
	height: 100%;
	float: left;
	position: relative;
}
.navFn .left b {
	width: 50px;
	height: 26px;
	line-height: 26px;
	display: inline-block;
	background: #ff9517;
	font-size: 16px;
	text-align: center;
	color: #fff;
	right: 0;
}
.navFn .left b::after {
	content: '';
	position: absolute;
	right: -6px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6px;
	border-color: transparent transparent transparent #FF9517;
}

.navFn ul li {
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding: 0 20px;
	position: relative;
}
.navFn ul {
	overflow: hidden;
	width: calc(100% - 115px);
}
.navFn ul li a {
	color: #0095e0;
}
.navFn ul li::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 10px;
	height: 1px;
	background: #88bdda;
}
.navFn ul li:last-child::after {
	display: none;
}
.navFn ul li a i {
	width: 3px;
	height: 12px;
	display: inline-block;
	margin-right: 8px;
	background: url('../../../Images/index/Version/2021/navFn-ico.png') no-repeat;
	background-size: contain;
}
/* nav End */
/* part1 */
.part1 {
	background: #f5f5f5;
}
.part1 .main {
	margin-top: 20px;
}
.product-classify {
	width: 270px;
	background: #fff;
	float: left;
}
.product-classify .title {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	font-size: 20px;
	padding-left: 74px;
	background: url('../../../Images/index/Version/2021/title-bg.png') no-repeat;
	background-size: cover;
}
.product-classify .title i {
	width: 22px;
	height: 19px;
	display: inline-block;
	background: url('../../../Images/index/Version/2021/title-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 20px 20px 0 0;
}
.product-classify .title a {
	color: #fff;
	font-weight: bold;
}
.class-a {
	height: 50px;
	line-height: 50px;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-left: 117px;
}
.class-a b {
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
.class-a b i {
	font-size: 20px;
	color: #0187d0;
	position: absolute;
	left: 76px;
	font-weight: normal;
}
.class-b {
	width: 1180px;
	position: absolute;
	z-index: 9999;
	left: 270px;
	top: -72px;
	background: #fff;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.1);
	display: none;
}
.class-b.t1 {
	top: -72px;
}
.class-b.t2 {
	top: -122px;
}
.class-b.t3 {
	top: -172px;
}
.class-b.t4 {
	top: -222px;
}
.class-b.t5 {
	top: -272px;
}
.class-b.t6 {
	top: -322px;
}
.class-b.t7 {
	top: -372px;
}
.class-b.t8 {
	top: -422px;
}
.class-b.t9 {
	top: -472px;
}
.class-b.t10 {
	top: -522px;
}
.class-b.t11 {
	top: -572px;
}
.class-txt {
	width: 755px;
	float: left;
	padding: 20px 0 0 0;
}
.class-txt .item {
	width: 342px;
	float: left;
	padding: 0 0 20px 0px;
	margin-left: 35px;
}
.class-txt .item .class-c{
	height: 40px;
	font-size: 17px;
	line-height: 40px;
	font-weight: 700;
	position:relative;
	margin-bottom: 6px;
	border-bottom: 1px solid #e6e6e6;
	padding-left: 12px;
}
.class-txt .item .class-c::after {
	content: "";
	display: block;
	position: absolute;
	width: 4px;
	height: 18px;
	background: #ffa21a;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.class-txt .item .class-c a.more {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: normal;
	color: #999;
	font-size: 14px;
}
.class-txt .item .class-c a.more:hover {
	color: #0187d0;
}
.class-txt .item p{
	font-size: 0;
	height: 30px;
	overflow: hidden;
	text-indent: -7px;
}
.class-txt .item p a {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	margin: 0 7px;
}
.class-txt .item .add {
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: #fff6e8;
	border-radius: 20px;
	font-size: 14px;
	margin-top: 10px;
}
.class-txt .item .add a {
	color: #ff9600;
	margin-right: 13px;
}
.class-txt .item .add a:last-child {
	margin-right: 0;
}
.class-txt .item .add i {
	display: inline-block;
	width: 21px;
	height: 17px;
	background: url('../../../Images/index/Version/2021/add-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin: 5px 12px 0 8px;
}
.class-txt .item a:hover{
	color: #0187d0;
}
.class-adv {
	padding: 30px 35px 27px 35px;
	width: 354px;
	height: 100%;
	box-sizing: border-box;
	float: right;
	background: #f2f8fd;
}
.class-adv .item {
	padding: 0;
	text-align: center;
	box-sizing: border-box;
}
.class-adv .item:last-child{
	margin-top: 15px;
}
.class-adv .item img{
	width: 100%;
	height: 235px;
}
.class-adv .item p {
	font-size: 16px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	margin-top: 20px;
	font-weight: bold;
}
.class-adv .item p a{
	color: #333;
}
.class-adv .item span{
	font-size: 14px;
	line-height: 26px;
	display: block;
	color: #999;
}
.class-adv .item span a{
	color: #999;
}
.class-adv .item a:hover{
	color: #0187d0;
}
.product-classify ul {
	padding: 12px 0;
}
.product-classify ul li {
	position: relative;
	z-index: 99;
}
.product-classify li.hover {
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.product-classify li.hover .class-a::after {
	content: '';
	width: 4px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #ffa21a;
}
.product-classify li:hover .class-a b i {
	-webkit-animation: jello-vertical 0.7s;
			animation: jello-vertical 0.7s;
}
.product-classify li.hover i {
	color: #ffa21a;
}
.product-classify li.hover b {
	font-weight: bold;
}
.product-classify li.hover .class-b {
	display: block;
}
.product-classify li.hover .class-a a {
	color: #ffa21a;
}
.news {
	margin-left: 12px;
	width: 802px;
	background: #fff;
	float: left;
	padding: 0 23px 25px 23px;
	box-sizing: border-box;
}
.news-nav {
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}
.news-nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e6e6e6;
}
.news-nav a {
	width: 20%;
	float: left;
	position: relative;
}
.news-nav a::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 21px;
	background: #e9e9e9;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.news-nav a:last-child::after {
	display: none;
}
.news-nav a.focus {
	color: #0187d0;
}
.news-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 20%;
	height: 3px;
	z-index: 9;
}
.news-nav .followTab i{
	position: absolute;
	width: 89px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #0187d0;
	z-index: 99;
}
.news-nav .followTab i::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2021/news-nav-ico.png') no-repeat;
}
.news-list {
	display: none;
}
.news-list .news-top {
	height: 132px;
	background: #f8f8f8;
	margin-top: 20px;
	padding: 20px;
	box-sizing: border-box;
}
.news-list .news-top p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-list .news-top p i {
	font-size: 24px;
	margin-right: 8px;
}
.news-list .news-top span {
	line-height: 22px;
	height: 44px;
	display: block;
	overflow: hidden;
	font-size: 14px;
	color: #999;
	margin-top: 8px;
}
.news-list .news-top span a {
	color: #ffa21a;
	margin-left: 4px;
}
.news-list .news-top a {
	color: #f52725;
}
.news-up {
	padding: 25px 0 25px 0;
    border-bottom: 1px solid #e6e6e6;
}
.news-up p {
	font-size: 24px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
}
.news-up p a {
	color: #f52725;
}
.news-ul {
	margin-top: 20px;
}
.news-ul ul li{
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	position: relative;
	text-indent: 18px;
	padding-right: 80px;
}
.news-ul ul li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news-ul ul li:hover a {
	color: #0187d0;
}
.news-ul ul li:hover::after {
	background-color: #0187d0;
}
.news-ul ul li span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.newsTop ul {
	padding: 13px 0;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.newsTop ul::after {
	content: "";
	width: 38px;
	height: 11px;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2021/news-top-ico.png') no-repeat;
}
.newsTop ul li{
	font-size: 16px;
	width: 50%;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
	float: left;
}
.newsTop ul li a {
	color: #333;
}
.newsTop ul li a:hover {
	color: #0187d0;
}
.newsBot {
	margin-top: 20px;
}
.newsBot .item:first-child {
	margin-top: 0;
}
.newsBot .item {
	overflow: hidden;
	margin-top: 16px;
}
.newsBot .image {
	width: 175px;
	height: 117px;
	margin-right: 18px;
	float: left;
	border-radius: 3px;
	overflow: hidden;
}
.newsBot .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border-radius: 3px;
}
.newsBot .image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.newsBot ul {
	overflow: hidden;
	padding: 4px 0;
}
.newsBot ul li {
	font-size: 16px;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	position: relative;
	padding-right: 45px;
}
.newsBot ul li span {
	position: absolute;
	right: 0;
	top: 0;
	color: #999;
	font-size: 14px;
}
.newsBot ul li:first-child {
	font-weight: bold;
	font-size: 18px;
}
.newsBot ul li:first-child span {
	font-weight: normal;
}
.newsBot ul li a {
	color: #333;
}
.newsBot ul li a:hover {
	color: #0187d0;
}
.part1 .right {
	width: 354px;
	float: right;
}
.part1 .right .adv-4 {
	position: relative;
}

.adv-4 .big{
	position:relative;
	height: 240px;
}
.adv-4 .big li {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
}
.adv-4 .big li:first-child {
	display: block;
}
.adv-4 .big li .image{
	padding-bottom:calc((240 / 350) * 100%);
	height: 0;
	overflow: hidden;
}
.adv-4 .big li .image img{
	width: 100%;
	max-height: none;
	display: block;
}
.adv-4 .big li .image i {
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 9;
	width: 24px;
	height: 12px;
	background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
}
.slidelist{
	margin-top: 15px;
	width: calc(100% + 14px);
	height: 51px;
	position:relative;
}
.slidelist ul{
	position:absolute;
	z-index: 8;
	top: 0;
	left: 0;
	padding: 0 1px;
	box-sizing: border-box;
}
.slidelist ul li{
	width: 79px;
	margin-right: 12px;
	float: left;
}
.slidelist ul li .image{
	padding-bottom:calc((240 / 350) * 100%);
	height: 0;
	overflow: hidden;
	background-color: #fff;
	position:relative;
}
.slidelist ul li .image img {
	width: 100%;
	max-height: none;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.slidelist span {
	position: absolute;
	/* z-index: 9; */
	width: 80px;
	height: 55px;
	border: 1px solid #4286f5;
	box-shadow: 0px 2px 7px 0px rgba(0, 68, 241, 0.3);
	z-index: 7;
	top: -1px;
}

.right .special {
	background: #fff;
	margin-top: 10px;
}
.brand-nav {
	border-bottom: 1px solid #f6f6f6;
	position: relative;
	height: 58px;
}
.brand-nav p {
	width: 100%;
}
.brand-nav p a {
	width: 33.33%;
	line-height: 58px;
	height: 58px;
	display: inline-block;
	color: #999;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	position: relative;
}
.brand-nav p a.focus {
	color: #333;
}
.brand-nav .followTab {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 33.333%;
	height: 3px;
	z-index: 9;
	background: #0187d0;
}
.brand-nav .followTab i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0187D0 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.brand-nav a.more-brand {
	width: 33.33%;
	line-height: 58px;
	height: 58px;
	display: inline-block;
	color: #999;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 0;
}
.brand-nav a.more-brand:hover {
	color: #333;
}
.brand-list-first {
	border: none !important;
}
.brand-list-first .item {
	height: 78px;
	margin-bottom: 8px;
}
.brand-list-first .item:nth-child(3) {
	margin-bottom: 0;
}
.brand-list-first .item img {
	width: 100%;
	height: 100%;
}
.brand-list {
	margin-top: 8px;
	display: none;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.brand-list ul li {
	width: 50%;
	height: 83px;
	line-height: 83px;
	text-align: center;
	float: left;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
	position: relative;
}
.brand-list ul li img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.brand-list ul li .item {
	display: none;
	width: calc(200% + 3px);
	height: calc(100% + 4px);
	position: absolute;
	left:-1px;
	top: -2px;
	z-index: 10;
	box-shadow: 0px 0px 7px 0px rgba(49, 49, 49, 0.2);
}
.brand-list ul li .item img {
	width: 100%;
	height: 100%;
}
.brand-list ul li:hover .item {
	display: block;
}
.brand-list ul li:nth-child(2n) .item {
	right:0;
	top: 0;
	left: auto;
}
/* part1 End */
/* part2 */
.index-title {
	height: 90px;
	text-align: center;
	position: relative;
	z-index: 9;
	overflow: hidden;
	margin-bottom: 25px;
	margin-top: 22px;
}
.index-title p i {
	font-size: 46px;
	color: #fff;
	display: inline-block;
	margin-top: 2px;
}
.index-title p em {
	display: inline-block;
}
.index-title b {
	font-size: 30px;
	color: #333;
	display: block;
	margin-top: 5px;
}
.index-title::after {
	content: '';
	display: block;
	position: absolute;
	width: 609px;
	height: 16px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('../../../Images/index/Version/2021/index-title-left.png') no-repeat;
	background-size: contain;
}
.index-title::before {
	content: '';
	display: block;
	position: absolute;
	width: 609px;
	height: 16px;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('../../../Images/index/Version/2021/index-title-right.png') no-repeat;
	background-size: contain;
}
.index-title-1 p em {
	width: 46px;
	height: 51px;
	background: url('../../../Images/index/Version/2021/index-title-1.png') no-repeat;
	background-size: contain;
}
.index-title-2 p em {
	width: 46px;
	height: 46px;
	background: url('../../../Images/index/Version/2021/index-title-2.png') no-repeat;
	background-size: contain;
}
.index-title-3 p em {
	width: 46px;
	height: 44px;
	background: url('../../../Images/index/Version/2021/index-title-3.png') no-repeat;
	background-size: contain;
}
.index-title-4 p em {
	width: 48px;
	height: 46px;
	background: url('../../../Images/index/Version/2021/index-title-4.png') no-repeat;
	background-size: contain;
}
.index-title-5 p em {
	width: 46px;
	height: 51px;
	background: url('../../../Images/index/Version/2021/index-title-5.png') no-repeat;
	background-size: contain;
}
.part2-title{
	margin-top: 0;
}
.part2-title b{
	color: #fff;
}
.part2-title::after {
	background: url('../../../Images/index/Version/2021/part2-title-left.png') no-repeat;
	background-size: contain;
}
.part2-title::before {
	background:  url('../../../Images/index/Version/2021/part2-title-right.png') no-repeat;
	background-size: contain;
}
.part2 {
	margin-top: 25px;
	padding: 64px 0;
	background-color:#00a2ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2ff), to(#1679ff));
	background-image:-webkit-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-moz-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-ms-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-o-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:linear-gradient(90deg, #00a2ff, #1679ff);
	position: relative;
}
.part2::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../../../Images/index/Version/2021/part2-bg.png') no-repeat;
	background-size: cover;
}
.part2-left	{
	width: 908px;
	float: left;
	height: 511px;
	position: relative;
	z-index: 9;
}
.part2-left	.image {
	border-radius: 3px;
	position: relative;
	overflow: hidden;
	height: 100%;
}
.part2-left	.image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
/* .part2-left	.image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
} */
.part2-left	.image b {
	display: block;
	width: 98px;
	height: 98px;
	border-radius: 50%;
	background: #fff;
}
.part2-left .image i {
	/* display: block; */
	/* margin-left: 5px; */
	/* width: 0; */
	/* height: 0; */
	/* border-style: solid; */
	/* border-width: 19px 0 19px 30px; */
	/* border-color: transparent transparent transparent #0187D0; */
	/* border-radius: 3px; */
	font-size: 110px;
	color: #fff;
}
.part2-left .image .mark {
	position: absolute;
	top: 16px;
	right: 16px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background-color: #ff7605;
	padding: 6px 12px;
	border-radius: 4px;
	z-index: 10;
}
.part2-left .image .mark.Replay {
	background-color:#ff7605;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7605), to(#ffa200));
	background-image:-webkit-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-moz-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-ms-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:-o-linear-gradient(90deg, #ff7605, #ffa200);
	background-image:linear-gradient(90deg, #ff7605, #ffa200);
}
.part2-left .image .mark.Live {
	background-color:#00a2ff;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#00a2ff), to(#1679ff));
	background-image:-webkit-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-moz-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-ms-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:-o-linear-gradient(90deg, #00a2ff, #1679ff);
	background-image:linear-gradient(90deg, #00a2ff, #1679ff);
}
.part2-right {
	width: 508px;
	float: right;
	position: relative;
	z-index: 9;
}
.part2-right b {
	display: block;
	height: 44px;
	line-height: 44px;
	font-size: 25px;
	color: #fff;
	text-align: center;
	position: relative;
}
.part2-right b::after {
	content: '';
	position: absolute;
	height: 2px;
	width: 160px;
	background: #87c3ff;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.part2-right b::before {
	content: '';
	position: absolute;
	height: 2px;
	width: 160px;
	background: #87c3ff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.part2-right b i {
	font-weight: normal;
	font-size: 26px;
	margin-right: 12px;
}
.part2-right ul {
	overflow: hidden;
	margin: -8px;
	margin-top: 12px;
}
.part2-right ul li {
	width: 50%;
	float: left;
	padding: 8px;
	box-sizing: border-box;
}
.part2-right ul li .image {
	position: relative;
	height: 138px;
	border-radius: 3px;
	overflow: hidden;
}
.part2-right ul li .image mark {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 14px;
	width: 58px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-weight: normal;
	background-color: #ff790c;
	border-radius: 4px;
	z-index: 10;
}
.part2-right ul li .image mark.Notice {
	background: #ff790c;
}
.part2-right ul li .image mark.Replay {
	background: #0097e9;
}
.part2-right ul li .image mark.Live {
	background: #fa4c2f;

}
.part2-right ul li .image img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part2-right ul li .image p {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0px;
	right: 0px;
	padding: 25px 12px 10px 12px;
	font-size: 16px;
	overflow: hidden;
	color: #fff;
	font-weight: normal;
	border-radius: 0 0 5px 5px;
}
.part2-right ul li .image strong {
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	display: block;
	font-weight: normal;
}
.part2-right ul li .image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
/* part2 End*/
/*part3*/
.part3 {
	margin-top: 25px;
}
.switch {
	position: relative;
	padding: 24px;
	background: #fff;
	box-sizing: border-box;
}
.switch .swiper-button-next1 {
	right: -70px;
	cursor: pointer;
}
.switch .swiper-button-prev1 {
	cursor: pointer;
	left: -70px;
	-webkit-transform:translateY(-50%) rotate(180deg);
	-ms-transform:translateY(-50%) rotate(180deg);
	-o-transform:translateY(-50%) rotate(180deg);
	transform:translateY(-50%) rotate(180deg) ;
}
.switch .swiper-button-next1 i {
	font-size: 46px;
	color: #dcdcdc;
}
.switch .swiper-button-prev1 i {
	font-size: 46px;
	color: #dcdcdc;
}
.part3 .partSwitch {
	overflow: hidden;
	display: none;
}
.part3 .partSwitch ul li{
	width: 20%;
	float: left;
	box-sizing: border-box;
}
.part3 .partSwitch ul li .image {
	height: 148px;
	position: relative;
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}
.part3 .partSwitch ul li .image b {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	background-color:#ff7505;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#ff7505), to(#ffa200));
	background-image:-webkit-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-moz-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-ms-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:-o-linear-gradient(90deg, #ff7505, #ffa200);
	background-image:linear-gradient(90deg, #ff7505, #ffa200);
	padding: 5px 8px;
	border-radius: 2px;
}
.part3 .partSwitch ul li .image img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.part3 .partSwitch ul li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.part3 .partSwitch ul li .text {
	height: 76px;
	background: #f7f7f7;
	border-radius: 0 0 6px 6px;
	padding: 15px 10px 0 10px;
	box-sizing: border-box;
}
.part3 .partSwitch ul li .text p {
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	font-weight: bold;
}
.part3 .partSwitch ul li .text p a {
	color: #333;
}
.part3 .partSwitch ul li .text p a:hover {
	color: #0187d0
}
.part3 .partSwitch ul li .text span {
	font-size: 14px;
	color: #999;
	display: block;
	height: 24px;
	line-height: 24px;
	margin-top: 5px;
	overflow: hidden;
}
.part3 .partSwitch ul li .text span i {
	font-size: 14px;
	margin-right: 5px;
	font-weight: normal;
	margin-left: 2px;
}
/*part3 End*/
/* bannerAdv */
.bannerAdv-1 {
	margin-top: 20px;
	overflow: hidden;
}
.bannerAdv-1 .left {
	width: 1084px;
	float: left;
}
.bannerAdv-1 .right {
	width: 354px;
	float: right;
}
/* bannerAdv End */
/* part4 */
.part4 {
	overflow: hidden;
}
.product {
	width: 1084px;
	float: left;
}
.pro-nav {
	height: 58px;
	line-height: 58px;
	background: #fff;
	text-align: center;
	position: relative;
}
.pro-nav a {
	width: 16.6666%;
	float: left;
	font-size: 16px;
	position: relative;
}
.pro-nav a::after {
	content: '';
	position: absolute;
	display: block;
	width: 2px;
	height: 15px;
	background: #ededed;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.pro-nav a:last-child::after {
	display: none;
}
.pro-nav a.focus {
	color: #0187d0;
}
.pro-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 16.6666%;
	height: 3px;
	z-index: 9;
}
.pro-nav .followTab i{
	position: absolute;
	width: 72px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #0187d0;
	z-index: 99;
}
.pro-nav .followTab i::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2021/news-nav-ico.png') no-repeat;
}
.pro-list {
	display: none;
	margin-top: 10px;
	padding: 20px 25px;
	background: #fff;
	overflow: hidden;
}
.pro-list ul {
	overflow: hidden;
	margin: -10px -25px;
}
.pro-list ul li {
	width: 25%;
	float: left;
	padding: 10px 25px;
	box-sizing: border-box;
}
.pro-list ul li .image {
	height: 140px;
	background: #fff;
	position: relative;
}
.pro-list ul li .image .advs {
	height: 100%;
}
.pro-list ul li p {
	font-size: 16px;
	text-align: center;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 9px;
}
.pro-list ul li p a {
	color: #333;
}
.pro-list ul li p a:hover {
	color: #0187d0;
}
.pro-list ul li span {
	color: #999;
	display: block;
	text-align: center;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
}
.pro-list ul li .xun {
	height: 34px;
	line-height: 34px;
	background: #0187d0;
	border: 1px solid #0187d0;
	margin-top: 8px;
	font-weight: bold;
}
.pro-list ul li .price {
	text-align: center;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}
.pro-list ul li .more {
	display: block;
	overflow: hidden;
	text-align: center;
	background: #fff;
	color: #ff7e05;
	font-size: 15px;
	font-weight: normal;
}
.buy {
	width: 354px;
	float: right;
}
.buy-nav {
	height: 58px;
	line-height: 58px;
	background: #fff;
	text-align: center;
	position: relative;
}
.buy-nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f6f6f6;
}
.buy-nav a {
	width: 33.333%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #999;
}
.buy-nav a.focus {
	color: #333;
}
.buy-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 33.333%;
	height: 3px;
	z-index: 9;
	background: #0187d0;
}
.buy-nav .followTab i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0187D0 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.buy-list {
	display: none;
	background: #fff;
}
.buy-list ul {
	padding: 19px 25px;
}
.buy-list ul li p{
	height: 46px;
	line-height: 46px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	padding:0 40px 0 28px;
}
.buy-list ul li p em {
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	font-style: normal;
	font-size: 13px;
	color: #cacaca;
	text-align: center;
	background: url('../../../Images/index/Version/2021/buy-ico.png') no-repeat;
	background-size: contain;
}
.buy-list ul li:nth-child(1) p em{
	background: url('../../../Images/index/Version/2021/buy-ico-top.png') no-repeat;
	background-size: contain;
	color: #ffa21a;
}
.buy-list ul li:nth-child(2) p em{
	background: url('../../../Images/index/Version/2021/buy-ico-top.png') no-repeat;
	background-size: contain;
	color: #ffa21a;
}
.buy-list ul li:nth-child(3) p em{
	background: url('../../../Images/index/Version/2021/buy-ico-top.png') no-repeat;
	background-size: contain;
	color: #ffa21a;
}
.buy-list ul li p a {
	color: #333;
}
.buy-list ul li p a:hover {
	color: #0187d0;
}
.buy-list ul li p span {
	color: #999;
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 0;
}
.buy-list ul li .item {
	background: #f7f7f7;
	padding: 10px;
	box-sizing: border-box;
	display: none;
}
.buy-list ul li.active .item {
	display: block;
}
.buy-list ul li .image {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 6.5px;
}
.buy-list ul li .text {
	overflow: hidden;
}
.buy-list ul li .text b {
	color: #333;
	font-size: 16px;
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	margin-top: 5px;
}
.buy-list ul li .text span {
	display: block;
	font-size: 14px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #999;
	margin-top: 4px;
}
.buy-list ul li .text strong {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #f33026;
	margin-top: 5px;
	position: relative;
	padding-right: 40px;
}
.buy-list ul li .text em {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #d6d6d6;
	color: #cacaca;
	float: right;
	padding: 0 3px;
	position: absolute;
	right: 0;
	top: 0;
	background: #f7f7f7;
}
/* part4 End*/
/* part5 */
.part5 {
	overflow: hidden;
}
.tech {
	width: 354px;
	float: left;
	background: #fff;
}
.tech-title {
	padding: 0 21px;
	box-sizing: border-box;
	position: relative;
}
.tech-nav {
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: relative;
}
.tech-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
}
.tech-nav a {
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #999;
}
.tech-nav a.focus {
	color: #333;
}
.tech-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 50%;
	height: 3px;
	z-index: 9;
	background: #0187d0;
}
.tech-nav .followTab i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0187D0 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.tech-list {
	display: none;
}
.tech-list ul li {
	overflow: hidden;
	padding: 20px 21px;
	border-bottom: 1px solid #f0f0f0;
}
.tech-list ul li:last-child {
	border: none;
}
.tech-list ul li .image{
	width: 128px;
	height: 86px;
	float: left;
	margin-right: 15px;
	overflow: hidden;

}
.tech-list ul li .image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.tech-list ul li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.tech-list ul li .text {
	overflow: hidden;
}
.tech-list ul li .text p {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.tech-list ul li .text p a:hover {
	color: #0187d0;
}
.tech-list ul li .text span {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin-top: 6px;
	display: block;
}
.apply {
	background: #fff;
	width: 718px;
	float: left;
	margin-left: 12px;
	padding: 0 20px;
	box-sizing: border-box;
}
.apply-title {
	height: 58px;
	line-height: 58px;
	font-size: 20px;
}
.apply-title b i {
	width: 17px;
	height: 15px;
	display: inline-block;
	background: url('../../../Images/index/Version/2021/apply-title-ico.png') no-repeat;
	background-size: contain;
	margin-right: 6px;
	margin-bottom: 4px;
	vertical-align: middle;
}
.apply .item {
	background: #f2f2f2;
	overflow: hidden;
}
.apply .item .image {
	width: 258px;
	height: 146px;
	float: left;
	margin-right: 24px;
	position: relative;
	overflow: hidden;
}
.apply .item .image img{
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.apply .item .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.apply .item .image span {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	background: #ff3b3a;
	border-radius: 0 0 15px 0;
}
.apply .item .text {
	overflow: hidden;
}
.apply .item .text p {
	height: 30px;
	line-height: 30px;
	display: block;
	overflow: hidden;
	font-size: 19px;
	font-weight: bold;
	margin-top: 22px;
}
.apply .item .text span {
	font-size: 14px;
	color: #999;
	height: 60px;
	line-height: 20px;
	display: block;
	margin-top: 12px;
}
.apply .item .text span em {
	color: #ffa21a;
	font-style: normal;
}
.apply .item .text p a:hover {
	color: #0187d0;
}
.apply ul {
	padding: 20px 0;
}
.apply ul li {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 16px;
	position: relative;
	padding-right: 40px;
}
.apply ul li a:hover {
	color: #0187d0;
}
.apply ul li em {
	font-style: normal;
	font-size: 14px;
	display: inline-block;
	padding: 0 6px;
	height: 24px;
	line-height: 24px;
	margin-right: 10px;
	color: #0187d0;
	background: #e0eefd;
	text-align: center;
	border-radius: 2px;
}
.apply ul li span {
	font-size: 14px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0;
}
.classroom {
	width: 354px;
	float: right;
	background: #fff;
}
.classroom-title {
	padding: 0 21px;
	box-sizing: border-box;
	position: relative;
}
.classroom-nav {
	height: 58px;
	line-height: 58px;
	text-align: center;
	position: relative;
}
.classroom-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f0f0f0;
}
.classroom-nav a {
	width: 50%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #999;
}
.classroom-nav a.focus {
	color: #333;
}
.classroom-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 50%;
	height: 3px;
	z-index: 9;
	background: #0187d0;
}
.classroom-nav .followTab i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0187D0 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.classroom-list {
	display: none;
}
.classroom-list ul {
	padding: 24px 22px;
}
.classroom-list li {
	margin-bottom: 20px;
}
.classroom-list li:last-child {
	margin-bottom: 0;
}
.classroom-list li .image {
	height: 174px;
	position: relative;
}
.classroom-list li .image img {
}
.classroom-list li .image b {
	display: block;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #e7effc;
}
.classroom-list li .image b i {
	display: block;
	margin-left: 3px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 11px 0 11px 18px;
	border-color: transparent transparent transparent #0187D0;
	border-radius: 3px;
}
.classroom-list li p {
	height: 45px;
	line-height: 45px;
	overflow: hidden;
	font-size: 16px;
	background: #f2f2f2;
	text-align: center;
}
.classroom-list li p a:hover {
	color: #0187d0;
}
.classroom-list .item-main {

}
.classroom-list .item-main .item {
	overflow: hidden;
	padding: 20px 21px;
	border-bottom: 1px solid #f0f0f0;
}
.classroom-list .item-main .item:last-child {
	border: none;
}
.classroom-list .item-main .item .image {
	width: 128px;
	height: 86px;
	float: left;
	margin-right: 15px;
	overflow: hidden;
}
.classroom-list .item-main .item .image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.classroom-list .item-main .item .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.classroom-list .item-main .item .text {
	overflow: hidden;
}
.classroom-list .item-main .item .text p {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.classroom-list .item-main .item .text p:hover {
	color: #0187d0;
}
.classroom-list .item-main .item .text span {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	color: #999;
	margin-top: 6px;
	display: block;
}
/* part5 End*/
/* part6 */
.member-nav {
	position: relative;
	background: #eaa849 url('../../../Images/index/Version/2021/member-bg1.png') no-repeat;
	background-size: cover;
}
.member-nav a {
	width: 20%;
	height: 66px;
	display: block;
	float: left;
	text-align: center;
	position: relative;
	font-size: 22px;
	color: #fff;
}
.member-nav a b {
	position: relative;
	z-index: 9;
	top: 28px;
}
.member-nav a strong {
	opacity: 0;
	position: absolute;
	top: 22px;
	left: 50%;
	transform: translateX(-50%);
	color: #f4f4f4;
	font-size: 42px;
	line-height: auto !important;
}
.member-nav a::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 30px;
	background: #f4d19f;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.member-nav a:last-child::after {
	display: none;
}
.member-nav a.focus::after {
	display: none;
}
.member-nav a.focus::before {
	content: '';
	display: block;
	width: 27px;
	height: 24px;
	background: url('../../../Images/index/Version/2021/member-ico.png') no-repeat;
	background-size: contain;
	position: absolute;
	top: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.member-nav a.focus {
	margin-top: -12px;
	height: 75px;
	border-top: 3px solid #eaa849;
	background: #fff;
	color: #333;
}
.member-nav a.focus strong {
	opacity: 1;
}
.member-nav a.focus b {
	top: 42px;
}
.member-list {
	display: none;
	background: #fff;
}
.member-list ul {
	overflow: hidden;
	padding: 23px 35px;
}
.member-list li {
	width: 25%;
	float: left;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	font-size: 16px;
	padding-right: 10px;
	box-sizing: border-box;
}
.member-list li span {
	width: 50px;
	height: 21px;
	line-height: 22px;
	font-size: 12px;
	text-indent: 20px;
	color: #fff;
	display: inline-block;
	margin-right: 12px;
	background: url('../../../Images/index/Version/2021/member-list-ico.png') no-repeat;
	background-size: contain;
	vertical-align: top;
	margin-top: 10px;
}
.member-list li a:hover {
	color: #eaa849;
}
/* part6 End*/
/* part7 */
.part7 {
	overflow: hidden;
}
.exhi-left {
	width: 1084px;
	float: left;
	background: #fff;
	padding: 28px 25px 15px 25px;
	box-sizing: border-box;
}
.exhi-left .left {
	width: 416px;
	float: left;
	margin-right: 38px;
}
.exhi-left .left .item .image {
	height: 270px;
	position: relative;
	overflow: hidden;
}
.exhi-left .left .item .image img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	width: 100%;
	height: 100%;
}
.exhi-left .left .item .image:hover img{
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-left .left .item .image .bot {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(1, 135, 208, 0.8);
	padding: 0 15px;
	box-sizing: border-box;
}
.exhi-left .left .item .image .bot i {
	font-size: 14px;
	margin-right: 5px;
}
.exhi-left .left .item .image .bot em {
	float: right;
	font-style: normal;
}
.exhi-left .left .item p {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	font-size: 18px;
}
.exhi-left .left .item p a:hover {
	color: #0187d0;
}
.exhi-left .left ul {
	overflow: hidden;
	margin: 0 -8px;
	margin-top: 10px;
}
.exhi-left .left ul li{
	width: 50%;
	float: left;
	padding: 0 8px;
	box-sizing: border-box;
}
.exhi-left .left ul li .image {
	height: 131px;
	overflow: hidden;
}
.exhi-left .left ul li .image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.exhi-left .left ul li .image:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-left .left ul li p {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}
.exhi-left .left ul li p a:hover {
	color: #0187d0;
}
.exhi-left .right {
	overflow: hidden;
}
.exhi-left .right li {
	overflow: hidden;
	margin-bottom: 9px;
}
.exhi-left .right li:last-child {
	margin-bottom: 0;
}
.exhi-left .right li .item {
	width: 40px;
	color: #999;
	float: left;
	text-align: center;
	margin-right: 18px;
}
.exhi-left .right li .item b {
	font-size: 20px;
	height: 34px;
	line-height: 34px;
	display: block;
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
}
.exhi-left .right li .item p {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	display: block;
}
.exhi-left .right li .text {
	overflow: hidden;
}
.exhi-left .right li .text p {
	font-size: 16px;
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	display: block;
}
.exhi-left .right li .text p a:hover {
	color: #0187d0;
}
.exhi-left .right li .text span {
	height: 28px;
	line-height: 28px;
	display: block;
	color: #999;
	font-size: 14px;
	position: relative;
	padding-right: 120px;
}
.exhi-left .right li .text span em {
	position: absolute;
	right: 0;
	top: 0;
	font-style: normal;
}
.exhi-left .right li .text span em b {
	color: #0187d0;
}
.exhi-left .right li .text p b {
	font-size: 14px;
	color: #fff;
	background: #ff9700;
	font-weight: normal;
	padding: 1px 6px;
	border-radius: 5px 0 5px 0;
	margin-right: 5px;
}
.exhi-right {
	width: 354px;
	float: right;
	background: #fff;
}
.exhi-list {
	display: none;
}
.exhi-nav {
	height: 58px;
	line-height: 58px;
	background: #fff;
	text-align: center;
	position: relative;
}
.exhi-nav::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #f4f4f4;
}
.exhi-nav a {
	width: 33.333%;
	float: left;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	color: #999;
}
.exhi-nav a.focus {
	color: #333;
}
.exhi-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 33.333%;
	height: 3px;
	z-index: 9;
	background: #0187d0;
}
.exhi-nav .followTab i {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #0187D0 transparent transparent transparent;
	position: absolute;
	bottom: -5px;
	left: 50%;
	transform: translateX(-50%);
}
.exhi-right ul {
	margin: 25px 22px;
	padding-left: 18px;
	border-left: 1px solid #ededed;
}
.exhi-right ul li .item {
	overflow: hidden;
	margin-bottom: 10px;
}
.exhi-right ul li:last-child .item {
	margin-bottom: 0;
}
.exhi-right ul li .image {
	width: 128px;
	height: 72px;
	float: left;
	margin-right: 13px;
	overflow: hidden;
	border-radius: 2px;
}
.exhi-right ul li .image img {
	width: 100%;
	height: 100%;
}
.exhi-right ul li .text {
	overflow: hidden;
}
.exhi-right ul li .text b {
	font-weight: normal;
	display: block;
	height: 46px;
	line-height: 23px;
	font-size: 16px;
}
.exhi-right ul li .text b a:hover {
	color: #0187d0;
}
.exhi-right ul li.first .text b {
	margin-top: 12px;
}
.exhi-right ul li.first .text b a {
	color: #0187d0;
}
.exhi-right ul li.first p .more {
	background: #0187d0;
	color: #fff;
}
.exhi-right ul li p {
	height: 22px;
	line-height: 22px;
	color: #999;
	font-size: 14px;
	position: relative;
	margin-bottom: 6px;
}
.exhi-right ul li p::after {
	content: '';
	display: block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -22px;
	border: 2px solid #cccccc;
}
.exhi-right ul li p .more {
	display: block;
	color: #fff;
	font-size: 12px;
	width: 62px;
	height: 22px;
	line-height: 1.5;
	border: 1px solid #0187d0;
	box-sizing: border-box;
	color: #0187d0;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	border-radius: 2px;
}
.exhi-right ul li p .more:hover {
	background: #0187d0;
	color: #fff;
}
.exhi-list .item-main .item {
	margin-top: 10px;
}
.exhi-list .item-main .item .images {
	display: block;
	padding-bottom: 53%;
	height: 0;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0;
}
.exhi-list .item-main .item .images img{
	max-height: none;
	width: 100%;
	transition: all .3s ease;
}
.exhi-list .item-main .item .images:hover img {
	-ms-transform: scale(1.10);
	transform: scale(1.10);
}
.exhi-list .item-main .item .images i{
	position: absolute;
	left: 0;
	top: 0;
	width: 110px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background-color: #0485d4;
	border-radius: 0 0 8px 0;
	font-style: normal;
	text-align: center;
	z-index: 9;
}
.exhi-list .item-main .item .images i.live {
	background-color:#feb32a;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#feb32a), to(#f28e2f));
	background-image:-webkit-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-moz-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-ms-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:-o-linear-gradient(90deg, #feb32a, #f28e2f);
	background-image:linear-gradient(90deg, #feb32a, #f28e2f);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#feb32a', endColorStr='#f28e2f');
}
.exhi-list .item-main .item .images i.notice {
	background-color:#1891d9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#7fbadd), to(#1891d9));
	background-image:-webkit-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-moz-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-ms-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:-o-linear-gradient(90deg, #7fbadd, #1891d9);
	background-image:linear-gradient(90deg, #7fbadd, #1891d9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#7fbadd	', endColorStr='#1891d9');
}
.exhi-list .item-main .item .images i.replay {
	background-color:#6d79fe;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#6d79fe), to(#b599ff));
	background-image:-webkit-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-moz-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-ms-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:-o-linear-gradient(90deg, #6d79fe, #b599ff);
	background-image:linear-gradient(90deg, #6d79fe, #b599ff);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#6d79fe', endColorStr='#b599ff');
}
.exhi-list .item-main .item p{
	padding: 10px 15px;
	background-color: #fff;
}
.exhi-list .item-main .item p a{
	display: block;
	line-height: 26px;
	height: 26px;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.exhi-list .item-main .item p a:hover {
	color: #0185d5;
}
.item-bot1 .rec-right li p a:hover{color: #0185d5;}
/* part7 End*/
/* part8 */
.part8 {
	overflow: hidden;
}
.part8 ul {
	overflow: hidden;
	background: #fff;
	padding: 5px 23px 20px 23px;
}
.part8 ul li {
	width: 14.285%;
	float: left;
	box-sizing: border-box;
	border: 1px solid transparent;
	border-radius: 3px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	margin-top: 15px;
}
.part8 ul li:hover {
	border: 1px solid #0187d0;
}
.part8 ul li .image {
	height: 82px;
	position: relative;
	overflow: hidden;
}
.part8 ul li p {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-align: center;
	color: #333;
	font-size: 16px;
}
.part8 ul li:hover p a	 {
	color: #0187d0;
}
/* part8 End */
/* link */
.link {
	background: #fff;
	margin-top: 24px;
	padding: 0 25px;
	box-sizing: border-box;
}
.link-title {
	position: relative;
}
.link-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e8e8e8;
}
.link-btn {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.link-btn a {
	width: 92px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	display: inline-block;
	background: #0187d0;
	border-radius: 3px;
	margin-left: 12px;
	font-size: 14px;
}
.link-btn a i {
	font-size: 14px;
	margin: 0 4px 0 8px;
}
.link-btn a:nth-child(2) {
	background: #ff9700;
}
.link-nav {
	height: 62px;
	line-height: 62px;
	position: relative;
}
.link-nav a {
	display: inline-block;
	width: 130px;
	text-align: center;
	font-size: 20px;
	position: relative;
}
.link-nav a::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 22px;
	background: #ececec;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.link-nav a:last-child::after{
	display: none;
}
.link-nav a.focus {
	color: #0187d0;
	font-weight: bold;
}
.link-nav .followTab {
	position: absolute;
	bottom: 1px;
	left: 0;
	width: 130px;
	height: 3px;
	z-index: 9;
}
.link-nav .followTab i{
	position: absolute;
	width: 89px;
	height: 4px;
	left: 50%;
	transform: translateX(-50%);
	background: #0187d0;
	z-index: 99;
}
.link-nav .followTab i::after {
	content: "";
	position: absolute;
	width: 18px;
	height: 10px;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	background: url('../../../Images/index/Version/2021/news-nav-ico.png') no-repeat;
}
.link-list {
	display: none;
	padding: 20px 0;
}
.link-list p {
	font-size: 16px;
	line-height: 30px;
}
.link-list p a {
	margin-right: 30px;
}
.link-list p a:last-child::after {
	display: none;
}
.link-list p a:hover {
	color: #0187d0;
}
/* link End */
/* footer */
.footer {
	margin-top: 25px;
	background: #2e3032;

	padding: 35px 0 20px;
}
.footTop {
	/* overflow: hidden; */
    border-bottom: 1px solid #444444;
    padding-bottom: 30px;
	height: 190px;
}
.footLeft {
	float: left;
	width: 352px;
	position: relative;
	padding-top: 20px;
}
.footLeft::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 180px;
	background: #434343;
}
.footLeft .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footLeft .title i{
	font-style: normal;
	font-size: 14px;
	margin-left: 10px;
	color: #f60;
}
.footLeft .title i a{
	width: 22px;
	height: 22px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background: url(../../../images/index/version/2021/qq-ico.png) no-repeat center center #2c82d9;
	margin-left: 5px;
}
.footLeft ul {
	float: left;
	margin-right: 35px;
	/* overflow: hidden; */
}
.footLeft ul li {
	line-height: 40px;
	font-size: 14px;
	color: #bababa;
}
.footLeft ul li i {
	width: 24px;
	height: 24px;
	line-height: 36px;
	display: inline-block;
	border-radius: 50%;
	vertical-align: middle;
	background: url(../../../images/index/version/2021/qq-ico.png) no-repeat center center #2c82d9;
	margin-left: 10px;
}

.footLeft .title i a{
	position: relative;
	cursor: pointer;
}
.footLeft .title i a:hover .QQhover{
  display: inline-block;
}
.footLeft .QQhover {
	position: absolute;
	left: 0px;
	bottom: 21px;
	border: 1px solid #666;
	border-radius: 4px;
	line-height: 20px;
	color: #333;
	background: rgba(255,255,255,.9);
	display: none;
	cursor: auto;
	font-weight: 700;
	height: 20px;
	width: 100px;
	text-align: center;
}
.footLeft .lxqq a{
	position: relative;
	cursor: pointer;
}
.footLeft .lxqq a:hover .QQhover{
	display: inline-block;
}
.footCenter {
	float: left;
	width: 360px;
	position: relative;
	padding-top: 10px;
}
.footCenter::after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	width: 1px;
	height: 180px;
	background: #434343;
}
.footCenter .text {
	margin: 10px auto 0;
	width: 180px;
}
.footCenter p {
	font-size: 14px;
	color: #bababa;
	line-height: 26px;
	margin-top: 12px;
}
.footCenter p b {
	font-size: 16px;
	font-weight: normal;
}
.footCenter ul {
	width: 150px;
	float: left;
	margin-left: 40px;
}
.footCenter ul li {
	line-height: 28px;
	float: left;
	margin-right: 40px;
}
.footCenter ul li a {
	color: #bababa;
	font-size: 14px;
}
.footCenter ul li a:hover {
	color: #0187d0;
}
.footNav a:hover {
	color: #0187d0;
}
.footCenter .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}
.footRight {
	overflow: hidden;
	padding-left: 20px;
}
.footRight .title {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.footRight ul li {
	width: 25%;
	float: left;
}
.footRight ul li .ewm {
	width: 110px;
	height: 110px;
	padding: 6px;
	background: #fff;
	margin: 0 auto;
	border: 5px solid #58595b;
}
.footRight ul li .ewm img {
	width: 100%;
	height: 100%;
}
.footNav {
	margin-top: 10px;
}
.footNav a {
	line-height: 32px;
	margin-right: 35px;
	font-size: 14px;
	color: #bababa;
}
.footBot p {
	line-height: 32px;
	font-size: 14px;
	color: #bababa;
}
.footBot p a {
	color: #bababa;
}
.footBot p span {
	display: block;
}
.footBot p span.beian{
	text-align: center;
}
.footBot p span.beian img  {
	margin-right: 5px;
}
.footUl {
}
.footUl ul {
	margin-top: 10px;
	overflow: hidden;
}
.footBot .footUl ul li {
	float: left;
	margin-right:15px;
	background: #f8f8f8;
	border: 1px solid #cacaca;
	padding: 5px 0;
	padding-left: 0;
	height: 32px;
	line-height: 15px;
}
.footBot .footUl ul li b {
	width: 70px;
	display: inline-block;
	margin-top: 1px;
	font-weight: normal;
	text-align: center;
}
.footBot .footUl ul li a {
	color: #333;
}
.footBot .footUl ul li img {
	max-height: 35px;
	margin: 0 5px;
	float: left;
}
/* footer End*/
/* rightBar */
.rightBar {
	position: fixed;
	top: 355px;
	width: 50px;
	left: 25px;
	z-index: 999;
	background: #fff;
	border: 1px solid #e3e3e3;
}
.rightBar ul li {
	height: 68px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.rightBar ul li::after {
	content: '';
	height: 1px;
	width: 35px;
	background: #ddd;
    background: -webkit-linear-gradient(left, rgba(221,221,221,0.3), rgba(221,221,221,1), rgba(221,221,221,0.3));
    background: -o-linear-gradient(left, rgba(221,221,221,0.3), rgba(221,221,221,1), rgba(221,221,221,0.3));
    background: linear-gradient(left, rgba(221,221,221,0.3), rgba(221,221,221,1), rgba(221,221,221,0.3));
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.rightBar ul li a {
	color: #333;
}
.rightBar ul li a i {
	display: block;
	font-size: 20px;
	padding-top: 14px;
}
.rightBar ul li a p{
	font-size: 14px;
	margin-top: 4px;
}
.rightBar ul li a:hover{
	color: #ff9517;
}
.rightBar ul li:last-child {
	padding-top: 14px;
	box-sizing: border-box;
}
.rightBar ul li:last-child a i{
	padding-top: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
/* rightBar End */
.advBottom{
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
}
.advBottom a{
	display: block;
}
.advBottom img{
	width: 100%;
	height: auto;
}
.advBottom i{
	position: absolute;
	right: 30px;
	top: 0;
	font-style: normal;
	cursor: pointer;
	font-size: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 16px;
	text-align: center;
	background-color: #333;
	color: #fff;
}
.advBottom em {
    background: url("https://public.mtnets.com/Images/public/adv.png") no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    height: 12px;
    width: 24px;
}
.bot-popup {
	position: fixed;
	z-index: 99999;
	right: 25px;
	bottom: 22px;
	width: 410px;
	height: 248px;
	box-sizing: border-box;
	padding: 8px;
	background: #0081db;
	border-radius: 8px;
	display: none;
}
.bot-popup .bot-popup-close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: -30px;
	right: 0;
	background: url('../../../Images/index/Version/2021/close-ico.png') no-repeat;
	background-size: contain;
}
.bot-popup .item {
	box-sizing: border-box;
	padding: 7px;
	background: #fff;
	border-radius: 8px;
	height: 100%;
}
.bot-popup .item-main {
	border: 1px solid #329ce6;
	border-radius: 8px;
	box-sizing: border-box;
	padding: 10px;
	height: 100%;
}
.bot-popup .item-main b {
	font-weight: normal;
	color: #0081db;
	font-size: 16px;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.bot-popup .item-main span {
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 15px;
}
.bot-popup .item-main p {
	line-height: 24px;
	font-size: 14px;
	color: #333;
	margin-top: 5px;
	text-indent: 25px;
}
.bot-popup .item-main p .more {
	color: #ff7f0c;
}
/* 20240124 */
.iframe{
	height: 40px;
}
.newYearBgi{
	padding-top: 76px;
	background: url(../../../../images/index/version/2024/newYearbgImages1920-1450.png) no-repeat 0 -40px;
	background-size: 100% auto;
}
.newYearBgi .newYear{
	width: 1470px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}
.newYearBgi .banner-adv,.top,.nav,.navFn,.part1{
	padding: 0 10px;
}
.top-hot{
	left: 10px;
}
