body {
	line-height: 1;
}

html,
body {
	height: 100%;
}

a {
	outline: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.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;
}

.seo {
	font-family: "seo" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.Public {
	font-family: "Public" !important;
	font-size: 16px;
	line-height: 1;
	font-style: normal;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.information {
	width: 1200px !important;
	padding: 20px 20px;
	margin: 10px auto 0;
	background-color: #fff;
	box-sizing: border-box;
	margin-top: 15px;
}
.information h2 {
	font: bold 22px "microsoft yahei";
}
.information h2 b {
	display: inline-block;
	width: 8px;
	height: 22px;
	background-color: #fd8900;
	vertical-align: top;
	margin-top: 5px;
	margin-right: 5px;
}
.information h2 i {
	display: inline-block;
	width: 8px;
	height: 12px;
	background-color: #f60;
	vertical-align: top;
	margin-top: 17px;
	margin-right: 10px;
}
.information-content {
	margin-top: 20px;
	position: relative;
}
.information .chapter {
	position: absolute;
	right: 45px;
	top: 15px;
}
.information-content table {
	border-right: 1px solid #eee;
	width: 100%;
	font-size: 14px;
}
.information-content td {
	padding: 12px 0px;
	vertical-align: top;
	line-height: 24px;
}
.information-content td:nth-child(odd) {
	background-color: #fafafa;
	border: 1px solid #eee;
	width: 140px;
	color: #999;
}
.information-content td:nth-child(even) {
	color: #333;
	border: 1px solid #eee;
	margin-top: -1px;
	border-left: 0;
	border-right: 0;
	width: 430px;
	padding-left: 18px;
}
.information-content td b {
	font-weight: normal;
	display: block;
	padding-left: 20px;
	overflow: hidden;
}
.information-content td p {
	line-height: 24px;
}
.information-content td p span {
	font-size: 12px;
	color: #fd8900;
}
.iframe {
	height: 40px;
	overflow: hidden;
}

.w {
	width: 1400px;
	margin: 0 auto;
}
.Dialog {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.3);
	z-index: 999;
}
.Dialog .dialog-body {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 582px;
	background-color: #fff;
	border-radius: 4px;
}
.Dialog .dialog-body .dialog-title {
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 20px;
	background-color: #fd8900;
	text-align: center;
	color: #fff;
	border-radius: 4px 4px 0 0;
}
.Dialog .dialog-body .dialog-title h4 {
	font-size: 18px;
	text-align: left;
}
.Dialog .dialog-body .dialog-content {
	padding: 20px 30px;
}
.notice-content {
	font-size: 18px;
	line-height: 24px;
}
.dialog__btn {
	text-align: center;
	margin-top: 20px;
}
.dialog__btn .btn {
	line-height: 34px;
	position: relative;
	font-size: 14px;
	padding: 0px 30px;
	color: #fd8900;
	background: #fff;
	background-color: rgb(255, 255, 255);
	background-color: rgb(255, 255, 255);
	border: 1px solid #fd8900;
	border-radius: 4px;
	vertical-align: top;
	transition: 0.3s;
	display: inline-block;
	margin: 0 10px;
	cursor: pointer;
}
.dialog__btn .btn.determine {
	background-color: #fd8900;
	color: #fff;
}
.dialog__btn .btn:hover {
	background-color: #0669d0;
	color: #fff;
}
/* 上面都是公用样式 */
/* 初中级 */
.black-header .w,.primary-top .w,.primary-recommend .w,.primary-main .w,.indexDynamic .w,.primary-company .w {
	width: 1200px;
}
.primary-main .w {
	overflow: hidden;
}

.black-header {
	height: 40px;
	background: #2e2f31
}

.black-header .headerLeft {
	float: left
}

.black-header .headerLeft img {
	float: left;
	margin-top: 11px;
	height: 20px
}

.black-header .headerLeft p {
	font-size: 12px;
	line-height: 39px;
	color: #fff;
	margin-left: 10px;
	float: left
}

.black-header .headerLeft p#loginYet {
	color: #fff
}

.black-header .headerLeft p>a {
	color: #fff;
	margin: 0 8px
}

.black-header .headerLeft p>a.regist {
	padding: 3px 5px;
	color: #fff;
	background: #fd8900;
	border-radius: 2px
}

.black-header .headerLeft p>a.mobile {
	padding-left: 20px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat
}

.black-header .headerLeft p span {
	color: #fff
}

.black-header .headerLeft p span a {
	color: #fff
}

.black-header .headerRight {
	float: right
}

.black-header .headerRight form {
	float: left
}

.black-header .headerRight .search {
	width: 312px;
	height: 30px;
	border: 1px solid #fd8900;
	border-right: none;
	margin-top: 4px;
	float: left;
	background-color: #fff
}

.black-header .headerRight .search .searchSelect {
	width: 81px;
	height: 14px;
	float: left;
	border-right: 1px solid #e0e6ed;
	position: relative;
	z-index: 99999;
	margin-top: 7px
}

.black-header .headerRight .search .searchSelect .searchSelectTop {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer
}

.black-header .headerRight .search .searchSelect .searchSelectTop p {
	font-size: 12px;
	line-height: 14px;
	color: #999;
	text-indent: 10px
}

.black-header .headerRight .search .searchSelect .searchSelectTop i {
	display: block;
	position: absolute;
	width: 10px;
	height: 5px;
	top: 4px;
	left: 63px;
	-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;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.black-header .headerRight .search .searchSelect .searchSelectTop.focus i {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg)
}

.black-header .headerRight .search .searchSelect .searchSelectBot {
	position: absolute;
	width: 81px;
	border: 1px solid #f3f3f3;
	left: 0px;
	top: 22px;
	z-index: 99999;
	background: #fff;
	display: none
}

.black-header .headerRight .search .searchSelect .searchSelectBot li {
	text-indent: 15px;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer
}

.black-header .headerRight .search .searchSelect .searchSelectBot li:hover {
	background: #fd8900;
	color: #fff
}

.black-header .headerRight .search input {
	width: 160px;
	height: 28px;
	float: left;
	text-indent: 15px;
	font-size: 12px;
	line-height: 28px;
	color: #999;
	border: none;
	background: none
}

.black-header .headerRight .search button {
	width: 65px;
	height: 29px;
	border: none;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 12px;
	line-height: 29px;
	color: #fff;
	font-family: "microsoft yahei";
	background: #fd8900;
	vertical-align: middle
}

.black-header .headerRight a.seachAll {
	width: 58px;
	height: 30px;
	border: 1px solid #fd8900;
	font-size: 12px;
	line-height: 28px;
	color: #fd8900;
	text-align: center;
	margin-left: 6px;
	float: left;
	margin-top: 4px;
	background: none
}

.primary-top {
	height: 238px;
	max-height: 238px;
	background: url("../../../../images/seo/version/2022/newTopBg.png") no-repeat top center
}

.primary-top .companyItem {
	float: left;
	line-height: 80px
}

.primary-top .companyItem span {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	width: 167px;
	height: 28px;
	margin-left: 40px
}

.primary-top .companyItem span img {
	position: absolute;
	z-index: 1
}

.primary-top .companyItem span i {
	position: absolute;
	z-index: 2;
	font-size: 16px;
	font-family: Open Sans;
	color: #fd8900;
	line-height: 28px;
	right: 22px;
	top: 0;
	font-style: normal;
	text-align: center;
	width: 28px
}

.primary-top .NewcompanyItem {
	display: inline-block;
	position: relative;
	width: 158px
}

.primary-top .NewcompanyItem i {
	position: absolute;
	right: 12.5px;
	display: inline-block;
	width: 38px;
	text-align: center;
	top: 0
}

.primary-top .nopad {
	padding: 0
}

.primary-top .top-member-infor {
	height: 200px;
	position: relative
}

.primary-top .top-member-infor-body {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%
}

.primary-top .top-member-infor-body .logo {
	float: left;
	max-height: 90px;
	max-width: 200px;
	margin-right: 20px
}

.primary-top .top-member-infor-body .logo img {
	max-height: 90px;
	vertical-align: middle
}

