@charset "utf-8";
/* CSS Document */

:root {
	--head-bg1: 211, 200, 189;
	--gray-bg1: 249, 249, 249;
	--main-color1: 243, 152, 1;
}

@font-face {
	font-family:"Light";
    font-display: swap;
    src: url(../font/Alibaba-PuHuiTi-Light.woff2) format("opentype");    

} 

* {margin: 0; padding: 0;}
img {border: 0;}

a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #ff9900;
}

html {

}
body {
	color: #000;
	font-size: 16px;
	line-height: 18px;
	font-family: Light, 微软雅黑;
	background: #fff;
	min-width: 1024px;
}

.cl1{
	clear: both;
	overflow: hidden;
}
.cl2{
	clear: both;
	font-size: 0px;
	overflow: hidden;
	height: 0px;
	line-height: 0px;
}

.fl {
	float: left;
}
.fr {
	float: right;
}

.mgt10 {
	margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
	margin-top: 20px;
}
.mgt30 {
	margin-top: 30px;
}
.mgb15 {
	margin-bottom: 15px;
}
.mgb20 {
	margin-bottom: 20px;
}
.mgl10 {
	margin-left: 10px;
}
.mgl15 {
	margin-left: 15px;
}
.mgl20 {
	margin-left: 20px;
}
.mgl28 {
	margin-left: 28px;
}
.mgl35 {
	margin-left: 35px;
}
.mgl40 {
	margin-left: 40px;
}
.mgr10 {
	margin-right: 10px;
}
.mgr15 {
	margin-right: 15px;
}
.mgr20 {
	margin-right: 20px;
}
.mgr35 {
	margin-right: 35px;
}
.mgr40 {
	margin-right: 40px;
}

.pad1 {
	padding: 15px 10px;
}

.warning {
	color: red;
}


.minh400 {
	_height: 400px;
	min-height: 400px;
}

/********** wrapper ********/
.wrapper1 {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.part1 {
	width: 760px;
}
.part2 {
	width: 240px;
}

/********** head ********/
.header-bg,
.header-fixed {
	background: rgb(var(--head-bg1));
	text-shadow: none !important;
	box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.4);
}
.header-top {
	transition: .5s;
	position: fixed;
	width: 100%;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	z-index: 9;
}
.header-top .icon {
	display: flex;
}
.header-top .icon a {
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.header-top .icon span {
	font-size: 20px;
}
.header-top .icon i {
	color: #333;
	font-size: 26px;
}
.page_type_index .header-top .icon i,
.page_type_index .header-top .icon span {
	color: white;
}
.header-fixed .icon i,
.header-fixed .icon span,
.page_type_index .header-fixed .icon i,
.page_type_index .header-fixed .icon span {
	color: #333;
}

#head {
	color: #423232;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0 ;
}
.logo img {
	display: block;
}

#search {
	transition: .5s;
	background: transparent;
	padding: 50px 10vw;
}
#search [type="submit"] {
	width: max-content;
	flex: 0 1 auto;
}

#menu {
	transition: .5s;
	text-align: right;
	background: transparent;
}

#menu li {
	list-style: none;
	font-size: 24px;
	padding: 15px 0;
	font-weight: bold;
}
#menu li a {

}

.menu-15 {
	padding: 4px 22px 4px 47px;
	background: url(led-15.png) no-repeat 0 1px;
}
.menu-16 {
	padding: 4px 22px 4px 47px;
	background: url(led-16.png) no-repeat;
}
.menu-17 {
	padding: 4px 22px 4px 47px;
	background: url(led-17.png) no-repeat 4px 0;
}

.s_sort {
	min-width: 100px;
	top: 100px;
	overflow: auto;
	z-index: 999;
	display: none;
 	position: absolute;
	background: #146fca;
	padding: 0 4px 5px 4px;
	border-radius: 3px;
}
.s_sort a {
	display: block;
	color: #fff;
	padding: 8px 20px 7px 15px;
 	border-bottom: 1px solid #77b243;
}
.s_sort a:hover {
 	color: #ccedaf;
}
.s_sort a.li1 {
	font-weight: bold;
}
.s_sort a.li2 {
	padding: 8px 20px 7px 28px;
	background: url(dot3.gif) no-repeat 16px 16px;
}

#banner {
	overflow: hidden;
	position: relative;
}
#banner img {
	width: 100%;
}
.swp-dots-style1 {
	position: absolute;
	z-index: 8;
	--swiper-pagination-bottom: 20px;
}
.swp-dots-style1 span {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 4px;
    background-color: #fff;
    margin: 0 9px;
    opacity: 1;
    border-radius: 0;
    outline: none;
}
.swp-dots-style1 span.swiper-pagination-bullet-active {
	background-color: rgb(var(--main-color1));
}

