body > div:nth-child(8){border-top:1px solid;
border-color:#d8d8d8;}

.ad_txt_box{
    height:auto;
    margin:30px auto 20px;
    display: -webkit-box;
	display: -ms-box;
	display: -ms-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : space-around;
    align-items : center;
    min-height: 120px;
}
.ad_txt_li{
    padding:20px 0px;
	width: 340px;
    height:auto;
    box-sizing:border-box;
    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;
	flex-direction:row;
	flex-wrap: nowrap;
    position:relative;
}

.ad_txt_li_box{
    width:auto;
    height:auto;
    box-sizing:border-box;
    display: -webkit-box;
	display: -ms-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    position:relative;
}


.ad_txt_li_border{
    border-left:1px solid #ececec;
    width:2px;
    height:100px;
}

.ad_txt_li_border:last-child{
    border-left: 0px;
    display:none;
}
/* .ad_txt_li_border{
    border-right:1px solid #ececec;
} */

.ad_txt_li_icon{
    /* border:3px solid #333333;
    width:8px;
    height:8px; */
    /* border-radius:100%; */
    /* margin-top:5px; */
    margin-right:10px;
}
.ad_txt_li_icon.befor_title_color{
	border-color: #EE7600 !important;
}

.index-title{
	width: 1440px;
	margin: auto;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	justify-content: space-between;
	padding-bottom: 40px !important;
	padding-top: 80px!important;
}
.index-title .tts{
	text-align: left !important;
}
.ad_txt_li_befor{
    flex:1;
    display: -webkit-box;
	display: -ms-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content : center;
    align-items : flex-start;
}
.ad_txt_li_befor_title{
    margin-bottom:10px;
    font-family:PingFangSC-Semibold;
    font-size:22px;
    color:#000000;
    line-height:24px;
    font-weight: 600;
}
.ad_txt_li_befor_ftitle{
    font-family:PingFangSC-Regular;
    font-size:14px;
    color:#999999;
    line-height:16px;
    text-align: justify;
}
.ad_txt_li_befor_a{
    color: #9fa1a0;
    font-size:12px;
}

/* .befor_title_color{
	color: #EE7600 !important;
} */
.befor_ftitle_color{
	color: #999999 !important;
}


.ad_txt_li_after{
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    flex-direction:column;
    flex-wrap: nowrap;
    justify-content : flex-start;
    display:none;
    position:absolute;
    top: 0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(255, 255, 255,.7) none repeat scroll 0 0 !important;
}

.ad_txt_li_after_box{
	display: -webkit-box;
	display: -ms-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;
    flex-direction:column;
    flex-wrap: nowrap;
    width:100%;
    height:100%;
}

.ad_txt_li_after_title{
    margin-bottom:10px;
    color:#666666;
    font-size:14px;
    line-height:24px;
}
.ad_txt_li_after_title.after_title_color{
	color:#666666 !important;
}
.ad_txt_li_after_ftitle{
    text-align:center;
    line-height:16px;
}
.ad_txt_li_after_a{
    background-color:#2b2929;
    font-size:12px;
    color:#fff;
    border-radius:20px;
    padding:4px 15px;
    height:30px;
    line-height:30px;
    box-sizing:border-box;
}
.ad_txt_li_after_a.after_ftitle_color.after_ftitle_bgcolor{
	color:#ffffff !important; 
	background-color: #2b2929 !important;
}



.prefectgoods-container{
	width:100% !important;
	background-color:#f8f8f8;
}






.nbs-flexisel-inner{
    max-width: 1490px;
    min-width: 1200px;
    margin: 0px auto;
}
.gbox{
    width: 321px;
    margin-left: 0;
	margin-right: 0;
	background-color: #FFFFFF;
	margin-bottom: 14px;
	transition: all .2s linear;
	overflow: hidden;
	border-radius: 5px;
	overflow: hidden;
}
.gbox:hover{transform:translateY(-5px);box-shadow:0 8px 15px 0 rgba(0,0,0,.15)}
.goods_li_bottom{box-shadow: none}

.cont-main{
     max-width: 1495px;
    min-width: 1200px;
    margin: 0px auto;
}
 .t-right-new {
	position: absolute;
	width: 100px;
	height: 25px;
	background-color: #EA7400;
	color: white;
	text-align: center;
	transform: rotate(-40deg);
	top: 6px;
	left: -24px;

}

.t-right-new p {
	font-size: 12px;
	line-height: 25px;
	margin: 0;
}


.index-goods-box, .index-presell-box {
    margin-bottom: 0;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.goods_li_bottom_flex{
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction:row;
    flex-wrap: nowrap;
    justify-content : space-between;
}
.gbox .gname {
    line-height: 25px;
    font-size: 13px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    width:50%;
}
.gbox .gdownload img {
    vertical-align:baseline;
	width: auto !important;
}
.gbox .gdownload {
    width:50%;
    font-size:12px;
}

.indextitle .mores {
    margin: 0px auto 0;
    border: 1px solid #dddddd;
    border-radius: 100px;
    width: 153px;
    height: 34px;
    line-height: 34px;
    text-align: center;
}

.indextitle {
    height: 40px;
    line-height: 40px;
	z-index: 9999;
	margin-top: -20px;
    margin-bottom: 0px;
}
.nbs-flexisel-point{
	display: -webkit-box;
	display: -ms-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;
	width: 100%;
}
.nbs-flexisel-point li{
	height: 10px;
	width: 10px;
	border-radius: 5px;
	background-color: #999999;
	margin: 0 2px;
}
.nbs-flexisel-point li.curren{
	background-color: #333333;
}
body > div:nth-child(10) > div > div > div.nbs-flexisel-container > div > div.indextitle{
	margin-top: 10px !important;
	margin-bottom: -30px;
}
body > div.banner-warp > div.banner > div > div.bdbox > div > div > ul > li > a > div > img{
	width: 100%;
}
#flexiselDemo3 > li > div > div > a > img{
	display: inline-block;
	margin: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	visibility: visible;
}

body > div.guanggao > a > img{
	width:100%;
	max-height: 300px
}
#sulist > li > div > div > a > img{
	display: inline-block;
	margin: 0;
	width: auto;
	height: 100%;
	object-fit: cover;
	visibility: visible;
}
#piclist > li > div > div > a > img{
	width: 100%;
	height: 100%;
	visibility: visible;
	margin-top: 0;
	object-fit: cover;
}
.alert_windows.lazy{
	background-size: cover !important;
}
.middle_img{
	width:100% !important;
	max-height: 300px!important;
}
.menu_2{
	margin-left: 30px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex: 1;
}
.menu_2 a{
	height:20px;
	font-family:PingFang SC;
	font-weight:500;
	color:#999999;
	font-size:14px;
	line-height:20px;
	text-align:center;
	margin-right: 24px;
}
.more{
	font-size: 14px !important;
}