.primary-top .top-member-infor-body .logo i {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.primary-top .top-member-infor-body .company-name {
	font-size: 30px;
	line-height: 44px;
	color: #fd8900;
	max-height: 88px;
	font-weight: bold;
	overflow: hidden;
	margin-top: 22px
}

.primary-top .top-member-infor-body .company-name .member-level {
	height: 34px;
	line-height: 34px;
	display: inline-block;
	vertical-align: top;
	background-color: #fd8900;
	color: #fff;
	font-size: 14px;
	padding: 0 14px;
	border-radius: 17px;
	margin-left: 20px;
	font-weight: 400;
	margin-top: 5px
}

.primary-top .top-member-infor-body .company-name .member-level i {
	width: 26px;
	height: 22px;
	display: inline-block;
	vertical-align: top;
	margin: 8px 6px 0 0;
	background: url("../../../../images/seo/version/2022/level.png") no-repeat 0 0
}

.primary-top .vip {
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	padding: 0 12px;
	border-radius: 50px;
	margin-top: 25px;
	float: left;
	margin-left: 20px
}

.primary-top .vip b {
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 5px;
	margin-right: 5px
}

.primary-top .vip.vipLeve1 {
	color: #fd8900;
	border: 1px solid #fd8900
}

.primary-top .vip.vipLeve1 b {
	background: url(../../../../images/seo/version/2022/viplevel1.png) no-repeat center
}

.primary-top .vip.vipLeve4 {
	color: #fd8900;
	border: 1px solid #fd8900
}

.primary-top .vip.vipLeve4 b {
	background: url(../../../../images/seo/version/2022/viplevel4.png) no-repeat center
}

.primary-top .contactWay {
	float: right;
	margin-top: 70px;
	padding-left: 56px
}

.primary-top .contactWay .privacy {
	float: right
}

.primary-top .contactWay .privacy p {
	font-size: 14px;
	color: #fff
}

.primary-top .contactWay .privacy p b {
	width: 44px;
	height: 1px;
	background-color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-left: 12px
}

.primary-top .contactWay .privacy p b:first-child {
	margin-left: 0;
	margin-right: 12px
}

.primary-top .contactWay .privacy a {
	display: block;
	width: 168px;
	height: 46px;
	text-align: center;
	line-height: 44px;
	background-color: #fd8900;
	color: #fff;
	border: 1px solid #92d080;
	margin-top: 12px;
	font-size: 14px;
	font-weight: bold
}

.primary-top .contactWay .privacy a i {
	background: url(/NewShowStand/Templates/110/Images/green/indexbg.png) no-repeat 0px -46px;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-size: 22px;
	vertical-align: top;
	margin-top: 11px;
	margin-right: 6px
}

.primary-top .contactWay dl dt {
	width: 42px;
	height: 42px;
	float: left;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 7px -60px #fd8900;
	border-radius: 50%;
	margin-top: 2px;
	margin-right: 10px
}

.primary-top .contactWay dl dd {
	overflow: hidden
}

.primary-top .contactWay dl dd span {
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-weight: bold
}

.primary-top .contactWay dl dd p {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
	word-break: break-all;
	word-wrap: anywhere;
	margin-top: 6px
}

.new-nav {
	height: 0px;
	position: relative;
	z-index: 9;
	margin: 0 auto
}

.new-nav-body {
	height: 58px;
	position: absolute;
	left: 0;
	top: 10px
}

.new-nav-body .container ul {
	background: #fff;
	width: calc(100% + 10px);
	box-shadow: 0 10px 10px #dedede;
	overflow: hidden;
}

.new-nav-body .container ul li {
	float: left
}

.new-nav-body .container ul li a {
	display: block;
	line-height: 58px;
	color: #333;
	font-size: 16px
}

.new-nav-body .container ul li a:hover {
	background-color: #fd8900;
	color: #fff
}

.new-nav-body .container ul li.nav_on a {
	background-color: #fd8900;
	color: #fff
}

.new-nav-body .container ul.lilength1 li {
	text-align: center;
	padding: 0;
	width: 100%
}

.new-nav-body .container ul.lilength2 li {
	text-align: center;
	padding: 0;
	width: 50%
}

.new-nav-body .container ul.lilength3 li {
	text-align: center;
	padding: 0;
	width: 33.33333%
}

.new-nav-body .container ul.lilength4 li {
	text-align: center;
	padding: 0;
	width: 25%
}

.new-nav-body .container ul.lilength5 li {
	text-align: center;
	padding: 0;
	width: 20%
}

.new-nav-body .container ul.lilength6 li {
	text-align: center;
	padding: 0;
	width: 16.66667%
}

.new-nav-body .container ul.lilength7 li {
	text-align: center;
	padding: 0;
	width: 14.28571%
}

.new-nav-body .container ul.lilength8 li {
	text-align: center;
	padding: 0;
	width: 12.5%
}

.new-nav-body .container ul.lilength9 li {
	text-align: center;
	padding: 0;
	width: 11.11111%
}

.new-nav-body .container ul.lilength10 li {
	text-align: center;
	padding: 0;
	width: 10%
}

.new-nav-body .container ul.lilength11 li {
	text-align: center;
	padding: 0;
	width: 9.09091%
}

.new-nav-body .container ul.lilength12 li {
	text-align: center;
	padding: 0;
	width: 8.33333%
}

.new-nav-body .container ul.lilength13 li {
	text-align: center;
	padding: 0;
	width: 7.69231%
}

.new-nav-body .container ul.lilength14 li {
	text-align: center;
	padding: 0;
	width: 7.14286%
}

.new-nav-body .container ul.lilength15 li {
	text-align: center;
	padding: 0;
	width: 6.66667%
}

.primary-recommend .index_pro1 {
	padding: 55px 0 0
}

.primary-recommend .index_pro1 .index_title {
	height: 22px;
	overflow: hidden;
	margin-bottom: 25px
}

.primary-recommend .index_pro1 .index_title h2 {
	font-size: 22px;
	line-height: 22px;
	color: #fd8900;
	font-weight: bold;
	border-left: 3px solid #fd8900;
	text-indent: 10px;
	height: 22px;
	overflow: hidden
}

.primary-recommend .index_pro1 .index_title h2 a {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	float: right
}

.primary-recommend .index_pro1 .index_box {
	padding-bottom: 60px;
	margin-top: 30px;
	position: relative
}

.primary-recommend .index_pro1 .index_box .swiper-container2 {
	overflow: hidden
}

.primary-recommend .index_pro1 .index_box .swiper-container2 .swiper-slide {
	float: left
}

.primary-recommend .index_pro1 .index_box .swiper-button-next,
.primary-recommend .index_pro1 .index_box .swiper-button-prev {
	width: 42px;
	height: 70px;
	margin-top: -65px;
	background-size: 20px 32px;
	background-color: #fff
}

.primary-recommend .index_pro1 .index_box .swiper-button-next,
.primary-recommend .index_pro1 .index_box .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
	right: -70px
}

.primary-recommend .index_pro1 .index_box .swiper-button-prev,
.primary-recommend .index_pro1 .index_box .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cccccc'%2F%3E%3C%2Fsvg%3E");
	left: -70px
}

.primary-recommend .index_pro1 .index_box .rec_products {
	width: 100%;
	background: #ffffff;
	position: relative;
	text-align: center;
	border: 1px solid #dedede
}

.primary-recommend .index_pro1 .index_box .rec_products table {
	width: 100%;
	height: 195px
}

.primary-recommend .index_pro1 .index_box .rec_products table td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle
}

.primary-recommend .index_pro1 .index_box .rec_products table td img {
	max-width: 220px;
	max-height: 195px
}

.primary-recommend .index_pro1 .index_box .rec_products p {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 12px 20px 0
}

.primary-recommend .index_pro1 .index_box .rec_products p a {
	color: #333;
	font-weight: bold
}

.primary-recommend .index_pro1 .index_box .rec_products span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #999;
	margin: 5px 20px 15px
}

.primary-recommend .index_pro1 .index_box .rec_products span i {
	color: #fd8900;
	font-style: normal
}

.primary-recommend .index_pro1 .index_box .rec_products .price {
	margin: 10px 15px 20px 15px;
	border: 1px solid #fd8900;
	height: 38px;
	position: relative;
	border-radius: 2px
}

.primary-recommend .index_pro1 .index_box .rec_products .price b {
	display: block;
	width: 104px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 6px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #fd8900;
	float: left;
	border-right: 1px solid #add9a1
}

.primary-recommend .index_pro1 .index_box .rec_products .price b strong {
	font-size: 16px
}

.primary-recommend .index_pro1 .index_box .rec_products .price a {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #fd8900
}

.primary-recommend .index_pro1 .index_box .rec_products .price a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	vertical-align: top;
	margin: 10px 0 0 6px;
	background: #fd8900 url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px -14px
}

.primary-recommend .index_pro1 .index_box .rec_products .price:hover {
	background-color: #fd8900
}

.primary-recommend .index_pro1 .index_box .rec_products .price:hover b {
	color: #fff
}

.primary-recommend .index_pro1 .index_box .rec_products .price:hover a {
	color: #fff
}

.primary-recommend .index_pro1 .index_box .rec_products .price:hover a i {
	background: #fff url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px 3px
}

.primary-recommend .index_pro1 .index_box .rec_products:hover {
	box-shadow: 0 10px 20px #cdcdcd
}

.primary-recommend .index_pro1 .index_box .rec_products:hover a {
	color: #fd8900
}

.primary-recommend .index_pro1 .index_box .swiper-pagination-bullet {
	width: 18px;
	height: 2px;
	background: #fd8900;
	border-radius: 0
}

.primary-recommend .index_pro1 .index_box .swiper-pagination-bullet-active {
	opacity: 1
}

.primary-recommend .index_pro1 .index_box .swiper-pagination {
	bottom: -30px
}

.index-title {
	text-align: center;
	height: 70px;
	position: relative
}

.index-title a.more {
	color: #fd8900;
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 44px;
	font-weight: bold
}

.index-title a span {
	font-size: 40px;
	color: #e7e7e7;
	text-transform: uppercase;
	font-weight: 700
}

.index-title a p {
	position: absolute;
	width: 100%;
	left: 0;
	top: 35px;
	z-index: 9;
	font-size: 36px;
	color: #000;
	font-weight: 700;
	line-height: 1
}

.index-title a p strong {
	color: #fd8900
}

.index-title a p b {
	display: inline-block;
	width: 105px;
	height: 1px;
	background-color: #e7e7e7;
	vertical-align: top;
	margin: 20px 20px 0 20px;
	position: relative
}

.index-title a p b:nth-child(1)::after {
	content: '';
	position: absolute;
	top: -1px;
	right: 0;
	width: 26px;
	height: 3px;
	background-color: #fd8900
}

.index-title a p b:last-child::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 26px;
	height: 3px;
	background-color: #fd8900
}

.primary-recommend {
	background-color: #f3f3f3
}

.primary-main {
	background-color: #f9f9f9;
	padding: 30px 0;
}

.primary-main .mainLeft {
	width: 260px;
	float: left;
	background: #ffffff;
	margin-top: 30px;
}