#product {
	position: relative;
}
#product .swiper-slide {
	padding: 10px;
}
#product .swiper-slide .slide-box {
	background: #fff;
	display: flex;
	overflow: hidden;
	text-align: center;
	flex-direction: column;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

#product .swiper-slide img {
	max-width: 100%;
	transition: 0.5s;
}
#product .swiper-slide:hover img {
	transform: scale(1.1);
}
#product .list-text {
	padding: 50px 0;
}

.swp-dots-style2 {
	text-align: center;
	margin-top: 30px;
}
.swp-dots-style2 span {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 4px;
    background-color: #d2d2d2;
    margin: 0 9px;
    opacity: 1;
    border-radius: 0;
    outline: none;
}
.swp-dots-style2 span.swiper-pagination-bullet-active {
	background-color: rgb(var(--main-color1));
}

#project {
	overflow: hidden;
	position: relative;
}
#project img {
	width: 100%;
	aspect-ratio: 2;
	object-fit: cover;
}
#project .swiper-slide {
	position: relative;
}
#project .list-text {
	position: absolute;
	z-index: 19;
	color: white;
	bottom: 40px;
	right: 25%;
}
#project .list-text .cap {
	font-size: 18px;
	font-weight: bold;
}
#project .list-text .cap:after {
	content: '';
	border-bottom: 2px solid #fff;
	width: 60px;
	margin-top: 10px;
	display: block;
}

.swp-dots-style3 {
	position: absolute;
	text-align: center;
	z-index: 8;
	--swiper-pagination-bottom: 20px;
}
.swp-dots-style3 span {
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    height: 4px;
    background-color: #fff;
    margin: 0 9px;
    opacity: 1;
    border-radius: 0;
    outline: none;
}
.swp-dots-style3 span.swiper-pagination-bullet-active {
	background-color: rgb(var(--main-color1));
}

#news .news-wrapper {
	position: relative;
	min-height: 400px;
}
#news .news-slide {
	position: absolute;
	width: 100%;
	transition: .5s;
}

#news .news-slide img {
	max-width: calc(100% - 140px);
	transition: 0.5s;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

#news .news-slide:hover img {
	transform: scale(1.05);
}
#news .slide-img-1 {
	top: 0;
	left: 0;
	z-index: 9;
}
#news .slide-img-2 {
	top: 70px;
	left: 70px;	
	z-index: 10;
}
#news .slide-img-3 {
	top: 140px;
	left: 140px;	
	z-index: 11;
}
#news .news-title {
	font-size: 24px;
	position: relative;
}
#news .news-text {
	position: relative;
	z-index: 99;
	line-height: normal;
}
#news .news-title:after {
    content: "";
    display: block;
    width: 60px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    left: 0;
}
#news .news-summary {
	margin-top: 50px;
}

/********** index ********/
.e-catalog {
	text-align: center;
	padding: 8px 0 0;
}

/********** side ********/
#side {
	float: right;
	width: 220px;
	margin: 0 10px 0 10px;
}
#side .sbg {
	background: #fff;
	padding: 0 0 5px;
	border-radius: 0 0 5px 5px;
}
#side .title1 {
	margin-bottom: 1px;
}

#side .s_list1 {
	padding: 2px 0 6px;
}
#side .s_list1 li {
	list-style: none;
	overflow: hidden;
	padding: 7px 0 8px 35px;
	background: url(dot1.gif) no-repeat 20px 13px;
	border-bottom: 1px dashed #ccc;
}
#side .s_contact {
	padding: 10px 20px;
	line-height: 24px;
}

/********** content ********/

.position {
	padding: 20px 0 20px 5px;
	font-size: 18px;
}

.content {
	min-height: 500px;
	background: #f4f4f1;
	float: right;
	width: 760px;
	margin: 0 10px 0 0;
}

.title1 {
	font-size: 24px;
	line-height: normal;
	text-align: center;
	margin: 0 auto;
	position: relative;
	font-weight: bold;
}
.title1:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 50px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;

}

.title2 {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
	padding: 9px 0 7px 25px;
	overflow: hidden;
	border-bottom: 1px solid #d9d9d9;
}
.title2 .cap {
	float: left;
}
.title2 .more {
	float: right;
	margin: 0 20px 0 0;
	font-size: 13px;
	font-weight: normal;
}

.title3 {
	font-weight: normal;
	text-align: center;
	padding: 5px 0 15px;
	font-size: 22px;
	border-bottom: 1px dashed #ccc;
}

.tips {
	color: #777;
	margin: 0 15px;
	text-align: center;
	padding: 0 0 10px 3px;
	border-bottom: 1px dashed #ccc;
}

