/* 
1920*1080
1366*768
 */
.wrapper{
     min-width:1580px!important;
	/*min-width: 1920px;*/
    margin: 0 auto;
	height: 100%;
	background: #EFEFEF;
	opacity: 1;
}
header{
	max-width: 1920px;
	margin: 0 auto;
	background-color: #FFFFFF;
	
}
.nav-logo-search,.nav{
	width: 1580px;
	margin: 0 auto;
/*    margin-left: 170px;
	margin-right: 170px; */
    display: flex;
	/* flex-flow: row nowrap; */
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content:space-between;
	align-items: flex-end;
}

header li{
	display: inline;
}

#top-search{
	background-color: #FFFFFF;
	border: 1px solid red;
	width: 812px;
	height: 44px;

	border: 2px solid #2E9CFB;
	opacity: 1;
	border-radius: 15px;
	border-radius: 15px 0 0 15px;
	position: relative;
	float: left;
}		
#top-search>select{
	text-align:right;
	font-family: MicrosoftYaHei;
	line-height: 26px;
	color: #2F2F2F;
	display: block;
	width: 106px;
	height: 40px;
	float: left;
	padding: 6px 8px 8px 16px;
	font-size: 18px;
	cursor:pointer;
	border:0px;
	border-radius: 15px 0 0 15px;
	box-shadow: inset 0 0 0 transparent;
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
#line{
	display: block;
	float: left;
	height: 32px;
	padding: 6px 0;
	margin-left: 10px;
	color: #FFFFFF;
}
#line>div{
	display: block;
	float: left;
	height: 26px;
	padding: 2px 0;
	border: 1px solid #2E9CFB;
}	

