﻿@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: 580px;
}

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

.cg_banner_listbox ul li {
    zoom: 1;
    vertical-align: middle;
}


/*li按钮*/

.cg_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 60px;
    z-index: 1;
    width: 100%;
}

.cg_banner .hd ul {
    overflow: hidden;
    zoom: 1;
    clear: both;
    width: 100%;
    text-align: center;
}

.cg_banner .hd ul li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin: 0 2px;
    width: 30px;
    height: 16px;
    line-height: 30px;
    text-align: center;
    background: url(../images/btn02.png) no-repeat center top;
    cursor: pointer;
    color: #fff;
    overflow: hidden;
}

.cg_banner .hd ul li.on {
    background: url(../images/btn01.png) no-repeat center top;
    color: #f00;
}


/*前/后按钮代码*/

.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

.cg_banner .prev:hover,
.cg_banner .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}


/*banner END*/


/*上下篇 BEGIN*/

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 18px 0;
    width: 100%;
}

.sub_updown a {
    display: block;
    clear: both;
    height: 30px;
    margin: 11px 0;
    color: #333333;
}

.sub_updown span {
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    background: #d0aa5d;
    float: left;
    width: 63px;
    text-align: center;
    margin-right: 12px;
}

.sub_updown div a {
    color: #666;
}

.sub_updown .sub_updown_hover a:hover {
    color: #115a9e;
}

.sub_updown .sub_updown_hover a:hover span {
    background: #115a9e;
}

.sub_updown .sub_updown_hover a span {
    cursor: pointer;
}


/*上下篇 END*/


/*分页 BEGIN*/

.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 12px;
}

.ql_fenye a,
.ql_fenye span {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 27px;
    line-height: 27px;
    width: 43px;
    text-align: center;
    font-size: 14px;
    margin: 0 5px;
}

.ql_fenye a {
    background: url(../images/fenye01.png) no-repeat right top;
    color: #0076be;
}

.ql_fenye a.ql_fenyels {
    background: url(../images/fenye02.png) no-repeat right top;
    width: 54px;
}

.ql_fenye a.ql_fenyels[href]:hover {
    background-position: left top;
    color: #fff;
}

.ql_fenye a[href]:hover {
    background-position: left top;
    color: #fff;
}

.paginator span {
    border: 0px solid #ccc !important;
    color: #fff !important;
    padding: 0 !important;
    font-weight: normal !important;
    background: url(../images/fenye01.png) no-repeat left top;
    color: #fff;
}


/*选中需要全部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,
html {
    min-width: 1180px !important;
}

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,
.w1180 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}

.w1180 {
    width: 1180px;
}


/*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_subpag_about a {
    font-weight: bold;
    color: #000;
}

.ql_subpag_about 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_top_rtht {
    height: 100px;
}

.ql_top_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 9999;
    background: #fff;
}

.ql_top {
    height: 100px;
}

.ql_tople,
.ql_topce,
.ql_topri {
    height: 100px;
}

.ql_tople {
    float: left;
    overflow: hidden;
}

.ql_topce {
    float: left;
    height: 100px;
    padding-left: 56px;
    /*li.ql_topce_last em a.on{ background:#0076be url(../images/x04.png) no-repeat center !important;}
    em a.on{ background: #0076be; color: #fff;}*/
}

.ql_topce li {
    height: 100px;
    float: left;
    position: relative;
    z-index: 15;
}

.ql_topce li em,
.ql_topce li em a {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 15px;
    color: #333333;
}

.ql_topce li em a {
    padding: 0 21px;
}

.ql_topce li:hover em a {
    background: #0076be;
    color: #fff;
}

.ql_topce li em a.on {
    background: #0076be;
    color: #fff;
}

.ql_topce li:hover.ql_topce_last em a {
    background: #0076be url(../images/x04.png) no-repeat center !important;
}

.ql_topcexl {
    display: none;
    position: absolute;
    top: 99px;
    left: -16px;
    z-index: 15;
    width: 135px;
    padding: 24px 0 15px 0;
    background: url(../images/x01.png) no-repeat center 4px;
}

.ql_topcexl a {
    display: block;
    min-height: 22px;
    line-height: 22px;
    padding: 8px 5px;
    font-size: 15px;
    color: #666666;
    background: #ffffff;
    text-align: center;
}

.ql_topcexl a:hover {
    color: #0076be;
}

.ql_topcexl a.on {
    color: #0076be;
}

.ql_topce_last em a {
    width: 40px;
    background: url(../images/x03.jpg) no-repeat center;
}

.ql_topri {
    height: 100px;
    float: right;
    font-size: 15px;
    font-weight: bold;
    color: #0076be;
    padding-left: 41px;
    background: url(../images/x05.jpg) no-repeat left center;
    line-height: 100px;
    overflow: hidden;
}


/*END*/


/*BEGIN*/

.ql_bottombox {
    background: #30383d;
    padding-top: 40px;
    min-height: 394px;
    box-sizing: border-box;
}

.ql_bottoma {
    padding-bottom: 46px;
    position: relative;
    min-height: 354px;
    padding-left: 56px;
    box-sizing: border-box;
}

.ql_bottomaa {
    float: left;
}

.ql_bottomaa li {
    float: left;
    margin-right: 44px;
}

.ql_bottomaa div {
    display: block;
    height: 36px;
    line-height: 36px;
    padding-bottom: 9px;
}

.ql_bottomaa div a {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
}

.ql_bottomaa a:hover {
    color: #d0ad6b;
}

.ql_bottomaa em {
    display: block;
    height: 29px;
    line-height: 32px;
}

.ql_bottomaa em a {
    font-size: 12px;
    color: #999;
}

.ql_bottomaa1 {
    width: 180px;
}

.ql_bottomaa2 {
    width: 140px;
}

.ql_bottomaa .ql_bottomaa3 {
    width: 135px;
    margin-right: 114px;
}

.ql_bottomaa .ql_bottomaa4 {
    width: 82px;
    margin-right: 35px;
}

.ql_bottomaa .ql_bottomaa4 div {
    padding-bottom: 0px;
}

.ql_bottomaa .ql_bottomaa4 div a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
}

.ql_bottomaa .ql_bottomaa4 div a:hover {
    color: #d0ad6b;
}

.ql_bottomaa .ql_bottomaa4 em {
    height: auto;
}

.ql_bottomaa .ql_bottomaa4 em a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 39px;
}

.ql_bottomaa .ql_bottomaa4 em a:hover {
    color: #d0ad6b;
}

.zxm_bj {
    width: 100%;
    background-color: #f5f5f5;
}


/*END*/


/*BEGIN*/

.ql_bottomab {
    float: left;
    /* padding: 0 17px; */
}

.ql_bottomabt {
    padding-left: 12px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding-bottom: 9px;
    font-size: 15px;
    color: #ffffff;
}

.ql_bottomabb1 {
    width: 106px;
    padding: 0px 8px;
    float: left;
    text-align: center;
}

.ql_bottomabb1 em {
    display: block;
    height: 106px;
    overflow: hidden;
}

.ql_bottomabb1 div {
    height: 38px;
    line-height: 38px;
    font-size: 13px;
    color: #c1c1c1;
}


/*END*/


/*BEGIN*/

.ql_bottomac {
    float: right;
    width: 368px;
    position: absolute;
    right: 0;
    bottom: 50px;
}

.ql_bottomaca {
    display: block;
    height: 36px;
    line-height: 36px;
    padding-bottom: 39px;
    font-size: 31px;
    color: #ffffff;
    padding-left: 2px;
}

.ql_bottomacb {
    height: 36px;
    position: relative;
    z-index: 99;
    /* background: #5f5f5f url(../images/x06.jpg) no-repeat 11px center; */
    background-color: rgb(35, 41, 45);
    border-radius: 18px;
}

