 /* 公共样式 */
@charset "UTF-8";
/*@font-face {
  font-family: HelveticaNeueLTPro-ThEx;
  src: url('/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_fonts_HelveticaNeueLTPro-ThEx.otf');
}*/
html{font-family:'Microsoft Yahei',tahoma,arial,'helvetica neue',Simsun,sans-serif;height:100%}
blockquote,body,button,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,hr,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
body{font-size:12px;line-height: 1.5;color:#222;height:100%;overflow-x: hidden;*overflow-x: visible;}
li{list-style:none}
a { color: #222; text-decoration:none; }
a:link,a:visited{text-decoration:none}
a:hover{text-decoration:none;color:#002b5c}
a,article,audio,b,body,caption,dd,div,dl,dt,em,footer,form,h1,h2,h3,h4,h5,h6,header,html,i,img,label,li,menu,nav,ol,p,q,s,section,small,span,strong,table,tbody,td,tfoot,th,thead,time,tr,u,ul,video{margin:0;padding:0;border:0;font-weight:400;vertical-align:baseline;text-decoration:none}
/*a{display:inline-block;text-decoration:none; text-decoration:none!important}*/
ol,ul{list-style:none}
blockquote,q{quotes:none}
blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}
table{border-collapse:collapse;border-spacing:0}
img{border:none; vertical-align: top;}
.bg{background: #fff;}
.bg_f6{background: #F6F6F6;}
.fl { float: left; }
.fr { float: right; }
.w_220 { width: 220px; }
.w_970 { width: 970px; }
.pt_10 { padding-top: 10px; }
.ml_10 { margin-left: 10px; }
.mb_10 { margin-bottom: 10px; }
.mb_30 { margin-bottom: 30px; }
.mt_40 { margin-top: 40px; }
.mb_40 { margin-bottom: 40px; }
.mb_50 { margin-bottom: 50px; }
.t_l { text-align: left; }
.t_c { text-align: center; }
.t_r { text-align: right; }
.f_14 { font-size: 14px; }
.error{color:#e04040}
.color_0b285b { color: #0b285b; }
.color_ff9933 { color: #ff9933; }
.color_f66 { color: #f66; }
.color_f63 { color: #f63; }
.color_999 { color: #999; }
.container{ width: 1200px; margin-left: auto; margin-right: auto; }
.clearfixed,.clearfix,..container{ zoom:1 }
.clearfixed:after,.clearfix:after,.container:after{ content:""; display:block; height:0; visibility:hidden; overflow: hidden; clear:both; }
/*butn 按钮*/
.butn { display: inline-block; padding: 6px 25px 7px; font-size: 12px; font-weight: normal; line-height: 1.5; border: 1px solid transparent; background: transparent; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; -webkit-border-radius: 3px; border-radius: 3px; -webkit-user-select:none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-transition: all .3s; transition: all .3s; font-family:'HelveticaNeueLTPro-ThEx',tahoma,arial,'Microsoft Yahei','helvetica neue','hiragino sans gb',Simsun,sans-serif;}
.butn_sm { padding: 3px 15px 4px; }
.butn_block { display: block; width: 100%; padding-left: 0; padding-right: 0; text-align: center; }
.butn:focus, .butn:active:focus, .butn.active:focus { outline: 0 none; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.butn:hover, .butn:focus { text-decoration: none; }
.butn:active, .butn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125); }
.butn.disabled, .butn[disabled] { pointer-events: none; cursor: not-allowed; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; opacity: .65; }
.butn.disabled, .butn[disabled], .butn.disabled:hover, .butn[disabled]:hover, .butn.disabled:focus, .butn[disabled]:focus, .butn.disabled:active, .butn[disabled]:active { background: #e1e1e1; border: 1px solid #ddd; color: #999; }
.butn_custom { color: #fff; border-color: #002b5c; background-color: #002b5c; } /*默认按钮 九牧蓝背景*/
.butn_custom:hover,
.butn_custom:focus,
.butn_custom:active,
.butn_custom.active { border-color: #02264e; background-color: #02264e; color: #fff; }
.butn_custom2{ color: #666; border-color: #ccc; background-color: #fff; } /*自定义按钮2 灰边白底*/
.butn_custom2:hover,
.butn_custom2:focus,
.butn_custom2:active,
.butn_custom2.active { border-color: #002b5c; background-color: #002b5c; color: #fff; }
.butn_custom3 { color: #999; border-color: #f6f6f6; background-color: #f6f6f6; } /*自定义按钮3 灰底灰字*/
.butn_custom3:hover,
.butn_custom3:focus,
.butn_custom3:active,
.butn_custom3.active { border-color: #dbdbdb; background-color: #dbdbdb; color: #999; }
.butn_custom4 { color: #fff; border-color: #f93; background-color: #f93; } /*自定义按钮4 促销黄底按钮*/
.butn_custom4:hover,
.butn_custom4:focus,
.butn_custom4:active,
.butn_custom4.active { border-color: #e58a2e; background-color: #e58a2e; color: #fff; }
.butn_custom5 { color: #fff; border-color: #f33; background-color: #f33; } /*自定义按钮5 促销红底按钮*/
.butn_custom5:hover,
.butn_custom5:focus,
.butn_custom5:active,
.butn_custom5.active { border-color: #e52e2e; background-color: #e52e2e; color: #fff; }
/*文本输入框*/
.form_control {padding:8px 10px 8px;font-size:14px;line-height:18px;color:#333;font-family:"microsoft YaHei";background-color:#fff;background-image:none;border:1px solid #e7e7e7;-webkit-border-radius:2px;border-radius:2px;;-webkit-transition: border-color ease-in-out .15s;-o-transition: border-color ease-in-out .15s;transition: border-color ease-in-out .15s;*vertical-align:middle;box-sizing: border-box;}
.form_control:focus {border-color:#0b285b ;outline:0;}
.form_control[disabled],
.form_control[readonly]{cursor:not-allowed;background-color:#f0f0f0;}
textarea.form_control {height:auto;}
select.form_control{height:34px;*vertical-align:middle;}
select.form_control option{padding:4px 10px;}
/*关闭按钮*/
.close { color: #000; font-size: 21px; font-weight: bold; line-height: 1; opacity: 0.2; -webkit-text-shadow: 0 1px 0 #fff; text-shadow: 0 1px 0 #fff; }
.close:hover, .close:focus { opacity: 0.5; color: #000; cursor: pointer; text-decoration: none; }
button.close { background: #fff; border: 0 none; }
.sr-only { display: none; }

/*普通单选、复选框的label样式*/
.y_iptlabel {
	margin-right: 10px;
	cursor: pointer;
	font-weight: normal;
}
.y_iptlabel input {
	vertical-align: middle;
	margin: -2px 3px 0 0;
}

/*下拉框*/
.dropdown {
  position: relative;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 900;
  display: none;
  float: left;
  min-width: 160px;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);
}
.dropdown_hover:hover .dropdown-menu {
	display: block;
}
.open > .dropdown-menu {
  display: block;
}

/*modal 模态框*/
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  *z-index:5555;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: 520px;
	margin: 30px auto;
	*z-index:5555;
}
.modal-dialog.modal-sm {
	width: 400px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;

  /*
  border: 1px solid #eee;
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);
          box-shadow: 0 5px 30px rgba(0, 0, 0, 0.20);*/
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  *z-index:999;
  background-color: #000;
}
.modal-backdrop.bg{
	background:#19193e;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-backdrop.in.bg {
  filter: alpha(opacity=90);
  opacity: .9;
}
.modal-header {
	line-height: 60px;
	padding: 0 30px;
	overflow: hidden;
}
.modal-header .modal-title {
	float: left;
	font-size: 18px;
}
.modal-header .close {
	float: right;
	line-height: 60px;
}
.modal-body {
	padding: 0 30px 10px;
}
.modal-footer {
	padding: 20px 30px;
	overflow: hidden;
	clear: both;
}
.modal-footer.nopadding_lf {
	padding-left: 0;
	padding-right: 0;
}
.modal-footer .butn {
	font-size: 14px;
	width: 47%;
	padding-top: 14px;
	padding-bottom: 15px;
	box-sizing: border-box;
}
	/*模态框操作成功*/
.modal_success {
	overflow: hidden;
	padding: 35px 0 35px 35px;
}
.modal_success .y_icon {
	float: left;
	width: 80px;
	height: 80px;
	margin: 5px 20px 0 0;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m_success.png) no-repeat;
}
.modal_success .y_info {
	float: left;
	max-width: 325px;
}
.modal_success .y_info h5 {
	font-size: 24px;
	margin-bottom: 10px;
}
.modal_success .y_info p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
}
.modal_success2 {
	overflow: hidden;
	padding: 25px 0 30px 68px;
}
.modal_success2 .y_icon {
	float: left;
	width: 60px;
	height: 60px;
	margin: 0 16px 0 0;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m_success2.png) no-repeat;
}
.modal_success2 .y_info {
	float: left;
	max-width: 310px;
}
.modal_success2 .y_info h5 {
	font-size: 24px;
	margin-bottom: 5px;
}
.modal_success2 .y_info p {
	font-size: 14px;
	color: #999;
}
	/*页面操作成功*/
.y_successbox {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m_register.jpg) center top no-repeat #fff;
	padding: 30px 0 30px;
	margin: 30px 0 40px;
}
.y_successbox .modal_success {
	padding-left: 350px;
}

/*tab切换*/
.tab-content .tab-pane {
	display: none;
}
.tab-content .tab-pane.active {
	display: block;
}

/*通栏banner*/
.slider_fullscreen{width:100%;overflow:hidden;position:relative; }
.slider_fullscreen .flexslider{position:relative;left:50%;width:1920px;margin-left:-960px;overflow:hidden;}

/*通栏普通广告*/
.y_tladbox {
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.y_tladbox .y_tlad {
	position: relative;
	left: 50%;
	width: 1920px;
	margin-left: -960px;
	overflow: hidden;
	text-align: center;
}

/*通用box*/
.y_box {
	background: #fff;
}
.y_box .y_boxtitle {
	height: 49px;
	line-height: 49px;
	padding: 0 20px;
	border-bottom: 1px solid #eee;
}
.y_box .y_boxtitle h3 {
	font-size: 18px;
	color: #222;
}

/*通用标题*/
.y_globaltitle {
	font-size: 18px;
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}
.y_globaltitle small {
	font-size: 14px;
	color: #999;
	margin-left: 20px;
}

/*会员等级图标显示*/
.userleave {
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	overflow: hidden;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_userleave.png) no-repeat;
}

/*色块小标签*/
.y_label {
	display: inline-block;
	line-height: 16px;
	font-size: 12px;
	padding: 0 6px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	color: #fff;
	background: #ff6633;
	border: 1px solid #ff6633;
}
.y_label.f93 {
	background: #f93;
	border-color: #f93;
}
.y_label.border {
	color: #ff6633;
	border-color: #ff6633;
	background: #fff;
}
.y_label.border.f93 {
	color: #f93;
	border-color: #f93;
	background: #fff;
}
.y_label.y_small {
	padding-left: 1px;
	padding-right: 1px;
	margin: -2px 3px 0 0;
}

/*页面通用表单结构*/
.w_47 {
	width: 47%;
}
.w_100 {
	width: 100%;
}
.form-group {
	padding-bottom: 10px;
}
.form-group .control-label {
	position: relative;
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 7px;
}
.form-group .control-label .y_star {
	position: absolute;
	left: 0;
	top: 0;
}
.form-group .form_control {
	width: 100%;
	padding: 15px 10px;
}
.form-group select.form_control {
	height: 50px;
}
.form-group .g-row {
	margin-left: -10px;
	margin-right: -10px;
}
.form-group .g-row [class^="col-row"] {
	padding-left: 10px;
	padding-right: 10px;
}
.form-action .butn {
	font-size: 16px;
	padding-top: 12px;
	padding-bottom: 12px;
}
.y_gainyzmbox {
	width: 100%;
	position: relative;
}
.y_gainyzmbox .y_yzmbtn {
	position: absolute;
	height: 30px;
	line-height: 30px;
	right: 0;
	top: 10px;
	padding: 0 25px;
	font-size: 14px;
	color: #0b285b;
	border: none;
	border-left: 1px solid #eee;
	background-color: transparent;
	cursor: pointer;
}
.y_gainyzmbox .y_yzmbtn[disabled]{
	cursor: default;
}

/*表单验证结果样式*/
.has-success .help-block,
.has-success .control-label,
.has-success .y_iptlabel {
  color: #3c763d;
}
.has-success .form_control {
  border-color: #3c763d;
}
.has-success .form_control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: 0 0 3px #67b168;
          box-shadow: 0 0 3px #67b168;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .y_iptlabel {
  color: #8a6d3b;
}
.has-warning .form_control {
  border-color: #8a6d3b;
}
.has-warning .form_control:focus {
  border-color: #66512c;
  -webkit-box-shadow: 0 0 3px #c0a16b;
          box-shadow: 0 0 3px #c0a16b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .y_iptlabel {
  color: #a94442;
}
.has-error .form_control {
  border-color: #a94442;
}
.has-error .form_control:focus {
  border-color: #843534;
  -webkit-box-shadow: 0 0 3px #ce8483;
          box-shadow: 0 0 3px #ce8483;
}
.help-block {
  display: block;
  margin-top: 5px;
  color: #737373;
}


/*百度分享样式*/
.y_share .bdshare-button-style0-16 a, .y_share .bdshare-button-style0-16 .bds_more {
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_store_bg.png) -73px -69px no-repeat;
	font-size: 14px;
	color: #222;
	margin: 4px 6px 4px 0;
}

/*数量加减*/
.y_saleleng {
	float: left;
	margin-right: 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.y_saleleng a, .y_saleleng input {
	float: left;
	height: 38px;
	line-height: 38px;
	overflow: hidden;
	text-align: center;
	font-size: 20px;
	color: #666;
	background-color: #fff;
}
.y_saleleng a {
	width: 38px;
	font-weight: bold;
}
.y_saleleng input {
	font-size: 14px;
	width: 40px;
	border: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.y_saleleng a:hover {
	text-decoration: none;
	color: #666;
}

/*flexslider 简单banner切换、内容切换公共css*/
.flexslider { position: relative; zoom: 1; overflow:hidden}
.flex-viewport { -webkit-transition: all 1s ease;transition: all 1s ease; }
.flex-viewport li{overflow:hidden;display:none;}
.flexslider .slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.flexslider .slides > li { /*display: none;*/ -webkit-backface-visibility: hidden; }
.flexslider .slides img {width: 100%; display: block;}
.no-js .slides > li:first-child {display: block;}
.flex-direction-nav a{position: absolute;top: 50%;margin-top:-19px;width: 19px;height: 37px;display: block;cursor: pointer;opacity: 1;background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_banner_btn.png) no-repeat;z-index:11;font-size:0;line-height:0;}
.flex-direction-nav .flex-next {right:3%;background-position: 0 -37px;}
.flex-direction-nav .flex-prev {left: 3%;}
.flex-control-nav {position: absolute;left: 0; bottom: 20px; width: 100%; text-align: center;z-index:10;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;vertical-align:middle;}
.flex-control-paging li a {width: 30px; height: 3px; border-radius: 3px; display: block; *display:inline-block; background: #5a5959; cursor: pointer; font-size:0;line-height:0; }
.flex-control-paging li a:hover,.flex-control-paging li a.flex-active {background: #fefefe;}
.flex-control-thumbs li{max-width:100px;}
.flex-control-thumbs li img{max-width:100%;border:1px solid transparent;cursor:pointer;}
.flex-control-thumbs li .flex-active{border-color:#3498db;}

/*owl-carousel 响应式商品切换基础css*/
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer {
	position: relative;
	width: 100%;
	overflow:hidden
}
.owl-carousel .owl-wrapper {
	position: relative;
}
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-theme .owl-pagination {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	text-align: center;
	padding-top: 2px;
}
.owl-theme .owl-pagination .owl-page {
	display: inline-block;
	*display: inline;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	vertical-align: middle;
	margin: 0 5px;
	cursor: pointer;
	background: #b5b5b5
}
.owl-theme .owl-pagination .owl-page.active {
	background-color: #eb5e58;
}
.owl-theme .owl-buttons div {
	position: absolute;
	width: 21px;
	height: 60px;
	top: 50%;
	margin-top: -30px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_store_bg.png) -40px -154px no-repeat #000;
	opacity: 0.7;
	filter:alpha(opacity=70);
	-webkit-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	cursor: pointer;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	z-index: 11;
}
.owl-theme .owl-buttons div:hover {
	opacity: 1;
	filter:alpha(opacity=100);
}
.owl-theme .owl-buttons .owl-prev {
	left:0;
}
.owl-theme .owl-buttons .owl-next {
	right: 0;
	background-position: -71px -154px;
	-webkit-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}

/*普通商品列表*/
.y_product_list {
	width: 1220px;
}
.y_product_list li {
	float: left;
	position: relative;
	width: 257px;
	padding: 0 14px 17px;
	background: #fff;
	margin: 0 20px 20px 0;
	overflow: hidden;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
.y_product_list li:hover {
	box-shadow: 0 20px 40px rgba(0,0,0,0.2)
}
.y_product_list .y_pic {
	width: 255px;
	height: 255px;
	overflow: hidden;
	margin: 22px auto 20px;
}
.y_product_list .y_pic img {
	width: 255px;
	height: 255px;
}
.y_product_list .y_name {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
}
.y_product_list .y_price {
	float: left;
	color: #0b285b;
	font-size: 18px;
}
.y_product_list .y_sales {
	float: right;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}

/*猜你喜欢商品列表*/
.y_recommend_list {
	width: 1220px;
}
.y_recommend_list li {
	float: left;
	position: relative;
	width: 257px;
	padding: 10px 14px 10px;
	background: #fff;
	margin: 0 20px 20px 0;
	overflow: hidden;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}
.y_recommend_list .y_pic {
	width: 255px;
	height: 255px;
	overflow: hidden;
	margin: 22px auto 20px;
}
.y_recommend_list .y_pic img {
	width: 255px;
	height: 255px;
}
.y_recommend_list .y_name {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 5px;
}
.y_recommend_list .y_price {
	float: left;
	color: #0b285b;
	font-size: 18px;
}
.y_recommend_list .y_sales {
	float: right;
	color: #999;
	font-size: 12px;
	margin-top: 5px;
}


/*九牧头部*/
.m-topbar{
	border-bottom:1px solid #eeeeee;
    height: 40px;
    line-height: 39px;
    background: #fff;
}
.m-topbar .fl a{
    padding-left: 10px;
    color: #002b5c;
}
.m-topbar .fl b{
	padding-left: 10px;
}
.m-topbar .fr a{
	float: left;
}
.m-topbar .fr .m-user,.m-topbar .fr .m-cart{
	position: relative;
	float: left;
}
.m-topbar .fr .m-user .m-c,.m-topbar .fr .m-cart .m-c{
	float: left;
	padding: 1px 20px 2px;
	cursor: pointer;
}
.m-topbar .fr .m-news{
	padding:0 40px 0 20px;
}
.m-topbar .fr .m-user s{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_top.png) no-repeat;
	display: inline-block;
	width: 10px;
	height: 5px;
	vertical-align: middle;
	margin-left: 5px;
}
.m-topbar .fr .m-cart s{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_top.png) 0 -36px no-repeat;
	display: inline-block;
	width: 16px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
	margin-bottom: 3px;
}
.m-topbar .fr .m-cart{
	position: relative;
}
.m-topbar .fr .m-cart.active .m-c,.m-topbar .fr .m-user.active .m-c{
	padding: 1px 19px;
	border: 1px solid #002b5c;
	border-top:none ;
	border-bottom: 1px solid #fff;
	background: #fff;
	position: relative;
	z-index: 9999;
	color: #002b5c;
}
.m-topbar .fr .m-user.active .m-c s{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_x.jpg) no-repeat;
}
.m-topbar .fr .m-cart.active .m-c s{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_c.jpg) no-repeat;
}

.m-topbar .m-cart .m-cartbox{
	display: none;
	width: 418px;
	position: absolute;
	top:40px;
	right:0px;
	background: #fff;
	z-index: 999;
	border: 1px solid #002b5c;
}
.m-topbar .fr .m-cart.active .m-cartbox{
	display: block;
}
.m-cartbox ol{
	padding: 10px 19px 19px;
}
.m-cartbox li{
	padding: 9px 0;
	overflow: hidden;
	zoom: 1;
	position: relative;
	border-bottom: 1px solid #eee;
}
.m-cartbox .m-pic{
	width: 80px;
	height: 80px;
	overflow: hidden;
	float: left;
}
.m-cartbox .m-title{
	float: left;
	width: 190px;
	margin-left: 15px;
}
.m-cartbox .m-title h3{
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;

}
.m-cartbox .m-title h3 a{
	color: #222;
	font-weight:700 ;
}
.m-cartbox .m-title p{
	font-size: 18px;
	margin-top: 8px;
	color: #222;
}
.m-cartbox .m-title p span{
	color: #002b5c;
}
.m-cartbox .m-delete{
	position: absolute;
	right: 18px;
	top:50%;
	cursor: pointer;
	width: 16px;
	height: 18px;
	margin-top: -9px;
	margin-right: 18px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m-delete.jpg) no-repeat;
}
.m-cartbox .m-delete a{
	display: block;
}
.m-cartbtn{
	padding: 0 19px 19px;
	overflow: hidden;
	zoom: 1;
}
.m-cartbtn .p2{
	font-size: 24px;
	color: #002b5c;
}
.m-cartbtn .p1{
	color: #222;
	font-size: 14px;
}
 .m-topbar .m-cartbtn .butn_custom{
	float: right;
	width: 138px;
	height: 48px;
	font-size: 18px;
	line-height: 48px;
	margin-top: 5px;
	padding: 0;
}


.m-topbar .fr .m-user .m-userbox{
	border: 1px solid #002b5c;
	border-top:none ;
	position: absolute;
	top: 40px;
	left: 0px;
    display: none;
	width: 101px;
	z-index: 9999;
	background: #fff;
}
.m-topbar .fr .m-user.active .m-userbox{
	display: block;
}
.m-topbar .fr .m-user .m-userbox a{
	float: none;
	display: block;
	padding-left: 20px;
}
.m-topbar .fr .m-user .m-userbox a:hover{
	background: #f6f6f6;
}
/*logo*/
.m-logo{
	width: 240px;
	height: 90px;
	overflow: hidden;
}
/*搜索*/
.m-search{
	position: relative;
	overflow: hidden;
	zoom: 1;
	width: 500px;
	margin: 20px 0;
}
.m-search .m-search-input{
	width: 460px;
    font-size: 12px;
    height: 40px;
    line-height: 24px;
    border-radius: 3px 0px 0px 3px;
    padding: 7px 10px;
    border: 1px solid #002b5c;
    border-right: none;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.m-search .search-btn{
	border-radius: 0 3px 3px 0;
	height: 40px;
	width: 40px;
	float: left;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_top.png) center -116px no-repeat #002b5c;
}
.m-search .m-hot{
   position: absolute;
   top:11px;
   right: 69px;
}
.m-search .m-hot span{
	background: #f6f6f6;
	color: #999;
	cursor: pointer;
	padding: 7px 12px;
	border-radius:15px ;
}
.m-search .m-hot span:hover{
	color: #fff;
	background: #002b5c;
	transition: background 0.2s;
}

/*服务承若*/
.m-promise{
	overflow: hidden;
	margin-top: 13px;
	text-align: center;
}
.m-promise a{
	display: block;
	/*margin-left: 15px;*/
}
.m-promise a s{
	display: block;
	width: 40px;
	text-align: center;
	line-height: 40px;
	height: 40px;
	border: 1px solid #f2f2f2;
	border-radius: 50%;
	-moz-border-radius:50%;
    -webkit-border-radius: 50%;
	margin: 0 auto;
}
.m-promise a s img{
	vertical-align: middle;
}

/*导航*/
.m-nav{
	background: #fff;
	height: 40px;
	position: relative;
}
.m-categorys{
	position: relative;
}
.m-categorys h2{
	padding-left: 15px;
	font-size: 14px;
	font-weight:normal;
	line-height: 40px;
	background: #002b5c;
	color: #fff;
	position: relative;
	cursor: pointer;
}
.m-categorys h2 s{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_top.png) 0 -83px no-repeat;
	position: absolute;
	right:11px;
	top:18px;
	width: 12px;
	height: 7px;
}
.m-navol{
	overflow: hidden;
	zoom: 1;
	padding-left: 26px;
}
.m-navol li{
	float: left;
}
.m-navol li a{
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	padding: 0 26px;
	display: block;
	line-height: 38px;
	height: 38px;
}
.m-navol li.acive a,.m-navol li a:hover{
	color: #002b5c;
}

/*导航下拉框*/
.now{
	border-bottom: 2px solid #133b6b;
}
.m-navdrop{
	position: absolute;
	left: 0;
	top: 40px;
	right: 0px;
	background: #e8e8e8;
	border-top:1px solid #d9d8d8 ;
	z-index: 99;
	overflow: hidden;
	zoom: 1;
}
.m-navdropbox{
	padding: 10px 0;
	overflow: hidden;
	zoom: 1;
}
.m-navdrop .m-item{
	background: #fff;
	float: left;
	margin-left: 10px;
	position: relative;
}
.m-navdrop .m-item a{
	display: block;
	width: 160px;
	height: 160px;
	padding: 1px;
	padding-top:39px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.m-navdrop .m-item a:hover{
	border: 1px solid #002B5C;
	padding: 0;
	padding-top:38px ;
}
.m-navdrop .m-item a:hover p{
	color: #002B5C;
}
.m-navdrop .m-item .m-pic{
	width: 58px;
	height: 44px;
	margin: 0 auto;
}
.m-navdrop .m-item p{
	margin-top: 30px;
	font-size: 14px;
	color: #222;
	text-align: center;
	font-weight: bold;
}
.m-navdrop .m-item .y_disabled {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.5);
	text-align: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.m-navdrop .m-item:hover .y_disabled {
	opacity: 1;
	visibility: visible;
}
.m-navdrop .m-item .y_disabled span {
	color: #fff;
	font-size: 16px;
	line-height: 160px;
	display: block;
}


/*登录页面简单头部*/
.simple_top{
	height: 90px;
}
.simple_top span{
	float: left;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #222;
	font-weight:800 ;
	border-left:1px solid #ccc ;
	padding-left: 16px;
	margin-top: 35px;
}
.simple_top  .fr{
	line-height: 90px;
	font-size: 14px;
	color: #999;
	padding-right: 15px;
}
.simple_top  .fr a{
	color: #0b285b;
}
/*登录页面简单底部*/
.simple_footer{
	text-align: center;
	padding: 90px 0 80px;
}
.simple_footer a{
	font-size: 16px;
}
.simple_footer b{
	font-size: 16px;
	padding: 0 20px;
	color: #ccc;
}
.simple_footer p{
	margin-top: 25px;
	font-size: 14px;
	color: #999;
}
/*分类树*/
.m-meun{
	position: absolute;
	top: 40px;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 500px;
	display: none;
}
.m-meun.show{
	display: block;
}
.m-meun .m-itme h3{
	cursor: pointer;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_b.png) 92% center no-repeat;
}
.m-three{
	position: absolute;
	top: 0;
	left: 200px;
	background: #fff;
	width: 560px;
	height: 476px;
	padding: 12px 10px 12px 30px;
	display: none;
}
.m-meun .m-itme.active .m-three{
	display: block;
}
.m-meun .m-itme.active h3{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_b.png) 92% center no-repeat #fff;
	color:#222;
}
.m-three .fl{
   position:relative;
}
.m-three .fl li{
	padding-right:60px;
	
}
.m-three .fl li .three_fr{
	position:absolute;
	right:0px;
	left:260px;
	width:300px;
	height:480px;
	overflow:hidden;
	display:none;
	top:0px;
}

.m-three .fl li.active .three_fr{
	display:block;
}
.m-three .fr{
	width: 300px;
	height: 400px;
}
.m-three li > a{
	line-height: 60px;
	height: 60px;
	display: block;
	padding: 0 23px;
	width:154px;
	overflow: hidden;
	font-size: 14px;
	font-weight: 600;
	color: #999;
}
.m-three li a s{
	display: inline-block;
	width: 35px;
	height: 35px;
	margin-right: 22px;
	vertical-align: middle;
	margin-bottom: 3px;
}
.m-three li.active a,.m-three li a:hover{
	background: #eeeeee;
	color: #222;
}

/*banner*/
.index_banner{position: relative;height: 500px; overflow: hidden; margin-bottom: 20px;}


.m-dot{
	border-top:1px solid #cccccc ;
	background: #fff;
}
/*底部服务保障组件*/
.bottom_promise {
	padding: 34px 0;
	overflow: hidden;
}
.bottom_promise s {
	float: left;
	width: 32px;
	height: 32px;
	overflow: hidden;
	margin-right: 10px;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}
.bottom_promise s img {
	width: 100%;
	height: 100%;
}
.bottom_promise p {
	float: left;
	max-width: 200px;
	font-size: 18px;
	color: #333;
	line-height: 32px;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.bottom_promise:hover s,.bottom_promise:hover p {
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.bottom_promise:hover p {
	color: #002b5c;
}
/*底部导航*/
.m-footernav{
	border-top:1px solid #eeeeee ;
	border-bottom:1px solid #eeeeee ;
	padding-top:30px ;
	padding-bottom: 35px;
	overflow: hidden;
}
.footer-nav{
	overflow: hidden;
	zoom: 1;
}
.footer-nav dl{
	float: left;
	width: 172px;
	padding-right: 15px;
}
.footer-nav dl dt{
	font-size:16px ;
	color: #333;
	height: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}
.footer-nav dl dd{
	line-height: 30px;
	color: #999;
	font-size: 14px;
	height: 30px;
	overflow: hidden;
}
.footer-nav dl dd a{
	color: #999;
}
.footer-nav dl dd a:hover{
	color: #002b5c;
}

.m-contact{
	margin-right: 35px;
}
.m-contact .p1{
	margin-top: -5px;
	text-align: center;
	font-size:24px ;
	color: #666;
	font-family: HelveticaNeueLTPro-ThEx;
}
.m-contact .p2{
	font-size:14px ;
	text-align: center;
	margin-top: 20px;
}
.m-contact a{
	display: block;
	margin: 23px auto 0;
	padding: 0;
	width: 160px;
	height: 30px;
	line-height: 30px;
}

.m-footer{
	padding: 18px 0;
}
.m-footer p{
	line-height: 24px;
	color: #999;
}
.m-footer .p1 a{
	color: #222;
	font-size: 14px;
}
.m-footer .p1 a:hover{
	color: #002b5c;
}
.m-footer .p1 b{
	font-size: 14px;
	color: #222;
	padding: 0 12px;
}


.footer-wechat{
	/*overflow: hidden;*/
	zoom: 1;
	margin-top: 18px;
	position: relative;
}
.footer-wechat s{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 20px 0 25px;
}

.footer-wechat .p1{
	line-height: 24px;
	color: #333;
	font-size: 14px;
}
.footer-wechat .p2{
	color: #999;
	line-height: 24px;
	font-size: 14px;
}
.y_wechatbox {
	position: absolute;
	left: 0;
	bottom: 100%;
	width: 178px;
	height: 178px;
	background-color: #fff;
	border: 1px solid #ddd;
	text-align: center;
	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,.2);
	box-shadow: 0 3px 20px rgba(0,0,0,.2);
	font-size: 14px;
	color: #222;
	padding: 12px 0;
	margin-left: -40px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.footer-wechat:hover .y_wechatbox {
	opacity: 1;
	visibility: visible;
	bottom: 120%;
}
.y_wechatbox img {
	display: block;
	width: 150px;
	height: 150px;
	margin: 6px auto;
}
.y_wechatbox:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}


/*右侧导航*/
.fixed_right{
	background: #fff;
    position: fixed;
    bottom: 10%;
    right: 10px;
    height: 246px;
    z-index: 99;
}

.fixed_right a{
	display: block;
	width: 48px;
	height: 48px;
	border:1px solid #dddddd ;
	border-bottom: none;
	position: relative;
}

.fixed_right .m-box{
	position: absolute;
	right:48px;
	top: -1px;
	background: #fff;
	border: 1px solid #002b5f;
	height: 47px;
	width: 138px;
	text-align: center;
	line-height: 47px;
	color: #002b5f;
	font-size: 14px;
	display: none;
}
.fixed_right .m-qrcode .m-box{
	height: 195px;
	width: 139px;
	z-index: 99;
	top: -49px;
}
.fixed_right .m-qrcode .m-box h3{
	color: #222;
	font-size: 14px;
}
.fixed_right .m-qrcode .m-box .m-qr{
	width: 117px;
	height: 117px;
	overflow: hidden;
	margin: 0 auto;
}
.fixed_right .m-qrcode .m-box p{
	color: #999;
	font-size: 12px;
	line-height: 30px;
}

.fixed_right .m-qrcode{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed1.png) center no-repeat;
}
.fixed_right .m-help{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed2.png) center no-repeat;
}
.fixed_right .m-investigation{
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed4.png) center no-repeat;
}
.fixed_right .m-return{
	border-bottom:1px solid #dddddd ;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed3.png) center no-repeat;
}

.fixed_right .m-qrcode.active{
	border:1px solid #002b5f ;
	border-bottom: none;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed1_h.png) center no-repeat #002b5f;
}
.fixed_right .m-help.active{
	border:1px solid #002b5f ;
	border-bottom: none;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed2_h.png) center no-repeat #002b5f;
}
.fixed_right .m-return.active{
	border:1px solid #002b5f ;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_fixed3_h.png) center no-repeat #002b5f;
}
.fixed_right a.active .m-box{
	display: block;
}
.fixed_right .m-return.active .m-box{
	height: 48px;
}

/*登陆弹出框*/
.login_pop{
	padding: 20px 29px 0;
}
.login_pop .close{
	font-size: 30px;
}
.login_pop .modal-dialog{
	width: 380px;
}

.login_pop .m-form{
	margin-bottom: 10px;
}
.login_pop .m-form .form_control{
	 width: 320px;
	 height: 50px;
	 border-radius: 0px;
}
.m-prompt{
	line-height: 50px;
	height: 50px;
	font-size: 14px;
	color: #ff6666;
}
.m-prompt s{
	display: inline-block;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin:0 10px 3px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_login_bg.png) no-repeat;
}

.login_pop .m_btn a{
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0px;
	text-align: center;
	font-size: 18px;
}

.m-remember{
	overflow: hidden;
	zoom: 1;
	margin-top: 20px;
}
.m-remember span{
	float: left;
}
.m-remember a{
	float: right;
	color: #999;
}

.thirdparty_login{
	margin-top: 100px;
	border-top:1px solid #eee ;
	line-height: 54px;
	font-size: 14px;
}
.thirdparty_login a {
	padding-right: 15px;
}
.thirdparty_login a s{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_login_bg.png) 0 -32px no-repeat;
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 2px;
}

.thirdparty_login a.m-wx s{
	background-position:-42px -32px;
}
.thirdparty_login a.m-zfb s{
	background-position:-80px -32px;
}
.thirdparty_login .m-register{
	float: right;
	padding: 0px;
}

/*面包屑*/
.bread_crumb {
	font-size: 14px;
	color: #222;
	line-height: 40px;
	height: 40px;
}
.bread_crumb a {
	color: #222;
}
.bread_crumb a:hover {
	color: #0b285b;
}
.bread_crumb .separate {
	padding: 0 8px;
}

/*关闭按钮_圆角灰背景*/
.close_fillet {
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
	line-height: 14px;
	background: #eee;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: background .3s,color .3s;
	transition: background .3s,color .3s;
}
.close_fillet:hover {
	background: #0b285b;
	color: #fff;
}

/*模拟复选框*/
.y_checkbox {   /*白底深色钩*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding-left: 24px;
	cursor: pointer;
}
.y_checkbox .y_ico {
	position: absolute;
	width: 14px;
	height: 14px;
	left: 0;
	top: 50%;
	margin-top: -8px;
	border: 1px solid #ccc;
}
.y_checkbox:hover {
	color: #0b285b;
}
.y_checkbox:hover .y_ico {
	border-color: #0b285b;
}
.y_checkbox.active .y_ico {
	border-color: #0b285b;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_check_right.png) center no-repeat;
}
.y_checkbox2 {   /*深底白色钩*/
	position: relative;
	display: inline-block;
	vertical-align: middle;
	line-height: 18px;
	cursor: pointer;
}
.y_checkbox2 .y_ico {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	border: 1px solid #ccc;
	background-color: #fff;
}
.y_checkbox2:hover {
	color: #0b285b;
}
.y_checkbox2:hover .y_ico {
	border-color: #0b285b;
}
.y_checkbox2.active .y_ico {
	border-color: #0b285b;
	background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_check_right2.png) center no-repeat #0b285b;
}

/*标题组件*/
.m-tit{
	text-align: center;
	padding: 42px 0 22px;
}
.m-tit h4{
	font-size: 18px;
	color: #222;
}
.m-tit p{
	color: #999;
	font-family: arial;
}

/*翻页*/
.y_page {
	text-align:center;
	padding:50px 0;
	font:14px/40px "Microsoft YaHei";
	color: #222;
}
.y_page a {
	display:inline-block;
	height:40px;
	width:40px;
	line-height:40px;
	vertical-align:middle;
	background:#fff;
	color: #222;
	margin:0 2px;
	border: 1px solid #eee;
	-webkit-transition:all 0.2s;
	transition:all 0.2s;
	cursor: pointer;
}
.y_page a:hover {
	background:#0b285b;
	border-color: #0b285b;
	color:#fff;
	text-decoration:none;
}
.y_page a.y_cur {
	background:#0b285b;
	color:#fff;
	border-color: #0b285b;
	font-weight:bold;
}
.y_page .y_btn {
	width:auto;
	border: 1px solid #eee;
	padding:0 25px;
}
.y_page .y_btn.disabled {
	background:#eee;
	color:#bbb;
	cursor: not-allowed;
	pointer-events: none;
}
.y_page .y_tzpl {
	padding:0 10px;
}
.y_page input {
	height:20px;
	line-height:20px;
	width:60px;
	padding:10px 5px;
	text-align:center;
	border: none;
	font-size: 14px;
	color: #222;
	background:#fff;
	border: 1px solid #eee;
	vertical-align:middle;
	outline:none;
}
.y_page input:focus {
	border-color:#0b285b;
}
.y_page .y_pagenumber {
	position: relative;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #eee;
	width: 60px;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	cursor: pointer;
}
.y_page .y_pagenumber:after {
	content: "";
	position: absolute;
	top: 17px;
	right: 13px;
	width: 0;
	height: 0;
	border-width: 5px;
	border-style: solid;
	border-color: #666 transparent transparent transparent;
}
.y_page .y_pagenumber ul {
	position: absolute;
	left: -1px;
	top: 100%;
	width: 100%;
	max-height: 150px;
	overflow-y: auto;
	background: #fff;
	border: 1px solid #eee;
	display: none;
}
.y_page .y_pagenumber.active ul {
	display: block;
}
.y_page .y_pagenumber ul li {
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}
.y_page .y_pagenumber ul li:hover {
	background: #f9f9f9;
}

/*
.grid_s5m0e5 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5m0e5 .main_wrap{margin:0 200px;}
.grid_s5m0e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_e5m0s5 .main_wrap{margin:0 200px;}
.grid_e5m0s5 .col_extra{float:left;width:188px;margin-left:-100%;}
.grid_m0s5e5 .col_sidebar{float:left;width:188px;margin-left:-390px;}
.grid_m0s5e5 .main_wrap{margin-right:400px;}
.grid_m0s5e5 .col_extra{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .col_sidebar{float:left;width:188px;margin-left:-190px;}
.grid_m0e5s5 .main_wrap{margin-right:400px;}
.grid_m0e5s5 .col_extra{float:left;width:188px;margin-left:-390px;}
.grid_s5e5m0 .col_sidebar{float:left;width:188px;margin-left:-100%;}
.grid_s5e5m0 .main_wrap{margin-left:400px;}
.grid_s5e5m0 .col_extra{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .col_sidebar{position:absolute;width:188px;left:200px;top:0}
.grid_e5s5m0 .main_wrap{margin-left:400px;}
.grid_e5s5m0 .col_extra{float:left;width:188px;margin-left:-100%;}*/

/*404错误页面*/
.y_errorbox { padding: 80px 0; text-align: center; color: #333; }
.y_errorbox .y_errortit { position: relative; margin-bottom: 30px; }
.y_errorbox .y_errortit h1 { font-size: 270px; color: #e54242; line-height: 300px; }
.y_errorbox .y_errortit .y_ico { width: 240px; height: 270px; position: absolute; left: 50%; top: 15px; margin-left: -65px; background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_404_bg.png); }
.y_errorbox h2 { font-size: 24px; margin-bottom: 8px; }
.y_errorbox h3 { font-size: 14px; }
.y_errorbtn { padding-top: 20px; }
.y_errorbtn .butn { margin: 0 10px; }





/*公共提示框*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

/*
*
*商用商品页面头部样式
*
*/
/*
.m-topbar .fr .m-user .comm-userbox {
    width: 107px;
}*/
.commercial {
    height: 70px;
    line-height: 70px;
}
.commercial-logo a {
    display: block;
    height: 70px;
    width: 223px;
    float: left;
}

.commercial-logo i {
    display: block;
    float: left;
    height: 20px;
    width: 1px;
    background-color: #ccc;
    margin: 25px 15px;
}
.commercial-logo h3 {
    font-size: 20px;
    color: #222;
    font-weight: 600;
}
.commercial-title .commercial-title-item .commercial-t-i-li {
    float: left;
}
.commercial-title .commercial-title-item .commercial-t-i-li .commercial-t-i-a {
    display: block;
    height: 68px;
    padding: 0 13px 2px 13px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    position: relative;
}
.commercial-li-box {
    width: 1200px;
    position: absolute;
    top: 70px;
    left: -350px;
    z-index: 9999;
}
.commercial-title .commercial-title-item .commercial-t-i-li .commercial-t-i-a i {
    display: block;
    height: 15px;
    width: 15px;
    background: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_commercial-hot.png) no-repeat;
    position: absolute;
    left: -3px;
    top: 26px;
}
.commercial-title .commercial-title-item .commercial-t-i-li .tab-a-border {
    border-bottom: 2px solid #0b285b;
    padding-bottom: 0;
}
.commercial-title .commercial-title-item .commercial-t-i-li .commercial-t-i-a:hover,
.commercial-title .commercial-title-item .commercial-t-i-li.active .commercial-t-i-a {
    border-bottom: 2px solid #1b3666;
    color: #1b3666;
    padding-bottom: 0;
}
.import-bor {
    height: 40px;
    width: 180px;
    border: 1px solid #e6e6e6;
    margin: 15px 0 0 15px;

}
.import-bor input {
    height: 40px;
    width: 130px;
    border: none;
    float: left;
    padding-left: 10px;
    font-size: 16px;
    color: #d3d3d3;
    outline:none;
}
.import-bor a {
    display: block;
    float: left;
    height: 40px;
    width: 38px;
    border-left: 1px solid #e6e6e6;

}
.import-bor a i {
    height: 20px;
    width: 18px;
    display: block;
    background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_jlt.png") 0 -20px no-repeat;
    margin: 8px 0 0 10px;
}

	/*商用商品产品中心下拉框样式*/
#commercial-bbox {
	display: none;
}
.commercial-tab {
	border-top: 1px solid #ebebeb;
	background: #fff;
	padding: 0 60px;
}
.commercial-tab li {
	width: 11.11%;
	float: left;

}
.commercial-tab li a {
	height: 97px;
	width: 100%;
	display: block;
	text-align: center;
	padding-bottom: 2px;
	position: relative;
	overflow: hidden;

}
.commercial-tab li .tab-a-border {
	border-bottom: 2px solid #0b285b;
	padding-bottom: 0;
}

.commercial-tab li a img {
	width: 32px;
	height: 32px;
	display: block;
	margin: 20px auto;
	margin-bottom: 0;
}
.commercial-tab li a span {
	margin-top: -12px;
	font-size: 14px;
	color: #222;
	font-weight: bold;
	display: inherit;
}
.commercial-tab li a i {
	width: 1px;
	height: 40px;
	background: #f6f6f6;
	position: absolute;
	top: 35px;
	right: 0;
}
.commercial-tab-box .c-t-obox li {
	height: 99px;
	border-top: 1px solid #ebebeb;
	background: #fff;
	padding-right: 60px;
}
.commercial-tab-box .c-t-obox li .c-t-obox-cx {
	height: 99px;
	display: block;
	float: left;
	width: 10%;
	line-height: 99px;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	float: left;
}
.commercial-tab-box .c-t-obox li a {
	height: 99px;
	width: 22.5%;
	display: block;
	float: left;
}
.commercial-tab-box .c-t-obox li a i {
	display: inline-block;
	width: 1px;
	height: 40px;
	background: #f6f6f6;
	margin-top: 35px;
	float: left;
}
.commercial-tab-box .c-t-obox li a img {
	width: 60px;
	height: 60px;
	margin: 20px 10px 20px 20px;
	float: left;
}
.commercial-tab-box .c-t-obox li a span {
	font-size: 14px;
	color: #222;
	height: 99px;
	line-height: 99px;
	display: block;
	float: left;
}


/*
*
*九牧招聘-头部脚部页面样式
*
*/
.world {
    overflow: hidden;
}
.world-header {
    height: 100px;
    margin-top: 20px;
    background: #fff;
    box-shadow: 0 3px 20px rgba(203,186,169,.35);
    z-index: 9999;
}
.world-header .world-logo {
    margin-top: 15px;
    margin-left: 30px;
}
.world-header .world-logo img {
    width: 223px;
    height: 70px;
}
.world-header .world-header-txt {
    height: 22px;
    width: 55px;
    font-size: 20px;
    font-weight: 700;
    border-left: 1px solid #ccc;
    text-align: right;
    line-height: 22px;
    margin-top: 40px;
    margin-left: 15px;
}
.world-header .world-header-item {
    margin-top: 18px;
}
.world-header .world-header-item li {
    float: left;
}
.world-header-item .world-header-blue {
    color: #0b285b;
}
.world-header-item a {
    display: block;
    width: 99px;
    height: 60px;
    text-align: center;

    border-right: 1px solid #eee;
}
.world-header-item a p {
    font-size: 14px;
    color: #999;
    font-weight: 700;
}
.world-header-item a img {
    width: 36px;
    height: 36px;
    margin-top: 5px;
}

.world-header .world-header-item .world-bor-none {
    border-right: none;
}
.world-foot {
    margin-top: 20px;
    margin-bottom: 30px;
}
.world-foot {
    width: 265px;
    height: 160px;
    float: left;
    filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#E5FFFFFF', endColorstr='#E5FFFFFF');background:rgba(255,255,255,0.9);
    padding-left: 20px;
}
.world-foot a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #222;
    margin-top: 30px;
}
.world-foot a img {
    width: 70px;
    height: 50px;
}
.world-foot p {
    text-align: left;
    font-size: 14px;
    color: #666;
    line-height: 20px;
    margin-top: 5px;
    height: 50px;
    overflow: hidden;
    padding-left: 67px;
}
.world-foot .world-foot-three img {
    margin-right: 10px;
}
.world-foot .world-foot-three p {
    padding-left: 77px;
}
.world-foot .world-foot-four a span {
    width: 80px;
    height: 30px;
    display: block;
    float: right;
    background-color: #f6f6f6;
    border-radius: 4px;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
    text-align: center;
    line-height: 30px;
}
.world-activity {
    margin-top: 0;
    box-shadow: none;
}

/*数据为空*/
.y_nothing {
	padding: 30px;
	text-align: center;
}

/*飞入购物车元素样式*/
.y_flyimg {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 10000;
	border: 2px solid #eee;
}
/*新人礼*/


.m_package .modal-content{
	background:#fff7dc;
  border:4px solid #f24040;
  border-radius:5px;
 
}
.m_package .modal-dialog{
	width:500px;
	margin:100px auto;
}
.m_package .modal-header .modal-title{
	float:none;
	text-align:center;
	line-height:40px;
	padding-top:10px;
	color:#f23f40;
	font-size:30px;
}
.m_package .modal-header  p{
	line-height:20px;
	color:#f23f40;
	text-align:center;
	
}
.m_package ol{
	margin-top:10px;
	overflow:hidden;
	zoom:1;
}
.m_package ol li{
	padding:5px 0;
	float:left;
	margin:10px 0 0 10px;
	width:126px;
	background:#ce9a5a;
	border:2px solid #e7cda9;
}

.m_package ol li p{
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:26px;
	height:26px;
}

.m_package ol li .p1 span{
	font-size:20px;
}

.m_package .m_btn{
	margin:20px 42px;
}
.m_package .m_btn a{
	padding:0px;
	width:100%;
	line-height:50px;
	font-size:18px;
}

.m_package button.close{
	background:none;
	position:absolute;
	width:47px;
	height:64px;
	background: url("/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_m_close1.png") 0 0 no-repeat;
	opacity: 1;
	right: 0;
	top: -64px;
}

.m_package button.close span{
	text-indent:999999;
}

/*商城新闻右侧*/
.ve-newsright {
	padding: 30px 20px;
	background-color: #fff;
}
.ve-newsright h2 {
	font-size: 16px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #b6b6b6;
	font-weight: bold;
}
.ve-newsright ul li {
	padding: 18px 0;
	overflow: hidden;
	zoom: 1;
}
.ve-newsright ul li .m-pic {
	float: left;
	width: 130px;
	height: 90px;
	overflow: hidden;
}
.ve-newsright ul li .m-pic img {
	max-width: 100%;
}
.ve-newsright ul li .m_tit {
	float: left;
	width: 180px;
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-left: 10px;
	margin-top: 20px;
}
.ve-newsright ul li .m_tit a{
	color: #666;
}

/*改商城首页样式*/
.md-topbar {
	height: 36px;
	border-bottom: 0;
	line-height: 36px;
	background-color: #f2f2f2;
	color:#999999;
	font-size: 12px;
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
.md-topbar .md-g-box {
	padding: 0 90px 0 108px;
}
.md-topbar.m-topbar .fl a {
	color: #999;
}
.md-topbar.m-topbar .fl a.md-loginame {
	padding-left: 0px;
}
.md-topbar.m-topbar .fl a:hover,
.md-topbar .fr .m-user .m-userbox a:hover {
	color: #325180;
}
.md-topbar.m-topbar .fr a {
	
}
.md-topbar .fr .m-user .m-userbox {
	top: 36px;
	width: 84px;
	border-color: #325180;
}
.md-topbar.m-topbar .fr > a {
	color: #999;
	padding: 0 18px;
}
.md-topbar .fr .m-cart .m-c {
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
}
.md-topbar .fr .m-cart.active .m-c,
 .md-topbar .fr .m-user.active .m-c {
	border-color: #325180;
	color: #325180;
	padding: 0 18px;
	border-bottom: none;
}
.md-topbar .fr .m-cart .m-c span {
	font-size: 15px;
	color: #333;
	margin: 0 4px;
}
.md-topbar .m-cart .m-cartbox {
	top: 36px
}
.md-topbar .fr .m-user .m-c, 
.md-topbar .fr .m-cart .m-c {
	padding: 0 18px;
	
}
.md-topbar .fr .m-user .m-userbox a {
	padding-left: 17px;
}

/*logo*/
.md-logo {
	width: 236px;
	height: 54px;
	padding-top: 60px;
	padding-bottom: 14px;
}
.md-logo > a {
	display: block;
}
/*导航*/
.md-nav {
	height: 48px;
	margin-top: 55px;
}
.md-categorys {
	width: 226px;
}
.md-categorys .m-meun {
	display: block;
	top: 30px;
	height: 480px;
	background: #f6f6f6;
}
.md-categorys .m-meun .m-itme {
	padding: 12px 3px 16px 23px;
	
}
.md-categorys .m-meun .m-itme h3 {
	background: none;
	height: 36px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #355789;
	padding: 0;
	font-size: 16px;
	text-align: left;
}
.md-categorys .m-meun .m-itme .m-itme-a::after {
	content: '';
	position: absolute;
	bottom: -16px;
	height: 1px;
	background-color: #e2e2e2;
	left: 0;
	right: 0px;
}
.md-categorys .m-meun .m-itme.active .m-itme-a::after {
	background-color: #fff;
}
.md-categorys .m-meun .m-itme:last-of-type .m-itme-a::after {
	display: none;
}
.md-categorys .m-meun .m-itme .m-itme-a {
	position: relative;
}
.md-categorys .m-meun .m-itme .m-itme-a .m-itme-cont{
	max-height: 64px;
	overflow: hidden;
}
.md-categorys .m-meun .m-itme .m-itme-a a {
	font-size: 14px;
	color: #999;
	line-height: 32px;
	margin-right: 18px;
}
.md-categorys .m-meun .m-itme .m-itme-a a:hover {
	color:#355789; 
}

.md-categorys .m-meun .m-itme.active{
	filter: none;
	background: #fff;
	color: #07306c;
	background: rgba(255,255,255,0.95);
}
.md-categorys .m-three li > a {
	
}
.md-categorys .m-three {
	left: 226px;
	width: 576px;
	height: 480px;
	padding: 0;
	overflow: hidden;
	background-color: #fff;
}
.md-categorys .m-three .fl {
	padding: 16px 15px 10px;
	position: relative;
	float: none;
}
.md-categorys .m-three .fl ol {
	overflow: hidden;
	zoom: 1;
}
.md-categorys .m-three .fl li {
	float: left;
	width: 180px;
	padding-right: 0;
	margin-bottom: 12px;
}
.md-categorys .m-three li > a {
	width: auto;
	line-height: 80px;
	color: #07306c;
	height: 80px;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
}
.m-three_mask {
	position: absolute;
	bottom: 20px;
	right: 15px;
	width: 180px;
	height: 80px;
	font-size: 14px;
	line-height: 80px;
	text-align: center;
	z-index: 9;
}
.m-three_mask a {
	color: #355789;
	
}
.m-three_mask.underline {
	bottom: -68px;
}


.m-three_mask a span {
	font-family: simsun;
	font-weight: bold;
	margin-left: 6px;
}
.md-categorys .m-three li.active a, .md-categorys .m-three li a:hover {
	background: none;
}
.md-categorys .m-three li a s {
	width: 80px;
	height: 80px;
	margin-right: 8px;
}
.md-categorys .m-three li a s img {
	max-width: 100%;
}

.md-navdrop {
	top:48px
}
.md-navol {
	height: 48px;
	overflow: hidden;
	padding-left: 0;
	padding-top: 60px;
	padding-bottom: 16px;
}
.md-navol li a {
	padding: 0 20px;
	font-size: 16px;
	font-weight: 400;
	height: 46px;
	line-height: 46px;
	color: #89a1be;
}
.md-navol li.acive a, .md-navol li a:hover {
	color: #325180;
}
.md-navol > li.now,
.md-navdrop .m-item a:hover {
	border-color: #325180;
}


/*搜索组件*/
.md-search {
	position: relative;
	height: 44px;
	padding-top: 60px;
	padding-bottom: 14px;
}
.md-search-input {
	float: left;
	width: 180px;
	border: 1px solid #a1a1a1;
	border-right: none;
	padding: 6px 13px;
	box-sizing: content-box;
	font-size: 14px;
	line-height: 30px;
	height: 30px;
}
.md-search-input:active,
.md-search-input:focus {
	outline: none;
	border: 1px solid #a1a1a1;
	border-right: none;
}
.md-search-btn {
	float: left;
	width: 75px;
	height: 42px;
	background-color: #355789;
	text-align: center;
	line-height: 42px;
	border: 1px solid #355789;
	color: #fff;
	font-size: 15px;
}
.md-search-btn:hover {
	color: #fff;
	background-color: #002b5c;
}
/*banner*/
.md-index_banner {
	height: 540px;
}
.md-slider_fullscreen_control .flex-control-nav li {
	margin: 0 6px;
}
	
.md-slider_fullscreen_control .flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 0;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
	background-color: rgba(255,255,255,0.6);
	
}
.md-slider_fullscreen_control .flex-control-nav li a.flex-active {
	background-color: #fff;
}
.md-slider_fullscreen_control .flex-control-nav {
	left: 450px;
}
.md-slider_fullscreen_control .flex-direction-nav {
	display: none;
}
.md-index_banner {
margin-bottom: 48px;	
}

/*底部服务*/
.md-dot {
	border-top: none;
}
.md-dot a:hover {
	color:#315280;
}
.md-dot a p {
	font-size: 22px;
	color: #666;
}
.md-footernav {
	border: none;
}
.md-footernav .footer-nav dl dt {
	font-size: 18px;
	margin-bottom: 18px;
}
.md-footernav .footer-nav dl dd {
	font-size: 15px;
	color: #666;
	height: 35px;
	line-height: 35px;
}
.footer-nav dl dd a:hover {
	color: #325180;
}
.md-contact .p1 {
	color: #325180;
	font-weight: bold;
	margin-top: 15px;
	font-size: 26px;
}
.md-contact .p2 {
	margin-top: 10px;
	font-size: 18px;
	color: #666;
}
.m-contact a {
	width: 163px;
	height: 38px;
	border: 1px solid #325180;
	line-height: 38px;
	color: #325180;
	font-size: 18px;
	text-align: center;
	transition: background-color 0.3s;
}
.m-contact a:hover {
	color: #fff;
	background-color: #325180;
}
.md-foot-p {
	font-size: 15px;
	color:#999;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 40px;
}


.md-fixed_right {
	height: auto;
	width: auto;
	padding: 0 8px;
	border: 1px solid #c2c2c2;
}
.md-fixed_right > a {
	display: block;
	width: 60px;
	height: auto;
	border: none;
	border-bottom: 1px solid #c2c2c2;
}
.md-fixed_right > a.m-qrcode {
	background: none;
}
.md-fixed_right > a:last-of-type {
	border-bottom: none;
}
.md-fixed_right > a i {
	display: block;
	width: 30px;
	height: 30px;
	margin: 16px auto 5px;
	background-repeat: no-repeat;
}
.md-fixed_right > a i.md-fsingan {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747882.fid);
}
.md-fixed_right > a i.md-flive {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747883.fid);
}
.md-fixed_right > a i.md-fphone {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747884.fid);
}
.md-fixed_right > a i.md-fmantioan {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747885.fid);
}
.md-fixed_right > a i.md-fquestion {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747886.fid);
}
.md-fixed_right > a i.md-freturn {
	background-image: url(http://img.jomoo.com.cn//dev1/0/000/747/0000747887.fid);
}
.md-fixed_right > a p {
	font-size: 14px;
	text-align: center;
	color: #333;
	line-height: 30px;
	margin-bottom: 10px;
}
.md-fixed_right .m-box {
	right: 68px;
}
.md-fixed_right .m-qrcode.active{
	border:none;
	border-bottom: 1px solid #c2c2c2;
	background: none;
}
.md-fixed_right > a.active p {
	color: #325180;
}
.md-design-xauto {
	overflow-x: auto !important;
}
.md-design-xauto .design-container.ui-sortable {
	width: 1236px !important;
}
.c2f-product_list li {
	width: 386px;
	padding: 0;
	position: relative;
	background: transparent;
}
.c2f-product_list li .y_pic {
	width: 386px;
	height: 300px;
	border-radius: 5px;
	overflow: hidden;
	margin: 0;
}
.c2f-product_list .y_pic img {
	width: 100%;
	height: 300px;
}
.c2f-product_list .y_name {
    font-size: 13px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,.3);
    padding: 0 16px;
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 0;
    box-sizing: border-box;
}
.c2f-product_list .y_name > a {
	color: #fff;
}

/*头部搜索联想*/
.search_suggest {
	position: absolute;
	top: 103px;
	border: 1px solid #a1a1a1;
	border-top: 0;
	width: 206px;
	z-index: 999;
	background-color: #fff;
}
.search_suggest ul {
	padding-top: 6px;
}
.search_suggest li {
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0 4px 13px;
	color: #666;
}
.search_suggest li:hover {
	background-color: #f6f6f6;
}
/*首页调整*/
.md-fixed_right > a {
	width: 54px;
}
.md-fixed_right > a i {
	margin-top: 13px;
}
.md-fixed_right > a p {
	font-size: 13px;
	line-height: 23px;
}
.md-fixed_right .m-box {
	right: 62px;
}
@media only screen and (max-width: 1300px) {
	.md-fixed_right {
		padding: 0 4px;
	}
	.md-fixed_right > a {
		width: 48px;
	}
	.md-fixed_right > a i {
		margin-top: 8px;
		width: 24px;
    	height: 24px;
    	background-size: 100% 100%;
    	-webkit-background-size: 100% 100%;
	}
	.md-fixed_right > a p {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 6px;
	}
	.md-fixed_right .m-box {
		right: 53px;
	}
}
.md-categorys .m-meun .m-itme:last-of-type {
	padding-bottom: 11px;
}
.md-categorys .m-meun .m-itme .m-itme-a .m-itme-cont {
	max-height: 60px;
	font-size: 0;
}
.m-itme-line {
	display: -webkit-box; 
    display: -moz-box; 
    display: -ms-flexbox; 
    display: -webkit-flex; 
    display: flex; 
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.md-categorys .m-meun .m-itme .m-itme-a a {
	line-height: 30px;
	margin-right: 0;
	white-space: nowrap;
}
.md-categorys .m-meun .m-itme h3 {
	line-height: 33px;
	height: 33px;
}
.md-categorys .m-meun .m-itme {
	padding-right: 23px;
}
.md-fixed_right {
	opacity: 0;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
    background: rgba(255,255,255,0.56);
    -webkit-transition:  opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    transition: opacity 1s;
}
.md-fixed_right.ReturnTop {
	opacity: 1;
	visibility: visible;
}
#platBottom {
	background: #fff;
}

#topAd #pcTopAd_show .y_close {
	position: absolute;
    top: 44px;
    right: 50%;
    margin-right: -380px;
    width: 30px;
    height: 30px;
    background-color: #002b5c;
    border: none;
    font-size: 24px;
    color: #fff;
}
#topAd #pcTopAd_show .flex-direction-nav a {
	display: none;
}


 /*定制改造*/
 .diz-slider_fullscreen_control {
	 left: 0;
 }
 .diz-slider_fullscreen_control .flex-control-nav {
	 bottom: 34px;
 }
 .diz-slider_fullscreen_control .flex-control-nav li {
	 margin: 0 8px;
 }
 .diz-slider_fullscreen_control .flex-control-nav li a {
	 width: 16px;
	 height: 16px;
	 border-radius: 50%;
	 background-color: #B6D0DD;
 }
 .diz-slider_fullscreen_control .flex-control-nav li a.flex-active {
	 background-color: #fff;
 }

 .dinz-process {
	 margin: 20px 0 60px;
	 background-color: #fff;
	 box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
	 padding: 37px 50px;
 }
 .dinz-process-tit h4 {
	 font-size: 22px;
	 line-height: 30px;
	 color: #333;
	 font-weight: bold;
	 text-align: center;
	 margin-bottom: 3px;
 }
 .dinz-process-tit p {
	 position: relative;
	 text-align: center;
	 font-size: 12px;
	 color: #999;
	 line-height: 17px;
 }
 .dinz-process-tit p::before,.dinz-process-tit p::after {
	 content: '';
	 position: absolute;
	 top: 8px;
	 width: 468px;
	 height: 1px;
	 background-color: #ccc;
 }
 .dinz-process-tit p::before {
	 left: 0;
 }
 .dinz-process-tit p::after {
	 right: 0;
 }
 .dinz-process-cont {
	 margin-top: 60px;
 }
 .dinz-process-cont ul {
	 overflow: hidden;
	 zoom: 1;
 }
 .dinz-process-cont ul li {
	 float: left;
	 width: 25%;
 }
 .dinz-process-cont ul li i {
	 display: block;
	 width: 80px;
	 height: 60px;
	 margin: 0 auto 18px;
	 background-repeat: no-repeat;
	 background-position: center;
 }
 .dinz-process-cont ul li i.dinz-process-icon1 {
	 background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_diz-icon1.png);
 }
 .dinz-process-cont ul li i.dinz-process-icon2 {
	 background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_diz-icon2.png);
 }
 .dinz-process-cont ul li i.dinz-process-icon3 {
	 background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_diz-icon3.png);
 }
 .dinz-process-cont ul li i.dinz-process-icon4 {
	 background-image: url(/sysback/decoratetemplatefiles/getFile?key=f2bfddc780ca4ce49a4e3e4a0afe98d6_images_diz-icon4.png);
 }
 .dinz-process-cont ul li p {
	 font-size: 16px;
	 color: #333;
	 text-align: center;
	 margin-bottom: 15px;
 }
 .diz-mian {
	 margin-bottom: 60px;
 }
 .diz-mian-tit {
	 font-size: 22px;
	 font-weight: bold;
	 text-align: center;
	 color: #333;
	 line-height: 30px;
	 margin-bottom: 26px;
 }
 .diz-mian-tab {
	 text-align: center;
	 font-size: 0;
 }
 .diz-mian-tab a {
	 position: relative;
	 display: inline-block;
	 font-size: 16px;
	 line-height: 22px;
	 color: #333;
	 margin: 0 24px;
	 padding-bottom: 9px;
	 border-bottom: 3px solid #f6f6f6;
 }
 .diz-mian-tab a::after {
	 content: '';
	 position: absolute;
	 right: -24px;
	 top: 2px;
	 bottom: 10px;
	 width: 1px;
	 background-color: #999;
 }
 .diz-mian-tab a:last-of-type::after {
	 display: none;
 }
 .diz-mian-tab a:hover {
	 color: #FD3507;
 }
 .diz-mian-tab a.active{
	 color: #FD3507;
	 border-color: #FD3507;
 }
 .diz-mian-cont {
	 margin-left: -20px;
	 display: none;
 }
 .diz-mian-item {
	 float: left;
	 width: 285px;
	 padding-bottom: 15px;
	 margin-top: 30px;
	 background-color: #fff;
	 margin-left: 20px;
	 position: relative;
	 overflow: hidden;
	 box-shadow:0px 0px 10px 0px rgba(0,0,0,0.05);
 }
 .diz-mian-item .diz-mask {
	 position: absolute;
	 top: -285px;
	 left: 0;
	 width: 285px;
	 height: 285px;
	 background-color: rgba(0,0,0,0.8);
	 text-align: center;
	 -webkit-transition: top 0.3s;
	 -moz-transition: top 0.3s;
	 -ms-transition: top 0.3s;
	 transition: top 0.3s;
 }
 .diz-mian-item .diz-mask a {
	 display: inline-block;
	 width: 148px;
	 height: 38px;
	 border: 1px solid #fff;
	 text-align: center;
	 border-radius: 19px;
	 line-height: 38px;
	 color: #fff;
	 font-size: 14px;
	 margin-bottom: 10px;
	 margin-top: 93px;
 }
 .diz-mian-item .diz-mask a + a {
	 margin-top: 0;
	 background-color: #FD3507;
	 border-color: #FD3507;
 }
 .diz-mian-item:hover .diz-mask {
	 top: 0;
 }
 .diz-mian-item:hover {
	 box-shadow:0px 20px 20px 0px rgba(0,0,0,0.17);
 }

 .diz-mian-item .m-pic {
	 width: 100%;
	 height: 285px;
	 overflow: hidden;
 }
 .diz-mian-item .m-pic img {
	 max-width: 100%;
 }
 .diz-mian-item p {
	 font-size: 14px;
	 line-height: 20px;
	 color: #333;
	 padding: 15px;
	 height: 40px;
	 overflow: hidden;
	 display: -webkit-box;
	 -webkit-box-orient: vertical;
	 -webkit-line-clamp: 2;
	 text-overflow: ellipsis;
 }