#top-search input[name='keywords']{
	display: block;
	float: left;
	border: 0px;
	width: 640px;
	height:40px;
	padding: 8px 32px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	line-height: 26px;
	color: #2F2F2F;
	opacity: 0.4;			
}
.btn-search{
	display: block;
	float: left;
	width: 52px;
	height: 44px;
	background: #2E9			border: 2px solid #2E9CFB;
	border-radius: 0 15px 15px 0;CFB;


}
.btn-search>button[type=submit]{
	background: #2E9CFB;
	border: 0;
	width: 52px;
	height: 44px;
	border: 2px solid #2E9CFB;
	border-radius: 0 15px 15px 0;						
}
/* 导航 */
.navbar{
    width:100%;
	position: relative;
	margin-top: 12px;
	display: flex;
	flex-flow:row nowrap;
	align-items:center;
	
}
.category{

	width: 261px;
	height: 42px;
	background: linear-gradient(350deg, #6E6BEE 0%, #4483F7 56%, #1A9BFF 100%);
	opacity: 1;	
	padding-left:30px ;
	border-radius: 10px 10px 0 0;
	cursor:pointer;
}
.category>p{
	margin: 0;
	line-height: 42px;
}
.category>p>span{
	
	height: 24px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	line-height: 26px;
	color: #FFFFFF;
	opacity: 1;
}

.navbar ul.nav-list{
	width: 1046px;
	margin: 0 90px;
	display: inline-flex;
	flex-flow:row nowrap;
	align-items:center;
	justify-content:space-between;
}
ul.nav-list>li,ul.nav-list>li>a{
	height: 24px;
	font-size: 18px;
	font-family: MicrosoftYaHei;
	line-height: 26px;
	color: #2B2B2B;
	opacity: 1;
}
ul.nav-list>li>a.categoryon,ul.nav-list>li>a:hover{
	color: #2E9EFE;
	font-family: MicrosoftYaHei-Bold;	
	/* 字体渐变（只有谷歌浏览器支持） */	
	background: -webkit-linear-gradient(332deg, #1A9BFF 0%, #4483F7 56%, #6E6BEE 100%);
	opacity: 0.88;
	-webkit-background-clip: text;/* 规定背景的绘制区域 */
	-webkit-text-fill-color: transparent;/* 指定文字的填充颜色为透明 */
	
}

.landr{
	text-align: center;
	width: 94px;
	height: 26px;
	background: linear-gradient(343deg, #6E6BEE 0%, #4483F7 56%, #1A9BFF 100%);
	opacity: 1;
	border-radius: 4px;
}
.landr>span{
	text-align: center;
	width: 54px;
	height: 16px;
	font-size: 12px;
	font-family: MicrosoftYaHei;
	line-height: 26px;
	color: #FFFFFF;
	opacity: 1;			
}
		/* banner */
	    .banner{ position:relative; overflow:hidden;margin-bottom: 48px;}
	    .banner .bd{ position:relative; z-index:0;  }
	    .banner .bd ul{ width:100% !important; }
	    .banner .bd li{ width:100% !important;display:block}
	    .banner .bd li a{display:block}
	
	    .banner .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px; text-align:center; }
	    .banner .hd ul li{ cursor:pointer; display:inline-block; zoom:1; width:11px; height:11px; margin:4px; 
			box-shadow: 0px 0px 6px #1A9BFF;
			border: 1px solid #FFFFFF;
			border-radius: 50%;
			opacity: 1;
	    }
	    .banner .hd ul .on{ 
			background: #1A9BFF;
			filter:alpha(opacity=100);opacity:1;  
			border: 1px solid #0F4D82;
			box-shadow:none;
		}

	/* 内容区域 */
	.content{
		width: 1580px;
		margin: 0 auto;
	}
	/* 新闻 */
	.news{
		height: 296px;
	}
	.newstitle{
		width: 100%;
		height: 29px;
		margin-bottom: 23px;
	}
	.newslist{
		width: 100%;
		height: 166px;
		margin-bottom: 81px;
		display: flex;
	}
	.newslist>.item{
		position: relative;
		margin-right: 20px;
	}
	.newslist>div.item:nth-last-of-type(1){
		margin: 0;
	}
	.newslist>.item,.newslist>.item>img{
		width: 300px;
		height: 166px;
		background: #000000;
		opacity: 1;
		border-radius: 5px;
	}
	.newslist>.item>.item-info {
	    overflow: hidden;
	    width: 300px;
	    text-align: center;
	    position: absolute;
	    bottom: 0;
	    left: 0;
	    height: 24px;
	    font-size: 16px;
	    font-family: MicrosoftYaHei;
	    line-height: 24px;
	    color: #FFFFFF;
	    text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
	    -webkit-transition: all .5s;
	    transition: all .5s;
	}	
		
	.newslist>.item>.item-info>.article-title{
		height: 21px;
		font-size: 16px;
		font-family: MicrosoftYaHei-Bold;
		line-height: 24px;
		color: #FFFFFF;		
		margin-bottom: 20px;
	}
	.newslist>.item>.item-info>p.summary{
		width: 226px;
		height: 54px;
		font-size: 12px;
		font-family: MicrosoftYaHei;
		line-height: 18px;
		color: #FFFFFF;
		opacity: 0.83;	
		margin: 0 auto;
	}
	.newslist>.item>.item-info>a{
		width: 79px;
		height: 24px;
		font-size: 12px;
		vertical-align: middle;
		font-family: MicrosoftYaHei;
		line-height: 24px;
		color: #FFFFFF;		
		background: #1A9BFF;
		opacity: 1;
		border-radius: 5px;
		margin-top: 18px;
		display: inline-block;
	}
	.newslist>.item:hover .item-info {
		height: 150px;
	}
	
	
	
	/* 商品 */
	.maincontent{
	
		margin: 0 auto;
		margin-bottom: 60px;
		/* 保留线 */
		/*border: #B2B2B2 dashed 1px;*/
	}
	.section{
		width: 1580px;
		/* height: 506px; */
		height: 100%;
		margin: 0 auto;
		margin-bottom: 65px;
	}
	.sectiontitle{
		width: 1580px;
		height: 34px;
		margin: 0 auto 24px auto;
		position: relative;
	}
	.sectiontitle>div:nth-of-type(-n + 2) {
		float: left;
	}
	.sectiontitle>div:nth-of-type(2) {
		padding-top: 4px;
		padding-left: 4px;
		
	}		
	.sectiontitle>div:nth-last-of-type(1) {
		float: right;
		margin: 7px 0;
	}		
	.sectiontitle:after {
		content: "";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	} 

	.sectiontitle>div>a{
		display: block;
		text-align: center;
		width: 56px;
		height: 20px;
		line-height: 20px;
		background: #1A9BFF;
		border-radius: 10px;
		font-family: MicrosoftYaHei;
		font-size: 12px;
		color: #FFFFFF;			
		
	}
	.sectiontitle>div>img{
		width: 34px;
		height: 34px;
	}
	.sectiontitle>div>p>span{
		font-size: 22px;
		font-family: MicrosoftYaHei-Bold;
		line-height: 26px;
		color: #253954;
	}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
	.section-container{
		width: 1580px;
		height: 440px;
		display: flex;
	}
	.sectionnav{
		width: 315px;
		height: 440px;
		background: #FFFFFF;
		margin-right: 22px;
	}
	.sectionnav>div{
		width: 100%;
		height: 44px;
		border-bottom: 1px dashed #EEEEEE;
	}
	.sectionnav>div>p{
		
		font-size: 15px;
		font-family: MicrosoftYaHei;
		line-height: 43px;
		color: #1D1D1D;
		opacity: 0.8;
		display: flex;
	}
	
	.sectionnav>div>p>a{
	    flex:1;
	    overflow: hidden;
	    text-overflow:ellipsis;
white-space:nowrap;
	}
	
	.sectionnav>div>p>a:hover{
		color: #2E9EFE !important;
	}

	.sectionnav>div>p>span{
		font-size: 16px;
		font-family: MicrosoftYaHei-Bold;
		line-height: 43px;
		color: #000000;
		opacity: 0.76;
		margin: 0 26px 0 16px;
	}
	
	.section-detail{
		width: 1245px;
		height: 440px;
		display: flex;
		flex-flow: row wrap;
	}
	.section-detail>.item{
		width: 235px;
		height: 211px;
		position: relative;
		margin-right: 17px;
		margin-bottom: 19px;
		border: 1px solid #E6ECF2;	
	}
	.section-detail>.item:nth-of-type(5n){
		margin-right: 0px;
	}
	.section-detail>.item:nth-of-type(n+6){
		margin-bottom: 0px;
	}
	.section-detail>.item>img{
		width: 233px;
		height: 209px;

	}
	.section-detail>.item>.item-info{
		overflow: hidden;
		width: 235px;
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		height: 21px;
		font-size: 16px;
		font-family: MicrosoftYaHei;
		line-height: 24px;
		color: #FFFFFF;
		/*text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);*/
		opacity: 1;
		-webkit-transition: all .5s;
		transition: all .5s;		
	}
	.section-detail>.item>.item-info>a{
		width: 79px;
		height: 24px;
		font-size: 12px;
		vertical-align: middle;
		font-family: MicrosoftYaHei;
		line-height: 24px;
		color: #FFFFFF;		
		background: #1A9BFF;
		opacity: 1;
		border-radius: 5px;
		margin-top: 38px;
		display: inline-block;
	}
	.section-detail>.item>.item-info>p{
		height: 21px;
		font-size: 16px;
		font-family: MicrosoftYaHei-Bold;
		font-weight: bold;
		line-height: 24px;
		color: #FFFFFF;
		color: #000000;
		opacity: 1;
	}
	.section-detail>.item:hover>.item-info>p{
		color: #FFFFFF;
	}
	.section-detail>.item>.mask,.newslist>.item>.mask {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background-color: #000;
		opacity: 0;
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	.section-detail>.item:hover .item-info {
		height: 140px;
	}
	.section-detail>.item:hover .mask,.newslist>.item:hover .mask {
		opacity: .7;
	}		
	.section-detail>.item::after{
		content: "";
		display: block;
		clear: both;
		height: 0;
		visibility: hidden;
	}


/* 页脚 */
#footer{
width:100%;
	height: 68px;
	background: #2D333E;
	border-top: 4px #1A9BFF solid;
	margin: 0 auto;
	
}
#footer>div{
	margin: 0 15px;
	padding-top:14px ;
	padding-bottom: 17px;
	height: 100%;
	text-align: center;
	display: flex;
}
#f1,#f2{
	height: 100%;
	width: 945px;
}
#f1>div,#f2>div{
	display: inline-block;
	margin: 0 auto;
}
#f1>div>p{
	font-size: 14px;
	font-family: MicrosoftYaHei;
	line-height: 33px;
	color: #FFFFFF;
	opacity: 0.55;
	float: left;
}
#f2>div::after,#f1>div::after,.f-item::after{
	content: "";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#f2>div span{
	
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	margin-right: 19px;
	line-height: 33px;
}