.ql_bottomacbul {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    border-radius: 18px;
    overflow: hidden;
}

.ql_bottomacbul a {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #878e92;
    padding-left: 13px;
    background: #23292d;
}

.ql_bottomacbul a:hover {
    color: #fff;
}

.ql_bottomacba {
    display: block;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #878e92;
    padding-left: 20px;
}

.ql_bottomacc {
    height: 40px;
    padding-top: 27px;
    clear: both;
}

.ql_bottomacc .bdsharebuttonbox {
    height: 40px;
    overflow: hidden;
}

.ql_bottomacc .bdsharebuttonbox a {
    display: block;
    float: left;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 19px 0 0;
}

.ql_bottomacc .bdsharebuttonbox .mysina {
    background: url(../images/xinlang.jpg) no-repeat center;
}

.ql_bottomacc .bdsharebuttonbox .bds_tsina {
    background: url(../images/x09.jpg) no-repeat center;
}

.ql_bottomacc .bdsharebuttonbox .bds_weixin {
    background: url(../images/x10.jpg) no-repeat center;
}

.ql_bottomacc .bdsharebuttonbox .bds_qzone {
    background: url(../images/x_1010.jpg) no-repeat center;
}


/*END*/


/*BEGIN*/

.ql_bottomb {
    clear: both;
    min-height: 22px;
    line-height: 22px;
    padding: 12px 0 34px;
    font-size: 13px;
    color: #999;
    position: absolute;
    bottom: 0;
    left: 56px;
}

.ql_bottomb img {
    vertical-align: middle;
}

.ql_bottomb a {
    color: #818181;
}

.ql_bottomb a:hover {
    color: #fff;
}


/*END*/


/*BEGIN*/

.ql_subtop_box {
    background: url(../images/x13.jpg) no-repeat center top;
}

.ql_subtop {
    height: 146px;
}

.ql_subtopa {
    float: left;
    height: 146px;
}

.ql_subtopa1 {
    height: 52px;
    line-height: 52px;
    padding-top: 33px;
    font-size: 36px;
    color: #0076be;
}

.ql_subtopa2 {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #0076be;
    text-transform: uppercase;
}


/*END*/


/*BEGIN*/

.ql_subtopc {
    float: right;
    height: 146px;
}

.ql_subtopct {
    height: 36px;
    padding-top: 32px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}

.ql_subtopct a {
    color: #666666;
}

.ql_subtopct a:hover {
    color: #0076be;
}

.ql_subtopcb {
    text-align: right;
}

.ql_subtopcb li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 38px;
    width: 150px;
    text-align: center;
    padding-left: 14px;
}

.ql_subtopcb h2 {
    font-size: 16px;
    font-weight: normal;
}

.ql_subtopcb a {
    color: #333333;
    display: block;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: url(../images/x14.png) no-repeat right top;
}

.ql_subtopcb a:hover {
    background: url(../images/x14.png) no-repeat left top;
    color: #fff;
}

.ql_subtopcb a.on {
    background: url(../images/x14.png) no-repeat left top;
    color: #fff;
}


/*END*/


/*BEGIN*/

.ql_sanji {
    height: 65px;
}

.ql_subpag {
    min-height: 350px;
    padding: 0 0 80px 0;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}


/*END*/


/*BEGIN*/

.ql_xlzx {
    min-height: 400px;
    padding-bottom: 60px;
}

.ql_xlzx li {
    float: left;
    width: 530px;
    height: 245px;
    padding-bottom: 52px;
    vertical-align: middle;
    overflow: hidden;
    margin-right: 120px;
}

.ql_xlzxle {
    float: left;
    width: 200px;
}

.ql_xlzxletop {
    height: 200px;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.ql_xlzxletop:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.ql_xlzxletop a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    height: 200px;
    width: 200px;
    background: url(../images/x19.png) no-repeat left top;
}

.ql_xlzxri {
    float: right;
    width: 306px;
}

.ql_xlzxria {
    height: 26px;
    border-bottom: 1px solid #0076be;
    clear: both;
}

.ql_xlzxria h3,
.ql_xlzxria h3 a {
    float: left;
    font-size: 16px;
    color: #0076be;
    font-weight: normal;
}

.ql_xlzxria em,
.ql_xlzxria h3,
.ql_xlzxria h3 a {
    display: block;
    height: 26px;
    line-height: 26px;
}

.ql_xlzxria em {
    float: right;
    font-size: 12px;
    clear: #666666;
}

.ql_xlzxria h3 a:hover {
    color: #c18445;
    font-weight: bold;
}

.ql_xlzxric {
    height: 90px;
    margin-top: 8px;
    background: #f5f5f5 url(../images/x21.png) no-repeat 15px center;
}

.ql_xlzxric1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding: 0 10px 0 37px;
}

.ql_xlzxrib {
    height: 112px;
    overflow: hidden;
    padding-top: 8px;
}