.i_list1 {
	padding: 0 15px;
}
.i_list1 li {
	list-style: none;
	padding: 9px 10px 7px 10px;
	border-bottom: 1px dashed #e3e7de;
}
.i_list1 li .cap {
	font-size: 16px;
	color: #40493e;
	padding: 0 0 4px;
}
.i_list1 li p span {
	color: #999;
}
.i_list1 li .detail {
	color: #777;
	line-height: 22px;
}

.i_list2 {

}
.i_list2 li {
	float: left;
	width: 200px;
	list-style: none;
	margin: 0 0 0 40px;
	padding: 9px 5px 7px 5px;
	border-bottom: 1px solid #cccccc;
}
.i_list2 li .cap {
	font-weight: bold;
	font-size: 14px;
	padding: 0 0 10px;
}
.i_list2 li .date {
	color: #666;
	padding: 5px 0 10px;
}

.p_list1 .list-box {
	background: #fff;
	display: flex;
	overflow: hidden;
	text-align: center;
	flex-direction: column;
	padding: 10px;
	height: 100%;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

.p_list1 .list-box img {
	max-width: 100%;
	transition: 0.5s;
}
.p_list1 .list-box:hover img {
	transform: scale(1.1);
}
.p_list1 .list-box .list-text {
	padding: 50px 0;
}

.p_list2 li {
	list-style: none;
	float: left;
	padding: 8px;
	overflow: hidden;
	margin: 25px 0 25px 25px;
	border: 1px solid #d0d0cd;
	background: #fff;
	border-radius: 5px;
}

.p_list3 li {
	list-style: none;
	height: 270px;
	padding: 10px 10px;
	margin: 15px 20px 15px 20px;
	background: #ededea;
}
.p_list3 li .pic {
	float: left;
}
.p_list3 li .desc {
	float: left;
	padding: 10px 20px;
	font-size: 18px;
}
.p_list3 li .format {
	float: right;
	padding: 10px 20px;
}

.p_list4 {
	padding: 0 20px;
}
.p_list4 li {
	list-style: none;
	float: left;
	width: 200px;
	height: 250px;
	overflow: hidden;
	margin: 20px 22px 0 22px;
	border-top: 3px solid #d0d0cd;
}

.p_list4 li .cap {
	font-size: 14px;
	padding: 12px 0 0 0;
	text-align: center;
}
.p_list4 li a {
	color: #333333;
}
.p_list4 li .desc {
	color: #666;
	font-size: 13px;
	padding: 4px 0 0 0;
}
.p_list4 li img {
	width: 100%;
}

.desc1 {
	font-size: 13px;
	color: #555;
	padding: 15px 15px 10px;
	line-height: 24px;
}
.desc1 a:hover {
	text-decoration: underline;
}
.desc2 {
	font-size: 14px;
	padding: 20px 15px 20px;
	line-height: 26px;
}

.sitemap {
	margin: 20px 0 20px 20px;
}
.sitemap .sm_li1 {
	margin: 10px 0 10px 30px;
}
.sitemap .sm_li2 {
	margin: 5px 0 5px 70px;
}

.others {
	padding: 10px 0 0 10px;
}

.form1 td {
	padding: 3px 5px;
}
.form1 input[type="text"] {
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.form1 textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}

.but_send {
	background: #ff9900;
	border-radius: 5px;
	padding: 8px 25px;
	color: white;
	border: none;
	cursor: pointer;
	font-size: 16px;
	font-weight: bold;
	font-family: "Arial";
	margin: 8px 0;
}

.page-link {
	color: #333;
}
.active .page-link {
	font-weight: bold;
	color: rgb(var(--main-color1));
}

#wechat-code {
	position: absolute;
	border-radius: 5px;
	border: 1px solid #ddd;
	padding: 5px;
	top: 0px;
	left: -130px;
	background: white;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}


/**************detail**************/
.detail_img {
	display: flex;
	justify-content: center;
}

#d_show_img {
	width: 350px;
	height: 350px;
	padding: 20px;
	border-radius: 5px;
	margin: 0 5px 10px 5px;
	border: 1px solid #ddd;
}
#d_show_img img {
	width: 100%;
}

#d_img_control {
	margin: 0 5px 0 15px;
}
#detail_tl {
	border: 0;
	float: left;
	width: 15px;
	height: 52px;
	cursor: pointer;
	background: url(detail_tl.gif) no-repeat;
}
#detail_tr {
	border: 0;
	float: right;
	width: 15px;
	height: 52px;
	cursor: pointer;
	background: url(detail_tr.gif) no-repeat;
}
#d_img_list a {
	float: left;
	_display: inline;
	margin: 0 6px;
}
#d_img_list img {
	border: 1px solid #666;
}
#d_img_list img.acti {
	border: 1px solid #f60;
}

#d_img_list .test {padding: 0 0 0 15px;}

.content .info_text {
	clear: both;
}