.index-goods-box>a{
	margin-bottom: 10px;
	width: 100%;
	height: 258px;
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	display: flex;
	justify-content: center;
	border: 1px solid #eee;
}

.goods_li_bottom {
    box-sizing: border-box;
    position: relative;
    width: 100%;
	top: 0;
	background-color: #FFFFFF;
    opacity: 1;
    color: #333333;
    font-size: 14px;
    border-radius: 0;
    padding: 0px 10px;
	height: 60px;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction:column;
}
/* .nbs-flexisel-ul{ width: inherit !important;} */
.nbs-flexisel-ul > li{width: 100%;}
.gname1{
	color: #333333 !important;
	font-family:PingFang SC !important;
	font-weight:500 !important;
	font-size:14px !important;
	width: 100% !important;
	align-items: center!important;
	margin-top: unset!important;
	height: 40%;
	white-space: nowrap;
	overflow: hidden;
	text-align: left;
	text-overflow:ellipsis;
	line-height: normal;
}
.gdownload{
	height: 40%!important;
	width: 100% !important;
	text-align: left;
	display: -webkit-box;
	display: -ms-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.goods_li_bottom_id{
	font-weight:500;
	color:#999999;
	flex-grow: 0.6;
}
.goods_li_bottom_id:nth-last-child(1){
	margin-left: 20px;
}
.gdownload>a{
	display: -webkit-box;
	display: -ms-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;
	text-align: unset;
	border-style: none;
	cursor: pointer;
	margin-left: auto;
}
.gdownload>a img{
	padding-top: 2px;
	opacity: 0.3;
}
.gdownload>a:hover img{
	opacity: 1;
}
.guanggao{
	width: 100%;
	margin: auto;
	background-color:#f8f8f8 !important;
}
.guanggao a{
	width:  1440px;
	margin: auto;
	display: block;
}
.guanggao a img{
	width: 100%;
	margin: auto;
	background-color:#f8f8f8 !important;
}
.banner-warp {
    width: 100%;
    position: relative;
}

.slides li{
	height: auto !important;
	padding-top: 5px;
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
}


/* .flex-control-nav li{
	height: 10px;
	width: 10px;
	background: red;
} */
.flexslider,.flexslider2{
	margin-left: auto;
	margin-right: auto;
}

.olimg{
	height: 10px;
	width: 10px;
	background-color: #999999;
	border-radius: 10px;
} 
.flex-active.olimg{
	background-color: #333333;
}
.flex-direction-nav a.flex-next{
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: url(../images/news/Next2.svg) no-repeat;
	right: -150px;
	background-size: cover;
}
.flex-direction-nav a.flex-next:hover{
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: url(../images/news/Next2-hover.svg) no-repeat;
	background-size: cover;
}

.flex-direction-nav a.flex-prev{
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: url(../images/news/Prev2.svg) no-repeat;
	left: -150px;
	background-size: cover;
}
.flex-direction-nav a.flex-prev:hover{
	width: 40px;
	height: 40px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: url(../images/news/Prev2-hover.svg) no-repeat;
	background-size: cover;
}

#headerbox .showdown .sitem a:hover, #headerbox .showdown .sitem.active>a>span{font-weight:800;color:#333333 !important;opacity: 1;}
#headerbox .showdown .sitem>a>span{font-weight:800;color:#333333 !important; opacity: 0.5;}
body > div:nth-child(10) > div > div > div.index-title{padding-top: 50px!important;}