.ql_xlzxribz {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    color: #666666;
    padding-left: 37px;
    background: url(../images/x18.png) no-repeat 12px center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ql_xlzxleds {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: url(../images/x17.jpg) no-repeat left top;
    padding-left: 70px;
    margin-top: 15px;
}

.ql_xlzxleds:hover {
    background: url(../images/x16.jpg) no-repeat left top;
}


/*END*/


/*BEGIN*/

.qlxx_xlzxle {
    float: left;
    width: 200px;
}

.qlxx_xlzxletop {
    height: 200px;
    width: 200px;
    position: relative;
    overflow: hidden;
}

.qlxx_xlzxletop:hover img {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.qlxx_xlzxletop a {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    display: block;
    height: 200px;
    width: 200px;
    background: url(../images/x19.png) no-repeat left top;
}

.qlxx_xlzxri {
    float: right;
    width: 957px;
}

.qlxx_xlzxria {
    height: 26px;
    border-bottom: 1px solid #0076be;
    clear: both;
}

.qlxx_xlzxria h3,
.qlxx_xlzxria h3 a {
    float: left;
    font-size: 16px;
    color: #0076be;
    font-weight: normal;
}

.qlxx_xlzxria em,
.qlxx_xlzxria h3,
.qlxx_xlzxria h3 a {
    display: block;
    height: 26px;
    line-height: 26px;
}

.qlxx_xlzxria em {
    float: right;
    font-size: 12px;
    clear: #666;
    padding-left: 17px;
    background: url(../images/x33.png) no-repeat left center;
}

.qlxx_xlzxria h3 a:hover {
    color: #c18445;
    font-weight: bold;
}

.qlxx_xlzxric {
    height: 90px;
    margin-top: 8px;
    background: #f5f5f5 url(../images/x21.png) no-repeat 15px center;
}

.qlxx_xlzxric1 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
    padding: 0 10px 0 37px;
}

.qlxx_xlzxrib {
    min-height: 112px;
    padding-top: 8px;
}

.qlxx_xlzxribz {
    font-size: 14px;
    line-height: 28px;
    height: 28px;
    color: #666666;
    padding-left: 37px;
    background: url(../images/x18.png) no-repeat 12px center;
}

.qlxx_xlzxleds {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #fff;
    background: url(../images/x17.jpg) no-repeat left top;
    padding-left: 70px;
    margin-top: 15px;
}

.qlxx_xlzxleds:hover {
    background: url(../images/x16.jpg) no-repeat left top;
}

.qlxx_xlzxlebox {
    padding-bottom: 0;
}

.ql_xlzxxx {
    margin-top: 48px;
    border: 1px solid #ededed;
    border-left: 3px solid #0076be;
    padding: 15px 15px 15px 28px;
}

.ql_xlzxxx1 {
    min-height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #333333;
    padding-bottom: 20px;
}

.ql_xlzxxx2 {
    min-height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    background: url(../images/x22.png) no-repeat left top;
    padding-left: 45px;
}

.ql_xlzxxxa {
    padding: 30px 35px 40px 35px;
    min-height: 150px;
    font-size: 15px;
}

.ql_xlzxxxa span {
    white-space: normal !important;
}

.ql_xlzxxxb {
    height: 42px;
    line-height: 42px;
    font-size: 20px;
    color: #0076be;
    padding-bottom: 2px;
    background: url(../images/x23.png) no-repeat left bottom;
}

.ql_xlzxxxc {
    clear: both;
    padding-top: 27px;
    height: 241px;
}

.ql_xlzxxxc li {
    float: left;
    width: 272px;
    height: 241px;
    margin-right: 30px;
    cursor: pointer;
}

.ql_xlzxxxc li img {
    cursor: pointer;
}

.ql_xlzxxxc em {
    display: block;
    height: 193px;
}

.ql_xlzxxxc h3 {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #333333;
    text-align: center;
    font-weight: normal;
}


/*END*/


/*BEGIN*/

.ql_jska {
    height: 193px;
    background: url(../images/x25_03.jpg) no-repeat center;
    text-align: center;
}

.ql_jska_xlzx {
    height: 225px;
    background: url(../images/x25_03_1.jpg) no-repeat center;
    text-align: center;
}

.ql_jska_jskgw {
    height: 225px;
    background: url(../images/x25_03_2.jpg) no-repeat center;
    text-align: center;
}

.ql_jskaa {
    height: 99px;
    line-height: 33px;
    font-size: 16px;
    color: #ffffff;
    padding: 35px 50px 0 50px;
}

.ql_jskab {
    padding-top: 34px;
    color: #fff;
    text-align: center;
}

.ql_jskab a {
    display: block;
    height: 30px;
    width: 64px;
    margin: 0 auto;
    line-height: 30px;
    padding-bottom: 1px;
    background: url(../images/x30.png) repeat-x bottom;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ql_jskab a:hover {
    color: #ff0;
}

.ql2_jskab {
    padding-top: 20px;
}

.ql2_jskab a {
    display: block;
    height: 30px;
    width: 64px;
    margin: 0 auto;
    line-height: 30px;
    padding-bottom: 1px;
    background: url(../images/x30.png) no-repeat center bottom;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.ql2_jskab a:hover {
    color: #333;
}


/*END*/


/*BEGIN*/

.ql_jskb {
    height: 260px;
    padding-top: 27px;
}

.ql_jskb .prev,
.ql_jskb .next {
    display: block;
    height: 30px;
    width: 18px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
}

.ql_jskb .prev {
    background: url(../images/x28.png) no-repeat left top;
    left: -46px;
}

.ql_jskb .prev:hover {
    background-position: left bottom;
}

.ql_jskb .next {
    background: url(../images/x28.png) no-repeat right top;
    right: -46px;
}

.ql_jskb .next:hover {
    background-position: right bottom;
}

.ql_jskb,
.ql_jskb_n {
    position: relative;
}

.ql_jskb_ul li {
    float: left;
    width: 269px;
    height: 226px;
    padding: 3px 3px 6px 3px;
    background: url(../images/x32.png) no-repeat left top;
    margin-right: 26px;
}

.ql_jskb_ult {
    min-height: 100px;
    line-height: 25px;
    padding: 35px 16px 0 50px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
}

.ql_jskb_ulb {
    height: 25px;
    line-height: 25px;
    font-size: 16px;
    color: #666666;
    text-align: right;
    padding-right: 25px;
    padding-top: 14px;
}

.ql_jskb_n,
.ql_jskb_n .tempWrap {
    width: 1180px !important;
}


/*END*/


/*BEGIN*/

.ql_jskc {
    min-height: 350px;
    padding-bottom: 30px;
}

.ql_jskc li {
    padding-bottom: 28px;
    height: 274px;
}

.ql_jskcle {
    float: left;
    width: 330px;
    height: 274px;
    background: #f6f6f6;
}

.ql_jskclebox {
    border: 1px solid #e4e4e4;
    height: 272px;
}

.ql_jskcle1 {
    height: 126px;
    clear: both;
    padding: 13px 10px 0 23px;
}

.ql_jskcle1aimg {
    float: left;
    position: absolute;
}

.ql_jskcle1aimg,
.ql_jskcle1aimg a {
    display: block;
    height: 100px;
    width: 100px;
}

.ql_jskcle1aimg a {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    background: url(../images/x29.png) no-repeat left top;
}

.ql_jskcle1text {
    position: relative;
    float: right;
    width: 174px;
    height: 106px;
}

.ql_jskcle1text h3,
.ql_jskcle1text h3 a {
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 18px;
    font-weight: normal;
    color: #666666;
    width: 88px;
}

.ql_jskcle1text h3 {
    padding-top: 8px;
    padding-bottom: 2px;
}

.ql_jskcle1text h3 a:hover {
    color: #0076be;
}

.ql_jskcle11 {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}

.ql_jskcle13 {
    display: none;
    height: 32px;
    line-height: 32px;
    width: 79px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    position: absolute;
    top: 8px;
    right: 0;
    background: url(../images/x26.png) no-repeat 0 0;
}

.ql_jskcle13:hover {
    color: #fffc00;
}

.ql_jskcle2 {
    /*background: #fff url(../images/x27.png) no-repeat 27px 27px;*/
    height: 90px;
    padding: 0px 10px 22px 10px;
}

.ql_jskcri {
    float: right;
    height: 272px;
    width: 780px;
    border: 1px solid #e6e6e6;
    padding: 0 30px;
}

.ql_jskcria {
    height: 30px;
    padding-top: 12px;
    clear: both;
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.ql_jskcria a {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
}

.ql_jskcria a:hover {
    color: #0076be;
}

.ql_jskcrib {
    height: 210px;
    overflow-y: scroll;
    overflow-x: hidden;
    color: #666666;
    padding-top: 4px;
    padding-right: 10px;
}

.ql_jskcrib::-webkit-scrollbar {
    width: 5px;
    background: #f3f3f3;
}

.ql_jskcrib::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.ql_jskcrib::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}


/*END*/


/*BEGIN*/

.ql_subtopw {
    height: 100px;
    clear: both;
}

.ql_subtopwle {
    float: left;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    color: #0076be;
}

.ql_subtopwle span {
    font-size: 30px;
    color: #444444;
}

.ql_subtopwle strong {
    font-size: 30px;
    color: #444444;
    font-weight: normal;
}

.ql_subtopwri {
    float: right;
    height: 100px;
    line-height: 100px;
    text-align: right;
    font-size: 14px;
    color: #666666;
    white-space: nowrap;
}

.ql_subtopwri a {
    color: #666666;
}

.ql_subtopwri a:hover {
    color: #0076be;
}


/*END*/


/*BEGIN*/

.ql_sanjiul {
    height: 65px;
    background: #fff;
    min-height: 20px;
    padding-top: 10px;
    width: 1180px;
}

.ql_sanjiul li {
    float: left;
    padding-right: 45px;
}

.ql_sanjiul a {
    display: block;
    height: 32px;
    border-bottom: 2px solid #fff;
    font-size: 16px;
    color: #999999;
}

.ql_sanjiul a:hover {
    border-bottom: 2px solid #0076be;
    color: #0076be;
}

.ql_sanjiul a.on {
    border-bottom: 2px solid #0076be;
    color: #0076be;
}


/*END*/


/*BEGIN*/

.ql_zdd {
    height: 255px;
    background: url(../images/x35.jpg) no-repeat left top;
    text-align: center;
}

.ql_zdda {
    height: 32px;
    line-height: 32px;
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    padding-top: 32px;
}

.ql_zddb {
    height: 99px;
    overflow: hidden;
    font-size: 16px;
    color: #ffffff;
    line-height: 33px;
}


/*END*/


/*BEGIN*/

.biaoyu {
    background: #0076be;
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    padding: 30px 0;
    margin-top: -30px;
}

.ql_zddcg {
    text-align: center;
    padding-bottom: 35px;
}

.ql_zddcg em {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 42px;
    line-height: 42px;
    font-size: 24px;
    color: #999999;
    border-bottom: 4px solid #0076be;
}

.ql_zddul {
    min-height: 350px;
    border-top: 1px dashed #c6c6c6;
}

.ql_zddul li {
    height: 154px;
    overflow: hidden;
    padding: 27px 0 40px 0;
    border-bottom: 1px dashed #c6c6c6;
}

.ql_zddul h3 {
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    padding-bottom: 15px;
    font-size: 20px;
}

.ql_zddul h3 a {
    color: #0076be;
}

.ql_zddul h3 a:hover {
    color: #e6162d;
}


/*END*/


/*BEGIN*/

.ql_hdbm.xingai li {
    width: 365px;
    float: left;
    margin-right: 45px;
    overflow: hidden;
    vertical-align: middle;
    padding: 26px 0;
    border-top: 1px dashed #c6c6c6;
    margin-top: -1px;
}

.ql_hdbmle {
    overflow: hidden;
}

.ql_hdbmle a {
    display: block;
}

.ql_hdbmle a img {
    display: block;
    width: 100%;
    height: auto;
}

.ql_hdbmle a:hover img {
    opacity: 1;
    filter: alpha(opacity=100);
}


/*.ql_hdbmri {
 margin-top:-34px;
}
.ql_hdbmri h3 {
 height: 34px;
 line-height: 34px;
 font-size: 20px;
 font-weight: normal;
 background:url(../images/bantouming.png);
}*/

.ql_hdbmri h3 a {
    color: #0076be;
}

.ql_hdbmri h3 a:hover {
    color: #c11817;
}

.ql_hdbmritime {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #c11817;
    padding-bottom: 5px;
}

.c_tuijian {
    width: 1110px;
    padding-bottom: 80px;
    min-height: 400px;
    margin: 0 auto;
}

.c_tuijian li {
    float: left;
    width: 340px;
    margin: 30px 15px 0 15px;
}

.c_tuijian li a {
    display: block;
}

.c_tuijian li .ql_hdbmritime {
    line-height: 30px;
    height: 30px;
    padding-bottom: 0;
    display: none;
}

.c_tuijian li .ql_hdbmritext {
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    padding-top: 10px;
    font-size: 15px;
}

.c_tuijian li a img {
    display: block;
    width: 270px;
    height: 270px;
}

.c_tuijian li .tjtukk {
    position: relative;
    width: 340px;
    height: 220px;
}

.c_tuijian li .tjtukk img {
    width: 340px;
    height: 220px;
}

.c_tuijian li .tjtukk h3 {
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    font-weight: normal;
    background: url(../images/bantouming.png);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.c_tuijian li .tjtukk h3 a {
    display: block;
    padding: 0 12px;
    color: #fff;
}

.c_tuijian li .tjtukk h3 a:hover {
    color: #f80;
}

.ql_hdbm {
    min-height: 400px;
    padding-bottom: 18px;
    overflow: hidden;
}

.ql_hdbm li {
    clear: both;
    height: 190px;
    overflow: hidden;
    vertical-align: middle;
    padding: 26px 0;
    border-top: 1px dashed #c6c6c6;
    margin-top: -1px;
}

.ql_hdbmle {
    float: left;
    height: 0px;
    width: 0px;
    overflow: hidden;
}

.ql_hdbmri {
    margin-left: 00px;
}

.ql_hdbmri h3 {
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    font-weight: normal;
}

.ql_hdbmri h3 a {
    color: #0076be;
}

.ql_hdbmri h3 a:hover {
    color: #c11817;
}

.ql_hdbmritime {
    height: 46px;
    line-height: 46px;
    font-size: 12px;
    color: #c11817;
    padding-bottom: 5px;
}

.ql_hdbmritext {
    height: 90px;
    line-height: 30px;
    font-size: 14px;
    color: #666666;
}


/*END*/


/*BEGIN*/

.ql_sub_h1 {
    min-height: 38px;
    line-height: 38px;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
    text-align: center;
}

.ql_ztdzx {
    text-align: center;
    height: 50px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../images/x49.jpg) no-repeat center top;
}

.ql_ztdzx a,
.ql_ztdzx em {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    color: #7c7c7c;
    text-transform: uppercase;
}

.ql_ztdzx a:hover {
    color: #c11817;
}

.ql_ztdzx em {
    padding-left: 21px;
}

.ql_ztdzx1 {
    background: url(../images/x37.jpg) no-repeat left center;
}

.ql_ztdzx2 {
    background: url(../images/x38.jpg) no-repeat left center;
}

.ql_ztdzx3 {
    background: url(../images/x39.jpg) no-repeat left center;
}

.ql_hdbmxx_text {
    min-height: 350px;
    padding: 25px 125px;
}


/*END*/


/*BEGIN*/

.ql_hdbmmoer {
    text-align: center;
    height: 131px;
    overflow: hidden;
}

.ql_hdbmmul {
    height: 96px;
    clear: both;
    overflow: hidden;
}

.ql_hdbmmul li {
    height: 32px;
    overflow: hidden;
    vertical-align: middle;
    float: left;
    width: 510px;
    margin-right: 160px;
}

.ql_hdbmmul li:hover {
    background: #f4f4f4;
}

.ql_hdbmmul li:hover h3 a {
    background: url(../images/x42.png) no-repeat 7px center;
    color: #015bb5;
}

.ql_hdbmmul h3,
.ql_hdbmmul h3 a {
    display: block;
    height: 32px;
    float: left;
    line-height: 32px;
    font-size: 14px;
    color: #454545;
    font-weight: normal;
}

.ql_hdbmmul h3 a {
    padding-left: 24px;
    background: url(../images/x41.png) no-repeat 7px center;
}

.ql_hdbmmul em {
    display: block;
    height: 32px;
    line-height: 32px;
    float: right;
    font-size: 12px;
    color: #999999;
    padding-right: 17px;
}


/*END*/


/*BEGIN*/

.ql_gyxyri {
    width: 305px;
    float: right;
}

.ql_gyxyle {
    float: left;
    width: 810px;
}

.ql_gyxyria {
    height: 24px;
    padding-top: 22px;
    padding-bottom: 19px;
    background: #fafafa;
    padding-left: 25px;
}

.ql_gyxyria em {
    display: block;
    height: 24px;
    line-height: 24px;
    border-left: 3px solid #0076be;
    padding-left: 22px;
    font-size: 16px;
    color: #0076be;
}

.ql_gyxyrib {
    height: 640px;
    background: #fafafa;
    padding-left: 25px;
}

.ql_gyxyribvx {
    padding-right: 25px;
}

.ql_gyxyribvx li {
    height: 25px;
    padding: 7px 0 6px 0;
    clear: both;
    vertical-align: middle;
    overflow: hidden;
}

.ql_gyxyribvx li>a {
    display: block;
    height: 25px;
    width: 25px;
    background: url(../images/x44.jpg) no-repeat left top;
    float: left;
}

.ql_gyxyribvx li>a:hover {
    background: url(../images/x45.jpg) no-repeat left top;
}

.ql_gyxyribvx h3 {
    margin-left: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    font-weight: normal;
}

.ql_gyxyribvx h3 a {
    color: #666666;
}

.ql_gyxyribvx h3 a:hover {
    color: #0076be;
}

.ql_gyxyribvx li.on h3 a {
    color: #d0ab5d;
}

.ql_gyxyribvx li.on>a {
    background: url(../images/x44s.jpg) no-repeat left top;
}

.ql_gyxyribv,
.ql_gyxyribv .tempWrap {
    height: 608px !important;
    overflow: hidden;
}

.ql_gyxyribbtn {
    padding-top: 64px;
    margin-left: -25px;
}

.ql_gyxyribbtn a {
    display: block;
    height: 37px;
    width: 37px;
    float: left;
    margin-right: 9px;
}

.ql_gyxyribbtn .prev {
    background: url(../images/x46.jpg) no-repeat left bottom;
}

.ql_gyxyribbtn .prev:hover {
    background: url(../images/x46.jpg) no-repeat left top;
}

.ql_gyxyribbtn .next {
    background: url(../images/x46.jpg) no-repeat right bottom;
}

.ql_gyxyribbtn .next:hover {
    background: url(../images/x46.jpg) no-repeat right top;
}


/*END*/


/*BEGIN*/

.ql_jghj {
    min-height: 360px;
    padding-bottom: 45px;
}

.ql_jghj li {
    float: left;
    width: 252px;
    margin-right: 30px;
    padding: 10px 10px 0 10px;
    background: #f3f3f3;
    margin-top: 49px;
}

.ql_jghj li:hover a {
    color: #0076be;
}

.ql_jghjm {
    height: 46px;
    clear: both;
}

.ql_jghjm h3,
.ql_jghjm h3 a {
    display: block;
    height: 46px;
    line-height: 46px;
    float: left;
    font-size: 16px;
    color: #666666;
    font-weight: normal;
}

.ql_jghjm em {
    display: block;
    float: right;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    color: #666666;
    padding-left: 26px;
    background: url(../images/x47.png) no-repeat left center;
}


/*END*/


/*BEGIN*/

.ql_jghjxxy {
    height: 356px;
    position: relative;
    text-align: center;
    margin: 0 0 20px 0;
}

.ql_jghjxxy a {
    display: block;
    width: 32px;
    height: 67px;
    position: absolute;
    top: 50%;
    margin-top: -34px;
}

.ql_jghjxxyl {
    background: url(../images/x48.jpg) no-repeat left bottom;
    left: 163px;
}

.ql_jghjxxyl[href]:hover {
    background-position: left top;
}

.ql_jghjxxyr {
    background: url(../images/x48.jpg) no-repeat right bottom;
    right: 163px;
}

.ql_jghjxxyr[href]:hover {
    background-position: right top;
}


/*END*/


/*BEGIN*/

.qlin_xxcz {
    padding-top: 118px;
    position: relative;
    z-index: 15;
}

.qlin_xxczbtn {
    display: block;
    height: 81px;
    width: 53px;
    background: url(../images/btn03.png) no-repeat left top;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -26px;
}

.qlin_xxcza {
    height: 52px;
    font-size: 34px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    background: url(../images/x58.png) no-repeat center;
}

.qlin_xxcza h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333333;
}

.qlin_xxcza h2 a {
    color: #333333;
}

.qlin_xxcza h2 a:hover {
    color: #666;
}

.qlin_xxczb {
    height: 79px;
    line-height: 49px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}

.qlin_xxczcul {
    clear: both;
    height: 306px;
    width: 978px;
    margin: 0 auto;
    text-align: center;
}

.qlin_xxczcul li a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.qlin_xxczcul li {
    float: left;
    width: 326px;
}

.qlin_xxczcul li:hover .qlin_xxczcul1,
.qlin_xxczcul li:hover .qlin_xxczcul2 {
    /*color: #0076be;*/
}

.qlin_xxczcul0 {
    display: block;
    padding-bottom: 25px;
}

.qlin_xxczcul0 img {
    padding-top: 21px;
}

.qlin_xxczcul1 {
    height: 38px;
    line-height: 38px;
    font-size: 24px;
    color: #333333;
    padding-bottom: 6px;
    display: block;
}

.qlin_xxczcul2 {
    height: 75px;
    line-height: 25px;
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    padding: 0 24px;
    display: block;
}

.qlin_xxczc_ljzx {
    width: 165px;
    height: 47px;
    text-align: center;
    line-height: 47px;
    background-color: #a1bad0;
    border-radius: 5px;
    margin: 20px auto 0;
}

.qlin_xxczc_ljzx:hover {
    background-color: #0076be;
}

.qlin_xxczc_ljzx a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 20px;
}

.qlin_xxczc {
    padding-bottom: 30px;
}


/*END*/


/*BEGIN*/

.qlin_pxtd_box {
    height: 618px;
    padding-top: 85px;
    background: url(../images/x54.jpg) no-repeat center top;
}

.qlin2_xxczb {
    height: 100px;
    line-height: 22px;
    font-size: 15px;
    color: #5f5f5f;
    text-align: center;
    padding-top: 12px;
}

.qlin_pxtdlb,
.qlin_pxtdlb .tempWrap {
    width: 990px !important;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    height: 271px;
}

.qlin_pxtdlt li {
    float: left;
    width: 330px;
}

.qlin_pxtdlt h3 {
    padding-top: 13px;
}

.qlin_pxtdlt h3,
.qlin_pxtdlt h3 a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.qlin_pxtdlt h3 a:hover {
    color: #ffd553;
}

.qlin_pxtdlta {
    display: block;
    height: 180px;
    width: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 20px;
}

.qlin_pxtdlta img {
    width: 100%;
    height: auto;
}

.qlin_pxtdlbwz {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 540px;
    margin: 0 auto;
    padding-top: 17px;
}

.qlin_pxtdlbtn {
    padding-top: 32px;
}

.qlin_pxtdlbtn a {
    display: block;
    height: 39px;
    width: 158px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/x55.png) no-repeat 0 0;
    line-height: 39px;
    margin: 0 auto;
}