#f2>div img{
	margin-right: 6px;
	margin-left: 6px;
}
#f2>div>.f-item{
	position: relative;
	float: left;
}
#f2>div>.f-item>*{
	float: left;
}



.wrapper > header .nav .userinfo {
  width: 250px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  /* item在主轴轴的对齐方式flex-start、flex-end、center、space-between、space-around  */
  align-items: center;
  /* item在交叉轴的对齐方式 flex-start、flex-end、center、baseline、stretch */
}
.wrapper > header .nav .userinfo li.email-no {
  width: 31px;
  height: 21px;
  cursor: pointer;
}
.wrapper > header .nav .userinfo li.email-yes {
  width: 34px;
  height: 25px;
  cursor: pointer;
}
.wrapper > header .nav .userinfo li.chathead i {
  cursor: pointer;
}
.wrapper > header .nav .userinfo li.chathead div {
  text-align: center;
  line-height: 34px;
  display: inline-block;
}
.wrapper > header .nav .userinfo li.chathead div img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #1A9BFF;
  vertical-align: middle;
}
.wrapper > header .nav .userinfo li.chathead div span {
  font-family: MicrosoftYaHei;
  color: #2B2B2B;
  font-size: 14px;
}


.wrapper > header .nav .userinfo-modal {
  background-color: #FFF;
  width: 119px;
  /*height: 135px;*/
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
  border-radius: 7px;
  display: none;
  position: absolute;
  right: 0;
  padding:10px 0;
  top: 40px;
  z-index: 100;
}
.wrapper > header .nav .userinfo-modal div {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #2B2B2B;
  line-height: 40px;
  padding-left: 16px;
  cursor: pointer;
}
.wrapper > header .nav .userinfo-modal div.on {
  background: #F1F4F6;
}
.wrapper > header .nav .userinfo-modal div img {
  width: 19px;
  height: 19px;
  overflow: hidden;
  vertical-align: middle;
}
.wrapper > header .nav .userinfo-modal div .s2{display:none}
.wrapper > header .nav .userinfo-modal div:hover a{
    color:#2E9CFB;
}
.wrapper > header .nav .userinfo-modal div:hover .s1{
    display:none;
}
.wrapper > header .nav .userinfo-modal div:hover .s2{
    display:inline-block;
}

