﻿/***********************内容 ***********************/
/* 内容0 */
.section-0{
	height: 17.5rem;
	position: relative;
}
.section-0 .section-banner{
	padding: 3.2rem 0 0 18rem;
	height: 17.5rem;
	box-sizing: border-box;
	color: #ffffff;
}
.section-0 .section-banner1{
	background: url(../../images/information/section-0-1.png) no-repeat center;
	background-size: cover;
}
.section-0 .section-banner2{
	background: url(../../images/information/section-0-2.png) no-repeat center;
	background-size: cover;
}
.section-0 .section-banner p{
	font-size: 1.95rem;
	margin-bottom: 0.7rem;
}
.section-0 .section-banner text{
	display: block;
	font-size: 1.05rem;
	margin-bottom: 3rem;
}
.section-0 .section-banner .section-down-btn{
	display: inline-block;
	width: 8.7rem;
	height: 2.45rem;
	line-height: 2.45rem;
	text-align: center;
	background: #ffffff;
	border-radius: 7px;
	font-size: 1.25rem;
	letter-spacing: 1.88px;
	cursor: pointer;
}
.section-0 .section-banner1 .section-down-btn{
	color: #2175e6;
}
.section-0 .section-banner2 .section-down-btn{
	color: #00c08b;
}
.section-0 .swiper-pagination{
	bottom: 1.5rem;
	left: 50%;
	transform: translate(-50%, 0);
}
.section-0 .swiper-pagination-bullet{
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 3px;
	margin-right: 0.25rem;
	background: rgba(255,255,255,0.9);
}
.section-0 .swiper-pagination-bullet:last-child{
	margin-right: 0;
}
.section-0 .swiper-pagination-bullet-active{
	width: 1.35rem;
	height: 0.3rem;
	background: #ffffff;
	border-radius: 3px;
}
.section-0 .section-banner4{
	padding: 9.2rem 0 0 18rem;
	height: 32.5rem;
	background: url(../../images/index/section-0-banner.png) no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	position: relative;
}
/* 内容2 */
.section-2{
	padding-bottom: 2rem;
}
.section-2 .tab-navs{
	display: flex;
	height: 3rem;
	line-height: 3rem;
	background: #EDEDED;
	padding-left: 15rem;
	font-size: 1.2rem;
	color: #333333;
}
.section-2 .tab-navs .tab-nav{
	padding: 0 2.5rem;
	cursor: pointer;
}
.section-2 .tab-navs .tab-nav.active{
	background: #00C08B;
	color: #FFFFFF;
}
.section-2 .tab-contents{
	margin-top: 2rem;
}
.section-2 .tab-contents .tab-content{
	display: flex;
	justify-content: center;
}
.section-2 .tab-contents .tab-content .section-list{
	width: 41rem;
}
.section-2 .tab-contents .tab-content .section-list .section-item{
	padding: 1.5rem 0;
	border-bottom: 2px dashed rgba(102,102,102,0.3);
	display: block;
	cursor: pointer;
	width: 41rem;
	box-sizing: border-box;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex{
	display: flex;
	width: 44.4rem;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-l{
	display: flex;
	flex-flow: column;
	text-align: center;
	margin-right: 2rem;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-l .item-flex-l-t{
	font-size: 0.7rem;
	background: #00C08B;
	color: #FFFFFF;
	padding: 0.2rem 0;
}
.section-2 .tab-contents .tab-content .section-list .section-item.active .section-item-flex .item-flex-l .item-flex-l-t{
	background: #F9AF20;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-l .item-flex-l-b{
	font-size: 1.9rem;
	color: #00C08B;
	padding: 0.45rem 0.8rem;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16) ;
}
.section-2 .tab-contents .tab-content .section-list .section-item.active .section-item-flex .item-flex-l .item-flex-l-b{
	color: #F9AF20;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-r{
	width: 35.75rem;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-r strong{
	color: #434245;
	font-size: 0.9rem;
}
.section-2 .tab-contents .tab-content .section-list .section-item.active .section-item-flex .item-flex-r strong{
	color: #F9AF20;
}
.section-2 .tab-contents .tab-content .section-list .section-item .section-item-flex .item-flex-r p{
	font-size: 0.8rem;
	color: #666666;
	margin-top: 0.5rem;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-2 .tab-contents .tab-content .section-new-products{
	margin-left: 5rem;
	width: 15rem;
	height: 47.5rem;
	background: #F7F9FC;
	padding: 0 0.5rem;
}
.section-2 .tab-contents .tab-content .section-new-products .new-products-title{
	font-size: 1rem;
	color: #333333;
	padding: 1rem 0;
	border-bottom: 2px solid #E7EAF1;
	position: relative;
}
.title-line{
	height: 2px;
	width: 2.3rem;
	background: #00C08B;
	position: absolute;
	bottom: -2px;
	left: 0;
}
.section-2 .tab-contents .tab-content .section-new-products .product-images{
	margin-top: 1rem;
}
.section-2 .tab-contents .tab-content .section-new-products .product-images img{
	display: block;
	width: 12.5rem;
	height: 12.5rem;
	background: #FFFFFF;
	margin: 0 auto;
	margin-top: 1rem;
}


.section-right-content{
	margin-left: 5rem;
	width: 15rem;
	background: #eff0f3;
	padding: 0 0.75rem 1rem 0.75rem;
}
.section-right-content .section-right-part1{
	padding: 1.4rem;
	background: #ffffff;
	border-radius: 5px;
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.01); 
	text-align: center;
	margin-top: 1rem;
}
.section-right-content .section-right-part1 p{
	font-size: 0.65rem;
	color: #333333;
	letter-spacing: 0.26px;
	margin-bottom: 0.7rem;
}
.section-right-content .section-right-part1 .tyBtn{
	height: 1.5rem;
	line-height: 1.5rem;
	background: #04cb94;
	border-radius: 2px;
	color: #ffffff;
	font-size: 0.7rem;
	letter-spacing: 0.28px;
	cursor: pointer;
}
.section-right-content .section-right-part2{
    padding: 1rem 0.8rem;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.01);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}
.section-right-content .section-right-part2 .section-left-icons{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section-right-content .section-right-part2 .section-left-icon{
    margin-right: 0.5rem;
    cursor: pointer;
    position: relative;
}
.section-right-content .section-right-part2 .section-left-icon .showCodeImg{
    display: none;
}
.section-right-content .section-right-part2 .section-left-icon:last-child{
    margin-right: 0;
}
.section-right-content .section-right-part2 .section-left-icon .hoverCodeImg{
    width:1.5rem;
    height:1.5rem;
}
.section-right-content .section-right-part2 .section-left-icon .showCodeImg{
    width:6rem;
    height:6rem;
}
.section-right-content .section-right-part2 .section-right-line{
    width: 1px;
    height: 1.75rem;
    background: #d2d2d2;
    margin: 0 0.75rem;
}
.section-right-content .section-right-part2 .section-right-icon{
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section-right-content .section-right-part2 .section-right-icon img{
    width:1.6rem;
    height:1.75rem;
    margin-right: 0.5rem;
}
.section-right-content .section-right-part2 .section-right-icon span{
    font-size: 0.65rem;
    color: #333333;
    letter-spacing: 0.26px;
}
.section-right-part3{
    
}
.section-right-part3 .section-right-title{
    font-size: 1.2rem;
    font-weight: bold;
    color: #04cb94;
    letter-spacing: 0.48px;
    text-align: center;
    margin: 0.9rem 0 0.2rem 0;
}
.section-right-detail{
    padding: 1rem 0.75rem 0.65rem 0.75rem;
}
.section-right-detail .detail-btn{
    text-align: center;
    color: #ffffff;
    height: 1.8rem;
    line-height: 1.8rem;
    background: #fe9647;
    border-radius: 0.9rem;
    display: block;
    font-weight: bold;
}
.section-right-part4 .section-right-detail .detail-btn{
    background: #04cb94;
}
.section-right-part5 .section-right-detail .detail-btn{
    background: #47affe
}
.section-right-detail p{
    font-size: 0.7rem;
    color: #666666;
    letter-spacing: 0.28px;
    line-height: 1.2rem;
    margin: 0.8rem 0 0.7rem 0;
}
.section-right-detail .right-details{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 1.25rem;
}
.section-right-detail .right-details .right-detail{
    display: flex;
    align-items: center;
    margin-bottom: 0.65rem;
}
.section-right-detail .right-detail img{
    width:0.9rem;
    height:0.9rem;
    margin-right: 0.35rem;
}
.section-right-detail .right-detail span{
    font-size: 0.65rem;
    color: #666666;
    letter-spacing: 0.26px;
}
.boxshadow{
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.01); 
    margin-top: 1.5rem;
    overflow: hidden;
}
.section-right-bottom{
    margin-top: 1rem;
    text-align: center;
}
.section-right-bottom img{
    width:6.5rem;
    height:6.5rem;
}
.section-right-bottom p{
    font-size: 0.65rem;
    color: #434245;
    letter-spacing: 0.26px;
    text-align: center;
}

.section .section-search{
	display: flex;
	height: 1.55rem;
	align-items: center;
	justify-content: end;
}
.section .section-search input{
	width: 9.35rem;
	height: 1.55rem;
	line-height: 1.55rem;
	background: #f4f4f4;
	padding: 0;
	padding-left: 0.5rem;
	box-sizing: border-box;
	font-size: 0.7rem;
}
.section .section-search .section-search-icon{
	width: 1.85rem;
	height: 1.55rem;
	background: #1bb089;
	display: flex;
	align-items: center;
	justify-content: center;
}
.section .section-search .section-search-icon img{
	width: 0.9rem;
	height: 0.9rem;
}
.resultbar{
	margin-top: 1rem;
	padding-bottom: 0.5rem;
	font-size: 1.2rem;
	border-bottom: 1px solid #1bb089;
}