/* CSS Document */
/*@import (less) 'base.css';.css*/
/*@import 'css'; less*/
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
a:focus {
  -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
  outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
  /*for ie*/
  /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
  font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
  /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
  font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
  font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
  list-style: none;
}
/*重置列表元素*/
a {
  text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
  /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
/*重置表单元素*/
legend {
  color: #000;
}
/*for ie6*/
fieldset,
img {
  border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
  font-size: 100%;
  /*使得表单元素在 ie 下能继承字体大小*/
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*重置表格元素*/
hr {
  border: none;
  height: 1px;
}
/*重置 hr*/
html {
  overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
  display: block;
  zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
  width: 100%;
  overflow: hidden;
  position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 295px;
}
/*首页banner高度*/
.cg_banner.cg_index_banner,
.cg_index_banner .cg_banner_listbox,
.cg_index_banner .cg_banner_listbox ul,
.cg_index_banner .cg_banner_listbox ul li,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 480px;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 12px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown .sub_updown_up,
.sub_updown .sub_updown_down {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
}
.sub_updown div a {
  color: #666;
	  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;

}
.sub_updown .sub_updown_hover a:hover {
  color: #d0000e ;
}
.sub_updown .sub_updown_hover a span {
  cursor: pointer;
}


.sub_updown_box{ padding:14px; background:#fff;}
/*.sub_updown{clear:both; font-family:"微软雅黑"; overflow:hidden; font-size:14px; padding:4px 0; width:100%;}
.sub_updown .sub_updown_up,.sub_updown .sub_updown_down{clear:both; overflow:hidden; margin:6px 0px; height:30px; line-height:30px;}
.sub_updown div a{color:#666;}
.sub_updown .sub_updown_hover a:hover{color:#209748;}
.sub_updown .sub_updown_hover a:hover span{ background:#209748;}
.sub_updown .sub_updown_hover a span{ cursor:pointer;}/*上下篇 END*/
*/
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
}
.paginator{ text-align:center;}
.paginator a {
  color: #444;
  padding: 2px 6px;
  border: 1px solid #ccc;
}
.paginator a,
.paginator span {
  margin: 0px 3px;
}
.paginator a.sun_paging_hover:hover {
  color: #F00;
}
.paginator span {
  border: 1px solid #ccc !important;
  color: #F00 !important;
  padding: 2px 6px !important;
  font-weight: normal !important;
}
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap;
}
.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word;
}
a[href] * {
  cursor: pointer;
}
a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/**/
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../font/iconfont.woff') format('woff'), /* chrome、firefox */ url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/ url('../font/iconfont.svg#iconfont') format('svg');
  /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*小banner*/