.qlin_pxtdlbtn a:hover {
    color: #ee9716;
}

.qlin_pxtdl {
    position: relative;
}

.qlin_pxtdl .prev,
.qlin_pxtdl .next {
    position: absolute;
    top: 84px;
    display: block;
    height: 58px;
    width: 30px;
    background: url(../images/x56.png) no-repeat;
}

.qlin_pxtdl .prev {
    background-position: left top;
    left: 52px;
}

.qlin_pxtdl .prev:hover {
    background-position: left bottom;
}

.qlin_pxtdl .next {
    background-position: right top;
    right: 52px;
}

.qlin_pxtdl .next:hover {
    background-position: right bottom;
}


/*END*/


/*BEGIN*/

.qlin3_xxcza {
    height: 52px;
    font-size: 34px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    background: url(../images/xg_a.png) no-repeat center;
}

.qlin3_xxcza h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333333;
}

.qlin3_xxcza h2 a {
    color: #333333;
}

.qlin3_xxcza h2 a:hover {
    color: #0076be;
}

.qlin3_xxczb {
    height: 108px;
    line-height: 22px;
    font-size: 15px;
    color: #666666;
    text-align: center;
    padding-top: 12px;
}

.qlin_xlfw {
    /* height: 480px; */
    padding-top: 54px;
}

