


.media-show-container {
	display: flex;
	justify-content: space-between;
	padding: 10px 0 0;
	margin-bottom: 20px
}

.media-show-container .media-show-left {
	width: 370px
}

.media-show-container .media-show-left .left-headImg {
	margin-bottom: 16px;
	/* border-radius: 4px; */
	overflow: hidden;
	border: 2px solid #f7f7f7;
}

.media-show-container .media-show-left .left-headImg .video-con {
	position: relative;
	height: 246px;
	width: 370px;
	flex-shrink: 0
}

.media-show-container .media-show-left .left-headImg .video-con .video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #000
}

.media-show-container .media-show-left .left-headImg .video-con .video-wrapper video {
	flex: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9
}

.media-show-container .media-show-left .left-headImg .video-con .video-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer;
	pointer-events: none
}

.media-show-container .media-show-left .left-headImg .video-con .video-cover img {
	width: 100%;
	height: 100%
}

.media-show-container .media-show-left .left-headImg .video-con .video-cover:after {
	position: absolute;
	left: calc(50% - 28px);
	top: calc(50% - 28px);
	width: 55px;
	height: 55px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size: 100%;
	cursor: pointer;
	pointer-events: auto
}

.media-show-container .media-show-left .left-headImg .video-con .video-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9
}

.media-show-container .media-show-left .left-headImg .video-con .video-img img {
	width: 100%;
	height: 100%
}

.media-show-container .media-show-left .left-headImg .video-con .video-cover:after {
	content: ""
}

.media-show-container .media-show-left .left-headImg img {
	width: 370px;
	height: 370px;
	object-fit: contain;
	border-radius: 4px;
	/* border: 1px solid #f7f7f7; */
}

.media-show-container .media-show-left .left-contentImg {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	height: 90px;
	padding: 0 34px;
	background-color: #fff;
}

.media-show-container .media-show-left .left-contentImg .swiper-button-prev {
	position: absolute;
	left: 10px;
	top: 48px;
	width: 16px;
	height: 30px;
	cursor: pointer;
	background: url(./be6a80b3ef4863dd32a6450b5a23efa5.png) no-repeat 50%/100%;
}

.media-show-container .media-show-left .left-contentImg .swiper-button-next {
	position: absolute;
	right: 13px;
	top: 48px;
	width: 16px;
	height: 30px;
	cursor: pointer;
	background: url(./3f10676e75f1e75af1c8d285e26db3fd.png) no-repeat 50%/100%;
}

.media-show-container .media-show-left .left-contentImg .swiper-container {
	width: 100%;
	height: 100%
}

