
.search-crumbs {
	display: flex;
	justify-content: flex-start;
	padding-left: calc(50% - 610px);
	height: 40px;
	line-height: 40px;
	background-color: #fff
}

.search-crumbs p {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	font-size: 12px;
	color: #666
}

.search-crumbs p span {
	margin-right: 8px;
	display: inline-block;
	width: 4px;
	height: 14px
}

.search-crumbs ul {
	display: flex
}

.search-crumbs ul li {
	display: inline-block;
	margin-right: 14px;
	position: relative
}

.search-crumbs ul li .right-arrow {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: rotate(45deg);
	line-height: 8px;
	position: absolute;
	top: calc(50% - 4px);
	left: -8px
}

.search-crumbs ul li a,.search-crumbs ul li span {
	display: inline-block;
	font-size: 12px;
	color: #666;
	margin-left: 10px;
	max-width: 255px
}

.news-list {
	background-color: #fff;
	width: 980px
}

.news-list .no-content {
	padding: 15px
}

.news-list .news-item {
	margin: 0 0 23px 20px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #ebebeb
}

.news-list .news-item__inner {
	display: flex;
	align-items: flex-start;
	position: relative;
	font-size: 14px
}

.news-list .news-item__inner:hover .cta-btn {
	border: 1px solid #ff2d38;
	color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:after {
	background-color: #ff2d38
}

.news-list .news-item__inner:hover .cta-btn:before {
	border-color: #ff2d38
}

.news-list .news-date {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	height: 80px;
	width: 80px;
	padding-top: 3px;
	margin-right: 14px;
	background: #f6f6f6;
	border-radius: 0 0 24px 0
}

.news-list .news-date__day {
	font-size: 34px;
	color: #666;
	font-weight: 700
}

.news-list .news-date__year {
	color: #86898e;
	font-size: 14px
}

.news-list .news-content {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	box-sizing: border-box;
	flex: 1
}

.news-list .news-content__title {
	margin-bottom: 11px;
	font-weight: 700;
	color: #333
}

.news-list .news-content__desc {
	color: #5d5d5d;
	width: 840px
}

.news-list .news-content__cta {
	padding-top: 30px
}

.news-list .news-content__cta .cta-btn {
	display: inline-block;
	border: 1px solid #ccc;
	color: #ccc;
	height: 30px;
	padding: 0 25px;
	line-height: 30px;
	font-size: 12px;
	cursor: pointer;
	position: relative
}

.news-list .news-content__cta .cta-btn:after,.news-list .news-content__cta .cta-btn:before {
	content: "";
	width: 30px;
	height: 1px;
	position: absolute;
	right: -15px;
	top: calc(50% - 1px);
	z-index: 9;
	background-color: #ccc
}

.news-list .news-content__cta .cta-btn:before {
	height: 6px;
	width: 6px;
	background-color: transparent;
	border: 1px solid #ccc;
	border-bottom: none;
	border-left: none;
	transform: rotate(45deg);
	top: calc(50% - 4px)
}

.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: 341px;
	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
}

.my-bullet-active-3 {
	background: #30b015!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
}

.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
}

.page-normal {
	padding-left: 20px;
	text-align: left;
	margin-top: 39px
}

.page-normal .page-item {
	display: inline-block;
	color: #333;
	cursor: pointer;
	border: 1px solid #e5e5e5;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-decoration: none;
	border-radius: 2px
}

.page-normal .page-item:not(:first-child) {
	margin-left: 8px
}

.page-normal .page-item:hover {
	border: none
}

.page-normal .first-pages {
	width: 52px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.page-normal .last-pages {
	width: 72px;
	height: 40px;
	line-height: 40px;
	text-align: center
}

.page-normal .page-item:hover {
	color: #fff
}

.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: #6cb436!important
}

.my-bullet-active-4 {
	opacity: 1!important;
	background: #bf8452!important
}

.my-bullet-active-5 {
	opacity: 1!important;
	background: #343434!important
}

.banner-content {
	height: 32.8vw;
	position: relative;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden
}

.banner-content .bg-blur {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	filter: blur(10px)
}

.banner-content #banner-container {
	width: 1200px;
	position: relative;
	height: 300px
}

.banner-content #banner-container .swiper-slide {
	width: 329.4px;
	height: 274px;
	overflow: hidden;
	position: relative;
	border-radius: 4px 4px 0 0
}

.banner-content #banner-container .swiper-slide.video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 32%;
	width: 55px;
	height: 55px;
	transform: translateX(-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
}

.banner-content #banner-container .swiper-slide img {
	display: block;
	width: 100%;
	height: 219px
}

.banner-content #banner-container .swiper-slide p {
	box-sizing: border-box;
	width: 100%;
	height: 54px;
	margin: 0;
	padding: 0 40px;
	line-height: 54px;
	text-align: center;
	color: #333;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0,0,0,.2);
	text-shadow: 0 0 27px rgba(0,0,0,.15)
}

.banner-content #banner-container .swiper-pagination {
	width: 100%;
	bottom: 44px
}

.banner-content #banner-container .swiper-pagination-bullets .swiper-pagination-bullet {
	margin-right: 18px;
	background: #fff;
	width: 100px;
	height: 4px;
	border-radius: 0;
	opacity: 1
}

.banner-content #banner-container .swiper-button-prev {
	left: 4%;
	width: 60px;
	height: 60px;
	background: url(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

.banner-content #banner-container .swiper-button-prev:hover {
	background: url(./a74c1d873881392c12a23826cd4e1a37.png) no-repeat 50%/100%;
	transform: rotate(0)
}

