﻿* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: none;
	box-sizing: border-box;
}
body,
html {
	scroll-behavior: smooth;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000000;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: ‘‘;
}

abbr,
acronym {
	border: 0;
}
input[type='text']::-ms-clear {
	display: none;
}

.qrm-border1,
.qrm-border2,
.qrm-border3 {
	overflow-y: scroll;
	scrollbar-color: transparent transparent;
	scrollbar-width: 2px;
	scrollbar-track-color: transparent;
	-ms-scrollbar-track-color: transparent;
	/*三角箭头的颜色*/
	scrollbar-arrow-color: transparent;
	/*滚动条滑块按钮的颜色*/
	scrollbar-face-color: rgb(154, 154, 154);
	/*滚动条整体颜色*/
	scrollbar-highlight-color: #fff;
	/*滚动条阴影*/
	scrollbar-shadow-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条轨道颜色*/
	scrollbar-track-color: #fff;
	/*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
	scrollbar-3dlight-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
	scrollbar-darkshadow-color: inset 0 0 5px rgb(154, 154, 154);
	/*滚动条基准颜色*/
	scrollbar-base-color: inset 0 0 5px rgb(154, 154, 154);
}

/* 滚动条样式 */
.qrm-border1d::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1d::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1d::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border1::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border1s::-webkit-scrollbar {
	width: 4px;
}
.qrm-border1s::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border1s::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/*滚动条样式*/
.qrm-border2d::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}
.qrm-border2d::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border2d::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border2::-webkit-scrollbar {
	width: 4px;
	/*height: 4px;*/
}
.qrm-border2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}
/*滚动条样式*/
.qrm-border3::-webkit-scrollbar {
	width: 4px;
}
.qrm-border3::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	background: rgba(0, 0, 0, 0.2);
}
.qrm-border3::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
}

/* 级联菜单样式修改 */

.qrm-pinming {
	background-size: 10px;
}
.qrm-pinming .qrm-border1 {
	width: 196px;
	max-height: 300px;
	top: 36px;
	overflow: auto;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
}
.qrm-pinming .qrm-border2 {
	width: 180px;
	top: 36px;
	max-height: 300px;
	overflow: auto;
	left: 196px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
	z-index: 2;
}
.qrm-pinming .qrm-border3 {
	width: 180px;
	top: 36px;
	max-height: 300px;
	overflow: auto;
	left: 375px;
	background: #fff;
	border: none;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.09);
}

.qrm-lev {
	width: 100% !important;
}

.qrm-lev > li:hover {
	background: #daf2ff;
	color: #bbb;
}

.qrm-lev-1 > li.active,
.qrm-lev-2 > li.active,
.qrm-lev-3 > li.active {
	background: #daf2ff;
	color: #bbb;
}

#LRfloater0 {
	display: none;
}

/* ajax header*/
.gsb_dialog {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 104;
}

.gsb_dialog .gsb_dialog_content {
	width: 360px;
	padding: 30px;
	background: #fff;
	font-size: 14px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	border-radius: 4px;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_message {
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #666666;
	line-height: 22px;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer {
	width: 100%;
	display: flex;
	justify-content: center;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer .gsb_dialog_content_footer_button {
	width: 120px;
	height: 36px;
	background: #00A4FF;
	color: #FFFFFF;
	line-height: 20px;
	border: 1px solid #00A4FF;
	outline: none;
	cursor: pointer;
}

.gsb_dialog .gsb_dialog_content .gsb_dialog_content_footer .gsb_dialog_content_footer_button:hover {
	background: #009CF5;
}
/* ajax footer*/

/*客服样式*/
#LRfloater2 {
	right: 50px!important;
	z-index: 99!important;
}

contentUl {
  width: 100%;
}

.contentLii {
  list-style: none;
  width: 100%;
  display: flex;
  margin-top: 22px;
  padding-bottom: 20px;
  padding-left: 20px;
  border-bottom: 1px dotted #E9E9E9;
}
.contentLii:last-child {
  border: none;
}

.contentLii:nth-of-type(1) {
  margin-top: 0;
}

.itemImgBox {
  width: 148px;
  height: 84px;
  background: #EFF4F7;
}

.itemImg {
  width: 150px;
  height: 100px;
}

.itemInfo {
  margin-left: 20px;
  /*width: 100%;*/
}

.itemTopInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.itemTopInfo p {
   font-size: 14px;
   color: #222222;
}

.itemTitle1 {
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: bold;
  color: #222222;
}

.itemTitle1:hover {
  color: #05A4FF;
  text-decoration: underline!important;
}

.itemCreatTime {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.itemInfoContent {
  margin-top: 8px;
  width: 600px;
  height: 56px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.recom .content .content_aj ul li{ width:200px; height:250px; border:1px solid #dad5d5; float:left; margin-left:20px;margin-top:30px;text-align: center;}
.recom .content .content_jianqimao_a{display:block; text-align:center;}
.recom .content .content_jianqimao_aa{display:block; text-align:center;margin-top:10px;}
.recom .content .content_jianqimao_aa p { font-size: 14px;margin-top: 10px;padding:0 25px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.recom .content .content_jianqimao_aa p a{ line-height:30px;color: #000000;font-size: 14px; margin-top:10px;}
.recom .content .content_jianqimao_aa span{ color:#f17700; font-size:20px;}
.recom .content .content_jianqimao_a img{ width:198px; height:150px;}
.content_jianqimao_b a{display:block; text-align:center; margin-top:10px;}
.content_jianqimao_b img{ width:200px; height:150px;}
.recom .content .content_jianqimao_aa .qwer
{								
	overflow: hidden;

	}
.recom .content .content_jianqimao_aa .qwer span
{	
	height: 5px;
    line-height: 18px;
    text-decoration: none;
    font-size: 12px;
    color: #AAAAAA;
    text-align: center;
    border: 1px solid #DDDDDD;
    margin-right: 4px;
    padding: 0px 4px;
    border-radius: 2px;
	}
 .recom .content .content_ajj ul li{ width:200px; height:330px; border:1px solid #dad5d5; float:left; margin-left:20px;margin-top:30px;text-align: center;}
 
 .recom .content .content_jianqimao_ab{display:block; text-align:center;}
 .recom .content .content_jianqimao_ab img{ width:180px; height:250px;margin-top: 10px;}