﻿@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,
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: 420px;
}
/*首页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: 464px;
}
.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: 19px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 31px;
  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;
  background: url(../images/qyds_03.png) center center no-repeat;
  width: 27px;
  height: 8px;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
  cursor:pointer;
}
.cg_banner .hd ul li.on {
  background: url(../images/qyds_04.png) center center no-repeat;

}
/*前/后按钮代码*/
.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_hei {
  height: 26px;
  line-height: 26px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 4px 2px;
  width: 100%;
 padding-bottom:30px;
  padding-top: 30px;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 10px 0px;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a {
  display: block;
  color: #333;
  height: 30px;
  line-height: 30px;
}
.sub_updown div a span{
  color: #fff;
  margin-right: 10px;
padding:0 8px;
}
.sub_updown div a[href]:hover>span {
  background-color: #ff6204;
  cursor: pointer;
}
.sub_updown div a[href]:hover {
  color: #ff6204;
  cursor: pointer;
}
.sub_updown span {
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
  width: 64px;
  background-color: #555555;
  text-align: center;
}
/*上下篇 END*/
/*分页 BEGIN*/
.shangye{
  background: url(../images/qyds_51.png) center top no-repeat;
  padding:18px 41px 0 41px !important;
}
.xiaye{
  background: url(../images/qyds_52.png) center top no-repeat;
  padding:18px 41px 0 41px !important;
}
.shangye[href]:hover{
 filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;
}
.xiaye[href]:hover{
 filter:alpha(opacity=70);opacity:0.7;-moz-opacity:0.7;
}
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 18px;
  margin-top: 20px;
}
.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 2px 6px 0 6px;
  margin: -2px 3px;
}
.ql_fenye a {
  color: #c9c9c9;
}
.ql_fenye a[href]:hover {
  color: #ff4b02;
}
.ql_fenye span {
  color: #ff4b02 !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;
}
/*此文件放置共用函数、变量等*/
/* 手机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;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
  font-size: 12px;
  line-height: 26px;
  font-family: "微软雅黑";
  white-space: normal;
  word-break: break-word;
}
.cg_fs {
  font-family: "宋体";
}
.cg_l {
  float: left;
}
.cg_r {
  float: right;
}
/*width*/
.w1002,
.w1004,
.w1100,
.w1200,
.w1216,
.w1280 {
  margin: 0 auto;
}
.w1002 {
  width: 1002px;
}
.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;
}
/*关键字样式*/
.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*/
/*BEGIN*/
.ql_fenyepoa{ padding: 10px;
    a,span{ display:inline-block; *zoom:1; *display:inline; height: 24px; line-height: 24px; font-size: 12px; border: 1px solid #eee; padding: 0 5px; margin: 0 3px !important;}
    a{ color: #333;
        &:hover{ color: #f4b613; border-color: #f4b613;}
    }
    span{ color: #f4b613; border-color: #f4b613;}
}
/*END*/
/*视频 BEGIN*/
.qlin_video_tcdb{ display: none; position: fixed; left: 0; top: 0; z-index: 1000; height: 100%; width: 100%; background: url(../images/aj18.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 emhover{ 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*/
/*qyds_intop BEGIN*/
.qyds_intop{
  height: 98px;
  background: #000000;
  border-bottom: 3px solid #5c5c5c;
}
.qyds_intopml>a{
  display: block;
  padding-top: 18px;
}
.qyds_intopml{
  float: left;
  width: 212px;
}
.qyds_intopmr{
  float: right;
  width: 900px;
}
.qyds_intopmrt{
  height: 38px;
  line-height: 38px;
}
.qyds_intopmrt>div>a{
  display: block;
  float: left;
  font-size: 12px;
  color: #919191;
}
.qyds_intopmrt>div>a:hover{
  color: #ff6204;
}
.qyds_intopmrt>div{
  float: right;
}
.qyds_intopmrt>div .swsy{
  background:url(../images/qyds_02.png) center left no-repeat;
  padding-left: 24px;
  margin-right: 16px;
}
.qyds_intopmrt>div .jrsc{
  background:url(../images/qyds_05.png) center left no-repeat;
  padding-left: 24px;
}
.qyds_intopmrd{
  height: 60px;
  width: 900px;
}
.qyds_intopmrd_ul>li{
  min-width:78px; 
  float: left;
  height: 40px;
  padding:5px 17px 10px 17px;
}
.qyds_intopmrd_ul>li>h2{
  height: 34px;
  line-height: 34px;
  position: relative;
  text-align: center;
}
.qyds_intopmrd_ulerjidiv{
  position: absolute;
  left: 0;
  background: url(../images/qyds_89.png) center top no-repeat;
  height: 43px;
  top:101px;
  width: 100%;
  z-index: 99;
  padding-top: 20px;
}
.qyds_intopmrd_ulerjidiv{
  text-align: center;
  display: none;
}
.qyds_intopmrd_ulerji{
  display: inline-block;
}
.qyds_intopmrd_ulerji>li{
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  width: 97px;
  text-align: center;
}
.qyds_intopmrd_ul>li:hover .qyds_intopmrd_ulerjidiv{
 display: block;
}
.qyds_intopmrd_ulerji>li>a{
  display: block;
  color: #999999;
}
.qyds_intopmrd_ulerji>li:hover>a{
  color: #fff;
}
.qyds_intopmrd_ulerji .on1>a{
  color: #fff;
}
.qyds_intopmrd_ul>li>h2>div{
  position: absolute;
  background: url(../images/qyds_87.png) center center no-repeat;
  top:54px;
  left: 50%;
  width: 126px;
  height: 25px;
  z-index: 100;
  margin-left: -63px;
  text-align: center;
  font-weight: normal;
  line-height: 10px;
  font-size: 14px;
  color: #f15a00;
  display: none;
}
.qyds_intopmrd_ul>li>h2>div>a{
  font-size: 14px;
  color: #f15a00;
}
.qyds_intopmrd_ul>li>h2>em{
  display: block;
  font-weight: normal;
  font-size: 14px;
  color: #c5c5c5;
}

.qyds_intopmrd_ul>li:hover>h2>div{
  display:block;
}
.qyds_intopmrd_ul>li:hover>h2>em{
  display: none;
}
.qyds_intopmrd_ul>li:hover>h2 img{
  display: block;
}

.qyds_intopmrd_ul .on>h2>div{
  display:block;
}
.qyds_intopmrd_ul .on>h2>em{
  display: none;
}
.qyds_intopmrd_ul .on>h2 img{
  display: block;
}
.qyds_intopmrd_ul .no_ri>h2{
 padding-right: 0;
}

.qyds_intopmrd_ul>li>h2 img{
  display: block;
  text-align: center;
  width: 41px;
  margin: 0 auto;
  display: none;
}
/*qyds_intop END*/
/*qyds_indottom BEGIN*/
.qyds_indottom{
  min-height: 140px;
  background: #222222;
}
.qyds_indottomm_ul{
  height: 80px;
  line-height: 80px;
}
.qyds_indottomm_ul>li{
  float: left;
  min-width:70px;
  text-align: center;
  padding:0 40px;
  background:url(../images/qyds_15.png) center right no-repeat;
}
.qyds_indottomm_ul>li>h2>a{
  display: block;
  font-weight: normal;
  font-size: 16px;
  color: #fff;
}
.qyds_indottomm_ul>li>h2>a:hover{
  color: #ff6204;
}
.qyds_indottomm_ul .no_ri{
  background: none;
}
.qyds_indottommdt{
  width: 96px;
  text-align: center;
  float: right;
}
.qyds_indottommdt>div{
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.qyds_indottommdd{
  font-size: 12px;
  color: #afafaf;
  height: 30px;
  line-height: 30px;
  width: 1100px;
}
.qyds_indottommdd2{
    font-size: 12px;
  color: #afafaf;
  height: 30px;
  line-height: 30px;
}
.qyds_indottommdd2 img{vertical-align: middle;}
.ql_sdsgd{ display: inline; vertical-align: middle;}
.qyds_indottommdd2>a{
    font-size: 12px;
  color: #afafaf;
  height: 30px;
  line-height: 30px;
}
.qyds_indottommdd2>a:hover{
  color: #ff6204;
}
.qyds_indottommdd3{
  font-size: 12px;
  color: #555555;
  height: 30px;
  line-height: 30px;
}
.qyds_indottommdd3>div>em{
  display: block;
  float: left;
}
.qyds_indottommdd3>div>a{
  float: left;
  display: block;
 font-size: 12px;
  color: #555555;
  margin-right: 15px;
  display:inline-block; 
  *zoom:1;
  *display:inline;
  word-wrap:break-word;
  white-space:nowrap;
}
/*qyds_indottom END*/
/*qyds_inphone BEGIN*/
.qyds_inphone{
  background: url(../images/qyds_10.png) center center no-repeat;
  height: 59px;
  padding:35px 0;
}
.qyds_inphoneml{
  width: 600px;
  float: left;
  background: url(../images/qyds_09.png) 297px center no-repeat;
}
.qyds_inphonemr{
  float: right;
  width: 449px;
}
.inphonemll{
  float: left;
  width: 223px;
  padding-left: 76px;
  background:url(../images/qyds_06.png) center left no-repeat;
}
.inphonemll>em{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #a0a0a0;
}
.inphonemll>div{
  height: 29px;
  line-height: 29px;
  font-size: 26px;
  color: #fff;
}
.inphonemlr>em{
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #a0a0a0;
}
.inphonemlr>div{
  height: 29px;
  line-height: 29px;
  font-size: 26px;
  color: #fff;
}
.inphonemlr{
   float: left;
   margin-left: 45px;
  width: 180px;
  padding-left: 76px;
  background:url(../images/qyds_07.png) center left no-repeat;
}
.qyds_inp{
  background: url(../images/qyds_17.png) center center no-repeat;
  width: 449px;
  height: 40px;
  margin-top: 10px;
}
.qyds_inp>a{
  width: 67px;
  height: 40px;
  float: right;
  background:#202020 url(../images/qyds_08.png) center center no-repeat;
}
.qyds_inp>a:hover{
  background:#202020 url(../images/qyds_081.png) center center no-repeat;
}
.qyds_inp>div{
  width: 352px;
  height: 30px;
  padding:5px 15px;
}
.qyds_inp>div input{
  width: 352px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #ffe9dc;
  font-family: "微软雅黑";
}
img{
  max-width: 1200px;
}
/*qyds_inphone END*/
/*qyds_ingyds BEGIN*/
.qyds_ingyds{
  height: 516px;
  padding-top:100px;
  background: url(../images/qyds_11.png) center center no-repeat;
}
.qyds_ingydsm>a{
  float: left;
  width: 621px;
  height: 439px;
}
.qyds_ingydsmr{
  width: 491px;
  float: right;
  padding:21px 43px;
  height: 397px;
}
.qyds_ingydsmrt>div{
  font-size: 30px;
  font-weight: bold;
  color: #e9e8e8;
  text-transform: uppercase;
  height: 32px;
  line-height: 32px;
}
.qyds_ingydsmrt>h2>a{
  height: 48px;
  line-height: 48px;
  font-size: 20px;
  color: #797979;
  display: block;
  font-weight: normal;
}
.qyds_ingydsmrt>h2>a:hover{
  color: #ff6204;
}
.qyds_ingydsmrm{
  margin-top: 50px;
  font-size: 14px;
  color: #919191;
  line-height: 30px;
  height: 210px;
  overflow: hidden;
}
.qyds_ingydsmr>a{
  font-size: 14px;
  color: #e9e8e8;
  width: 148px;
  height: 43px;
  display: block;
  background: url(../images/qyds_13.png) center center no-repeat;
  text-align: center;
  line-height: 43px;
  margin-top: 28px;
}
.qyds_ingydsmr>a:hover{
  color: #ff6204;
}
/*qyds_ingyds END*/
/*qyds_incpzx BEGIN*/
.qyds_incpzx{
  background: url(../images/qyds_082.png) center center no-repeat;
  height: 525px;
}
.qyds_biaoti{
  height: 118px;
  padding-left: 475px;
  padding-top: 20px;
}
.qyds_biaoti>em{
  display: block;
  float: left;
  font-size: 48px;
  color: #ff6404;
  font-weight: bold;
  height: 100px;
  text-transform: uppercase;
  margin-top: 10px;
}
.qyds_biaoti>div{
  float: left;
}
.qyds_biaoti>div>em{
  display: block;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin-left: 6px;
}
.qyds_biaoti>div>h2>a{
  display: block;
  float: right;
  font-size: 24px;
  color: #aeaeae;
  font-weight: normal;
  height: 46px;
  line-height: 46px;
}
.qyds_biaoti>div>h2>a:hover{
  color: #ff6404;
}
.qyds_incpzxd_ul{
  height: 328px;
  padding-top: 50px !important;
}
.qyds_incpzxd_ul>li{
  float: left;
  width: 384px;
  height: 263px;
  margin-right: 24px;
  position: relative;
}
.qyds_incpzxd_ul>li:hover>div{
  display: block;
}
.qyds_incpzxd_ul>li>div{
  position: absolute;
  top:0;
  left: 0;
  background: url(../images/qyds_096.png) center center no-repeat;
  width: 384px;
  height: 263px;
  display: none;
}
.qyds_incpzxd_ul>li>div>h3{
  background: url(../images/qyds_095.png) center center no-repeat;
  width: 384px;
  height: 263px;
}
.qyds_incpzxd_ul>li>div>h3>a{
  display: block;
  line-height: 263px;
  text-align: center;
  font-size: 18px;
  color: #e9e8e8;
  font-weight: normal;
}
.qyds_incpzxd{
  position: relative;
}
.prev2{
  position: absolute;
  background: url(../images/qyds_083.png) center center no-repeat;
  width: 25px;
  height: 46px;
  left: -60px;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.next2{
  position: absolute;
  background: url(../images/qyds_084.png) center center no-repeat;
  width: 25px;
  height: 46px;
  right: -60px;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.prev2:hover{
  background: url(../images/qyds_086.png) center center no-repeat;
}
.next2:hover{
  background: url(../images/qyds_085.png) center center no-repeat;
}
/*qyds_incpzx END*/
/*BEGIN*/
.qy_zygg{
  background: url(../images/qyds_087.png) center top repeat-x;
  height: 48px;
}
.qy_zyggml>h2{
  float: left;
  width: 150px;
  height: 102px;
  background: #ff6204;
  text-align: center;
  line-height: 102px;
  color: #fff;
  font-size: 22px;
  font-weight: normal;
}
.qy_zyggml img{
  display: block;
  float: left;
}
.qy_zyggm{
  position: relative;
}
.qy_zyggml{
  position: absolute;
  bottom: 0;
  left: 0;
}
.qy_zyggml1{
  position: absolute;
  bottom: -48px !important;
  left: 0;
}
.qy_zyggmr{
  padding-left: 299px;
  width: 740px;
}
.qy_zyggmr_ul>li{
  width: 148px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  float: left;
  background: url(../images/qyds_093.png) center right no-repeat;
}
.qy_zyggmr_ul>li>h2>a{
  display: block;
  font-weight: normal;
  font-size: 18px;
  color: #2b3033;
}
.qy_zyggmr_ul>li:hover>h2>a{
  color: #fff;
}
.qy_zyggmr_ul .on>h2>a{
  color: #fff;
}
.qy_zyggmr_ul>li:hover{
  background: url(../images/qyds_092.png) center center no-repeat;
}
.qy_zyggmr_ul .on{
  background: url(../images/qyds_092.png) center center no-repeat;
}
.next3{
  background: url(../images/bqy_hy_41.png) center center no-repeat;
  width: 25px;
  height: 48px;
  position: absolute;
  right: 80px;
  cursor: pointer;
  top:0;
}
.next3:hover{
  background: url(../images/bqy_hy_43.png) center center no-repeat;
}
.qy_zygg2{
  height: 65px;
  background: url(../images/qyds_090.png) center top repeat-x;
}
.qy_zygg2m{
  background: url(../images/qyds_088.png) center center repeat-x;
  height: 65px;
}
.qy_zygg2ml{
  float: left;
  min-width: 100px;
  padding-right: 10px;
  background: #212121;
  font-size: 18px;
  color: #ff6204;
  height: 65px;
  line-height: 65px;
  text-transform: uppercase;
}
.qy_zygg2mr{
  float: right;
  min-width: 160px;
  height: 65px;
  color: 65px;
  line-height: 65px;
  padding-left: 15px;
  background: #212121;
  color: #e3e3e3;
  font-size: 12px;
}
.qy_zygg2mr>a{
  color: #e3e3e3;
}
.qy_zygg2mr>a:hover{
  color: #ff6204;
}
/*END*/
/*qyds_inppzx BEGIN*/
.qyds_inppzx{
  background: url(../images/qyds_18.png) center top no-repeat;
  height: 972px;
}
.qyds_biaoti1{
  padding-left: 445px !important;
}
.qyds_inppzxd{
  height: 834px;
}
.qyds_inppzxd>div{
  height: 64px;
  text-align: center;
}
.qyds_inppzxdhd{
  display: inline-block;
}
.qyds_inppzxdhd>li{
  float: left;
  height: 64px;
  text-align: center;
  line-height: 64px;
  width: 110px;
}
.qyds_inppzxdhd>li>h2>a{
  font-weight: normal;
  color: #bababa;
  font-size: 16px;
}
.qyds_inppzxdhd>li.on>h2>a{
  padding-top: 21px;
  border-top:3px solid #ff6404;
  color: #ff6404;
}
.qyds_inppzxdbd{
  position: relative;
}
.qyds_inppzxm{
  position: relative;
}
.qyds_inppzxdbd>li{
  float: left;
  width: 292px;
  height: 292px;
  margin-right: 10px;
  position: relative;
  margin-top: 10px;
}
.qyds_inppzxdbd>li:hover>div{
  display: block;
}
.qyds_inppzxdbd>li>div{
  position: absolute;
  top:0;
  left: 0;
  background: url(../images/qyds_20.png) center center no-repeat;
  width: 292px;
  height: 292px;
  display: none;
}
.qyds_inppzxdbd>li>div>h3{
  background: url(../images/qyds_095.png) center center no-repeat;
  width: 292px;
  height: 292px;
}
.qyds_inppzxdbd>li>div>h3>a{
  display: block;
  line-height: 292px;
  text-align: center;
  font-size: 18px;
  color: #e9e8e8;
  font-weight: normal;
}
.qyds_inppzxd>div{
  position: relative;
}
.qyds_inppzxdbd>a{
  font-size: 14px;
  color: #e9e8e8;
  width: 148px;
  height: 43px;
  display: block;
  background: url(../images/qyds_13.png) center center no-repeat;
  text-align: center;
  line-height: 43px;
  margin-top: 28px;
  position: absolute;
  top:657px;
  left: 50%;
  margin-left: -74px;
}
.qyds_inppzxdbd>a:hover{
  color: #ff6204;
}
/* .qyds_inppzxdhd>li:hover{
  background: url(../images/qyds_14.png) center top no-repeat;
} */
/*qyds_inppzx END*/
/*BEGIN*/
.qyds_inxwzx{
  background: url(../images/qyds_21.png) center top no-repeat;
  height: 522px;
}
.qyds_inxwzx_ul{
  height: 328px;
  padding-top: 50px !important;
}
.qyds_inxwzx_ul>li{
  float: left;
  width: 345px;
  height: 232px;
  margin-right: 33px;
  position: relative;
  background: #fff;
  padding:20px 17px 22px 16px;
}
.qyds_inxwzx_ult>em{
  display:block;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #7c7c7c;
}
.qyds_inxwzx_ult>b{
  display:block;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  color: #000000;
}
.qyds_inxwzx_ul>li>h3>a{
  display: block;
  height: 36px;
  line-height: 36px;
  overflow: hidden;
  font-size: 18px;
  color: #000000;
  font-weight: normal;
}
.qyds_inxwzx_ultd{
  height: 90px;
  line-height: 30px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.qyds_inxwzx_ul>li>a{
  display: block;
  background: url(../images/qyds_22.png) center center no-repeat;
  width: 20px;
  height: 20px;
  margin-top: 15px;
}
.qyds_inxwzx_ul>li:hover>a{
  background: url(../images/qyds_23.png) center center no-repeat;
}
.qyds_inxwzx_ul>li:hover .qyds_inxwzx_ult>b{
  color: #ff6204;
}
.qyds_inxwzx_ul>li:hover>h3>a{
  color: #ff6204;
}
/*END*/
/*BEGIN*/
.bqy_dszy{
  background: url(../images/qyds_26.png) center top;
}
.bqy_dszymain{
  padding:40px 54px 25px 60px;
  width: 1086px;
}
.bqy_dszygyds .top2{
  background: url(../images/qyds_29.png) center bottom no-repeat;height: 177px;display: block;
}
.bqy_dszygyds .bottom2{
 background: url(../images/qyds_25.png) center bottom no-repeat;height: 89px;display: block;
}

.bqy_dszy1{
  background: url(../images/qyds_93.png) center top;
}
.bqy_dszygyds .top3{
  background: url(../images/qyds_91.png) center bottom no-repeat;height: 177px;display: block;
}
.bqy_dszygyds .bottom3{
 background: url(../images/qyds_92.png) center bottom no-repeat;height:68px;display: block;
}
/*END*/
/*bqy_ryzzmain BEGIN*/
.bqy_ryzzmain{
  padding:53px 64px 53px 75px;
  width: 1061px;
}
.bqy_ryzzmainmi1_ul>li{
  width: 1061px;
  position: relative;
}
.bqy_ryzzleft{
  float: left;
  width: 534px;
  height: 365px;
}
.bqy_ryzzright{
  position: absolute;
  padding:78px 32px 50px 32px;
  background: url(../images/qyds_36.png) center center no-repeat;
  width: 489px;
  height: 202px;
  top:20px;
  left: 511px;
}
.bqy_ryzzrightop{
  display: inline-block;
}
.bqy_ryzzright{
  text-align: center;
}
.bqy_ryzzrightop img{
  display: block;float: left;
}
.bqy_ryzzrightop>h3{
  height: 32px;
  float: left;
  margin: 0 15px;
  line-height: 32px;
  font-weight: bold;
  font-size: 28px;
  color: #e3e3e3;
}
.bqy_ryzzrighbottom{
  height: 150px;
  line-height: 30px;
  font-size: 14px;
  color: #acacac;
  text-align: left;
  margin-top: 36px;
  overflow-y: auto;
}
.bqy_ryzzmainmi .hd1 .bqy_ryzzmainmi2_ul>li{
  float: left;
  background: url(../images/qyds_37.png) center center no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.bqy_ryzzmainmi .hd1 .bqy_ryzzmainmi2_ul>li.on{
  background: url(../images/qyds_38.png) center center no-repeat;

}
.bqy_ryzzmainmi{
  position: relative;
}
.bqy_ryzzmainmi .hd1 .bqy_ryzzmainmi2_ul{
    position: absolute;
  bottom: -18px;
  right: 129px;
}
.prev4{
  background: url(../images/qyds_39.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 84px;
  cursor: pointer;
  bottom:-13px;
}
.next4{
  background: url(../images/qyds_42.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 11px;
  cursor: pointer;
  bottom:-13px;
}


.prev4:hover{
  background: url(../images/qyds_40.png) center center no-repeat;
}
.next4:hover{
  background: url(../images/qyds_41.png) center center no-repeat;
}








.bqy_cpzxmainmi1_ul>li{
  width: 1061px;
  position: relative;
}
.bqy_cpzxleft{
  float: left;
  width: 534px;
  height: 365px;
  margin-left: 20px;
}
.bqy_cpzxright{
  position: absolute;
  padding:78px 32px 50px 32px;
  background: url(../images/qyds_36.png) center center no-repeat;
  width: 489px;
  height: 202px;
  top:20px;
  left: 460px;
}
.bqy_cpzxrightop{
  display: inline-block;
}
.bqy_cpzxright{
  text-align: center;
}
.bqy_cpzxrightop img{
  display: block;float: left;
}
.bqy_cpzxrightop>h3{
  height: 32px;
  float: left;
  margin: 0 15px;
  line-height: 32px;
  font-weight: bold;
  font-size: 28px;
  color: #e3e3e3;
}
.bqy_cpzxrighbottom{
  height: 150px;
  line-height: 30px;
  font-size: 14px;
  color: #acacac;
  text-align: left;
  margin-top: 36px;
  overflow-y: auto;
}
.bqy_cpzxmainmi .hd1 .bqy_cpzxmainmi2_ul>li{
  float: left;
  background: url(../images/qyds_37.png) center center no-repeat;
  width: 15px;
  height: 15px;
  margin: 0 6px;
}
.bqy_cpzxmainmi .hd1 .bqy_cpzxmainmi2_ul>li.on{
  background: url(../images/qyds_38.png) center center no-repeat;

}
.bqy_cpzxmainmi{
  position: relative;
}
.bqy_cpzxmainmi .hd1 .bqy_cpzxmainmi2_ul{
    position: absolute;
  bottom: -18px;
  right: 124px;
}
.prev5{
  background: url(../images/qyds_39.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 131px;
  cursor: pointer;
  bottom:-13px;
}
.next5{
  background: url(../images/qyds_42.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  right: 64px;
  cursor: pointer;
  bottom:-13px;
}
.prev5:hover{
  background: url(../images/qyds_40.png) center center no-repeat;
}
.next5:hover{
  background: url(../images/qyds_41.png) center center no-repeat;
}
/*bqy_ryzzmain END*/
/*BEGIN*/
.bqy_ppzxmain{
  padding:70px 101px 50px 101px;
}
/*END*/
/*BEGIN*/
.bqy_cpzxmain{
  padding:34px 40px 30px 40px;
}
/*END*/
/*BEGIN*/
.qyds_inppzxdbd{
  position: relative;
}
.qyds_incpzxdbd>li{
  float: left;
  width: 272px;
  height: 272px;
  margin-right: 10px;
  position: relative;
  margin-top: 41px;
}
.qyds_incpzxdbd>li>a{
  display: block;
}
.qyds_incpzxdbd>li:hover>div{
  display: none;
}
.qyds_incpzxdbd>li>div{
  position: absolute;
  top:0;
  left: 0;
  background: url(../images/qyds_50.png) center center no-repeat;
  width: 273px;
  height: 273px;
}
.qyds_incpzxdbd>li>div>h3{
  background: url(../images/qyds_095.png) center center no-repeat;
  width: 273px;
  height: 273px;
}
.qyds_incpzxdbd>li>div>h3>a{
  display: block;
  line-height: 273px;
  text-align: center;
  font-size: 18px;
  color: #e9e8e8;
  font-weight: normal;
}
/*END*/
/*BEGIN*/
.bqy_xwzxmain_ul>li{
  float: left;
  width: 319px;
  height: 211px;
  margin-right: 32px;
  margin-top: 27px;
  position: relative;
  background: #0c0c0c;
  padding:20px 17px 22px 16px;
}
.bqy_xwzxmain_ult>em{
  display:block;
  height: 21px;
  line-height: 21px;
  font-size: 14px;
  color: #7c7c7c;
}
.bqy_xwzxmain_ult>b{
  display:block;
  height: 50px;
  line-height: 50px;
  font-size: 36px;
  color: #ff6204;
}
.bqy_xwzxmain_ul>li>h3>a{
  display: block;
  height: 32px;
  line-height: 32px;
  overflow: hidden;
  font-size: 17px;
  color: #e3e3e3;
  font-weight: normal;
}
.bqy_xwzxmain_uld{
  height: 81px;
  line-height: 27px;
  overflow: hidden;
  font-size: 14px;
  color: #666666;
}
.bqy_xwzxmain_ul>li>a{
  display: block;
  width: 41px;
  height: 20px;
  margin-top: 10px;
  background: url(../images/qyds_57.png) center center no-repeat;
}
.bqy_xwzxmain_ul2>li{
  height: 344px;
  width: 352px;
  margin-bottom: 27px;
  float: left;
  margin-right: 32px;

}
.bqy_xwzxmain_ul2div{
  width: 300px;
  height: 161px;
  padding:31px 30px 12px 22px;
  background: #0d0d0d;
}
.bqy_xwzxmain_ul2divt{
  height: 110px;
}
.ul2divtt{
  float: left;
  width: 57px;
  height: 110px;
  font-size: 12px;
  line-height: 27px;
  color: #b5b5b5;
  background: url(../images/qyds_56.png) center right no-repeat;
}
.ul2divtt>em{
  display: block;
  font-size: 40px;
  padding-top: 28px;
  color: #ff7320;
  padding-bottom: 5px;

}
.ul2divttd{
  float: right;
  width: 222px;
}
.ul2divttd>h3{
  height: 52px;
  line-height: 26px;
  overflow: hidden;
  font-size: 18px;
  font-weight: normal;
}
.ul2divttd>h3>a{
  color: #e3e3e3;
  display: block;
}
.ul2divttd>div{
  font-size: 14px;
  margin-top: 8px;
  color: #999999;
  line-height: 24px;
  height: 48px;
}
.bqy_xwzxmain_ul2divd{
  height: 40px;
  width: 300px;
  margin-top: 10px;
  background: url(../images/qyds_55.png) left top no-repeat;
}
.bqy_xwzxmain_ul2divd>a{
  display: block;
  float: right;
  background: url(../images/qyds_57.png) center center no-repeat;
  width: 41px;
  height: 40px;
}
.bqy_xwzxmain_ul2divd>div>a{
  height: 40px;
  display: block;
  line-height: 40px;
  font-size: 18px;
  color: #999999;
}
.bqy_xwzxmain_ul>li:hover{
  background: #2b2b2a;
}
.bqy_xwzxmain_ul>li:hover>h3>a{
  color:#ff6204;
}
.bqy_xwzxmain_ul2>li:hover .bqy_xwzxmain_ul2div{
background: #2b2b2a;
}
.bqy_xwzxmain_ul2divd>a:hover{
  background: url(../images/qyds_58.png) center center no-repeat;
}
.bqy_xwzxmain_ul2divd>div>a:hover{
  color:#ff6204;
}
/*END*/
/*BEGIN*/
.bqy_lxfsmaint{
  background: url(../images/qyds_59.png) center center no-repeat;
  width: 1200px;
  height: 317px;
}
.bqy_lxfsmaintl{
  font-size: 14px;
  color: #8a8a8a;
  line-height: 28px;
  padding-left: 178px;
  padding-top: 153px;

  text-align: center;
  float: left;
}
.bqy_lxfsmaintl>em{
  font-size: 18px;
  display: inline-block;
  color: #8a8a8a;
  background: url(../images/qyds_62.png) center left no-repeat;
  padding-left: 30px;
   height: 30px;
  line-height: 30px;
}
.bqy_lxfsmaintm{
  font-size: 14px;
  color: #8a8a8a;
  line-height: 28px;
  padding-left: 144px;
  text-align: center;
  padding-top: 76px;
  float: left;
}
.bqy_lxfsmaintm>em{
  display: inline-block;
  font-size: 18px;
  color: #8a8a8a;
  background: url(../images/qyds_63.png) center left no-repeat;
  padding-left: 30px;
   height: 30px;
  line-height: 30px;
}
.bqy_lxfsmaintr{
  font-size: 14px;
  color: #8a8a8a;
  line-height: 28px;
  padding-left: 134px;
  text-align: center;
  padding-top: 14px;
  float: left;
}
.bqy_lxfsmaintr>em{
  text-align: center;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #8a8a8a;
  background: url(../images/qyds_64.png) center left no-repeat;
  padding-left: 30px;
}
.bqy_lxfsmaind{
  height: 343px;
  width: 1061px;
  margin: 0 auto;
  margin-top: 42px;
}
/*END*/
/*BEGIN*/
.zxlyds{
  background: url(../images/qyds_65.png) center center no-repeat;
  width: 1080px;
  padding:0 60px;
  height: 595px;
}
.zxlydsl{
  width: 724px;
  float: left;color: #fff;
  min-height: 450px;
  line-height: 450px;
}
.zxlydsl_ul{

  height: 505px;
margin:13px 0 20px 0;
}
.zxlydsl_ul>li{
width: 700px;
}
.zxlydsr{
  width: 317px;
  float: right;color: #fff;
}
.zxlydsl_uldiv1{
  background: url(../images/qyds_66.png) center center no-repeat;
  width: 666px;
  height: 32px;
  padding:0 20px;
}
.zxlydsl_uldiv1>em{
  display: block;
  float: left;
  font-size: 12px;
  color: #ff5f00;
  line-height: 32px;
}
.zxlydsl_uldiv1>div{
  float: right;
}
.zxlydsl_uldiv1>div>em{
  min-width:166px;
  height: 32px;
  display: block; 
  float: left;
  line-height: 32px;
  background: url(../images/qyds_67.png) center center ;
  text-align: center;
}
.zxlydsl_uldiv1>div>b{
  min-width:166px;
  height: 32px;
  display: block; 
  float: left;
  line-height: 32px;
  text-align: center;
  font-weight: normal;
}
.zxlydsl_uldiv2{
  width:705px;
}
.zxlydsl_uldiv2t{
  min-height: 55px;
  line-height: 55px;
  border-bottom: 1px solid #6f6f6f;
}
.zxlydsl_uldiv2t>em{
  display: block;
  float: left;
  width: 40px;
  height: 50px;
  background: url(../images/qyds_68.png) center right no-repeat;
}
.zxlydsl_uldiv2t>div{
  width: 633px;
  float: right;
  min-height: 32px;
  line-height: 30px;
  padding:10px;
  background: #9a9a9a;
  font-size: 14px;
  color: #333333;
}
.ql_amin_gd{overflow:hidden; padding-right:44px;}
.nicescroll-rails{ width: 6px !important; background:url(../images/qyds_91.png) center center;}
.nicescroll-rails div{ width: 6px !important; background: #c26134;}

.zxlydsl_uldiv2b{
  min-height: 55px;
  line-height: 55px;
}
.zxlydsl_uldiv2b>em{
  display: block;
  float: left;
  width: 40px;
  height: 50px;
  background: url(../images/qyds_69.png) center right no-repeat;
}
.zxlydsl_uldiv2b>div{
  width: 633px;
  float: right;
  min-height: 32px;
  line-height: 30px;
  padding:10px;
  background: #9a9a9a;
  font-size: 14px;
  color: #333333;
}
.zxlydsl_ul>li{
  margin-bottom: 20px;
}
.zxlydsr>h2{
  font-weight: normal;
  font-size: 20px;
  color: #fff;
  height: 30px;
  margin-top: 45px;
  margin-left: 50px;
  margin-bottom: 8px;
}
.input_a{
  background: url(../images/qyds_70.png) center center no-repeat;
  width: 317px;
  height: 31px;
  margin-bottom: 19px;
}
.input_al{
  float: left;
  background: url(../images/qyds_71.png) center center no-repeat;
  width: 84px;
  height: 31px;
  line-height: 31px;
  text-align: right;
  font-size: 14px;
  color: #000000;
}
.input_al>em{
  display: block;
  float: right;
  width: 20px;
  height: 31px;
  background: url(../images/qyds_74.png) center center no-repeat;
}
.input_al>b{
  display: block;
  float: right;
  width: 20px;
  height: 31px;
}
.input_ar{
  float: right;
  width: 203px;
  padding:0 15px;
}
.input_ar input{
  line-height: 31px;
  height: 31px;
  width: 203px;
  font-family: "微软雅黑";
  font-size: 14px;
  color:#000000; 
}
.input_b{
  height: 215px;
  width: 317px;
  margin-bottom: 19px;
  background: url(../images/qyds_75.png) center top;
}
.input_bl{
  background: url(../images/qyds_76.png) center top no-repeat;
  width: 317px;
  height: 31px;
}
.input_bll{
  float: left;
  width: 84px;
  height: 31px;
  line-height: 31px;
  text-align: right;
  font-size: 14px;
  color: #000000;
}
.input_bll>em{
  display: block;
  float: right;
  width: 20px;
  height: 31px;
  background: url(../images/qyds_74.png) center center no-repeat;
}
.input_br{
  width: 297px;
  height: 164px;
  padding:10px;
}
.input_br textarea{
  width: 297px;
  height: 164px;
    font-family: "微软雅黑";
  font-size: 14px;
  line-height: 30px;
  color:#000000; 
  resize: none;
}
.input_ar1{
  width: 112px !important;
  float: left !important;
}
.input_ar1 input{
  width: 112px !important;
}
.input_a>a{
  display: block;float: left;
  width: 88px;
  border: 1px solid #cbccde;
}
.zxlydsr>a{
  display: block;
  width: 317px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background: url(../images/qyds_73.png) center center no-repeat;
  font-size: 14px;
  color: #fff;
}
.zxlydsr>a:hover{
  color: #000;
}
/*分页 BEGIN*/
.ql_fenye1 {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 15px;
  text-align: left;
}
.ql_fenye1 a,
.ql_fenye1 span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 8px;
  background: #000;
  margin: 0px 3px;
}
.ql_fenye1 a {
  color: #ffffff;
}
.ql_fenye1 a[href]:hover {
  color: #ffffff;
  background: #fc7435;
}
.ql_fenye1 span {
  color: #ffffff !important;
  padding: 0 8px !important;
  font-weight: normal !important;
  background: #fc7435;
}
/*选中需要全部important一下*/
/*分页 END*/
/*END*/
/*BEGIN*/
.bqy_sitemapmaint{
  text-align: center;
  margin-bottom: 20px;
}
.bqy_sitemapmain_ul{
  padding:0 60px;
  width: 1080px;
}
.bqy_sitemapmain_ul>li{
  float: left;
  width: 119px;
  height: 31px;
  text-align: center;
  line-height: 31px;
  margin-right: 41px;
  background: url(../images/qyds_80.png) center center no-repeat;
}
.bqy_sitemapmain_ul>li>h2>a{
  font-size: 18px;
  color: #ff6204;
  font-weight: normal;
}
.bqy_sitemapmain_ul>li>h2>a:hover{
  font-weight: bold;
}
.bqy_sitemapmain_ul>li>div>a{
  display: block;
  height: 31px;
  width: 119px;
  line-height: 31px;
  text-align: center;
  margin-top: 14px;
  font-size: 16px;
  color: #b0b0b0;
}
.bqy_sitemapmain_ul>li>div>a:hover{
  background: url(../images/qyds_81.png) center center no-repeat;

}
/*END*/
/*BEGIN*/
/*网站CSS开始详情*/
.bqy_xwzxxqmain{
  width: 1140px;
  padding:0 30px;
}
.bqy_xwzxxqmain>h1{
  font-size: 20px;
  color: #f2f6fc;
  text-align: center;
  height: 39px;
}
.bqy_xq_main{
  height: 39px;
  border-top: 1px dotted #372a10;
  border-bottom:1px dotted #372a10;
  line-height: 39px;
  font-size: 12px;
  color: #646464;
  margin-top: 20px;
}
.bqy_xq_main_left>i{
  font-style: normal;
  display: inline-block;
  float: left;
}
.bqy_xq_main_left>em{
  font-style: normal;
  display: inline-block;
  float: left;
}
.bqy_xq_main_left>span{
  font-style: normal;
  display: inline-block;
  float: left;
}
.bqy_xq_main_left{
  float: left;
  font-size: 14px;
  color: #666666;
}
.bqy_xq_main_right{
  float: right;
}
#bqy_xq_main_fx{
  float: left;
  padding-top: 5px;
  padding-left:19px;
}
#bqy_xq_main_fx>a{
  padding:0 !important;
  display: block;
}
#bqy_xq_main_fx .bqy_01{
  background:url(../images/bqy_rh_01.png) center center no-repeat;
  width: 22px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_02{
  background:url(../images/bqy_rh_02.png) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_03{
  background:url(../images/bqy_rh_03.png) center center no-repeat;
  width: 18px;
  height: 18px;
}
#bqy_xq_main_fx .bqy_04{
  background:url(../images/bqy_rh_04.png) center center no-repeat;
  width: 18px;
  height: 20px;
}
#bqy_xq_main_fx .bqy_01:hover{
  background:url(../images/bqy_rh_06.png) center center no-repeat;

}
#bqy_xq_main_fx .bqy_02:hover{
  background:url(../images/bqy_rh_07.png) center center no-repeat;

}
#bqy_xq_main_fx .bqy_03:hover{
  background:url(../images/bqy_rh_08.png) center center no-repeat;

}
#bqy_xq_main_fx .bqy_04:hover{
  background:url(../images/bqy_rh_09.png) center center no-repeat;

}
.ql_dzx>a{
  display: block;
  float: left;
}
.ql_dzx .bqy_t{
  padding-top: 11px;
}
.ql_dzx .bqy_fa{
  background:url(../images/bqy_rh_12.png) top right no-repeat;
  width: 22px;
  height:22px;
  margin-top: 11px;
  padding-right:11px;
}
.ql_dzx .bqy_sx{
  background:url(../images/bqy_rh_13.png) top right no-repeat;
  width: 20px;
  height:20px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_close{
  background:url(../images/bqy_rh_14.png) top right no-repeat;
  width: 20px;
  height:20px;
  margin-top: 11px;
  padding-right:10px;
}
.ql_dzx .bqy_fa:hover{
  background:url(../images/bqy_rh_15.png) top right no-repeat;
}
.ql_dzx .bqy_sx:hover{
  background:url(../images/bqy_rh_16.png) top right no-repeat;
}
.ql_dzx .bqy_close:hover{
  background:url(../images/bqy_rh_17.png) top right no-repeat;;
}
.bqy_contentText>div{
  text-align: center;
  margin-top: 30px;
  margin-bottom:23px;
}
.bqy_contentText{
  line-height: 30px;
  color: #666666;
  font-size: 14px;
  padding-bottom:30px;
  background: url(../images/qyds_82.png) center bottom no-repeat;
}
.bqy_contentText>div{
  position: relative;
}
.bqy_contentText>div .left_sz{
 background:url(../images/bqy_101.png) center left no-repeat;
 width: 43px;
 height: 65px;
 position: absolute;
 top:50%;
 margin-top:-32px;
 left:20px;
}
.bqy_contentText>div .left_sy{
 background:url(../images/bqy_104.png) center left no-repeat;
 width: 43px;
 height: 65px;
 position: absolute;
 top:50%;
 margin-top:-32px;
 right:20px;
}
.bqy_contentText>div .left_sz[href]:hover{
   background:url(../images/bqy_103.png) center left no-repeat;
   cursor: pointer;
}
.bqy_contentText>div .left_sy[href]:hover{
   background:url(../images/bqy_102.png) center left no-repeat;
   cursor: pointer;
}
.xgtuijian{
  background: url(../images/qyds_83.png) center center no-repeat;
  height: 115px;
  width: 1056px;
  margin:0 auto;
  padding:29px 39px 35px 41px;
  position: relative;
}
.xgtuijian>h2{
  position: absolute;
  left: 50%;
  margin-left: -100px;
  top:-75px;
}
.xgtuijian_ul>li{
  width: 380px;
  height: 39px;
  line-height: 39px;
  float: left;
  margin-right: 296px;
}
.xgtuijian_ul>li>em{
  float: right;
  font-size: 14px;
  color: #666666;
}
.xgtuijian_ul>li>h3>a{
  display: block;width: 266px;
  font-weight: normal;
  line-height: 39px;
  font-size: 14px;
  color: #666666;
  background: url(../images/qyds_85.png) center left no-repeat;
  padding-left: 19px;
}
.xgtuijian_ul>li:hover>h3>a{
  background: url(../images/qyds_86.png) center left no-repeat;
  color: #ff6204;
}
/*网站CSS结束详情*/
/*网站CSS结束详情*/
/*bqy_subpag_main_cpzsxq 
END*/
/*BEGIN*/

.bqy_subpag_main_xwdtxq{
  margin-top: 60px;
}
.bqy_subpag_main_xwdtxq>h1{
  font-size: 20px;
  color: #333;
  text-align: center;
}
.hiddennext{
  display: none;
}
/*END*/
/*BEGIN*/
.dsqywh{
  margin-top: 50px;
  position: relative;
}
.dsqywh_ul>li{
  float: left;
   background: url(../images/qyds_32.png) center center no-repeat; 
   width: 340px; 
   height: 232px; 
   padding:19px 23px;
   margin-right: 21px;
}
.dsqywh_ul>li>div{
  width: 339px; 
  height: 232px;
}
.dsqywh_ul>li>h3{
  height: 50px;
  line-height: 25px; 
  font-size: 14px; 
  color: #ff5f00; 
  text-align: center;
}
.prev6{
  background: url(../images/qyds_39.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  left: -60px;
  cursor: pointer;
  bottom:-13px;
  top:50%;
}
.next6{
  background: url(../images/qyds_42.png) center center no-repeat;
  width: 40px;
  height: 10px;
  position: absolute;
  right: -60px;
  cursor: pointer;
  bottom:-13px;
  top:50%;
}
.prev6:hover{
  background: url(../images/qyds_40.png) center center no-repeat;
}
.next6:hover{
  background: url(../images/qyds_41.png) center center no-repeat;
}
.lf_zwsj{
	font-size: 14px;
	color: #fff;
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
.hove a{
  color: #ff6204;
  cursor: pointer;
}
.hove a:hover{
  color: #178aeb;
}
.minh{
  min-height: 500px;
}
.qyds_incpzxd .bd .tempWrap{ width:1200px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.images1{
  background: url(../images/qyds_28.png) center top repeat;
}
.images2{
  background: url(../images/qyds_90.png) center top repeat;

}
.bqy_ryzzmainmi .bd .tempWrap{ width:1061px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */
.dsqywh .bd .tempWrap{ width:1200px !important; }/* 用 !important覆盖SuperSlide自动生成的宽度，这样就可以手动控制可视宽度。 */