.qlin_xlfwls {
    height: 240px;
    clear: both;
    width: 990px;
    margin: 0 auto;
}

.qlin_xlfwls li {
    float: left;
    width: 240px;
    height: 240px;
    position: relative;
    overflow: hidden;
    margin: 0 45px;
}

.qlin_xlfwls li:hover .qlin_xlfwlsa {
    background: url(../images/btn04.png) no-repeat top left;
    white-space: normal;
    word-wrap: break-word;
}

.qlin_xlfwls a:hover img {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.qlin_xlfwlsa {
    position: absolute;
    top: 93px;
    left: 0;
    width: 100%;
    padding-top: 86px;
    height: 154px;
}

.qlin_xlfwlsa h2,
.qlin_xlfwlsa h2 a {
    display: block;
    height: 40px;
    font-weight: normal;
    color: #ffffff;
    text-align: center;
}

.qlin_xlfwlsa h2 {
    padding-bottom: 6px;
}

.qlin_xlfwlsa h2 a:hover {
    color: #ff0;
}

.qlin_xlfwlsaasd {
    display: block;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color: #ffffff;
    padding: 60px 18px 0 18px;
}

.qlin_xlfwlsaasd:hover {
    color: #ff0;
}

.lplcxl_nr {
    min-height: 574px;
}

.lplcxl_s {
    width: 100%;
    text-align: center;
}

.lplcxl_s_ge {
    width: 347px;
    height: 264px;
    border: 1px solid #eeeeee;
    border-radius: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    position: relative;
}

.lplcxl_s_ge h5 {
    color: #f5a82c;
    font-size: 20px;
    padding: 24px 0 24px;
}

.lplcxl_s_ge p {
    color: #666666;
    font-size: 14px;
}

.lplcxl_s_ge a {
    position: absolute;
    color: #999999;
    font-size: 12px;
    bottom: 22px;
    left: 50%;
    transform: translate(-50%);
}

.lplcxl_s_ge a:hover {
    color: #f5a82c;
}

.lplcxl_x {
    width: 100%;
    margin-top: 36px;
    margin-bottom: 30px;
}

.lplcxl_x img {
    display: block;
    margin: 0 auto;
}


/*END*/


/*BEGIN*/

.qlin_zyzxs_box {
    height: 636px;
    padding-top: 85px;
    /* background: #f16272 url(../images/x64.jpg) no-repeat center top; */
    /* background: #f16272 url(../images/xg_xdl_e.png) no-repeat center top; */
    background: #f16272 url(../images/x54.jpg) no-repeat center top;
}

.qlink_xxcz {
    padding-top: 118px;
}

.qlink_xxcza {
    height: 52px;
    font-size: 34px;
    color: #fff;
    line-height: 52px;
    text-align: center;
    background: url(../images/x58.png) no-repeat center;
}

.qlink_xxcza h2 {
    font-size: 34px;
    font-weight: normal;
    color: #fff;
}

.qlink_xxcza h2 a {
    color: #333;
}

.qlink_xxcza h2 a:hover {
    color: #1965b6;
}

.qlin2k_xxczb {
    height: 86px;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    text-align: center;
    padding-top: 12px;
}


/*END*/


/*BEGIN*/

.qlink_pxtdlb,
.qlink_pxtdlb .tempWrap {
    width: 990px !important;
    overflow: hidden;
    margin: 0 auto;
    text-align: center;
    height: 280px;
}

.qlink_pxtdlt li {
    float: left;
    width: 330px;
}

.qlink_pxtdlt h3 {
    padding-top: 13px;
}

.qlink_pxtdlt h3,
.qlink_pxtdlt h3 a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    color: #ffffff;
}