/*分类*/
ul#cate{
        position: absolute;
        width: 261px;
        min-height: 600px;
        height: 100%;
        z-index:22;
        left: 0;
        top: 42px;
        background-color: #FFFFFF;
        
}

ul#cate .mainCate{
    background-color: #FFFFFF;

}
ul#cate .cateon{
    background-color: #F4F4F4;
}

ul#cate .mainCate>.level-2{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;/* item在主轴轴的对齐方式flex-start、flex-end、center、space-between、space-around  */
    align-items: flex-start;/* item在交叉轴的对齐方式 flex-start、flex-end、center、baseline、stretch */
}
ul#cate .mainCate .subCate{
    display: none;
}
ul#cate>li{
    display: block;
    padding: 23px;
    padding-bottom: 17px;
    height: auto;
    border-bottom: 1px solid #F4F4F4;
    z-index: 1;

}
ul#cate>li>h3{
    padding-bottom: 5px;
}
ul#cate>li>h3>a{
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold;
    line-height: 26px;
    color: #222222;

}
ul#cate>li>div>a{
    
    font-size: 12px;
    font-family: MicrosoftYaHei;
    line-height: 26px;
    color: #484848;
    display: block;
    width: 33.33333%;
    padding-right: 4px;
    /*float: left;*/
    overflow-x: hidden;

    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;/* 第二行后超出出现省略号 */
    -webkit-box-orient: vertical;
    word-break: break-all; /* 追加这一行代码 */
}

ul#cate .subCate{
    width: 331px;
    min-height: 598px;
    background: #F4F4F4;
    position: absolute;
    left: 261px;
    top: 0;
}
ul#cate .cateon .subCate{ display:block !important; /* !important 强制显示，否则会闪烁*/ }

ul#cate .subCate>ul#sub_1{
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;/* item在主轴轴的对齐方式flex-start、flex-end、center、space-between、space-around  */
    align-items: flex-end;/* item在交叉轴的对齐方式 flex-start、flex-end、center、baseline、stretch */

}
ul#cate .subCate>ul#sub_1>li{
    display:inline-block;  
    padding-top: 10PX; 
    padding-bottom: 10PX; 
}
ul#cate .subCate>ul#sub_1>li:nth-of-type(even){
    padding-right: 20px; 
    padding-left: 20px;

}
ul#cate .subCate>ul#sub_1>li:nth-of-type(odd){
    padding-left: 40px;
}

ul#cate .subCate>ul#sub_1>li>div{
    display:inline-block;
    width: 115px;
    text-align: left;

	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;

}
ul#cate .subCate a{
    color: #222222;
    text-align: center;
}

ul#cate .subCate a:hover{
    color: #2E9EFE !important;
}

img.sitet-logo{
  height: 58px;
  width: 262px;
}