* {
	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: 14px;
	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);
}
@font-face {
  font-family: 'iconfont';  /* project id 2376329 */
  src: url('//at.alicdn.com/t/font_2376329_raokdpl8vt.eot');
  src: url('//at.alicdn.com/t/font_2376329_raokdpl8vt.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2376329_raokdpl8vt.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2376329_raokdpl8vt.woff') format('woff'),
  url('//at.alicdn.com/t/font_2376329_raokdpl8vt.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2376329_raokdpl8vt.svg#iconfont') format('svg');
}
/* 滚动条样式 */
.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;
}
.colorfff{color:#fff;}
.font30{font-size:30px;}
.font24{font-size:24px;}
.autowidth2{width: 1200px; margin: auto;max-width: 94%;}
.nyBanner{height: 350px; background-size: cover !important;position: relative;}
.nyBread{ margin-top:35px;}
.nyText{ position: absolute;left: 0;right: 0;bottom: -55px;z-index: 2;}
.nyTitle{ position: relative;padding: 40px 0 0 120px;}
.nybg{ position: absolute;left: 0;top: 0;width: 180px;bottom: 30px;background-size: 60% !important;}
.nyJt{color: #666;text-align: center;font-size: 20px; width: 64px;line-height: 64px;background: #fff;box-shadow: 0 0 15px -1px rgba(0,0,0,.1);display: block;margin-top: 20px;}
.nyPosition{ position: relative;z-index: 2;}
.flexjt{ -webkit-box-pack: center; -ms-flex-pack: center;justify-content: center;-webkit-justify-content: center;}
.flex{display: -webkit-box; display: -webkit-box; display: -ms-flexbox; display: flex;  display: -webkit-flex; }
.publicNav{text-align: center;border-bottom: 1px solid #ddd;}
.publicNav.on{position: fixed;left: 0;right: 0;top: 0;background: #fff;z-index: 9;}
.publicNav dd{padding: 0 50px;}
.publicNav dd>a{display: block;position: relative;line-height:50px;color: #000;}
.publicNav dd>a:before{position: absolute;width: 0;left: 50%;content: '';bottom: -1px;height: 3px;background: #32447D;transition: .5s;-webkit-transition: .5s;}
.publicNav dd.on>a:before{width: 20px;margin-left: -10px;}
.publicNav dd.on>a{color: #333;font-size: 110%;}