.qlink_pxtdlt h3 a:hover {
    color: #ffd553;
}

.qlink_pxtdlta {
    display: block;
    height: 180px;
    width: 180px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 26px;
}

.qlink_pxtdlta img {
    width: 100%;
    height: auto;
}

.qlink_pxtdlbwz {
    height: 60px;
    line-height: 20px !important;
    overflow: hidden;
    font-size: 14px !important;
    color: #ffffff;
    text-align: center;
    width: 540px;
    margin: 0 auto;
}

.qlink_pxtdlbwz p,
.qlink_pxtdlbwz p span,
.qlink_pxtdlbwz span {
    line-height: 20px !important;
    font-size: 14px !important;
}

.qlink_pxtdlbtn {
    padding-top: 32px;
}

.qlink_pxtdlbtn a {
    display: block;
    height: 39px;
    width: 158px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/x65.png) no-repeat 0 0;
    line-height: 39px;
    margin: 0 auto;
}

.qlink_pxtdlbtn a:hover {
    color: #000;
}

.qlink_pxtdl {
    position: relative;
}

.qlink_pxtdl .prev,
.qlink_pxtdl .next {
    position: absolute;
    top: 84px;
    display: block;
    height: 58px;
    width: 30px;
    background: url(../images/x66.png) no-repeat;
}

.qlink_pxtdl .prev {
    background-position: left top;
    left: 52px;
}

.qlink_pxtdl .prev:hover {
    background-position: left bottom;
}

.qlink_pxtdl .next {
    background-position: right top;
    right: 52px;
}

.qlink_pxtdl .next:hover {
    background-position: right bottom;
}


/*END*/


/*BEGIN*/

.qlinxx_xxcza {
    height: 52px;
    font-size: 34px;
    color: #333333;
    line-height: 52px;
    text-align: center;
    background: url(../images/x58_12.png) no-repeat center;
}

.qlinxx_xxcza h2 {
    font-size: 34px;
    font-weight: normal;
    color: #333333;
}

.qlinxx_xxcza h2 a {
    color: #333333;
}

.qlinxx_xxcza h2 a:hover {
    color: #666;
}

.qlinxx_xxczb {
    height: 97px;
    line-height: 49px;
    font-size: 15px;
    color: #999999;
    text-align: center;
}


/*END*/


/*BEGIN*/

.qlin_xxzz_box {
    background: #f4f4f4;
    padding-top: 85px;
    height: 467px;
}

.qlin_xxzzul {
    clear: both;
}

.qlin_xxzzul li {
    float: left;
    width: 314px;
    padding-left: 79px;
    height: 333px;
}

.qlin_xxzzulc .qlin_xxzzulx {
    padding-left: 16px;
}

.qlin_xxzzula {
    margin-left: 52px;
    width: 262px !important;
    background: url(../images/x67.png) no-repeat 79px top;
}

.qlin_xxzzulb {
    background: url(../images/x68.png) no-repeat 79px top;
}

.qlin_xxzzulc {
    background: url(../images/x69.png) no-repeat 95px top;
}

.qlin_xxzzulx {
    width: 200px;
}

.qlin_xxzzulx a {
    display: block;
    padding-top: 111px;
    padding-bottom: 10px;
}

.qlin_xxzzulx a:hover em,
.qlin_xxzzulx a:hover h2 {
    color: #0076be;
}

.qlin_xxzzulx h2 {
    padding-top: 14px;
}

.qlin_xxzzulx h2,
.qlin_xxzzulx h2 a {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;
    color: #333333;
}

.qlin_xxzzulx h2 a:hover {
    color: #20adef;
}

.qlin_xxzzulx em {
    display: block;
    height: 30px;
    line-break: 30px;
    font-size: 14px;
    color: #666666;
    text-align: center;
}


/*END*/


/*BEGIN*/

.ql_shzr1 {
    background: url(../images/x71.jpg) no-repeat left bottom;
    padding-bottom: 172px;
}


/*END*/


/*BEGIN*/

.ql_lxwm {
    min-height: 100px;
    background: #f8f8f8;
    padding: 22px 39px;
}

.ql_lxwm1 {
    float: left;
    width: 500px;
    font-size: 14px;
    color: #666666;
    padding-left: 54px;
    background: url(../images/x76.png) no-repeat left top;
}

.ql_lxwm2 {
    float: right;
    width: 455px;
    font-size: 14px;
    color: #666666;
    padding-left: 54px;
    background: url(../images/x77.png) no-repeat left top;
}

.ql_jrwm {
    display: none;
    height: 384px;
    width: 645px;
    padding: 65px 335px 0 13px;
    background: url(../images/x78.jpg) no-repeat left top;
    margin: 0 auto;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
}


/*END*/


/*BEGIN*/

.ql_jrwmul {
    min-height: 300px;
    padding-bottom: 30px;
}

.ql_jrwmbt {
    height: 56px;
    line-height: 56px;
    border-top: 3px solid #e8e8e8;
    clear: both;
    padding-left: 63px;
}

.ql_jrwmbt div {
    float: left;
    font-weight: bold;
    display: block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #343434;
}

.ql_jrwmbt1 {
    width: 267px;
    padding: 0 0 0 33px;
    background: url(../images/x80.png) no-repeat left center;
}