.media-show-container .media-show-left .left-contentImg .swiper-container .swiper-wrapper {
	width: 303px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

.media-show-container .media-show-left .left-contentImg .swiper-container .swiper-slide {
	position: relative;
	width: 85px!important;
	height: 85px;
	margin-right: 20px!important;
	border-radius: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.media-show-container .media-show-left .left-contentImg .swiper-container .swiper-slide img {
	width: 100%;
	height: 100%;
	border-radius: 4px
}

.media-show-container .media-show-left .left-contentImg .swiper-container .swiper-slide .video-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	cursor: pointer
}

.media-show-container .media-show-left .left-contentImg .swiper-container .swiper-slide .video-cover:after {
	content: "";
	position: absolute;
	left: calc(50% - 22px);
	top: calc(50% - 21px);
	width: 42px;
	height: 44px;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size: 100%;
	cursor: pointer
}

.media-show-container .media-show-left .left-contentImg .gallery-thumbs .swiper-slide-thumb-active {
	border: 1px solid #ed4646
}

.media-show-container .media-show-middle {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	width: 100%;
	min-height: 320px;
	margin: 0 0 0 24px;
	background-color: #fff
}

.media-show-container .media-show-middle .media-middle-left {
	width: 100%
}

.media-show-container .media-show-middle .media-middle-left .detail-title {
	overflow: hidden;
	word-break: break-word;
	width: 100%;
	margin-bottom: 21px;
	color: #333;
	font-size: 22px;
	font-weight: 700;
}

.media-show-container .media-show-middle .media-middle-left .product-left {
	width: 100%
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-price {
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	height: 80px;
	padding-left: 16px;
	border-top: 1px solid #f0f0f3;
	background-color: #f0f0f3;
	color: #666;
	font-size: 14px;
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-price .prices {
	margin-left: 24px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 700;
	color: #f60
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-setting {
	padding: 21px 0 0 15px;
	margin-bottom: 25px;
	color: #666;
	font-size: 12px
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-setting .contact {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	color: #666;
	font-size: 16px;
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-setting .contact:last-child {
	margin-bottom: 0
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-setting .contact .span-address {
	display: inline-block;
	white-space: wrap
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 15px;
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .searchPhone {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 170px;
	height: 50px;
	border-radius: 2px;
	border: 1px solid #f60;
	cursor: pointer;
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .searchPhone .phoneIcon {
	width: 25px;
	height: 27px;
	margin-right: 5px
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .searchPhone .phoneIcon img {
	width: 100%;
	height: 100%
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .searchPhone .phoneContent {
	color: #f60;
	font-size: 18px;
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .online-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 44px;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	border-radius: 2px
}

.media-show-container .media-show-middle .media-middle-left .product-left .detail-contact .online-btn img {
	width: 20px;
	height: 19px;
	margin-right: 8px
}

.product-list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}

.product-list .item-p {
	position: relative;
	width: 302px;
	height: 286px;
	margin-bottom: 20px;
	margin-right: 17px;
	background-color: #fff;
	border: 1px solid #f7f7f7
}

.product-list .item-p:hover img {
	transform: scale(1.05)
}

.product-list .item-p:hover p {
	color: #fff
}

.product-list .item-p:nth-child(3n) {
	margin-right: 0
}

.product-list .item-p video {
	height: 235px;
	width: 100%
}

.product-list .item-p .em {
	overflow: hidden;
	width: 100%;
	height: 235px
}

.product-list .item-p .em img {
	height: 100%;
	width: 100%;
	transition: all 1s
}

.product-list .item-p p {
	height: 51px;
	line-height: 51px;
	padding-left: 14px;
	font-size: 14px;
	color: #333;
	text-align: justify;
	border-radius: 0 0 4px 4px
}

.product-list .item-p p:hover {
	color: #fff
}

.product-list .item-p .show-desc {
	display: none;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background-color: #ff2d38;
	color: #fff;
	margin: 22px 56px
}

.no-content {
	box-sizing: border-box;
	width: 100%;
	padding: 15px;
	background-color: #fff
}

.play-icon.active {
	position: absolute;
	top: 115px;
	left: 50%;
	width: 36px;
	height: 36px;
	background: url(./1ae6e52bed21cee4b2e9f45be173d0f4.png);
	background-size: 100%;
	transform: translate(-50%,-50%);
	cursor: pointer
}

.product-detail {
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid #efefef
}

.product-detail .pro-title {
	height: 58px;
	line-height: 58px;
	border-bottom: 1px solid #ddd;
	font-weight: 700;
	padding-left: 20px;
	font-size: 18px
}

.product-detail .pro-content {
	height: auto;
	padding: 29px 34px 40px 20px;
	font-size: 16px;
	line-height: 28px;
	width: 923px;
	word-break: break-all;
	min-height: 50px;
	border-top: 1px solid #f2f2f2
}

.product-detail .pro-content img {
	max-width: 100%
}

.product-detail .pro-pic {
	text-align: center
}

.product-detail .pro-pic img {
	max-width: 100%;
	margin-top: 10px
}

.product-detail .setting-title {
	padding-left: 20px;
	margin: 29px 0 15px;
	color: #333;
	font-weight: 700
}

.product-detail .product-detail-table {
	margin-left: 20px;
	width: 860px;
	margin-bottom: 29px
}

.a-container {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	padding: 25px 34px
}

.a-container .a-title {
	margin-bottom: 26px;
	font-size: 30px;
	font-weight: 600;
	color: #333;
	line-height: 30px;
	text-align: center
}

.a-container .a-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center
}

.a-container .a-content input {
	width: 100%;
	height: 44px;
	padding: 15px 10px;
	margin-left: 4px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e7e7e7
}

.a-container .a-content input::-webkit-input-placeholder {
	color: #999
}

.a-container .a-content input:-ms-input-placeholder {
	color: #999
}

.a-container .a-content input:-moz-placeholder {
	color: #999
}

.a-container .a-content input:focus {
	border-radius: 4px;
	outline: 2px solid #ccc
}

.a-container .a-content .a-content-item {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 20px
}

.a-container .a-content .a-content-item .item-label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 8px;
	margin-left: 4px;
	min-width: 47px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px
}

.a-container .a-content .a-content-item .item-label .labe-icon {
	color: #ff4365
}

.a-container .a-content .a-content-items {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px
}

.a-container .a-content .a-content-items:last-child {
	margin-bottom: 10px
}

.a-container .a-content .a-content-items .items-label {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 165px;
	font-size: 16px;
	font-weight: 600;
	color: #333;
	line-height: 22px
}

.a-container .a-content .a-content-items .items-label .label-icons {
	color: #ff4365
}

.a-container .a-content .a-button {
	width: 100%;
	height: 47px;
	margin-top: 8px;
	margin-left: 4px;
	line-height: 47px;
	text-align: center;
	background: #ff4365;
	border-radius: 4px;
	color: #fff;
	font-size: 16px;
	cursor: pointer
}

.news-detail__subtitle {
	font-size: 16px;
	color: #333;
	margin: 30px;
	font-weight: 700
}

.news-detail__contact-us {
	box-sizing: border-box;
	background-color: #fff;
	padding: 30px;
	display: flex;
	border: 1px solid #eee;
	border-radius: 4px
}

.news-detail__contact-us .contact-form {
	width: 530px;
	flex: 1;
	background: #fff
}

.news-detail__contact-us .contact-form .a-container {
	justify-content: flex-start;
	padding: 15px 0 0
}

.news-detail__contact-us .contact-form .a-container .a-content {
	flex-direction: row;
	flex-wrap: wrap
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items {
	flex-direction: column;
	align-items: flex-start;
	width: 45%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items:nth-child(odd) {
	margin-right: 40px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-items .items-label {
	margin: 0 0 8px 4px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item {
	width: 45%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item:nth-child(odd) {
	margin-right: 10%
}

.news-detail__contact-us .contact-form .a-container .a-content .a-content-item .item-label {
	margin: 0 0 8px 4px
}

.news-detail__contact-us .contact-form .a-container .a-content .a-button {
	width: 45%;
	margin-left: 4px
}

.news-detail__contact-us .company-info {
	padding: 15px 70px 0;
	font-size: 14px;
	color: #333;
	max-width: 45%
}

.news-detail__contact-us .company-info .info-label {
	font-weight: 600
}

.news-detail__contact-us .info-item {
	margin: 20px 0;
	display: flex
}

.news-detail__contact-us .info-item span:first-child {
	color: #999;
	margin-right: 15px;
	min-width: 70px;
	display: inline-block
}

.contact-us__form .form-group {
	display: flex;
	padding: 15px 0
}

.contact-us__form .form-group:last-child {
	padding-bottom: 0
}

.contact-us__form .form-group .form-item {
	flex: 1;
	padding-right: 30px
}

.contact-us__form .form-group .form-item__label {
	margin-bottom: 8px;
	color: #333;
	font-weight: 700;
	position: relative;
	display: inline-block
}

.contact-us__form .form-group .form-item__label.required:after {
	content: "*";
	position: absolute;
	color: red;
	right: -10px;
	top: 0
}

.contact-us__form .form-group .form-item input,.contact-us__form .form-group .form-item textarea {
	background: #f7f7f7;
	border: none;
	font-size: 16px;
	color: #999;
	width: 100%;
	padding: 15px
}

.contact-us__form .form-group .form-item input::-webkit-input-placeholder,.contact-us__form .form-group .form-item textarea::-webkit-input-placeholder {
	color: #bbb
}

.contact-us__form .form-group .form-item input:-ms-input-placeholder,.contact-us__form .form-group .form-item textarea:-ms-input-placeholder {
	color: #bbb
}

.contact-us__form .form-group .form-item input:-moz-placeholder,.contact-us__form .form-group .form-item textarea:-moz-placeholder {
	color: #bbb
}

.contact-us__form .form-group .form-item input:focus,.contact-us__form .form-group .form-item textarea:focus {
	outline: 2px solid #ccc;
	border-radius: 4px
}

.contact-us__form .form-group .form-item textarea {
	resize: vertical
}

.contact-us__form .form-group .form-item button {
	background: #ff2d38;
	font-size: 16px;
	color: #fff;
	border: none;
	padding: 10px 50px;
	cursor: pointer
}

.page-normal {
	text-align: center;
	margin-top: 45px
}

.page-normal .page-item {
	display: inline;
	color: #333;
	cursor: pointer
}

.page-normal .page-current,.page-normal .page-item {
	border: 1px solid #e5e5e5;
	padding: 5px 11px;
	text-decoration: none;
	margin-left: 6px
}

.page-normal .page-current,.page-normal .page-item:hover {
	color: #fff!important;
	background-color: #ff2d38
}

.sidebar .product-contanier {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 20px
}

.sidebar .product-contanier .product-catogeries-cate {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	width: 222px;
	background-color: #fff;
	border-radius: 4px 4px 0 0;
	margin-right: 0;
	border: 1px solid #efefef;
	border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a {
	box-sizing: border-box;
	position: relative;
	display: block;
	padding: 20px 0;
	text-align: left;
	font-size: 16px;
	width: 175px;
	color: #5d5d5d;
	vertical-align: middle
}

.sidebar .product-contanier .product-catogeries-cate a:last-child {
	border-bottom: transparent
}

.sidebar .product-contanier .product-catogeries-cate a:hover {
	font-weight: 700
}

.sidebar .product-contanier .product-catogeries-cate a .firstIcon {
	display: none;
	position: absolute;
	top: 20px;
	right: 0;
	width: 23px;
	height: 23px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	max-height: 370px;
	overflow-x: hidden;
	overflow-y: auto;
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar {
	width: 11px;
	background-color: #fff
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container::-webkit-scrollbar-thumb {
	background-color: #e6e6e6;
	border-radius: 10px
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .border-bot {
	margin: 0 auto;
	width: 175px;
	height: 0;
	border-top: 1px dashed #d4d4d4
}

.sidebar .product-contanier .product-catogeries-cate .all-cateList-container .cateList {
	margin-left: 24px
}

.sidebar .product-contanier .product-catogeries-cate .all-category {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	padding: 17px 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 4px 4px 0 0
}

.sidebar .product-contanier .product-catogeries-cate:last-child {
	width: 0;
	border: 0
}

.sidebar .product-contanier .last-contacts {
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 223px;
	height: 76px;
	padding: 15px 0 9px;
	cursor: pointer
}

.sidebar .product-contanier .last-contacts .last-contact-top {
	display: flex;
	justify-content: center
}

.sidebar .product-contanier .last-contacts .last-contact-top .top1 {
	width: 120px;
	height: 13px
}

.sidebar .product-contanier .last-contacts .last-contact-middle {
	font-weight: 700;
	color: #fff;
	font-size: 22px
}

.sidebar .product-contanier .last-contacts .last-contact-bottom {
	font-size: 22px;
	width: 22px;
	height: 22px;
	background: url(./3914beb9882f88baa6612f5999ca053a.png) no-repeat 50%/100%
}

.company-card {
	width: 224px;
	height: 250px;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 4px;
	border: 1px solid #efefef
}

.company-card .company-titles {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 7px;
	height: 52px;
	width: 100%;
	background: #f7f7f7
}

.company-card .company-titles .company-logo {
	width: 26px;
	height: 26px;
	margin-right: 6px;
	background-color: #fff;
	overflow: hidden;
	background-size: cover
}

.company-card .company-titles .company-name {
	width: 182px;
	font-size: 14px;
	text-align: left
}

.company-card .company-bottom {
	height: 100%;
	padding: 21px 15px
}

.company-card .company-bottom .company-medals {
	font-size: 12px;
	display: flex;
	justify-content: space-between
}

.company-card .company-bottom .company-medals .medal.shop {
	width: 89px;
	height: 24px
}

.company-card .company-bottom .company-medals .medal.shop img {
	width: 100%;
	height: 100%
}

.company-card .company-bottom .certificate-label {
	color: #333;
	font-size: 12px;
	text-align: center;
	margin: 20px 0 15px;
	position: relative
}

.company-card .company-bottom .certificate-label:after,.company-card .company-bottom .certificate-label:before {
	content: "";
	height: 1px;
	width: 30%;
	position: absolute;
	background-color: #e8e8e8;
	left: 0;
	top: 50%
}

.company-card .company-bottom .certificate-label:after {
	right: 0;
	left: auto
}

.company-card .company-bottom .certificate-icons {
	display: flex;
	justify-content: space-around
}

.company-card .company-bottom .certificate-icon img {
	width: 17px
}

.company-card .company-bottom .company-tip {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 26px
}

.company-card .company-bottom .company-tip .company-shop {
	width: 88px;
	height: 32px;
	line-height: 32px;
	border-radius: 2px;
	text-align: center;
	color: #fff;
	font-size: 14px
}

.company-card .company-bottom .company-tip .company-product {
	width: 88px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
	color: #333;
	border: 1px solid #efefef;
	border-radius: 2px;
	background: #f7f7f7
}

.company-card .company-bottom .company-tip .company-product:hover {
	font-weight: 700
}

.sidebar {
	width: 224px
}

.sidebar .sidebar-item__title {
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
	text-align: left;
	width: 100%;
	background: #eaf2ff;
	font-size: 18px;
	border-radius: 4px 4px 0 0;
	border: 1px solid #eee;
	border-bottom: none;
	font-weight: 700
}

.sidebar .sidebar-item__title span {
	display: inline-block
}

.sidebar-item {
	box-shadow: 0 4px 10px rgba(0,0,0,.02);
	padding: 15px;
	background-color: #fff;
	margin-bottom: 20px;
	border: 1px solid #eee;
	border-top: none;
	border-radius: 0 0 4px 4px
}

.sidebar-item__content {
	onverflow: hidden
}

.sidebar-item .news,.sidebar-item .side-news-list {
	display: block;
	width: 100%;
	color: #666;
	font-size: 14px;
	margin-top: 14px
}

.sidebar-item .news:first-child,.sidebar-item .side-news-list:first-child {
	margin-top: 0
}

.media-show-right {
	width: 224px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: #00f;
	border-radius: 4px;
	border: 1px solid #eee;
	background: #fffefb
}

.media-show-right .company-record {
	position: relative;
	width: 100%;
	height: 36px
}

.media-show-right .company-record img {
	width: 100%;
	height: 100%
}

.media-show-right .company-record .company-dangan {
	position: absolute;
	top: 8px;
	right: 103px;
	color: #f7e5a5;
	font-size: 14px;
	font-weight: 600
}

.media-show-right .baixing-accord {
	width: 100%;
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center
}

.media-show-right .baixing-accord .accord-headImg {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px
}

.media-show-right .baixing-accord .accord-headImg .headImg {
	margin-bottom: 12px
}

.media-show-right .baixing-accord .accord-headImg .headImg img {
	max-width: 108px;
	height: 36px;
	border-radius: 2px
}

.media-show-right .baixing-accord .accord-headImg .headImg-p {
	width: 192px;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center
}

.media-show-right .baixing-accord .comapny-icon {
	display: flex;
	padding: 0 16px;
	margin-bottom: 20px
}

.media-show-right .baixing-accord .comapny-icon .icon-left {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 91px;
	height: 26px;
	margin-right: 10px;
	background-color: #ff8e3a;
	color: #fff;
	font-size: 12px;
	border-radius: 2px
}

.media-show-right .baixing-accord .comapny-icon .icon-left img {
	width: 13px;
	height: 10px;
	margin-right: 4px
}

.media-show-right .baixing-accord .comapny-icon .icon-right {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 91px;
	height: 26px;
	color: #fff;
	font-size: 12px;
	background-color: #2f9dfa;
	border-radius: 2px
}

.media-show-right .baixing-accord .comapny-icon .icon-right img {
	width: 13px;
	height: 10px;
	margin-right: 4px
}

.media-show-right .baixing-accord .accord-title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 10px
}

.media-show-right .baixing-accord .accord-title .accord-line {
	width: 48px;
	height: 1px;
	background: #d4b87f
}

.media-show-right .baixing-accord .accord-title .accord-content {
	margin: 0 10px;
	color: #333;
	font-size: 12px;
	font-weight: 700
}

.media-show-right .baixing-accord .accord-icon {
	width: 100%;
	margin-bottom: 17px
}

.media-show-right .baixing-accord .accord-icon ul {
	display: flex;
	justify-content: center
}

.media-show-right .baixing-accord .accord-icon ul li {
	width: 18px;
	height: 20px;
	margin-right: 24px
}

.media-show-right .baixing-accord .accord-icon ul li:last-child {
	margin-right: 0
}

.media-show-right .baixing-accord .accord-wd {
	width: 180px;
	border-top: 1px dashed #eadfc9;
	margin-bottom: 20px
}

.media-show-right .baixing-accord .contact-name {
	margin-bottom: 10px
}

.media-show-right .baixing-accord .contact-name,.media-show-right .baixing-accord .contanct-address {
	width: 180px;
	font-size: 12px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.media-show-right .baixing-accord .contant-btn {
	width: 180px;
	height: 30px;
	margin: 20px 0;
	line-height: 30px;
	border: 1px solid #d4b87f;
	border-radius: 4px;
	color: #b17f19;
	font-size: 12px;
	text-align: center
}

.detail-product .detail-table {
	overflow: hidden
}

.detail-product .detail-table table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden
}

.detail-product .detail-table table tr {
	display: flex
}

.detail-product .detail-table table tr .setting-key {
	width: 25%;
	color: #333;
	font-weight: 700;
	border-right: 1px solid #eee
}

.detail-product .detail-table table tr .setting-key,.detail-product .detail-table table tr .setting-value {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 12px 0 12px 16px;
	font-size: 12px;
	border-bottom: 1px solid #eee
}

.detail-product .detail-table table tr .setting-value {
	width: 75%;
	color: #999
}

.detail-product .detail-table table {
	border: 1px solid #eee;
	border-bottom: 0
}

.my-bullet-active-1 {
	opacity: 1!important;
	background: #336fff!important
}

.my-bullet-active-2 {
	opacity: 1!important;
	background: #ef1f1f!important
}

.my-bullet-active-3 {
	opacity: 1!important;
	background: #30b015!important
}

.my-bullet-active-4 {
	opacity: 1!important;
	background: #bf8452!important
}

.my-bullet-active-5 {
	opacity: 1!important;
	background: #343434!important
}

.sidebar #product-swiper {
	padding-bottom: 30px;
	position: relative
}

.sidebar #product-swiper .swiper-wrapper {
	height: auto
}

.sidebar #product-swiper .swiper-pagination {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%)
}

.sidebar #product-swiper .swiper-pagination .swiper-pagination-bullet {
	width: 16px;
	height: 3px;
	border-radius: 0;
	margin: 0 5px
}

.sidebar .side-products a.side-product {
	display: block;
	width: 189px;
	border: 1px solid transparent;
	margin-top: 10px
}

.sidebar .side-products a.side-product:hover .product-img img {
	transform: scale(1.05)
}

.sidebar .side-products a.side-product .product-img {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 180px;
}

.sidebar .side-products a.side-product .product-img img {
	width: 100%;
	height: 100%;
	transition: all 1s
}

.sidebar .side-products a.side-product .product-img.video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	transform: translate(-50%,-50%);
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGwAAABsCAMAAAC4uKf/AAAAqFBMVEUAAAAAAAAAAAAAAAAAAAAAAAC/v78AAAAAAAAAAAAAAAAAAAAAAAAAAAAMDAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAD7+/v4+PhtbW01NTXu7u7n5+coKCj////JycnFxcWhoaGZmZmTk5NgYGBCQkL19fXr6+vk5OTi4uLR0dHNzc24uLipqal6enpUVFQhISHY2NjW1taKior////luF/rAAAAN3RSTlOAAAN8eGTMCls1D0tDKIJwamBXUEhGPyMeG/r4oo7v6Yr+0s+7trOckvXs5uTY1ce+qJiJ3NyvtZcixAAAAsVJREFUaN7VmolS2zAQhv/owJZs5z4JN4VytLT0yvu/WTMpIJgA0a6Omu8FvpkdWdbu/ugQsDNTlbrfU1KqXl+XlZnZDgFfmZhPBxKvIAfTuYgpK0yp8A6qNEUcmWiGEjuRw0YEy4pawRNVF0EyO5YgIMeWLSsqCSKyKlgyYRQYKCPosoUGE70gysQEAUwERWY1gtDWX9YoBKIaX1mNCNReMjFCFEZit0yUiEQpdskKjWjo4n2Z0IiIFlsySg35ldyWjRCZ0duyGtGp35I1SEDzuswqJEBZZwD9IPKPpJNNkIjJtmyBZCycjFhEfiGdzCAh5qWsUEiIKl7IKiSlei6zEkmR9plsjMSMnayQSIwsnmQ1klM/yoRCcpR4kDXIQPMgGyIDw42MfDz4RwT+N9XJ+fXy7ApczEZWwovu8WrN/vcueJRrmfdZ/LP6x9EB+zyiM4cf31aPfD0Eh/laNoUfe6sn9j9xajldywb+MscNo5aDtUxSZI4zci1lBxYkmWNJrqXFjCpzHH8GiRkMXeY4PwEBg4ohcywv4E+FkiVz3PrXsoTmyRynez/hh0afK3NcX8KLPnp8mePLD3jQgwqQOfZ9bhQFGSJzHHl84TJQ5rjykal8MoVeHNmt1wHpR5EdHXodfU2V8b9rTb2u+F8ZUKIKlS0v/S9iEyY7JfxlDP3nyf9/zqjPAv7fDLDoSLbs7AQUJPkp5zg+AI0B/ZHq3qmcR+qcI7s75D2/hSLLbg64jUWnpDQW/K6ppDSD92E9DAypzb3bXO/37DaX1MB3L3//uuiCyTDraCLr0CXnOCnroCznCDDrcDPn2DbrQDrnqD3rEiHneiTn4ifrSivnsu7/ryHTLFjbsTpOsBRvy7o/dpChTRGNmOGTtsVqIgWG2hmFCg95tTe+FhTMa3vkkBem/CgxUVoA9qNFeyOGlrPGsf8C2eyo8x7aSZcAAAAASUVORK5CYII=");
	background-size: 100%;
	cursor: pointer
}

.sidebar .side-products a.side-product .product-desc {
	width: 100%;
	background-color: #f7f7f7;
	padding: 15px 0
}

.sidebar .side-products a.side-product .product-desc p {
	box-sizing: border-box;
	font-size: 12px;
	margin: 0 13px;
	width: calc(100% - 26px);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-break: break-all;
	color: #5d5d5d
}

.container-contact {
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	width: 1220px;
	margin: 0 auto
}

.container-contact .us2-left {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	max-width: 742px;
	height: 470px;
	margin: 0 16px;
	border-radius: 3px;
	color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul {
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 0
}

.container-contact .us2-left .left-nav .us2-left-ul .specail-li {
	margin-bottom: 0
}

.container-contact .us2-left .left-nav .us2-left-ul li {
	display: flex;
	justify-content: flex-start;
	list-style: none;
	margin-bottom: 30px;
	font-size: 18px;
	width: 160px
}

.container-contact .us2-left .left-nav .us2-left-ul li .navfirst {
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 600;
	color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul li .navtwo {
	width: 32px;
	height: 3px;
	background: #336fff
}

.container-contact .us2-left .left-nav .us2-left-ul li a {
	text-decoration: none;
	cursor: pointer;
	color: #fff
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item {
	scrollbar-width: none;
	-ms-overflow-style: none;
	overflow-x: hidden;
	overflow-y: scroll;
	height: 361px
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item::-webkit-scrollbar {
	display: none
}

.container-contact .us2-left .left-nav .us2-left-ul .us2-left-item li:last-child {
	margin-bottom: 0
}

.container-contact .us2-left .left-line {
	width: 1px;
	height: 434px;
	margin-right: 54px;
	opacity: .5;
	background: #999;
	border: 2px solid #999
}

.container-contact .us2-left .left-address {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	color: #fff
}

.container-contact .us2-left .left-address .company-title {
	position: relative;
	max-width: 420px;
	margin-bottom: 18px;
	font-size: 20px;
	font-weight: 600;
	color: #fff
}

.container-contact .us2-left .left-address .company-title .company-contect {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 22px;
	color: #fff
}

.container-contact .us2-left .left-address .company-line {
	width: 32px;
	height: 3px;
	margin-bottom: 24px;
	background: #336fff
}

.container-contact .us2-left .left-address .company-detail {
	margin-bottom: 23px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 14px;
	color: #fff
}

.container-contact .us2-left .left-address .company-detail .company-tel {
	width: 29px;
	height: 35px
}

.container-contact .us2-left .left-address .company-detail .company-tel img {
	width: 100%;
	height: 100%
}

.container-contact .us2-left .left-address .company-detail .company-line {
	width: 1px;
	height: 45px;
	margin: 0 13px;
	background: #fff;
	border: 1px solid #fff
}

.container-contact .us2-left .left-address .company-detail .company-right .title-1 {
	margin-bottom: 6px;
	color: #fff;
	text-align: left;
	font-size: 14px;
	opacity: .7
}

.container-contact .us2-left .left-address .company-detail .company-right .content-1 {
	max-width: 420px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
	font-weight: 700
}

.container-contact .us2-left .left-address .company-map {
	overflow: hidden;
	display: block;
	position: relative;
	width: 430px;
	height: 145px;
	border-radius: 6px;
	text-decoration: none
}

.container-contact .us2-left .left-address .company-map .map-bg {
	width: 100%;
	height: 100%
}

.container-contact .us2-left .left-address .company-map .map-mid {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 238px;
	height: 48px;
	padding: 0 8px;
	background: #fff;
	box-shadow: 0 0 9px 0 rgba(0,0,0,.14);
	border-radius: 3px
}

.container-contact .us2-left .left-address .company-map .map-mid .map-mid-content {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	font-size: 14px
}

.container-contact .us2-left .left-address .company-map .map-icon {
	position: absolute;
	width: 80px;
	height: 38px;
	bottom: 3px;
	left: 50%;
	transform: translateX(-50%)
}

.container-contact .us2-right {
	width: 432px;
	border-radius: 6px;
	color: #fff;
	background: #fff
}

.container-contact .us2-right #aBtn {
	background: #ed4646!important
}

.contact-form-sem {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: -100vh;
	left: 0;
	z-index: 1000;
	background-color: rgba(0,0,0,.2)
}

.contact-form-sem .contact-form-content {
	box-sizing: border-box;
	position: relative;
	justify-content: center;
	align-items: center;
	padding: 20px 30px 0;
	background-color: #fff
}

.contact-form-sem .contact-form-content .contact-form-sem-close {
	position: absolute;
	top: 0;
	right: 10px;
	color: #f46;
	font-size: 40px;
	line-height: 50px;
	cursor: pointer
}

.block-title {
	margin: 40 auto 41px;
	position: relative;
	text-align: center
}

.block-title .h2 {
	display: inline-block;
	margin-bottom: 16px;
	font-size: 34px;
	text-align: center;
	color: #212121;
	font-weight: 700
}

.block-title .point {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-107px);
	width: 214px;
	height: 2px;
	margin-top: 16px;
	background-color: #ebebeb
}

.block-title .point .tipMiddle {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-12px);
	width: 24px;
	height: 3px;
	background: #336fff
}

.productDetails {
	width: 100%;
	padding-top: 20px;
	background: #fff;
}

.productDetails .container {
	width: 1220px;
	margin: 0 auto
}

.productDetails .container .product-list .item-p {
	margin-bottom: 20px;
	margin-right: 15!important
}

.productDetails .container .product-list .item-p:nth-child(4) {
	margin-right: 13px!important
}

.productDetails .container .product-list .item-p:nth-child(5) {
	margin-right: 0!important
}

.productDetails .container .contanierContent {
	display: flex
}

.productDetails .container .contanierContent .main {
	order: 2;
	width: 100%;
	margin-left: 19px
}

.productDetails .container .contanierContent .sidebar {
	order: 1;
	width: 224px
}

.productDetails #contactFormBox {
	overflow: hidden;
	width: 100%;
	padding-bottom: 72px;
	margin-top: 40px
}

.productDetails #contactFormBox .block-title {
	margin-top: 54px
}

.productDetails #contactFormBox .block-title .h2 {
	color: #fff;
	margin-left: 15px
}