.primary-main .mainLeft .cat_nav {
	width: 100%;
	height: 60px;
	background: #fd8900;
	position: relative
}


.primary-main .mainLeft .cat_nav a {
	font-size: 20px;
	line-height: 60px;
	color: #ffffff;
	display: inline-block;
	padding: 0 30px;
	position: relative;
	font-weight: bold;
	opacity: 0.5;
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}

.primary-main .mainLeft .cat_nav a:after {
	content: "";
	width: 0px;
	height: 3px;
	display: block;
	background: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 9px;
	-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: 2px
}

.primary-main .mainLeft .cat_nav a.focus {
	opacity: 1
}

.primary-main .mainLeft .cat_nav a.focus:after {
	width: 34px
}

.primary-main .mainLeft .secdhand:after {
	content: "";
	width: 1px;
	height: 19px;
	display: none;
	background: #ffffff;
	position: absolute;
	top: 20px;
	left: 141px;
	opacity: 0.5
}

.primary-main .mainLeft .categories {
	padding: 20px 10px 30px;
}
.primary-main .mainLeft .categories .cat_list dl {
	margin-bottom: 10px;
	background: #f8f8f8
}

.primary-main .mainLeft .categories .cat_list dl dt {
	font-size: 14px;
	line-height: 40px;
	color: #000;
	font-weight: normal;
	text-indent: 20px;
	position: relative
}

.primary-main .mainLeft .categories .cat_list dl dt a {
	color: #333
}

.primary-main .mainLeft .categories .cat_list dl dt:hover {
	color: #ffffff;
	background: #fd8900
}

.primary-main .mainLeft .categories .cat_list dl dt:hover a {
	color: #ffffff
}

.primary-main .mainLeft .categories .cat_list dl dt i {
	width: 13px;
	height: 7px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 0px -122px;
	position: absolute;
	top: 17px;
	right: 20px
}

.primary-main .mainLeft .categories .cat_list dl dd {
	padding-left: 10%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.primary-main .mainLeft .categories .cat_list dl dd div {
	padding: 10px 0
}

.primary-main .mainLeft .categories .cat_list dl dd div a {
	display: block;
	font-size: 14px;
	line-height: 34px;
	color: #555
}

.primary-main .mainLeft .categories .cat_list dl dd div a:hover {
	color: #fd8900;
	font-weight: bold
}

.primary-main .mainLeft .categories .cat_list dl dd div a:active {
	color: #fd8900;
	font-weight: bold
}

.primary-main .mainLeft .categories .more {
	padding-top: 10px;
	text-align: center;
	display: none
}

.primary-main .mainLeft .categories .more a {
	display: block;
	font-size: 18px;
	line-height: 46px;
	color: #ffffff;
	background: #fd8900;
	box-shadow: 0 0 5px #fd8900;
	text-align: center
}

.primary-main .mainLeft .categories .more a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	margin-left: 5px;
	text-indent: 0px;
	vertical-align: top;
	margin-top: 15px;
	position: relative
}

.primary-main .mainLeft .categories .more a span i {
	font-size: 14px;
	position: absolute;
	left: 2px;
	top: 3px
}

.primary-main .mainLeft .categories .more a span i:first-of-type {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -5px
}

.primary-main .mainRight {
	overflow: hidden;
	margin-top: 30px;
}

.primary-main .mainRight .indexProList .pro-table-lists {
	width: 100%;
}

.primary-main .mainRight .indexProList .pro-table-lists li {
	width: 25%;
	margin-bottom: 20px;
	float: left;
}

.primary-main .mainRight .indexProList .pro-table-lists li .items {
	background: #ffffff;
	padding: 0 15px 15px;
	margin-left: 15px;
}

.primary-main .mainRight .indexProList .pro-table-lists li .items table {
	width: 100%;
	height: 190px;
}

.primary-main .mainRight .indexProList .pro-table-lists li .items table td {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle
}

.primary-main .mainRight .indexProList .pro-table-lists li .items table td img {
	max-width: 100%;
	max-height: 190px;
}

.primary-main .mainRight .indexProList .pro-table-lists li .items p {
	font-size: 14px;
	line-height: 30px;
	height: 30px;
	overflow: hidden
}

.primary-main .mainRight .indexProList .pro-table-lists li .items p a {
	color: #333;
	font-weight: bold
}

.primary-main .mainRight .indexProList .pro-table-lists li .items span {
	display: block;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	color: #333333;
	margin: 5px 0
}

.primary-main .mainRight .indexProList .pro-table-lists li .items span i {
	color: #777;
	font-style: normal
}

.primary-main .mainRight .indexProList .pro-table-lists li .items b {
	display: block;
	font-size: 16px;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	color: #fd8900
}

.primary-main .mainRight .indexProList .pro-table-lists li .price {
	margin: 10px 0 0 0;
	border: 1px solid #fd8900;
	height: 38px;
	position: relative;
	border-radius: 2px
}

.primary-main .mainRight .indexProList .pro-table-lists li .price b {
	display: block;
	width: 50%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin: 6px 0 0 0;
	font-size: 14px;
	font-weight: 400;
	color: #fd8900;
	float: left;
	border-right: 1px solid #add9a1;
}

.primary-main .mainRight .indexProList .pro-table-lists li .price b strong {
	font-size: 16px
}

.primary-main .mainRight .indexProList .pro-table-lists li .price a {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 36px;
	color: #fd8900
}

.primary-main .mainRight .indexProList .pro-table-lists li .price a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	vertical-align: top;
	margin: 10px 0 0 6px;
	background: #fd8900 url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px -14px
}

.primary-main .mainRight .indexProList .pro-table-lists li .price:hover {
	background-color: #fd8900
}

.primary-main .mainRight .indexProList .pro-table-lists li .price:hover b {
	color: #fff
}

.primary-main .mainRight .indexProList .pro-table-lists li .price:hover a {
	color: #fff !important
}

.primary-main .mainRight .indexProList .pro-table-lists li .price:hover a i {
	background: #fff url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px 3px
}

.primary-main .mainRight .indexProList .pro-table-lists li>.items:hover {
	box-shadow: 0 0 10px #dedede
}

.primary-main .mainRight .indexProList .pro-table-lists li>.items:hover a {
	color: #fd8900
}

.primary-main .mainRight .indexProList .pro-table-lists li>.items:active {
	box-shadow: 0 0 10px #dedede
}

.primary-main .mainRight .indexProList .pro-table-lists li>.items:active a {
	color: #fd8900
}

.primary-main .mainRight .indexProList .pro-list-body {
	padding-left: 15px
}

.primary-main .mainRight .indexProList .pro-list-body li {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden
}

.primary-main .mainRight .indexProList .pro-list-body li .image {
	width: 175px;
	height: 175px;
	position: relative;
	float: left;
	margin-right: 20px;
	border: 1px solid #f0f0f0
}

.primary-main .mainRight .indexProList .pro-list-body li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.primary-main .mainRight .indexProList .pro-list-body li span {
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	height: 34px
}

.primary-main .mainRight .indexProList .pro-list-body li span a {
	color: #333
}

.primary-main .mainRight .indexProList .pro-list-body li span a:hover {
	color: #fd8900
}

.primary-main .mainRight .indexProList .pro-list-body li p {
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	color: #999
}

.primary-main .mainRight .indexProList .pro-list-body li .par {
	font-size: 14px;
	overflow: hidden;
	padding: 10px 0;
	color: #999;
	position: relative
}

.primary-main .mainRight .indexProList .pro-list-body li .par b {
	font-weight: 400;
	color: red
}

.primary-main .mainRight .indexProList .pro-list-body li .par strong {
	padding: 0 20px
}

.primary-main .mainRight .indexProList .pro-list-body li .par .compare {
	font-size: 14px;
	color: #999;
	margin-right: 5px;
	float: right
}

.primary-main .mainRight .indexProList .pro-list-body li .par .compare i {
	margin-right: 5px;
	margin-top: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	border: 1px solid #999;
	border-radius: 2px;
	font-size: 0;
	vertical-align: top;
	color: #fff
}

.primary-main .mainRight .indexProList .pro-list-body li .par .compare.clicked i {
	background-color: #fd8900;
	border-color: #fd8900;
	font-size: 8px
}

.primary-main .mainRight .indexProList .pro-list-body li .labels {
	border-top: 1px solid #f0f0f0;
	padding-top: 3px;
	margin-top: 10px;
	overflow: hidden
}

.primary-main .mainRight .indexProList .pro-list-body li .labels mark {
	background: none;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #f0f0f0;
	padding: 0 15px;
	border-radius: 2px;
	margin-right: 15px;
	display: inline-block;
	font-weight: 400;
	color: #999;
	margin-top: 15px
}

.primary-main .mainRight .indexProList .pro-list-body li:hover {
	box-shadow: 0 0 10px #dedede
}

.indexDynamic {
	padding: 40px 0;
	background: #fd8900;
	overflow: hidden;
}
.indexDynamic h2 {
	font-size: 22px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	margin-bottom: 5px;
	position: relative
}

.indexDynamic h2 a.companyNewsFlag {
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	font-weight: 400
}

.indexDynamic h2 a.companyNewsFlag i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	vertical-align: top;
	margin: 4px 0 0 6px;
	background: #fff url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px 3px
}

.indexDynamic .indexNews {
	width: 100%;
	margin-top: 26px
}

.indexDynamic .indexNews dl {
	padding: 20px;
	width: 100%;
	float: left;
	background-color: #fff;
	margin-bottom: 15px
}

