@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: 335px; */
}
.cg_banner_listbox ul li a img {
  display: block;
  width: 100%;
}
/*首页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: 568px; */
}
.cg_index_banner .cg_banner_listbox ul li a img {
  display: block;
  width: 100%;
}
.cg_banner_listbox {
  position: relative;
  height: 100%;
  z-index: 0;
}
.cg_banner_listbox ul li {
  zoom: 1;
  vertical-align: middle;
}
/*li按钮*/
.cg_banner .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 0;
  bottom: 5px;
  z-index: 1;
  width: 100%;
  display: none;
}
.cg_banner .hd ul {
  overflow: hidden;
  zoom: 1;
  clear: both;
  width: 100%;
  text-align: center;
}
.cg_banner .hd ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 0 2px;
  width: 30px;
  height: 8px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  line-height: 8px;
  color: #fff;
}
.cg_banner .hd ul li.on {
  background: #f00;
  color: #f00;
}
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -25px;
  display: block;
  width: 32px;
  height: 40px;
  background: url(../images/slider-arrow.png) -110px 5px no-repeat;
  filter: alpha(opacity=50);
  opacity: 0.5;
  z-index: 9;
}
.cg_banner .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.cg_banner .prev:hover,
.cg_banner .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.cg_banner .prevStop {
  display: none;
}
.cg_banner .nextStop {
  display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
  height: 32px;
  line-height: 32px;
}
.sub_updown {
  clear: both;
  font-family: "微软雅黑";
  overflow: hidden;
  font-size: 14px;
  padding: 10px 0;
  width: 100%;
}
.sub_updown div {
  clear: both;
  overflow: hidden;
  margin: 6px 0px;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a {
  display: block;
  color: #666;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a[href]:hover {
  color: #2086ea;
}
.sub_updown div a[href]:hover span {
  background: #f29838;
}
.sub_updown span {
  display: block;
  float: left;
  background: #2086ea;
  padding: 0 20px;
  color: #fff;
  margin-right: 10px;
  height: 32px;
  line-height: 32px;
}
/*上下篇 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;
  border: 1px solid #ccc;
  margin: 0px;
  color: #888;
}
.ql_fenye a[href]:hover {
  color: #fff;
  background: #2086ea;
  border-color: #2086ea;
}
.ql_fenye span {
  color: #fff;
  background: #2086ea;
  border-color: #2086ea;
}
.ql_fenye .c_sxy {
  margin: 0 8px;
}
/*选中需要全部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*/
.c_top {
  padding: 15px 0;
  position: relative;
}
.zonyin{
	position: absolute;
	overflow: hidden;
	width: 72px;
	right: 0;
	top: 0;
}
.zonyin a{float: left;width: 36px;text-align: center;height: 26px;line-height: 26px;color: #333;font-size: 14px;background: #e8e8e8;}
.zonyin a:hover{color: #fff;background: #ffba00;}
.c_textlogo {
  float: left;
  line-height: 1.4;
  margin-top: 10px;
}
.c_textlogo strong {
  display: block;
  font-size: 30px;
  color: #2287ee;
}
.c_textlogo em {
  display: block;
  font-size: 16px;
  color: #949494;
  text-transform: uppercase;
}
.c_logo {
  float: left;
  margin-left: 125px;
}
.c_toptel {
  float: right;
  font-size: 19px;
  color: #3a3a3a;
  background: url(../images/toptel.png) no-repeat left center;
  padding-left: 60px;
  margin-top: 15px;
}
.c_toptel strong {
  font-size: 26px;
  display: block;
  color: #2287EE;
}
.c_topnav {
  background: #2186ee;
  position: relative;
  z-index: 99;
}
.c_topnav ul {
  text-align: center;
  position: relative;
}
.c_topnav ul li {
  display: inline-block;
  vertical-align: top;
  height: 52px;
  position: relative;
}
.c_topnav ul li a {
  line-height: 52px;
  height: 52px;
  font-size: 17px;
  color: #fff;
  padding: 0 30px;
  display: block;
}
.c_topnav ul li.on > a {
  background: #ffba00;
}
.c_topnav ul li .c_sub {
  overflow: hidden;
  position: absolute;
  visibility: hidden;
  top: 70px;
  font-size: 15px;
  background: #ffba00;
  width: 100%;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  filter: alpha(opacity=100);
}
.c_topnav ul li .c_sub a {
  color: #3a3a3a;
  line-height: 24px;
  height: auto;
  padding: 8px 5px;
}
.c_topnav ul li .c_sub a:hover {
  background: none;
  color: #2186ee;
}
.c_topnav ul li .c_sub a.on {
  background: none;
  color: #2186ee;
}
.c_topnav ul li:hover > a {
  background: #ffba00;
}
.c_topnav ul li:hover .c_sub {
  visibility: visible;
  top: 52px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_list {
  float: right;
  width: 30px;
  height: auto;
  display: none;
  margin-top: 10px;
}
.c_youlink {
  background: #f8f9fb url(../images/youlinkback.jpg) no-repeat center 20px;
  padding: 0 0 20px;
}
.c_youlink .tempWrap {
  margin: 0 auto;
}
.c_youlink .hd {
  height: 40px;
  position: relative;
}
.c_youlink .hd a {
  position: absolute;
  width: 30px;
  font-size: 30px;
  line-height: 40px;
  font-family: "宋体";
  font-weight: bold;
  color: #838381;
  top: 60px;
  text-align: center;
}
.c_youlink .hd a:hover {
  color: #ffba00;
}
.c_youlink .hd a.next {
  right: 0;
}
.c_youlink .hd a.prev {
  left: 0;
}
.c_youlink .bd li {
  float: left;
  margin: 0 15px;
}
.c_youlink .bd li a {
  display: block;
}
.c_youlink .bd li img {
  display: block;
  border: 1px solid #f8f9fb;
}
.c_youlink .bd li img:hover {
  border-color: #ddd;
}
.c_youlink .bd ul{
  overflow: hidden;width: 1070px; overflow: hidden; padding: 0px; margin: 0 auto;
}
.c_footer {
  border-top: 4px solid #ffba00;
  background: #2086ea;
  color: #fff;
}
.c_footer .c_footop {
  padding: 20px 0;
}
.c_footer a {
  color: #fff;
}
.c_footer a:hover {
  color: #ffba00;
}
.c_footer .c_botnavkk {
  float: right;
  width: 380px;
  overflow: hidden;
  padding: 10px 0 0;
}
.c_botnavkk .dinav{
	font-size: 16px;
}
.c_footer .c_botnav {
  float: right;
  width: 480px;
  overflow: hidden;
  padding: 10px 0 0;
}
.c_footer .c_botnav ul {
  float: left;
  margin-right: 60px;
}
.c_footer .c_botnav ul li {
  font-size: 14px;
}
.c_footer .c_botnav ul li.c_jij {
  font-size: 16px;
  padding-bottom: 5px;
}
.c_footer .c_botlx {
  float: left;
  width: 450px;
  font-size: 15px;
  line-height: 26px;
  margin-right: 10px;
}
.c_footer .c_botlx h2 {
  font-size: 19px;
  font-weight: normal;
}
.c_footer .c_botlx .c_lx1 {
  padding-left: 30px;
  background: url(../images/lx1.png) no-repeat left center;
}
.c_footer .c_botlx .c_lx2 {
  padding-left: 30px;
  background: url(../images/lx2.png) no-repeat left center;
}
.c_footer .c_botlx .c_lx3 {
  padding-left: 30px;
  background: url(../images/lx3.png) no-repeat left 6px;
}
.c_footer .c_botlx .c_lx4 {
  padding-left: 30px;
  background: url(../images/lx7.png) no-repeat left center;
}
.c_footer .c_boterwei {
  float: left;
  margin-top: 10px;
}
.c_footer .c_botinfo {
  border-top: 1px solid #3077bd;
  padding: 10px 0 0;
  margin-top: 10px;
}
.c_footer .c_botinfo img {
  vertical-align: middle;
}
.c_titsd {
  text-align: center;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.1;
}
.c_titsd a {
  color: #323232;
  padding-bottom: 15px;
  background: url(../images/lanxian.png) no-repeat center bottom;
  display: block;
}
.c_titsd a:hover {
  color: #2086EA;
}
.c_titsd em {
  display: block;
  text-align: center;
  font-weight: normal;
  color: #5e5e5e;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 30px;
  letter-spacing: 10px;
}
.c_floor1 {
  background: #f8f9fb;
  padding: 50px 0;
}
.c_floor1 .hd {
  position: relative;
  height: 36px;
  width: 100%;
}
.c_floor1 .hd a {
  position: absolute;
  font-family: "宋体";
  font-size: 30px;
  font-weight: bold;
  color: #666;
  top: 200px;
}
.c_floor1 .hd a:hover {
  color: #333;
}
.c_floor1 .hd a.next {
  right: -50px;
}
.c_floor1 .hd a.prev {
  left: -50px;
}
.c_floor1 .bd {
  overflow: hidden;
}
.c_ywlist {
  overflow: hidden;
  width: 1260px;
}
.c_ywlist li {
  float: left;
  width: 280px;
  height: 390px;
  position: relative;
  margin: 0 26px 0 0;
}
.c_ywlist li .c_ywback {
  background: #fff;
  height: 352px;
}
.c_ywlist li img {
  display: block;
  position: absolute;
  -webkit-transition: all 0.15s;
  -o-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
}
.c_ywlist li .heibei {
  left: 50%;
  top: 50%;
  margin: -195px 0 0 -140px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_ywlist li .baib {
  left: 50%;
  top: 50%;
  margin: -115px 0 0 -34px;
}
.c_ywlist li h2 {
  font-size: 25px;
  font-weight: normal;
  background: url(../images/huixian.jpg) no-repeat center bottom;
  text-align: center;
  position: relative;
}
.c_ywlist li h2 a {
  display: block;
  height: 72px;
  line-height: 72px;
  color: #090909;
  padding-top: 150px;
}
.c_ywlist li .c_des {
  font-size: 16px;
  color: #848484;
  width: 140px;
  margin: 0 auto;
  padding: 15px 0 0;
  position: relative;
  text-align: center;
  height: 78px;
  overflow: hidden;
}
.c_ywlist li:hover .heibei {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_ywlist li:hover h2 a {
  color: #fff;
}
.c_ywlist li:hover .c_des {
  color: #fff;
}
.c_floor2 {
  padding: 40px 0;
}
.c_floor3 {
  padding: 40px 0 0;
}
.indexabout {
  padding: 40px 0 0;
}
.c_video {
  float: left;
  width: 565px;
  height: 258px;
  position: relative;
  background: #f3f3f3;
  margin: 15px 0 0 15px;
}
.c_video .c_videokk {
  margin: -15px 0 0 -15px;
  width: 565px;
  height: 258px;
  position: relative;
  overflow: hidden;
}
.abouttext {
  float: right;
  width: 585px;
  font-size: 14px;
  color: #323232;
  line-height: 36px;
  margin-top: 30px;
  height: 216px;
  overflow: hidden;
}
.abouttext a {
  color: #333;
}
.abouttext a:hover {
  color: #2086EA;
}
.c_hezuo {
  overflow: hidden;
  min-height: 260px;
}
.c_hezuo .hd {
  position: relative;
  height: 30px;
  width: 1200px;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9;
  opacity: 0;
  filter: alpha(opacity=0);
}
.c_hezuo .hd a {
  display: block;
  position: absolute;
  width: 40px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 38px;
  color: #fff;
  background: url(../images/bantou.png);
  font-family: "宋体";
  top: 150px;
}
.c_hezuo .hd a:hover {
  background: #f90;
}
.c_hezuo .hd a.next {
  right: 0px;
}
.c_hezuo .hd a.prev {
  left: 0px;
}
.c_hezuo:hover .hd {
  opacity: 1;
  filter: alpha(opacity=100);
}
.c_hezuo .bd{
	width: 1200px;
	margin: 0 auto;
}
.hzlist li {
  float: left;
  width: 400px;
  position: relative;
}
.hzlist li .c_listkk {
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.hzlist li img {
  display: block;
  width: 100%;
  height: auto;
}
.hzlist li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 75px;
  line-height: 75px;
  font-size: 27px;
  font-weight: normal;
}
.hzlist li h3 a {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
}
.hzlist li a.c_jji {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: url(../images/bantou.png);
  display: none;
}
.hzlist li a.c_jji strong {
  display: block;
  text-align: center;
  font-size: 27px;
  line-height: 1.2;
  padding: 16% 0 0;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.hzlist li a.c_jji em {
  display: block;
  width: 60%;
  margin: 15px auto 0;
  text-align: center;
  padding: 10px 0 0;
  background: url(../images/baixian.jpg) no-repeat center top;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.hzlist li a.c_jji img {
  width: 32px;
  height: 32px;
  margin: 10px auto 0;
}
.hzlist li:hover a.c_jji {
  display: block;
}
.hzlist li:hover h3 {
  display: none;
}
.leftnews {
  float: left;
  width: 580px;
  position: relative;
}
.leftnews .c_titfe {
  position: absolute;
  left: 20px;
  top: 130px;
  z-index: 9;
  line-height: 1.2;
  width: 200px;
}
.leftnews .c_titfe a {
  display: block;
  color: #fff;
  font-size: 16px;
}
.leftnews .c_titfe a:hover {
  color: #333;
}
.leftnews .c_titfe em {
  display: block;
  font-weight: normal;
  font-size: 24px;
  color: #fff;
}
.leftnews .c_newslistin {
  margin-top: 20px;
  padding-top: 15px;
  border-top: 1px solid #e6e6e6;
}
.c_newstun .hd {
  position: absolute;
  right: 20px;
  overflow: hidden;
  z-index: 9;
  top: 20px;
}
.c_newstun .hd ul {
  overflow: hidden;
}
.c_newstun .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  margin-left: 10px;
}
.c_newstun .hd ul li.on {
  background: #ba0000;
}
.c_newstun .bd li {
  position: relative;
}
.c_newstun .bd li img {
  display: block;
}
.c_newstun .bd li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_newstun .bd li a {
  display: block;
  color: #fff;
}
.c_newstun .bd li h3 {
  font-weight: normal;
  font-size: 16px;
  background: #2086ea;
}
.c_newstun .bd li h3 a {
  display: block;
  padding: 0 15px;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  margin-right: 100px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_newstun .bd li h3 a:hover {
  color: #f90;
}
.c_newstun .bd li h3 em {
  float: right;
  margin-right: 15px;
  color: #fff;
  line-height: 50px;
}
.c_newslistin li {
  overflow: hidden;
  height: 32px;
  line-height: 32px;
}
.c_newslistin li span {
  float: right;
  font-size: 14px;
  color: #7e7e7e;
}
.c_newslistin li h3 {
  margin-right: 100px;
  font-size: 16px;
  font-weight: normal;
}
.c_newslistin li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #555;
  padding-left: 20px;
  background: url(../images/youjian.png) no-repeat left center;
}
.c_newslistin li h3 a:hover {
  color: #2086ea;
  background-image: url(../images/youjian1.png);
}
.c_lmlis {
  float: right;
  width: 568px;
}
.c_wenhua {
  width: 284px;
  float: left;
  text-align: center;
  background: #2086ea;
}
.c_wenhua .c_whkk {
  height: 176px;
}
.c_wenhua h2 {
  font-size: 16px;
  font-weight: normal;
}
.c_wenhua h2 a {
  display: block;
  height: 100px;
  line-height: 100px;
  color: #fff;
}
.c_wenhua h2 a:hover {
  color: #f90;
}
.c_wenhua .c_more {
  background: url(../images/youjian2.png) no-repeat left center;
  width: 39px;
  height: 39px;
  margin: 0 auto;
  display: block;
}
.c_wenhua .c_more:hover {
  background-position: right center;
}
.c_reli {
  width: 284px;
  float: left;
  text-align: center;
}
.c_reli .relkk {
  height: 136px;
  padding: 40px 0 0;
}
.c_reli .relkk div {
  font-size: 13px;
  color: #333;
  margin-top: 10px;
}
.c_reli .relkk em {
  display: block;
  font-size: 12px;
  color: #9a9a9a;
  width: 200px;
  margin: 0 auto;
}
.c_reli h2 {
  font-size: 16px;
  font-weight: normal;
  width: 116px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
  background: #2086ea;
}
.c_reli h2 a {
  display: block;
  color: #fff;
}
.c_reli h2:hover {
  background: #f90;
}
.c_floor4 {
  padding: 50px 0;
}
.c_position {
  text-align: right;
  font-size: 13px;
  color: #666;
  /* padding: 36px 0 0; */
  line-height: 40px;
  position: relative;
}
.c_position span {
  padding-left: 20px;
  background: url(../images/fangzi.png) no-repeat left center;
}
.c_position a {
  color: #666;
}
.c_position a:hover {
  color: #2186ee;
}
.c_position.zhne {
  text-align: center;
  padding: 10px 0 0;
}
.c_catename {
  text-align: center;
  line-height: 1.2;
  /* margin-top: -40px; */
}
.c_catename em {
  display: block;
  font-size: 40px;
  color: #dedede;
  text-transform: uppercase;
  font-family: "times new roman";
  letter-spacing: 3px;
}
.c_catename div {
  text-align: center;
  font-size: 28px;
  color: #323232;
}
.c_catename div span {
  color: #177ae2;
  padding: 0 10px;
}
.c_catelist {
  text-align: center;
  padding: 20px 0;
  border-bottom: 4px solid #f8f8f8;
}
.c_catelist h2 {
  display: inline-block;
  margin: 15px 10px 0;
  font-size: 18px;
  font-weight: normal;
  position: relative;
}
.c_catelist h2 em{
  position: absolute;
  width: 100%;
  left: 0;
  background: #fff;
  display: none;
}
.c_catelist h2 em a{
  font-size: 14px;
  padding: 10px;
  height: auto;
  line-height: 20px;
  background: none !important;
  border-radius: 0;
  margin: 10px 0 0;
  color: #333 !important;
}
.c_catelist h2 em a:hover{
  background: #2186ee !important;
  color: #fff !important;
}
.c_catelist h2 em a.on{
  background: #2186ee !important;
  color: #fff !important;
}
.c_catelist h2 a {
  display: block;
  color: #3a3a3a;
  height: 46px;
  line-height: 46px;
  padding: 0 40px;
  -webkit-border-radius: 25px;
     -moz-border-radius: 25px;
          border-radius: 25px;
}
.c_catelist h2 a:hover {
  background: #2186ee;
  color: #fff;
}
.c_catelist h2.on a {
  background: #2186ee;
  color: #fff;
}
.c_page {
  padding: 40px 0;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  min-height: 260px;
}
.c_page img{
  max-width: 100%;
  height: auto;
}
.c_links {
  text-align: center;
  padding: 40px 0 80px;
  margin-bottom: -40px;
  background: url(../images/siteback.jpg) no-repeat center bottom;
}
.c_links ul {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
}
.c_links ul li a {
  display: block;
  color: #323232;
  font-size: 14px;
}
.c_links ul li a:hover {
  color: #2186ee;
}
.c_links ul li.c_jise {
  padding-bottom: 10px;
}
.c_links ul li.c_jise a {
  font-size: 18px;
}
.c_lxfs {
  float: left;
  width: 600px;
  background: #2186ee url(../images/lxback.jpg) no-repeat right bottom;
  padding: 40px 0 0;
}
.c_lxfs .c_lxlogo {
  display: block;
  width: 140px;
  margin: 0 auto;
}
.c_lxfs .c_lxfsxx {
  padding: 24px 36px 25px;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
}
.c_lxfs .c_lxfsxx .llx1 {
  padding-left: 30px;
  background: url(../images/lx4.png) no-repeat left center;
}
.c_lxfs .c_lxfsxx .llx2 {
  padding-left: 30px;
  background: url(../images/lx5.png) no-repeat left center;
}
.c_lxfs .c_lxfsxx .llx3 {
  padding-left: 30px;
  background: url(../images/lx6.png) no-repeat left center;
}
.c_map {
  float: right;
  width: 600px;
  height: 330px;
}
/*.c_zxly {
  background: url(../images/liuyanback.jpg) no-repeat center;
}*/
.c_zxly .liuyan {
  margin: 0 auto;
  width: 665px;
  padding-left: 535px;
}
.c_zxly .c_tips {
  background: #f5f5f5 url(../images/lyzi.png) no-repeat 20px 20px;
  padding: 55px 15px 10px 70px;
  line-height: 26px;
}
.c_inoutkk {
  height: 42px;
  margin-top: 28px;
}
.c_inoutkk span {
  line-height: 42px;
  color: #333;
  font-size: 16px;
  text-align: right;
  width: 80px;
  float: left;
}
.c_inoutkk span em {
  color: #c00;
}
.c_inoutkk div {
  height: 40px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 90px;
  padding: 0 15px;
}
.c_inoutkk div input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
}
.c_textare {
  margin-top: 28px;
}
.c_textare span {
  line-height: 42px;
  color: #333;
  font-size: 16px;
  text-align: right;
  width: 80px;
  float: left;
}
.c_textare span em {
  color: #c00;
}
.c_textare div {
  height: 104px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 90px;
  padding: 10px 15px;
}
.c_textare div textarea {
  display: block;
  width: 100%;
  height: 104px;
  line-height: 26px;
  font-family: "微软雅黑";
  resize: none;
}
.c_yzm {
  height: 42px;
  margin-top: 28px;
}
.c_yzm span {
  line-height: 42px;
  color: #333;
  font-size: 16px;
  text-align: right;
  width: 80px;
  float: left;
}
.c_yzm span em {
  color: #c00;
}
.c_yzm div {
  height: 40px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  margin-left: 90px;
  padding: 0 0 0 15px;
}
.c_yzm div input {
  display: block;
  width: 70%;
  height: 40px;
  line-height: 40px;
  font-family: "微软雅黑";
}
.c_yzm div img {
  float: right;
  width: 20%;
  height: 40px;
  cursor: pointer;
}
a.c_qrtj {
  display: block;
  width: 145px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  -webkit-border-radius: 24px;
     -moz-border-radius: 24px;
          border-radius: 24px;
  background: #2186ee;
  margin: 30px 0 0 300px;
}
a.c_qrtj:hover {
  background: #f90;
}
.cklytit {
  text-align: center;
  font-size: 20px;
  color: #2186ee;
  font-weight: bold;
  padding: 15px 0;
  background: url(../images/lanxian.png) no-repeat center bottom;
}
.c_ckly {
  padding: 40px 0 0;
}
.c_liulist {
  min-height: 300px;
  padding-bottom: 30px;
}
.c_liulist li {
  overflow: hidden;
  padding: 30px 0 0;
}
.c_liulist li .c_tif {
  float: left;
  width: 55px;
  font-size: 14px;
  color: #333;
  margin-top: 20px;
}
.c_liulist li .huat {
  margin-left: 70px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 32px;
  position: relative;
  font-size: 14px;
  color: #5a5a5a;
}
.c_liulist li .huat em.c_jiao {
  position: absolute;
  background: url(../images/jiao.png) no-repeat;
  width: 19px;
  height: 17px;
  left: -19px;
  top: 30px;
}
.c_liulist li .huat .liu {
  padding: 0 0 10px;
  border-bottom: 1px solid #e6e6e6;
}
.c_liulist li .huat .liu:hover {
  color: #177AE2;
}
.c_liulist li .huat .c_huifu {
  padding: 10px 0 0;
  overflow:hidden;
}
.c_liulist li .huat .c_huifu .c_hhif {
  float: left;
  padding: 0 6px;
  color: #333;
  background: #d1d1d1;
  margin-right: 12px;
  height: 22px;
  line-height: 22px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  margin-top: 4px;
}
.c_liulist li .huat .c_huifu:hover .c_hhif {
  background: #177AE2;
  color: #fff;
}
.dy_zpzw {
  padding: 0 29px;
  min-height: 500px;
  background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 40px;
  margin-bottom: 30px;
}
.dy_zpzw .dy_zpzw1.on {
  background: #fff;
}
.dy_zpzw .dy_zpzw1 .zpzw_s {
  height: 78px;
  line-height: 78px;
  border-bottom: 1px solid #e8e8e8;
}
.dy_zpzw .dy_zpzw1.on .zpzw_s {
  border-bottom: 1px solid #cecece;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_mc {
  float: left;
  width: 407px;
  font-size: 18px;
  color: #575757;
  font-weight: bold;
}
.dy_zpzw .dy_zpzw1.on .zpzw_s .zp_mc {
  padding-left: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_sj {
  float: left;
  width: 245px;
  font-size: 14px;
  color: #333333;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_rs {
  float: left;
  width: 197px;
  font-size: 14px;
  color: #333333;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_dz {
  float: left;
  width: 222px;
  font-size: 14px;
  color: #333333;
}
.dy_zpzw .dy_zpzw1.on .zpzw_s .zp_dz {
  width: 192px;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_click {
  float: right;
  width: 27px;
  height: 78px;
  cursor: pointer;
  background: url(../images/dy_beijing7.png) center no-repeat;
}
.dy_zpzw .dy_zpzw1 .zpzw_s .zp_click:hover {
  background: url(../images/dy_beijing7_1.png) center no-repeat;
}
.dy_zpzw .dy_zpzw1.on .zpzw_s .zp_click {
  background: url(../images/dy_beijing9.png) center no-repeat;
  margin-right: 20px;
}
.dy_zpzw .dy_zpzw1.on .zpzw_s .zp_click:hover {
  background: url(../images/dy_beijing9_1.png) center no-repeat;
}
.dy_zpzw .dy_zpzw1 .zpzw_x {
  padding: 31px;
  display: none;
}
.dy_zpzw .dy_zpzw1 .zpzw_x p {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}
.dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div {
  padding: 36px 0;
  text-align: center;
}
.dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div a {
  display: inline-block;
  width: 119px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  background: url(../images/dy_beijing8.png) center no-repeat;
  margin: 0 5px;
}
.dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div a:hover {
  background: url(../images/dy_beijing8_1.png) center no-repeat;
}
.c_about {
  color: #323232;
}
.c_about img {
  max-width: 100% !important;
  height: auto !important;
}
.c_fzlis{overflow: hidden;font-size: 16px;color: #333;background: url(../images/xijifne.png) repeat-y center;margin: 50px 0 0;}
.c_fzlis li{margin-left: 50%;}
.c_fzlis li:hover span{background-image: url(../images/shuanquan1.png);font-weight: bold;color: #2086ea;}
.c_fzlis li span{float: left;padding: 0 30px;background: url(../images/shuanquan.png) no-repeat left center;margin-left: -7px;}
.c_fzlis li div{margin-left: 128px;}
.c_fzlis li div p{}
.c_fzlis li.on{margin: 0 50% 0 0;}
.c_fzlis li.on span{float: right;background-position: right center;margin: 0 -7px 0 0;}
.c_fzlis li.on div{margin-right: 100px;margin-left: 0;}
.c_xwzx {
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 30px;
}
.c_touer {
  overflow: hidden;
  width: 1280px;
}
.c_touer div {
  float: left;
  width: 580px;
  margin: 0 40px 0 0;
}
.c_touer div a {
  display: block;
}
.c_touer div img {
  display: block;
}
.c_touer div img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_touer div h3 {
  font-size: 16px;
  font-weight: normal;
  background: #e7e7e7;
  padding: 0 15px;
  height: 52px;
  line-height: 52px;
}
.c_touer div h3 em {
  float: right;
  color: #333;
}
.c_touer div h3 a {
  display: block;
  margin-right: 110px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_touer div h3:hover {
  background: #2086ea;
}
.c_touer div h3:hover em {
  color: #fff;
}
.c_touer div h3:hover a {
  color: #fff;
}
.duotiao {
  padding: 10px 20px;
  background: #f9f9f9;
  margin: 30px 0 0;
}
.c_newslist {
  overflow: hidden;
}
.c_newslist li {
  overflow: hidden;
  border-top: 1px solid #d8d8d8;
  height: 56px;
  line-height: 56px;
  margin-top: -1px;
}
.c_newslist li span {
  float: right;
}
.c_newslist li h3 {
  font-size: 16px;
  font-weight: normal;
  margin-right: 110px;
}
.c_newslist li h3 a {
  color: #323232;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.c_newslist li h3 a em {
  color: #999;
}
.c_newslist li h3 a:hover {
  color: #2086ea;
}
.c_newslist li h3 a:hover em {
  color: #2086ea;
}
.c_xgtj {
  float: right;
  width: 290px;
  padding: 10px 20px;
  background: #f6f6f6;
}
.c_xgtj div {
  font-weight: bold;
  font-size: 16px;
  color: #177AE2;
  border-bottom: 1px dashed #e0e0e0;
  height: 48px;
  line-height: 48px;
  margin-bottom: 10px;
}
.c_newslistxg {
  overflow: hidden;
}
.c_newslistxg li {
  overflow: hidden;
  height: 40px;
  line-height: 40px;
}
.c_newslistxg li span {
  float: right;
  font-size: 13px;
  color: #666;
}
.c_newslistxg li h3 {
  margin-right: 100px;
  font-size: 14px;
  font-weight: normal;
}
.c_newslistxg li h3 a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #333;
}
.c_newslistxg li h3 a em {
  color: #999;
}
.c_newslistxg li h3 a:hover {
  color: #177AE2;
}
.c_newslistxg li h3 a:hover em {
  color: #177AE2;
}
.c_xwzxxx {
  float: left;
  width: 810px;
}
.c_zitit {
  font-size: 20px;
  text-align: center;
  color: #2186ee;
  padding: 0 0 15px;
}
.c_textinfo {
  height: 42px;
  line-height: 42px;
  border-top: 1px dashed #e8e8e8;
  border-bottom: 1px dashed #e8e8e8;
  text-align: center;
  color: #666;
}
.c_textinfo a {
  color: #666;
}
.c_textinfo a:hover {
  color: #177AE2;
}
.c_textcont {
  font-size: 14px;
  color: #666;
  padding: 30px 0;
  border-bottom: 1px solid #d7d7d7;
  min-height: 350px;
}
.c_textcont img {
  max-width: 100% !important;
  height: auto !important;
}
.c_qyry {
  overflow: hidden;
}
.c_rylist {
  overflow: hidden;
  width: 1260px;
  min-height: 350px;
}
.c_rylist li {
  float: left;
  width: 380px;
  position: relative;
  margin: 0 30px 30px 0;
}
.c_rylist li a {
  display: block;
}
.c_rylist li img {
  display: block;
  width: 100%;
  height: auto;
}
.c_rylist li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_rylist li h3 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: url(../images/bantou1.png);
  height: 58px;
  line-height: 58px;
  font-size: 17px;
  font-weight: normal;
}
.c_rylist li h3 a {
  display: block;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #fff;
  text-align: center;
}
.c_rylist li h3 a:hover {
  color: #f80;
}
.c_jjh {
  overflow: hidden;
}
.c_jjh ul {
  overflow: hidden;
  width: 1280px;
}
.c_jjh ul li {
  width: 283px;
  height: auto;
  float: left;
  margin: 0 20px 0 0;
}
.c_newstun {
  min-height: 250px;
}
.c_jjh ul li a {
  display: block;
  width: 100%;
  padding-bottom: 65.8%;
  background: url(../images/lmmn.png);
}
.c_jjh ul li a.c_llj1 {
  background-position: left top;
}
.c_jjh ul li a.c_llj1:hover {
  background-position: left bottom;
}
.c_jjh ul li a.c_llj2 {
  background-position: -306px top;
}
.c_jjh ul li a.c_llj2:hover {
  background-position: -306px bottom;
}
.c_jjh ul li a.c_llj3 {
  background-position: -612px top;
}
.c_jjh ul li a.c_llj3:hover {
  background-position: -612px bottom;
}
.c_jjh ul li a.c_llj4 {
  background-position: right top;
}
.c_jjh ul li a.c_llj4:hover {
  background-position: right bottom;
}
.youxia{position: fixed;z-index: 99;right: 40px;bottom: 150px;width: 50px;}
.youxia a{display: block;background: #323232;width: 50px;height: 50px;transition: all 0.3s;position: relative;float: right;}
.youxia a:hover{padding-left: 15px;background: #2187eb;}
.youxia a em{display: block;height: 50px;height: 50px;}
.youxia a em.c_bbi1{background: url(../images/youtu1.png) no-repeat center;}
.youxia a em.c_bbi2{background: url(../images/youtu2.png) no-repeat center;}
.youxia a em.c_bbi3{background: url(../images/youtu3.png) no-repeat center;}
.youxia a em.c_bbi4{background: url(../images/youtu4.png) no-repeat center;}
.youxia a em.c_bbi5{background: url(../images/youtu5.png) no-repeat center;}
.youxia a em.c_bbi6{background: url(../images/youtu6.png) no-repeat center;}

.c_liuyan {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 15px #f4f4f4;
  padding: 20px 30px;
  font-size: 14px;
}
.c_liuyan .liutit {
  font-weight: bold;
  color: #1d73b8;
  font-size: 18px;
  line-height: 50px;
  height: 50px;
  border-bottom: 6px solid #f9f9f9;
  margin: 0 -30px 20px;
  padding: 0 30px;
}
.c_liuyan .liutit a {
  color: #1d73b8;
}
.c_liuyan .liutit a:hover {
  color: #666;
}
.c_liuyan .c_inputds {
  width: 560px;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
}
.c_liuyan .c_inputds span {
  float: left;
  width: 68px;
  text-align: right;
}
.c_liuyan .c_inputds div {
  margin-left: 70px;
  padding: 0 15px 0 0;
}
.c_liuyan .c_inputds div input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #999;
}
.c_liuyan .c_textaert {
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 12px;
}
.c_liuyan .c_textaert span {
  float: left;
  width: 68px;
  text-align: right;
  line-height: 50px;
}
.c_liuyan .c_textaert div {
  margin-left: 70px;
  padding: 10px 15px 10px 0;
}
.c_liuyan .c_textaert div textarea {
  display: block;
  width: 100%;
  height: 120px;
  line-height: 30px;
  resize: none;
  color: #999;
}
.c_liuyan .c_yzm {
  overflow: hidden;
  margin-top: 12px;
  height: 52px;
}
.c_liuyan .c_yzm img {
  float: left;
  width: 140px;
  height: 50px;
  border-radius: 5px;
  cursor: pointer;
  margin-left: 15px;
}
.c_liuyan .c_yamti {
  width: 360px;
  height: 50px;
  line-height: 50px;
  background: #f6f6f6;
  border-radius: 5px;
  overflow: hidden;
  float: left;
  margin-left: 0;
}
.c_liuyan .c_yamti span {
  float: left;
  width: 68px;
  line-height: 52px;
  text-align: right;
}
.c_liuyan .c_yamti div {
  margin-left: 70px;
  padding: 0 15px 0 0;
  border: none;
  height: 50px;
}
.c_liuyan .c_yamti div input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  color: #999;
}
.c_liuyan .c_anji {
  overflow: hidden;
  text-align: left;
  padding: 40px 0 20px;
}
.c_liuyan .c_anji a {
  display: inline-block;
  width: 190px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #fff;
  background: #1d73b8;
  font-size: 16px;
  border-radius: 5px;
  margin: 0 10px 0 0;
}
.c_liuyan .c_anji a:hover {
  background: #ffae22;
}

/*END*/
/*BEGIN*/
@media screen and (max-width: 1200px) {
  .w1200 {
    width: auto;
    padding: 0 12px;
  }
  .w1200.c_page {
    padding-left: 12px;
    padding-right: 12px;
  }
  .youxia{right: 10px;bottom: 60px;}
  .c_top {
    padding: 15px 12px;
    background: #fff;
  }
  .c_textlogo {
    display: none;
  }
  .c_logo {
    margin-left: 0;
  }
  .c_topnav ul li .c_sub {
    display: none !important;
  }
  .c_topnav ul li a {
    font-size: 15px;
    padding: 0 8px;
    display: block;
  }
  .c_topnav ul li a:hover {
    background: #ffba00;
  }
  .c_topnav ul li.on a {
    background: #ffba00;
  }
  .cg_banner,
  .cg_banner_listbox,
  .cg_banner_listbox ul,
  .cg_banner_listbox ul li,
  .cg_banner_listbox ul li a {
    display: block;
    /* height: 240px; */
  }
  .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: 350px; */
  }
  .cg_banner_listbox ul li {
    -moz-background-size: auto 100% !important;
      -o-background-size: auto 100% !important;
         background-size: auto 100% !important;
  }
  .c_catelist h2 em a{
    padding: 2px 5px;
  }
  .c_youlink {
    display: none;
  }
  .c_youlink .bd ul{width: 1070px; left: 0px; position: relative; overflow: hidden; padding: 0px; margin: 0px auto;}
  .c_footer .c_botnav {
    display: none;
  }
  .c_footer .c_footop {
    padding: 5px 12px 0;
  }
  .c_footer .c_botlx {
    margin-left: 0;
    width: auto;
    display: none;
  }
  .c_footer .c_botinfo {
    padding: 10px 0 0;
  }
  .c_floor1 {
    padding: 30px 0;
  }
  .c_floor1 .hd {
    display: none;
  }
  .c_footer .c_botnavkk{
  	clear: both;
  	width: auto;
  	float: none;
  }
  .c_ywlist {
    width: auto;
  }
  .c_ywlist li {
    width: 23%;
    height: auto;
    margin: 15px 1% 0;
    overflow: hidden;
  }
  .c_ywlist li .c_ywback {
    height: auto;
    padding-bottom: 30px;
  }
  .c_ywlist li h2 a {
    height: 50px;
    line-height: 50px;
    padding-top: 160px;
  }
  .c_floor2 {
    padding: 30px 0;
  }
  .indexabout {
    padding: 30px 0 0;
  }
  .c_video {
    float: none;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0 12px;
    background: none;
  }
  .c_video .c_videokk {
    margin: 0;
    width: 100%;
    height: auto;
    padding-bottom: 40%;
  }
  .c_video .c_videokk iframe {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .c_video .c_videokk img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .abouttext {
    float: none;
    width: auto;
    height: auto;
    padding: 0 12px;
  }
  .c_hezuo .hd{width: auto;}
  .c_hezuo .bd{width: auto;}
  .c_hezuo .hd a {
    display: none;
  }
  .hzlist li{
  	width: 25%;
  }
  .hzlist li .c_listkk {
    border: none;
  }
  .hzlist li h3 {
    height: 45px;
    line-height: 45px;
    font-size: 16px;
  }
  .hzlist li a.c_jji {
    background: none;
    display: block;
  }
  .hzlist li a.c_jji strong {
    display: none;
  }
  .hzlist li a.c_jji em {
    display: none;
  }
  .hzlist li a.c_jji img {
    display: none;
  }
  .hzlist li:hover h3 {
    display: block;
  }
  .leftnews {
    float: none;
    width: auto;
  }
  .leftnews .c_titfe {
    position: relative;
    left: 0;
    top: 0;
    width: auto;
    padding: 0 12px;
  }
  .leftnews .c_titfe a {
    color: #2086ea;
  }
  .leftnews .c_titfe em {
    color: #666;
  }
  .leftnews .c_newslistin {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #e6e6e6;
  }
  .c_newstun .hd {
    display: none;
  }
  .c_newstun .bd ul {
    overflow: hidden;
  }
  .c_newstun .bd li {
    float: left;
    width: 48%;
    margin: 20px 1% 0;
  }
  .c_newstun .bd li img {
    width: 100%;
    height: auto;
  }
  .c_newslistin {
    overflow: hidden;
    padding: 0 12px;
  }
  .c_lmlis {
    padding: 20px 12px;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    max-width: 568px;
    width: auto;
  }
  .c_lmlis img {
    max-width: 100%;
  }
  .c_reli {
    width: 50%;
  }
  .c_wenhua {
    width: 50%;
  }
  .c_floor4 {
    padding: 30px 0;
  }
  .c_position {
    display: none;
  }
  .c_catename {
    margin-top: 30px;
  }
  .c_catename em {
    font-size: 30px;
  }
  .c_catename div {
    font-size: 20px;
  }
  .c_catelist h2 {
    font-size: 16px;
  }
  .c_catelist h2 a {
    display: block;
    color: #3a3a3a;
    height: 36px;
    line-height: 36px;
    padding: 0 20px;
    -webkit-border-radius: 20px;
       -moz-border-radius: 20px;
            border-radius: 20px;
  }
  .c_page {
    padding: 30px 0;
  }
  .c_links {
    padding: 30px 0;
    margin-bottom: -30px;
  }
  .c_links ul {
    display: block;
    margin: 0;
    overflow: hidden;
    border-bottom: 1px dashed #ddd;
    padding: 10px 0;
  }
  .c_links ul li {
    text-align: left;
    float: left;
    margin-right: 15px;
  }
  .c_links ul li.c_jise {
    float: none;
  }
  .c_lxfs {
    width: 50%;
  }
  .c_lxfs .c_lxfsxx {
    height: 150px;
  }
  .c_map {
    width: 50%;
  }
  .c_zxly {
    background: none;
  }
  .c_zxly .liuyan {
    margin: 0 auto;
    width: auto;
    padding: 0 12px;
  }
  a.c_qrtj {
    display: block;
    width: 145px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    -webkit-border-radius: 24px;
       -moz-border-radius: 24px;
            border-radius: 24px;
    background: #2186ee;
    margin: 30px auto;
  }
  a.c_qrtj:hover {
    background: #f90;
  }
  .c_ckly {
    padding: 20px 0 0;
  }
  .c_liulist {
    min-height: 300px;
    padding: 0 12px 30px;
  }
  .c_liulist li {
    overflow: hidden;
    padding: 30px 0 0;
  }
  .c_liulist li .c_tif {
    float: left;
    width: 55px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
  }
  .c_liulist li .huat {
    margin-left: 70px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 10px 12px;
    position: relative;
    font-size: 14px;
    color: #5a5a5a;
  }
  .c_liulist li .huat em.c_jiao {
    position: absolute;
    background: url(../images/jiao.png) no-repeat;
    width: 19px;
    height: 17px;
    left: -19px;
    top: 30px;
  }
  .c_liulist li .huat .liu {
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .c_liulist li .huat .c_huifu {
    padding: 10px 0 0;
  }
  .c_liulist li .huat .c_huifu .c_hhif {
    float: left;
    padding: 0 6px;
    color: #333;
    background: #d1d1d1;
    margin-right: 12px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-top: 4px;
  }
  .cklytit {
    text-align: center;
    font-size: 20px;
    color: #2186ee;
    font-weight: bold;
    padding: 15px 0;
    background: url(../images/lanxian.png) no-repeat center bottom;
  }
  .c_ckly {
    padding: 40px 0 0;
  }
  .c_liulist {
    min-height: 300px;
    padding-bottom: 30px;
  }
  .c_liulist li {
    overflow: hidden;
    padding: 30px 0 0;
  }
  .c_liulist li .c_tif {
    float: left;
    width: 55px;
    font-size: 14px;
    color: #333;
    margin-top: 20px;
  }
  .c_liulist li .huat {
    margin-left: 70px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    padding: 10px 32px;
    position: relative;
    font-size: 14px;
    color: #5a5a5a;
  }
  .c_liulist li .huat em.c_jiao {
    position: absolute;
    background: url(../images/jiao.png) no-repeat;
    width: 19px;
    height: 17px;
    left: -19px;
    top: 30px;
  }
  .c_liulist li .huat .liu {
    padding: 0 0 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .c_liulist li .huat .c_huifu {
    padding: 10px 0 0;
  }
  .c_liulist li .huat .c_huifu .c_hhif {
    float: left;
    padding: 0 6px;
    color: #333;
    background: #d1d1d1;
    margin-right: 12px;
    height: 22px;
    line-height: 22px;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    margin-top: 4px;
  }
  .dy_zpzw {
    padding: 0 15px;
    min-height: 300px;
    padding-bottom: 30px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_mc {
    float: none;
    width: auto;
    margin-right: 60px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_sj {
    display: none;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_rs {
    display: none;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_dz {
    display: none;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_click:hover {
    background: url(../images/dy_beijing7_1.png) center no-repeat;
  }
  .dy_zpzw .dy_zpzw1.on .zpzw_s .zp_click {
    background: url(../images/dy_beijing9.png) center no-repeat;
  }
  .dy_zpzw .dy_zpzw1.on .zpzw_s .zp_click:hover {
    background: url(../images/dy_beijing9_1.png) center no-repeat;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x {
    padding: 31px;
    display: none;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x p {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div {
    padding: 36px 0;
    text-align: center;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div a {
    display: inline-block;
    width: 119px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background: url(../images/dy_beijing8.png) center no-repeat;
    margin: 0 5px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div a:hover {
    background: url(../images/dy_beijing8_1.png) center no-repeat;
  }
  .c_touer {
    width: auto;
  }
  .c_touer div {
    width: 48%;
    margin: 0 1%;
  }
  .c_touer div img {
    width: 100%;
    height: auto;
  }
  .c_xgtj {
    float: none;
    width: auto;
  }
  .c_xwzxxx {
    float: none;
    width: auto;
  }
  .c_rylist {
    width: auto;
  }
  .c_rylist li {
    width: 31.33%;
    margin: 0 1% 15px;
  }
  .c_rylist li h3 {
    height: 48px;
    line-height: 48px;
  }
  .c_jjh {
    display: none;
  }

  .c_liuyan {
    padding: 10px;
    margin: 0 10px;
  }
  .c_liuyan .liutit {
    font-weight: bold;
    color: #1d73b8;
    font-size: 16px;
    line-height: 30px;
    height: 30px;
    margin: 0 -10px 10px;
    padding: 0 10px;
  }
  .c_liuyan .c_inputds {
    width: auto;
    height: 40px;
    line-height: 40px;
    float: none;
    margin-top: 10px;
  }
  .c_liuyan .c_inputds div {
    padding: 0 10px 0 0;
  }
  .c_liuyan .c_inputds div input {
    height: 40px;
    line-height: 40px;
  }
  .c_liuyan .c_textaert span {
    line-height: 40px;
  }
  .c_liuyan .c_textaert div {
    padding: 4px 10px 4px 0;
  }
  .c_liuyan .c_textaert div textarea {
    height: 120px;
    line-height: 30px;
  }
  .c_liuyan .c_yzm img {
    float: left;
    width: 70px;
    height: 40px;
    margin-left: 5px;
  }
  .c_liuyan .c_yamti {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
  .c_liuyan .c_yamti span {
    float: left;
    width: 68px;
    text-align: right;
  }
  .c_liuyan .c_yamti div {
    padding: 0 10px 0 0;
  }
  .c_liuyan .c_yamti div input {
    height: 40px;
    line-height: 40px;
  }
  .c_liuyan .c_anji a {
    width: 80px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }



}
/*END*/
/*BEGIN*/
@media screen and (max-width: 750px) {
  .c_top {
    padding: 45px 12px 5px;
    position: relative;
  }
  .c_logo {
    margin-left: 0;
    width: 90px;
  }
  .c_logo img {
    display: block;
    width: 100%;
  }
  .c_toptel {
    font-size: 14px;
    background: #f3f3f3 url(../images/toptel.png) no-repeat 12px center / auto 24px;
    padding-left: 45px;
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .c_toptel strong {
    font-size: 16px;
    display: inline-block;
    padding-left: 10px;
  }
  .c_topnav {
    position: absolute;
    width: 100%;
    z-index: 99;
    left: 0;
    display: none;
  }
  .c_topnav ul {
    padding: 10px 0;
  }
  .c_topnav ul li {
    display: block;
    height: auto;
  }
  .c_topnav ul li a {
    height: 32px;
    line-height: 32px;
  }
  .cg_banner,
  .cg_banner_listbox,
  .cg_banner_listbox ul,
  .cg_banner_listbox ul li,
  .cg_banner_listbox ul li a {
    display: block;
    /* height: 140px; */
  }
  .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: 220px; */
  }
  .c_list {
    display: block;
  }
  .c_footer .c_botlx {
    margin-left: 0;
    line-height: 30px;
  }
  .c_footer .c_boterwei {
    display: none;
  }
  .c_footer .c_botinfo {
    padding: 0;
    border: none;
    margin: 0;
  }
  .c_footer .c_gjz {
    display: none;
  }
  .c_footer .c_botnavkk{
    padding: 0;
  }
	.c_botnavkk .dinav{
    font-size: 12px;
    display: none;
	}
  .c_titsd {
    font-size: 22px;
  }
  .c_titsd em {
    font-size: 13px;
  }
  .c_floor1 {
    padding: 20px 0;
  }
  .c_ywlist {
    width: auto;
  }
  .c_ywlist li {
    width: 48%;
    margin: 10px 1% 0;
    padding-bottom: 10px;
  }
  .c_ywlist li .c_ywback {
    padding-bottom: 30px;
  }
  .c_ywlist li h2 {
    font-size: 16px;
  }
  .c_ywlist li h2 a {
    padding-top: 70px;
  }
  .c_floor2 {
    padding: 20px 0;
  }
  .indexabout {
    padding: 20px 0 0;
  }
  .abouttext {
    line-height: 26px;
  }
  .hzlist li {
    width: 50%;
  }
  .hzlist li h3 {
    height: 35px;
    line-height: 35px;
    font-size: 14px;
  }
  .leftnews .c_titfe {
    line-height: 1.6;
  }
  .leftnews .c_titfe a {
    font-size: 18px;
  }
  .leftnews .c_titfe em {
    font-size: 14px;
  }
  .c_newstun .bd li {
    float: none;
    width: auto;
    margin: 10px 12px 0;
  }
  .c_newstun .bd li h3 em {
    height: 32px;
    line-height: 32px;
  }
  .c_newstun .bd li h3 a {
    height: 32px;
    line-height: 32px;
  }
  .c_floor4 {
    padding: 20px 0;
  }
  .c_catename {
    margin-top: 15px;
  }
  .c_catename em {
    font-size: 20px;
  }
  .c_catename div {
    font-size: 16px;
  }
  .c_catelist {
    padding: 10px 0;
  }
  .c_catelist h2 {
    font-size: 14px;
    margin: 10px 1px 0;
  }
  .c_catelist h2 a {
    display: block;
    color: #3a3a3a;
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
    -webkit-border-radius: 15px;
       -moz-border-radius: 15px;
            border-radius: 15px;
  }
  .c_lxfs {
    width: auto;
    float: none;
  }
  .c_lxfs .c_lxfsxx {
    height: auto;
    line-height: 30px;
    font-size: 13px;
  }
  .c_map {
    width: auto;
    float: none;
    height: 250px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s {
    height: 38px;
    line-height: 38px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_mc {
    font-size: 15px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_s .zp_click {
    height: 38px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x {
    padding: 20px 10px;
  }
  .dy_zpzw .dy_zpzw1 .zpzw_x .zpzx_x_div a:last-child {
    display: none;
  }
  .c_touer {
    width: auto;
    margin-top: -20px;
  }
  .c_touer div {
    width: 100%;
    margin: 15px 0 0;
  }
  .c_newslist li {
    height: 40px;
    line-height: 40px;
  }
  .c_newslist li h3 {
    font-size: 14px;
  }
  .c_zitit {
    font-size: 18px;
  }
  .c_textinfo {
    font-size: 12px;
  }
  .c_textinfo span {
    display: none;
  }
  .c_rylist li {
    width: 48%;
    margin: 0 1% 10px;
  }
  .c_rylist li h3 {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }
	.c_fzlis{font-size: 14px;background: none;margin: 30px 0 0;}
	.c_fzlis li{margin-left: 0;line-height: 26px;}
	.c_fzlis li span{margin: 0;padding: 0 0 0 30px;}
	.c_fzlis li.on{margin: 0;}
	.c_fzlis li.on span{float: left;background-position: left center;margin: 0;}
	.c_fzlis li.on div{margin-right: 0;margin-left: 128px;}
}
@media screen and (max-width: 610px) {
  .c_lmlis {

  }
  .c_reli {
    width: 100%;
  }
  .c_reli > img {
    display: none;
  }
  .c_reli .relkk {
    padding-top: 10px;
  }
  .c_wenhua {
    position: relative;
    width: 100%;
  }
  .c_wenhua > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .c_wenhua .c_whkk {
    height: 136px;
  }
  .c_wenhua h2 a {
    line-height: 70px;
    height: 70px;
  }
  .c_wenhua > img {
    display: none;
  }
}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/

