/* 放大效果  @times 放大倍数*/
/*公共样式--开始*/
/* 复位样式 */
html,
body,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
i,
p,
dl,
dt,
dd,
form,
label,
input,
button,
select,
option,
textarea,
table,
th,
td {
  margin: 0;
  padding: 0;
}
/* 把所有盒子的盒模型转化为IE盒模型 */
* {
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
  max-width: 1920px;
  min-height: 100%;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  /* 默认字体 微软雅黑 */
  color: #333;
  /* 默认字体颜色 */
  font-size: 16px;
  /* 默认字体大小 */
  -webkit-font-smoothing: antialiased;
  /*文字抗锯齿*/
  -moz-osx-font-smoothing: grayscale;
  /*文字抗锯齿*/
  /* 浏览器双击选中文字 */
  /* -moz-user-select: none; */
  /*火狐*/
  /* -webkit-user-select: none; */
  /*webkit浏览器*/
  /* -ms-user-select: none; */
  /*IE10*/
  /* -khtml-user-select: none; */
  /*早期浏览器*/
  /* user-select: none; */
}
h1,
h2,
h3,
h4,
h5,
h6 {
  /* 标题标签清除默认样式 */
  font-weight: normal;
  font-size: inherit;
}
ul,
ol {
  list-style: none;
}
i {
  font-style: normal;
  display: inline-block;
}
img {
  border: none;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  display: block;
  color: inherit;
}
table {
  table-layout: fixed;
  border-collapse: collapse;
}
input,
textarea,
button {
  border: none;
  color: inherit;
  font-size: 16px;
  background: none;
  font-family: inherit;
  outline: none;
}
textarea {
  resize: none;
  overflow: auto;
}
/* 去除input默认样式 */
input {
  -webkit-appearance: none;
}
input {
  background: none;
  outline: none;
  border: none;
}
a,
button,
input,
optgroup,
select,
textarea {
  /* 移动端点击后会出现"暗色"的背景 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input::-ms-clear {
  display: none;
}
/* 去除IE浏览器器下输入框叉叉 */
input::-ms-reveal {
  display: none;
}
/* 去除IE浏览器器下输入框叉叉 */
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
  -webkit-text-fill-color: #999 !important;
  transition: background-color 99999999s ease-in-out 0s !important;
}
input,
textarea {
  -webkit-appearance: none;
}
/*浏览器低版本提示*/
#brower-max {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}
#brower-max.cur00 {
  display: block;
}
#brower {
  position: fixed;
  width: 400px;
  height: 200px;
  background-color: #fff;
  text-align: center;
  top: 50%;
  left: 50%;
  margin-left: -200px;
  margin-top: -100px;
  padding-top: 50px;
  z-index: 1000;
  display: none;
}
#brower.cur00 {
  display: block;
}
#brower p {
  margin-top: 20px;
}
#brower p a {
  color: #ff9c00;
}
@media \0screen\,screen\9  {
  /* 只支持IE6、7、8 */
  #brower-max {
    background-color: #000000;
    filter: alpha(opacity=50);
    *zoom: 1;
    /* 激活IE6、7的haslayout属性，让它读懂Alpha */
  }
  #brower {
    filter: alpha(opacity=100);
  }
}
/* 清除浮动 */
.clear_float::after {
  content: ' ';
  display: block;
  clear: both;
}
/* 浮动 */
.float_left {
  float: left;
}
.float_right {
  float: right;
}
/* 字体图标 */
.iconfont {
  color: inherit;
  font-size: inherit;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  /* 文字抗锯齿 */
  -moz-osx-font-smoothing: grayscale;
  /* 文字抗锯齿 */
}
/* 背景图 */
.background_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* 图片居中 */
.picture_container {
  position: relative;
  overflow: hidden;
  background: none;
}
.picture_container img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.picture_containers{
  overflow: hidden;
}
.picture_containers img{
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  max-height:none;
  width: 100%;

}
[class*=animate_] {
  /* 动画时间，动画开始前的状态 */
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.bgcolor {
  background-color: #fff;
}
.oneText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.flex {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}
.flex_center {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex_column {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}
.flex_wrap {
  -webkit-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_row_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.flex_row_start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
}
.flex_row_end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  -o-justify-content: flex-end;
  justify-content: flex-end;
}
.flex_row_justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
}
.flex_column_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.flex_column_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -o-align-items: flex-start;
  align-items: flex-start;
}
.flex_column_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -o-align-items: flex-end;
  align-items: flex-end;
}
.flex1 {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.flex_rank_1 {
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.flex_rank_2 {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tc {
  text-align: center;
}
.show {
  display: block;
}
.hide {
  display: none;
}
.picture_scale {
  position: relative;
  overflow: hidden;
}
.picture_scale:hover img {
  -o-transform: translate3d(0, 0, 0) scale(1.1);
  -moz-transform: translate3d(0, 0, 0) scale(1.1);
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
  transform: translate3d(0, 0, 0) scale(1.1);
}
/* 小于一定尺寸时显示将要隐藏的内容 */
@media screen and (max-width: 1200px) {
  html {
    overflow-x: auto;
    width: 1200px;
  }
}
/* 居中标签 */
.center {
  width: 1200px;
  margin: 0 auto;
}
/* 分页 */
.paging {
  position: relative;
}
.paging a {
  color: #666666;
  margin-left: 10px;
  width: 60px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #fff;
  color: #888888;
  border: solid 1px #eeeeee;
  font-size: 14px;
}
.paging a.page {
  width: 34px;
}
.paging a.active {
  background: #c11720;
  color: #fff;
}
.paging a.prevPage,
.paging a.nextPage {
  padding: 0 10px;
}
.paging a:not(.noPage):hover {
  background: #c11720;
  color: #fff;
}
.paging .firstPage,
.paging .lastPage {
  padding: 0 10px;
}
.paging .firstPage {
  margin-right: 5px;
}
.paging .lastPage {
  margin-left: 15px;
}
.paging .noPage {
  opacity: 0.5;
  cursor: default;
}
/* 详情页切换 */
.switch {
  color: #888888;
  overflow: hidden;
}
.switch a span {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.switch a:hover span {
  color: #c11720;
}
/* 点击加载更多 */
.loadData {
  text-align: center;
}
.loadData a {
  position: relative;
  margin: 0 auto;
  display: none;
  width: 170px;
  height: 50px;
  line-height: 50px;
  background: #c11720;
  color: #ffffff;
  letter-spacing: 1px;
  border-radius: 25px;
}
.loadData a span {
  display: inline-block;
}
.loadData a i {
  font-size: 20px;
}
.loadData .loading {
  background: #c11720;
  color: #eee;
}
.loadData .loading span {
  display: inline-block;
  font-size: 20px;
  margin-left: 5px;
  -webkit-transform: translateY(2px);
  transform: translateY(2px);
  -webkit-animation: loading_move 1s infinite;
  animation: loading_move 1s infinite linear;
}
.loadData .loadEnd {
  background: #eee;
  color: #999;
  cursor: default;
}
.loadData .active {
  display: block;
}
.loadData .loadStart:hover {
  background: #999999;
  color: #fff;
}
@-webkit-keyframes loading_move {
  0% {
    -webkit-transform: translateY(2px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(2px) rotate(360deg);
  }
}
@keyframes loading_move {
  0% {
    transform: translateY(2px) rotate(0deg);
  }
  100% {
    transform: translateY(2px) rotate(360deg);
  }
}
.overflow {
  overflow: hidden;
}
/* crumbs START */
.crumbs {
  height: 50px;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
}
.crumbs .center .monu a {
  height: 100%;
  line-height: 60px;
  width: 100px;
  float: left;
  font-size: 14px;
  text-align: center;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs .center .monu a:hover {
  background-color: #1696f4;
  color: #ffffff;
}
.crumbs .center .monu .active {
  background-color: #1696f4;
  color: #ffffff;
}
.crumbs .center .item {
  position: relative;
  line-height: 50px;
  color: #777777;
  font-size: 14px;
}
.crumbs .center .item a {
  z-index: 10;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  position: relative;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.crumbs .center .item a:hover {
  color: #c11720;
}
.crumbs .center .item .active {
  color: #c11720;
}
.crumbs .center .item .iconfont {
  font-size: 14px;
  font-weight: 600;
}
.crumbs .center .item .iconfont.home {
  margin-right: 10px;
  color: #c11720;
}
.crumbs .center .item .icon {
  width: 3px;
  height: 14px;
  margin-right: 10px;
  background-color: #26a6ff;
}
.crumbs.fixed {
  position: fixed;
  top: 170px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  box-shadow: 0, 15px, 15px rgba(0, 0, 0, 0.018);
}
/* crumbs END */
/* 浏览器低版本提示 START */
#browser_mask {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 1000000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#browser_hint {
  z-index: 9999999999;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#browser_hint #browser_container .explain {
  width: 800px;
  color: #555;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 50px;
  margin-top: -150px;
  margin-left: -450px;
}
#browser_hint #browser_container .explain .explain_title {
  font-size: 22px;
  font-weight: bold;
}
#browser_hint #browser_container .explain .explain_title span {
  color: red;
}
#browser_hint #browser_container .explain .explain_list {
  margin-top: 40px;
  overflow: hidden;
}
#browser_hint #browser_container .explain .item {
  width: 110px;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}
#browser_hint #browser_container .explain .item .item_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: content-box;
  background: #66CC66;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#browser_hint #browser_container .explain .item .item_text {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
/* 浏览器低版本提示 END */
/* 左边信息框 start */
.inner_box_left {
  margin-right: 33px;
  width: 260px;
  padding: 30px 30px 145px;
  background: #fff url("../images/public/login_bg.jpg") bottom center no-repeat;
}
.inner_box_left.inner_vip_left {
  background: #fff url("../images/public/login_bg2.jpg") bottom center no-repeat;
}
.inner_box_left .company_info {
  margin-bottom: 50px;
  text-align: center;
}
.inner_box_left .company_info .head_img {
  margin: 0 auto;
  width: 84px;
  height: 84px;
  border-radius: 50%;
  overflow: hidden;
}
.inner_box_left .company_info .pass {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1;
  color: #F4D14F;
}
.inner_box_left .company_info .person_info {
  margin-top: 30px;
  margin-bottom: 10px;
}
.inner_box_left .company_info .person_info .name {
  position: relative;
  color: #666666;
  font-size: 16px;
}
.inner_box_left .company_info .person_info .name a {
  position: absolute;
  top: 50%;
  left: 100%;
  /* 
    三维空间中的位移效果 
    可配合top 50% left：50% 等使用 ,使用时 left对应@x top对应@y
    top 50% left：50% 配合 translateNum(-50%,-50%,0) 可实现定位居中效果
*/
  -o-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  margin-left: 8px;
  color: #c11720;
}
.inner_box_left .company_info .company_name {
  font-size: 14px;
  color: #bbb;
}
.inner_box_left ul {
  padding-bottom: 20px ;
}
.inner_box_left li {
  padding-left: 15px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
}
.inner_box_left li:not(:first-child) {
  margin-top: 25px;
}
.inner_box_left li:hover,
.inner_box_left li.active {
  background-color: #f9f9f9;
}
.inner_box_left li a {
  height: 100%;
  line-height: 1;
}
.inner_box_left li.news span {
  position: relative;
}
.inner_box_left li.news span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -12px;
  width: 6px;
  height: 6px;
  background-color: #c11720;
  border-radius: 50% ;
  display: block;
}
.inner_box_left li .icon {
  position: relative;
  display: inline-block;
}
.inner_box_left li .icon .iconfont {
  font-size: 25px;
}
.inner_box_left li .icon::before {
  content: "";
  position: absolute;
  top: 10px;
  right: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50% ;
  background-color: #ffd918;
  opacity: 0.3;
}
.inner_box_left li:last-child .icon::before {
  top: 6px;
  right: 7px;
}
.inner_box_left li .cate {
  margin-left: 24px;
  font-size: 16px;
}
.inner_box_left .release,
.inner_box_left .login_out {
  margin: 25px auto 0;
  width: 180px;
  height: 50px;
  line-height: 48px;
  border-radius: 6px;
  text-align: center;
}
.inner_box_left .release {
  color: #fff;
  background-color: #c11720;
}
.inner_box_left .release:hover {
  opacity: 0.8;
}
.inner_box_left .login_out {
  color: #c11720;
  border: 1px solid #c11720;
  font-size: 14px;
}
.inner_box_left .login_out:hover {
  color: #fff;
  background-color: #c11720;
}
/* 左边信息框 END */
.cut {
  line-height: 1;
  color: #666;
  font-size: 14px;
}
.cut a:hover {
  color: #c11720;
}
/********************************* header STRAT ********************************/
.header .head_top {
  background-color: #f4f4f4;
}
.header .head_top .center {
  height: 40px;
}
.header .head_top .center .head_tags {
  font-size: 14px;
  color: #666666;
}
.header .head_top .center .head_login {
  font-size: 14px;
  color: #666666;
}
.header .head_top .center .head_login .iconfont {
  margin-right: 12px;
  color: #bbbbbb;
  font-size: 16px;
}
.header .head_top .center .head_login .line {
  line-height: 1.1;
}
.header .head_top .center .head_login .line:nth-child(2) {
  margin-right: 12px;
  padding-right: 12px;
  border-right: 1px solid #dcdcdc;
}
.header .head_top .center .head_login .head_stay {
  margin-left: 52px;
}
.header .head_top .center .head_login .active {
  color: #c11720;
}
.header .head_middle .box {
  height: 133px;
}
.header .head_middle .head_search {
  width: 36.66666667%;
  margin-left: 20px;
}
.header .head_middle .head_search .head_search_top .block {
  width: 56px;
  height: 29px;
  font-size: 14px;
  color: #666666;
  line-height: 29px;
  text-align: center;
  background-color: #ffffff;
  cursor: pointer;
}
.header .head_middle .head_search .head_search_top .block.active {
  color: #ffffff;
  background-color: #c11720;
}
.header .head_middle .head_search .head_search_input {
  height: 44px;
  padding-left: 14px;
  border: solid 1px #c11720;
}
.header .head_middle .head_search .head_search_input .iconfont {
  margin-right: 15px;
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input input {
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input input:-moz-placeholder {
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input input:-ms-input-placeholder {
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input input::placeholder {
  color: #bbbbbb;
}
.header .head_middle .head_search .head_search_input .btn {
  cursor: pointer;
  width: 94px;
  height: 100%;
  font-size: 14px;
  color: #ffffff;
  background-color: #c11720;
}
.header .head_middle .head_tel .name {
  margin-bottom: 5px;
  color: #bbbbbb;
  letter-spacing: 0px;
}
.header .head_middle .head_tel .name .iconfont {
  font-size: 20px;
  color: #c11720;
  margin-right: 8px;
}
.header .head_middle .head_tel .number {
  font-size: 24px;
  font-weight: bold;
  color: #c11720;
  letter-spacing: 1px;
}
.header .head_bottom {
  background-color: #c11720;
}
.header .head_bottom .box .line {
  width: 150px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #ffffff;
}
.header .head_bottom .box .line.active,
.header .head_bottom .box .line:hover {
  background-color: #a00d15;
}
/********************************* header END ********************************/
/********************************* footer STRAT ********************************/
.footer {
  background-color: #f4f7f9;
}
.footer .foot_top {
  padding: 73px 0 68px;
  border-bottom: 1px solid rgba(200, 208, 213, 0.26);
}
.footer .foot_top .foot_left {
  width: 29.58333333%;
  padding-right: 2.16666667%;
  border-right: 1px solid rgba(200, 208, 213, 0.26);
}
.footer .foot_top .foot_left .txt {
  margin-top: 40px;
  font-size: 14px;
  line-height: 32px;
  color: #888888;
}
.footer .foot_top .foot_weixin {
  width: 27.91666667%;
}
.footer .foot_top .foot_weixin .block {
  text-align: center;
  width: 44.7761194%;
}
.footer .foot_top .foot_weixin .block p {
  margin-bottom: 40px;
}
.footer .foot_top .foot_right {
  padding-left: 6%;
  width: 30.5%;
  border-left: 1px solid rgba(200, 208, 213, 0.26);
}
.footer .foot_top .foot_right .title {
  margin-bottom: 32px;
}
.footer .foot_top .foot_right .abstract {
  font-size: 14px;
  color: #888888;
  line-height: 34px;
}
.footer .footer_bottom {
  padding: 30px 35px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #666666;
}
.footer .footer_bottom .foot_link {
  margin-bottom: 20px;
  margin-top: 5px;
  line-height: 16px;
}
.footer .footer_bottom .foot_link a {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}


.footer .footer_bottom .foot_link a {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 1px solid #666666;
}
.footer .footer_bottom .foot_link .flex a {
  padding-left: 5px;
  margin-left: 5px;
  border-left: 0px solid #666666;
}


.footer .footer_bottom .foot_link a:hover {
  color: #c11720;
}
/* go_top START */
/* .go_top {
  position: fixed;
  right: 5%;
  bottom: 30.3%;
  width: 60px;
  height: 60px;
  background: rgba(150, 150, 150, 0.5);
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  display: none;
}
.go_top:hover {
  background: #c11720;
} */
/* go_top END */
/* 浏览器低版本提示 START */
#browser_mask {
  background-color: #000;
  background: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  z-index: 1000000000;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
#browser_hint {
  z-index: 9999999999;
  position: absolute;
  display: none;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#browser_hint #browser_container .explain {
  width: 800px;
  color: #555;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  background: #fff;
  left: 50%;
  top: 50%;
  padding: 50px;
  margin-top: -150px;
  margin-left: -450px;
}
#browser_hint #browser_container .explain .explain_title {
  font-size: 22px;
  font-weight: bold;
}
#browser_hint #browser_container .explain .explain_title span {
  color: red;
}
#browser_hint #browser_container .explain .explain_list {
  margin-top: 40px;
  overflow: hidden;
}
#browser_hint #browser_container .explain .item {
  width: 110px;
  margin: 0 20px;
  text-align: center;
  display: inline-block;
}
#browser_hint #browser_container .explain .item .item_icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 100px;
  box-sizing: content-box;
  background: #66CC66;
  font-weight: bold;
  font-size: 22px;
  color: #fff;
  cursor: pointer;
}
#browser_hint #browser_container .explain .item .item_text {
  font-size: 16px;
  margin-top: 10px;
  color: #555;
}
/********************************* footer END ********************************/