.indexDynamic .indexNews dl dt {
	width: 18%;
	height: 80px;
	float: left;
	margin-right: 16px;
	text-align: center;
	background: #d3d3d3;
	color: #ffffff;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.indexDynamic .indexNews dl dt b {
	font-size: 22px;
	line-height: 1;
	display: block;
	margin-top: 5px
}

.indexDynamic .indexNews dl dt span {
	font-size: 26px;
	margin-top: 5px;
	display: block;
	font-weight: normal
}

.indexDynamic .indexNews dl dd {
	overflow: hidden
}

.indexDynamic .indexNews dl dd h3 {
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 8px
}

.indexDynamic .indexNews dl dd h3 a {
	color: #333
}

.indexDynamic .indexNews dl dd h3 a:hover {
	color: #fd8900
}

.indexDynamic .indexNews dl dd h3 a:active {
	font-weight: bold;
	color: #fd8900
}

.indexDynamic .indexNews dl dd p {
	font-size: 14px;
	line-height: 18px;
	color: #999;
	max-height: 36px;
	overflow: hidden
}

.indexDynamic .indexNews dl:hover dt {
	background: #fd8900
}

.indexDynamic .indexNews dl:hover dd h3 a {
	color: #fd8900
}

.indexDynamic .indexNews dl:active dt {
	background: #fd8900
}

.indexDynamic .indexNews dl:active dd h3 a {
	color: #fd8900
}

.indexDynamic .indexArticle {
	margin-top: 14px
}

.indexDynamic .indexArticle ul {
	padding-top: 12px
}

.indexDynamic .indexArticle ul li {
	font-size: 16px;
	line-height: 45px;
	height: 45px;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-left: 28px;
	background: #fff;
	margin-bottom: 16px;
	position: relative
}

.indexDynamic .indexArticle ul li a {
	color: #333;
	float: left;
	max-width: 285px;
	overflow: hidden
}

.indexDynamic .indexArticle ul li span {
	color: #c6c5c5;
	float: right;
	padding-right: 16px
}

.indexDynamic .indexArticle ul li:hover a {
	color: #fd8900
}

.indexDynamic .indexArticle ul li:active {
	background: url(../../../../images/seo/version/2022/inquiry-btn.png) no-repeat 5px -195px
}

.indexDynamic .indexArticle ul li:active a {
	color: #fd8900
}

.indexDynamic .indexArticle ul li::before {
	content: '';
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #fd8900
}

.indexDynamic .news-left {
	width: 58%;
	float: left;
	margin-right: 30px;
}

.indexDynamic .news-right {
	overflow: hidden;
}

.primary-company {
	padding: 30px 0;
	overflow: hidden;
}

.primary-company .companyTitle {
	text-align: center;
	margin-bottom: 30px
}

.primary-company .companyTitle h2 {
	font-size: 22px;
	line-height: 30px;
	color: #ffffff;
	font-weight: bold
}

.primary-company .companyTitle p {
	font-size: 16px;
	line-height: 25px;
	color: #ffffff;
	text-transform: uppercase;
	opacity: 0.6
}

.primary-company .companyLeft {
	position: relative;
	height: 374px;
	margin-top: 30px;
	float: left;
	width: 558px
}

.primary-company .companyLeft .companyLeftImg {
	width: 100%;
	height: 100%;
	position: relative
}

.primary-company .companyLeft .companyLeftImg .Warning b {
	margin: 155px 0 20px 0
}

.primary-company .companyLeft .companyLeftImg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%
}

.primary-company .companyRight {
	width: 642px;
	height: 300px;
	background-color: #fff;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	padding: 30px 34px;
	margin-top: 60px;
	position: relative;
	float: right
}

.primary-company .companyRight h3 {
	font-size: 24px;
	line-height: 40px;
	color: #333
}
.primary-company .companyRight h3 a {
	color: #333;
}
.primary-company .companyRight h3 a:hover {
	color: #fd8900;
}
.primary-company .companyRight p {
	font-size: 14px;
	line-height: 28px;
	color: #333;
	text-indent: 2rem
}

.primary-company .companyRight .details {
	margin-top: 20px;
	text-indent: 0;
	max-height: 168px;
	overflow: hidden
}

.primary-company .companyRight .details a {
	display: inline-block;
	width: 160px;
	height: 40px;
	border: 1px solid #ffffff;
	border-radius: 2px;
	font-size: 14px;
	line-height: 38px;
	color: #ffffff;
	text-align: center;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear
}

.primary-company .companyRight .details a:hover span {
	margin-left: 3px
}

.primary-company .companyRight .details a:active span {
	margin-left: 3px
}

.primary-company .companyRight>a {
	position: absolute;
	height: 40px;
	color: #fff;
	background-color: #fd8900;
	line-height: 40px;
	font-size: 14px;
	padding: 0 16px;
	right: 26px;
	bottom: -26px
}

.primary-company .companyRight .More {
	display: none
}

.primary-footer {
	padding: 40px 0;
	background: #fd8900
}

.primary-footer .w {
	width: 960px
}

.primary-footer .compareBtn {
	position: fixed;
	left: 0;
	top: 350px;
	width: 25px;
	height: 88px;
	background-color: #feb65b;
	text-align: center;
	border-radius: 0 5px 5px 0;
	z-index: 100000001
}

.primary-footer .compareBtn a {
	color: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 14px;
	font-family: "microsoft yahei";
	font-weight: normal
}

.primary-footer .compareBtn a:active {
	color: #fff
}

.primary-footer .comBox {
	position: fixed;
	display: block;
	left: 40px;
	z-index: 9999999;
	width: 160px;
	overflow: hidden;
	font-weight: normal;
	font-family: inherit;
	display: none;
	bottom: 100px
}

.primary-footer .comBox p.title {
	height: 42px;
	line-height: 42px;
	color: #fff;
	background: #feb65b;
	font-size: 16px;
	padding: 0 10px
}

.primary-footer .comBox p.title a {
	position: absolute;
	top: 0;
	right: 8px;
	color: #fff
}

.primary-footer .comBox p.title a i {
	font-size: 20px
}

.primary-footer .comBox ul li {
	border: 1px solid #ddd;
	border-bottom-color: #e4e4e4;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom: 1px;
	text-align: center;
	position: relative;
	height: 160px;
	background-color: #fff;
	padding: 0 18px
}

.primary-footer .comBox ul li .image {
	height: 120px;
	position: relative
}

.primary-footer .comBox ul li .image img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.primary-footer .comBox ul li.pro:hover {
	border: 1px solid #feb65b
}

.primary-footer .comBox ul li.pro:hover a.close {
	display: block
}

.primary-footer .comBox ul li.add a {
	color: #ccc;
	font-size: 18px;
	margin-top: 40px;
	display: block
}

.primary-footer .comBox ul li.add a i {
	display: block;
	font-size: 45px
}

.primary-footer .comBox ul li p {
	line-height: 18px;
	max-height: 36px;
	overflow: hidden;
	font-size: 14px
}

.primary-footer .comBox ul li p a {
	color: #333;
	text-align: left;
	display: block
}

.primary-footer .comBox ul li p a:hover {
	color: #feb65b
}

.primary-footer .comBox ul li.btn {
	border: 1px solid #ddd;
	height: 110px;
	padding-top: 18px
}

.primary-footer .comBox ul li.btn a {
	display: block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #feb65b;
	text-align: center;
	margin: 0 auto;
	font-size: 16px;
	border-radius: 2px
}

.primary-footer .comBox ul li.btn a.empty {
	background-color: transparent;
	color: #feb65b;
	margin-top: 5px
}

.primary-footer .comBox ul li a.close {
	display: none;
	opacity: 1;
	width: 18px;
	height: 18px;
	position: absolute;
	top: -1px;
	right: -1px;
	background: #feb65b url("/NewShowStand/Templates/103/Images/close1.png") no-repeat center
}

.primary-footer .comBox ul li a.close i {
	font-size: 0
}

.primary-footer .footerLeft {
	width: 300px;
	float: left
}

.primary-footer .footerLeft b {
	display: block;
	padding-left: 0px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 0 -420px;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	max-width: 320px;
	word-wrap: break-word;
	word-break: break-all;
	text-indent: 40px
}

.primary-footer .footerLeft p {
	font-size: 16px;
	line-height: 30px;
	color: #fff
}

.primary-footer .footerLeft p.prompt {
	padding-left: 23px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 0 -503px
}

.primary-footer .footerLeft p a {
	color: #fff
}

.primary-footer .footerLeft a.onlineService {
	display: block;
	width: 222px;
	height: 36px;
	border: 1px solid #fdbc6f;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	text-align: center;
	text-indent: 28px;
	background: #fdbc6f url(../../../../images/seo/version/2022/indexbg.png) no-repeat 74px -468px;
	margin: 8px 0
}

.primary-footer .footerCenter {
	width: 452px;
	height: 194px;
	font-size: 16px;
	line-height: 30px;
	color: #fff;
	border-left: 1px solid #fdbc6f;
	border-right: 1px solid #fdbc6f;
	float: left
}

.primary-footer .footerCenter p {
	margin-top: 10px;
	padding-left: 15%
}

.primary-footer .footerCenter p:first-of-type {
	margin-top: 0
}

.primary-footer .footerCenter p a {
	color: #fff
}

.primary-footer .footerRight {
	overflow: hidden
}

.primary-footer .footerRight ul {
	width: 100%
}

.primary-footer .footerRight ul li {
	width: 150px;
	text-align: center;
	float: right
}

.primary-footer .footerRight ul li:nth-child(2) {
	display: none
}

.primary-footer .footerRight ul li img {
	width: 100%;
	background: #fff
}

