*{
	margin:0;
	padding:0;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
/* 左侧开始 */
.left-nav{
    display: flex;
    position: fixed;
    bottom: 180px;
    text-align: center;
    font-size: 15px;
    z-index: 999;
}
.tab-list-box{
    padding-top: 20px;
    background-color: rgb(67, 76, 89,0.8);
    display: inline-block;
    width: 29px;
    box-sizing: border-box;
    border-right: #667080 2px solid;
}
.tab-list li{
    display: block;
    text-align: center;
    border-bottom: 0;
    position: relative;
}

.tab-list li a{
    display: block;
    padding: 0 5px 0 0;
    margin-bottom: 20px;
    margin-top: 0px;
}
.tab-list li a span{
    display: block;
    color: #eef4ff;
    padding: 5px 0;
    line-height: 20px;
    
}
.tab-list li.actived a {
    background: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.2)),to(rgba(0,0,0,0)));
    background: linear-gradient(to left,rgba(0,0,0,.2),rgba(0,0,0,0));
}

.tab-list li.actived span{
    color: #00a4ff;
    text-decoration: none;
}
.tab-list li.actived:after {
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -3px;
    background: #00a4ff;
}

.tab-list li.actived:after {
    display: inline-block;
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    background: #00a4ff;
    z-index: 1;
}
.tab-list li.actived:after {
    display: inline-block;
    content: "";
    height: 100%;
    width: 4px;
    position: absolute;
    left: inherit;
    right: -2px;
    bottom: 0;
    top: 0;
    background: #00a4ff;
    z-index: 1;
}
.tab-panel{
    position: absolute;
    top: 0;
    left: 29px;
    display: inline-block;
    padding-top: 20px;
    background-color: rgb(67, 76, 89,0.8);
    display: none;
    width: 900px;
    height: 300px;
    padding-left: 50px;
    margin-left: -2px;
    box-sizing: border-box;
    border-left: #667080 1px solid;
    
}
.tab-panel .panel-item{
    position: absolute;
    padding-top: 15px;
    padding-right: 15px;
    text-align: left;
    opacity: 0;
	display:none;
    transition: all 0.2s ease-in-out;
}
.tab-panel .panel-item.active{
    opacity: 1;
    display:block;
}
.tab-panel .panel-item .panel-item-title{
     color: #fff;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
}
.tab-panel .panel-item .panel-item-content-text{
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
.tab-panel .panel-item .panel-item-content-btn{
    padding-top: 65px;
}
.tab-panel .panel-item .panel-item-content-btn a{
    height: 35px;
    min-width: 140px;
    padding: 0 20px;
    background-color: #00a4ff;
    color: #fff;
    font-size: 14px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    box-sizing: border-box;
}
/* 左侧结束 */
/* 右侧开始 */
.advice{
    padding-top: 20px;
    padding-left: 150px;
    position: fixed;
    z-index: 999;
    right:0;
    bottom: 180px;
}
.advice-menu{
    background-color: rgba(51, 202, 229, 0.8);
    width: 29px;
    text-align: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}
.img-et{
    display: inline-block;
    width: 19px;
    height: 12px;
    margin-bottom: 5px;
    background: url("../img/fuhe.png") -80px 0;
}
.advice-items{
    display:none;
    padding: 20px;
    background-color: #fff;
    position: absolute;
    right: 0;
    margin-right: 40px;
    bottom: 0;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
}
.advice-items .hd{
    text-align: right;
}
.img-close {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../img/fuhe.png") 0 0;
}
.advice-items ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.advice-menu i {
    display: block;
    margin-top: -5px;
}
.img-tel{
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/tel.png");
}
.img-drcloud {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -50px 0;
}
.advice-item-desc{
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-top: -10px;
}
.advice-item-desc a {
    color: #373D41;
    line-height: 24px;
    font-size: 14px;
    margin: 0;
    text-decoration: none;
}
.advice-item-desc a:hover{
    color: #00C1DE;
}
.advice-item-desc p{
    color: #9B9EA0;
    line-height: 24px;
    font-size: 12px;
    margin: 0;
}
.img-connect {
    display: inline-block;
    width: 24px;
    height: 25px;
    background: url("../img/fuhe.png") -20px 0;
}
/* 右侧结束 */
.main-box{
	margin-top: 110px;
	margin-left:24px;
	margin-right:24px;
	display:flex;
}
.good-card-list{
	width: calc(100% + 24px);
	margin-left: -12px;
	display: flex;
	flex-wrap: wrap;
}
.card-list-col{
	width:25%;
	height: 434px;
	padding-left: 12px;
	padding-right: 12px;
	box-sizing: border-box;
}
.card-list-relative{
	position: relative;
}
.card-container{
	min-height: 410px;
	width: 100%;
	position: relative;
	margin-bottom: 24px;
	padding: 0 24px 60px;
	background-color: #fff;
	border: 1px solid #d4d6db;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
	box-sizing: border-box;
}
.card-container:hover  {
    height: auto;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,.1);
    transition: all .3s ease-in-out;
}
.card-top-title{
	height: 47px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 47px;
	font-size: 12px;
	display: flex;
	justify-content: space-between;
}
.card-top-left{
	width: calc(100% - 97px);
	display: flex;
	align-items: center;
	font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.product-category{
	font-size: 12px;
	font-weight: 600;
	color: #181818;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.product-info{
	margin-left: 8px;
	border-radius: 4px;
	padding:0px 10px;
	font-size: 11px;
	color:#296CD1;
	background-color: #E2EDFB;
}
.card-time{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #666;
}
.card-base-info{
	border-bottom: 1px solid #e9e9e9;
}
.card-base-title{
	margin-top: 15px;
	font-weight: 600;
	font-size: 18px;
	color: #181818;
	line-height: 25px;
	height: 25px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-decoration: none;
}
.card-base-description{
	height: 66px;
	margin-top: 7px;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.description-text{
	-webkit-box-orient: vertical;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	color: #666;
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
}
.card-base-attribute{
	margin: 13px 0 7px;
	font-weight: 600;
	font-size: 28px;
	color: #1366ec;
	letter-spacing: .86px;
	line-height: 28px;
	height: 38px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.card-detail-description{
	margin-top: 18px;
	font-size: 12px;
	color: #999;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	height: 88px;
	cursor: default;
}
.detail-des-title{
	font-weight: 500;
	color: #666;
}
.collapse-btn{
	width: calc(100% - 48px);
	text-align: center;
	height: 44px;
	position: absolute;
	bottom: 63px;
	background-image: linear-gradient(180deg,hsla(0,0%,100%,0),#fff 82%);
}
.collapse-btn-img{
	width:24px;
	height: 24px;
	margin: auto;
}
.collapse-btn-img .collapse-icon{
	width:100%;
	height:100%;
	margin-top: 10px;
}
.card-operate-btns{
	padding-top: 7px;
	width: calc(100% - 48px);
	height: 63px;
	display: flex;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
}
.link-button-text{
	font-size: 14px;
	color: #181818;
	margin-right: 20px;
	line-height: 32px;
	text-decoration: none;
}
.link-button-text:hover {
    color: #1366ec;
    transition: color .3s;
}
.card-try-button{
	width: 110px;
	height: 32px;
	padding: 0;
	border: 0.73px solid #9ca4af;
	font-weight: 500;
	color: #1366ec;
	background-color: #fff;
}
.card-try-button:hover {
    background-color: #1366ec;
    color: #fff;
}
.card-absolute{
    position: absolute;
    z-index: 10;
}
.card-container .detail-description-expand {
    height: auto;
    padding-bottom: 22px;
}
.collapse-btn-expand{
	background-image: none;
}
.collapse-icon-expand {
    margin-top: 12px;
    transform: rotate(180deg);
    transition: all .3s ease-in-out;
}
/*nav开始*/
.navbar-inverse .navbar-nav>li>a {
    color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:hover{
    color: #036fe2;
}
.dropdown-menu{
    background-color: #222222;
    border-color: #080808;
}
.dropdown-menu>li>a{
    line-height:30px;
    color: #ffffff;
}
.dropdown-menu>li>a:hover{
    background-color: #222222;
    border-color: #080808;
    color: #036fe2;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #222222;
    outline: 0;
}

.nav>li>a{
    padding-left: 25px;
    padding-right: 25px;
}
/*nav结束*/
/*footer开始*/
.public-page-footer {
    width: 100%;
    background: rgba(1,1,1,0.9);
}
.public-page-footer a{
	color: #666666;
}
.linkmain {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.contact {
    margin: 80px 0 30px 0;
}
.contact dd {
    color: #feffff;
    margin-bottom: 5px;
}
.bottom_content {
    color: #666666;
    line-height: 2.5;
    padding-top: 20px;
    padding-right: 0px;
    padding-bottom: 20px;
    padding-left: 0px;
    border-top: 1px solid #323232;
}
.bottom_content ul {
    overflow: hidden;
}
.bottom_content ul li {
    padding: 0 10px;
    float: left;
    position: relative;
}
.wxewm {
    position: absolute;
    left: 740px;
    top: 20px;
    width: 230px;
    height: 230px;
}
.wxewm img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* footer结束 */
@media (max-width: 768px){
	.left-nav {
		display:none;
	}
	.advice{
		display:none;
	}
	.card-list-col{
		width:100%;
	}
	.adapter-main-box{
		display:flex;
		flex-direction:column;
	}
	.adapter-left-box{
		width:100%!important;
		margin-top:0px!important;
		padding-left:0px!important;
	}
	.adapter-right-box{
		width:100%!important;
		margin-top:40px;
	}
}