.content .detail_name {
	float: left;
	width: 340px;
	margin: 0 0 0 10px;
}
.content .products_name {
	font-size: 26px;
	font-weight: bold;
	line-height: 40px;
}
.content .products_model {
	color: #777777;
	font-size: 15px;
	line-height: 35px;
	font-weight: bold;
}

.content .products_price {
	height: 42px;
	overflow: hidden;
	margin: 20px 0 0 0;
	padding: 0 0 0 35px;
	background: url(price_l.gif) no-repeat;
}
.content .price_text {
	float: left;
	height: 42px;
	color: white;
	font-size: 20px;
	line-height: 42px;
	padding: 0 20px 0 5px;
	background: url(price_m.gif) repeat-x;
}
.content .price_r {
	float: left;
	height: 42px;
	width: 5px;
	background: url(price_r.gif) no-repeat;
}
.content .products_price .discount {
	float: left;
	color: #777777;
	font-size: 18px;
	line-height: 42px;
	padding: 0 0 0 20px;
	font-weight: bold;
	font-style: italic;
	text-decoration: line-through;
}
.content .price_tips {
	font-size: 13px;
	font-weight: bold;
	color: red;
	padding: 10px 0 0 0;
}
.content .addthis_toolbox {
	clear: both;
	margin: 20px 0 0 0;
}
.content .detail_frame1 {
	_height: 170px;
	min-height: 170px;
	margin: 5px 0 0 0;
}
.content .detail_frame1 h2 {
	font-size: 28px;
	line-height: normal;
}
.content .detail_frame2 {
	overflow: auto;
	background: #e9e9e9;
	padding: 15px 15px;
}
.content .detail_frame2 p {
	font-size: 15px;
	line-height: 24px;
}
.content .detail_frame2 p.down {
	padding: 0 0 8px 0;
}
.content .detail_frame2 .contact_l {
	width: 40px;
	height: 41px;
	float: left;
	background: url(contact_l.gif) no-repeat;
}
.content .detail_frame2 .contact_m {
	height: 41px;
	float: left;
	color: white;
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	padding: 0 9px;
	cursor: pointer;
	background: url(contact_m.gif) repeat-x;
}
.content .detail_frame2 .contact_r {
	width: 5px;
	height: 41px;
	float: left;
	background: url(contact_r.gif) no-repeat;
}

.content .detail_title {
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	margin: 0 15px 0 10px;
	background: #f0f0f0;
	padding: 5px 0 3px 10px;
	border: 1px solid #dddddd;
}

#detail_similar {
	_height: 1%;
	overflow: auto;
	padding: 5px 0 10px 3px;
}
#detail_similar ul li {
	float: left;
	width: 112px;
	text-align: center;
	list-style: none;
	_display: inline;
	margin: 0 0 0 10px;
}
#detail_similar ul li img {
	display: block;
	border: 1px solid #aaaaaa;
}

#tab {
	clear: both;
	padding: 10px 15px 0px 0;
}
#tab table td {
	padding: 3px 5px;
}
#tab .info_title {
	height: 34px;
	overflow: hidden;
	margin: 0 5px;
	background: url(line1.gif) repeat-x bottom;
}
#tab .info_title .lnk,
#tab .info_title .sel{
	float: left;
	overflow: hidden;
}

.info_cap {
	color: #444;
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	margin: 0 10px;
	padding: 10px 0 4px 10px;
	background: url(line1.gif) repeat-x bottom;
}

#tab .sel .title_m {
	color:#444444;
	height: 31px;
	padding: 0 10px;
	line-height:31px;
	font-weight:bold;
	border-top: 2px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #f5f5f5;
}
#tab .lnk .title_m{
	color:#666666;
	float:left;
	height:34px;
	line-height:34px;
	padding: 0 10px;
	background:url(label_m_lnk.gif) repeat-x;
}

#tab .info_text {
	background:#f9f9f9;
	padding:3px 10px 0 10px;
}



/**********foot******/
#footer {
	color: #5a5a5a;
    border-top: 1px solid #9e9e9e;
}
#footer .cap {
	padding: 0 0 15px;
	font-size: 18px;
	font-weight: bold;
}
#footer .flogo {
	padding: 20px 0;
}
#footer .ftext {
	line-height: 28px;
}
#footer .ftext a {
	display: block;
	transition: 0.5s;
}
#footer .ftext a:hover {
	transform: translateX(5px);
}

.social-list a {
	display: block;
	font-size: 18px;
	margin: 8px 0;
	vertical-align: middle;
	line-height: normal;
}
.social-list i {
	font-size: 22px;
	color: #333;
}

.copyright {
	justify-content: space-between;
	display: flex;
	padding: 10px 0;
}
.copyright .link a {
	margin: 0 10px;
}