.primary-footer .footerRight ul li p {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	margin-top: 5px
}

.primary-footer .footerRight .follow {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: none
}

.primary-footer .footerRight .follow b {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 8px -369px #fd8900;
	border-radius: 50%;
	box-shadow: 0 0 5px #fd8900;
	vertical-align: middle;
	margin-right: 10px
}

.primary-copyright {
	padding: 20px 0;
	background: #fd8900;
	text-align: center;
	border-top: 1px solid #fdbc6f;
	font-size: 16px;
	line-height: 30px;
	color: #fff
}

/* 高级 */
.senior-header  {
	height: 39px;
	background: #f7f9fa;
	border-bottom: 1px solid #e8edf2
}

.senior-header  .headerLeft {
	float: left
}

.senior-header  .headerLeft img {
	float: left;
	margin-top: 9px;
	width: 20px
}

.senior-header  .headerLeft p {
	font-size: 12px;
	line-height: 39px;
	float: left;
	margin-left: 6px;
	color: #d9d9d9
}

.senior-header  .headerLeft p>a {
	color: #333;
	margin: 0 8px
}

.senior-header  .headerLeft p>a.regist {
	padding: 3px 5px;
	background: #fd8900;
	text-align: center;
	color: #fff;
	border-radius: 2px
}

.senior-header  .headerLeft p>a.mobile {
	padding-left: 20px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat
}

.senior-header  .headerLeft span {
	color: #333
}

.senior-header  .headerLeft span a {
	color: #333
}

.senior-header  .headerRight {
	float: right
}

.senior-header  .headerRight .searchForm {
	float: left
}

.senior-header  .headerRight .search {
	width: 312px;
	height: 30px;
	border: 1px solid #fd8900;
	margin-top: 4px
}

.senior-header  .headerRight .search .searchSelect {
	height: 14px;
	position: relative;
	margin-top: 7px;
	border-right: 1px solid #e0e6ed;
	float: left
}

.senior-header  .headerRight .search .searchSelect .searchSelectTop {
	cursor: pointer;
	width: 100%;
	height: 100%;
	position: relative
}

.senior-header  .headerRight .search .searchSelect .searchSelectTop p {
	color: #999;
	font-size: 12px;
	text-indent: 10px;
	line-height: 14px;
	padding-right: 12px
}

.senior-header  .headerRight .search .searchSelect .searchSelectTop i {
	display: block;
	position: absolute;
	width: 10px;
	height: 5px;
	right: 1px;
	top: 4px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 0 -45px
}

.senior-header  .headerRight .search .searchSelect .searchSelectBot {
	position: absolute;
	border: 1px solid #f3f3f3;
	width: 80px;
	top: 22px;
	left: 0;
	background: #fff;
	text-indent: 10px;
	z-index: 9999;
	padding-right: 10px
}

.senior-header  .headerRight .search .searchSelect .searchSelectBot li {
	line-height: 24px;
	font-size: 12px;
	cursor: pointer
}

.senior-header  .headerRight .search .searchSelect .searchSelectBot li:hover {
	background: #fd8900;
	color: #fff
}

.senior-header  .headerRight .search input {
	width: 160px;
	height: 28px;
	border: none;
	background: none;
	text-indent: 15px;
	color: #999
}

.senior-header  .headerRight .search button {
	width: 64px;
	height: 28px;
	color: #fff;
	border: none;
	background: #fd8900;
	float: right;
	outline: none;
	cursor: pointer;
	line-height: 28px
}

.senior-header  .headerRight .searchAll {
	float: right;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #fd8900;
	width: 58px;
	height: 30px;
	border: 1px solid #fd8900;
	margin: 4px 0 0 6px
}
.senior-top {
	height: 120px;
	max-height: 120px;
	padding: 15px 0;
	overflow: hidden
}

.senior-top .companyItem {
	float: left;
	line-height: 80px
}

.senior-top .companyItem span {
	display: inline-block;
	font-weight: bold;
	vertical-align: middle;
	position: relative;
	width: 167px;
	height: 28px;
	margin-left: 20px
}

.senior-top .companyItem span img {
	position: absolute;
	z-index: 1
}

.senior-top .companyItem span i {
	position: absolute;
	z-index: 2;
	font-size: 16px;
	font-family: Open Sans;
	color: #fd8900;
	line-height: 28px;
	right: 22px;
	top: 0;
	font-style: normal;
	text-align: center;
	width: 28px
}

.senior-top .nopad {
	padding-right: 100px
}

.senior-top .logo {
	float: left;
	height: 90px;
	padding-right: 25px;
	margin-right: 20px;
	position: relative
}

.senior-top .logo::before {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 30px;
	background-color: #e0e6ed;
	top: 50%;
	right: 0;
	transform: translateY(-50%)
}

