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;
}
html {
  -webkit-text-size-adjust: none;
}
.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;
}
h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4 {
  font-size: 16px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
small {
  font-size: 10px;
}
em,
i {
  font-style: normal;
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}
a,
a:hover,
a:link,
a:visited,
a:focus {
  text-underline: none;
  text-decoration: none;
  outline-style: none;
}
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;
}
.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_ncci {
  background: no-repeat center center;
  background-size: contain;
}
.bg_ncc100 {
  background: no-repeat center center;
  background-size: 100% 100%;
}
.tra_03 {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.tra_05 {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
}
.tra_1 {
  transition: all 1s ease-in;
  -webkit-transition: all 1s ease-in;
}
.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;
  -webkit-text-overflow: ellipsis;
}
.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;
}
/*商品图片特效*/
.img_tra {
  overflow: hidden;
}
.img_tra img,
.img_tra .bg_nccc {
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.img_tra img:hover,
.img_tra .bg_nccc:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.img_mid {
  display: table;
  text-align: center;
}
.img_mid > * {
  vertical-align: middle;
  display: table-cell;
  line-height: 0;
}
/*内边距*/
/*外边距*/
.col_1 {
  width: 100%;
  float: left;
}
.col_2 {
  width: 50%;
  float: left;
}
.col_3 {
  width: 33.33333333%;
  float: left;
}
.col_4 {
  width: 25%;
  float: left;
}
.col_5 {
  width: 20%;
  float: left;
}
.col_6 {
  width: 16.66666667%;
  float: left;
}
.col_66 {
  width: 66.66666667%;
  float: left;
}
.col_75 {
  width: 75%;
  float: left;
}
.col_80 {
  width: 80%;
  float: left;
}
.col_83 {
  width: 83.33333333%;
  float: left;
}
/*内边距*/
.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-right: 5px;
  padding-left: 5px;
}
.pad_lr10 {
  padding-right: 10px;
  padding-left: 10px;
}
.pad_lr15 {
  padding-right: 15px;
  padding-left: 15px;
}
.pad_lr20 {
  padding-right: 20px;
  padding-left: 20px;
}
.pad_lr30 {
  padding-right: 30px;
  padding-left: 30px;
}
.pad_lr40 {
  padding-right: 40px;
  padding-left: 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_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_l5 {
  margin-left: 5px;
}
.mar_l10 {
  margin-left: 10px;
}
.mar_l15 {
  margin-left: 15px;
}
.mar_l20 {
  margin-left: 20px;
}
.mar_l30 {
  margin-left: 30px;
}
.mar_l40 {
  margin-left: 40px;
}
.mar_r5 {
  margin-right: 5px;
}
.mar_r10 {
  margin-right: 10px;
}
.mar_r15 {
  margin-right: 15px;
}
.mar_r20 {
  margin-right: 20px;
}
.mar_r30 {
  margin-right: 30px;
}
.mar_r40 {
  margin-right: 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;
}
.mar_lr-20 {
  margin-left: -20px;
  margin-right: -20px;
}
.borderA {
  border: 1px solid #eee;
}
.borderL {
  border-left: 1px solid #eee;
}
.borderR {
  border-right: 1px solid #eee;
}
.borderLR {
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
}
.borderT {
  border-top: 1px solid #eee;
}
.borderB {
  border-bottom: 1px solid #eee;
}
.borderTB {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
/*常用色*/
.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;
}
/*颜色渐变；*/
/*过渡；*/
/*变形；*/
/*镜像；*/
/*三角形；*/
/*透明度*/
/*reset end--------------------------------------------------------------------------------------------------------------------*/
.color_them {
  color: #9E1C15;
}
.color_them2 {
  color: #9D752F;
}
.bg_them {
  background-color: #9E1C15;
}
a:hover {
  color: #9E1C15;
}
.header_top {
  line-height: 30px;
  font-size: 12px;
  opacity: 1;
}
.header_top .pull_right a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #9E1C15;
}
.logo_top {
  height: 130px;
  background: url(../img/bg_logo.png);
}
.logo_top .call_ {
  margin-top: 19px;
}
.logo_top .logo {
  height: 130px;
}
.logo_top .search {
  position: relative;
  margin-top: 10px;
}
.logo_top .search input {
  background-color: #fff;
  padding-left: 10px;
  height: 33px;
  width: 270px;
  border: 0;
  border-left: 1px solid #9E1C15;
  border-top: 1px solid #9E1C15;
  border-bottom: 1px solid #9E1C15;
}
.logo_top .search button {
  width: 55px;
  height: 33px;
  background-color: #9E1C15;
  border: 0;
}
.logo_top .search_quick {
  margin-top: 10px;
}
.logo_top .search_quick a {
  margin-left: 17px;
  color: #333;
}
.logo_top .search_quick a:hover {
  color: #9E1C15;
}
.nav {
  height: 50px;
}
.nav a {
  transition: all 0s;
}
.nav > ul > li {
  font-size: 16px;
  float: left;
  width: 10%;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.nav > ul > li > a {
  width: 119px;
  height: 44px;
  box-sizing: border-box;
  display: inline-block;
  color: white;
}
.nav > ul > li:hover > a {
  background: url(../img/nav.png) center center no-repeat;
}
.nav > ul > .active {
  background: #9E1C15;
}
.nav > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
}
.nav_bom {
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  border-top: 2px solid #fff;
  padding: 2px 0 10px;
  width: 119px;
  z-index: 1000;
  visibility: hidden;
  opacity: .5;
  background: #9E1C15;
}
.nav_bom li {
  width: 119px;
  height: 35px;
  text-align: center;
  font-size: 14px;
  line-height: 35px;
  position: relative;
}
.nav_bom li:before {
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  left: 20px;
  right: 20px;
  bottom: 0;
  height: 1px;
  opacity: .6;
}
.nav_bom li a {
  width: 119px;
  height: 35px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
}
.nav_bom li:hover a {
  background: url(../img/nav.png) center center no-repeat;
  background-size: 100% auto;
}
#test1 .bg_nccc {
  background-size: auto 100%;
}
#test1 .layui-carousel-ind {
  top: -76px;
}
@media screen and (max-width: 1600px) {
  #test1 {
    height: 440px!important;
  }
}
@media screen and (max-width: 1450px) {
  #test1 {
    height: 380px!important;
  }
}
.quick_links {
  padding: 27px 0 0;
}
.quick_links a {
  color: #9E1C15;
  display: block;
  width: 131px;
  height: 75px;
  text-align: center;
  background: url(../img/quickbar_bg.png);
  background-size: 100% 100%;
}
.quick_links a img {
  margin-top: 10px;
  margin-bottom: 5px;
}
.quick_links a + a {
  margin-left: 21px;
}
.news_index {
  margin: 0;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.news_index:after {
  content: "";
  display: block;
  position: absolute;
  top: 87px;
  left: 10px;
  right: 10px;
  border: 0;
  border-top: 1px dotted #707070;
}
.news_index a {
  position: relative;
  margin-bottom: 30px;
}
.news_index a .del {
  margin-top: 5px;
  height: 40px;
  overflow: hidden;
}
.news_index a + a {
  padding-left: 20px;
  display: block;
  margin-top: 20px;
  margin-bottom: 0px;
}
.news_index a + a:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  border-radius: 2px;
  background: #9E1C15;
  top: 2px;
  left: 4px;
}
.news_index a + a .ellipsis {
  width: 260px;
}
.news_carousel .tip {
  width: 100%;
  height: 40px;
  bottom: 0;
  position: absolute;
  left: 0;
  padding-left: 10px;
  background: rgba(158, 28, 21, 0.7);
}
.news_carousel .tip h5 {
  line-height: 40px;
  color: #fff;
  width: 250px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.news_carousel .layui-carousel-ind {
  bottom: 16px;
  top: auto;
  width: auto;
  left: auto;
  right: 10px;
  position: absolute;
}
.news_carousel .layui-carousel-ind ul {
  padding: 0;
  background-color: transparent;
}
.news_carousel .layui-carousel-ind ul li {
  background-color: #fff;
}
.news_carousel .layui-carousel-ind ul li.layui-this {
  background: #9E1C15;
}
.gg_index {
  margin-top: 30px;
}
.gg_index a {
  height: 160px;
  display: block;
  width: 362px;
  float: left;
}
.gg_index a + a {
  margin-left: 30px;
}
.gg_yygg {
  width: 100%;
  bottom: 0;
  height: 114px;
  position: absolute;
  display: block;
}
.title_ {
  position: relative;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin: 20px 10px;
  background: url(../img/bar_bg.png);
}
.title_ img {
  position: absolute;
  top: -15px;
  left: 10px;
}
.title_ span {
  z-index: 2;
  position: relative;
  line-height: 40px;
  margin-left: 70px;
  padding: 0 10px;
  color: #9E1C15;
}
.title_ a {
  font-size: 14px;
  padding: 0 10px;
  color: #9E1C15;
}
.bg_box {
  position: relative;
  background: url(../img/corner_left_top.png) no-repeat left top, url(../img/corner_right_top.png) no-repeat right top, url(../img/corner_right_bottom.png) no-repeat right bottom, url(../img/corner_left_bottom.png) no-repeat left bottom;
  background-color: #F7F0E7;
  padding-bottom: 20px;
}
.yygg_list {
  line-height: 33px;
}
.yygg_list a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
}
.yygg_list a img {
  margin-right: 10px;
}
.ksjs_list li {
  margin-top: 22px;
}
.ksjs_list a {
  border: 1px solid rgba(178, 137, 90, 0.3);
  color: #9D752F;
  display: inline-block;
  text-align: center;
  background: url(../img/keshi_bg_bingqu.png) left no-repeat;
  height: 30px;
  line-height: 30px;
  min-width: 136px;
  padding: 0 20px;
}
.tip_ksjs {
  position: absolute;
  height: 30px;
  line-height: 30px;
  text-align: center;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(158, 28, 21, 0.7);
  color: #fff;
}
.ksjs_title {
  position: absolute;
  top: -60px;
  left: 244px;
  border-bottom: 0;
}
.ksjs_title .layui-this:after {
  display: none;
}
.ksjs_title li {
  color: #9D752F;
}
.ksjs_title li.layui-this {
  color: #9E1C15;
}
.ksjs_title li + li:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 10px;
  background: #9D752F;
  left: 0;
  top: 50%;
  margin-top: -5px;
}
.ksjs_title + .layui-tab-content {
  height: 233px;
}
.news_list {
  height: 350px;
  overflow: hidden;
}
.news_list li .ulchild_left {
  display: block;
}
.news_list li .img {
  width: 130px;
  height: 110px;
  margin-right: 20px;
}
.news_list li .con {
  width: 210px;
}
.news_list li .con h5 {
  height: 66px;
  overflow: hidden;
}
.news_list li + li {
  border-bottom: 1px solid #F6E6CB;
}
.news_list li + li > a {
  color: #333;
  display: block;
  line-height: 34px;
}
.title_S2 {
  text-align: center;
}
.title_S2 h1 {
  color: #9E1C15;
}
.bg_box2 {
  height: 264px;
  background: #F0E8DA;
  margin: 0 10px;
}
.box_item {
  text-align: center;
}
.box_item a {
  display: block;
}
.box_item a .img {
  width: 120px;
  height: 160px;
  position: relative;
}
#test3 {
  margin: 20px auto 8px;
  background: transparent;
}
#test3 [carousel-item]:before {
  display: none;
}
#test3 [carousel-item] > * {
  background: transparent;
}
#test3 .layui-carousel-ind {
  top: -3px;
}
#test3 .layui-carousel-ind ul {
  background: transparent;
}
#test3 .box_item {
  text-align: center;
}
#test3 .box_item a {
  display: block;
  width: 120px;
}
#test3 .box_item a + a {
  margin-left: 20px;
}
#test3 .box_item a .con {
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  position: absolute;
  width: 100%;
  height: 78px;
  bottom: -48px;
  background: rgba(158, 28, 21, 0.7);
  color: #fff;
}
#test3 .box_item a .con h4 {
  line-height: 30px;
}
#test3 .box_item a:hover .con {
  bottom: 0;
}
#test5 {
  margin: 20px auto 8px;
  background: transparent;
}
#test5 [carousel-item]:before {
  display: none;
}
#test5 [carousel-item] > * {
  background: transparent;
}
#test5 .layui-carousel-ind {
  top: 0px;
}
#test5 .layui-carousel-ind ul {
  background: transparent;
}
#test5 .box_item {
  text-align: center;
}
#test5 .box_item a {
  display: block;
  width: 275px;
  border: 1px solid #D6C084;
  border-bottom: 0;
}
#test5 .box_item a + a {
  margin-left: 20px;
}
#test5 .box_item a .img {
  width: 273px;
  height: 230px;
}
#test5 .box_item a .con {
  transition: all 0.15s ease-in;
  -webkit-transition: all 0.15s ease-in;
  position: absolute;
  width: 275px;
  left: -1px;
  height: 37px;
  bottom: -37px;
  background: #F0E8DA;
  color: #9D752F;
  border: 1px solid #D6C084;
  border-top: 0;
}
#test5 .box_item a .con h5 {
  line-height: 37px;
}
.shengzhi {
  width: 825px;
  height: 60px;
  margin: 0 auto;
  line-height: 60px;
  text-align: center;
  color: #9D752F;
}
.zzsj_form .layui-input,
.zzsj_form .layui-select,
.zzsj_form .layui-textarea {
  background-color: transparent;
  border: 1px solid #A78344;
}
.zzsj_form .layui-form-select .layui-edge {
  border-top-color: #A78344;
}
.zzsj_form .layui-btn {
  width: 100%;
  background-color: #9E1C15;
}
.link_pic {
  padding: 20px 10px;
}
.link_pic a {
  width: 100%;
  height: 106px;
  display: block;
  margin-bottom: 20px;
}
.footer_link_friend {
  line-height: 50px;
  color: #fff;
  border-bottom: 1px solid rgba(233, 220, 186, 0.4);
}
.footer_link_friend a {
  color: #fff;
}
.footer_link_friend a + a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}
.footer_nav {
  color: #fff;
  padding-bottom: 40px;
}
.footer_nav a {
  color: #fff;
  margin-right: 20px;
}
.footer_nav a:hover {
  color: #AC7A3C;
}
.foot_img {
  right: 0;
  top: 30px;
  text-align: center;
  width: 240px;
}
.footer_s {
  margin-top: 3px;
  background: rgba(233, 220, 186, 0.4);
}
.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;
  color: #9E1C15;
}
.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: transparent;
}
.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;
}
.login form .input_team .btn_form.btn_red {
  background: #9E1C15;
  color: #fff;
}
.login form .input_team .btn_form.btn_blue {
  background: #4f392c;
  color: #fff;
}
.quick_links_right {
  width: 120px;
  height: 99%;
  position: fixed;
  right: 0;
  top: 0;
  background: url(../img/sidebar_bg_top.png) no-repeat top, url(../img/sidebar_bg_bottom.png) no-repeat bottom;
  background-size: 100% auto;
  display: table;
}
.quick_links_right:before {
  content: "";
  display: block;
  position: absolute;
  left: 15.5%;
  right: 15.9%;
  top: 100px;
  bottom: 100px;
  background: #9E1C15;
}
.quick_links_right > div {
  position: relative;
  z-index: 10;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.quick_links_right > div a {
  color: #fff;
  display: block;
}
.quick_links_right > div a img {
  margin-bottom: 10px;
}
.quick_links_right > div a + a {
  margin-top: 20px;
}
.quick_links_right > div a:hover {
  opacity: .8;
}
@media screen and (max-width: 1600px) {
  .quick_links_right {
    width: 110px;
  }
  .quick_links_right > div a img {
    margin-bottom: 8px;
  }
  .quick_links_right > div a h5 {
    font-size: 13px;
  }
  .quick_links_right > div a + a {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .quick_links_right {
    right: -70px;
    transition: all 0.15s linear;
    -webkit-transition: all 0.15s linear;
    width: 100px;
  }
  .quick_links_right:hover {
    right: 0;
  }
  .quick_links_right > div a img {
    margin-bottom: 6px;
  }
  .quick_links_right > div a h5 {
    font-size: 12px;
  }
  .quick_links_right > div a + a {
    margin-top: 10px;
  }
}
/*page*/
.updata_ {
  padding-top: 40px;
  padding-bottom: 40px;
}
.updata_ .updata_btn {
  vertical-align: middle;
  width: 130px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background: #c4010e;
  text-align: center;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  border: 0;
}
.updata_ .updata_btn.btn_gray {
  background: #aaa;
}
.updata_ .comment_list {
  border-top-width: 2px;
}
.updata_ .comment_list li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 2px dashed #ebebeb;
}
.updata_ .comment_list li .user_info {
  color: #999;
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.updata_ .comment_list li .user_info span {
  font-size: 14px;
  margin-right: 20px;
}
.updata_ .com_com {
  background: #f2f2f2;
  border-radius: 3px;
}
.updata_ .form_list {
  display: none;
}
.updata_ .form_list textarea {
  background: #f5f5f5;
  display: block;
  width: 100%;
  height: 160px;
  border: 0;
  padding: 10px;
  margin-top: 10px;
  resize: vertical;
}
.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 #9E1C15;
  padding: 8px 10px;
  border-radius: 4px;
}
.page_nav_3 li.active a,
.page_nav_3 li:hover a {
  color: #fff;
  background: #9E1C15;
  border: 1px solid #9E1C15;
}
.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 #9E1C15;
  text-align: center;
  left: 0;
  top: 20px;
}
.page_title i em {
  width: 5px;
  height: 5px;
  background: #9E1C15;
  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: 50px;
  border-bottom: 1px solid #9E1C15;
}
.pad_b30 {
  padding-bottom: 30px;
}
.page_nav_box {
  width: 180px;
  position: absolute;
  left: 20px;
  top: 80px;
}
.page_nav_box .link_2 a {
  width: 180px;
}
.page_nav {
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}
.page_nav .title {
  text-align: center;
  font-size: 28px;
  color: #9E1C15;
  line-height: 74px;
  height: 74px;
  background: url(../img/sidenav_bg.png);
  background-size: 100% 100%;
  border: 2px solid #9E1C15;
  border-top: 0;
  border-bottom: 0;
}
.page_nav ul {
  border: 2px solid #9E1C15;
  border-top: 0;
}
.page_nav li {
  position: relative;
  padding: 0 20px;
}
.page_nav li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  font-size: 14px;
  line-height: 40px;
  color: #9E1C15;
  width: 200px;
  background: url(../img/sidenav_bg_normal.png);
  background-size: 100% 100%;
  text-align: center;
  position: relative ;
  margin: 0 auto 20px;
  display: block;
}
.page_nav li:hover a {
  opacity: .9;
}
.page_nav li.active a,
.page_nav li:hover a {
  color: #fff;
  background: url(../img/sidenav_bg_selected.png);
  background-size: 100% 100%;
}
.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: #9E1C15;
  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: #9E1C15;
}
.location_ a {
  color: #666;
}
.location_ a:hover {
  color: #9E1C15;
}
.location_ em {
  color: #9E1C15;
}
.page_conX {
  min-height: 720px;
}
.page_conX img {
  max-width: 100%;
}