.banner {
  clear: both;
}
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  line-height: 0;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  background: #fff;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #f7c126;
}
.bx-wrapper .bx-prev {
  left: 10px;
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
.cg_cutword a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.cg_cutword_a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  background: url(../images/bg21.jpg) repeat;
  min-width: 320px;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  max-width: 1002px;
  padding: 0 10px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
/*height*/
.cg_height5 {
  height: 5px;
}
.cg_height10 {
  height: 10px;
}
.cg_height15 {
  height: 15px;
}
.cg_height20 {
  height: 20px;
}
.cg_height25 {
  height: 25px;
}
.cg_height30 {
  height: 30px;
}
.cg_height35 {
  height: 35px;
}
.cg_height40 {
  height: 40px;
}
.cg_height45 {
  height: 45px;
}
.cg_height50 {
  height: 50px;
}
.cg_height55 {
  height: 55px;
}
.cg_height60 {
  height: 60px;
}
.cg_height65 {
  height: 65px;
}
.cg_height70 {
  height: 70px;
}
.cg_height75 {
  height: 75px;
}
.cg_height80 {
  height: 80px;
}
.cg_height85 {
  height: 85px;
}
.cg_height90 {
  height: 90px;
}
.cg_height95 {
  height: 95px;
}
.cg_height100 {
  height: 100px;
}
.cg_height105 {
  height: 105px;
}
.cg_height110 {
  height: 110px;
}
.cg_height115 {
  height: 115px;
}
.cg_height120 {
  height: 120px;
}
.cg_height125 {
  height: 125px;
}
.cg_height130 {
  height: 130px;
}
.cg_height135 {
  height: 135px;
}
.cg_height140 {
  height: 140px;
}
.cg_height145 {
  height: 145px;
}
.cg_height150 {
  height: 150px;
}
/*margin*/
.cg_margin_rightno {
  margin-right: 0 !important;
}
.cg_margin_topno {
  margin-top: 0 !important;
}
.cg_margin_bottomno {
  margin-bottom: 0 !important;
}
.cg_margin_leftno {
  margin-left: 0 !important;
}
/*padding*/
.cg_padding_leftno {
  padding-left: 0 !important;
}
.cg_padding_rightno {
  padding-right: 0 !important;
}
.cg_padding_topno {
  padding-top: 0 !important;
}
.cg_padding_bottomno {
  padding-bottom: 0 !important;
}
/*border*/
.cg_border_topno {
  border-top: none !important;
}
.cg_border_leftno {
  border-left: none !important;
}
.cg_border_rightno {
  border-right: none !important;
}
.cg_border_bottomno {
  border-bottom: none !important;
}
.cg_back_no {
  background:#d0000e;
}
.ql_sitebul li .cg_back_no{ background:none !important;}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*top BEGIN*/
.ql_top {
  height: 179px;
  background: url(../images/bg_14.jpg) repeat-x top;
}
.ql_topbox {
  height: 179px;
}
.ql_topbox_top {
  clear: both;
  height: 36px;
}
.ql_tople {
  float: left;
  height: 36px;
  line-height: 36px;
  color: #000;
}
.ql_tople em {
  font-size: 14px;
  color: #940808;
  font-weight: bold;
}
.ql_topri {
  float: right;
  height: 36px;
  line-height: 36px;
  white-space: nowrap;
}
.ql_topri a {
  color: #12px;
  color: #000000;
}
.ql_topri a:hover {
  color: #d0000e;
}
.ql_topria {
  position: relative;
  z-index: 30;
  height: 36px;
  width: 34px;
  float: left;
  background: url(../images/bg02.jpg) no-repeat left center;
  cursor: pointer;
}
.ql_topria em {
  display: none;
  position: absolute;
  top: 30px;
  left: -50px;
  z-index: 30;
}
.ql_toprib {
  float: left;
}
.ql_toplog {
  height: 98px;
  clear: both;
}
.ql_toplog > a {
  display: block;
  float: left;
  margin-top: 23px;
}
.ql_toplogul {
  float: left;
  padding-top: 31px;
  height: 67px;
  width: 580px;
  padding-left: 44px;
}
.ql_toplogul li,
.ql_toplogul li > a {
  float: left;
  display: block;
  height: 67px;
  width: 116px;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 67px;
}
.ql_toplogul li:hover > a {
  background: url(../images/bg10.png) no-repeat center 58px;
	color:#d0000e;
}
.ql_toplogul li {
  position: relative;
  z-index: 15;
}
.ql_toplogul li div {
  display: none;
  position: absolute;
  top: 62px;
  min-height: 45px;
  padding-top: 5px;
}
.ql_toplogul li div a {
  float: left;
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  color: #ffffff;
  background:#d0000e url(../images/bg14.jpg) no-repeat right center;
  padding: 0 11px;
	overflow:hidden;
}
.ql_toplogul li.on div {
  display: block;
}
.ql_toplogul li.on > a {
  background: url(../images/bg10.png) no-repeat center 58px;
	color:#d0000e;
}
.ql_toplogul div a:hover {
  color: #FF0;
}
.ql_toplogul div a.on {
  color: #FF0;
}
.ql_toplogd {
  display: block;
  float: right;
  width: 135px;
  padding-top: 37px;
  position: relative;
  z-index: 4;
}
.ql_toplogd > a {
  position: relative;
  z-index: 3;
  cursor: pointer;
  display: block;
  width: 80px;
  padding-left: 55px;
  height: 31px;
  line-height: 31px;
  padding-top: 10px;
  background: url(../images/bg01.png) no-repeat center center;
  font-size: 14px;
  color: #ffffff;
}
.ql_toplogd > a:hover {
  color: #FF0;
}
.ql_toplogd span {
  display: none;
  position: absolute;
  top: 66px;
  left: 0;
  background: #d0000e;
  padding-top: 20px;
  width: 135px;
  text-align: center;
  padding-bottom: 6px;
}
.ql_toplogd span a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #fff;
  z-index: 2;
}
.ql_toplogd span a:hover {
  color: #FF0;
}
.ql_bban_topbg {
	display:none;
  height: 26px;
  clear: both;
  background: url(../images/bg22.png) no-repeat center center;
	z-index:6;
	position:relative;
}
.ql_subpagybg {
  background: url(../images/bg09.jpg) no-repeat bottom center;
}
.ql_subpatwo {
  position: relative;
  height: 72px;
  padding-top: 48px;
}
.ql_subpatwo div {
  height: 48px;
  line-height: 48px;
  font-size: 30px;
  color: #940808;
  text-align: center;
  background: url(../images/bg03.png) no-repeat center center;
}
.ql_subpatwo em {
  position: absolute;
  right: 10px;
  top: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #000;
}
.ql_subpatwo em a {
  color: #000;
}
.ql_subpatwo em a:hover {
  color: #940808;
}
.ql_subtlist {
  clear: both;
  min-height: 24px;
  padding-bottom: 40px;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
.ql_subtlist h2 {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 14px;
  font-weight: normal;
  width: 124px;
  height: 25px;
  padding-bottom: 15px;
  line-height: 24px;
  text-align: center;
}
.ql_subtlist h2 a {
  display: block;
  height: 25px;
  width: 100%;
  background: url(../images/bg04.png) no-repeat center top;
  color: #fff;
  margin: 0 auto;
}
.ql_subtlist h2 a:hover {
  background: url(../images/bg05.png) no-repeat center top;
}
.ql_subtlist h2 a.on {
  background: url(../images/bg05.png) no-repeat center top;
}
.ql_subpamain.ql_subpamaingd {
  min-height: 400px;
}
/*top END*/
/*BEGIN*/
.ql_about_gjc {
  font-size: 13px;
  line-height: 29px;
  color: #333333;
}
.ql_about_gjc a {
  font-weight: bold;
  color: #a31c19;
}
.ql_about_gjc a:hover {
  color: #000;
}
/*END*/
/*BEGIN*/
.ql_bottoma {
  background: #eeeeee;
  padding: 30px 0;
}
.ql_bottomabox1 {
  float: left;
  width: 186px;
}
.ql_bottomabox2 {
  float: left;
  width: 270px;
  padding-right: 10px;
}
.ql_bottomabox2b {
  padding-top: 5px;
  height: 25px;
}
.ql_bottomabox2c {
  font-size: 12px;
  line-height: 30px;
  color: #7e7e7e;
  height: 90px;
  overflow: hidden;
}
.ql_bottomabox3 {
  float: left;
  width: 536px;
}
.ql_bottomabox3a {
  clear: both;
  height: 30px;
  line-height: 30px;
}
.ql_bottomabox3a a {
  float: left;
  margin-right: 12px;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #767676;
  padding-left: 11px;
  background: url(../images/bg23.png) no-repeat left center;
}
.ql_bottomabox3a a:hover {
  color: #940808;
}
.ql_bottomabox3b {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  color: #767676;
}
.ql_bottomabox3b a {
  color: #767676;
}
.ql_bottomabox3b a:hover {
  color: #940808;
}
.ql_bottomabox3b img {
  vertical-align: middle;
}
.ql_pari5 {
  padding-right: 5px;
}
.ql_keywords {
  min-height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fdc6c6;
  background: #d0000e;
  padding: 10px 0;
  text-align: center;
}
.ql_keywords a {
  color: #fdc6c6;
}
.ql_keywords a:hover {
  color: #fff;
}
.ql_qywhle {
  width: 542px;
  padding-left: 28px;
}
.ql_qywh {
  background: #fff;
}
/*END*/
/*合作伙伴 BEGIN*/
.ql_hzhbul {
  min-height: 350px;
  padding-bottom: 22px;
}
.ql_hzhbul li {
  float: left;
  width: 235px;
  overflow: hidden;
  margin-right: 20px;
  padding-bottom: 28px;
}
.ql_hzhbul li img{ display:block;}
.ql_hzhbul li em{ display:block; height:40px; line-height:20px; text-align:center; font-size:12px; color:#333;  display: block;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_hzhbul li {
    width: 25%;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
	.ql_toplogd span {
  top: 20px;
  left: 0;
  padding-top:20px;
  padding-bottom: 6px;
	width:75px;
	font-size:12px;
}
.ql_toplogd span a{font-size:12px;}
.ql_hzhbul li em{ padding:5px 0 12px 0;}
}
@media (min-width: 0px) and (max-width: 900px) {
  .ql_hzhbul li {
    width: 33.33%;
  }
}
@media (min-width: 0px) and (max-width: 650px) {
  .ql_hzhbul li {
    width: 50%;
  }
}
/*合作伙伴 END*/
/*视频中心 BEGIN*/
.ql_subpamaingd .ql_spzxlist {
  min-height: 400px;
}
.ql_spzxlist {
  padding-bottom: 50px;
}
.ql_spzxlist li {
  position: relative;
  z-index: 3;
  overflow: hidden;
  float: left;
  width: 330px;
  margin-right: 6px;
  margin-top: 28px;
}
.ql_spzxlist li > a {
  display: none;
}
.ql_spzxlist li h3,
.ql_spzxlist li h3 a {
  display: block;
  width: 330px;
  height: 195px;
}
.ql_spzxlist li h3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/bg24.jpg) no-repeat center center;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 47px;
}
.ql_spzxlist li h3 a {
  color: #ffffff;
}
.ql_spzxlist li h3 em {
  display: block;
  padding-top: 108px;
  height: 38px;
  line-height: 36px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}
