@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
  outline: none;
}
/*清除内外边距*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
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 div,
.cg_banner_listbox ul li a {
  display: block;
  height: 335px;
}
/*太阳集团tcy8722banner高度*/
.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 div,
.cg_index_banner .cg_banner_listbox ul li a {
  display: block;
  height: 715px;
}
.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: 24px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 80px;
  z-index: 1;
  width: 100%;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
.cg_banner .hd ul li {
  vertical-align: middle;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background: url(?images/j13.png) no-repeat center;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: url(?images/j14.png) no-repeat center;
  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;
}
@media (min-width: 0px) and (max-width: 750px) {
  .cg_banner,
  .cg_banner_listbox,
  .cg_banner_listbox ul,
  .cg_banner_listbox ul li,
  .cg_banner_listbox ul li div,
  .cg_banner_listbox ul li a {
    display: none !important;
    height: 0;
  }
}
/*小屏banner开始*/
.cg_small_banner {
  display: none;
}
.cg_small_banner .swiper-container {
  width: 100%;
  min-height: 50px;
  margin: 0 auto;
}
.cg_small_banner .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
       align-items: center;
}
@media (min-width: 0px) and (max-width: 750px) {
  .cg_small_banner {
    display: block;
  }
}
/*小屏banner结束*/
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}
.sub_updown div a {
  display: block;
  color: #666;
  height: 32px;
  line-height: 32px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;

}
.sub_updown div a[href]:hover {
  color: #874102;
}
.sub_updown div a[href] span {
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  height: 32px;
  line-height: 32px;
}
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 16px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 6px;
  border: none;
  margin: 0px 1px;
  height: 33px;
  line-height: 33px;
  min-width: 21px;
}
.ql_fenye a {
  color: #ffffff;
  background: url(?images/j81.jpg) no-repeat center;
}
.ql_fenye a[href]:hover {
  color: #ffffff;
  background: url(?images/j80.jpg) no-repeat center;
}
.ql_fenye span {
  border: none !important;
  color: #ffffff !important;
  padding: 0 6px !important;
  font-weight: normal !important;
  background: url(?images/j80.jpg) no-repeat center;
}
/*分页 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;
}
.ql_main a[href] * {
  cursor: pointer;
}
.ql_main a[href] img:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -moz-opacity: 0.8;
}
/**/
body,
html {
  min-width: 320px;
}
/*手机横屏书评判断*/
.stop_hp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100%;
  height: 100%;
  background: #212121 url(../images/hspm.png) no-repeat center;
  -moz-background-size: auto 80%;
    -o-background-size: auto 80%;
       background-size: auto 80%;
}
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280,
.w1160 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.w1004 {
  width: 1004px;
}
.w1100 {
  width: 1100px;
}
.w1200 {
  width: 1200px;
}
.w1216 {
  width: 1216px;
}
.w1280 {
  width: 1280px;
}
.w1160 {
  width: 1160px;
}
@media (min-width: 0px) and (max-width: 750px) {
  body .w1200 {
    width: 100%;
    min-width: 100%;
  }
  body .w1160 {
    width: 100%;
    min-width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
  }
}
/*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;
}
/*关键字样式*/
.ql_about_a img {
  max-width: 100% !important;
  height: auto;
}
.ql_about_a a {
  font-weight: bold;
  color: #000;
}
.ql_about_a a:hover {
  color: #666;
}
.qgl_mgaba {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(?images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
/* 公用类 */
body {
  font-size: 12px;
  color: #333;
  line-height: 1.8;
  font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
input {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
textarea {
  background: none;
  font-family: 微软雅黑;
  border: none;
}
.hxq_gaba {
  display: inline-block;
  line-height: 26px;
  padding-left: 25px;
  min-height: 20px !important;
  background: url(?images/bah_10.png) no-repeat left center;
}
.hxq_w1920 {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}
.hxq_w1200 {
  width: 1200px;
  margin: 0 auto;
}
.hxq_w1003 {
  width: 1003px;
  margin: 0 auto;
}
/*字体图标 BEGIN*/
/*<i class="iconfont">&#x33;</i>*/
/*字体图标 END*/
/*Public section BEGIN*/
.cg_gaba {
  height: 15px;
  width: 15px;
  vertical-align: middle;
  padding-right: 3px;
}
/*截取字符串 只显示一行文字哦*/
.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;
}
/*Public section END*/
/*分享 BEGIN*/
.cg_share_box {
  width: 100%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0px 5px;
}
.cg_share {
  clear: both;
  height: 30px;
  line-height: 30px;
  background: #eae9e9;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  position: relative;
}
.cg_share_left,
.cg_share_right {
  width: 50%;
  height: 30px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}
.cg_share_center {
  height: 20px;
  line-height: 18px;
  position: absolute;
  width: 20px;
  font-size: 14px;
  top: 5px;
  left: 50%;
  margin-left: -10px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  background: #fff;
  color: #aaaaaa;
  text-align: center;
  -webkit-box-shadow: 0px 0px 0px 1px #e8e3e3;
     -moz-box-shadow: 0px 0px 0px 1px #e8e3e3;
          box-shadow: 0px 0px 0px 1px #e8e3e3;
}
.cg_share_center span,
.cg_share_center em {
  height: 7px;
  width: 4px;
  background: #FFF;
  display: block;
  position: absolute;
  left: 8px;
}
.cg_share_center span {
  top: -5px;
}
.cg_share_center em {
  bottom: -5px;
}
.cg_share_hs {
  position: fixed;
  height: 100%;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  left: 0px;
  top: 0px;
}
.cg_share_hs img {
  float: right;
  max-width: 100% !important;
}
/*分享 END*/
.ql_about_a a {
  color: #666;
}
.ql_about_a a:hover {
  color: #000;
}
.ql_about_a img {
  max-width: 1128px;
}
.ql_main img {
  max-width: 100%;
}
@media (min-width: 0px) and (max-width: 1210px) {
  img {
    max-width: 100%;
  }
}
/*BEGIN*/
.ql_top {
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 12;
  background: url(?images/j11.png) repeat;
  height: 60px;
  min-width: 100%;
}
.ql_topul {
  height: 60px;
}
.ql_topul li {
  float: left;
  position: relative;
  padding-right: 5px;
  background: url(?images/j15.png) no-repeat right center;
  width: 95px;
}
.ql_topul li:hover em a {
  background: #5e2c00;
  color: #fff;
}
.ql_topul em,
.ql_topul em a {
  display: block;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}
.ql_topul em a.on {
  background: #5e2c00;
  color: #fff;
}
.ql_topul .ql_topulins {
  width: 52px;
}
.ql_topul .ql_topul_log {
  width: 513px;
  padding: 0 20px;
  background: none;
}
.ql_topul .ql_topul_log a {
  display: block;
  margin-top: -26px;
}
.ql_topulxl {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 95px;
  background: #5e2c00;
  padding-bottom: 10px;
}
.ql_topulxl a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
    padding: 10px 4px;
}
.ql_topulxl a:hover {
  /*background: url(?images/j16.jpg) no-repeat left top;*/
    background: #124502;
}
.ql_topulxl a.on {
  /*background: url(?images/j16.jpg) no-repeat left top;*/
    background: #124502;

}
.ql_topul_last {
  padding-right: 0 !important;
  background: none !important;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_top {
    display: none;
  }
}
/*END*/
/*BEGIN*/
body {
  background: url(?images/j18.jpg) repeat;
}
html,
body {
  min-width: 1200px !important;
}
@media (min-width: 0px) and (max-width: 750px) {
  html,
  body {
    width: 100% !important;
    min-width: 0 !important;
  }
}
.cg_header {
  clear: both;
  padding: 10px;
  background: #222222;
  display: none;
}
.cg_top_logo {
  float: left;
  width: 200px;
}
.cg_top_but {
  float: right;
  width: 35px;
}
.cg_headertca {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.cg_headertcb {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 5050;
  width: 160px;
  height: 100%;
  background: #202020;
}
.cg_headertcbc {
  padding: 60px 0 0 0;
}
.cg_headertcbc a {
  display: block;
  height: 36px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-bottom: 1px solid #5a5a5a;
}
.cg_headertcbc a.on {
  color: #c3a977;
  font-weight: bold;
}
.cg_top_but {
  position: relative;
  z-index: 5100;
}
.cg_headertc {
  display: none;
}
@media (min-width: 0px) and (max-width: 750px) {
  .cg_header {
    display: block;
  }
}
.cgsub_index_banner,
.cgsub_index_banner .cg_banner_listbox,
.cgsub_index_banner .cg_banner_listbox ul,
.cgsub_index_banner .cg_banner_listbox ul li,
.cgsub_index_banner .cg_banner_listbox ul li a,
.cgsub_index_banner .cg_banner_listbox ul li div {
  height: 585px !important;
}
/*END*/
/*BEGIN*/
.ql_small_bottom {
  display: none;
  background: #101010;
  text-align: center;
  font-size: 12px;
  color: #c3a977;
  line-height: 20px;
  padding: 10px;
}
.ql_small_bottom a {
  color: #c3a977;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_small_bottom {
    display: block;
  }
}
/*END*/
/*BEGIN*/
.ql_big_bottoma {
  background: url(?images/j01.jpg) repeat;
  padding: 28px 0;
}
.ql_big_bottoma11 {
  float: left;
  height: 161px;
  width: 159px;
  background: url(?images/j03.png) no-repeat center;
  width: 102px;
  height: 102px;
  padding: 30px;
}
.ql_big_bottoma11x {
  float: left;
  width: 45px;
  height: 162px;
  background: url(?images/j04.png) no-repeat 10px center;
}
.ql_big_bottoma12 {
  float: left;
  width: 700px;
}
.ql_big_bottoma121 {
  height: 58px;
  line-height: 58px;
  color: #393939;
  font-size: 14px;
  padding-bottom: 12px;
}
.ql_big_bottoma121 a {
  color: #ffffff;
}
.ql_big_bottoma121 a:hover {
  color: #bfa575;
}
.ql_big_bottoma122 {
  min-height: 32px;
  font-size: 14px;
  color: #c3a977;
}
.ql_big_bottoma1221,
.ql_big_bottoma1222,
.ql_big_bottoma1223 {
  float: left;
  padding-left: 36px;
  margin-right: 50px;
}
.ql_big_bottoma1221 {
  background: url(?images/j06.png) no-repeat left center;
}
.ql_big_bottoma1222 {
  background: url(?images/j07.png) no-repeat left center;
}
.ql_big_bottoma1223 {
  background: url(?images/j08.png) no-repeat left center;
}
.ql_big_bottoma13 {
  float: right;
  width: 241px;
}
.ql_big_bottoma13a {
  background: url(?images/j10.png) no-repeat left bottom;
}
.ql_big_bottoma13a,
.ql_big_bottoma13a em {
  display: block;
  height: 60px;
  line-height: 58px;
  font-size: 14px;
  color: #ffffff;
}
.ql_big_bottoma13a em {
  padding-left: 36px;
  background: url(?images/j09.png) no-repeat left center;
}
.ql_big_bottoma13b {
  padding-top: 12px;
  line-height: 26px;
  font-size: 14px;
  color: #c3a977;
}
.ql_big_bottoma13b a {
  color: #c3a977;
}
.ql_big_bottoma13b a:hover {
  color: #fff;
}
.ql_big_bottomb {
  background: #101010;
}
.ql_big_bottombbox {
  padding: 12px 0;
  line-height: 28px;
  font-size: 12px;
  color: #666666;
}
.ql_big_bottombbox img {
  vertical-align: middle;
}
.ql_big_bottombbox a {
  color: #666666;
}
.ql_big_bottombbox a:hover {
  color: #fff;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_big_bottom {
    display: none;
  }
}
/*END*/
/*BEGIN*/
.ql_sub_two {
  background: url(?images/j21.png) no-repeat center bottom;
}
.ql_sub_twob {
  height: 18px;
  clear: both;
  padding-top: 15px;
  line-height: 18px;
}
.ql_sub_twob div {
  float: right;
  padding-left: 18px;
  background: url(?images/j20.png) no-repeat left center;
  font-size: 12px;
  color: #333333;
}
.ql_sub_twob div a {
  color: #333333;
}
.ql_sub_twob div a:hover {
  color: #874102;
}
.ql_sub_twoc {
  padding: 31px 0 37px 0;
}
.ql_sub_twoc em,
.ql_sub_twoc h4 {
  display: block;
  font-weight: normal;
  text-align: center;
}
.ql_sub_twoc h4 {
  line-height: 38px;
  font-size: 26px;
  color: #000000;
}
.ql_sub_twoc em {
  line-height: 32px;
  font-size: 26px;
  color: #5e2c00;
  text-transform: uppercase;
  font-family: "Times New Roman";
}
.ql_sub_twoa {
  height: 100px;
  background: url(?images/j22.png) no-repeat center;
  margin-top: -60px;
  position: relative;
  z-index: 12;
}
.ql_sub_twoa .prev,
.ql_sub_twoa .next {
  position: absolute;
  top: 0;
  display: none;
  width: 35px;
  height: 100px;
  background: url(?images/j19.png) no-repeat;
}
.ql_sub_twoa .prev {
  background-position: left top;
  left: 20px;
}
.ql_sub_twoa .prev:hover {
  background-position: left bottom;
}
.ql_sub_twoa .next {
  background-position: right top;
  right: 20px;
}
.ql_sub_twoa .next:hover {
  background-position: right bottom;
}
.ql_sub_twoan,
.ql_sub_twoan tempWrap {
  width: 1019px !important;
  overflow: hidden;
  margin: 0 auto;
}
.ql_sub_twoaul {
  vertical-align: middle;
}
.ql_sub_twoaul li {
  float: left;
  width: 339px;
  border-right: 1px solid #bb8225;
}
.ql_sub_twoaul li:hover strong {
  color: #103700;
}
.ql_sub_twoaul li.on strong {
  color: #103700;
}
.ql_sub_twoaul li.on .ql_twoima {
  display: none !important;
}
.ql_sub_twoaul li.on .ql_twoimb {
  display: block !important;
}
.ql_nav_toplx .ql_twoima{ display: block !important;}
.ql_nav_toplx .ql_twoimb{ display: none !important;}
.ql_sub_twoaul strong{ color: #622e00 !important;}
.ql_sub_twoaul h2,
.ql_sub_twoaul a {
  display: block;
  height: 100px;
  text-align: center;
}
.ql_sub_twoaul em {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 100px;
  margin-right: 20px;
  vertical-align: middle;
}
.ql_sub_twoaul strong {
  text-align: left;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 73px;
  padding-top: 27px;
  vertical-align: middle;
  line-height: 24px;
  font-size: 14px;
  color: #622e00;
  font-weight: normal;
    text-transform: uppercase;
}
.ql_sub_twoaul i {
  display: block;
  font-size: 22px;
  font-weight: bold;
  font-style: normal;
}
.ql_twoima {
  display: block;
  margin: 0 auto;
}
.ql_twoimb {
  display: none;
  margin: 0 auto;
}
.ql_sub_twob_erji {
  display: none;
  position: absolute;
  right: 0;
  top: 4px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
  color: #fff;
  background: #874102;
  padding: 0 8px;
}
@media (min-width: 0px) and (max-width: 750px) {
  #ql_sub_twoa,
  #ql_sub_twoa div {
    display: none;
  }
  .ql_sub_twob {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    position: relative;
  }
  .ql_sub_twob div {
    float: left;
  }
  .ql_sub_twoc {
    padding: 0 0 12px 0;
  }
  .ql_sub_twoc h4 {
    font-size: 16px;
    line-height: 20px;
  }
  .ql_sub_twoc em {
    font-size: 14px;
    line-height: 18px;
  }
  .ql_sub_two {
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
  }
  .ql_sub_twob_erji {
    display: block;
  }
}
/*END*/
/*BEGIN*/
.ql_main {
  background: #fff;
  padding: 35px 20px;
  min-height: 450px;
  -webkit-box-shadow: 0 0 5px #e6dcc6;
     -moz-box-shadow: 0 0 5px #e6dcc6;
          box-shadow: 0 0 5px #e6dcc6;
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.ql_bottom_kbq {
  height: 25px;
}
.ql_mainjj {
  background: #fff url(../images/j27.png) no-repeat right top;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .ql_mainjj {
    background: #fff;
  }
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_main {
    min-height: 300px;
  }
}
/*END*/
/*BEGIN*/
.ql_erjitca {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 6000;
}
.ql_erjitcb {
  position: fixed;
  left: 20%;
  top: 50%;
  width: 60%;
  max-height: 80%;
  background: #e2b865;
  z-index: 6100;
  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.ql_erjitcb_ova {
  overflow: auto;
  text-align: center;
}
.ql_erjitcb_ova h2 {
  font-size: 16px;
}
.ql_erjitcb_ova h2 a {
  display: block;
  color: #622e00;
  min-height: 22px;
  line-height: 22px;
  padding: 10px 0;
}
.ql_erjitcb_ova h2 a.on {
  color: #103700;
}
.ql_erjitcb_gb {
  display: block;
  padding-top: 12px;
}
.ql_erjitcb_gb a {
  display: block;
  text-align: center;
}
.ql_erjitcb_gb a img {
  width: 30px;
  display: block;
  margin: 0 auto;
}
.ql_erjitc {
  display: none;
}
/*END*/
/*BEGIN*/
.ql_cpzs {
  min-height: 460px;
  padding-bottom: 40px;
}
.ql_cpzs li {
  width: 375px;
  float: left;
  margin-right: 17px;
  margin-top: 30px;
}
.ql_cpzs li:hover .ql_cpzs_bots {
  display: none;
}
.ql_cpzs li:hover .ql_cpzs_bot h3 {
  width: 100%;
  text-align: center;
}
.ql_cpzs li:hover .ql_cpzs_bot h3 a {
  padding: 0 10px;
}
.ql_cpzs img {
  display: block;
  vertical-align: middle;
}
.ql_cpzs_top {
  display: block;
  position: relative;
  overflow: hidden;
}
.ql_cpzs_top_a {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background: url(?images/j33.png) repeat;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  line-height: 267px;
}
.ql_cpzs_bot_hei {
  height: 70px;
  line-height: 70px;
}
.ql_cpzs_bot {
  background: #874102;
  clear: both;
  height: 70px;
  line-height: 70px;
}
.ql_cpzs_bot h3 {
  float: left;
  width: 214px;
}
.ql_cpzs_bot h3,
.ql_cpzs_bot h3 a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: normal;
  height: 70px;
  line-height: 70px;
}
.ql_cpzs_bot h3 a {
  padding-left: 20px;
}
.ql_cpzs_bots {
  display: block;
  float: left;
  width: 145px;
  text-align: center;
  background: url(?images/j32.png) no-repeat left center;
  font-size: 16px;
  color: #bea26c;
  height: 70px;
  line-height: 70px;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_cpzs_top_a {
    display: none !important;
    top: -100%;
  }
  .ql_cpzs {
    min-height: 310px;
    padding-bottom: 30px;
  }
  .ql_cpzs li {
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 5px 0 5px;
    margin: 0;
  }
  .ql_cpzs_bot_hei2 {
    height: 32px;
    line-height: 32px;
  }
  .ql_cpzs_bot {
    height: 32px;
    line-height: 32px;
  }
  .ql_cpzs_bot h3 {
    width: 100%;
  }
  .ql_cpzs_bot h3,
  .ql_cpzs_bot h3 a {
    font-size: 14px;
    text-align: center;
    height: 32px;
    line-height: 32px;
  }
  .ql_cpzs_bot h3 a {
    padding: 0 10px;
  }
  .ql_cpzs_bots {
    display: none;
  }
}
/*END*/
/*BEGIN*/
.ql_hbt {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  min-height: 32px;
  line-height: 32px;
  padding: 8px 0;
  text-align: center;
}
.ql_dzx {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 38px;
  clear: both;
}
.ql_dzxa {
  line-height: 38px;
  font-size: 12px;
  color: #646464;
  float: left;
}
.ql_dzxb {
  float: left;
}
.ql_dzxb .bdsharebuttonbox {
  padding: 0;
  margin: 0;
  height: 38px;
}
.ql_dzxb .bdsharebuttonbox a {
  display: block;
  height: 38px;
  width: 19px;
  float: left;
  padding: 0;
  margin: 0 0 0 13px;
}
.ql_dzxb .bdsharebuttonbox a:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.ql_dzxb .bdsharebuttonbox .bds_sqq {
  background: url(?images/w32.jpg) no-repeat left center;
}
.ql_dzxb .bdsharebuttonbox .bds_weixin {
  background: url(?images/w34.jpg) no-repeat left center;
}
.ql_dzxb .bdsharebuttonbox .bds_tqq {
  background: url(?images/w36.jpg) no-repeat left center;
}
.ql_dzxb .bdsharebuttonbox .bds_tsina {
  background: url(?images/w38.jpg) no-repeat left center;
}
.ql_dzxb .bdsharebuttonbox .bds_more {
  background: url(?images/w40.jpg) no-repeat left center;
}
.ql_dzxc {
  float: right;
}
.ql_dzxc a {
  display: block;
  float: left;
  height: 38px;
  width: 26px;
}
.ql_dzxc a[href]:hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  -moz-opacity: 0.7;
}
.ql_dzxc .q_dzx_r_zt {
  background: url(?images/w42.jpg) no-repeat center;
}
.ql_dzxc .xxy-bm-fd {
  background: url(?images/w43.jpg) no-repeat center;
}
.ql_dzxc .xxy-bm-jx {
  background: url(?images/w44.jpg) no-repeat center;
}
.ql_dzxc .xxy-bm-gb {
  background: url(?images/w45.jpg) no-repeat center;
}
#contentText {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.ql_xmglimg {
  text-align: center;
  position: relative;
}
.ql_xmglimg img {
  vertical-align: middle;
}
.ql_xmglimg a {
  position: absolute;
  top: 50%;
  z-index: 12;
  margin-top: -33px;
  display: block;
  height: 63px;
  width: 63px;
}
.ql_xmglimgle {
  background: url(?images/j31.jpg) no-repeat left top;
  left: 0px;
}
.ql_xmglimgle[href]:hover {
  background-position: left bottom;
}
.ql_xmglimgri {
  background: url(?images/j31.jpg) no-repeat right top;
  right: 0px;
}
.ql_xmglimgri[href]:hover {
  background-position: right bottom;
}
.ql_xmgltext {
  padding-top: 20px;
}
.ql_cpzs_text {
  padding: 10px 0 0 0;
}
.ql_cpzs_shxi {
  display: none;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_xmglimg a {
    display: none;
  }
  .ql_dzxb,
  .ql_dzxc {
    display: none;
  }
  .ql_dzxa {
    text-align: center;
    width: 100%;
  }
  .ql_xmglimgle {
    left: 10px;
  }
  .ql_xmglimgri {
    right: 10px;
  }
  .ql_cpzs_shxi {
    display: block;
  }
}
/*END*/
/*BEGIN*/
.ql_xwzx {
  min-height: 100px;
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.ql_xwzx li {
  float: left;
  width: 277px;
  margin-right: 17px;
}
.ql_xwzx li:hover h3 a {
  font-weight: bold;
  color: #103700;
}
.ql_xwzx li:hover em {
  color: #103700;
  background: url(?images/j40.jpg) no-repeat center bottom;
}
.ql_xwzx img,
.ql_xwzx a {
  display: block;
  vertical-align: middle;
}
.ql_xwzx h3,
.ql_xwzx h3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.ql_xwzx em {
  display: block;
  text-align: center;
  height: 31px;
  line-height: 31px;
  background: url(?images/j39.jpg) no-repeat center bottom;
  padding-top: 12px;
  color: #874102;
}
.ql_xwzx_ta {
  line-height: 24px;
  font-size: 14px;
  color: #333333;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 48px;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_xwzx {
    padding-bottom: 5px;
  }
  .ql_xwzx li {
    width: 50%;
    margin: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5px 15px 5px;
  }
  .ql_xwzx li:hover em {
    background: #874102;
    color: #fff;
  }
  .ql_xwzx h3,
  .ql_xwzx h3 a {
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #103700;
  }
  .ql_xwzx em {
    height: 24px;
    line-height: 24px;
    background: #874102;
    color: #fff;
    padding-top: 0;
  }
  .ql_xwzx_ta {
    margin-bottom: 4px;
    height: 40px;
    line-height: 20px;
  }
}
/*END*/
/*BEGIN*/
.ql_bxwzx {
  min-height: 320px;
  padding-bottom: 20px;
}
.ql_bxwzx li {
  padding: 11px 0 17px 0;
  border-bottom: 1px solid #eeeeee;
}
.ql_bxwzx li:hover h3 a {
  color: #126736;
  font-weight: bold;
}
.ql_bxwzxle {
  float: left;
  width: 150px;
}
.ql_bxwzxle span {
  display: block;
  line-height: 46px;
  font-size: 24px;
  color: #333333;
  background: url(?images/j41.jpg) no-repeat right center;
}
.ql_bxwzxle em {
  display: block;
  padding-top: 9px;
}
.ql_bxwzxle em a {
  display: block;
  height: 29px;
  width: 29px;
  background: url(?images/j42.jpg) no-repeat left bottom;
}
.ql_bxwzxle em a:hover {
  background-position: left top;
}
.ql_bxwzxri {
  margin-left: 175px;
}
.ql_bxwzxri h3,
.ql_bxwzxri h3 a {
  display: block;
  height: 46px;
  line-height: 46px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.ql_bxwzxri_text {
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 0px) and (max-width: 750px) {
  .ql_bxwzx li {
    padding: 5px 0;
    position: relative;
  }
  .ql_bxwzx li > a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    height: 100%;
    width: 100%;
  }
  .ql_bxwzxle {
    width: 60px;
    text-align: center;
  }
  .ql_bxwzxle span {
    background: none;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
  }
  .ql_bxwzxle em {
    padding-top: 5px;
  }
  .ql_bxwzxle em a {
    margin: 0 auto;
    height: 20px;
    width: 20px;
    -moz-background-size: 20px auto;
      -o-background-size: 20px auto;
         background-size: 20px auto;
  }
  .ql_bxwzxri {
    margin-left: 70px;
  }
  .ql_bxwzxri h3,
  .ql_bxwzxri h3 a {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .ql_bxwzxri_text {
    height: 36px;
    line-height: 18px;
    font-size: 12px;
  }
}
/*END*/
/*BEGIN*/
.ql_moreaa {
  background: url(?images/j44.png) repeat-x center;
}
.ql_moreaa em {
  display: block;
  width: 262px;
  margin: 0 auto;
}
.ql_moreab_h {
  height: 30px;
  line-height: 30px;
}
.ql_moreab {
  min-height: 90px;
  padding-top: 15px;
}
.ql_moreab li {
  float: left;
  width: 516px;
  margin-right: 128px;
}
.ql_moreab li,
.ql_moreab li h3,
.ql_moreab li h3 a,
.ql_moreab li em {
  height: 30px;
  line-height: 30px;
}
.ql_moreab em {
  display: block;
  float: right;
  font-size: 14px;
  color: #103700;
}
.ql_moreab h3,
.ql_moreab h3 a {
  display: block;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
.ql_moreab h3 a {
  padding-left: 15px;
  background: url(?images/j45.png) no-repeat left center;
}
.ql_moreab h3 a:hover {
  background: url(?images/j46.png) no-repeat left center;
  color: #103700;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .ql_moreab {
    padding-top: 5px;
  }
  .ql_moreab li {
    width: 100%;
    margin: 0;
  }
  .ql_moreaa em {
    width: 150px;
  }
}
/*END*/
/*BEGIN*/
.qlin_top {
  padding-top: 44px;
  background: url(?images/j21.png) no-repeat center bottom;
}
.qlin_sub_twoc {
  padding: 31px 0 37px 0;
}
.qlin_sub_twoc em,
.qlin_sub_twoc h2 {
  display: block;
  font-weight: normal;
  text-align: center;
}
.qlin_sub_twoc h2 {
  line-height: 38px;
  font-size: 26px;
}
.qlin_sub_twoc h2 a {
  color: #000000;
  display: inline-block;
}
.qlin_sub_twoc h2 a:hover {
  color: #874102;
}
.qlin_sub_twoc em {
  line-height: 32px;
  font-size: 26px;
  text-transform: uppercase;
  font-family: "Times New Roman";
}
.qlin_sub_twoc em a {
  color: #5e2c00;
  display: inline-block;
}
.qlin_sub_twoc em a:hover {
  color: #874102;
}
@media (min-width: 0px) and (max-width: 750px) {
  .qlin_top {
    -moz-background-size: auto 100%;
      -o-background-size: auto 100%;
         background-size: auto 100%;
    padding: 10px 0 0 0;
  }
  .qlin_sub_twoc {
    padding: 0 0 12px 0;
  }
  .qlin_sub_twoc h2 {
    font-size: 16px;
    line-height: 20px;
  }
  .qlin_sub_twoc em {
    font-size: 14px;
    line-height: 18px;
  }
}
/*END*/
/*BEGIN*/
.qlin_cpboxw {
  padding-bottom: 70px;
}
.qlin_cp li {
  float: left;
  width: 400px;
  position: relative;
}
.qlin_cp img {
  display: block;
  vertical-align: middle;
  width: 100%;
}
.qlin_cp h3 {
  display: none;
  padding-bottom: 15px;
}
.qlin_cp h3 a {
  display: block;
}
.qlin_cp h3,
.qlin_cp h3 a {
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  color: #5e2c00;
  font-weight: normal;
}
.qlin_cp_t {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 230px;
  text-align: center;
  font-size: 20px;
  color: #ffffff;
  background: url(?images/j49.png) no-repeat center;
  z-index: 12;
}
.qlin_cpmpre a {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  text-transform: uppercase;
  background: #5e2c00;
  color: #fff;
  text-align: center;
}
.qlin_cpmpre a em {
  color: #8e4a0f;
  font-size: 18px;
}
.qlin_cpmpre a:hover {
  background: #8e4a0f;
  -webkit-animation-name: qgl_fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 2s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
.qlin_cpmpre a:hover em {
  color: #fff;
}
@-webkit-keyframes qgl_fadeIn {
  0% {
    background: #5e2c00;
  }
  100% {
    background: #8e4a0f;
  }
}
.ql_danruchu {
  -webkit-animation-name: qgl_fadeIn;
  /*动画名称*/
  -webkit-animation-duration: 2s;
  /*动画持续时间*/
  -webkit-animation-iteration-count: 1;
  /*动画次数*/
  -webkit-animation-delay: 0s;
  /*延迟时间*/
}
@media (min-width: 0px) and (max-width: 750px) {
  .qlin_cpboxw {
    padding-bottom: 20px;
  }
  .qlin_cp_t {
    display: none;
    height: 0;
    width: 0;
  }
  .qlin_cp {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3px;
  }
  .qlin_cp li {
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 3px 0 3px;
  }
  .qlin_cp h3 {
    display: block;
  }
  .qlin_cpmpre a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .qlin_cpmpre a em {
    color: #8e4a0f;
    font-size: 18px;
  }
}
/*END*/
/*BEGIN*/
.qlin_gywm {
  min-height: 150px;
  background: url(?images/j55.jpg) no-repeat right center;
}
.qlin_gywmle {
  float: left;
  height: 304px;
  width: 520px;
  background: url(?images/j54.png) no-repeat left top;
  padding: 72px 58px 0 80px;
}
.qlin_gywmri {
  background: url(?images/j52.png) no-repeat center;
}
.qlin_gywmri:hover {
  background: url(?images/j53.png) no-repeat center;
}
.qlin_gywmlea {
  clear: both;
  height: 85px;
}
.qlin_gywmlea h2 {
  float: right;
  text-align: right;
}
.qlin_gywmlea h2 .qlin_gywmlea1 {
  display: block;
  line-height: 32px;
  font-size: 26px;
  color: #5e2c00;
  font-weight: normal;
}
.qlin_gywmlea h2 .qlin_gywmlea2 {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #5e2c00;
  font-family: "Times New Roman";
}
.qlin_gywmlea h2:hover a {
  color: #c6a648;
}
.qlin_gywmleb {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 78px;
}
.qlin_gywmlec {
  padding-top: 25px;
  clear: both;
}
.qlin_gywmlec a {
  float: right;
  display: block;
  height: 45px;
  line-height: 45px;
  width: 165px;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  background: url(?images/j51.jpg) no-repeat left top;
}
.qlin_gywmlec a:hover {
  color: #c6a648;
}
.qlin_gywmri {
  float: left;
  width: 542px;
  height: 376px;
}
.qlin_gywmri.qlin_videotc {
  cursor: pointer;
}
@media (min-width: 0px) and (max-width: 750px) {
  .qlin_gywmle {
    width: 100%;
    padding: 10px 0;
    background: #e8ddc2;
    height: 169px;
  }
  .qlin_gywmri {
    width: 100%;
  }
  .qlin_gywmlea,
  .qlin_gywmlea h2 {
    width: 120px;
    margin: 0 auto;
    height: 48px;
  }
  .qlin_gywmlea h2 {
    text-align: center;
  }
  .qlin_gywmlea h2 .qlin_gywmlea1 {
    font-size: 22px;
    line-height: 26px;
  }
  .qlin_gywmlea h2 .qlin_gywmlea2 {
    line-height: 20px;
    font-size: 14px;
  }
  .qlin_gywmleb {
    padding: 0 10px;
    text-align: left;
  }
  .qlin_gywmlec {
    width: 120px;
    margin: 0 auto;
    height: 28px;
    padding-top: 10px;
  }
  .qlin_gywmlec a {
    width: 100%;
    background: #5e2c00;
    height: 28px;
    line-height: 28px;
  }
  .qlin_gywmlec a:hover {
    background: #5e2c00;
  }
  .qlin_gywm {
    background: none;
  }
}
/*END*/
/*BEGIN*/
.qlin_video_tcdb {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  height: 100%;
  width: 100%;
  background: url(?images/j56.png) repeat;
}
.qlin_video_tcbox {
  width: 800px;
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 1008;
  background: #eee;
  margin-left: -400px;
  margin-top: -245px;
}
.qlin_video_tcbox1 {
  height: 40px;
  clear: both;
  padding: 0 15px;
}
.qlin_video_tcbox1 em {
  display: block;
  height: 40px;
  float: right;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  line-height: 40px;
}
.qlin_video_tcbox1 em:hover {
  color: #e21327;
}
.qlin_video_tcbox1 span {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
}
.qlin_video_tcbox2 {
  height: 490px;
}
/*END*/
/*BEGIN*/
.qlin_news {
  min-height: 646px;
  padding-top: 20px;
  background: url(?images/j57.jpg) no-repeat center bottom;
}
.qlin_newsul li {
  width: 100%;
}
.qlin_newsulle {
  float: left;
  width: 667px;
}
.qlin_newsulle img{ width: 100%;}
.qlin_newsulri {
  float: right;
  width: 533px;
  background: #ffffff;
  margin-top: 115px;
  height: 410px;
}
.qlin_newsulrile {
  float: left;
  width: 104px;
  text-align: right;
  padding-top: 35px;
  height: 264px;
  background: url(?images/j62.png) no-repeat right 142px;
}
.qlin_newsulrile em,
.qlin_newsulrile span {
  display: block;
}
.qlin_newsulrile em {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #333333;
}
.qlin_newsulrile span {
  height: 60px;
  line-height: 60px;
  font-size: 48px;
  color: #333333;
  font-weight: bold;
}
.qlin_newsulriri {
  margin-left: 178px;
  max-width: 310px;
  padding-top: 80px;
}
.qlin_newsulriri h3,
.qlin_newsulriri h3 a {
  display: block;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333333;
  font-weight: normal;
}
.qlin_newsulriri h3 a:hover {
  color: #d3bb72;
}
.qlin_newsulriri1 {
  height: 168px;
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
.qlin_newsulriri2 {
  clear: both;
  padding-top: 44px;
}
.qlin_newsulriri2 a {
  display: block;
  height: 23px;
  width: 23px;
  background: url(?images/j59.png) no-repeat left top;
  float: right;
}
.qlin_newsulriri2 a:hover {
  background: url(?images/j60.png) no-repeat left top;
}
.qlin_newsbox {
  position: relative;
}
.qlin_newsbox .prev,
.qlin_newsbox .next {
  position: absolute;
  z-index: 12;
  top: 155px;
  display: block;
  width: 10px;
  height: 18px;
  background: url(?images/j61.png) no-repeat;
}
.qlin_newsbox .prev {
  background-position: left top;
  right: 70px;
}
.qlin_newsbox .prev:hover {
  background-position: left bottom;
}
.qlin_newsbox .next {
  background-position: right top;
  right: 44px;
}
.qlin_newsbox .next:hover {
  background-position: right bottom;
}
@media (min-width: 0px) and (max-width: 750px) {
  .qlin_newsulle {
    display: none;
  }
  .qlin_news {
    min-height: 200px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
    background: none;
  }
  .qlin_news .prev,
  .qlin_news .next {
    display: none;
  }
  .qlin_newsulri {
    width: 100%;
    margin-top: 0;
    height: 70px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 2px 4px 6px 4px;
    background: #fff;
  }
  .qlin_newsul li {
    padding: 2px 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    height: 74px;
  }
  .qlin_newsulrile {
    width: 60px;
    height: 62px;
    text-align: center;
    background: none;
    padding: 0;
  }
  .qlin_newsulrile em {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
  .qlin_newsulrile span {
    height: 26px;
    line-height: 26px;
    font-size: 16px;
  }
  .qlin_newsulriri {
    margin-left: 70px;
    padding-top: 0;
    width: auto;
  }
  .qlin_newsulriri h3,
  .qlin_newsulriri h3 a {
    height: 36px;
    line-height: 36px;
    font-size: 16px;
  }
  .qlin_newsulriri1 {
    height: 26px;
    line-height: 26px;
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
  }
  .qlin_newsulriri1 p {
    display: inline;
  }
  .qlin_newsulriri2 {
    display: none;
  }
}
/*END*/
/*BEGIN*/
.ql_zxdg_img {
  text-align: center;
  padding-bottom: 26px;
}
.ql_zxdg {
  padding-right: 362px;
  background: url(?images/j64.jpg) no-repeat right center;
}
.ql_zxdg li {
  padding-bottom: 23px;
  vertical-align: middle;
}
.ql_zxdg em {
  display: block;
  height: 54px;
  line-height: 54px;
  font-size: 16px;
  color: #444444;
  font-weight: bold;
  width: 146px;
  padding-right: 5px;
  text-align: right;
  float: left;
}
.ql_zxdg_in {
  border: 1px solid #c7c7c7;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin: 0 17px 0 151px;
  height: 52px;
  padding: 0 10px;
}
.ql_zxdg_in input {
  display: block;
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  color: #444444;
  width: 100%;
}
.ql_zxdg_in.ql_zxdg_in_in {
  height: 100px;
  padding: 14px;
}
.ql_zxdg_in textarea {
  display: block;
  height: 100px;
  line-height: 26px;
  font-size: 16px;
  color: #444444;
  width: 100%;
  resize: none;
}
.ql_zxdg_in.ql_zxdg_inli {
  float: left;
  margin: 0;
  width: 116px;
}
.ql_zxdg_tv {
  float: right;
  height: 54px;
  width: 16px;
  background: url(?images/j67.jpg) no-repeat right center;
}
.ql_zxdg_tv_img {
  float: left;
  height: 52px;
  width: 133px;
  border: 1px solid #c7c7c7;
  margin-left: 30px;
}
.ql_zxdg_tv_img:hover {
  border-color: #7c9ac5;
}
.ql_zxdg_tv_img img {
  height: 52px;
  width: 133px;
  cursor: pointer;
}
.ql_zxdgs_btn {
  height: 57px;
  margin-left: 151px;
  padding-top: 10px;
}
.ql_zxdgs_btn a {
  display: block;
  height: 48px;
  line-height: 48px;
  width: 184px;
  background: url(?images/j65.jpg) no-repeat left top;
  text-align: center;
  float: left;
  margin-right: 25px;
  font-size: 18px;
  color: #ffffff;
}
.ql_zxdgs_btn a:hover {
  background-position: right top;
  color: #fff;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .ql_zxdg {
    padding: 0;
    background: none;
  }
  .ql_zxdg li {
    padding-bottom: 10px;
  }
  .ql_zxdg em {
    height: 38px;
    line-height: 38px;
    width: 72px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    padding-right: 0;
  }
  .ql_zxdg_in {
    margin: 0 15px 0 72px;
  }
  .ql_zxdg_in,
  .ql_zxdg_in input {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
  }
  .ql_zxdg_in.ql_zxdg_in_in {
    padding: 5px 10px;
  }
  .ql_zxdg_in.ql_zxdg_in_in,
  .ql_zxdg_in.ql_zxdg_in_in textarea {
    height: 70px;
    font-size: 14px;
  }
  .ql_zxdg_tv {
    height: 38px;
    line-height: 38px;
  }
  .ql_zxdg_tv_img {
    float: left;
    border: 1px solid #c7c7c7;
    margin-left: 10px;
  }
  .ql_zxdg_tv_img,
  .ql_zxdg_tv_img img {
    height: 36px;
    width: 120px;
    cursor: pointer;
  }
  .ql_zxdgs_btn {
    margin: 0;
  }
  .ql_zxdgs_btn a {
    width: 45%;
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    background: #8a531a;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    float: left;
    margin-right: 0;
  }
  .ql_zxdgs_btn a:hover {
    background: #144301;
  }
  .ql_zxdgs_btn a:nth-child(2) {
    margin-left: 10%;
  }
}
/*END*/
/*BEGIN*/
.ql_sitemapt {
  text-align: center;
  padding-bottom: 40px;
}
.ql_sitemapb li {
  float: left;
  width: 165px;
}
.ql_sitemapb em {
  text-align: center;
}
.ql_sitemapb em,
.ql_sitemapb em a {
  display: block;
  height: 49px;
  line-height: 49px;
  width: 140px;
  margin: 0 auto;
}
.ql_sitemapb em a {
  font-size: 18px;
  color: #fff;
  background: url(?images/j73.png) no-repeat center top;
}
.ql_sitemapb em a:hover {
  background: url(?images/j74.png) no-repeat center top;
}
.ql_sitemapb div {
  text-align: center;
  padding-top: 20px;
}
.ql_sitemapb div a {
  display: block;
  min-height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333333;
  padding: 14px 4px;
}
.ql_sitemapb div a:hover {
  color: #874102;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .ql_sitemapb li {
    width: 100%;
    padding-bottom: 20px;
  }
  .ql_sitemapb em {
    float: left;
  }
  .ql_sitemapb em,
  .ql_sitemapb em a {
    height: 36px;
    line-height: 36px;
    background: #874102;
    width: 120px;
  }
  .ql_sitemapb div {
    padding-top: 0;
    margin-left: 130px;
  }
  .ql_sitemapb div a {
    float: left;
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
  }
}
/*END*/
/*BEGIN*/
.ql_lxwmri {
  float: right;
  width: 715px;
}
.ql_lxwmle {
  float: left;
  width: 405px;
  background: url(?images/j75.png) no-repeat left top;
  padding: 46px 40px 0 40px;
  min-height: 438px;
  background: url(?images/j79.jpg) no-repeat right bottom;
}
.ql_mainlxwm {
  padding: 0;
}
.ql_makjhkj {
  display: none;
  padding: 10px;
}
.ql_makjhkj a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #c8b082;
  -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
          border-radius: 20px;
  margin-top: 15px;
}
.ql_lxwmle2 {
  padding-top: 35px;
}
.ql_lxwmle2 li {
  padding-bottom: 15px;
  line-height: 26px;
  font-size: 16px;
  color: #333333;
}
.ql_lxwmle21 {
  float: left;
  height: 26px;
  width: 26px;
}
.ql_lxwmle21 img {
  display: block;
}
.ql_lxwmle22 {
  margin-left: 32px;
}
@media (min-width: 0px) and (max-width: 1200px) {
  .ql_lxwmri {
    display: none;
  }
  .ql_lxwmle {
    min-height: 200px;
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px 10px 65px 10px;
    -moz-background-size: 80% auto;
      -o-background-size: 80% auto;
         background-size: 80% auto;
    background-position: center bottom;
  }
  .ql_makjhkj {
    display: block;
  }
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*滑出导航完成*/
/*苹果手机字体兼容设置开始  PS 不可以修改任何东西*/
@media screen and (max-device-width: 320px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media screen and (max-device-width: 480px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  body {
    -webkit-text-size-adjust: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  body {
    -webkit-text-size-adjust: none;
  }
}
/*苹果手机字体兼容设置完成*/
/*往下部分可以删除*/
.cg_footer_nav {
  height: 40px;
}
.cg_footer_nav li {
  float: left;
  width: 20%;
}
.cg_footer_nav li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 14px;
}
/*回到顶部+横屏提示 开始*/
.stop_hp {
  display: none;
  position: fixed;
  width: 100%;
  height: 150%;
  left: 0;
  top: -50%;
  z-index: 100000;
  background: #000 url(../images/stop_hp.jpg) center bottom no-repeat;
  -moz-background-size: auto 67%;
    -o-background-size: auto 67%;
       background-size: auto 67%;
}
.qgl_totop {
    cursor: pointer;
  display: none;
  position: fixed;
  right: 5px;
  bottom: 20px;
  z-index: 120;
  height: 30px;
  width: 30px;
  background: url(?images/xl28.png) no-repeat center;
  -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
       background-size: 30px 30px;
}
.qgl_totop:hover{
    background: url(?images/xl28s.png) no-repeat center;
    -moz-background-size: 30px 30px;
    -o-background-size: 30px 30px;
    background-size: 30px 30px;
}
/*回到顶部+横屏提示 开始*/
.layui-layer.layui-anim.layui-layer-dialog { width:260px !important; margin-left:-130px !important; left: 50% !important; }
.layui-layer-content{ clear: both;}
/*回到顶部+横屏提示 开始*/
.stop_hp {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100000;
    background: #000 url(../images/stop_hp.jpg) center top no-repeat;
    -moz-background-size: auto 80%;
    -o-background-size: auto 80%;
    background-size: auto 80%;
}
.stop_hp a {
    position: absolute;
    width: 200px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    bottom: 20px;
    left: 50%;
    margin-left: -100px;
}


.qlin_newsulle a:hover img{filter: alpha(opacity=80);
    opacity: 0.8;}
.ql_fenye .paginator a,.ql_fenye .paginator span{ font-weight: normal !important; color: #fff !important;}