.ql_jrwmbt2 {
    width: 247px;
    padding: 0 0 0 33px;
    background: url(../images/x81.png) no-repeat left center;
}

.ql_jrwmbt3 {
    width: 122px;
    padding: 0 0 0 36px;
    background: url(../images/x81.png) no-repeat left center;
}

.ql_jrwmbt4 {
    width: 140px;
    padding: 0 0 0 33px;
    background: url(../images/x81.png) no-repeat left center;
}

.ql_jrwmbt5 {
    width: 92px;
    padding: 0 0 0 33px;
    background: url(../images/x81.png) no-repeat left center;
}

.ql_jrwmula {
    clear: both;
    height: 56px;
    border-top: 1px solid #e8e8e8;
    padding-left: 63px;
    cursor: pointer;
}

.ql_jrwmula div {
    float: left;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #696969;
    cursor: pointer;
}

.ql_jrwmula:hover {
    background: #efefef;
}

.ql_jrwmula:hover div {
    color: #696969;
}

.ql_jrwmula.on {
    background: #efefef;
}

.ql_jrwmula.on div {
    color: #696969;
}

.ql_jrwmula1 {
    width: 267px;
    padding-left: 33px;
}

.ql_jrwmula2 {
    width: 247px;
    padding-left: 33px;
}

.ql_jrwmula3 {
    width: 122px;
    padding-left: 36px;
}

.ql_jrwmula4 {
    width: 140px;
    padding-left: 33px;
}

.ql_jrwmula5 {
    width: 92px;
    padding-left: 33px;
}

.ql_jrwmulb {
    padding: 10px 20px 20px 96px;
    font-size: 14px;
    color: #666666;
}

.ql_jrwmulc {
    height: 35px;
    clear: both;
    padding: 0 0 20px 96px;
}

.ql_jrwmulc a {
    display: block;
    height: 35px;
    width: 145px;
    text-align: center;
    line-height: 35px;
    margin-right: 26px;
    background: url(../images/x79.jpg) no-repeat right top;
    float: left;
    font-size: 14px;
    color: #000000;
}

.ql_jrwmulc a:hover {
    background-position: left top;
    color: #fff;
}

.ql_jrwmulbbxo {
    display: none;
}


/*END*/


/*BEGIN*/

.ql2_subtopct {
    height: 146px;
    line-height: 146px;
    text-align: right;
    font-size: 14px;
    color: #666666;
}

.ql2_subtopct a {
    color: #666666;
}

.ql2_subtopct a:hover {
    color: #0076be;
}

.ql_sitemap {
    padding-top: 142px;
    background: url(../images/x85.jpg) no-repeat right top;
    min-height: 490px;
    text-align: center;
}

.ql_sitemap li {
    float: left;
    width: 147px;
    min-height: 238px;
}

.ql_sitemap em,
.ql_sitemap em a {
    display: block;
    width: 88px;
    height: 88px;
    line-height: 88px;
    font-size: 16px;
    color: #000000;
    margin: 0 auto;
}

.ql_sitemap em a {
    background: url(../images/x86.png) no-repeat 0 0;
}

.ql_sitemap em a:hover {
    color: #1882c2;
}

.ql_sitemap em {
    padding-bottom: 10px;
}

.ql_sitemap em .ql_sitemapa {
    height: 44px;
    line-height: 22px;
    padding: 22px 0;
}

.ql_sitemap div a {
    display: block;
    min-height: 22px;
    line-height: 22px;
    padding: 4px 0;
    font-size: 14px;
    color: #333333;
}

.ql_sitemap div a:hover {
    color: #1882c2;
}


/*END*/


/*BEGIN*/

.ql_pxsztd {
    min-height: 420px;
    padding-bottom: 30px;
}

.ql_pxsztd li {
    position: relative;
    float: left;
    width: 270px;
    height: 323px;
    margin: 40px 33px 0 0;
}

.ql_pxsztda_boxli {
    position: absolute;
    left: -14px;
    width: 100%;
    top: 0;
    padding: 0 14px 33px 14px;
    background: url(../images/x87.png) no-repeat center top;
}

.ql_pxsztda_boxli:hover {
    background: url(../images/sssss.jpg) no-repeat center top;
}

.ql_pxsztd h3 {
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    text-align: center;
    padding-top: 4px;
}

.ql_pxsztd h3 a {
    display: block;
    color: #333333;
}

.ql_pxsztd h3 a:hover {
    color: #0076be;
}

.ql_pxsztda {
    height: 114px;
    position: relative;
    text-align: center;
    padding-top: 24px;
    overflow: hidden;
}

.ql_pxsztda em {
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -57px;
    display: block;
    height: 114px;
    width: 114px;
    background: url(../images/x88.png) no-repeat left top;
}

.ql_pxsztdb {
    height: 48px;
    line-height: 24px;
    font-size: 14px;
    text-align: center;
    color: #999999;
    padding-top: 2px;
}

.ql_pxsztdc {
    height: 52px;
    line-height: 26px;
    font-size: 14px;
    color: #666666;
    padding: 28px 12px 0 12px;
}

.ql_pxsztdc a {
    color: #666;
}

.ql_pxsztdc a:hover {
    color: #0076be;
}

.ql_pxsztdc a[href]:hover {
    color: #0076be;
}

#Zoom span {
    white-space: normal !important;
}

.c_xiaotishi {
    padding: 15px 25px 15px 35px;
    margin-top: 48px;
    color: #333;
    background: #f6f6f6 url(../images/dian.png) no-repeat 20px 28px;
    font-size: 14px;
}


/*END*/

.ql_gjcy {
    display: none;
}

.ql_wenziseo_text {
    text-align: center;
    font-size: 18px;
    line-height: 32px;
    color: #ffffff;
    padding-top: 338px;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}


/*END*/


/*BEGIN*/

.qxh_top {
    height: 225px;
    background: url(../images/xh04.jpg) no-repeat center top;
    text-align: center;
}

.qxh_top1 {
    height: 99px;
    line-height: 33px;
    font-size: 16px;
    color: #ffffff;
    padding: 40px 50px 0 50px;
}

.qxh_top2 {
    padding-top: 15px;
    color: #fff;
    text-align: center;
    margin-bottom: 100px;
}

.qxh_top2 a {
    display: block;
    height: 30px;
    width: 108px;
    margin: 0 auto;
    line-height: 30px;
    padding-bottom: 1px;
    background: url(../images/x30.png) repeat-x bottom;
    font-size: 16px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}

.qxh_top2 a:hover {
    color: #ff0;
}


/*END*/


/*BEGIN*/

.qxh_tul li {
    padding: 65px 0;
}

.qxh_tulle {
    width: 451px;
    height: 244px;
    overflow: hidden;
}

.qxh_tulri {
    width: 671px;
}

.qxh_tulri1 {
    height: 54px;
    padding-top: 9px;
    line-height: 54px;
    font-size: 18px;
    color: #666666;
}

.qxh_tulri2 {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    text-align: left;
}

.qxh_cpsj {
    background: url(../images/xh12.jpg) repeat-x center;
    height: 35px;
    clear: both;
    margin-top: 20px;
}

.qxh_cpsj em {
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    color: #666666;
    font-weight: bold;
    padding-left: 40px;
    background: #fff;
}

.qxh_cpsjw {
    height: 70px;
    line-height: 46px;
    font-size: 16px;
    color: #666666;
    text-align: right;
}


/*END*/


/*BEGIN*/

.qxh_cpsjwul {
    padding-bottom: 44px;
}

.qxh_cpsjwul li {
    float: left;
    width: 265px;
    margin-right: 40px;
}

.qxh_cpsjwul1 {
    height: 176px;
}