.banner-content #banner-container .swiper-button-next {
	right: 4%;
	width: 60px;
	height: 60px;
	top: 50%;
	background: url(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
	transform: rotate(180deg)
}

.banner-content #banner-container .swiper-button-next:hover {
	background: url(./af2916a86a85a940625a4a47c70d5fb3.png) no-repeat 50%/100%;
	transform: rotate(0)
}

#banner-list {
	width: 100%;
	height: 32.8vw;
	min-height: 343.125px
}

#banner-list .swiper-container,#banner-list .swiper-container .swiper-wrapper {
	width: 100%
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 32.8vw;
	min-height: 343.125px;
	position: relative
}

#banner-list .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%
}

#banner-list .swiper-container .swiper-pagination-bullets {
	bottom: 44px
}

#banner-list .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 100px;
	height: 4px;
	margin-right: 18px;
	background: #fff;
	border-radius: 0;
	opacity: 1
}

#banner-list .swiper-container .swiper-button-prev {
	left: 4%;
	width: 60px;
	height: 60px;
	background: url(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%
}

#banner-list .swiper-container .swiper-button-prev:hover {
	background: url(./a74c1d873881392c12a23826cd4e1a37.png) no-repeat 50%/100%;
	transform: rotate(0)
}

#banner-list .swiper-container .swiper-button-next {
	right: 4%;
	width: 60px;
	height: 60px;
	top: 50%;
	background: url(./05348a4efc053232fdd668940bd756a8.png) no-repeat 50%/100%;
	transform: rotate(180deg)
}

#banner-list .swiper-container .swiper-button-next:hover {
	background: url(./af2916a86a85a940625a4a47c70d5fb3.png) no-repeat 50%/100%;
	transform: rotate(0)
}

#banner-list .video-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	background-color: #000
}

#banner-list .video-wrapper video {
	flex: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 9
}

#banner-list .video-cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	cursor: pointer
}

#banner-list .video-cover img {
	width: 100%;
	height: 100%
}

#banner-list .video-cover:after {
	content: "";
	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
}

.product-contanier {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start
}

.product-catogeries {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	margin-right: 25px;
	width: 248px;
	background-color: #584b4b;
	border: 1px solid #ddd;
	border-top: 0 solid #ddd;
	border-radius: 6px 6px 0 0;
	background: #fff
}

.product-catogeries a {
	position: relative;
	display: block;
	width: 201px;
	padding: 24.5px 24px;
	text-align: left;
	font-size: 16px;
	color: #5d5d5d;
	vertical-align: middle;
	background: #fff
}

.product-catogeries a:nth-child(2) {
	font-weight: 700
}

.product-catogeries a .firstIcon {
	display: none;
	position: absolute;
	top: 23px;
	right: 24px;
	width: 23px;
	height: 23px
}

.product-catogeries .item-category-container {
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	max-height: 414px
}

.product-catogeries .item-category-container::-webkit-scrollbar {
	background-color: #fff;
	width: 11px
}

.product-catogeries .item-category-container::-webkit-scrollbar-thumb {
	background-color: #e6e6e6;
	border-radius: 10px
}

.product-catogeries .all-category {
	box-sizing: border-box;
	width: 250px;
	padding: 27px 25px;
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	border-radius: 6px 6px 0 0
}

.product-catogeries .border-bot {
	margin: 0 auto;
	width: 200px;
	height: 0;
	border-top: 1px dashed #ddd
}

.last-contact {
	display: inline-block;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 250px;
	height: 106px;
	padding: 15px 0 9px;
	cursor: pointer;
	border-radius: 0 0 6px 6px
}

.last-contact .last-contact-top {
	display: flex;
	justify-content: center
}

.last-contact .last-contact-top .top1 {
	width: 120px;
	height: 13px
}

.last-contact .last-contact-middle {
	font-weight: 700;
	color: #fff;
	font-size: 26px
}

.last-contact .last-contact-bottom {
	width: 22px;
	height: 22px;
	background: url(./3914beb9882f88baa6612f5999ca053a.png) no-repeat 50%/100%
}

.last-contact .last-contact-bottom:hover {
	animation: mymove 1s ease-out
}

@-moz-keyframes mymove {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(8px)
	}

	75% {
		transform: translateX(-8px)
	}

	to {
		transform: translateX(0)
	}
}

@-webkit-keyframes mymove {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(8px)
	}

	75% {
		transform: translateX(-8px)
	}

	to {
		transform: translateX(0)
	}
}

@-o-keyframes mymove {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(8px)
	}

	75% {
		transform: translateX(-8px)
	}

	to {
		transform: translateX(0)
	}
}

@keyframes mymove {
	0% {
		transform: translateX(0)
	}

	25% {
		transform: translateX(8px)
	}

	75% {
		transform: translateX(-8px)
	}

	to {
		transform: translateX(0)
	}
}

.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
}

.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
}

.container-content {
	padding-top: 20px;
	background: #fff
}

.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
}

.container-news {
	background: #fff
}

.container-news .container {
	width: 1220px;
	margin: 0 auto;
	display: flex
}

.container-news .container .main {
	order: 2;
	width: 980px
}

.container-news .container .sidebar {
	order: 1;
	width: 224px
}

#contactFormBox {
	overflow: hidden;
	width: 100%;
	padding-bottom: 72px;
	margin-top: 60px
}

#contactFormBox .block-title {
	margin-top: 54px
}

#contactFormBox .block-title .h2 {
	color: #fff;
	margin-left: 15px
}