@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	_background-image: url(/style/css/.com/skin/public/css/about:blank);
	_background-attachment: fixed;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}
ul, li, dl, dt, dd, ol {
	display: block;
	list-style: none;
}
img {
	border: 0;
	display: block
}
.clear {
	clear: both;
}
a {
	text-decoration: none;
	outline: 0;
}
center {
	padding: 20px 0;
}
body {
	background: #e6e6e6
}
.fixed {
	position: fixed;
	width: 55px;
	height: 212px;
	right: 25px;
	bottom: 50px;
	_position: absolute;
	_bottom: auto;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop, 10)||0)-(parseInt(this.currentStyle.marginBottom, 10)||0)));
	z-index: 999;
}
.fixed a {
	display: block;
	width: 55px;
	height: 53px;
}
.book {
	background: url(/style/images/fixed.jpg) 0 0 no-repeat;
}
.book:hover {
	background-position: -54px 0;
}
.fixed a.codepic {
	background: url(/style/images/fixed.jpg) 0 -53px no-repeat;
	height: 52px;
}
.fixed a.codepic:hover {
	background-position: -54px -53px;
}
.fixed div {
	position: relative;
}
.fixed a.backup {
	background: url(/style/images/fixed.jpg) 0 -158px no-repeat;
	height: 52px;
	display: none
}
.fixed a.backup:hover {
	background-position: -54px -158px;
	height: 53px;
}
.fixed div img {
	position: absolute;
	left: -196px;
	width: 196px;
	height: 196px;
	top: -106px;
	display: none;
}
.sub_banner {
	height: 320px;
	position: relative;
	overflow: hidden;
}
.btns {
	width: 980px;
	position: absolute;
	height: 81px;
	left: 50%;
	top: 155px;
	margin-left: -490px;
}
.btns .prev, .btns .next {
	width: 36px;
	height: 81px;
	float: left;
	background: url(/style/images/leftbtn.png) 0 0 no-repeat;
}
.btns .next {
	background: url(/style/images/rightbtn.png) 0 0 no-repeat;
	float: right;
}
body {
	overflow-x: hidden;
	position: relative;
}
/* ========== 新版导航栏样式（按 导航.html 设计稿：1920px 画布 + 绝对定位，保留搜索栏） ========== */
.header-wrapper {
  width: 1920px;
  position: relative;
  margin: 0 auto;
}
.header-inner {
  width: 1920px;
  height: 149px;
  margin: 0 auto;
  background: #1a1f6b url(../images/nav/nav_bg.jpg) no-repeat left top;
  background-size: 100% 100%;
  position: relative;
}
/* 欢迎文字 */
.welcome-text {
  position: absolute;
  left: 601px;
  top: 48px;
  width: 182px;
  height: 16px;
  font-size: 14px;
  color: #87b4ff;
  line-height: 16px;
}
/* LOGO */
.logo-new {
  position: absolute;
  left: 149px;
  top: 43px;
  display: block;
}
.logo-new img {
  width: 278px;
  height: 58px;
  display: block;
}
/* 导航菜单容器 */
.main-nav {
  position: absolute;
  left: 601px;
  top: 84px;
  width: 1027px;
  height: 16px;
  z-index: 1;
}
.nav-new {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-new li {
  display: block;
}
.nav-new li a {
  font-size: 16px;
  color: #87b4ff;
  position: relative;
  z-index: 1;
  text-decoration: none;
  white-space: nowrap;
}
.nav-new li.active a,
.nav-new li a.active,
.nav-new li a.on {
  color: #ffffff;
}
.nav-new li.active a::after,
.nav-new li a.active::after,
.nav-new li a.on::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -48px;
  width: 122px;
  height: 63px;
  z-index: -1;
  background: url(/style/images/nav/nav_active.png) no-repeat center;
  background-size: 100% 100%;
}
/* 搜索栏（保留原样式，绝对定位于顶栏右侧、联系yl23455永利集团左侧） */
.search-new {
  position: absolute;
  right: 440px;
  top: 44px;
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  width: auto;
  height: auto;
  min-height: 30px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 11px;
  overflow: visible;
  background: rgba(255,255,255,0.08);
  padding: 2px 8px 2px 12px;
  gap: 16px;
}
.search-new form {
  display: inherit;
  align-items: inherit;
  gap: inherit;
}
.search-new input {
  flex: 1 1 120px;
  min-width: 100px;
  max-width: 160px;
  height: 24px;
  line-height: 24px;
  border: none;
  outline: none;
  background: transparent;
  font: 13px/24px "microsoft yahei";
  color: #fff;
  vertical-align: middle;
}
.search-new input::placeholder {
  color: #888;
}
.search-new button,
.search-btn {
  flex: 0 0 auto !important;
  height: 26px;
  line-height: 26px;
  border: none;
  background: rgba(255,255,255,0.18);
  color: #fff;
  font: 13px/26px "microsoft yahei";
  padding: 0 10px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  vertical-align: middle;
}
/* 右上角 联系yl23455永利集团 + 二维码图标 */
.contact-qrcode-box {
  position: absolute;
  right: 296px;
  top: 51px;
  width: 109px;
  height: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #87b4ff;
  z-index: 99;
}
.contact-link {
  color: #87b4ff;
  font-size: 14px;
  text-decoration: none;
}
.contact-link:hover {
  opacity: 0.8;
}
.split-line {
  color: #87b4ff;
  font-size: 14px;
}
.qrcode-icon-wrap {
  position: relative;
  width: 14px;
  height: 14px;
}
.qrcode-icon {
  width: 14px;
  height: 14px;
  display: block;
}
.pop-qrcode {
  display: none;
  position: absolute;
  right: 0;
  top: 18px;
  width: 99px;
  height: 105px;
  z-index: 999;
}
.qrcode-icon-wrap:hover .pop-qrcode {
  display: block;
}