.senior-top .logo i {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.senior-top .logo img {
	max-width: 90px;
	max-height: 90px;
	vertical-align: middle
}

.senior-top h1 {
	font-size: 28px;
	line-height: 30px;
	color: #333;
	max-height: 60px;
	margin-top: 29px;
	float: left;
	font-weight: bold;
	max-width: 60%;
	overflow: hidden
}

.senior-top .vip {
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	padding: 0 12px;
	border-radius: 50px;
	margin-top: 25px;
	float: left;
	margin-left: 20px;
	position: relative;
	font-family: "Microsoft YaHei"
}

.senior-top .vip b {
	width: 25px;
	height: 20px;
	float: left;
	margin: 5px 5px 0 0;
	background: url(../../../../images/seo/version/2022/107/viplevel4.png) no-repeat center
}

.senior-top .vip.vipLeve4 {
	border: 1px solid #fd8900;
	color: #fd8900
}

.senior-top .contactWay {
	float: right;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	position: relative
}
.senior-top .contactWay a {
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	margin-top: 12px;
}
.senior-top .contactWay span {
	display: block;
	border-radius: 50px;
	width: 42px;
	height: 42px;
	float: left;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 7px -60px #ffbe70;
	margin-top: 8px;
	position: absolute;
	left: -40px;
	top: 0
}

.senior-top .contactWay div {
	float: right
}

.senior-top .contactWay div b {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	display: block;
	text-indent: 9px
}

.senior-top .contactWay div a {
	color: #fd8900;
	font-weight: bold
}

.senior-top .contactWay div p {
	font-size: 22px;
	color: #fd8900;
	font-weight: bold;
	overflow: hidden;
	word-wrap: break-word;
	white-space: nowrap;
	margin-right: 0;
	letter-spacing: 1px
}

.senior-top .contactWay div p a {
	line-height: 48px;
	color: #ffbe70
}

.nav {
	height: 48px;
	background: #fd8900;
	overflow: hidden
}

.nav ul.lilength1 li a {
	text-align: center;
	padding: 0;
	width: 100%
}

.nav ul.lilength2 li a {
	text-align: center;
	padding: 0;
	width: 50%
}

.nav ul.lilength3 li a {
	text-align: center;
	padding: 0;
	width: 33.33333%
}

.nav ul.lilength4 li a {
	text-align: center;
	padding: 0;
	width: 25%
}

.nav ul.lilength5 li a {
	text-align: center;
	padding: 0;
	width: 20%
}

.nav ul.lilength6 li a {
	text-align: center;
	padding: 0;
	width: 16.66667%
}

.nav ul.lilength7 li a {
	text-align: center;
	padding: 0;
	width: 14.28571%
}

.nav ul.lilength8 li a {
	text-align: center;
	padding: 0;
	width: 12.5%
}

.nav ul.lilength9 li a {
	text-align: center;
	padding: 0;
	width: 11.11111%
}

.nav ul.lilength10 li a {
	text-align: center;
	padding: 0;
	width: 10%
}

.nav ul.lilength11 li a {
	text-align: center;
	padding: 0;
	width: 9.09091%
}

.nav ul.lilength12 li a {
	text-align: center;
	padding: 0;
	width: 8.33333%
}

.nav ul.lilength13 li a {
	text-align: center;
	padding: 0;
	width: 7.69231%
}

.nav ul.lilength14 li a {
	text-align: center;
	padding: 0;
	width: 7.14286%
}

.nav ul.lilength15 li a {
	text-align: center;
	padding: 0;
	width: 6.66667%
}

.nav a {
	display: block;
	color: #fff;
	padding: 0 23px;
	float: left;
	font-size: 16px;
	line-height: 48px;
	position: relative
}

.nav a:after {
	width: 0;
	height: 3px;
	display: block;
	background: #fff;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.nav a.on {
	background: #ffac4a
}

.nav a.on:after {
	width: 25px
}

.nav a:hover {
	background: #ffac4a
}

.nav a:hover:after {
	width: 25px
}
.senior-recommend .index_pro1 {
	padding: 40px 0 10px 0;
	background: #eaecef
}

.senior-recommend .index_pro1 .indexTitle {
	height: 40px;
	overflow: hidden;
	margin-bottom: 25px;
	position: relative
}

.senior-recommend .index_pro1 .indexTitle .more {
	position: absolute;
	right: 15px;
	top: 0;
	line-height: 40px;
	font-size: 15px;
	color: #fd8900;
	transition: all .3s
}

.senior-recommend .index_pro1 .indexTitle h2 {
	line-height: 40px;
	text-indent: 10px;
	font-size: 26px;
	color: #fd8900;
	font-weight: bold
}

.senior-recommend .index_pro1 .indexTitle h2 b {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 8px -108px #ffbe70
}

.senior-recommend .index_pro1 .indexBox {
	padding-bottom: 40px;
	overflow: hidden
}

.senior-recommend .index_pro1 .indexBox .swiper-pagination {
	bottom: -30px
}

.senior-recommend .index_pro1 .indexBox .swiper-pagination .swiper-pagination-bullet {
	margin: 0 4px;
	width: 6px;
	height: 6px;
	background: #ffbe70;
	opacity: 1
}

.senior-recommend .index_pro1 .indexBox .swiper-pagination .swiper-pagination-bullet-active {
	width: 18px;
	border-radius: 9px;
	opacity: 1;
	background: #fd8900
}

.senior-recommend .index_pro1 .indexBox .rec_products {
	width: 100%;
	background: #fff;
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.senior-recommend .index_pro1 .indexBox .rec_products table {
	width: 100%;
	height: 240px;
	table-layout: fixed
}

.senior-recommend .index_pro1 .indexBox .rec_products table td img {
	max-width: 100%;
	max-height: 240px
}

.senior-recommend .index_pro1 .indexBox .rec_products p {
	font-size: 16px;
	line-height: 25px;
	overflow: hidden;
	height: 25px;
	font-weight: bold;
	margin-top: 5px;
	padding: 0 15px;
	margin-top: 15px
}

.senior-recommend .index_pro1 .indexBox .rec_products p a {
	color: #333
}

.senior-recommend .index_pro1 .indexBox .rec_products span {
	display: block;
	margin-bottom: 12px;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	margin-top: 4px
}

.senior-recommend .index_pro1 .indexBox .rec_products span i {
	color: #fd8900;
	font-style: normal;
	overflow: hidden;
	height: 24px;
	line-height: 24px
}

.senior-recommend .index_pro1 .indexBox .rec_products b {
	display: block;
	margin: 0 20px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	border: 1px solid #fd8900;
	color: #fd8900;
	border-radius: 2px;
	transition: all .3s
}

.senior-recommend .index_pro1 .indexBox .rec_products .sign {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 12px;
	width: 70px;
	height: 25px;
	color: #fff;
	line-height: 25px;
	background: url(../../../../images/seo/version/2022/107/sign.png) no-repeat;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.senior-recommend .index_pro1 .indexBox .rec_products:hover b {
	background: #fd8900;
	color: #fff
}

.senior-recommend .index_pro1 .indexBox .rec_products:hover p a {
	color: #fd8900
}

.senior-recommend .index_pro1 .indexBox .rec_products:hover .sign {
	opacity: 1
}

.senior-recommend .index_pro1 .indexBox .rec_products:hover {
	box-shadow: 0px 10px 20px 0px rgba(49, 55, 63, 0.15)
}

.senior-recommend .productListBtn {
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: url(/NewShowStand/Templates/107/Images/blue/btnbg.png) center center no-repeat
}

.senior-recommend .productListBtn a {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	display: block
}

.senior-recommend .productListBtn a span {
	display: inline-block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	margin-left: 5px;
	text-indent: 0px;
	vertical-align: top;
	margin-top: 17px;
	position: relative
}

.senior-recommend .productListBtn a span i {
	font-size: 15px;
	position: absolute;
	left: 2px;
	top: 5px
}

.senior-recommend .productListBtn a span i:first-of-type {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -5px;
	left: 3px
}
.senior-main .w {
	overflow: hidden;
}


.senior-main {
	padding: 40px 0 18px 0;
}

.senior-main .indexTitle {
	height: 40px;
	overflow: hidden;
	margin-bottom: 25px
}

.senior-main .indexTitle h2 {
	line-height: 40px;
	text-indent: 10px;
	font-size: 26px;
	color: #fd8900;
	font-weight: bold
}

.senior-main .indexTitle h2 b {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 8px -154px #ffbe70
}

.senior-main .mainLeft {
	width: 320px;
	float: left;
	background: #f3f3f3;
}

.senior-main .mainLeft .cat_nav {
	width: 100%;
	height: 70px;
	background: url(../../../../images/seo/version/2022/107/categoriesBg.png) center center no-repeat;
	background-size: cover;
	position: relative;
}

.senior-main .mainLeft .cat_nav a {
	font-size: 24px;
	font-weight: bold;
	line-height: 70px;
	color: #ffbe70;
	display: inline-block;
	position: relative;
	width: 100%;
	text-align: center;
}

.senior-main .mainLeft .cat_nav a::after {
	width: 0;
	height: 4px;
	display: block;
	background: #ffd71c;
	content: '';
	position: absolute;
	left: 50%;
	bottom: 10px;
	border-radius: 10px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.senior-main .mainLeft .cat_nav::before {
	content: "";
	width: 20px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 0;
	background: #fd8900;
}
.senior-main .mainLeft .cat_nav a.focus:after {
	width: 34px
}

.senior-main .mainLeft .cat_nav a.focus {
	color: #fff;
}

.senior-main .mainLeft .secdhand:after {
	content: "";
	width: 1px;
	height: 19px;
	display: none;
	background: #ffffff;
	position: absolute;
	top: 20px;
	left: 141px;
	opacity: 0.5
}

.senior-main .mainLeft .categories {
	padding: 10px 15px;
}

.senior-main .mainLeft .categories .cat_list dl dt {
	line-height: 50px;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
	position: relative;
	height: 50px;
	overflow: hidden;
	padding-right: 40px;
	font-weight: bold;
}

.senior-main .mainLeft .categories .cat_list dl dt a {
	color: #333
}

.senior-main .mainLeft .categories .cat_list dl dt a:hover {
	color: #fd8900;
}

.senior-main .mainLeft .categories .cat_list dl dt i {
	width: 13px;
	height: 7px;
	background: url(../../../../images/seo/version/2022/indexbg.png) no-repeat 0px -122px;
	position: absolute;
	top: 22px;
	right: 20px;
}

.senior-main .mainLeft .categories .cat_list dl dd {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.senior-main .mainLeft .categories .cat_list dl dd div {
	padding: 10px 0
}

.senior-main .mainLeft .categories .cat_list dl dd div a {
	display: block;
	width: 48%;
	float: left;
	margin-right: 4%;
	font-size: 14px;
	text-align: center;
	background: #fff;
	color: #555;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
	margin-bottom: 10px;
}

.senior-main .mainLeft .categories .cat_list dl dd div a:nth-child(2n) {
	margin-right: 0;
}

.senior-main .mainLeft .categories .cat_list dl dd div a:hover {
	color: #fd8900;
}

.senior-main .mainLeft .categories .cat_list dl dd div a:active {
	color: #fd8900;
	font-weight: bold
}

.senior-main .mainLeft .categories .more {
	padding-top: 10px;
	text-align: center;
	display: none
}

.senior-main .mainLeft .categories .more a {
	display: block;
	font-size: 18px;
	line-height: 46px;
	color: #ffffff;
	background: #fd8900;
	box-shadow: 0 0 5px #fd8900;
	text-align: center
}

.senior-main .mainLeft .categories .more a span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	line-height: 20px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 14px;
	margin-left: 5px;
	text-indent: 0px;
	vertical-align: top;
	margin-top: 15px;
	position: relative
}

.senior-main .mainLeft .categories .more a span i {
	font-size: 14px;
	position: absolute;
	left: 2px;
	top: 3px
}

.senior-main .mainLeft .categories .more a span i:first-of-type {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	top: -5px
}

.senior-main .mainLeft .categories .cat_list2 dl {
	margin-bottom: 10px;
	background: #fff
}

.senior-main .mainLeft .categories .cat_list2 dl dt {
	padding: 0 15px
}

.senior-main .mainLeft .categories .cat_list2 dl dt a {
	font-size: 16px;
	line-height: 40px;
	color: #333;
	font-weight: normal;
	text-indent: 20px;
	position: relative;
	cursor: pointer;
	font-weight: bold
}

.senior-main .mainRight {
	overflow: hidden;
}

.senior-main .mainRight .indexProList .pro-table-lists {
	width: 100%;
}

.senior-main .mainRight .indexProList .pro-table-lists li {
	width: 25%;
	margin-bottom: 20px;
	float: left;
}

.senior-main .mainRight .indexProList .pro-table-lists li .items {
	background: #ffffff;
	margin-left: 22px;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.senior-main .mainRight .indexProList .pro-table-lists li .items table {
	width: 100%;
	text-align: center;
	height: 246px;
}
.senior-main .mainRight .indexProList .pro-table-lists li .items table img {
	max-height: 246px;
}
.senior-main .mainRight .indexProList .pro-table-lists li .items .proImg {
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.senior-main .mainRight .indexProList .pro-table-lists li .items .proImg img {
	max-height: none;
}

.senior-main .mainRight .indexProList .pro-table-lists li .busBottom {
	text-align: center;
}

.senior-main .mainRight .indexProList .pro-table-lists li .items p {
	display: block;
	font-size: 16px;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
}

.senior-main .mainRight .indexProList .pro-table-lists li .items p a {
	color: #333;
	font-weight: bold
}

.senior-main .mainRight .indexProList .pro-table-lists li .items span {
	display: block;
	font-size: 14px;
	margin: 0 12px;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
	box-sizing: content-box;
}

.senior-main .mainRight .indexProList .pro-table-lists li .items span i {
	color: #777;
	font-style: normal
}

.senior-main .mainRight .indexProList .pro-table-lists li .price {
	line-height: 38px;
	border: 1px solid #fd8900;
	text-align: center;
	height: 38px;
	margin: 0 -1px;
}

.senior-main .mainRight .indexProList .pro-table-lists li .price b {
	float: left;
	width: 66%;
	background: #fd8900;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}

.senior-main .mainRight .indexProList .pro-table-lists li .price a {
	display: block;
	overflow: hidden;
	text-align: center;
	font-size: 15px;
	color: #fd8900;
}

.senior-main .mainRight .indexProList .pro-table-lists li .price a i {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 100%;
	vertical-align: top;
	margin: 10px 0 0 6px;
	background: #fd8900 url("../../../../images/seo/version/2022/inquiry-btn.png") no-repeat 6px -14px
}

.senior-main .mainRight .indexProList .pro-table-lists li>.items:hover {
	border: 1px solid #fd8900;
	border-bottom: 0;
}

.senior-main .mainRight .indexProList .pro-table-lists li>.items:hover a {
	color: #fd8900
}

.senior-main .mainRight .indexProList .pro-table-lists li>.items:active {
	box-shadow: 0 0 10px #dedede
}

.senior-main .mainRight .indexProList .pro-table-lists li>.items:active a {
	color: #fd8900
}

.senior-main .mainRight .indexProList .pro-list-body {
	padding-left: 15px
}

.senior-main .mainRight .indexProList .pro-list-body li {
	background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden
}

.senior-main .mainRight .indexProList .pro-list-body li .image {
	width: 175px;
	height: 175px;
	position: relative;
	float: left;
	margin-right: 20px;
	border: 1px solid #f0f0f0
}

.senior-main .mainRight .indexProList .pro-list-body li .image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.senior-main .mainRight .indexProList .pro-list-body li span {
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 34px;
	height: 34px
}

.senior-main .mainRight .indexProList .pro-list-body li span a {
	color: #333
}

.senior-main .mainRight .indexProList .pro-list-body li span a:hover {
	color: #fd8900
}

.senior-main .mainRight .indexProList .pro-list-body li p {
	font-size: 14px;
	line-height: 22px;
	max-height: 44px;
	overflow: hidden;
	color: #999
}

.senior-main .mainRight .indexProList .pro-list-body li .par {
	font-size: 14px;
	overflow: hidden;
	padding: 10px 0;
	color: #999;
	position: relative
}

.senior-main .mainRight .indexProList .pro-list-body li .par b {
	font-weight: 400;
	color: red
}

.senior-main .mainRight .indexProList .pro-list-body li .par strong {
	padding: 0 20px
}

.senior-main .mainRight .indexProList .pro-list-body li .par .compare {
	font-size: 14px;
	color: #999;
	margin-right: 5px;
	float: right
}

.senior-main .mainRight .indexProList .pro-list-body li .par .compare i {
	margin-right: 5px;
	margin-top: 4px;
	display: inline-block;
	width: 14px;
	height: 14px;
	text-align: center;
	line-height: 14px;
	border: 1px solid #999;
	border-radius: 2px;
	font-size: 0;
	vertical-align: top;
	color: #fff
}

.senior-main .mainRight .indexProList .pro-list-body li .par .compare.clicked i {
	background-color: #fd8900;
	border-color: #fd8900;
	font-size: 8px
}

.senior-main .mainRight .indexProList .pro-list-body li .labels {
	border-top: 1px solid #f0f0f0;
	padding-top: 3px;
	margin-top: 10px;
	overflow: hidden
}

.senior-main .mainRight .indexProList .pro-list-body li .labels mark {
	background: none;
	font-size: 12px;
	line-height: 24px;
	border: 1px solid #f0f0f0;
	padding: 0 15px;
	border-radius: 2px;
	margin-right: 15px;
	display: inline-block;
	font-weight: 400;
	color: #999;
	margin-top: 15px
}

.senior-main .mainRight .indexProList .pro-list-body li:hover {
	box-shadow: 0 0 10px #dedede
}
.senior-indexNews {
	padding: 40px 0 50px 0;
	background: #f3f3f3
}

.senior-indexNews .indexTitle {
	text-align: center;
	margin-bottom: 40px
}

.senior-indexNews .indexTitle h2 {
	line-height: 40px;
	text-indent: 10px;
	font-size: 26px;
	color: #fd8900;
	font-weight: bold;
	width: 157px;
	margin: 0 auto
}

.senior-indexNews .indexTitle h2 b {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 10px -479px #ffbe70;
	overflow: hidden
}

.senior-indexNews .indexTitle p {
	font-size: 18px;
	color: #fd8900;
	opacity: 0.6
}

.senior-indexNews .indexTitle .news-tab {
	text-align: center;
	margin-top: 25px
}

.senior-indexNews .indexTitle .news-tab p {
	font-size: 0;
	opacity: 1;
	display: block
}

.senior-indexNews .indexTitle .news-tab p a {
	display: inline-block;
	width: 150px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #fd8900;
	color: #fd8900;
	font-size: 18px;
	margin: 0 12px
}

.senior-indexNews .indexTitle .news-tab p a:hover {
	background-color: #fd8900;
	color: #fff
}

.senior-indexNews .indexTitle .news-tab p a.focus {
	background-color: #fd8900;
	color: #fff
}

.senior-indexNews .news-bot {
	display: none;
	min-height: 320px;
	overflow: hidden;
}

.senior-indexNews .indexNewsLeft {
	width: 49%;
	float: left
}

.senior-indexNews .indexNewsLeft .indexNewsNewst {
	width: 100%;
	background: #fff;
	padding: 31px 20px;
}

.senior-indexNews .indexNewsLeft .indexNewsNewst b {
	font-size: 18px;
	font-weight: normal;
	display: block;
	line-height: 22px;
	height: 22px;
	overflow: hidden
}

.senior-indexNews .indexNewsLeft .indexNewsNewst b a {
	color: #555
}

.senior-indexNews .indexNewsLeft .indexNewsNewst b a:hover {
	color: #fd8900
}

.senior-indexNews .indexNewsLeft .indexNewsNewst p {
	font-size: 14px;
	line-height: 22px;
	color: #999;
	margin: 15px 0;
	height: 66px;
	overflow: hidden
}

.senior-indexNews .indexNewsLeft .indexNewsNewst p i {
	font-size: 12px;
	padding: 2px 8px;
	border-radius: 2px;
	background: #fd8900;
	color: #fff;
	font-style: normal;
	margin-right: 5px
}

.senior-indexNews .indexNewsLeft .indexNewsNewst span {
	color: #999
}

.senior-indexNews .indexNewsLeft .indexNewspic {
	width: 100%
}

.senior-indexNews .indexNewsLeft .indexNewspic a {
	display: block;
	width: 100%;
	height: 346px;
	overflow: hidden;
	text-align: center;
	background: #ffffff
}

.senior-indexNews .indexNewsLeft .indexNewspic a img {
	width: auto;
	vertical-align: middle;
	max-height: 100%;
	height: 100%;
	max-width: 100%
}

.senior-indexNews .indexNewsLeft .indexNewspic a .iblock {
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle
}

.senior-indexNews .indexNewsright {
	width: 49%;
	float: right
}

.senior-indexNews .indexNewsright ul li {
	background: #fff;
	width: 100%;
	padding: 20px;
	margin-bottom: 21px;
	clear: both;
	overflow: hidden;
}

.senior-indexNews .indexNewsright ul li:last-child {
	margin-bottom: 0px
}

.senior-indexNews .indexNewsright ul li:hover {
	box-shadow: 0px 10px 20px 0px rgba(49, 55, 63, 0.1)
}

.senior-indexNews .indexNewsright ul li .indexNewsTime {
	width: 110px;
	padding: 12px 0;
	background: #dadada;
	color: #646464;
	text-align: center;
	float: left
}

.senior-indexNews .indexNewsright ul li .indexNewsTime p {
	font-size: 40px;
	line-height: 35px;
	display: block
}

.senior-indexNews .indexNewsright ul li .indexNewsTime span {
	font-size: 14px;
	line-height: 20px;
	display: block
}

.senior-indexNews .indexNewsright ul li .indexNewsCon {
	width: 78%;
	float: left;
	padding-left: 20px
}

.senior-indexNews .indexNewsright ul li .indexNewsCon p {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin: 2px 0
}

.senior-indexNews .indexNewsright ul li .indexNewsCon p a {
	font-size: 18px;
	color: #555
}

.senior-indexNews .indexNewsright ul li .indexNewsCon span {
	display: block;
	color: #999;
	max-height: 40px;
	line-height: 20px;
	overflow: hidden;
	font-size: 14px
}

.senior-indexNews .indexNewsright ul li:hover .indexNewsTime {
	background: #fd8900;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.senior-indexNews .indexNewsright ul li:hover .indexNewsTime p {
	color: #fff
}

.senior-indexNews .indexNewsright ul li:hover .indexNewsTime span {
	color: #fff
}

.senior-indexNews .indexNewsright ul li:hover .indexNewsCon p a {
	color: #fd8900;
	font-weight: bold;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.senior-indexNews .indexArticle .indexArticleBox {
	border-bottom: 1px solid #f3f3f3;
	background: #fff;
	margin-bottom: 20px
}

.senior-indexNews .indexArticle .indexArticleBox:last-child {
	margin-bottom: 0
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear {
	padding: 28px 0;
	position: relative;
	overflow: hidden;
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleTime {
	width: 10%;
	float: left;
	text-align: center;
	margin-top: 15px
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleTime p {
	font-size: 40px;
	display: block;
	line-height: 40px;
	color: #555
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleTime span {
	display: block;
	font-size: 14px;
	color: #555
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleCon {
	width: 82%;
	float: left
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleCon p {
	display: block;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	font-size: 18px;
	margin-bottom: 10px
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleCon p a {
	color: #555
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleCon span {
	display: block;
	overflow: hidden;
	line-height: 25px;
	max-height: 45px;
	color: #999;
	font-size: 14px
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleNext {
	width: 8%;
	float: left
}

.senior-indexNews .indexArticle .indexArticleBox .indexArticleClear .indexArticleNext i {
	display: block;
	width: 13px;
	height: 30px;
	position: absolute;
	right: 30px;
	top: 40%;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 0px -530px
}

.senior-indexNews .indexArticle .indexArticleBox:hover {
	background: #fd8900;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.senior-indexNews .indexArticle .indexArticleBox:hover .indexArticleTime p {
	color: #fff
}

.senior-indexNews .indexArticle .indexArticleBox:hover .indexArticleTime span {
	color: #fff
}

.senior-indexNews .indexArticle .indexArticleBox:hover .indexArticleCon p a {
	color: #fff
}

.senior-indexNews .indexArticle .indexArticleBox:hover .indexArticleCon span {
	color: #fff
}

.senior-indexNews .indexArticle .indexArticleBox:hover .indexArticleNext i {
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 0px -582px
}

.indexVideo {
	padding-bottom: 40px;
	overflow: hidden
}

.indexVideo .indexTitle {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 40px
}

.indexVideo .indexTitle h2 {
	line-height: 40px;
	text-indent: 10px;
	font-size: 26px;
	color: #fd8900;
	font-weight: bold;
	width: 157px;
	margin: 0 auto
}

.indexVideo .indexTitle h2 b {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 10px -479px #ffbe70;
	overflow: hidden
}

.indexVideo .indexTitle p {
	font-size: 18px;
	color: #fd8900;
	opacity: 0.6
}

.indexVideo .video-box strong {
	display: block;
	text-align: center
}

.indexVideo .video-box ul {
	margin-right: -48px;
}

.indexVideo .video-box ul::after {
	content: "";
	clear: both;
	display: block;
}

.indexVideo .video-box ul li {
	padding: 0;
	width: 33.33%;
	float: left;
}

.indexVideo .video-box ul li .item {
	margin-right: 48px;
	margin-top: 0;
	border: 0;
	overflow: unset
}

.indexVideo .video-box ul li .item .image {
	padding-bottom: 56.25%;
	height: 0;
	position: relative;
	overflow: hidden
}

.indexVideo .video-box ul li .item .image:hover::after {
	background-color: rgba(0, 0, 0, 0);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.indexVideo .video-box ul li .item .image::after {
	content: '';
	position: absolute;
	z-index: 8;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.indexVideo .video-box ul li .item .image img {
	width: 100%;
	max-height: none;
	display: block
}

.indexVideo .video-box ul li .item .image .play {
	z-index: 9;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.indexVideo .video-box ul li .item .image .play i {
	font-size: 80px
}

.indexVideo .video-box ul li .item .txt {
	padding: 0 26px;
	height: 170px;
	overflow: hidden;
	box-shadow: 0px 10px 20px 0px rgba(49, 55, 63, 0.15);
	background-color: #fff
}

.indexVideo .video-box ul li .item .txt span {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	height: 40px;
	margin-top: 8px;
	overflow: hidden
}

.indexVideo .video-box ul li .item .txt span a {
	color: #333
}

.indexVideo .video-box ul li .item .txt span a:hover {
	color: #fd8900
}

.indexVideo .video-box ul li .item .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	margin-top: 2px;
	max-height: 48px;
	overflow: hidden
}

.indexVideo .video-box ul li .item .txt .videDetail {
	margin-top: 17px;
	text-align: right;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	position: relative
}

.indexVideo .video-box ul li .item .txt .videDetail a {
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	color: #fff;
	padding: 0 20px;
	background-color: #83868b
}

.indexVideo .video-box ul li .item .txt .videDetail a:hover {
	background-color: #fd8900
}

.indexVideo .video-box ul li .item .txt .videDetail a:hover::after {
	content: '';
	background: url("../../../Images/rightArrowH.png") no-repeat center center;
	background-size: cover
}

.indexVideo .video-box ul li .item .txt .videDetail a::after {
	content: '';
	position: absolute;
	right: -4px;
	bottom: -4px;
	width: 15px;
	height: 18px;
	background-size: cover
}

.indexVideo .video-box ul li .item .txt .videDetail b {
	font-weight: 400;
	font-family: 'open sans'
}
.senior-company {
	padding: 40px 0 50px 0;
	background: url(../../../../images/seo/version/2022/107/company.jpg) center top no-repeat #fff
}

.senior-company .indexTitle {
	text-align: center;
	margin-bottom: 40px
}

.senior-company .indexTitle h2 {
	line-height: 40px;
	text-indent: 10px;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	width: 157px;
	margin: 0 auto
}

.senior-company .indexTitle h2 b {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 7px -334px #ffbe70;
	overflow: hidden
}

.senior-company .indexTitle p {
	font-size: 18px;
	color: #fff;
	opacity: 0.6
}

.senior-company .companyCont {
	padding: 50px 40px 60px;
	background: #fff;
	box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.3);
	overflow: hidden;
}

.senior-company .companyCont .companyLeft {
	float: left;
	width: 42%;
	height: 311px
}

.senior-company .companyCont .companyLeft .companyImg {
	width: 100%;
	height: 100%
}

.senior-company .companyCont .companyLeft .companyImg .Warning {
	text-align: center;
	font-size: 14px;
	font-family: microsoft yahei;
	line-height: 27px;
	color: #fff;
	width: 100%;
	height: 100%;
	background-color: #000;
	margin: 0 auto
}

.senior-company .companyCont .companyLeft .companyImg .Warning b {
	display: inline-block;
	width: 30px;
	height: 27px;
	margin: 12px;
	margin: 120px 0 20px 0;
	background: url("https://public.mtnets.com/images/public/waring.png") no-repeat
}

.senior-company .companyCont .companyLeft .companyImg iframe {
	border: 0
}

.senior-company .companyCont .companyLeft .companyImg img {
	max-height: 328px;
	width: 100%
}

.senior-company .companyCont .companyRight {
	float: right;
	width: 55%
}

.senior-company .companyCont .companyRight b {
	display: block;
	font-size: 24px;
	color: #fd8900;
	margin-bottom: 20px;
}

.senior-company .companyCont .companyRight .compantP {
	height: 224px;
	overflow: hidden
}

.senior-company .companyCont .companyRight .compantP p {
	line-height: 28px;
	color: #555;
	text-indent: 30px;
	font-size: 14px
}

.senior-company .companyCont .companyRight .more {
	display: block;
	border-radius: 2px;
	height: 38px;
	width: 158px;
	border: 1px solid #fd8900;
	text-align: center;
	line-height: 38px;
	color: #fd8900;
	float: right;
	margin-top: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}
.senior-company .companyCont .companyRight a {
	color: #333;
}
.senior-company .companyCont .companyRight a:hover {
	color: #fd8900
}

.senior-footer {
	padding: 40px 0;
	background: #323338;
	color: #9ba5af;
	min-height: 275px
}

.senior-footer .footerLeft {
	float: left;
	width: 450px;
	padding-left: 100px;
	padding-top: 10px;
	position: relative
}

.senior-footer .footerLeft::before {
	content: '';
	display: block;
	width: 1px;
	height: 196px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #404146
}

.senior-footer .footerLeft b {
	display: block;
	font-size: 26px;
	font-weight: bold;
	padding-left: 40px;
	line-height: 40px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 0px -636px;
	overflow: hidden
}

.senior-footer .footerLeft p {
	line-height: 30px;
	font-size: 14px
}

.senior-footer .footerLeft .onlineService {
	display: block;
	width: 240px;
	text-align: center;
	text-indent: 18px;
	line-height: 30px;
	font-size: 12px;
	color: #fff;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 77px -687px #fd8900;
	margin: 8px 0
}

.senior-footer .footerLeft .prompt {
	text-indent: 23px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 0px -723px
}

.senior-footer .footerLeft .prompt a {
	padding-left: 5px;
	color: #fd8900
}

.senior-footer .footerCenter {
	width: 450px;
	float: left;
	padding: 10px 70px 0;
	position: relative
}

.senior-footer .footerCenter::before {
	content: '';
	display: block;
	width: 1px;
	height: 196px;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #404146
}

.senior-footer .footerCenter p {
	line-height: 36px;
	margin-top: 10px;
	font-size: 14px
}

.senior-footer .footerCenter p a {
	color: #9ba5af
}

.senior-footer .footerRight {
	overflow: hidden;
	padding-top: 10px
}

.senior-footer .footerRight ul {
	width: 100%;
	display: flex;
	justify-content: center
}

.senior-footer .footerRight ul li {
	width: 116px;
	float: right
}

.senior-footer .footerRight ul li img {
	width: 100%;
	background-color: #fff
}

.senior-footer .footerRight ul li:nth-child(2) {
	display: none
}

.senior-footer .footerRight ul li p {
	font-size: 12px;
	color: #fff;
	line-height: 35px;
	text-align: center
}

.senior-footer .footerRight .follow {
	width: 100%;
	font-size: 14px;
	line-height: 35px;
	color: #fff;
	display: none
}

.senior-footer .footerRight .follow b {
	display: inline-block;
	width: 35px;
	height: 35px;
	border-radius: 50px;
	background: url(../../../../images/seo/version/2022/107/indexbg.png) no-repeat 8px -758px #fd8900;
	vertical-align: middle;
	margin-right: 10px;
	box-shadow: 0 0 5px #fd8900
}

.senior-copyright {
	padding: 20px 15px;
	background: #323338;
	border-top: 1px solid #404146;
	text-align: center;
	line-height: 24px;
	color: #a7b1bc;
	font-size: 12px
}