.qxh_cpsjwul2 {
    padding-top: 15px;
    height: 41px;
    padding-bottom: 5px;
    line-height: 41px;
    font-size: 16px;
    color: #666666;
    text-align: center;
    background: url(../images/xh13.png) no-repeat center bottom;
}

.qxh_cpsjwul3 {
    padding-top: 8px;
    line-height: 23px;
    font-size: 14px;
    color: #666666;
}

.qxh_cpsjbtna {
    height: 180px;
    line-height: 180px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 15px 0;
    background: #0076be url(../images/xh14.jpg) no-repeat center;
}

.qxh_cpssanul {
    text-align: center;
    padding-top: 96px;
    padding-bottom: 70px;
}

.qxh_cpssanul li {
    float: left;
    width: 300px;
    background: #f5f5f5;
    margin-right: 50px;
}

.qxh_cpssanul1 {
    height: 142px;
}

.qxh_cpssanul2 {
    font-size: 16px;
    color: #666666;
    height: 46px;
    line-height: 36px;
}

.qxh_cpssanul3 {
    padding: 0 15px 15px 15px;
}

.qxh_cpssanul_btn {
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: center;
    margin: 0 auto;
    height: 64px;
    line-height: 64px;
    width: 415px;
    border: 1px solid #dbdbdb;
    border-radius: 12px;
}

.qxh_cpssanul_btn:hover {
    color: #000;
}


/*#bdshare_weixin_qrcode_dialog{ top: 0 !important;}*/

.maodian_asdasd {
    height: 48px;
    padding-top: 94px;
    padding-bottom: 35px;
    text-align: center;
}

.maodian_asdasd em {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    height: 44px;
    line-height: 44px;
    border-bottom: 4px solid #0076be;
    font-size: 24px;
    color: #999999;
}

.maodian_asdasd_main {
    width: 1020px;
    margin: 0 auto;
    background: #f4f4f4;
    border-radius: 10px;
    padding: 20px 30px;
}

.na_top_pof {
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -590px;
    z-index: 14;
    background: #fff;
}

.ql_ycd {
    display: none;
}

#slideBox:hover .prev {
    display: block !important;
}

#slideBox:hover .next {
    display: block !important;
}


/**/

.ql_tabxnhbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11000;
    background: rgba(0, 0, 0, 0.5);
}

.ql_tabxnh {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 636px;
    height: 451px;
    z-index: 11002;
    margin: -225px 0 0 -318px;
}

.ql_tabxnh .ql_tabxnhle,
.ql_tabxnh .ql_tabxnhri {
    position: absolute;
    top: 50%;
    margin-top: -48px;
    display: block;
    height: 95px;
    width: 49px;
    background: url(../images/xdd02_xd.png) no-repeat;
}

.ql_tabxnh .ql_tabxnhle {
    background-position: left top;
    left: -110px;
}

.ql_tabxnh .ql_tabxnhle:hover {
    background-position: left bottom;
}

.ql_tabxnh .ql_tabxnhri {
    background-position: right top;
    right: -110px;
}

.ql_tabxnh .ql_tabxnhri:hover {
    background-position: right bottom;
}

.ql_tabxnh span {
    display: none;
}

.ql_tabxnh span.on {
    display: block;
}

img {
    max-width: 100%;
}


/**/

.ql_qdxzym {
    min-height: 460px;
    padding-bottom: 45px;
}

.ql_qdxzym li {
    clear: both;
    height: 46px;
    padding: 27px 0;
    border-bottom: 1px solid #cfcfcf;
}

.ql_qdxzym1 {
    float: left;
    padding-left: 25px;
    width: 150px;
}

.ql_qdxzym1 em,
.ql_qdxzym1 span {
    display: block;
    height: 23px;
    line-height: 23px;
}

.ql_qdxzym1 em {
    font-size: 14px;
    color: #0f0f0f;
}

.ql_qdxzym1 span {
    font-size: 13px;
    color: #a5a5a5;
}

.ql_qdxzym2 {
    float: left;
    height: 46px;
    width: 46px;
    background: #00a2e9 url(../images/xdd01.png) no-repeat center;
}

.ql_qdxzym h3 {
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: normal;
    width: 720px;
    padding-left: 15px;
}

.ql_qdxzym h3 a {
    color: #646464;
}

.ql_qdxzym h3 a:hover {
    color: #c11817;
}

.ql_qdxzym4 {
    float: right;
    padding-right: 25px;
}

.ql_qdxzym4 a {
    display: block;
    height: 34px;
    line-height: 34px;
    width: 76px;
    padding-left: 48px;
    background: url(../images/xdd02.png) no-repeat right top;
    font-size: 14px;
    color: #ffffff;
}

.ql_qdxzym4 a:hover {
    background: url(../images/xdd03.png) no-repeat right top;
}

.lxg_sqh {
    width: 1200px;
    /* height: 599px; */
    min-height: 473px;
    margin: 0 auto;
}

.lxg_sqh_s {
    text-align: center;
}

.lxg_sqh_s_ge {
    width: 144px;
    text-align: center;
    display: inline-block;
    margin: 45px 59px;
    cursor: pointer;
}

.lxg_sqh_s_ge div {
    color: #cdcccc;
    font-size: 20px;
}

.lxg_sqh_s_ge span {
    color: #d3d3d3;
    font-size: 13px;
}

.lxg_sqh_s .on div {
    color: #4cbef0;
}

.lxg_sqh_s .on span {
    color: #adb7c9;
}

.lxg_sqh_x {
    width: 100%;
    /* height: 429px; */
    min-height: 370px;
    padding-top: 80px;
    box-sizing: border-box;
    position: relative;
}

.lxg_sqh_x>div {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.lxg_sqh_x .lxg_sqh_x_yi {
    display: block;
    text-align: center;
    width: 100%;
}

.lxg_sqh_x_yi .left {
    width: 357px;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    text-align: left;
    line-height: 24px;
    color: #333333;
    font-size: 14px;
}

.lxg_sqh_x_yi .right {
    width: 416px;
    display: inline-block;
    vertical-align: top;
    margin: 0 50px;
    text-align: left;
    line-height: 18px;
    color: #999;
    font-size: 12px;
}

.lxg_sqh_x_si {
    width: 100%;
}

.lxg_sqh_x_si img {
    display: block;
    margin: 0 auto;
}

.lxg_sqh_x_er {
    text-align: center;
    width: 100%;
}

.lxg_sqh_x_er>div {
    width: 100%;
    /*height: 249px;*/
    overflow: hidden;
    margin: 0 26px;
}

.lxg_sqh_x_er_ge {
    width: 880px;
    height: 94px;
    /*float: left;*/
    overflow: hidden;
    /*margin-bottom: 22px;*/
    margin: 20px auto;
}

.lxg_sqh_x_er_ge .left {
    float: left;
    width: 133px;
    height: 100px;
    margin-right: 10px;
}

.lxg_sqh_x_er_ge .right {
    float: right;
    width: 206px;
}

.lxg_sqh_x_er_ge .right h6 {
    color: #333333;
    font-size: 13px;
    line-height: 23px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.lxg_sqh_x_er_ge:hover .right h6 {
    color: #f5a82c;
}

.lxg_sqh_x_er_ge .right div {
    margin-top: 10px;
    color: #999999;
    font-size: 13px;
    line-height: 23px;
    padding-top: 7px;
    text-align: left;
}

.lxg_sqh_x_er_ge .right div img {
    vertical-align: bottom;
}

.lxg_sqh_x_er_ges {
    width: 340px;
    float: left;
    margin-bottom: 9px;
    line-height: 23px;
}

.lxg_sqh_x_er_ges a {
    color: #999999;
    font-size: 13px;
}

.lxg_sqh_x_er_ges:hover a {
    color: #f5a82c;
}

.lxg_sqh_x_er_ges img {
    margin-right: 5px;
    vertical-align: middle;
}