/* Office 样式兼容 */
.page_conX .MsoNormal {
  margin: 0;
  line-height: 1.6;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.page_conX .MsoNormal[style*="text-indent"] {
  text-indent: 2em !important;
}

.page_conX span[style*="font-family"] {
  font-family: inherit !important;
}

/*.page_conX span[style*="font-size"] {*/
/*  font-size: inherit !important;*/
/*}*/

/*.page_conX span[style*="color"] {*/
/*  color: inherit !important;*/
/*}*/

.page_conX b, .page_conX strong {
  font-weight: bold;
}

.page_conX p[style*="margin"] {
  margin: 1em 0 !important;
}

.page_conX p[style*="text-align:center"] {
  text-align: center !important;
}

.page_conX p[style*="text-align:left"] {
  text-align: left !important;
}

.page_conX p[style*="text-align:right"] {
  text-align: right !important;
}
.pageTitleS1 {
  line-height: 40px;
  font-size: 20px;
  background: #fff;
  border-bottom: 1px solid #f1f1f1;
  color: #9E1C15;
}
.color_you {
  color: #9E1C15;
}
.keshi_list {
  background: #dcdcdc;
}
.keshi_list li.active {
  background: #9E1C15;
}
.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: #9E1C15;
}
.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 ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.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: #9E1C15;
}
.page_more {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  height: 30px;
  line-height: 30px;
  width: 70px;
  text-align: center;
  display: block;
  border: 1px solid #9E1C15;
}
.page_more:hover {
  background: #9E1C15;
  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: #9E1C15;
}
.doc_list_title em {
  color: #9E1C15;
  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 ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.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 ease-in;
  -webkit-transition: all 0.2s ease-in;
  margin-right: 10px;
}
.link_this_page a:hover {
  color: #fff;
  background: #9E1C15;
  border-color: #9E1C15;
}
.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: #9E1C15;
}
.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 ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
}
.page_news .img_mid {
  width: 170px;
  height: 135px;
  transition: 0.3s 0.3s ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
}
.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 ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
}
.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 ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
}
.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 ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
}
#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 ease-in;
  -webkit-transition: 0.5s 0.3s ease-in;
}
.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: #9E1C15;
  background: transparent;
  border: 1px solid #9E1C15;
  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: #9E1C15;
  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: #9E1C15;
  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: #9E1C15;
}
.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: #9E1C15;
}
.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: #9E1C15;
}
.download .pull_right {
  line-height: 32px;
  height: 34px;
  width: 105px;
  border: 1px solid #9E1C15;
  text-align: center;
  background: transparent;
  color: #9E1C15;
}
.download .pull_right:hover {
  background: #9E1C15;
  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 #ea6962;
}
.inputS2 {
  width: 120px!important;
}
.btnS2 {
  color: #fff;
  border: 1px solid #9E1C15;
  background: #9E1C15;
  height: 40px;
  line-height: 38px;
  width: 120px;
  margin-right: 85px;
  cursor: pointer;
  text-align: center;
}
.btnS2:hover {
  color: #9E1C15;
  background: #fff;
  box-shadow: -1px 1px 5px 0 #ea6962;
}
.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 ease-in;
  -webkit-transition: 0.3s 0.3s ease-in;
  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: #9E1C15;
}
.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 #9E1C15;
  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: fixed;
  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 #9E1C15;
  border-bottom: 1px solid #9E1C15;
}
.lb_ {
  border-left: 1px solid #9E1C15 !important;
}
.rb_ {
  border-right: 1px solid #9E1C15 !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: #b52018;
}
.way_con_table .yuyYue:hover a {
  background: #e1281e;
}
.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: #9E1C15;
  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: 30px;
  line-height: 28px;
  font-size: 12px;
  display: inline-block;
  min-width: 30px;
  padding: 0 10px;
  text-align: center;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 0px;
  border: 1px solid #9E1C15;
  background: transparent;
  color: #9E1C15;
  transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
}
.allPagesStyle a:hover,
.allPagesStyle span:hover,
.allPagesStyle .current {
  background: #9E1C15;
  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;
}
.page_conX img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/* 支持Tiptap编辑器生成的颜色和背景色样式 */
/*.page_conX span[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX span[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX p[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX p[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX h1[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX h1[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX h2[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX h2[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX h3[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX h3[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX h4[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX h4[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/*.page_conX li[style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX li[style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/

/* 通用颜色和背景色支持 - 应用于所有元素 */
/*.page_conX [style*="color:"] {*/
/*    color: inherit !important;*/
/*}*/

/*.page_conX [style*="background-color:"] {*/
/*    background-color: inherit !important;*/
/*}*/
