body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul,
ol,
li,
fieldset,
legend,
button,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  line-height: 1;
}
body,
button,
input,
select,
textarea {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, "Hiragino Sans GB", sans-serif;
}
.yahei {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, "Hiragino Sans GB", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p {
  font-weight: normal;
  line-height: 1.7em;
  font-family: "pingfangzhongdeng", "微软雅黑", "Microsoft YaHei", Arial, "Hiragino Sans GB", sans-serif;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 18px;
}
h4 {
  font-size: 16px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
.h1 {
  font-size: 24px;
}
.h2 {
  font-size: 20px;
}
.h3 {
  font-size: 18px;
}
.h4 {
  font-size: 16px;
}
.h5 {
  font-size: 14px;
}
.h6 {
  font-size: 12px;
}
small {
  font-size: 10px;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
code,
kbd,
pre,
samp,
tt {
  font-family: "微软雅黑", "Microsoft YaHei", Arial, Courier, monospace;
}
ul,
ol {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
  outline-style: none;
}
a {
  text-underline: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}
abbr[title],
acronym[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
q:before,
q:after {
  content: '';
}
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: none;
}
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  font-size: 100%;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  border: none;
  height: 1px;
}
label {
  font-size: 16px;
}
.col_1,
.col_2,
.col_3,
.col_4,
.col_5,
.col_6,
.col_80,
.col_83,
.col_66,
.col_75 {
  float: left;
}
.col_1 {
  width: 100%;
}
.col_2 {
  width: 50%;
}
.col_3 {
  width: 33.3333%;
}
.col_4 {
  width: 25%;
}
.col_5 {
  width: 20%;
}
.col_6 {
  width: 16.6666%;
}
.col_80 {
  width: 80%;
}
.col_83 {
  width: 83.3333%;
}
.col_66 {
  width: 66.6666%;
}
.col_75 {
  width: 75%;
}
/*内边距*/
.pad_5 {
  padding: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_15 {
  padding: 15px;
}
.pad_20 {
  padding: 20px;
}
.pad_30 {
  padding: 30px;
}
.pad_40 {
  padding: 40px;
}
.pad_t5 {
  padding-top: 5px ;
}
.pad_t10 {
  padding-top: 10px ;
}
.pad_t15 {
  padding-top: 15px ;
}
.pad_t20 {
  padding-top: 20px ;
}
.pad_t30 {
  padding-top: 30px ;
}
.pad_t40 {
  padding-top: 40px ;
}
.pad_tb5 {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pad_tb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.pad_tb15 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.pad_tb20 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.pad_tb30 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.pad_tb40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
.pad_lr5 {
  padding-left: 5px;
  padding-right: 5px;
}
.pad_lr10 {
  padding-left: 10px;
  padding-right: 10px;
}
.pad_lr15 {
  padding-left: 15px;
  padding-right: 15px;
}
.pad_lr20 {
  padding-left: 20px;
  padding-right: 20px;
}
.pad_lr30 {
  padding-left: 30px;
  padding-right: 30px;
}
.pad_lr40 {
  padding-left: 40px;
  padding-right: 40px;
}
/*外边距*/
.mar_5 {
  margin: 5px;
}
.mar_10 {
  margin: 10px;
}
.mar_15 {
  margin: 15px;
}
.mar_20 {
  margin: 20px;
}
.mar_30 {
  margin: 30px;
}
.mar_40 {
  margin: 40px;
}
.mar_r5 {
  margin-right: 5px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r15 {
  margin-right: 15px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_l5 {
  margin-left: 5px;
}
.mar_l10 {
  margin-left: 10px;
}
.mar_l15 {
  margin-left: 15px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_t5 {
  margin-top: 5px;
}
.mar_t10 {
  margin-top: 10px;
}
.mar_t15 {
  margin-top: 15px;
}
.mar_t20 {
  margin-top: 20px;
}
.mar_t30 {
  margin-top: 30px;
}
.mar_t40 {
  margin-top: 40px;
}
.mar_b5 {
  margin-bottom: 5px;
}
.mar_b10 {
  margin-bottom: 10px;
}
.mar_b15 {
  margin-bottom: 15px;
}
.mar_b20 {
  margin-bottom: 20px;
}
.mar_b30 {
  margin-bottom: 30px;
}
.mar_b40 {
  margin-bottom: 40px;
}
.mar_tb5 {
  margin-top: 5px;
  margin-bottom: 5px;
}
.mar_tb10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.mar_tb15 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.mar_tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.mar_tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.mar_tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.mar_lr5 {
  margin-left: 5px;
  margin-right: 5px;
}
.mar_lr10 {
  margin-left: 10px;
  margin-right: 10px;
}
.mar_lr15 {
  margin-left: 15px;
  margin-right: 15px;
}
.mar_lr20 {
  margin-left: 20px;
  margin-right: 20px;
}
.mar_lr30 {
  margin-left: 30px;
  margin-right: 30px;
}
.mar_lr40 {
  margin-left: 40px;
  margin-right: 40px;
}
.mar_lr-5 {
  margin-left: -5px;
  margin-right: -5px;
}
.mar_lr-10 {
  margin-left: -10px;
  margin-right: -10px;
}
.mar_lr-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.a_cover,
.img_b {
  width: 100%;
  height: 100%;
  display: block;
}
.clear-both {
  clear: both;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.pull_left {
  float: left;
}
.pull_right {
  float: right;
}
.ulchild_left > * {
  float: left;
}
.ulchild_left:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
.poa {
  position: absolute;
}
.por {
  position: relative;
}
.pof {
  position: fixed;
}
.text_indent {
  text-indent: 2em;
}
.text_ap {
  text-transform: capitalize;
}
/*大写开头*/
.text_up {
  text-transform: uppercase;
}
/*全大写*/
.text_low {
  text-transform: lowercase;
}
/*全小写*/
.text_inh {
  text-transform: inherit;
}
/*从父元素继承 text-transform 属性*/
.text_center {
  text-align: center;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.bg_n {
  background: no-repeat;
}
.bg_ncc {
  background: no-repeat center center;
}
.bg_ncb {
  background: no-repeat center bottom;
}
.bg_nccc {
  background: no-repeat center center;
  background-size: cover;
}
.bg_ncc100 {
  background: no-repeat center center;
  background-size: 100% 100%;
}
.tra_03 {
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.border_box {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.rightModle {
  position: absolute;
  right: 0;
  top: 0;
}
.overHide {
  overflow: hidden;
}
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/*商品图片特效*/
.img_tra {
  overflow: hidden;
}
.img_tra img {
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
.img_tra img:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.img_mid {
  display: table;
  text-align: center;
}
.img_mid > * {
  vertical-align: middle;
  display: table-cell;
  line-height: 0;
}
/*内边距*/
/*外边距*/
.borderA {
  border: 1px solid #ddd;
}
.borderL {
  border-left: 1px solid #ddd;
}
.borderR {
  border-right: 1px solid #ddd;
}
.borderLR {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
.borderT {
  border-top: 1px solid #ddd;
}
.borderB {
  border-bottom: 1px solid #ddd;
}
.borderTB {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
/*常用色*/
.bg_them {
  background: #e42330;
}
.bg_f {
  background-color: #fff;
}
.bg_0 {
  background-color: #000;
}
.color_0 {
  color: #000;
}
.color_f {
  color: #fff;
}
.color_3 {
  color: #333;
}
.color_6 {
  color: #666;
}
.color_9 {
  color: #999;
}
.color_7 {
  color: #777;
}
.color_8 {
  color: #888;
}
.color_c {
  color: #ccc;
}
.color_b {
  color: #bbb;
}
/*模块宽度*/
body {
  min-width: 1220px;
  font-size: 14px;
  margin: 0 auto;
}
.hugeW {
  width: 100%;
}
.container-fluid {
  width: 100%;
}
.bigW {
  margin: 0 auto;
  width: 1200px;
}
.container {
  margin: 0 auto;
  width: 1200px;
}
.disB {
  display: block;
}
.disI {
  display: inline;
}
.disIB {
  display: inline-block;
}
.disN {
  display: none;
}
.cursorP {
  cursor: pointer;
}
.cursorD {
  cursor: default;
}
.user_select {
  -moz-user-select: none;
  -ms-user-select: none;
  -ktml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}
/*reset end--------------------------------------------------------------------------------------------------------------------*/
a {
  color: #333;
}
.li_hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.color_them {
  color: #e42330;
}
.bodyy {
  background: #fff;
}
/*右侧悬浮框*/
.border_bD {
  border-bottom: 1px dashed #cacaca;
  margin-bottom: 5px;
}
.r_fixed {
  z-index: 1000;
  right: 0;
  top: 670px;
  background: #EDEDED;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.r_fixed_active {
  position: fixed;
  top: 170px;
}
.r_fixed.active .rf_con {
  display: none;
}
.wxb {
  padding: 5px;
  background: #fff;
}
.wxb li {
  padding-bottom: 5px;
}
.wxb img {
  width: 100px;
  height: 100px;
  padding: 0px ;
  display: inline-block;
}
.xxx {
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  left: -30px;
  top: 0;
  border-radius: 5px 0 0 5px;
  width: 30px;
  height: 50px;
  font-size: 12px;
  background: #c4010e;
  color: #fff;
  line-height: 20px;
  padding-top: 5px;
}
.overHide {
  overflow: hidden;
}
/*回到顶部*/
.back_top {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  z-index: 1024;
  display: none;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #c9c9c9;
  color: #fff799;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
}
.back_top i {
  font-size: 30px;
  position: relative;
  z-index: 40;
}
.back_top:after {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #d1202d;
  position: absolute;
  display: block;
  content: "";
  visibility: hidden;
  opacity: 0;
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
  -moz-transform: scale(0.6);
  transition: all 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
  -webkit-transition: all 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
  -moz-transition: all 0.4s cubic-bezier(0.445, 0.145, 0.355, 1);
}
.back_top:hover:after {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.back_top:before {
  width: 40px;
  height: 40px;
  top: 0;
  left: 0;
  border-radius: 5px;
  background: #c9c9c9;
  position: absolute;
  display: block;
  content: "";
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
}
.back_top:hover:before {
  opacity: 0;
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
}
/*回到顶部 e*/
/*顶部*/
.header_box {
  position: relative;
  z-index: 4;
}
.header,
.header h6 {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.tianqi {
  margin-top: 8px;
}
.wtwt,
.wttemp,
.wtdate {
  color: #727272!important;
}
.color_72 {
  color: #727272;
}
.in_hr a:hover {
  color: #000;
}
.bg_hed {
  background: #e3e3e3;
}
.wxewm {
  width: 110px;
  height: 125px;
  top: 22px;
  right: -10px;
}
.wxewm2 {
  right: -35px;
}
.wxewm div:before {
  content: "";
  right: 20px;
  top: 0px;
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 16px solid #fff;
}
.wxewm2 div:before {
  right: 47px;
}
.wxewm div {
  margin-top: 15px;
  border: 1px solid #ddd;
}
.WB {
  overflow: hidden;
}
.WB > .wxewm {
  opacity: 0;
}
.WB:hover {
  overflow: visible;
}
.WB:hover .wxewm {
  opacity: 1;
}
/*顶部结束*/
/*logo区域*/
.logo_body {
  position: relative;
  z-index: 30;
}
.top_logo {
  height: 200px;
  display: table-cell;
  vertical-align: middle;
}
.top_logo img {
  vertical-align: middle;
}
.fs_36 {
  font-size: 36px;
}
.kfrx {
  padding-left: 165px;
}
.kfrx i,
.kfrx span {
  line-height: 36px;
  display: inline-block;
}
.kfrx span {
  padding-left: 15px;
}
.search_ {
  margin-top: 5px;
  margin-right: 10px;
}
.search_ input {
  height: 20px;
}
.search_ input[type="text"] {
  border-radius: 10px 0 0 10px;
  width: 180px;
  border: 1px solid #ccc;
  padding: 0 5px;
  border-right: 0;
  font-size: 10px;
}
.search_ input[type="text"]:focus {
  box-shadow: none;
  outline: none;
}
.search_ input[type="submit"]:focus {
  box-shadow: none;
  outline: none;
}
.search_ input[type="submit"] {
  position: relative;
  z-index: 4;
  width: 30px;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.search_:before {
  border-radius: 0 10px 10px 0 ;
  border: 1px solid #ccc;
  border-left: 0;
  content: "\e600";
  text-align: center;
  position: absolute;
  width: 30px;
  right: 0;
  bottom: 0;
  top: 0;
  line-height: 18px;
  height: 18px;
  color: #333;
  background: #fff;
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
/*logo区域 e*/
/*导航*/
.nav_ {
  z-index: 20;
  background: url(../img/nav_b.jpg);
}
.navigation-up {
  height: 42px;
  margin: 0 auto;
}
.in_nav > li {
  overflow: hidden;
  position: relative;
  width: 10.111%;
  margin: 0 0.5%;
}
.in_nav a {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #fff;
}
.in_nav > li:hover h5,
.in_nav > .active h5 {
  color: #fff;
}
.in_nav > li:hover h4,
.in_nav > .active h4 {
  color: #fff;
}
.in_nav > li h4 {
  line-height: 26px;
}
.in_nav > li:hover {
  overflow: visible;
}
.in_nav > .active,
.in_nav > li:hover {
  background: url(../img/nav_s.png) no-repeat center center;
}
.er_nav_body {
  left: 0;
  right: 0;
  opacity: 0;
}
.in_nav > li:hover .er_nav_body {
  opacity: 1;
}
.er_nav {
  background: #9d1606;
  margin: 0 auto;
}
.er_nav li {
  padding: 0 10px;
  background: #9d1606;
}
.er_nav li:hover {
  background: #c35143;
}
.er_nav a:hover {
  color: #fff;
}
/*footer*/
.bg_f1 {
  background: #f1f1f1;
}
.input {
  width: 260px;
  height: 40px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  margin-left: 20px;
  margin-right: 68px;
}
.input > div {
  width: 100%;
  height: 40px;
  font-size: 14px;
  color: #fff;
}
.input .span_a {
  padding-left: 10px;
  float: left;
  height: 40px;
  display: block;
  line-height: 40px;
}
.span_a {
  width: 100%;
  background: url(../img/dow.png) 92% center no-repeat;
}
.foot-hidden {
  max-height: 200px;
  width: 100%;
  top: 40px;
  left: -1px;
  display: none;
  overflow: auto;
  border: 1px solid #d2d2d2;
  background: #fff;
}
.foot-hidden > a {
  display: block;
  width: 100%;
  line-height: 23px;
  margin-bottom: 5px;
  text-decoration: none;
}
.color_80 {
  color: #808080;
}
.img_footer img {
  margin: 0 auto;
  vertical-align: middle;
  max-width: 285px;
  max-height: 75px;
}
.img_footer a {
  margin: 0 auto;
  width: 305px;
  height: 75px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.foot_box1 {
  padding-left: 20px;
  width: 900px;
  line-height: 30px;
}
.foot_box1 h6 {
  line-height: 30px;
}
.foot_box1 h6 img {
  line-height: 30px;
  vertical-align: middle;
}
.foot_box1 li {
  margin-right: 12px;
  color: #fff;
}
.foot_box1 li a {
  color: #fff;
}
.foot_box2 {
  padding-top: 10px;
  width: 300px;
  padding-left: 60px;
}
.foot_box2 h6 {
  margin-top: 10px;
}
.color_them {
  color: #c4010e;
}
.bg_them {
  background-color: #c4010e;
}
.fb_ {
  background: #c4010e;
}
.ff_ {
  padding: 20px 0 30px ;
}
.w_c .center_img {
  width: 90px;
  height: 90px;
}
/*footer e*/
/*banner*/
.indexBanner {
  height: 400px;
  overflow: hidden;
}
.indexBanner .tb-arrow a {
  width: 64px;
  height: 64px;
  margin: 0 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.indexBanner .tb-btn {
  bottom: 10px;
  height: 12px;
}
.indexBanner .tb-btn a {
  height: 6;
  padding: 0px;
  width: 20px;
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 2px;
}
.indexBanner .tb-btn a.active {
  background: #dc0016;
}
.indexBanner .tb-btn a {
  background: #fff;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
}
/*滚动新闻*/
.newsHot_box {
  background: #f1f1f1;
}
.icon-gonggao {
  display: inline-block;
  vertical-align: middle;
}
.newsHot_title {
  position: relative;
  width: 70px;
  color: #fff;
  background: #bd1015;
  height: 30px;
  line-height: 30px;
  margin-right: 25px;
}
.newsHot_title:after {
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  right: -16px;
  top: 0;
  border-left: 16px solid #bd1015;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.gundDong {
  width: 850px;
  height: 30px;
  overflow: hidden;
}
.gundDong .gd_Con {
  left: 0;
  top: 0;
  width: 400000px;
}
.gundDong a {
  height: 30px;
  display: inline-block;
  line-height: 30px;
  color: #333;
  width: 300px;
  padding-right: 20px;
}
.gundDong a img {
  margin-right: 5px;
}
.newsHot_text_title {
  width: 225px;
}
.newsHot_text {
  width: 500px;
}
.newsHot_text,
.newsHot_time {
  color: #808080;
  margin-left: 25px;
}
.newsHot_ctrl {
  padding-right: 30px;
  margin-top: 5px;
}
.newsHot_ctrl div {
  cursor: pointer;
  width: 32px;
  height: 20px;
  margin-left: 10px;
  background: #bfbfbf no-repeat center center;
}
.newsHot_ctrl div:hover {
  background-color: #c4010e;
}
.newsHot_ctrl div.ctrl_left {
  background-image: url(../img/l.png);
}
.newsHot_ctrl div.ctrl_right {
  background-image: url(../img/r.png);
}
.newsHot_box {
  height: 30px;
  overflow: hidden;
}
.newsHot {
  width: 865px;
  height: 30px;
  line-height: 30px;
}
.newsHot .tb-arrow a {
  width: 64px;
  height: 64px;
  margin: 0 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.newsHot .tb-btn {
  bottom: 20px;
  height: 16px;
}
.newsHot .tb-btn a {
  height: 16px;
  padding: 0px;
  width: 16px;
  margin: 0 10px;
  box-sizing: border-box;
  border-radius: 50%;
}
.newsHot .tb-btn a.active {
  background: #229e62;
}
.newsHot .tb-btn a {
  background: #fff;
}
/*滚动新闻 e*/
/*title*/
/*newstitle*/
.InNewsTitle {
  height: 60px;
  background: url(../img/newsT.jpg) no-repeat left center;
  border-bottom: 3px solid #a2020e;
  margin-bottom: 10px;
}
.in_title {
  color: #c5010f;
  height: 45px;
  line-height: 45px;
  border-bottom: 2px solid #c4010e;
}
.in_title.in_titleS2 {
  color: #fff;
  height: 42px;
  line-height: 40px;
}
.in_title.in_titleS2 h4 {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 40px;
  line-height: 40px;
  background: url(../img/in_16.jpg);
  padding-right: 64px;
  padding-left: 10px;
}
.in_title.in_titleS2 h4:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  border-left: 40px solid transparent;
  border-right: 0px solid transparent;
  border-top: 40px solid #fff;
}
.inTitleLogo {
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../img/t.png);
  vertical-align: middle;
}
.inTitleLogo.phb_title {
  background-image: url(../img/data_.png);
  width: 20px;
  height: 20px;
}
.bili {
  padding: 15px;
}
.bili ul {
  height: 250px;
  overflow: hidden;
}
.bili li {
  line-height: 28px;
}
.bili li .point {
  height: 13px;
  display: block;
  margin-top: 7px;
  background: #fff;
}
.bili li .point span {
  display: block;
  height: 13px;
  width: 0;
}
.bili li .num_ {
  font-size: 12px;
  line-height: 28px;
  text-align: right;
}
.bili li.bl0 .point span {
  background: #00b8ee;
}
.bili li.bl1 .point span {
  background: #93c501;
}
.bili li.bl2 .point span {
  background: #f970b6;
}
.bili li.bl3 .point span {
  background: #3c90f0;
}
.bili li.bl4 .point span {
  background: #cb2515;
}
.bili li.bl5 .point span {
  background: #3ebcd3;
}
.bili li.bl6 .point span {
  background: #eca45c;
}
.bili li.bl7 .point span {
  background: #48b26a;
}
.bili li.bl8 .point span {
  background: #bdf752;
}
.bili li.bl9 .point span {
  background: #e42330;
}
.bili li.bl10 .point span {
  background: #6ac387;
}
.bili li.bl11 .point span {
  background: #b9f801;
}
.bili li.bl12 .point span {
  background: #fba1cf;
}
.bili.bili_page {
  background: #fff;
}
.bili.bili_page li {
  margin-bottom: 20px;
  line-height: 30px;
}
.bili.bili_page li .point {
  background: #f7f7f7;
  height: 16px;
}
.bili.bili_page li .point span {
  height: 16px;
}
.bili.bili_page li .num_ {
  line-height: 30px;
}
.img_friend {
  padding: 8px;
}
.img_friend li {
  width: 11.11111111%;
  padding: 8px;
  height: 46px;
}
.img_friend li img {
  display: block;
  margin: 0 auto;
  max-width: 90px;
  max-height: 30px;
}
.in_title.in_titleS2 h4 .inTitleLogo {
  background: url(../img/t.png) 0 -22px;
}
.color_bf {
  color: #bfbfbf;
}
.title_more {
  right: 10px;
  top: 50%;
  margin-top: -10px;
  color: #8e8b8b;
}
.title_more:hover {
  color: #c4010e;
}
/*title e*/
/*news*/
.InNewsL,
.InNewsR {
  height: 350px;
}
.InNewsR {
  width: 730px;
}
.newsBTitle {
  background: rgba(0, 0, 0, 0.17);
  color: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
}
.newsBTitle h3 {
  line-height: 45px;
  width: 420px;
}
.newsBanner {
  width: 460px;
  height: 350px;
}
.newsBanner .tb-thumb {
  overflow: visible!important;
  left: 100%!important;
  margin-left: 10px!important;
  width: 155px!important;
  height: 370px!important;
  top: 0;
}
.newsBanner .tb-thumb .prev,
.newsBanner .tb-thumb .next {
  display: none!important;
}
.newsBanner .tb-thumb dl {
  margin: 0!important;
  width: 155px!important;
  overflow: visible!important;
}
.newsBanner .tb-thumb dl dd {
  border: 1px solid #fff!important;
  border-left: 0!important;
  margin-right: 0!important;
  margin-bottom: 10px!important;
  float: none!important;
}
.newsBanner .tb-thumb dl dd:after {
  content: "";
  display: block;
  background: #fff;
  width: 6px;
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  z-index: 10;
}
.newsBanner .tb-thumb dl dd img {
  height: 100%;
}
.newsBanner .tb-thumb dl dd.active {
  border-color: #c4010e!important;
  overflow: visible!important;
}
.newsBanner .tb-thumb dl dd.active:after {
  background: url(../img/newsmin.png);
}
/*news e*/
.sfzx {
  padding: 0 5px;
}
.sfzx li {
  padding: 15px 5px;
}
.sfzx li a {
  background: #c4010e;
  color: #fff;
  padding: 10px 0;
}
.sfzx li a:hover {
  box-shadow: 0 0 0 1px #c4010e;
  color: #c4010e;
  background: #fff;
}
.sfzx li a i {
  font-size: 26px;
  margin-bottom: 5px;
  display: inline-block;
}
.img_news_Box {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.img_news {
  width: 100%;
  height: 350px;
  line-height: 50px;
}
.img_news .tb-arrow a {
  width: 64px;
  height: 64px;
  margin: 0 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.img_news .tb-btn {
  bottom: 33px;
  height: 8px;
  left: auto!important;
  margin-left: auto!important;
  right: 20px;
}
.img_news .tb-btn a {
  height: 8px;
  width: 8px;
  padding: 0px;
  margin: 0 5px;
  box-sizing: border-box;
  border-radius: 50%;
}
.img_news .tb-btn a.active {
  background: #229e62;
}
.img_news .tb-btn a {
  background: #fff;
}
.img_news_text {
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0 ;
  padding-left: 10px;
  left: 0;
  right: 0;
  height: 32px;
  line-height: 32px;
}
.tb-list > * > * {
  background-size: cover;
}
.In_news_list {
  height: 308px;
  padding-left: 10px;
  padding-right: 10px;
}
.In_news_list li {
  border-bottom: 1px solid #e4e4e4;
}
.In_news_list li:last-child {
  border: 0;
}
.In_news_list h6 {
  font-size: 14px;
  padding-left: 10px;
  color: #333;
  line-height: 36px;
  width: 300px;
}
.In_news_list a {
  display: block;
}
.In_news_list a:hover h6 {
  color: #df0615;
}
.In_news_list span {
  color: #bfbfbf;
  line-height: 32px;
}
.rr_TOo {
  position: relative;
  border-top: 1px solid #e42330;
}
.rr_TOo:after,
.rr_TOo:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 57px;
  width: 1px;
  background: url(../img/Yo__11.jpg);
}
.rr_TOo:before {
  right: -1px;
}
.rr_TOo:after {
  left: -1px;
}
.rr_TOo .gundDong2 {
  line-height: 24px;
  height: 100px;
  overflow: hidden;
}
.rr_TOo .gundDong2 ul {
  left: 0;
  right: 0;
  width: 100%;
}
.rr_TOo .gundDong3 {
  line-height: 24px;
  height: 173px;
  overflow: hidden;
}
.rr_TOo .gundDong3 ul {
  left: 0;
  right: 0;
  width: 100%;
}
.index_body > .col_4 {
  width: 28%;
}
.index_body > .col_75 {
  width: 72%;
}
.title_Yo img {
  margin-right: 10px;
  vertical-align: middle;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.NoticeList {
  padding: 10px 15px;
}
.NoticeList li {
  line-height: 30px;
  border: 1px solid #ccc;
  background: #fafafa;
  padding-left: 50px;
  position: relative;
}
.NoticeList li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: 50%;
  margin-top: -6px;
  border-left: 10px solid #e42330;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}
.NoticeList li + li {
  margin-top: 10px;
}
.NoticeList li a {
  color: #a1560c;
}
.img_link {
  height: 388px;
  background: url(../img/bg_ss_11.jpg) no-repeat;
  background-size: 100% 100%;
}
.tzgg {
  margin: 5px 0 15px;
  padding: 0 5px ;
  height: 222px;
}
.tzgg li {
  padding: 7px 5px;
  border-bottom: 1px dashed #e4e4e4;
}
.tzgg a {
  width: 237px;
  line-height: 22px;
}
.imgT {
  height: 70px;
}
.bg_fa {
  background-color: #fafafa;
}
.baoGuang {
  margin: 6px 0;
  border-bottom: 1px solid #fafafa;
}
.baoGuang li {
  padding: 5px 0;
}
.baoGuang li a img {
  display: block;
  margin: 0 auto;
  max-height: 80px;
}
.culture {
  height: 280px;
  overflow: hidden;
}
.tebeiUL {
  background: url(../img/ni_11.jpg);
  height: 46px;
}
.tebeiUL .tebeiO {
  width: 25%;
  color: #e42330;
  text-align: center;
  line-height: 46px;
}
.tebeiUL .tebeiO + a {
  position: relative;
}
.tebeiUL .tebeiO + a:after {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 20px;
  top: 13px;
  left: 0;
  background: #ccc;
}
.link_img li img {
  height: 94px;
}
.link_img li + li {
  margin-top: 4px;
}
.phB {
  padding-left: 20px;
}
.phB > .borderA {
  height: 327px;
  background: url(../img/nanj_34.jpg);
  background-size: 100% 100%;
}
.NoticeMore {
  border-top: 1px dashed #c4010e;
  height: 50px;
}
.inTeam {
  display: block;
}
.inTeam h3,
.inTeam span {
  color: #c4010e;
}
.inTeam:hover span {
  color: #df0615;
}
.inTeam h6 {
  color: #808080;
  line-height: 25px;
  height: 100px;
  overflow: hidden;
}
.inTeamImg {
  width: 110px;
  height: 135px;
  background-color: #bfbfbf;
}
.inTeamImg img {
  max-width: 110px;
  max-height: 135px;
}
.inTeamText h5 {
  line-height: 27px;
  color: #333;
}
.fywh li {
  padding: 20px;
}
.fywh .img_mid {
  width: 260px;
  height: 200px;
}
.fywh h6 {
  width: 260px;
  line-height: 35px;
  background: #efefef;
  color: #666;
}
.fywh a:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
}
.fywh a:hover h6 {
  color: #aa0612;
  background: #fff;
}
.bg_none {
  background-color: transparent!important;
}
.login {
  background: no-repeat center center;
  background-size: cover;
  border-radius: 8px 8px 0 0 ;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.login .login_title {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: url(../img/in_16.jpg);
  color: #fff;
}
.login form .input_team {
  margin-bottom: 15px;
  position: relative;
}
.login form .input_team label {
  font-size: 14px;
  display: block;
  float: left;
  width: 96px;
  text-align: right;
  height: 30px;
  line-height: 30px;
}
.login form .input_team .input_YO {
  padding: 4px;
  width: 150px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
}
.login form .input_team .btn_form {
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  height: 32px;
  width: 78px;
  display: inline-block;
  margin: 0 22px;
  border-radius: 2px;
  border: 0;
  background: ;
}
.login form .input_team .btn_form.btn_red {
  background: url(../img/in_16.jpg);
  color: #fff;
}
.login form .input_team .btn_form.btn_blue {
  background: url(../img/blue.jpg);
  color: #fff;
}
/*page*/
.page_nav_3 {
  padding: 0 10px 10px;
  position: relative;
}
.page_nav_3:before {
  content: "";
  display: block;
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  height: 1px ;
  background: #eee;
}
.page_nav_3 ul {
  margin-right: -20px;
}
.page_nav_3 li {
  margin-right: 20px;
  margin-bottom: 10px;
}
.page_nav_3 li a {
  display: block;
  color: #333;
  border: 1px solid #e42330;
  padding: 8px 10px;
  border-radius: 4px;
}
.page_nav_3 li.active a,
.page_nav_3 li:hover a {
  color: #fff;
  background: #e42330;
  border: 1px solid #e42330;
}
.page_title {
  line-height: 50px;
}
.page_title p {
  line-height: 50px;
}
.page_title i,
.page_title i em {
  display: inline-block;
}
.page_title i {
  width: 11px;
  height: 11px;
  border: 1px solid #e42330;
  text-align: center;
  left: 0;
  top: 20px;
}
.page_title i em {
  width: 5px;
  height: 5px;
  background: #e42330;
  border-radius: 50%;
  left: 2px;
  top: 2px;
}
.pad_t60 {
  padding-top: 60px;
}
.page_banner {
  height: 400px;
}
.page_banner img {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
}
.pageLeft {
  height: 60px;
  background: #fff;
}
.pageLeft:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  top: 50px;
  background: #eee;
}
.pad_b30 {
  padding-bottom: 30px;
}
.page_nav_box {
  width: 180px;
  position: absolute;
  left: 20px;
  top: 80px;
}
.page_nav_box .link_2 a {
  width: 180px;
}
.box_shodow {
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.1);
}
.page_nav {
  position: relative;
  top: -32px;
}
.page_nav li {
  height: 60px;
  position: relative;
  padding: 0 20px;
}
.page_nav li + li:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  height: 14px;
  margin-top: -7px;
  left: 0;
  background: #d2d2d2;
  width: 1px;
}
.page_nav li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 59px;
  color: #000;
  position: relative ;
  text-align: left;
  margin: 0 auto;
  display: block;
}
.page_nav li:hover a {
  color: #e42330;
}
.page_nav li.active a {
  color: #e42330;
}
.page_nav li.active a:before {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  height: 3px;
  background: #e42330;
}
.divPageSh {
  z-index: 10;
  box-shadow: 0px 0 10px 1px rgba(0, 0, 0, 0.1);
}
.bg_page {
  background: #f5f5f5;
}
.fs_26 {
  font-size: 26px;
}
.shareB {
  border-top-style: dashed ;
  padding-top: 10px;
}
.mar_lr-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.mar_r5 {
  margin-right: 5px;
}
.pageTitleBox {
  border-bottom-color: #e42330;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.page_title img {
  vertical-align: middle;
}
.bdsharebuttonbox {
  display: inline-block;
  vertical-align: middle;
}
.min_span {
  line-height: 40px;
}
.min_span span {
  margin: 0 5px;
}
.location_ {
  line-height: 28px;
  color: #666;
  top: 5px;
  right: 10px;
  margin-top: 11px;
}
.location_ .icon {
  margin-right: 10px;
  color: #e42330;
}
.location_ a {
  color: #666;
}
.location_ a:hover {
  color: #e42330;
}
.location_ em {
  color: #e42330;
}
.page_conX {
  min-height: 720px;
}
.page_conX img {
  max-width: 100%;
}
.pageTitleS1 {
  line-height: 40px;
  font-size: 20px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  color: #e42330;
}
.color_you {
  color: #e42330;
}
.keshi_list {
  background: #dcdcdc;
}
.keshi_list li.active {
  background: #e42330;
}
.keshi_list li.active a {
  color: #fff;
}
.keshi_list a {
  color: #666;
  display: block;
  text-align: center;
  line-height: 50px;
}
.keshi_list a:hover {
  color: #e42330;
}
.a_hover {
  -webkit-box-shadow: 0 0 8px 1px rgba(1, 81, 40, 0.4);
  box-shadow: 0 0 8px 1px rgba(1, 81, 40, 0.4);
  border: 1px solid #ddd\9;
  border-top: 0px\9;
}
.keshi_er_list {
  margin: 0 -10px;
}
.keshi_er_list li {
  padding: 10px;
}
.keshi_er_list li a {
  border: 1px solid #fff;
  display: block;
  padding: 20px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.keshi_er_list li a em {
  margin-right: 5px;
}
.keshi_er_list li a h3 {
  height: 30px;
}
.keshi_er_list li a h5 {
  height: 69px;
  overflow: hidden;
  margin: 15px auto 25px;
}
.keshi_er_list li a:hover {
  -webkit-box-shadow: 0 0 8px 1px rgba(1, 81, 40, 0.4);
  box-shadow: 0 0 8px 1px rgba(1, 81, 40, 0.4);
  border: 1px solid #ddd\9;
  border-top: 0px\9;
  border-color: #e42330;
}
.page_more {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  height: 30px;
  line-height: 30px;
  width: 70px;
  text-align: center;
  display: block;
  border: 1px solid #e42330;
}
.page_more:hover {
  background: #e42330;
  color: #fff;
}
.doc_list {
  padding-left: 145px;
  padding-top: 10px;
}
.doc_list_title {
  left: 0;
  top: 30px;
  width: 135px;
}
.doc_list_title a:hover {
  color: #e42330;
}
.doc_list_title em {
  color: #e42330;
  margin-right: 10px;
}
.doc_list_title:after {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #dcdcdc;
  bottom: -20px;
}
.doc_con li {
  padding: 10px 12px;
  text-align: center;
}
.doc_con li a {
  width: 131px;
  height: 185px;
  position: relative;
  overflow: hidden;
}
.doc_con li a img {
  max-width: 131px;
  max-height: 185px;
}
.doc_con li a .poa {
  bottom: 0;
  left: 0;
  right: 0;
  height: 45px;
  background: rgba(1, 81, 40, 0.51);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
.doc_con li a:hover .poa {
  bottom: -45px;
}
.honor {
  text-align: center;
  margin: 0 -14px;
}
.honor li {
  margin-bottom: 20px;
  padding: 0 16px;
}
.honor .img_mid {
  border: 1px solid #ddd;
  padding: 4px;
  background: #f0f0f0;
  width: 267px;
  height: 176px;
}
.honor .img_mid img {
  max-width: 257px;
  max-height: 166px;
}
.honor h5 {
  margin-top: 10px;
}
.link_this_page a {
  height: 45px;
  width: 150px;
  border: 1px solid #ddd;
  text-align: center;
  line-height: 45px;
  color: #666;
  display: inline-block;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  margin-right: 10px;
}
.link_this_page a:hover {
  color: #fff;
  background: #e42330;
  border-color: #e42330;
}
.doc_con_de {
  margin: 0 -12px;
}
.doc_con_de > li {
  width: 155px;
}
.boss span {
  display: inline-block;
  border-bottom: 2px solid #ddd;
  height: 35px;
  line-height: 20px;
}
.boss_em {
  color: #aaa;
}
.boss_info {
  height: 69px;
  overflow: hidden;
}
.pro.keshiDocBox {
  height: auto;
}
.baoGuang.keshiDocUl li {
  width: 216px;
  margin-bottom: 20px;
}
.baoGuang.keshiDocUl .inTeamImg {
  width: 216px;
  height: 275px;
  background-color: #bfbfbf;
}
.baoGuang.keshiDocUl .inTeamImg img {
  max-width: 216px;
  max-height: 275px;
}
.baoGuang.keshiDocUl li > div {
  padding: 0!important;
}
.KeshiNewsCon {
  height: 94px;
  border-radius: 4px 0 0 4px;
}
.KeshiNewsCon:hover {
  background: #f1f1f1;
}
.KeshiNewsCon h6 {
  height: 40px;
  overflow: hidden;
}
.KeshiNewsTime {
  margin-top: -1px;
  height: 96px;
  width: 95px;
  border: 1px solid #d2d2d2 ;
  border-radius: 5px ;
  overflow: hidden;
}
.KeshiNewsTime .fs_26 {
  line-height: 60px;
  background: #fff;
}
.KeshiNewsTime .h5 {
  line-height: 36px;
  background: #d2d2d2 ;
}
.pad_b0 {
  padding-bottom: 0!important;
}
.keshiAll a:hover {
  color: #e42330;
}
.keshiAll li {
  padding-right: 20px;
  height: 35px;
}
.keshiShezhi:hover {
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.keshiShezhi .h5 {
  height: 92px ;
  overflow: hidden;
}
.keshiShezhi .img_mid {
  width: 185px;
  height: 98px;
}
.keshiShezhi .img_mid img {
  max-width: 185px;
  max-height: 98px;
}
.mar_r35 {
  margin-right: 35px;
}
.pageLiHover {
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.page_news {
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
.page_news .img_mid {
  width: 170px;
  height: 135px;
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
.page_news .img_mid img {
  max-width: 170px;
  max-height: 135px;
}
.page_news:hover {
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.page_news:hover .img_mid {
  background: #999;
}
.page_news:hover .pnt {
  margin-left: -20px;
}
.page_news:hover .page_news_time .pn_more {
  margin-left: 30px;
  background: #bfbfbf;
  color: #fff;
}
.page_news:hover .page_news_con {
  margin-left: 10px;
}
.page_news .page_news_con {
  width: 55%;
  float: left;
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
.page_news .page_news_con h5 {
  height: 46px;
  overflow: hidden;
}
.page_news .page_news_time {
  width: 170px;
  float: right;
}
.page_news .page_news_time .pnt {
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
.page_news .page_news_time h1 {
  font-size: 28px;
}
.page_news .page_news_time .pn_more {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  color: #bfbfbf;
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
}
#info .img_mid img {
  width: 130px;
  height: 185px;
}
.info_gs {
  padding-bottom: 20px;
}
.info_gs li {
  padding: 13px 0 13px;
}
.map_ {
  height: 500px;
}
.map_ > * {
  width: 100%;
  height: 100%;
}
.pageNoticeBox,
.imgList,
.pageVideoList {
  min-height: 600px;
}
.tra_05 {
  transition: 0.5s 0.3s linear;
  -webkit-transition: 0.5s 0.3s linear;
}
.imgList li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.imgList li.borderN {
  border: 0;
  padding: 10px 5px;
}
.imgList .imgListBox {
  border: 1px solid #f0eded;
  display: block;
  padding: 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.imgList .imgListBox:hover {
  box-shadow: 2px 2px 15px 2px rgba(0, 0, 0, 0.1);
}
.imgListBox a.more_t_03,
.xiangQ,
.yuY,
.imgListBox a.more_doc {
  display: inline-block;
  width: 110px;
  height: 35px;
  line-height: 33px;
  text-align: center;
  color: #e42330;
  background: transparent;
  border: 1px solid #e42330;
  border-radius: 0px;
}
.xiangQ,
.yuY {
  margin-top: 10px;
  width: 70px;
  margin-right: 10px;
}
.imgListBox a.more_t_03:hover,
.xiangQ:hover,
.yuY:hover,
.imgListBox a.more_doc:hover {
  background-color: #e42330;
  color: #fff;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.pad_b10 {
  padding-bottom: 10px;
}
.imgList .imgListBox2 {
  border: 0;
}
.imgList .img_mid {
  margin: 8.5px auto;
  width: 135px;
  height: 185px;
  margin-right: 20px;
  background: #f8f8f8;
}
.imgList .imgListBox2 .img_mid {
  width: 135px;
  height: 140px;
}
.imgList img {
  max-width: 135px;
  max-height: 185px;
}
.imgList .imgListBox2 img {
  max-width: 135px;
  max-height: 140px;
}
.newsList.imgList .img_mid {
  width: 190px;
  height: 190px;
}
.newsList.imgList img {
  max-width: 190px;
  max-height: 190px;
}
.docList.imgList .img_mid {
  width: 135px;
  height: 185px;
}
.docList.imgList img {
  max-width: 135px;
  max-height: 185px;
}
.docList.imgList .imgListBox {
  border: 0;
  background: #f4f4f6;
}
.docList .imgListText h2,
.docList .imgListText h5 {
  line-height: 1.5em;
}
.docList .imgListText h5.color_6 {
  height: 86px;
  overflow: hidden;
  color: #666;
}
.docList .imgListText h5.color_0 {
  height: auto;
  overflow: hidden;
}
.imgListText h2 {
  color: #e42330;
  line-height: 2em;
}
.imgListText h4,
.imgListText h5 {
  color: #333;
  line-height: 2em;
}
.imgListText h5 {
  height: 56px;
  overflow: hidden;
}
.newsList .imgListText p.h4 {
  line-height: 2em;
}
.newsList .imgListBox {
  border: 0;
}
.newsList > li {
  border: 0;
  border-bottom: 1px dashed #eee;
}
.newsList > li > div:hover p.h4 a {
  color: #e42330;
}
.newsList .imgListBox .col_1 {
  width: 820px;
}
.newsList .imgListBox .col_2.newsTip {
  width: 180px;
  padding-left: 20px;
}
.newsList .imgListBox .col_2 {
  width: 120px;
}
.newsList .imgListText h5 {
  height: 56px;
}
.newsList .newsTip em {
  margin-left: 10px;
  height: 26px;
  line-height: 24px;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 0 17px;
  display: inline-block;
  position: relative;
}
.newsList .newsTip em:before,
.newsList .newsTip em:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 7px solid #e5e5e5;
  left: -7px;
  top: 7px;
}
.newsList .newsTip em:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 6px solid #fff;
  left: -6px;
  top: 8px;
}
.newCtrl {
  border: 1px solid #e5e5e5;
}
.newCtrl a {
  height: 40px;
  padding: 0 15px;
  line-height: 38px;
  color: #333;
  border-right: 1px solid #e5e5e5;
}
.newCtrl a.active {
  color: #e42330;
}
.imgList a:hover h2 {
  color: #df0615;
}
.pageNewList {
  min-height: 500px;
}
.pageNewList li {
  border-bottom: 1px dashed #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.pageNewList h5 {
  padding-left: 15px;
  color: #000;
  line-height: 25px;
  width: 700px;
}
.pageNewList a {
  display: block;
}
.pageNewList a:hover h5 {
  color: #df0615;
}
.pageNewList span {
  color: #bfbfbf;
  line-height: 25px;
}
.pageNewList.yuanDian li:before {
  background: #aaaaaa;
  left: 3px ;
  width: 4px;
  height: 4px;
  margin-top: -2px;
}
.color_af {
  color: #afadad;
}
.downloadUl li {
  border-bottom: 1px dashed #d0d0d0;
}
.download .pull_left {
  line-height: 34px;
  width: 85%;
}
.download:hover .pull_left a {
  color: #e42330;
}
.download .pull_right {
  line-height: 32px;
  height: 34px;
  width: 105px;
  border: 1px solid #e42330;
  text-align: center;
  background: transparent;
  color: #e42330;
}
.download .pull_right:hover {
  background: #e42330;
  color: #fff;
}
.download i {
  margin-left: 10px;
  vertical-align: middle;
  font-size: 20px;
}
.laber {
  width: 70px;
  margin-right: 20px;
  line-height: 30px;
  color: #666;
}
.PCinfoul li {
  margin-bottom: 25px;
  position: relative;
}
.PCinfo {
  width: 200px;
  margin-right: 20px;
  line-height: 30px;
  color: #666;
}
.delCh {
  cursor: pointer;
}
.PZH_Wages > li .PZHTitle {
  cursor: pointer;
  color: #333;
}
.inputS3,
.inputS2 {
  width: 280px;
  border: 1px solid #eee;
  outline: none;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.inputS3:focus,
.inputS2:focus,
.textAS1:focus {
  box-shadow: -1px 1px 5px 0 #f8b2b7;
}
.inputS2 {
  width: 120px!important;
}
.btnS2 {
  color: #fff;
  border: 1px solid #e42330;
  background: #e42330;
  height: 40px;
  line-height: 38px;
  width: 120px;
  margin-right: 85px;
  cursor: pointer;
  text-align: center;
}
.btnS2:hover {
  color: #e42330;
  background: #fff;
  box-shadow: -1px 1px 5px 0 #f8b2b7;
}
.checkImg {
  width: 120px;
  height: 40px;
  margin-left: 10px;
}
.checkImg img {
  width: 100%;
  height: 100%;
}
.textAS1 {
  width: 85%;
  height: 200px;
  border: 1px solid #eee;
  outline: none;
  padding: 10px;
  resize: none;
}
.mar_l90 {
  margin-left: 90px;
}
.PCinfoul {
  padding-left: 50px;
}
.pageNotice {
  height: 305px;
}
.pageNotice {
  background-image: url(../img/bgN.png);
}
.pageNoticeBox a {
  display: block;
  border-color: #c9c9c9;
}
.pageNoticeBox a:hover {
  border-right-color: #fff;
  border-bottom-color: #fff;
  box-shadow: 5px 9px 10px 2px rgba(0, 0, 0, 0.31);
}
.pageVLImg {
  height: 210px;
}
.pageVideoList a {
  display: block;
  padding: 20px;
}
.pageVideoList .color_0 {
  font-size: 16px;
  color: #333;
  width: 100%;
}
.pageVideoList a:hover {
  box-shadow: 4px 6px 10px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 4px 6px 10px 2px rgba(0, 0, 0, 0.1);
}
.pageVideoList a:hover i {
  opacity: 1;
}
.pageVideoList a i {
  transition: 0.3s 0.3s linear;
  -webkit-transition: 0.3s 0.3s linear;
  color: #fff;
  right: 10px;
  bottom: 10px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  opacity: 0;
  border-radius: 50%;
  background: #bfbfbf;
}
.pageVideoBox > * {
  width: 100%;
  height: 550px;
}
.pN_page a:hover {
  color: #666;
}
.pN_page span:hover {
  color: #e42330;
}
.ban {
  height: 620px;
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
}
.ban2 {
  width: 895px;
  height: 500px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.ban2 ul {
  position: absolute;
  left: 0;
  top: 0;
}
.ban2 ul li {
  width: 895px;
  height: 500px;
}
.ban2 ul li a {
  margin: 0 auto;
  width: 745px;
  height: 500px;
}
.ban2 ul li img {
  max-width: 745px;
  max-height: 500px;
}
.prevkk {
  float: left;
  cursor: pointer;
}
.numkk {
  height: 82px;
  overflow: hidden;
  width: 430px;
  position: relative;
  float: left;
}
.min_pic {
  padding-top: 20px;
  width: 500px;
  margin: 0 auto;
}
.numkk ul {
  position: absolute;
  left: 0;
  top: 0;
}
.numkk ul li {
  width: 82px;
  height: 82px;
  margin-right: 5px;
  padding: 1px;
}
.numkk ul li a {
  width: 80px;
  height: 80px;
}
.numkk ul li a img {
  max-width: 80px;
  max-height: 80px;
}
.numkk ul li.on {
  border: 1px solid #e42330;
  padding: 0;
}
.prev_btn1 {
  width: 16px;
  text-align: center;
  height: 18px;
  margin-top: 32px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
}
.next_btn1 {
  width: 16px;
  text-align: center;
  height: 18px;
  margin-top: 32px;
  cursor: pointer;
  float: right;
}
.prev1,
.next1 {
  opacity: .5;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 225px;
  width: 28px;
  height: 51px;
  z-index: 9;
  cursor: pointer;
}
.prev1 {
  left: 20px;
}
.next1 {
  right: 20px;
}
#prev2,
#next2 {
  top: 300px;
}
.mhc {
  background: #000;
  width: 100%;
  opacity: 0.5;
  -moz-opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  z-index: 999999;
}
.pop_up {
  width: 1100px;
  height: 650px;
  background: #fff;
  position: fixed;
  -position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -550px;
  margin-top: -325px;
  display: none;
  z-index: 9999999;
}
.pop_up_xx {
  z-index: 2;
  opacity: .5;
  transition: all 0.3s ease-in-out;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}
.next1:hover,
.prev1:hover,
.pop_up_xx:hover {
  opacity: 1;
}
.pop_up2 {
  width: 1100px;
  height: 650px;
  position: relative;
  overflow: hidden;
}
.pop_up2 {
  width: 1100px;
  height: 650px;
  position: relative;
  overflow: hidden;
  float: left;
}
.pop_up2 ul {
  position: absolute;
  left: 0;
  top: 0;
}
.pop_up2 ul li {
  width: 1100px;
  height: 650px;
  float: left;
}
.pop_up2 ul li a {
  width: 1100px;
  height: 650px;
}
.pop_up2 ul li a img {
  max-width: 1100px;
  max-height: 650px;
}
/*doctor*/
.doctor_ul_img a {
  width: 96.42857143px;
  height: 132.14285714px;
  background: #f5f5f5;
  line-height: 0;
}
.doctor_ul_img img {
  max-width: 96.42857143px;
  max-height: 132.14285714px;
}
.doctor_con {
  border: 1px solid #ddd;
}
.bg_r {
  background-color: #eb3d00;
}
.doctor_ul_more a {
  width: 48px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  display: inline-block;
  margin-right: 20px;
}
.doctor_ul h3 {
  line-height: 18px;
  height: 1.5em;
}
.doctor_ul h5 {
  height: 46px;
  overflow: hidden;
}
.doctor_ul > li:hover {
  box-shadow: 0 0 10px 1px #f3f3f3;
}
.doctor_ul h3 {
  font-size: 22px;
}
.way_con_table {
  width: 100%;
}
.way_con_table thead th {
  border: 1px solid #fff;
  border-top: 1px solid #e42330;
  border-bottom: 1px solid #e42330;
}
.lb_ {
  border-left: 1px solid #e42330 !important;
}
.rb_ {
  border-right: 1px solid #e42330 !important;
}
.way_con_table td {
  border: 1px solid #d0cfcf;
}
.way_con_head {
  height: 125px;
}
.way_con_table th {
  height: 50px;
}
.way_con_table td {
  height: 50px;
}
.way_con_table td a {
  width: 100%;
  height: 100%;
  line-height: 40px;
  display: inline-block;
  color: #fff;
}
.way_con_table .yuyYue a {
  background: #e73a45;
}
.way_con_table .yuyYue:hover a {
  background: #ec6770;
}
.table_w1 {
  width: 70px!important;
}
.table_w2 {
  width: 90px !important;
}
.mar_r20 {
  margin-right: 20px;
}
/*瀑布流*/
#PuBuLiu ul {
  width: 275px;
  list-style: none;
  float: left;
  margin-right: 20px;
}
#PuBuLiu ul li {
  margin-bottom: 20px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
}
#PuBuLiu ul li:hover {
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
#PuBuLiu ul li img {
  width: 275px;
  display: block;
}
#PuBuLiu ul li p {
  background: #e42330;
  color: #fff;
  padding: 10px;
}
.YYTingShen li .h5 {
  height: 270px;
  overflow: hidden;
}
/*分页样式*/
.allPagesStyle_box {
  padding-top: 10px;
  padding-bottom: 10px;
}
.allPagesStyle {
  font-size: 12px;
  display: inline;
}
.allPagesStyle a,
.allPagesStyle span {
  height: 20px;
  line-height: 18px;
  font-size: 12px;
  display: inline-block;
  min-width: 20px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #e42330;
  background: transparent;
  color: #e42330;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
}
.allPagesStyle a:hover,
.allPagesStyle span:hover,
.allPagesStyle .current {
  background: #e42330;
  color: #fff;
}
/* LightBox */
body:after {
  content: url(../img/close.png) url(../img/loading-gray.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}
.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}
.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}
.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.lightbox a img {
  border: none;
}
.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-container {
  padding: 4px;
}
.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}
.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading-gray.gif) no-repeat;
}
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.lb-container > .nav {
  left: 0;
}
.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}
.lb-prev,
.lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}
.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}
.lb-data {
  padding: 0 4px;
  color: #ccc;
}
.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}
.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}
.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}
.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}