.right_side { position: fixed; top: 50%; right: 38px; z-index: 50; -o-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.right_side .block { border: solid 1px #eeeeee; border-top: 0; text-align: center; line-height: 50px;height: 52px; width: 52px; color: #c11720; font-size: 15px; background-color: #ffffff; -o-transition: all 0.3s; -moz-transition: all 0.3s; -webkit-transition: all 0.3s; transition: all 0.3s; cursor: pointer; position: relative; border-top: 1px solid transparent; }

.right_side .block:first-child { border-top: 1px solid #eeeeee; }

.right_side .block.go_top { display: none; }

.right_side .block.go_top .iconfont{ font-size: 25px; }

.right_side .block:hover { border: 1px solid #c11720; color: #ffffff; background-color: #c11720; }

.right_side .block .iconfont { font-size: 35px; }

.right_side .block .phone{position: absolute; display: none; border: 1px solid #eee; box-shadow: 0 5px 5px #eee; padding: 3px 20px; right: 100% ; top: 50%;-o-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.right_side .block .mask { display: none; position: absolute; left: -170px; border: 1px solid #eeeeee; background-color: #ffffff; padding: 10px; width: 150px; height: 150px; top: 50%; -o-transform: translate3d(0, -50%, 0); -moz-transform: translate3d(0, -50%, 0); -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0); }

.right_side .block:hover .mask{ display: block; }

.right_side .block:hover .phone{ display: block;color: #c11720;background-color: #fff;     white-space: nowrap;}