@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: 320px;
}

/*首页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: 715px;
}

.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}

.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}

/*li按钮*/
.cg_banner .hd {
  height: 30px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 10px;
  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;
  padding: 8px;
  margin: 0 5px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 16px;
  transition: all 0.4s;
}

.cg_banner .hd ul li span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 5px;
  transition: all 0.4s;
}

@media screen and (min-width: 480px) {

  .cg_banner .hd ul li.on {
    background: #222;
    border-radius: 16px;
  }
}

@media screen and (min-width: 320px) and (max-width: 480px) {

  .phonehide,
  .pcshow {
    display: none;
  }

  .phonesshow {
    display: block !important;
  }
}

.cg_banner .hd ul li.on span {
  background: #fff;
}

/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 55px;
  height: 55px;
  background: url(../images/left.png) no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}

.cg_banner .next {
  left: auto;
  right: 3%;
  background: url(../images/right.png) no-repeat;
}

.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: 0 120px 20px 30px;
}

.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a {
  display: block;
  color: #666;
  height: 26px;
  line-height: 26px;
}

.sub_updown div a[href]:hover {
  color: #004198;
}

.sub_updown span {
  display: block;
  float: left;
  cursor: pointer;
  height: 26px;
  line-height: 26px;
}

/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
  clear: both;
  width: 100%;
  text-align: center;
  font-family: "微软雅黑";
  font-size: 14px;
}

.ql_fenye a,
.ql_fenye span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  padding: 0 12px;
  background: #f5f5f5;
  margin: 0px 3px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  color: #333;
}

.ql_fenye a.c_sxy {
  line-height: 26px;
  font-size: 18px;
  background: #00468c;
  color: #fff;
}

.ql_fenye a[href]:hover {
  color: #fff;
  background: #c70000;
}

.ql_fenye span {
  color: #fff;
  background: #c70000;
}

/*选中需要全部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;
}

/*此文件放置共用函数、变量等*/
/* 手机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_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*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/




.case_tu {
  width: 100%;
}

.case_tu img {
  width: 100%;
  height: 370px;
}

.c_cylist li h3 p {
  position: relative;
  z-index: 2;
  display: block;
  height: 86px;
  line-height: 86px;
  padding-right: 40px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #040404;
}