.ql_subhbt {
  display: block;
  min-height: 36px;
  line-height: 36px;
  font-size: 22px;
  font-weight: bold;
  color: #a31c19;
  text-align: center;
}
.ql_dzx {
  height: 18px;
  line-height: 18px;
  clear: both;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #d7d7d7;
}
.ql_dzx em,
.ql_dzx span,
.ql_dzx a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 18px;
  min-width: 18px;
  margin-right: 18px;
}
.ql_dzx span {
  padding-left: 22px;
  background: url(../images/dx08.png) no-repeat left center;
}
.ql_dzx em {
  padding-left: 22px;
  background: url(../images/dx07.png) no-repeat left center;
}
.xxy-bm-fd {
  background: url(../images/dx02.png) no-repeat center center;
  color: #fff;
}
.xxy-bm-fd:hover {
  background: url(../images/dx01.png) no-repeat center center;
}
.xxy-bm-jx {
  background: url(../images/dx04.png) no-repeat center center;
  color: #fff;
}
.xxy-bm-jx:hover {
  background: url(../images/dx03.png) no-repeat center center;
}
.xxy-bm-gb {
  background: url(../images/dx06.png) no-repeat center center;
  color: #fff;
}
.xxy-bm-gb:hover {
  background: url(../images/dx05.png) no-repeat center center;
}
/*详细*/
.ql_video {
  margin: 0 auto;
  padding: 48px 0 30px 0;
  text-align: center;
}
.ql_spzxxx_text {
  min-height: 52px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #333;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_spzxlist h3 {
    display: none !important;
  }
  .ql_spzxlist li {
    width: 33.33%;
    margin: 0 0 20px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
  .ql_spzxlist li > a {
    display: block;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #999;
  }
  .ql_subpamain {
    min-height: 300px;
  }
}
@media (min-width: 0px) and (max-width: 680px) {
  .ql_spzxlist li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 340px) {
  .ql_spzxlist li {
    width: 100%;
  }
}
/*视频中心 END*/
/*media BEGIN*/
.ql_toplogbtn {
  display: none;
}
.ql_smp_banner {
  display: none;
}
.ql_bottomxpd {
  display: none;
}
.ql_guwm_ri {
  padding-left: 20px;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .cg_index_banner,
  .cg_index_banner * {
    display: none !important;
  }
  .ql_topbox_top {
    display: none;
  }
  .ql_top {
    background: url(../images/bg08.jpg) repeat;
    border-top: 6px solid #d0000e;
  }
  .ql_topbox,
  .ql_toplog,
  .ql_top {
    height: 40px;
  }
  .ql_toplog > a {
    width: 110px;
    height: 30px;
    margin: 0;
    padding: 5px 0;
  }
  .ql_toplog > a img {
    width: 100%;
  }
  .ql_toplogul {
    position: fixed;
    left: 0;
    top: -1246px;
    z-index: 99;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 0;
    margin: 0;
  }
  .ql_toplogul div {
    display: none !important;
  }
  .ql_toplogul li {
    z-index: 98;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    line-height: 46px;
  }
  .ql_toplogul li a {
    color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 46px;
    line-height: 46px;
  }
  .ql_toplogul li a:hover {
    background: none;
  }
	.ql_toplogul li:hover > a{ background: none;}
  .ql_toplogul li.on {
    background:none !important;
  }
  .ql_toplogbtn {
    display: block !important;
    float: right;
    height: 30px;
    width: 40px;
    padding-top: 5px;
  }
  .ql_toplogd {
    padding-top: 0px;
    margin-top: 5px;
    height: 30px;
    width: 75px;
  }
  .ql_toplogd>a {
    width: 75px;
    padding: 0;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    background: #d0000e;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
  }
  #ql_toplogbtncd {
    position: relative;
    z-index: 100;
  }
  .ql_smp_banner {
    display: block;
  }
  .cg_banner {
    display: none;
  }
  .ql_subpatwo em {
    display: none;
  }
  .ql_subpatwo {
    padding-top: 0;
    height: 46px;
    line-height: 46px;
  }
  .ql_subpatwo div {
    height: 46px;
    line-height: 46px;
    font-size: 22px;
  }
  .ql_subtlist h2 {
    width: 16.66%;
    margin: 0;
  }
  .ql_subtlist {
    padding-bottom: 24px;
  }
  .ql_guwm_ri {
    width: 30%;
  }
  .ql_keywords,
  .ql_bottomabox1 {
    display: none;
  }
  .ql_bottoma {
    display: none;
  }
  .ql_bottomxpd {
    display: block;
    text-align: center;
    font-size: 12px;
    min-height: 26px;
    line-height: 22px;
    color: #333;
    padding: 10px;
    background: #eee;
  }
  .ql_bottomxpd img {
    vertical-align: middle;
  }
  .ql_bottomxpd a {
    color: #333;
  }
  .ql_qywhle,
  .ql_qywhri {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 0;
  }
  .ql_qywhri {
    text-align: center;
    padding-top: 20px;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .ql_subtlist h2 {
    width: 20%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 640px) {
  .ql_subtlist h2 {
    width: 25%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .ql_subtlist h2 {
    width: 32%;
    margin: 0;
  }
}
@media (min-width: 0px) and (max-width: 715px) {
  .ql_dxsxhi {
    display: none;
  }
  .ql_bottomxpdf {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 674px) {
  .ql_guwm_ri {
		width:100%;
		margin:0;
		padding:0 0 12px 0;
  }
	.ql_guwm_ri img{ width:100% !important;}
}
/*media END*/
/*厂区环境 BEGIN*/
.ql_subpamaingd .ql_cqhjul {
  min-height: 350px;
}
.ql_cqhjul {
  padding-bottom: 40px;
}
.ql_cqhjul div {
  background: #fff;
}
.ql_cqhjul li {
  float: left;
  width: 322px;
  margin: 25px 18px 0 0;
}
.ql_cqhjul li:hover em {
  border-color: #d0000e;
}
.ql_cqhjul li img {
  display: block;
  margin: 0 auto;
  vertical-align: middle;
}
.ql_cqhjul h3 {
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.ql_cqhjul h3 a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #1b1b1b;
  padding: 8px 20px 0 20px;
}
.ql_cqhjul h3 a:hover {
  color: #d0000e;
}
.ql_cqhjul em {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #1b1b1b;
  padding: 0 20px 16px 20px;
  border-bottom: 12px solid #fff;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_cqhjul li {
    width: 33.33%;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 5px 0 5px;
  }
  .ql_cqhjul {
    min-height: 320px;
  }
}
@media (min-width: 0px) and (max-width: 664px) {
  .ql_cqhjul li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 340px) {
  .ql_cqhjul li {
    width: 100%;
  }
}
.ql_spzxxx_textte {
  min-height: 320px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #333;
}
/*厂区环境 END*/
/*店铺分布 BEGIN*/
.ql_dffble {
  width: 100%; text-align:center;
}
.ql_dffbri {
  width: 100%;
	padding-top:15px;
}
.ql_dffbri li {
  clear: both;
}
.ql_dffbri li em {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  font-size: 24px;
  color: #ffffff;
  background: #a31c19;
}
.ql_dffbri li div {
  padding: 20px 0;
}
.ql_dffbri li div strong {
  display: block;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  float: left;
  width: 334px;
}
@media (min-width: 0px) and (max-width: 1013px) {
  .ql_dffble {
    width: 100%;
    text-align: center;
  }
  .ql_dffbri {
    width: 100%;
  }
  .ql_dffbri li {
    padding-top: 30px;
  }
  .ql_dffbri li div strong {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 1013px) {
  .ql_dffbri li div strong {
    width: 100%;
  }
}
/*店铺分布 END*/
/*BEGIN*/
.ql_subpagrwtjlr .mod18Box {
  margin: 0px auto;
}
.ql_subpagrwtjlr .mod18 {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  padding-bottom: 52px;
}
.ql_subpagrwtjlr .mod18 .ql_btn01 {
  display: block;
  height: 32px;
  width: 32px;
  position: absolute;
  z-index: 99;
  bottom: 0px;
  cursor: pointer;
}
.ql_subpagrwtjlr .mod18 .prev:hover {
  background: url(../images/an.png) no-repeat left bottom;
}
.ql_subpagrwtjlr .mod18 .next:hover {
  background: url(../images/an.png) no-repeat right bottom;
}
.ql_subpagrwtjlr .mod18 .prev {
  background: url(../images/an.png) no-repeat left top;
  left: 444px;
}
.ql_subpagrwtjlr .mod18 .next {
  background: url(../images/an.png) no-repeat right top;
  right: 444px;
}
.ql_subpagrwtjlr .mod18 .prevTop,
.mod18 .prevnext {
  display: none;
}
.ql_subpagrwtjlr .mod18 li {
  float: left;
}
.ql_subpagrwtjlr .mod18 .cf li {
  position: relative;
}
.ql_subpagrwtjlr .mod18 .cf > a {
  display: block;
  width: 360px;
  height: 225px;
  color: #fff;
}
.ql_subpagrwtjlr .mod18 .picBox {
  height: 460px;
  position: relative;
  overflow: hidden;
}
.ql_subpagrwtjlr .mod18 .picBox ul {
  position: absolute;
}
.ql_subpagrwtjlr .mod18 .picBox li {
  width: 850px;
}
.ql_subpagrwtjlr .mod18 .picBox ul,
.ql_subpagrwtjlr .mod18 .picBox ul li {
  width: 1002px;
  min-height: 406px;
  text-align: center;
}
.ql_subpagrwtjlr .mod18 .listBox,
.ql_subpagrwtjlr .mod18 .listBox ul,
.ql_subpagrwtjlr .mod18 .listBox ul li {
  float: left;
  width: 244px;
}
.ql_subpagrwtjlr .mod18 .listBox ul li em {
  position: relative;
  display: block;
  width: 232px;
  height: 147px;
  border: 6px solid #eee;
}
.ql_subpagrwtjlr .mod18 .listBox ul li em div {
  position: relative;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  display: none;
}
.ql_subpagrwtjlr .mod18 .listBox ul li:hover em div {
  display: block;
  background: url(../images/ss_1.png) no-repeat center -51px;
}
.ql_subpagrwtjlr .mod18 .listBox ul li em div h3 {
  display: block;
  height: 36px;
  line-height: 36px;
  width: 200px;
  margin: 0 auto;
  font-size: 18px;
  color: #fff;
  padding-top: 53px;
}
.ql_subpagrwtjlr .mod18 .listBox {
  padding: 18px 0px;
}
.ql_subpagrwtjlr .mod18 .listBox {
  width: 1002px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 198px;
}
.ql_subpagrwtjlr .mod18 .listBox ul {
  position: absolute;
}
.ql_subpagrwtjlr .mod18 .listBox li {
  cursor: pointer;
  position: relative;
  padding: 0px 8px 0 0;
}
.ql_boxlistBox {
  background: #f1f1f1;
}
.ql_subpagrwtjlr .mod18 .listBox li img {
  border: 1px solid #fff;
}
.ql_subpagrwtjlr .mod18 .listBox li.on img {
  border: 1px solid #a10900;
}
.ql_subpagrwtjlr .mod18 .listBox li:hover img {
  border: 1px solid #a10900;
}
.ql_subpagrwtjlr .mod18 .listBox li.on img:hover {
  border-color: #a10900;
}
.ql_subpagrwtjlr .mod18 .listBox li a {
  display: block;
  width: 124px;
  height: 70px;
}
.ql_subpagrwtjlr .picBox_cont {
  padding: 20px;
  background: #e6e6e6;
}
.ql_subpagrwtjlr .picBox_cont h3 a {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}
.ql_subpagrwtjlr .picBox_cont > span {
  color: #999;
  font-family: "宋体";
  font-size: 12px;
}
.ql_subpagrwtjlr .picBox_cont > div {
  color: #333;
  line-height: 28px;
  height: 84px;
  overflow: hidden;
}
.ql_subpagrwtjlr .q_honorpa {
  padding-top: 20px;
}
.ql_subpagrwtjlr .index_Platform {
  padding-bottom: 20px;
}
.ql_subpagrwtjlr .mod18 .listBox li h3 {
  display: block;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #777976;
  font-weight: normal;
  text-align: center;
}
.ql_subpagrwtjlr .mod18 .picBox ul li h1 {
  font-weight: normal;
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #b18637;
  text-align: center;
  padding-bottom: 15px;
}
.ql_ryzzl {
  width: 460px;
  height: 290px;
  margin: 0 auto;
  padding: 4px;
  border: 10px solid #eee;
}
.xl_ryxx {
  height: 54px;
  line-height: 54px;
  text-align: center;
  border-bottom: 1px solid #b18637;
  border-top: 1px solid #b18637;
  margin-top: 24px;
  font-size: 16px;
  color: #333;
}
.xl_ryxx h3 {
  font-weight: normal;
  font-size: 16px;
}
.ql_subpagrwtjlr .mod18 .listBox ul li.on em {
  border: 6px solid #666;
}
/*小屏*/
.qgl_xpxs01js li div img{ padding:10px 0;}
.qgl_xpxs01js li {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5px 20px 5px;
}
.qgl_xpxs01js li img {
  width: 100%;
}
.qgl_xpxs01js li h1 {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #333;
	  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;

}
.qgl_xpxs01js li h3 {
  display: block;
	text-align:center;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  padding-top: 5px;
  color: #666;
	  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;

}
@media (min-width: 0px) and (max-width: 940px) {
  .qgl_xpxs01js li {
    width: 50%;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .qgl_xpxs01js li {
    width: 100%;
  }
}
/*END*/
/*news BEGIN*/
.ql_newsula {
  padding-bottom: 27px;
}
.ql_newsula li {
  float: left;
  width: 485px;
  margin-right: 32px;
}
.ql_newsula li > a {
  display: block;
  float: left;
}
.ql_newsula div {
  margin-left: 216px;
}
.ql_newsula div h3,
.ql_newsula div h3 a {
  display: block;
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
}
.ql_newsula div h3 a:hover{ color:#d0000e;}
.ql_newsula div h3 {
  padding: 8px 0;
}
.ql_newsula div em {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #8b8b8b;
}
.ql_newsula div em span {
  display: inline-block;
  padding-left: 42px;
  background: url(../images/bg25.png) no-repeat left center;
  margin-left: 6px;
}
.ql_newsula div strong {
  display: block;
  height: 20px;
  padding-top: 19px;
  font-weight: normal;
  text-transform: uppercase;
}
.ql_newsula div strong a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  width: 72px;
  text-align: center;
  background: #d0000e;
}
.ql_newsula div strong a:hover {
  background: #000;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_newsula li {
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
  }
  .ql_newsula li h3,
  .ql_newsula li h3 a {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    line-height: 28px;
    height: 25px;
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .ql_newsula li > a {
    width: 130px;
  }
  .ql_newsula li div {
    margin-left: 140px;
  }
  .ql_newsula {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 460px) {
  .ql_newsula li em span {
    display: none;
  }
}
.ql_newsulb {
  min-height: 240px;
  padding-bottom: 30px;
}
.ql_newsulb li {
  height: 48px;
  line-height: 48px;
  vertical-align: middle;
  clear: both;
  border-bottom: 1px dotted #c8c8c8;
}
.ql_newsulb li em {
  float: right;
  display: block;
  height: 48px;
  font-size: 12px;
  color: #666;
}
.ql_newsulb li h3 {
  height: 48px;
  margin-right: 115px;
  font-size: 14px;
  font-weight: normal;
}
.ql_newsulb li h3 a {
  color: #666;
}
.ql_newsulb li h3 a:hover {
  color: #d0000e;
}
.ql_spzxxx_textxw {
  min-height: 200px;
  padding-bottom: 20px;
  padding-top: 20px;
  font-size: 14px;
  color: #333;
}
/*推荐新闻*/
.ql_xwzxbotbt {
  padding: 45px 0 12px 0;
  clear: both;
}
.ql_xwzxbotbt em {
  display: block;
  width: 174px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #a31c19;
}
.ql_xwzxbotul {
  min-height: 147px;
}
.ql_xwzxbotul li {
  width: 468px;
  float: left;
  margin-right: 65px;
  height: 48px;
  line-height: 48px;
  border-bottom: 1px dotted #c8c8c8;
  vertical-align: middle;
  overflow: hidden;
}
.ql_xwzxbotul li em {
  float: right;
  display: block;
  height: 48px;
  font-size: 12px;
  color: #333;
}
.ql_xwzxbotul li h3 {
  display: block;
  height: 48px;
  font-size: 14px;
  font-weight: normal;
  margin-right: 80px;
  padding-left: 30px;
  background: url(../images/bg26.png) no-repeat left center;
}
.ql_xwzxbotul li h3:hover {
  background: url(../images/bg27.png) no-repeat left center;
}
.ql_xwzxbotul li h3 a {
  color: #353535;
}
.ql_xwzxbotul li h3 a:hover {
  color: #a31c19;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_xwzxbotul li {
    margin: 0;
    width: 100%;
  }
}
/*news END*/
/*job BEGIN*/
.ql_zxns {
  min-height: 270px;
  padding-bottom: 45px;
}
.ql_zxnstop {
  height: 54px;
  line-height: 54px;
  cursor: pointer;
  border-bottom: 1px solid #dbdbdb;
}
.ql_zxnstop h3,
.ql_zxnstop em {
  display: block;
  height: 54px;
  font-size: 16px;
  font-weight: normal;
  color: #333333;
}
.ql_zxnstop em {
  float: right;
  width: 26px;
  background: url(../images/zxns.png) no-repeat right center;
}
.ql_zxnstop h3 {
  margin-right: 40px;
}
.ql_zxnstop:hover em {
  background: url(../images/zxns.png) no-repeat left center;
}
.ql_zxnstop:hover h3 {
  color: #dc2322;
}
.ql_zxns li.on .ql_zxnstop em {
  background: url(../images/zxns.png) no-repeat left center;
}
.ql_zxns li.on .ql_zxnstop h3 {
  color: #dc2322;
}
.ql_zxnsbot {
  display: none;
}
.ql_zxnsbot_text {
  font-size: 14px;
  color: #333333;
  line-height: 28px;
  padding-bottom: 40px;
}
.ql_zxnsbot {
  padding: 20px 0 40px 0;
}
.ql_zxnsbot_btn {
  height: 34px;
  clear: both;
}
.ql_zxnsbot_btn a {
  float: left;
  display: block;
  margin-right: 10px;
  background: #000000;
  height: 34px;
  line-height: 34px;
  width: 86px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
}
.ql_zxnsbot_btn a:hover {
  background: #dc2322;
}
.ql_rcln {
  font-size: 18px;
  font-weight: bold;
  color: #cf1b49;
}
.ql_zxzp {
  clear: both;
}
.ql_zxzp li {
  clear: both;
  height: 80px;
  padding: 10px 0;
  border-bottom: 1px solid #ebebeb;
}
.ql_zxzpr {
  float: right;
  height: 26px;
  width: 26px;
  padding-top: 27px;
  padding-right: 10px;
}
.ql_zxzpr em {
  display: block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background: #ff4e00;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
.ql_zxzpl {
  margin-right: 46px;
}
.ql_zxzpl h3,
.ql_zxzpl h3 a {
  display: block;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333333;
  font-weight: normal;
}
.ql_zxzplt {
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #999999;
}
.ql_zxzplb {
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #a6a6a6;
}
.ql_zxzplb em {
  font-size: 14px;
  color: #ff9600;
  padding-right: 10px;
}
.ql_zxzpxxbtn,
.ql_zxzpxxbtn a {
  display: block;
  height: 42px;
  line-height: 42px;
  clear: both;
}
.ql_zxzpxxbtn {
  padding: 15px 0 12px 0;
}
.ql_zxzpxxbtn a {
  background: #ff0c00;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.ql_job_form li {
  clear: both;
  height: 42px;
  padding-bottom: 12px;
}
.ql_job_form li em {
  display: block;
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 14px;
  color: #565656;
  width: 84px;
  text-align: right;
}
.ql_job_form li div {
  margin-left: 86px;
  margin-right: 10px;
  height: 42px;
  padding: 0px 8px;
  background: #ececec;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}
.ql_job_form li div input {
  width: 100%;
  height: 42px;
  border: none;
  background: none;
  line-height: 42px;
  font-size: 14px;
  color: #7d7d7d;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  font-family: "微软雅黑";
}
.ql_job_form li select {
  height: 42px;
  width: 100%;
  line-height: 42px;
  color: #7d7d7d;
  font-size: 14px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  background: none;
  font-family: "微软雅黑";
}
.ql_job_form li.ql_job_formtext {
  height: 70px;
}
.ql_job_form li.ql_job_formtext div {
  height: 70px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}
.ql_job_form li.ql_job_formtext div textarea {
  background: none;
  border: none;
  width: 100%;
  height: 54px;
  resize: none;
  line-height: 26px;
  font-size: 14px;
  color: #7d7d7d;
  font-family: "微软雅黑";
}
.ql_job_formbtn,
.ql_job_formbtn a {
  display: block;
  height: 42px;
  line-height: 42px;
  clear: both;
}
.ql_job_formbtn {
  padding: 10px 10px 20px 86px;
}
.ql_job_formbtn a {
  background: #ff0c00;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.ql_job_form li .ql_job_formyzm input {
  width: 50%;
  font-family: "微软雅黑";
}
.ql_job_form li .ql_job_formyzm {
  position: relative;
}
.ql_job_formyzmimg {
  position: absolute;
  right: 10px;
  top: 3px;
  height: 36px;
  width: 70px;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_zxnsbot_btn a.ql_zxnsbot_btnab {
    display: none;
  }
}
/*job END*/
/*BEGIN*/
.ql_sitea {
  text-align: center;
  height: 95px;
}
.ql_siteb {
  background: url(../images/sitemap02.png) no-repeat center top;
  padding-top: 16px;
}
.ql_sitebul {
  background: url(../images/sitemap03.png) no-repeat left bottom;
  padding: 0 126px 145px 126px;
}
.ql_sitebul li {
  float: left;
  width: 125px;
}
.ql_sitebul li em {
  display: block;
  height: 34px;
  line-height: 35px;
  background: url(../images/sitemap04.png) no-repeat right center;
  text-align: center;
}
.ql_sitebul li em a {
  color: #000000;
  font-size: 16px;
}
.ql_sitebul li em a:hover {
  color: #d8323d;
}
.ql_sitebul li div {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  padding-top: 8px;
}
.ql_sitebul li div a {
  color: #333333;
  display: block;
  min-height: 20px;
  padding: 5px 0;
  line-height: 20px;
	font-weight:normal;
}
.ql_sitebul li div a:hover {
  color: #d0000e;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_siteb {
    background: none;
    border-top: 1px solid #584946;
    padding: 10px 0 0 0;
  }
	.ql_sitebul{ background:none;}
  .ql_sitebul {
    padding: 0;
  }
  .ql_sitebul li {
    clear: both;
    height: auto !important;
    min-height: 30px;
    height: 30px;
    overflow: hidden;
    width: 100%;
    padding-bottom: 15px;
  }
  .ql_sitebul li em {
    float: left;
    height: 30px;
    line-height: 30px;
    background: none;
  }
  .ql_sitebul li div {
    margin-left: 80px;
    padding-top: 0;
  }
  .ql_sitebul li div a {
    float: left;
    padding: 5px 8px;
  }
}
/*END*/
/*BEGIN*/
.ql_lxfsle {
  border: 1px solid #a31c19;
  padding: 7px;
  float: left;
  width: 480px;
  height: 222px;
}
.ql_lxfsri {
  float: right;
  width: 400px;
}
.ql_lxfsris {
  padding-bottom: 6px;
}
.ql_lxfsriul {
  clear: both;
}
.ql_lxfsriul li {
  min-height: 28px;
  line-height: 28px;
  font-size: 16px;
  color: #7e7e7e;
  padding: 10px 10px 10px 38px;
  border-bottom: 1px dashed #a31c19;
}
.ql_lxfsria {
  background: url(../images/bg29.png) no-repeat left center;
}
.ql_lxfsrib {
  background: url(../images/bg30.png) no-repeat left 13px;
}
.ql_lxfsric {
  background: url(../images/bg31.png) no-repeat left center;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_lxfsle {
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 236px;
  }
  .ql_lxfsri {
    width: 100%;
  }
  .ql_lxfsris {
    text-align: center;
    padding-bottom: 0px;
  }
}
/*END*/
/*诚招代理 BEGIN*/
.ql_czdlasd {
  padding: 0 0 5px 38px;
}
.ql_czdlasdx {
  padding-bottom: 35px;
}
@media (min-width: 0px) and (max-width: 800px) {
  .ql_czdlasd {
    display: none;
  }
}
/*诚招代理 END*/
/*售后服务 BEGIN*/
.ql_shfwd {
  float: left;
  width: 560px;
}
.ql_shfwdri {
  float: right;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_shfwd,
  .ql_shfwdri {
    width: 100%;
  }
  .ql_shfwdri {
    text-align: center;
    padding-top: 20px;
  }
}
.ql_subtlistsanji {
  text-align: center;
  min-height: 34px;
  line-height: 30px;
}
.ql_subtlistsanji a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  padding: 2px 34px;
  background: url(../images/bg34.png) no-repeat center center;
}
.ql_subtlistsanji a:hover {
  color: #a31c19;
}
.ql_subtlistsanji a.on {
  color: #a31c19;
}
/*售后服务 END*/
/*BEGIN*/
.ql_cpxlul {
  min-height: 350px;
  padding-bottom: 40px;
}
.ql_cpxlul li {
  float: left;
  width: 316px;
  margin-right: 27px;
  padding-top: 37px;
}
.ql_cpxlult {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ql_cpxlult .ql_cpxlulta {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 101%;
  background: url(../images/bg35.png) no-repeat center top;
}
.ql_cpxlult img {
  vertical-align: middle;
  display: block;
}
.ql_cpxlulb {
  clear: both;
  background: url(../images/bg39.png) no-repeat right bottom;
  height: 48px;
  padding-top: 22px;
  padding-right: 19px;
}
.ql_cpxlulb > div {
  padding-left: 19px;
  background: url(../images/bg38.png) no-repeat left bottom;
  height: 48px;
}
.ql_cpxlulb h3 {
  height: 46px;
  line-height: 46px;
  clear: both;
  border-top: 1px solid #988f86;
  border-bottom: 1px solid #988f86;
  padding: 0 8px;
  font-size: 16px;
  font-weight: bold;
}
.ql_cpxlulb h3 a {
  color: #1b1b1b;
  background: url(../images/bg41.png) no-repeat right center;
  padding-right: 72px;
}
.ql_cpxlulb h3 a:hover {
  color: #a31c19;
  background: url(../images/bg40.png) no-repeat right center;
}
.ql_cpxlult:hover img {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .ql_cpxlul {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .ql_cpxlul img {
    margin: 0 auto;
  }
  .ql_cpxlul li {
    width: 33.33%;
    margin: 0 0 30px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px;
  }
  .ql_cpxlul li .ql_cpxlulta {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .ql_cpxlul li h3 a {
    padding-right: 0;
    background: none;
  }
  .ql_cpxlul li h3 a:hover {
    background: none;
  }
}
@media (min-width: 0px) and (max-width: 800px) {
  .ql_cpxlul li {
    width: 50%;
  }
  .ql_cpxlulb {
    padding: 8px 0 0 0;
    background: none;
    height: 30px;
  }
  .ql_cpxlulb div {
    padding-left: 0;
    background: none;
    height: 30px;
  }
  .ql_cpxlulb div h3,
  .ql_cpxlulb div h3 a {
    height: 30px;
    line-height: 30px;
  }
}
/*详细*/
.ql_cpxlxxmain {
  min-height: 300px;
  padding: 35px 0;
}
.ql_cpxlxxmain_le {
  float: left;
  width: 435px;
  position: relative;
  margin: 0 76px 0 0;
}
.ql_cpxlxxmain_le em {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/bg36.png) no-repeat center top;
	background-size:100% 100%;
}
.ql_cpxlxxmain_ri {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.ql_cpxlxxmain_lebt {
  font-size: 16px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  color: #a31c19;
  padding-top: 21px;
}
@media (min-width: 0px) and (max-width: 900px) {
  .ql_cpxlxxmain_le {
    text-align: center;
    width: 100%;
    margin: 0;
  }
  .ql_cpxlxxmain_levv {
    clear: both;
  }
}
/*END*/
/*index BEGIN*/
.qlin_yqlj {
  clear: both;
  min-height: 50px;
  background: #bf842a;
}
.qlin_yqljbxo {
  min-height: 24px;
  line-height: 24px;
  padding: 13px 0;
  font-size: 12px;
  color: #fff;
}
.qlin_yqljbxo a {
  color: #fff;
}
.qlin_yqljbxo a:hover {
  color: #333;
}
.qlin_newsula {
  padding-bottom: 27px;
}
.qlin_newsula li {
  float: left;
  width: 485px;
  margin-right: 32px;
}
.qlin_newsula li > a {
  display: block;
  float: left;
}
.qlin_newsula div {
  margin-left: 216px;
}
.qlin_newsula div h3,
.qlin_newsula div h3 a {
  display: block;
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
}
.qlin_newsula div h3 {
  padding: 8px 0;
}
.qlin_newsula div em {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #8b8b8b;
}
.qlin_newsula div em span {
  display: inline-block;
  padding-left: 42px;
  background: url(../images/bg25.png) no-repeat left center;
  margin-left: 6px;
}
.qlin_newsula div strong {
  display: block;
  height: 20px;
  padding-top: 19px;
  font-weight: normal;
  text-transform: uppercase;
}
.qlin_newsula div strong a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  width: 72px;
  text-align: center;
  background: #d0000e;
}
.qlin_newsula div strong a:hover {
  background: #000;
}
.qlin_newsulaas {
  padding-bottom: 27px;
}
.qlin_newsulaas img {
  width: 100%;
}
.qlin_newsulaas li {
  float: left;
  width: 485px;
  margin-right: 32px;
}
.qlin_newsulaas li > a {
  display: block;
  float: left;
}
.qlin_newsulaas div {
  margin-left: 216px;
}
.qlin_newsulaas div h3,
.qlin_newsulaas div h3 a {
  display: block;
  font-size: 16px;
  color: #111111;
  font-weight: bold;
  line-height: 28px;
  height: 56px;
}
.qlin_newsulaas div h3 {
  padding: 8px 0;
}
.qlin_newsulaas div em {
  display: block;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #8b8b8b;
}
.qlin_newsulaas div em span {
  display: inline-block;
  padding-left: 42px;
  background: url(../images/bg25.png) no-repeat left center;
  margin-left: 6px;
}
.qlin_newsulaas div strong {
  display: block;
  height: 20px;
  padding-top: 19px;
  font-weight: normal;
  text-transform: uppercase;
}
.qlin_newsulaas div strong a {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #fff;
  width: 72px;
  text-align: center;
  background: #d0000e;
}
.qlin_newsulaas div strong a:hover {
  background: #000;
}
.qlin_newsulaas {
  display: none;
}
@media (min-width: 0px) and (max-width: 1022px) {
  .qlin_newsulaas li {
    width: 50%;
    margin: 0;
    padding-bottom: 20px;
  }
  .qlin_newsulaas li h3,
  .qlin_newsulaas li h3 a {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    line-height: 28px;
    height: 25px;
    padding: 0;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .qlin_newsulaas li > a {
    width: 130px;
  }
  .qlin_newsulaas li div {
    margin-left: 140px;
  }
  .qlin_newsulaas {
    padding-bottom: 10px;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .qlin_newsulaas li {
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 460px) {
  .qlin_newsulaas li em span {
    display: none;
  }
}
/*news*/
.qlin_newstop {
  padding: 57px 0 15px 0;
  min-height: 46px;
  line-height: 46px;
}
.qlin_newstop h2 {
  display: block;
  min-height: 46px;
  line-height: 46px;
  font-size: 30px;
}
.qlin_newstop h2 a {
  display: block;
  height: 46px;
  color: #940808;
  font-weight: bold;
  width: 200px;
  margin: 0 auto;
  background: url(../images/bg45.png) no-repeat right 19px;
}
.qlin_newstopgsjj h2 a{
	padding-bottom:20px !important; text-align:center;
	background: url(../images/gsjjbg01.png) no-repeat center bottom !important;
	width:280px !important;
	
}
@media (min-width: 0px) and (max-width: 1002px) {
.qlin_newstopgsjj h2 a{
 text-align:center;
	background: url(../images/gsjjbg01.png) no-repeat center bottom !important;
	width:280px !important;
	
}
.qlin_newstopgsjj h2{ padding-bottom:10px !important;}
.qlin_newstoptexpb20{ padding-bottom:5px !important;}
}
.qlin_newstop h2 a:hover {
  color: #000;
}
.qlin_newstoptex {
  min-height: 20px;
  line-height: 40px;
  background: url(../images/bg46.png) no-repeat center top;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 52px;
}
.qlin_news .bd,
.qlin_news .bd .tempWrap {
  width: 1002px !important;
  overflow: hidden;
  height: 162px;
}
.qlin_news .hd {
  height: 46px;
}
.qlin_news .hd ul {
  clear: both;
  height: 14px;
  text-align: center;
}
.qlin_news .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 14px;
  width: 14px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  background: url(../images/bg44.png) no-repeat center center;
  margin: 0 10px;
  color: #a1a1a1;
  cursor: pointer;
}
.qlin_news .hd ul li.on {
  background: url(../images/bg42.png) no-repeat center center;
  color: #e60b11;
}
/**/
.qlin_video {
  height: 170px;
  background: url(../images/img04.jpg) no-repeat center center;
}
.qlin_video a {
  display: block;
  height: 170px;
  background: url(../images/bg47.png) no-repeat center center;
}
.qlin_video a:hover {
  background: url(../images/bg48.png) no-repeat center center;
}
@media (min-width: 0px) and (max-width: 1022px) {
	.ql_subpamain img {
  width: 100%;
}
.qlin_newstop h2{ font-size:18px;}
.qlin_newstop h2 a{ width:151px;  background: url(../images/bg45.png) no-repeat right 15px;
}
  .qlin_yqlj,
  .qlin_yqlj * {
    display: none;
  }
  .qlin_newstop {
    padding-top: 10px;
    padding-bottom: 0;
  }
  .qlin_newsulaas {
    display: block;
    min-height: 200px;
  }
  .qlin_news,
  .qlin_news * {
    display: none;
  }
  .qlin_newstoptex {
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 20px;
    min-height: 20px;
    line-height: 20px;
    color: #333;
    background: none;
		border-top:1px solid #eee;
		border-bottom:1px solid #eee;
  }
}
/*index END*/
@media (min-width: 420px) and (max-width: 1022px) {
  .ql_subpamain {
    min-height: 521px;
  }
}
/**/

/*# sourceMappingURL=qgl_style.css.map */
.qlin_newsula div h3 a:hover{ color:#d0000e;}
.ql_video iframe{ width:640px; height:400px;}
@media (min-width: 0px) and (max-width: 1022px) {
.ql_video iframe{ width:100%; height:300px;}
}
.qlin_newstoptexpb20{ padding-bottom:20px;}
.qlin_gsjj{ font-size:14px; color:#333; text-align:center; line-height:28px; height:80px; overflow:hidden;}
.qlin_gsjj a{ color:#a31c19; font-weight:bold;}
.qlin_gsjj a:hover{ color:#000;}
@media (min-width: 0px) and (max-width: 1022px) {
.ql_dzx a{ display:none;}
.ql_dzx em{ margin-right:0;}
}