﻿@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;
}
body{
  min-width: 1300px;
}
/*让非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;
}
/*子页背景*/
body{ background:url(../images/bj.png) 0 535px no-repeat;}

/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
  display: block;
  height: 370px;
}
/*首页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: 470px;
}
.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;
  padding: 15px 0;
  font-size: 14px;
  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;
  height: 32px;
  line-height: 32px;
}
.sub_updown div a[href]:hover {
  color: #d71819;
}
.sub_updown div a[href]:hover span {
  background: #d71819;
}
.sub_updown span {
  display: block;
  float: left;
  background: #0965b8;
  color: #fff;
  padding: 0 20px;
  margin-right: 15px;
  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;
  width: 29px;
  height: 29px;
  line-height: 30px;
  text-align: center;
  margin: 0px 3px;
  background: url(../images/fenye.png) no-repeat right center;
}
.ql_fenye a {
  color: #333;
}
.ql_fenye a[href]:hover {
  background-position: left center;
  color: #fff;
}
.ql_fenye span {
  background-position: left center;
  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;
}
/*此文件放置共用函数、变量等*/
/* 手机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;
}
/*关键字样式*/
.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_header {
  padding: 20px 0;
}
.c_logo {
  float: left;
}
.c_logo img {
  display: block;
}
.c_ban {
  float: right;
  font-size: 16px;
  color: #d6d6d6;
  background: url(../images/toptel.png) no-repeat right bottom;
  padding-bottom: 34px;
  margin-top: 5px;
  width:320px;
}
.c_ban a {
  color: #d6d6d6;
}
.c_ban a:hover {
  color: #1e2974;
}
.c_ban a.on {
  color: #1e2974;
}
.c_ban a.on:hover {
  color: #CC5522;
}
.c_topnav {
  text-align: center;
  border-top: 1px solid #e6e6e6;
  position: relative;
  z-index: 999;
}
.c_topnav ul {
  text-align: center;
  width: 1200px;
  margin: 0 auto;
}
.c_topnav ul li {
  float: left;
  margin-left: -1px;
  position: relative;
}
.c_topnav ul li a {
  color: #333;
  font-size: 16px;
  display: block;
  background: url(../images/xiaoshu.png) no-repeat right center;
  padding: 11px 20px;
  border-bottom: 2px solid #fff;
}
.c_topnav ul li:hover a {
  border-color: #1e2974;
}
.c_topnav ul li:hover .c_submenu {
  display: block;
}
.c_topnav ul li.on a {
  border-color: #1e2974;
}
.c_topnav ul li .c_submenu {
  position: absolute;
  left: 0;
  top: 50px;
  background: url(../images/ban2.png);
  display: none;
  overflow: hidden;
  width: 510px;
  padding-right: 213px;
  background: #fff;
  padding-left: 26px;
  padding-right: 32px;
  box-shadow: 0 0 20px #7fc5f6;
}
.c_topnav ul li .c_submenu em {
  float: right;
  width: 143px;
  background: url(../images/xg-xy-twoNav.png) no-repeat;
  padding-bottom: 15px;
  margin-top: 15px;
  height: 142px;
}
.c_topnav ul li .c_submenu a {
  /* display: inline-block;
  *display: inline;
  display: block; */
  float: left;
  zoom: 1;
  padding: 8px 6px;
  background: none;
  color: #333;
  line-height: 22px;
  /* border-top: 1px dashed #ddd; */
  position: relative;
  top: -1px;
  border-bottom: none;
  width: 145px;
  font-size: 14px;
  padding-left: 16px;
  background: url(../images/xg-xy-twoNav-a.png) no-repeat left center;
  text-align: left;
}
.c_topnav ul li .c_submenu a.on {
  color: #374cdb;
}
.c_topnav ul li .c_submenu a:hover {
  color: #374cdb;
}
.c_footer {
  overflow: hidden;
  background: #2d2d2d;
  color: #efefef;
  font-size: 12px;
  padding-top: 15px;
}
.c_footer .c_dinfo{color: #aaa;}
.c_footer .c_dinfo a{color: #aaa;}
.c_footer a {
  color: #efefef;
}
.c_footer a:hover {
  color: #fff;
}
.c_footer img {
  vertical-align: middle;
}
.c_footer .c_footdi {
  background: #1f1f1f;
  color: #cecece;
}
.c_footer .c_footdi a {
  color: #767676;
}
.c_footer .c_footdi a:hover {
  color: #fff;
}
.c_footer .c_footleft {
  margin-right: 180px;
  background: url(../images/erweima.jpg) no-repeat right 4px;
  line-height: 30px;
  min-height: 90px;
  width:1200px;
}
.c_footer .c_footleft .c_footnav {
  overflow: hidden;
}
.c_footer .c_footleft .c_footnav a {
  font-size: 12px;
}
.c_footer .c_footright {
  float: right;
  background: url(../images/bottel.png) no-repeat right top;
  width: 390px;
  padding-top: 44px;
  margin-top: 8px;
  margin-right:105px;
}
.c_footer .c_footright a {
  color: #efefef;
  padding-left: 20px;
  float: right;
  margin-left: 10px;
  font-size: 12px;
}
.c_footer .c_footright a:hover {
  color: #fff;
}
.c_footer .c_footright a.c_lji1 {
  background: url(../images/dil1.png) no-repeat left 4px;
}
.c_footer .c_footright a.c_lji2 {
  background: url(../images/dil2.png) no-repeat left 4px;
}
.indexkk {
  padding: 20px 0 40px;
}
.c_tie {
  overflow: hidden;
  padding: 0 0 16px 40px;
  border-bottom: 2px dashed #d9d9d9;
}
.c_tie.bj1 {
  background: url(../images/cateicon1.png) no-repeat left 6px;
}
.c_tie.bj2 {
  background: url(../images/cateicon2.png) no-repeat left 6px;
}
.c_tie.bj3 {
  background: url(../images/cateicon3.png) no-repeat left 6px;
}
.c_tie em {
  display: block;
  font-family: "times new roman";
  color: #959595;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
}
.c_tie h2 {
  font-size: 16px;
  line-height: 1.2;
  padding-top: 14px;
}
.c_tie h2 a {
  color: #333;
}
.c_tie h2 a[href]:hover {
  color: #1062A7;
}
.c_canpin {
  width: 254px;
  float: left;
}
.c_canpin .hd {
  position: relative;
  height: 18px;
  z-index: 8;
}
.c_canpin .hd a {
  position: absolute;
  font-size: 16px;
  font-weight: bold;
  font-family: "宋体";
  color: #fff;
  background: #1062a7;
  width: 20px;
  line-height: 30px;
  height: 30px;
  text-align: center;
  top: 80px;
}
.c_canpin .hd a:hover {
  background: #1F1F1F;
}
.c_canpin .hd a.next {
  right: 0;
}
.c_canpin .hd a.prev {
  left: 0;
}
.c_canpin .bd li {
  position: relative;
  width: 254px;
  height: 160px;
}
.c_canpin .bd li img:hover{
  opacity: 0.8;
  filter:alpha(opacity=80);
}
.c_canpin .bd li h3 {
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  height: 30px;
}
.c_canpin .bd li h3 a {
  color: #fff;
  display: block;
  background: url(../images/ban.png);
}
.c_canpin .bd li h3 a:hover {
  color: #1F1F1F;
}
.c_indexnews {
  width: 590px;
  float: left;
  margin-left: 50px;
  overflow: hidden;
  position: relative;
}
.c_newslist .hd {
  position: relative;
  height: 10px;
}
.c_newslist .hd ul {
  display: none;
}
.c_newslist .hd .c_morem{
	position: relative;
	float: right;
	width: 70px;
	top: -40px;
}
.c_newslist .hd a {
  position: absolute;
  top: -30px;
  font-family: Arial;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  width: 20px;
  text-align: center;
}
.c_newslist .hd a:hover {
  color: #1062A7;
}
.c_newslist .hd a.next {
  right: 0;
}
.c_newslist .hd a.prev {
  right: 20px;
}
.c_newslist .bd {
  overflow: hidden;
  width: 590px;
  position: relative;
  height: 158px;
  text-align: justify;
  top: -8px;
}
.c_newslist ul {
  width: 270px;
  float: left;
  margin-right: 46px;
}
.c_newslist ul li {
  overflow: hidden;
  line-height: 38px;
  height: 38px;
  border-bottom: 1px dashed #ebebea;
}
.c_newslist ul li span {
  float: right;
}
.c_newslist ul li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_newslist ul li h3 a {
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/jiantou.png) no-repeat left center;
}
.c_newslist ul li h3 a:hover {
  color: #1062A7;
}
.c_invideo {
  float: right;
  width: 254px;
}
.c_invideo .c_vidon {
  position: relative;
  margin-top: 16px;
  height: 160px;
  width: 254px;
}
.c_invideo .c_vidon .c_bofang {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -15px 0 0 -16px;
  cursor: pointer;
  border: 1px solid transparent;
  padding: 2px;
  -webkit-border-radius: 52%;
     -moz-border-radius: 52%;
          border-radius: 52%;
}
.c_invideo .c_vidon .c_bofang:hover {
  border: 1px solid #fff;
}
.pagetop {
  position: relative;
  z-index: 8;
}
.pagetop .c_catename {
  position: relative;
  background: url(../images/catename.png) no-repeat;
  width: 242px;
  height: 181px;
  padding: 50px 0 0 44px;
  float: left;
  margin: -142px -30px 0 -20px;
}
.pagetop .c_catelist {
  float: right;
  background: #0965b8;
  width: 935px;
  -webkit-box-shadow: 0 10px 30px #aacae6;
     -moz-box-shadow: 0 10px 30px #aacae6;
          box-shadow: 0 10px 30px #aacae6;
  height: 70px;
  line-height: 70px;
}
.pagetop .c_catelist ul {
  float: left;
  padding: 0 20px;
}
.pagetop .c_catelist ul li {
  float: left;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.pagetop .c_catelist ul li h2 {
  font-weight: normal;
  font-size: 16px;
}
.pagetop .c_catelist ul li h2 a {
  color: #fff;
  display: block;
  padding: 0 20px;
}
.pagetop .c_catelist ul li.on h2 {
  -webkit-box-shadow: 0 5px 20px #f56667;
     -moz-box-shadow: 0 5px 20px #f56667;
          box-shadow: 0 5px 20px #f56667;
  background: #d71819;
}
.pagetop .c_catelist ul li:hover h2 {
  -webkit-box-shadow: 0 5px 20px #f56667;
     -moz-box-shadow: 0 5px 20px #f56667;
          box-shadow: 0 5px 20px #f56667;
  background: #d71819;
}
.pagetop .c_catelist .c_serch {
  float: right;
  width: 246px;
  height: 32px;
  background: #fff;
  margin: 19px 20px 0 0;
}
.pagetop .c_catelist .c_serch div {
  padding: 0 10px;
  width: 194px;
}
.pagetop .c_catelist .c_serch div input {
  display: block;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-family: "微软雅黑";
  font-size: 14px;
}
.pagetop .c_catelist .c_serch a {
  float: right;
  width: 32px;
  height: 32px;
  background: #000 url(../images/fada.png) no-repeat center;
}
.pagetop .c_catelist .c_serch a:hover {
  background-color: #333;
}
.c_positeion {
  text-align: right;
  color: #a4a4a4;
  height: 30px;
  line-height: 30px;
  padding-top:15px;
  float: right;
}
.c_positeion a {
  color: #a4a4a4;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.c_positeion a[href]:hover {
  color: #333;
}
.c_positeion a.c_ji {
  padding-left: 20px;
  background: url(../images/weizhi.png) no-repeat left center;
}
.c_pagecont {
  padding: 20px 0 40px;
  min-height: 300px;
  font-size: 14px;
  color: #333;
  line-height: 2;
}
.c_sitemap {
  background: url(../images/xlogo.png) no-repeat left center;
  padding-left: 230px;
}
.c_sitemap .yiji {
  padding: 10px 0;
}
.c_sitemap .yiji a.jfei {
  float: left;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  background: url(../images/siteback.png) no-repeat center bottom;
  color: #fff;
}
.c_sitemap .yiji a.jfei:hover {
  background-position: center top;
}
.c_sitemap .yiji div {
  padding-top: 10px;
  line-height: 32px;
}
.c_sitemap .yiji div a {
  float: left;
  color: #666;
  font-size: 16px;
  margin-left: 50px;
}
.c_sitemap .yiji div a:hover {
  color: #d71819;
}
.c_lxwm {
  width: 1300px;
  overflow: hidden;
}
.c_lxwm .c_lxfs {
  position: relative;
  width: 530px;
  float: left;
  background: #f2f2f2;
  padding: 40px 20px 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  margin: 40px 50px 0 0;
}
.c_lxwm .c_ief {
  position: absolute;
  left: 0;
  top: -20px;
  line-height: 40px;
  height: 40px;
  background: #0965b8;
  overflow: hidden;
  font-size: 16px;
  padding: 0 20px;
  color: #fff;
}
.c_lxwm .c_ief h4 {
  font-size: 16px;
  font-weight: normal;
  float: left;
  padding: 0 20px;
  background: #4a4a4a;
  margin-right: 15px;
}
.c_lxwm .c_lxfess {
  min-height: 180px;
}
.c_lxwm .c_lxfess div {
  overflow: hidden;
}
.c_lxwm .c_lxfess div em {
  float: left;
}
.c_lxwm .c_lxfess div div {
  margin-left: 165px;
}
.c_yjfk {
  padding: 10px 445px 50px 0;
  background: url(../images/yijian.jpg) no-repeat right center;
}
.c_input {
  overflow: hidden;
  width: 340px;
  padding-right: 20px;
}
.c_input span {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #666;
}
.c_input div {
  margin-left: 120px;
  height: 42px;
  line-height: 42px;
  background: #f2f2f2;
  padding: 0 10px;
  position: relative;
  border: 1px solid #f2f2f2;
}
.c_input div input {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #666;
}
.c_input div em {
  position: absolute;
  right: -20px;
  top: 0;
  color: #c00;
  font-size: 18px;
}
.c_input1 {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 24px;
}
.c_input1 span {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #666;
}
.c_input1 div {
  margin-left: 120px;
  height: 42px;
  line-height: 42px;
  background: #f2f2f2;
  padding: 0 10px;
  position: relative;
  border: 1px solid #f2f2f2;
}
.c_input1 div input {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #666;
}
.c_input1 div em {
  position: absolute;
  right: -20px;
  top: 0;
  color: #c00;
  font-size: 18px;
}
.c_textarea {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 24px;
  padding-bottom: 24px;
}
.c_textarea span {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #666;
}
.c_textarea div {
  margin-left: 120px;
  height: 120px;
  padding: 10px;
  line-height: 42px;
  background: #f2f2f2;
  position: relative;
  border: 1px solid #f2f2f2;
}
.c_textarea div textarea {
  display: block;
  width: 100%;
  height: 120px;
  line-height: 25px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #666;
  resize: none;
}
.c_textarea div em {
  position: absolute;
  right: -20px;
  top: 0;
  color: #c00;
  font-size: 18px;
}
.c_input3 {
  overflow: hidden;
  width: 340px;
  float: left;
  padding-right: 20px;
}
.c_input3 span {
  float: left;
  height: 42px;
  line-height: 42px;
  font-size: 12px;
  color: #666;
}
.c_input3 div {
  margin-left: 120px;
  height: 42px;
  line-height: 42px;
  background: #f2f2f2;
  padding: 0 10px;
  position: relative;
  border: 1px solid #f2f2f2;
}
.c_input3 div input {
  display: block;
  width: 100%;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  font-family: "微软雅黑";
  color: #666;
}
.c_input3 div em {
  position: absolute;
  right: -20px;
  top: 0;
  color: #c00;
  font-size: 18px;
}
img.yzm {
  float: left;
  height: 40px;
  width: 100px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.c_anjian {
  float: right;
  overflow: hidden;
}
.c_anjian a {
  float: right;
  width: 100px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  margin-right: 20px;
  background: #999;
}
.c_anjian a:hover {
  background: #0965b8;
}
.c_rczp {
  position: relative;
}
.c_jite {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #696969;
  line-height: 2;
}
.c_jite em {
  display: block;
  font-size: 18px;
  color: #333;
}
.joblist {
  border-top: 3px solid #e8e8e8;
  margin-top: 20px;
}
.joblist .c_kkl {
  margin-right: 20px;
}
.joblist .c_kk1 {
  float: left;
  width: 420px;
}
.joblist .c_kk2 {
  float: left;
  width: 180px;
}
.joblist .c_kk3 {
  float: left;
  width: 180px;
}
.joblist .c_kk4 {
  float: left;
  width: 120px;
}
.joblist .c_kk5 {
  float: left;
  width: 180px;
}
.joblist .c_jobtt {
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  padding-left: 20px;
  height: 56px;
  line-height: 56px;
}
.joblist .c_jobtt img {
  float: left;
  margin-top: 18px;
  margin-right: 10px;
}
.c_joilist {
  color: #696969;
  font-size: 16px;
  border-top: 1px solid #e8e8e8;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_joilist li {
  border-top: 1px solid #f1f1f1;
}
.c_joilist li.on .jobtop {
  background: #efefef;
}
.c_joilist li.on .c_jobbot {
  display: block;
}
.c_joilist li:hover .jobtop {
  background: #efefef;
  cursor: pointer;
}
.c_joilist .jobtop {
  padding-left: 20px;
  height: 56px;
  line-height: 56px;
}
.c_joilist .c_jobbot {
  padding: 20px;
  line-height: 2;
  overflow: hidden;
  display: none;
}
.c_joilist .c_anji {
  padding: 30px 0 0;
}
.c_joilist .c_anji a {
  float: left;
  background: url(../images/anjian.png) no-repeat left center;
  height: 35px;
  line-height: 35px;
  width: 145px;
  text-align: center;
  color: #fff;
  margin-right: 30px;
}
.c_joilist .c_anji a:hover {
  background-position: right center;
}
.c_mapfe {
  position: relative;
  height: 300px;
  width: 100%;
  overflow: hidden;
}
.c_mapfe .c_hfie {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 230px;
  padding-top: 70px;
  background: url(../images/ban1.png);
  text-align: center;
}
.c_mapfe .c_hfie a {
  display: block;
  width: 200px;
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  margin: 30px auto 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  line-height: 3;
}
.c_mapfe .c_hfie a:hover {
  color: #fc0;
  border-color: #fc0;
}
.c_fzlc {
  background: url(../images/xixhfe.png) repeat-y center;
  overflow: hidden;
}
.c_fzlc li {
  overflow: hidden;
  width: 554px;
  float: left;
  clear: both;
  padding-right: 70px;
  position: relative;
  text-align: right;
}
.c_fzlc li .c_riqi {
  font-size: 30px;
  color: #0965b8;
  font-family: "times new roman";
  line-height: 50px;
}
.c_fzlc li .c_riqi em {
  position: absolute;
  width: 48px;
  height: 135px;
  background: url(../images/shijian.png) no-repeat right top;
  right: 0;
}
.c_fzlc li .c_deif {
  min-height: 100px;
}
.c_fzlc li:hover .c_riqi {
  color: #d71819;
}
.c_fzlc li:hover .c_riqi em {
  background-position: left center;
}
.c_fzlc li.jij {
  float: right;
  text-align: left;
  padding-left: 70px;
  padding-right: 0;
}
.c_fzlc li.jij .c_riqi em {
  left: 0;
}
.c_changqu {
  overflow: hidden;
}
.c_changqu ul {
  width: 1260px;
  overflow: hidden;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_changqu ul li {
  float: left;
  width: 390px;
  margin: 20px 14px 0 0;
}
.c_changqu ul li a {
  display: block;
}
.c_changqu ul li img {
  display: block;
}
.c_changqu ul li img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_changqu ul li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_changqu ul li h3 a {
  color: #333;
  border-bottom: 1px solid #d8d8d8;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.c_changqu ul li h3 a:hover {
  background: #0a3b88;
  border-color: #0a3b88;
  color: #fff;
}
.c_shangx {
  position: relative;
  height: 30px;
}
.c_shangx a {
  position: absolute;
  background: url(../images/jianfe.png) no-repeat;
  width: 22px;
  height: 39px;
  top: 250px;
}
.c_shangx a.c_next {
  right: 0;
  background-position: top right;
}
.c_shangx a.c_next[href]:hover {
  background-position: bottom right;
}
.c_shangx a.c_prev {
  left: 0;
  background-position: top left;
}
.c_shangx a.c_prev[href]:hover {
  background-position: bottom left;
}
.c_daty {
  text-align: center;
}
.c_daty img {
  -webkit-box-shadow: 0 0 10px #e4edf5;
     -moz-box-shadow: 0 0 10px #e4edf5;
          box-shadow: 0 0 10px #e4edf5;
}
h1.c_tifee {
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 15px 0;
}
.c_textcontti {
  color: #969696;
  min-height: 80px;
}
.c_textcontti img {
  max-width: 100% !important;
  height: auto !important;
}
.c_biaoyu {
  text-align: center;
  /* -webkit-box-shadow: 0 0 20px #e3edfd;
     -moz-box-shadow: 0 0 20px #e3edfd;
          box-shadow: 0 0 20px #e3edfd; */
  /* border: 1px solid #e3edfd; */
  font-size: 16px;
  padding: 10px 0;
  /* background-color:#fff; */
}
.c_qikan ul {
  width: 1280px;
  min-height: 400px;
  padding-bottom: 40px;
}
.c_qikan ul li {
  float: left;
  width: 230px;
  border: 1px solid #ecf2fe;
  -webkit-box-shadow: 0 0 16px #ecf2fe;
     -moz-box-shadow: 0 0 16px #ecf2fe;
          box-shadow: 0 0 16px #ecf2fe;
  margin: 50px 10px 0 0;
}
.c_qikan ul li h3 {
  font-size: 16px;
  font-weight: normal;
height: 50px;
  line-height: 50px;
  color: #252525;
  text-align: center;
}
.c_qikan ul li h3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #252525;
  text-align: center;
}
.c_qikan ul li h3 a:hover {
  color: #0965B8;
}
.c_qikan ul li:hover {
  border: 1px solid #f7d3d3;
  -webkit-box-shadow: 0 0 16px #f7d3d3;
     -moz-box-shadow: 0 0 16px #f7d3d3;
          box-shadow: 0 0 16px #f7d3d3;
}
.c_qikan ul li > a{background:url(../images/kuanzi.png) no-repeat center;/*padding: 21px 22px;*/display: block;position: relative;}
.c_qikan ul li > a strong{position: absolute;width: 100%;height: 100%;left: 0;top: 0;background: url(../images/batoufe.png);display: block;display: none;}
.c_qikan ul li > a:hover strong{display: block;}
.c_qikan ul li > a strong em{display: block;width: 46px;height: 46px;position: absolute;top: 50%;margin-top: -23px;background: url(../images/boian.png) no-repeat;}
.c_qikan ul li > a strong em.c_jis1{background-position: left top;left: 60px;}
.c_qikan ul li > a strong em.c_jis1:hover{background-position: left bottom;}
.c_qikan ul li > a strong em.c_jis2{background-position: right top;right: 60px;}
.c_qikan ul li > a strong em.c_jis2:hover{background-position: right bottom;}
.c_qikan ul li > a img{display: block;width:100%;height:auto;}
.c_qikan2{padding-bottom: 80px;}
.c_qikan2 .bd{overflow: hidden;}
.c_qikan2 .hd{position: relative;height: 10px;}
.c_qikan2 .hd a{position: absolute;width: 40px;height: 50px;font-size: 30px;font-weight: bold;font-family: "宋体";color: #333;top: 190px;text-align: center;}
.c_qikan2 .hd a:hover{color: #c20;}
.c_qikan2 .hd a.next{right: -50px;}
.c_qikan2 .hd a.prev{left: -50px;}
.c_qikan2 ul li {
  float: left;
  width: 275px;
  border: 1px solid #ecf2fe;
  -webkit-box-shadow: 0 0 16px #ecf2fe;
     -moz-box-shadow: 0 0 16px #ecf2fe;
          box-shadow: 0 0 16px #ecf2fe;
  margin: 20px 30px 0 0;
}
.c_qikan2 ul li img{
	display: block;
	width: 100%;
	height: 350px;
}
.c_qikan2 ul li h3 {
  font-size: 14px;
  font-weight: normal;
  padding: 0 10px;
}
.c_qikan2 ul li h3 a {
  display: block;
  height: 50px;
  line-height: 50px;
  color: #252525;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.c_qikan2 ul li h3 a:hover {
  color: #0965B8;
}
.c_qikan2 ul li:hover {
  border: 1px solid #f7d3d3;
  -webkit-box-shadow: 0 0 16px #f7d3d3;
     -moz-box-shadow: 0 0 16px #f7d3d3;
          box-shadow: 0 0 16px #f7d3d3;
}
.pei {
  float: left;
  width: 478px;
  padding: 10px;
}
.pei img {
  display: block;
  width: 478px;
  height: 675px;
  -webkit-box-shadow: 0 0 10px #ecf2fe;
     -moz-box-shadow: 0 0 10px #ecf2fe;
          box-shadow: 0 0 10px #ecf2fe;
}
.c_weinz {
  width: 610px;
  float: right;
  padding: 0 0 30px;
  overflow: hidden;
}
.c_weinz .c_textxx {
  color: #969696;
  height: 500px;
  overflow: hidden;
  padding-right: 60px;
  margin-bottom: 20px;
}
.c_weinz .c_textxx img {
  max-width: 100% !important;
  height: auto !important;
}
.c_tout {
  overflow: hidden;
}
.c_tout .lety {
  float: left;
}
.c_tout .lety img {
  display: block;
}
.c_tout .lety img:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.c_tout .c_des {
  margin-left: 390px;
}
.c_tout .c_des h3 {
  font-size: 18px;
  padding-top: 12px;
}
.c_tout .c_des h3 a {
  color: #333;
  display: block;
}
.c_tout .c_des h3 a:hover {
  color: #1e2a75;
}
.c_tout .c_des .cjife {
  color: #b3b2b2;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
}
.c_tout .c_des .c_mow {
  line-height: 30px;
  color: #747474;
  height: 60px;
  overflow: hidden;
}
.c_tout .c_des a.c_more {
  font-size: 30px;
  color: #0965B8;
  line-height: 40px;
}
.c_tout .c_des a.c_more:hover {
  color: #d71819;
}
.c_xwzx {
  min-height: 400px;
  padding-bottom: 40px;
  overflow: hidden;
}
.c_newslijfe {
  width: 1300px;
  padding-top: 30px;
}
.c_newslijfe li {
  overflow: hidden;
  line-height: 66px;
  height: 66px;
  border-bottom: 1px dashed #ebebea;
  width: 555px;
  float: left;
  margin: 0 90px 0 0;
}
.c_newslijfe li span {
  float: right;
  font-size: 16px;
}
.c_newslijfe li h3 {
  font-size: 16px;
  font-weight: normal;
}
.c_newslijfe li h3 a {
  color: #333;
  display: block;
  padding-left: 15px;
  background: url(../images/jiantou.png) no-repeat left center;
}
.c_newslijfe li h3 a:hover {
  color: #1062A7;
}
h1 {
  font-size: 18px;
  color: #333;
  padding: 10px 0;
}
.c_textinfo {
  background: url(../images/wp_bj.png) no-repeat left center;
  padding-left:34px;
  height: 49px;
  line-height: 48px;
  color: #333;
}
.c_textinfo h1 {
  margin-right: 300px;
  padding: 0;
}
.c_textinfo .c_kong {
  float: right;
}
.c_textinfo .c_kong span {
  float: left;
  font-size: 24px;
  color: #115a9e;
}
.c_textinfo .c_kong em {
  float: left;
  padding-right: 20px;
}
.c_textinfo .c_kong a {
  float: left;
  width: 23px;
  height: 23px;
  background: url(../images/jiajie.png) no-repeat;
  margin: 13px 0 0 10px;
}
.c_textinfo .c_kong a.xxy-bm-fd {
  background-position: left top;
}
.c_textinfo .c_kong a.xxy-bm-fd:hover {
  background-position: left bottom;
}
.c_textinfo .c_kong a.xxy-bm-jx {
  background-position: center top;
}
.c_textinfo .c_kong a.xxy-bm-jx:hover {
  background-position: center bottom;
}
.c_textinfo .c_kong a.xxy-bm-gb {
  background-position: right top;
}
.c_textinfo .c_kong a.xxy-bm-gb:hover {
  background-position: right bottom;
}
.c_textinfo .c_fnen {
  display: inline-block;
  zoom: 1;
  *display: inline;
  padding-left: 10px;
  margin-top: 10px;
  vertical-align: top;
}
.c_textinfo .c_fnen a {
  /* display: inline-block;
  width: 19px;
  height: 19px;
  padding: 0;
  background: url(../images/fenxian.png) no-repeat;
  cursor: pointer;
  position: relative;
  margin-top: 0;
  top: 15px;
  vertical-align: top; */
}
.c_textinfo .c_fnen a.jiathis_button_cqq {
  background-position: left top;
}
.c_textinfo .c_fnen a.jiathis_button_cqq:hover {
  background-position: left bottom;
}
.c_textinfo .c_fnen a.jiathis_button_weixin {
  background-position: -24px top;
}
.c_textinfo .c_fnen a.jiathis_button_weixin:hover {
  background-position: -24px bottom;
}
.c_textinfo .c_fnen a.jiathis_button_tqq {
  background-position: -48px top;
}
.c_textinfo .c_fnen a.jiathis_button_tqq:hover {
  background-position: -48px bottom;
}
.c_textinfo .c_fnen a.jiathis_button_tsina {
  background-position: -71px top;
}
.c_textinfo .c_fnen a.jiathis_button_tsina:hover {
  background-position: -71px bottom;
}
.c_textinfo .c_fnen a.jiathis_txt {
  background-position: -95px top;
}
.c_textinfo .c_fnen a.jiathis_txt:hover {
  background-position: -95px bottom;
}
.c_texrjfe {
  padding: 30px 0;
  min-height: 250px;
  border-bottom: 1px solid #cecece;
}
.c_texrjfe img {
  max-width: 100% !important;
  height: auto !important;
}
.c_xtjt {
  overflow: hidden;
  position: relative;
  background: #f9f9f9;
  padding: 10px 0 10px 120px;
  height: 120px;
}
.c_xtjt img.c_xjte {
  position: absolute;
  left: 0;
  top: 0;
}
.c_xtjt ul {
  overflow: hidden;
  width: 1160px;
}
.c_xtjt ul li {
  float: left;
  width: 470px;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  margin: 0 80px 0 0;
}
.c_xtjt ul li span {
  float: right;
}
.c_xtjt ul li h3 {
  font-size: 14px;
  font-weight: normal;
}
.c_xtjt ul li h3 a {
  color: #454545;
  display: block;
  padding-left: 20px;
  background: url(../images/ling.png) no-repeat left center;
}
.c_xtjt ul li h3 a:hover {
  color: #f91716;
  background-image: url(../images/ling1.png);
}
.c_zuotu {
  float: left;
  width: 370px;
  position: relative;
  overflow: hidden;
}
.c_zuotu .hd {
  height: 20px;
  position: relative;
  z-index: 3;
}
.c_zuotu .hd a {
  position: absolute;
  height: 48px;
  width: 45px;
  text-align: center;
  font-size: 30px;
  color: #666;
  line-height: 48px;
  top: 115px;
}
.c_zuotu .hd a:hover {
  color: #0965B8;
}
.c_zuotu .hd a.next {
  right: 0;
}
.c_zuotu .hd a.prev {
  left: 0;
}
.c_zuotu .bd a {
  display: block;
}
.c_zuotu .bd img {
  display: block;
}
.c_pzjis {
  float: right;
  width: 766px;
  padding: 20px 0 0;
}
.c_pzjis strong.c_ji {
  font-size: 18px;
  color: #333;
}
.c_pzjis .c_jis {
  height: 147px;
  overflow: hidden;
  outline: none;
}
.c_prodes{margin: 40px 0 0;}
.c_protit {
  border-bottom: 1px solid #c3c3c3;
  /* padding-top: 20px; */
  background: #fff;
  width: 1200px;
  overflow: hidden;
  background: #1062a7;
}
.c_protit.ding {
  position: fixed;
  top: 0;
  left: 50%;
  margin-left: -600px;
  -webkit-box-shadow: 0 5px 16px #eee;
     -moz-box-shadow: 0 5px 16px #eee;
          box-shadow: 0 5px 16px #eee;
}
.c_protit ul {
  width: 1300px;
}
.c_protit ul li {
  float: left;
  font-size: 13px;
  color: #fff;
  width: 150px;
  height: 94px;
}
.c_protit.newclass ul li{
  width: 172px;
}
.c_protit ul li a {
  display: block;
  height: 60px;
  line-height: 60px;
  /* border-bottom: 3px solid #fff; */
  width: 100px;
  text-align: center;
  color: #fff;
  width: 100%;
}
/* .c_protit ul li.on a {
  background: url(../images/xg-xt-c_protitOn.png) no-repeat;
} */
.c_protit ul li:hover a {
  color: #fff;
}
.c_textfels {
  padding: 20px 0 30px;
  border-bottom: 2px dashed #c3c3c3;
  min-height: 400px;
}
.c_textfels img {
  max-width: 100% !important;
  height: auto !important;
}
.c_about img{
  max-width: 100% !important;
  height: auto !important;
}
.c_about a{
  color: #c00;
}
.c_about a:hover{
  color: #fc0;
}
.c_bigback{background: url(../images/fazhback.jpg) no-repeat right bottom;}
/*END*/
/*BEGIN*/
.c_catelistg{text-align: center;padding: 10px 0 0;display: none;}
.c_catelistg h2{display: inline-block;overflow: hidden;font-size: 18px;font-weight: normal;margin: 10px 10px 0;}
.c_catelistg h2 a{float: left;height: 40px;line-height: 40px;padding-bottom: 5px;background: url(../images/yuanj1m.png) repeat-x center top;color: #333;padding: 0 10px 5px;}
.c_catelistg h2 em{float: left;width: 20px;background: url(../images/yuanj1.png) no-repeat;height: 40px;padding-bottom: 5px;}
.c_catelistg h2.on a{background-image: url(../images/yuanj2m.png);color: #fff;}
.c_catelistg h2.on em{background-image: url(../images/yuanj2.png);}
.c_catelistg h2:hover a{background-image: url(../images/yuanj2m.png);color: #fff;}
.c_catelistg h2:hover em{background-image: url(../images/yuanj2.png);}
.c_catelistg h2 em.cl{background-position: left top;}
.c_catelistg h2 em.cr{background-position: right top;}
.c_enname{font-size: 28px;font-family: "times new roman";text-transform: uppercase;color: #1e1e1e;text-align: center;line-height: 1.4;}
.c_chcate{background: url(../images/xixina.png) repeat-x center;text-align: center; width:1200px; margin:0 auto;}
.c_chcate strong{color: #1e2974;font-size: 24px;padding: 0 40px;background: #fff;}
.c_catejj{font-size: 12px;color: #666;text-align: center;line-height: 30px;height: 30px;}
/*END*/
/*BEGIN*/
.c_tuandui{ padding-top:15px;}
.c_tuandui .bd li{float: left;width: 300px;margin: 0 15px;text-align: center;padding: 12px;background:#e3e3e3; border-radius: 6px;}
.c_tuandui .bd li img{display: block;width: 100%;height: auto;}
.c_tuandui .bd li h3{font-size: 15px;font-weight: normal;color: #333; padding-top:10px;display: none;}
.c_tuandui .tempWrap{margin: 0 auto;}
.c_tuandui .hd{position: relative;}
.c_tuandui .hd a{display: block;position: absolute;font-family: "宋体";font-size: 20px;height: 30px;line-height: 30px;width: 20px;text-align: center;color: #333;position: absolute;top: 100px;}
.c_tuandui .hd a.next{right: 0;}
.c_tuandui .hd a.prev{left: 0;}
.c_tuandui .hd a:hover{color: #f20;}
.c_mapf{
  position: relative;
  background: url(../images/digut.jpg) no-repeat center -72px;
  width: 1200px;
  height: 690px;
  padding: 0 0 0 247px;
  left: -123px;
}
.c_mapf a{display: block;position: absolute;width: 11px;height: 15px;color:#333;font-size: 12px;}
.c_mapf a em.c_weihzi{display: block;width: 11px;height: 15px;background: url(../images/weizhic.png) no-repeat center;z-index:6;}
.c_mapf a em.c_weihzi:hover{background: url(../images/wenzhic1.png) no-repeat center;}
.c_mapf a strong{display: block;width: 70px;font-weight: normal;position: absolute;height: 15px;text-align: center;line-height: 15px;top: 18px;left:-29px;}
.c_mapf a .c_xian{z-index:4;width:0px;height:0px;position:absolute;display: block;}
.c_mapf .c_dian1{left: 191px;top: 126px;}
.c_mapf .c_dian1 .c_xian{height:160px;background:url(../images/xian1.png) no-repeat right top;top: 7px;right: -546px;}
.c_mapf .c_dian1 strong{}
.c_mapf .c_dian2{left: 742px;top: 281px;}
.c_mapf .c_dian2 .c_xian{}
.c_mapf .c_dian2 strong{top: -22px;}
.c_mapf .c_dian3{left: 814px;top: 310px;}
.c_mapf .c_dian3 .c_xian{height:44px;background:url(../images/xian2.png) no-repeat left top;top: -29px;left: -63px;}
.c_mapf .c_dian3 strong{top: -2px;left: 10px;}
.c_mapf .c_dian4{left: 744px;top: 372px;}
.c_mapf .c_dian4 .c_xian{width: 10px;background:url(../images/xian4.png) no-repeat left top;left:2px;top: -82px;}
.c_mapf .c_dian4 strong{}
.c_mapf .c_dian5{left: 800px;top: 296px;}
.c_mapf .c_dian5 .c_xian{height:17px;background:url(../images/xian5.png) no-repeat left top;top: -8px;left: -52px;}
.c_mapf .c_dian5 strong{top: -2px;left: 10px; text-align: left; padding-left: 5px;}
.c_mapf .c_dian6{left: 967px;top: 328px;}
.c_mapf .c_dian6 .c_xian{height:80px;background:url(../images/xian6.png) no-repeat left top;top: -65px;left: -218px;}
.c_mapf .c_dian6 strong{}
.c_mapf .c_dian7{left: 1107px;top: 298px;}
.c_mapf .c_dian7 .c_xian{height:92px;background:url(../images/xian7.png) no-repeat left top;top: -79px;left: -360px;}
.c_mapf .c_dian7 strong{}
.c_mapf .c_dian8{left: 870px;top: 442px;}
.c_mapf .c_dian8 .c_xian{width:146px;background:url(../images/xian8.png) no-repeat left top;top: -152px;left: -122px;}
.c_mapf .c_dian8 strong{}
.c_mapf .c_dian9{left: 874px;top: 495px;}
.c_mapf .c_dian9 .c_xian{width:130px;background:url(../images/xian9.png) no-repeat left top;top: -202px;left: -126px;}
.c_mapf .c_dian9 strong{}
.c_mapf .c_dian10{left: 805px;top: 546px;}
.c_mapf .c_dian10 .c_xian{width:63px;background:url(../images/xian10.png) no-repeat left top;top: -253px;left: -57px;}
.c_mapf .c_dian10 strong{}
.c_mapf .c_dian11{left: 780px;top: 597px;}
.c_mapf .c_dian11 .c_xian{width:40px;background:url(../images/xian11.png) no-repeat left top;top: -302px;left: -32px;}
.c_mapf .c_dian11 strong{}
.c_mapf .c_dian12{right: 155px;top: 206px;}
.c_mapf .c_dian12 .c_xian{height:106px;background:url(../images/xian12.png) no-repeat left bottom;top: -18px;left: -533px;}
.c_mapf .c_dian12 strong{}
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/



.c_pzjis strong.c_ji {
  font-size: 18px;
  line-height: 24px;
  color: #333;
}
.c_pzjis span {
  display: block;
  width: 20px;
  height: 1px;
  background: #1062a7;
  margin-top: 20px;
  margin-bottom: 40px;
}


.xg-xy-717-l {
    width: 70%;
    float: left;
    overflow-x: auto;
    height: 68px;
    line-height: 68px;
    white-space: nowrap;
    overflow-y: hidden;
}

    .xg-xy-717-l::-webkit-scrollbar {
        width: 2px;
        height: 5px;
    }

    .xg-xy-717-l::-webkit-scrollbar-thumb {
        border-radius: 25px;
        box-shadow: inset 0 0 5px rgba(88, 87, 173, 0.308);
        -webkit-box-shadow: inset 0 0 5px rgba(85, 71, 216, 0.2);
        background: #3965be;
    }
.xg-xy-717-l a {
  font-size: 18px;
  color: #333333;
  line-height: 68px;
  margin-right: 25px;
}



.xg-xy-717 .c-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 410px;
  background: #1062a7;
}
.w100 {
  position: relative;
  width: 100%;
  height: 68px;
  background: #ffffff;
  box-shadow: 0 0 20px #dee0eb;
  margin-bottom: 20px;
}

.c_protit ul li a {
  padding-top: 36px;
}


.c_submenu-as {
  float: left;
  width: 335px;
  margin-top: 15px;
}


.c_protit ul .item1 {
  background: url(../images/item1.png) no-repeat center 20px;
}
.c_protit ul .item2 {
  background: url(../images/item2.png) no-repeat center 20px;
}
.c_protit ul .item3 {
  background: url(../images/item3.png) no-repeat center 20px;
}
.c_protit ul .item4 {
  background: url(../images/item4.png) no-repeat center 20px;
}
.c_protit ul .item5 {
  background: url(../images/item5.png) no-repeat center 20px;
}
.c_protit ul .item6 {
  background: url(../images/item6.png) no-repeat center 20px;
}
.c_protit ul .item7 {
  background: url(../images/item7.png) no-repeat center 20px;
}
.c_protit ul .item8 {
  background: url(../images/item8.png) no-repeat center 20px;
}
.c_protit ul .item1:hover {
  background: url(../images/item1.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item2:hover {
  background: url(../images/item2.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item3:hover {
  background: url(../images/item3.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item4:hover {
  background: url(../images/item4.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item5:hover {
  background: url(../images/item5.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item6:hover {
  background: url(../images/item6.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item7:hover {
  background: url(../images/item7.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item8:hover {
  background: url(../images/item8.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}

.c_protit ul .item1.on {
  background: url(../images/item1.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item2.on {
  background: url(../images/item2.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item3.on {
  background: url(../images/item3.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item4.on {
  background: url(../images/item4.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item5.on {
  background: url(../images/item5.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item6.on {
  background: url(../images/item6.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item7.on {
  background: url(../images/item7.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}
.c_protit ul .item8.on {
  background: url(../images/item8.png) no-repeat center 20px, url(../images/xg-xt-c_protitOn.png) no-repeat right center;
}

.xg-xy717 {
  font-size: 16px;
  line-height: 24px;
  color: #1e2a75;
  width: 497px;
  border-left: 1px solid #e6e6e6;
  padding-left: 30px;
  float: left;
  margin-left: 18px;
  margin-top: 20px;
  font-weight: bold;
}

.c_topnav ul li .xg-xy-right {
  left: auto;
  right: 0;
}
.c_fzlc li>div.on {
  background: #0965b8;
  padding-right: 18px;
  padding-left: 18px;
}
.c_fzlc li>div.on {
  color: #ffffff;
}
.c_fzlc li>div.on .c_riqi {
  color: #fff;
}
.c_fzlc li>div.on i {
  width: 20px;
  height: 23px;
  position: absolute;
  background: url(../images/xg-xy-sj.png) no-repeat;
  top: 25px;
  right: 50px;
}

.c_fzlc li.jij .on {
  padding-right: 0;
  padding-left: 18px;
}
.c_fzlc li.jij>div.on i {
  background: url(../images/xg-xy-sj1.png) no-repeat;
  left: 51px;
}
#Iframe1{
	margin-top: -59px;
}