/* ========== 以下为旧版导航栏样式（保留兼容） ========== */
.top_bg {
	width: 100%;
	height: 48px;
	background: #171c79
}
.top {
	width: 1002px;
	height: 48px;
	margin: 0 auto;
	overflow: hidden
}
.top_left {
	float: left;
	font: 13px/48px "microsoft yahei";
	color: #f7f7f7;
}
.top_left span {
	color: #fff;
	font: 18px/48px "impact";
}
.top_right {
	float: right;
	height: 48px;
}
.search {
	width: 224px;
	height: 30px;
	overflow: hidden;
	float: left;
	margin: 8px 31px 0 0;
	border: 1px solid #cccccc;
}
.text {
	width: 188px;
	float: left;
	font: 12px/20px 'microsoft yahei';
	color: #cccccc;
	text-indent: 10px;
	height: 20px;
	padding: 5px 0;
	background: #1e2a5a;
	border: 0
}
.select {
	float: left;
	width: 72px;
	border: 0;
	background: url(/style/images/select.jpg) right center no-repeat #000;
}
.btn {
	float: right;
	background: url(/style/images/button.jpg) no-repeat center center #1e2a5a;
	width: 36px;
	height: 30px;
	border: 0;
	cursor: pointer;
}
.select select {
	margin: 5px auto;
	width: 72px;
}
.searchBar span {
	float: right;
	margin-top: 6px;
}
.searchBar span a {
	color: #666;
	margin-right: 8px;
}
.searchBar span a:hover {
	color: #6a6a6a;
}
.searchBar .select {
	float: left;
	margin-top: 1px;
	display: inline;
	margin-right: 8px;
}
.searchBar .text {
	float: left;
}
.searchBar .text input {
	width: 182px;
	padding-top: 3px;
	height: 17px;
	border: 1px solid #b7d1eb;
}
div.selectbox-wrapper {
	overflow: hidden;
	width: 72px;
	position: absolute;
	text-align: left;
*margin-top:0;
	z-index: 111;
	background: url(/style/images/select_bg.jpg) 0 0 repeat-y
}
div.selectbox-wrapper ul li.current {
	color: #fff;
	background-color: #36c
}
div.selectbox-wrapper ul li {
	text-align: center;
	padding-right: 3px;
	padding-bottom: 3px;
	width: 72px;
	cursor: pointer;
	line-height: 20px;
	padding-top: 3px;
	font-size: 12px;
	font-family: '微软雅黑';
	color: #fff;
}
div.selectbox-wrapper ul li.selected {
	background-color: #6a6a6a;
	color: #fff;
}
.selectbox {
	border: none;
	display: block;
	width: 72px;
	background: none;
	text-indent: 9px;
	cursor: pointer;
	height: 30px;
	font-size: 12px;
	font-family: 'microsoft yahei';
	color: #cccccc;
	line-height: 30px;
}
.top_msg {
	float: left;
	font: 13px/48px "microsoft yahei";
	color: #cccccc;
	background: url(/style/images/top_msg.jpg) 0 center no-repeat;
	padding-left: 24px;
	margin-right: 10px;
}
.top_contact {
	float: left;
	font: 13px/48px "microsoft yahei";
	color: #cccccc;
	background: url(/style/images/top_contact.jpg) 0 center no-repeat;
	padding-left: 24px;
}
.nav-box {
	width: 100%;
	height: 105px;
	position: relative;
	z-index: 99
}
.nav-bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 117px;
	background: url(/style/images/navbg.png) 0 0 repeat-x;
}
.nav-center {
	width: 1100px;
	height: 117px;
	margin: 0 auto;
}
.logo {
	float: left;
	margin-top: 35px;
	margin-left: 10px;
}
.nav {
	float: right;
	height: 117px;
	overflow: hidden
}
.nav li {
	width: 90px;
	height: 117px;
	float: left;
	overflow: hidden;

}
.nav li a {
	display: block;
	padding-top: 42px;
	text-align: center;
	height: 75px;
	color: #ffffff;
}
.nav li a span {
	display: block;
	width: 100%;
	text-align: center;
	font: 14px/20px "microsoft yahei";
}
.nav li a font {
	display: block;
	width: 100%;
	font: 10px/18px "microsoft yahei";
	color: #262626;
	text-align: center;
	text-transform: uppercase;
}
.nav li a:hover {
	background: url(/style/images/nav_hover.png) center 0 no-repeat;
}
.nav li a.on {
	background: url(/style/images/nav_hover.png) center 0 no-repeat;
	color: #ffffff;
}
.nav li a:hover span, .nav li a:hover font {
	color: #fffcad;
}
.marquee_bg1 {
	width: 100%;
	height: 26px;
	background: #1e2a5a;
	position: relative;
	margin-bottom: 50px;
}
.marquee_bg2 {
	width: 100%;
	background: url(/style/images/marquee.png) center 0 no-repeat;
	height: 44px;
	position: absolute;
	left: 0;
	top: 5px;
}
.marquee {
	width: 980px;
	height: 44px;
	overflow: hidden;
	margin: 0 auto;
}
.marquee p {
	float: left;
	width: 110px;
	height: 44px;
	text-align: right;
	font: 14px/44px "microsoft yahei";
	color: #1d1d1d;
}
.marquee marquee {
	float: left;
	width: 860px;
	height: 44px;
	font: 14px/44px "microsoft yahei";
	color: #1d1d1d
}
.con1 {
	width: 1002px;
	height: 480px;
	margin: 0 auto;
	overflow: hidden;
}
.con1-left {
	float: left;
	width: 238px;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dad9d9
}
.left-title1 {
	width: 100%;
	height: 45px;
	background: url(/style/images/left_title1.jpg) 0 0 repeat-x;
	text-align: center;
	font: 18px/45px "microsoft yahei";
	color: #fff;
}
.class_up {
	display: block;
	background: url(/style/images/left_top.jpg) 0 0 no-repeat;
	width: 211px;
	height: 19px;
	margin: 11px auto 4px;
}
.class_down {
	display: block;
	background: url(/style/images/left_bottom.jpg) 0 0 no-repeat;
	width: 211px;
	height: 19px;
	margin: 5px auto 12px;
}
.con1_class {
	width: 211px;
	height: 380px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
.con1_class ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.con1_class ul li {
	width: 195px;
	height: 41px;
	border-bottom: 1px dotted #1d1d1d;
	overflow: hidden;
	font: 14px/41px "microsoft yahei";
	color: #1d1d1d;
	padding: 0 8px;
}
.con1_class ul li a {
	color: #1d1d1d;
}
.zoom {
	position: absolute;
	width: 45px;
	height: 45px;
	display: none;
	right: 0;
	bottom: 0;
	cursor: pointer;
	background: url(/style/images/zoom.png) 0 0 no-repeat;
}
#picShow {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(/style/images/blackbg.png) 0 0 repeat;
	left: 0;
	top: 0;
	z-index: 9999
}
.pic_show_box {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.pic_show_box img {
	display: block;
	margin: 93px auto 0;
	border: 5px solid rgba(255,255,255,.2);
}
.pic_quit {
	position: absolute;
	background: url(/style/images/quit.png) 0 0 no-repeat;
	width: 64px;
	height: 64px;
	top: 0;
	right: 0;
	cursor: pointer
}
.lbtn {
	display: block;
	position: absolute;
	background: url(/style/images/leftbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	left: 65px;
}
.rbtn {
	display: block;
	position: absolute;
	background: url(/style/images/rightbtn1.png) 0 0 no-repeat;
	width: 53px;
	height: 53px;
	top: 287px;
	right: 65px;
}
.pic_show_box p {
	width: 593px;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
	font: 18px/106px "microsoft yahei";
	color: #0c4201;
	text-overflow: ellipsis;
	white-space: nowrap
}
.pic_show_box p a {
	color: #fff;
}
.con1_right {
	width: 756px;
	height: auto;
	overflow: hidden;
	float: right;
}
.con1_right li {
	width: 231px;
	padding-left: 21px;
	height: 235px;
	float: left;
}
.con1_img {
	width: 229px;
	height: 172px;
	border: 1px solid #fff;
	position: relative
}
.con1_right li p {
	width: 229px;
	height: 80px;
	text-align: center;
	background: #fff;
	overflow: hidden;
	font: 700 14px/22px "microsoft yahei";
	color: #1d1d1d
}
.con1_right li p a {
	color: #1d1d1d
}
.con1_right li p a:hover {
	color: #dc3132
}
.con2_bg {
	width: 100%;
	height: 341px;
	background: #232323
}
.con2 {
	width: 1002px;
	height: 343px;
	margin: 0 auto;
	background: url(/style/images/con2_bg.jpg) 0 0 no-repeat;
	position: relative;
	top: -1px;
}
.con2-left {
	float: left;
	width: 256px;
	height: 343px;
	overflow: hidden;
	margin: 0 62px 0 43px;
}
.con2_title {
	height: 70px;
	width: 100%;
	background: url(/style/images/contact_ico.jpg) 3px center no-repeat;
	text-indent: 26px;
	font: 18px/70px "microsoft yahei";
	color: #fff;
}
.contact_con {
	width: 100%;
	height: 160px;
	overflow: hidden;
	font: 14px/40px "microsoft yahei";
	color: #fff;
	margin-top: 18px;
}
.con2-left h1 {
	width: 100%;
	text-align: center;
	font: 30px/52px "impact";
	margin-top: 18px;
	color: #fff;
}
.con2-right {
	width: 640px;
	height: 316px;
	overflow: hidden;
	float: left;
	margin-top: 8px;
}
.con2-title {
	width: 100%;
	height: 74px;
	overflow: hidden;
	margin-bottom: 12px;
}
.con2-title-name {
	float: left;
	width: 50%;
	height: 46px;
	margin-top: 17px;
	overflow: hidden
}
.con2-title-name h3, .con3-name h3, .links-name h3 {
	float: left;
	font: 43px/46px "microsoft yahei";
	color: #006699;
}
.con2-title-name h4, .con3-name h4, .links-name h4 {
	float: left;
	font: 43px/46px "microsoft yahei";
	color: #ffffff;
}
.con2-title-name span, .con3-name span, .links-name span {
	float: left;
	font: 18px/22px "microsoft yahei";
	margin-top: 4px;
	color: #fff;
	display: block;
	width: 200px;
}
.con2-title-name p, .con3-name p, .links-name p {
	float: left;
	font: 14px/16px "microsoft yahei";
	color: #4c4b4b;
	width: 200px;
	text-transform: uppercase;
}
.con2-title-name pnew, .con3-name pnew, .links-name pnew {
	float: left;
	font: 14px/16px "microsoft yahei";
	color: #ffffff;
	width: 200px;
	text-transform: uppercase;
}
.con2-title a {
	float: right;
	font: 14px/74px "microsoft yahei";
	color: #bababa;
}
.con2-about {
	width: 100%;
	height: 240px;
	overflow: hidden;
	font: 14px/30px "microsoft yahei";
	color: #b5b5b5;
}
.con2-about img {
	display: block;
	float: right;
	margin: 6px 0 0 28px;
}
.con3-bg {
	width: 100%;
	height: 528px;
	overflow: hidden;
	background: #e6e6e6
}
.con3 {
	width: 1002px;
	height: 528px;
	overflow: hidden;
	margin: 0 auto;
}
.con3-title {
	width: 100%;
	height: 68px;
	overflow: hidden;
	background: url(/style/images/line2.jpg) 0 bottom repeat-x;
	margin: 20px auto 32px;
}
.con3-name {
	float: left;
	width: 300px;
	overflow: hidden;
	height: 46px;
	margin-top: 10px;
}
.con3-name span {
	color: #232323
}
.con3-title a {
	float: right;
	font: 14px/68px "microsoft yahei";
	color: #7d7d7d;
	margin-right: 6px;
}
.con3-news {
	width: 1002px;
	height: 400px;
	overflow: hidden;
}
.con3-news li {
	float: left;
	height: 200px;
	overflow: hidden;
}
.con3-news li.news-li1, .con3-news li.news-li3 {
	width: 536px;
}
.con3-news li.news-li2, .con3-news li.news-li4 {
	width: 464px;
}
.con3-news li>a {
	display: block;
	float: left;
	width: 200px;
	height: 150px;
}
.news-right {
	float: left;
	width: 240px;
	margin-left: 18px;
	overflow: hidden;
	height: 199px;
}
.news-right>span {
	font: 700 14px/24px "microsoft yahei";
	color: #686868;
	overflow: hidden;
}
.news-right>h2 {
	width: 100%;
	height: 52px;
	font: 700 16px/26px "microsoft yahei";
	color: #232323;
}
.news-right>h2 a {
	color: #232323
}
.news-right>div {
	width: 100%;
	height: 72px;
	font: 14px/24px "microsoft yahei";
	color: #686868;
	overflow: hidden;
  margin:5px
}
.con4-bg {
	width: 100%;
	height: 377px;
	padding-top: 25px;
	background: #fff;
}
.con4 {
	width: 1002px;
	height: 377px;
	margin: 0 auto;
	position: relative;
}
.con4 a {
	display: block;
	float: left;
	position: relative;
	z-index: 2;
}
.con4-span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
	overflow: hidden;
}
.con4-img1 span.con4-span {
	background: url(/style/images/img4.png) 0 0 no-repeat;
}
.con4-img3 span.con4-span {
	background: url(/style/images/img5.png) 0 0 no-repeat;
}
.con4-img4 span.con4-span {
	background: url(/style/images/img6.png) 0 0 no-repeat;
}
.con4-img5 span.con4-span {
	background: url(/style/images/img7.png) 0 0 no-repeat;
}
.con4-img6 span.con4-span {
	background: url(/style/images/img5.png) 0 0 no-repeat;
}
.con4-title {
	width: 134px;
	height: 64px;
	margin: 0 auto;
	font: 29px/64px "microsoft yahei";
	color: #fff;
	text-align: center;
	overflow: hidden;
	display: block;
	text-indent: 8px;
}
.con4-con {
	width: 82%;
	margin: 2px auto 0;
	font: 14px/24px "microsoft yahei";
	color: #fff;
	overflow: hidden;
	height: 72px;
	display: block;
}
.con4-img2 {
	width: 177px;
	height: 130px;
	padding: 42px 0 0 38px;
	background: url(/style/images/red_case.jpg) 0 0 no-repeat;
	margin: 0 14px 0 15px;
	font: 34px/42px "microsoft yahei";
	color: #fff;
}
.con4-img1 {
	width: 530px;
	height: 172px;
}
.con4-img3 {
	width: 228px;
	height: 172px;
}
.con4-img4 {
	width: 224px;
	height: 172px;
	margin-top: 9px;
	margin: 13px;
}
.con4-img5 {
	width: 521px;
	height: 172px;
	margin: 9px 14px 0 15px;
}
.con4-img6 {
	width: 228px;
	height: 172px;
	margin: 9px 0 0;
}
.con4 a:hover span.con4-span {
	display: block;
}
.parva-left-index {
	position: absolute;
	left: -240px;
	bottom: 0;
	z-index: 1
}
.parva-right-index {
	position: absolute;
	right: -285px;
	bottom: -100px;
	z-index: 1
}
.links-bg {
	width: 100%;
	height: 49px;
	background: url(/style/images/linksbg.jpg) 0 0 repeat-x;
	overflow: hidden
}
.foot-nav {
	width: 1002px;
	height: 49px;
	margin: 0 auto;
	text-align: center;
	font: 14px/49px "microsoft yahei";
	color: #fff;
}
.foot-nav a {
	color: #fff;
	margin: 0 16px;
}
.foot-bg {
	width: 100%;
	height: 176px;
	border-bottom: 1px solid #2b2b2b;
	background: #006599;
}
.foot {
	width: 1002px;
	height: 176px;
	overflow: hidden;
	margin: 0 auto;
}
.foot-title {
	width: 100%;
	height: 80px;
	overflow: hidden;
	margin: 0 auto;
	background: url(/style/images/line3.jpg) 0 bottom repeat-x;
}
.links-name {
	float: left;
	width: 300px;
	height: 46px;
	margin-top: 17px;
	padding-left: 6px;
}
.links {
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin: 16px auto 0;
	font: 14px/30px "microsoft yahei";
	color: #bcbbbb
}
.links a {
	color: #bcbbbb;
	margin: 0 4px;
}
.copyright {
	width: 100%;
	height: 44px;
	background: #040A3C;
	overflow: hidden;
}
.foot-copyright {
	width: 1002px;
	height: 44px;
	margin: 0 auto;
	overflow: hidden;
}
.copyright-left {
	float: left;
	width: 900px;
	height: 44px;
	overflow: hidden;
	font: 12px/44px "microsoft yahei";
	color: #87b4ff;
}
.copyright-left span {
	margin-right: 14px;
}
.copyright-left a {
	color: #87b4ff;
}
.share {
	width: 190px;
	float: right;
	height: 16px;
	color: #818080;
	margin-top: 10px;
	font: 12px/26px "microsoft yahei";
	margin-right: 40px;
}
.share span {
	float: left;
}
.subpage {
	width: 1002px;
	height: auto;
	position: relative;
	padding-bottom: 24px;
	margin: 0 auto;
	min-height: 400px;
}
.sub-left {
	position: absolute;
	left: -224px;
	bottom: 0;
	z-index: 1
}
.sub-right {
	position: absolute;
	right: -280px;
	bottom: -43px;
	z-index: 1
}
.sub {
	width: 1002px;
	height: auto;
	overflow: hidden;
	background: #e6e6e6;
	position: relative;
	z-index: 2
}
.left-contact {
	width: 237px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-top: 24px;
	border: 1px solid #006699;
	background: #006699;
}
.left {
	float: left;
	width: 239px;
	height: auto;
	overflow: hidden;
}
.left-title {
	width: 194px;
	height: 73px;
	background: url(/style/images/line1.jpg) 0 bottom repeat-x;
	margin: 0 auto;
}
.left-title p {
	width: 100%;
	height: 73px;
	background: url(/style/images/contact_ico.jpg) 4px center no-repeat;
	text-indent: 28px;
	font: 18px/68px "microsoft yahei";
	color: #fff;
}
.left-title p span {
	font-size: 16px;
}
.left-con {
	width: 194px;
	height: auto;
	overflow: hidden;
	color: #fff;
	font: 14px/40px "microsoft yahei";
	margin: 14px auto 0;
}
.left-contact h1 {
	width: 100%;
	text-align: center;
	font: 30px/84px "impact";
	color: #fff;
}
.right {
	width: 740px;
	height: auto;
	overflow: hidden;
	float: right;
}
.right-title {
	width: 100%;
	height: 54px;
	background: url(/style/images/line2.jpg) 0 bottom repeat-x;
	overflow: hidden;
}
.right-name {
	float: left;
	font: 16px/48px "microsoft yahei";
	color: #1d1d1d;
}
.right-title p {
	float: right;
	font: 12px/48px "microsoft yahei";
	color: #1d1d1d;
}
.right-title p a {
	color: #1d1d1d
}
.right-con {
	width: 100%;
	height: auto;
	overflow: hidden;
	font: 14px/30px "microsoft yahei";
	color: #1d1d1d;
	margin: 16px auto;
}
.product-top {
	width: 100%;
	font: 14px/30px "microsoft yahei";
	color: #1d1d1d;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 16px;
}
.product li {
	padding: 0 11px 0 10px;
}
.pages {
	width: 100%;
	height: 28px;
	margin: 14px 0;
	clear: both;
}
.pages ul {
	float: right;
	margin: 0 15px 0 0;
	display: inline;
}
.pages ul li {
	float: left;
	display: inline;
	margin: 0 7px 0 0;
	font: 500 12px/26px "microsoft yahei";
	color: #6e6e6e;
	width: 26px;
	height: 26px;
	border: 1px solid #3f3f3f;
	background: #3f3f3f;
	text-align: center;
}
.pages ul li a {
	color: #fff;
	display: block;
	width: 26px;
	height: 26px;
}
.pages ul li.prev {
	width: 64px;
	height: 26px;
	background: url(/style/images/prev_page.jpg) 6px center no-repeat #3f3f3f;
	text-indent: 13px;
	border: 1px solid #3f3f3f;
	text-align: left;
}
.pages ul li.prev a, .pages ul li.next a {
	display: block;
	width: 64px;
	height: 26px;
}
.pages ul li.ok a {
	display: block;
	width: 55px;
	height: 28px;
}
.pages ul li.next {
	width: 64px;
	height: 26px;
	background: url(/style/images/next_page.jpg) 54px center no-repeat #3f3f3f;
	text-indent: 6px;
	border: 1px solid #3f3f3f;
	text-align: left;
}
.pages ul li.clickli {
	background: #006699;
	border: 1px solid #006699
}
.pages ul li.clickli a {
	color: #fff
}
.pages ul li.dot {
	border: 0;
	background: none;
	color: #64728f;
}
.pages ul li.allpage {
	width: 136px;
	border: 0;
	background: none;
}
.allpage input {
	width: 26px;
	height: 26px;
	border: 1px solid #3f3f3f;
	text-align: center;
	background: #3f3f3f;
	margin: 0 5px;
	color: #fff;
	font: 12px/26px "microsoft yahei";
}
.pages ul li.ok {
	background: #3f3f3f;
	width: 53px;
	height: 26px;
	float: left;
	border: 1px solid #3f3f3f
}
.pages ul li.ok a {
	color: #fff
}
.news {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.news li {
	width: 100%;
	height: 50px;
	border-bottom: 1px dotted #232323;
	overflow: hidden;
	background: url(/style/images/icons1.jpg) 8px center no-repeat;
	text-indent: 19px;
	font: 14px/50px "microsoft yahei";
	color: #1d1d1d;
}
.news li a {
	float: left;
	color: #1d1d1d
}
.news li span {
	float: right;
}
.news li.blank {
	margin-bottom: 26px;
}
.news_list2 {
	width: 100%;
	height: auto;
	overflow: hidden
}
.news_list2 li {
	width: 100%;
	height: 106px;
	overflow: hidden;
}
.news_list2 li p {
	width: 100%;
	height: 42px;
	border-bottom: 1px dashed #dadada;
	overflow: hidden;
	background: url(/style/images/icons1.jpg) 8px center no-repeat;
	text-indent: 22px;
}
.news_list2 li p a {
	float: left;
	font: 14px/42px "microsoft yahei";
	color: #3e3e3e;
}
.news_list2 li p img {
	float: left;
	margin: 16px 0 0 8px;
}
.news_list2 li p span {
	float: right;
	font: 12px/42px "microsoft yahei";
	color: #a3a3a3;
	padding-right: 12px;
}
.news_list2 li div {
	width: 100%;
	height: 52px;
	overflow: hidden;
	font: 14px/26px "microsoft yahei";
	color: #999898;
	margin-top: 5px;
}
.news_list2 li:hover a, .news_list2 li:hover span, .news_list2 li:hover div {
	color: #d40000
}
.news_list2 li:hover a {
	background: url(/style/images/icons2.jpg) 8px center no-repeat;
}
.news_list3 {
	width: 100%;
	height: auto;
	overflow: hidden
}
.news_list3 li {
	width: 100%;
	height: 140px;
	overflow: hidden;
}
.news_list3 li p {
	width: 100%;
	height: 42px;
	border-bottom: 1px dashed #dadada;
	overflow: hidden;
	background: url(/style/images/icons1.jpg) 8px center no-repeat;
	text-indent: 22px;
}
.news_list3 li p a {
	float: left;
	font: 14px/42px "microsoft yahei";
	color: #3e3e3e;
}
.news_list3 li p img {
	float: left;
	margin: 16px 0 0 8px;
}
.news_list3 li p span {
	float: right;
	font: 12px/42px "microsoft yahei";
	color: #a3a3a3;
	padding-right: 12px;
}
.news_list3 li div {
	width: 100%;
	height: 88px;
	overflow: hidden;
	font: 14px/22px "microsoft yahei";
	color: #999898;
	margin-top: 8px;
}
.news_list3 li:hover a, .news_list3 li:hover span, .news_list3 li:hover div, .news_list3 li:hover div img {
	color: #d40000;
	border-color: #d40000
}
.news_list3 li:hover a {
	background: url(/style/images/icons2.jpg) 8px center no-repeat;
}
.news_list3 li div a {
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
	margin: 0 14px 0 3px;
	width: 107px;
	height: 78px;
}
.case {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.case li {
	width: 100%;
	height: 204px;
	margin-bottom: 28px;
	border-bottom: 1px solid #b1b1b1;
	overflow: hidden;
}
.case li>a {
	display: block;
	float: left;
	width: 229px;
	height: 172px;
	border: 1px solid #fff;
	overflow: hidden;
}
.case li>h1 {
	float: left;
	width: 480px;
	padding-left: 22px;
	height: 42px;
	overflow: hidden;
	font: 700 16px/42px "microsoft yahei";
	color: #1d1d1d;
}
.case li>h1>a {
	color: #1d1d1d;
}
.case li>div {
	float: left;
	width: 480px;
	height: 120px;
	overflow: hidden;
	margin-top: 5px;
	font: 14px/30px "microsoft yahei";
	color: #1d1d1d;
	padding-left: 22px;
}
.view h1 {
	width: 100%;
	text-align: center;
	font: 16px/30px "microsoft yahei";
	color: #343434;
}
.date {
	width: 100%;
	text-align: center;
	font: 12px/32px "microsoft yahei";
	color: #7d7d7d
}
.page {
	width: 100%;
	margin: 10px auto;
	overflow: hidden;
	position: relative
}
.page p {
	width: 100%;
	height: 28px;
	font: 12px/28px "microsoft yahei";
	color: #1d1d1d;
	overflow: hidden;
}
.page p a {
	color: #1d1d1d
}
.page p a:hover, .back:hover {
	text-decoration: underline
}
.back {
	font: 14px/39px "microsoft yahei";
	color: #fff;
	background: #282828;
	width: 138px;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	text-align: center;
}
.view img {
	max-width: 100%;
	display: inline
}
.view div {
	font-size: 14px;
}
.pdf_down {
	display: block;
	background: url(/style/images/pdf.jpg) 0 0 no-repeat;
	width: 224px;
	height: 46px;
	margin: 10px auto;
	font: 14px/46px "microsoft yahei";
	color: #fff;
	text-indent: 74px;
}
.white-bg {
	background: #fff;
	padding: 10px 0;
}
.hr {
	margin: 10px auto;
	width: 96%;
	font-size: 12px;
	line-height: 24px;
	border: 1px #CCC solid;
	background-color: #fff;
}
.hr td {
	border: 1px #CCC solid;
}
.hr a {
	color: #333;
}
.hr a:hover {
	color: #de0303;
}
.hr_btn {
	width: 100px;
	height: 40px;
	font-size: 12px;
}
.common_color, .has_account a.common_color, .xiadd a {
	color: #ff5958
}
.common_bg, .common_page a.nowpage, .common_page a:hover, .vip_left_nav li.vip_left_btn1:hover, .vip_left_nav li.vip_left_btn1.nowpage, .vip_left_nav li.vip_left_btn2:hover, .vip_left_nav li.vip_left_btn2.nowpage, .vip_left_nav li.vip_left_btn3:hover, .vip_left_nav li.vip_left_btn3.nowpage, .vip_left_nav li.vip_left_btn4:hover, .vip_left_nav li.vip_left_btn4.nowpage, .vip_left_nav li.vip_left_btn5:hover, .vip_left_nav li.vip_left_btn5.nowpage, .vip_add_address a.common_bg, .vip_login li input.common_bg, .level_bg p.common_bg, .scrollbutton.smallImgUp:hover, .scrollbutton.smallImgDown:hover, .star_score_box p.common_bg, .view_img_btns input, .view_imgs .prev:hover, .view_imgs .next:hover, .common_page a.nowpage, .common_page a:hover, .pagebox a.nowpage, .pagebox a:hover, .pagebox_num_nonce, .order-list-state a.on, .vip_login_alert li input.vip_login_btn, .vip_left_nav li.vip_left_btn6:hover, .vip_left_nav li.vip_left_btn6.nowpage, .m_car_collect a:hover {
	background-color: #ff5958
}
.common_border_color, .type_choose span.border_color, .type_choose2 span.border_color, .view_imgs .listBox .on img, .cart_address.common_border {
	border-color: #ff5958;
}
.product_about_top span.on {
	border-top-color: #ff5958
}
.product {
	float: none
}
.pages {
	padding: 30px 0 30px;
	text-align: center
}
.pages li {
	display: inline;
	margin: 0 2px;
	font-size: 12px
}
.pages li.thisclass, .pages a:hover {
	padding: 3px 8px;
	border: 1px solid #c20f36;
	background: #c20f36;
	color: #fff;
	text-decoration: none
}
.pages a {
	padding: 3px 8px;
	border: 1px solid #CCC;
	background: #fff;
	color: #A4A4A4;
	line-height: 18px;
	font-size: 12px
}
.banner {
	width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
	font-size: 0
}
.b-img {
	height: 640px;
	position: absolute;
	left: 0;
	top: 0;
}
.b-img a {
	display: block;
	height: 640px;
	float: left;
}
.b-list {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	height: auto;
	padding-top: 0;
	margin: 0;
	z-index: 10;
	display: flex;
	display: -webkit-flex;
	width: auto !important;
}
.b-list span {
	display: block;
	cursor: pointer;
	width: 100px;
	height: 4px;
	background: #003380;
	margin: 0 7.5px;
}
.b-list .spcss {
	background: #99ccff;
}
.bar-left {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	left: 0px;
	background: none;
	top: 0px;
}
.bar-right {
	position: absolute;
	z-index: 1;
	display: block;
	width: 100px;
	height: 100%;
	right: 0px;
	background: none;
	top: 0px;
}
.bar-left em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(/style/images/arrow.png) 0px 0px no-repeat;
	margin: 0 auto;
	margin-top: 325px;
}
.bar-right em {
	display: block;
	width: 50px;
	height: 100px;
	background: url(/style/images/arrow.png) -50px 0px no-repeat;
	margin: 0 auto;
	margin-top: 325px;
}
.bar-left .emcss {
	background-position: 0px -100px;
}
.bar-right .emcss {
	background-position: -50px -100px;
}

/* ====================== 新版搜索栏样式（按 导航代码.html 规范：背景图 + 透明输入框浮于上层，仅作用于新版导航，不改动旧版兼容样式） ====================== */
.header-inner .search {
	position: absolute;
	right: 423px;
	top: 48px;
	width: 148px;
	height: 19px;
	z-index: 90;
	/* 重置旧版 .search 兼容样式，避免浮动/边框/外边距残留 */
	float: none;
	overflow: visible;
	margin: 0;
	border: none;
	box-sizing: content-box;
}
.header-inner .search-bg {
	width: 100%;
	height: 100%;
	background: url(/style/images/nav/search_bg.png) no-repeat center;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.header-inner .text.pngFix {
	position: absolute;
	left: 8px;
	top: 0;
	width: 110px;
	height: 19px;
	background: transparent;
	border: none;
	font-size: 14px;
	color: #87b4ff;
	outline: none;
	z-index: 2;
	/* 重置旧版 .text 兼容样式 */
	float: none;
	text-indent: 0;
	padding: 0;
}
.header-inner .btn.pngFix {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 19px;
	background: transparent;
	border: none;
	cursor: pointer;
	z-index: 2;
	/* 重置旧版 .btn 兼容样式 */
	float: none;
	padding: 0;
}
.header-inner .text.pngFix::placeholder {
	color: #87b4ff;
	font-size: 14px;
}

/* ====================== 2026 内页新版式（与首页 scale-wrap 整页缩放统一，配色 navy #1a1f6b + 蓝 #87b4ff） ====================== */
/* 内页主视觉 banner */
.sub-hero {
	width: 1920px;
	height: 230px;
	background: #1a1f6b url(../images/nav/bbb1.jpg) no-repeat left top;
	background-size: 100% 100%;
	position: relative;
}
.sub-hero-inner {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sub-hero-title {
	font: 700 40px/1 "microsoft yahei";
	color: #ffffff;
	margin: 0 0 16px;
	letter-spacing: 2px;
}
.sub-hero-crumb {
	font: 14px/1 "microsoft yahei";
	color: #87b4ff;
}
.sub-hero-crumb a { color: #87b4ff; text-decoration: none; }
.sub-hero-crumb a:hover { color: #ffffff; }
				
	/* 内容区两栏布局 */
.sub-wrap {
	width: 1200px;
	margin: 40px auto 60px;
	overflow: hidden;
}
.sub-side {
	float: left;
	width: 270px;
	margin-right: 30px;
}
.sub-main {
	float: right;
	width: 900px;
}

/* 左侧：子栏目导航 */
.sub-side-nav {
	background: #fff;
	border: 1px solid #e3e8f2;
	border-radius: 6px;
	overflow: hidden;
}
.sub-side-nav-title {
	height: 56px;
	background: #0d1977;
	font: 700 18px/56px "microsoft yahei";
	color: #fff;
	text-align: center;
	letter-spacing: 2px;
}
.sub-side-nav ul { padding: 8px 0; }
.sub-side-nav li { list-style: none; }
.sub-side-nav li a {
	display: block;
	height: 48px;
	font: 15px/48px "microsoft yahei";
	color: #333;
	text-align: center;
	border-bottom: 1px solid #f0f2f7;
	text-decoration: none;
	transition: background .2s, color .2s;
}
.sub-side-nav li a:hover,
.sub-side-nav li.active a {
	background: #87b4ff;
	color: #fff;
}

/* 左侧：联系yl23455永利集团 */
.sub-side-contact {
	margin-top: 20px;
	background: #0d1977;
	border-radius: 6px;
	padding: 22px 20px;
}
.sub-side-contact-title {
	font: 700 18px/1 "microsoft yahei";
	color: #fff;
	border-bottom: 1px solid #2a3170;
	padding-bottom: 14px;
	margin-bottom: 14px;
}
.sub-side-contact-title span {
	font: 12px/1 "microsoft yahei";
	color: #87b4ff;
	margin-left: 8px;
	text-transform: uppercase;
}
.sub-side-contact-con {
	font: 14px/28px "microsoft yahei";
	color: #c7d3ee;
}
.sub-side-contact-tel {
	margin-top: 12px;
	font: 700 22px/1 "microsoft yahei";
	color: #87b4ff;
}

/* 右侧：标题条 */
.sub-main-title {
	border-bottom: 2px solid #1a1f6b;
	padding-bottom: 12px;
	margin-bottom: 20px;
	overflow: hidden;
}
.sub-main-title span {
	float: left;
	font: 700 22px/1 "microsoft yahei";
	color: #1a1f6b;
	padding-left: 12px;
	border-left: 4px solid #87b4ff;
}
.sub-main-title em {
	float: right;
	font: 13px/1 "microsoft yahei";
	color: #888;
	font-style: normal;
	margin-top: 6px;
}
.sub-main-title em a { color: #888; text-decoration: none; }
.sub-main-title em a:hover { color: #1a1f6b; }

/* 右侧：新闻列表 */
.sub-news { }
.sub-news li {
	height: 52px;
	border-bottom: 1px dashed #e3e8f2;
	font: 15px/52px "microsoft yahei";
	overflow: hidden;
	list-style: none;
}
.sub-news li a {
	float: left;
	color: #333;
	text-decoration: none;
	max-width: 760px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.sub-news li a:hover { color: #1a1f6b; }
.sub-news li span {
	float: right;
	color: #999;
	font-size: 13px;
}

/* 分页 */
.sub-pages {
	margin: 30px 0 10px;
	text-align: left;
	font-size: 0;
}
/* DedeCMS 每项外层为 <li>（当前页 <li class="thisclass">、其余 <li><a id="qmdv">…</a></li>），
   故只给 li（或裸 a/span）画框，内层 a 仅作文字、不再画框，避免待选页码出现双重边框 */
.sub-pages li,
.sub-pages > a,
.sub-pages > span {
	display: inline-block;
	min-width: 36px;
	padding: 0 10px;
	height: 36px;
	line-height: 34px;
	margin: 0 5px 6px 0;
	border: 1px solid #d9e0ee;
	border-radius: 6px;
	color: #555;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	list-style: none;
	box-sizing: border-box;
	transition: all .2s;
}
.sub-pages li a,
.sub-pages li span {
	color: inherit;
	text-decoration: none;
}
.sub-pages li:hover,
.sub-pages > a:hover {
	background: #f3f7ff;
	border-color: #87b4ff;
	color: #1a1f6b;
}
.sub-pages li.thisclass,
.sub-pages > a.thisclass,
.sub-pages > span.thisclass {
	background: #1a1f6b;
	border-color: #1a1f6b;
	color: #fff;
	cursor: default;
}
/* “共 X 页 X 条”信息文字不画框（若启用 info 项） */
.sub-pages li span.pageinfo {
	border: 0;
	background: none;
	color: #999;
}

/* 文章页正文 */
.sub-view { }
.sub-view-title {
	text-align: center;
	font: 700 26px/1.4 "microsoft yahei";
	color: #1a1f6b;
	margin: 10px 0 16px;
}
.sub-view-date {
	text-align: center;
	font: 13px/1 "microsoft yahei";
	color: #999;
	padding-bottom: 18px;
	border-bottom: 1px solid #eee;
	margin-bottom: 24px;
}
.sub-view-body {
	font: 16px/32px "microsoft yahei";
	color: #333;
	overflow: hidden;
}
.sub-view-body img { display: block; margin: 0 auto; max-width: 100% !important; height: auto; }
/* 正文字号继承：本文件顶部 reset 给 div/p/span 等直接设了 font-size:12px，
   正文内的 div、p 不会继承 .sub-view-body 的字号，导致正文实际只有 12px。
   这里强制它们继承，之后只需改 .sub-view-body 的 font 即可统一调整正文字号。 */
.sub-view-body div,
.sub-view-body p,
.sub-view-body span,
.sub-view-body font,
.sub-view-body a,
.sub-view-body li { font-size: inherit; line-height: inherit; }
.sub-view-page {
	margin: 30px 0 10px;
	overflow: hidden;
	font: 14px/2 "microsoft yahei";
	color: #555;
}
.sub-view-page p { margin: 4px 0; font-size: inherit; line-height: inherit; }
.sub-view-page a { color: #1a1f6b; text-decoration: none; }
.sub-view-page a:hover { color: #87b4ff; }
.sub-back {
	display: block;
	width: 140px;
	height: 42px;
	margin: 24px auto 0;
	background: #1a1f6b;
	color: #fff !important;
	font: 15px/42px "microsoft yahei";
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
}
.sub-back:hover { background: #87b4ff; }
<!--耗时1789359434.428秒-->