@charset "UTF-8";
/*!
   * @名称：base.css
   * @功能：1、重设浏览器默认样式
   *       2、设置通用原子类
   */
/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
  background: white;
  color: black;
  width: 100%;
  height: 100%; }

body {
  margin: 0 auto !important;
  scroll: no;
  position: relative;
  -webkit-overflow-scrolling: touch !important;
  font-family: 'Microsoft Yahei', Arial, Simsun, Helvetica, 'Segoe UI', sans-serif;
  width: 100%;
  min-height: 100%; }

* {
  box-sizing: border-box;
  font-style: normal;
  font-family: inherit; }

/* 内外边距通常让各个浏览器样式的表现位置不同 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  cursor: pointer; }

/* 要注意表单元素并不继承父级 font 的问题 */
body,
button,
input,
select,
textarea,
label,
input,
div,
span,
ul,
li {
  font-size: 0.875rem; }

input,
select,
textarea {
  font-size: 100%; }

body, button, input, select, textarea, label, input, div, span, ul, li {
  font: 14px "Microsoft YaHei"; }

/* 去掉 table cell 的边距并让其边重合 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* ie bug：th 不继承 text-align */
th {
  text-align: inherit; }

/* 去除默认边框 */
fieldset,
img {
  border: none; }

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
  display: block; }

/* 去掉 firefox 下此元素的边框 */
abbr,
acronym {
  border: none;
  font-variant: normal; }

/* 一致的 del 样式 */
del {
  text-decoration: line-through; }

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500; }

/* 去掉列表前的标识，li 会继承 */
ol,
ul {
  list-style: none; }

/* 对齐是排版最重要的因素，别让什么都居中 */
caption,
th {
  text-align: left; }

/* 来自yahoo，让标题都自定义，适应多个系统应用 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500; }

q:before,
q:after {
  content: ''; }

/* 统一上标和下标 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* 让链接在 hover 状态下显示下划线 */
a:hover {
  text-decoration: none; }

a:visited {
  color: #000; }

/* 默认不显示下划线，保持页面简洁 */
ins,
a {
  color: #000;
  text-decoration: none; }

/* 去除 ie6 & ie7 焦点点状线 */
a:focus,
*:focus {
  outline: none; }

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both;
  overflow: hidden; }

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */ }

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden; }

/* 设置显示和隐藏，通常用来与 js 配合 */
.hide {
  display: none; }

.block {
  display: block; }

/* 设置浮动，减少浮动带来的 bug */
.fl,
.fr {
  display: inline; }

.fl {
  float: left; }

.fr {
  float: right; }

.remove-float {
  float: none; }

.font-small {
  font-size: 12px; }

.font-normal {
  font-size: 0.875rem; }

.text-align-left {
  text-align: left; }

.text-align-right {
  text-align: right; }

.text-align-center {
  text-align: center; }

.text-vertical-top {
  vertical-align: top; }

.reset-padding {
  padding: 0; }

*[v-cloak] {
  display: none; }

/*模拟页面从右进入*/
.page-into-init {
  left: 100% !important;
  transition: all ease-in-out 0.3s; }

.page-into-with-right {
  left: 0 !important; }

label.error {
  display: none !important; }

*[cflag] {
  cursor: pointer; }

*[surl] {
  cursor: pointer; }

*[enterflag] {
  cursor: pointer; }

*:not(input):not(textarea):not(select) {
  -webkit-user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.ignore-select {
  -webkit-user-select: all !important; }

.ekoo-loading-class .layui-m-layercont i {
  width: 20px !important;
  height: 20px !important;
  background-color: #f66800 !important; }

.preview-img-wrapper-123-ekoo-lgm .lgm-preview-img-mask {
  background: rgba(0, 0, 0, 0.48);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990; }

.preview-img-wrapper-123-ekoo-lgm img[imgpre] {
  position: fixed;
  z-index: 999;
  max-width: 800px;
  visibility: hidden; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left,
.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  cursor: pointer;
  display: block;
  padding: 1px 22px;
  background: rgba(133, 133, 133, 0);
  z-index: 999;
  position: fixed;
  border-radius: 50%;
  font-size: 55px;
  color: yellow; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left {
  left: 50px; }

.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  right: 50px; }

.preview-img-wrapper-123-ekoo-lgm h3.imgPage {
  position: fixed;
  z-index: 999;
  text-align: center;
  top: 30px;
  color: white; }

.index-banner {
  width: 100%;
  height: 990px;
  background: url("../images/banner1_bg.jpg") no-repeat center;
  background-size: cover;
  margin-top: 90px; }
  .index-banner .banner-center {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    /* -webkit- */
    /* -moz- */
    /**/ }
    .index-banner .banner-center img {
      margin-top: 300px;
      animation: fromBack 1.2s ease-in-out 0.2s backwards; }

@-webkit-keyframes fromBack {
  0% {
    -webkit-transform: scale(0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(1);
    opacity: 1; } }

@-moz-keyframes fromBack {
  0% {
    -moz-transform: scale(0);
    opacity: 0; }
  100% {
    -moz-transform: scale(1);
    opacity: 1; } }

@keyframes fromBack {
  0% {
    transform: scale(0);
    opacity: 0; }
  100% {
    transform: scale(1);
    opacity: 1; } }

.product {
  width: 100%;
  padding-bottom: 50px; }
  .product .product-center {
    width: 1200px;
    margin: 0 auto; }
    .product .product-center .product-con ul li {
      float: left;
      position: relative;
      margin-right: 9px;
      margin-bottom: 15px; }
      .product .product-center .product-con ul li .img-wrapper {
        display: block;
        width: 394px;
        height: 305px;
        overflow: hidden; }
        .product .product-center .product-con ul li .img-wrapper img {
          display: block;
          width: 394px;
          height: 305px;
          transition: all 0.4s; }
      .product .product-center .product-con ul li .product-wrapper {
        text-align: center; }
        .product .product-center .product-con ul li .product-wrapper h3 {
          padding-top: 37px;
          padding-bottom: 11px;
          font-size: 20px;
          color: #404040;
          line-height: 18px; }
        .product .product-center .product-con ul li .product-wrapper p {
          font-size: 16px;
          color: #000000;
          line-height: 18px; }
          .product .product-center .product-con ul li .product-wrapper p .price {
            display: inline-block;
            line-height: 18px;
            font-size: 16px;
            color: #FC000A; }
    .product .product-center .product-con ul li:hover .img-wrapper img {
      transform: scale(1.1, 1.1);
      transition: transform 0.6s ease 0s; }
    .product .product-center .product-con ul li:nth-child(3n) {
      margin-right: 0; }

.case {
  width: 100%;
  padding-bottom: 50px;
  background-color: #FAFAFA; }
  .case .case-center {
    width: 1200px;
    margin: 0 auto; }
    .case .case-center .case-con ul li {
      float: left;
      position: relative;
      margin-right: 9px;
      margin-bottom: 15px;
      width: 394px;
      height: 305px; }
      .case .case-center .case-con ul li img {
        width: 394px;
        height: 305px; }
      .case .case-center .case-con ul li .case-wrapper {
        display: none;
        position: absolute;
        width: 394px;
        height: 305px;
        top: 0;
        background: rgba(0, 28, 83, 0.6);
        color: #fff;
        padding: 0 39px; }
        .case .case-center .case-con ul li .case-wrapper h3 {
          text-align: center;
          padding-top: 74px;
          padding-bottom: 25px;
          font-size: 20px; }
        .case .case-center .case-con ul li .case-wrapper p {
          font-size: 15px; }
    .case .case-center .case-con ul li:nth-child(3n) {
      margin-right: 0; }

.news {
  background-color: #fff;
  padding-bottom: 50px; }
  .news .news-center {
    width: 1200px;
    margin: 0 auto; }
    .news .news-center .news-con ul li {
      float: left;
      width: 50%;
      margin-bottom: 20px; }
      .news .news-center .news-con ul li:nth-child(2n) {
        margin-right: 0; }
      .news .news-center .news-con ul li .news-left {
        width: 210px;
        height: 146px;
        float: left;
        overflow: hidden; }
        .news .news-center .news-con ul li .news-left img {
          display: block;
          width: 210px;
          height: 146px;
          transition: all 0.4s; }
      .news .news-center .news-con ul li .news-right {
        width: 340px;
        float: left;
        margin-left: 30px; }
        .news .news-center .news-con ul li .news-right h3 {
          margin-bottom: 1px;
          line-height: 28px;
          font-size: 20px;
          color: #404040; }
        .news .news-center .news-con ul li .news-right span.time {
          display: block;
          line-height: 20px;
          font-size: 14px;
          color: #999999; }
        .news .news-center .news-con ul li .news-right p {
          margin-top: 14px;
          line-height: 21px;
          font-size: 15px;
          color: #777777; }
    .news .news-center .news-con ul li:hover .news-left img {
      transform: scale(1.1, 1.1);
      transition: transform 0.6s ease 0s; }

.partner {
  padding-bottom: 70px;
  background-color: #FAFAFA; }
  .partner .partner-center {
    width: 1200px;
    margin: 0 auto; }
    .partner .partner-center .partner-con ul li {
      float: left;
      width: 230px;
      margin-right: 12px;
      margin-bottom: 30px;
      text-align: center; }
      .partner .partner-center .partner-con ul li .img_wrapper {
        width: 230px;
        height: 115px;
        overflow: hidden;
        border: 1px solid #e4e4e4; }
        .partner .partner-center .partner-con ul li .img_wrapper img {
          width: 230px;
          height: 115px;
          transition: all 0.4s; }
      .partner .partner-center .partner-con ul li h3 {
        padding-top: 10px;
        font-size: 15px;
        color: #777777; }
    .partner .partner-center .partner-con ul li:hover img {
      transform: scale(1.1, 1.1);
      transition: transform 0.6s ease 0s; }
    .partner .partner-center .partner-con ul li:nth-child(5n) {
      margin-right: 0; }

.gxg_subnav {
  width: 125px;
  background: #b20209;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 65px;
  left: -33px;
  z-index: 999;
  display: none; }
  .gxg_subnav .subnav-center {
    width: 100%;
    margin: 0 auto; }
    .gxg_subnav .subnav-center ul.subnav_ul .subnav_li {
      height: 40px;
      line-height: 40px;
      float: none;
      margin: 0;
      text-align: center;
      font-size: 14px;
      color: #e7b1b3 !important;
      display: block;
      transition: all 0.3s; }
      .gxg_subnav .subnav-center ul.subnav_ul .subnav_li:hover, .gxg_subnav .subnav-center ul.subnav_ul .subnav_li.active {
        color: white !important; }
    .gxg_subnav .subnav-center ul.subnav_ul .subnav_li:first-child {
      margin-left: 0; }
  .gxg_subnav .subnav-center-show {
    display: block !important; }

.gxg_banner {
  width: 100%;
  overflow: hidden;
  background: url("../img/aboutbanner1.jpg") no-repeat center;
  background-size: cover;
  height: 250px;
  margin-top: 82px; }
  .gxg_banner .banner_up {
    width: 1200px;
    margin: 0 auto; }
    .gxg_banner .banner_up .banner_div {
      padding-top: 54px;
      padding-left: 33px;
      /* -webkit- */
      /* -moz- */
      /**/ }
      .gxg_banner .banner_up .banner_div h1 {
        color: #FFFFFF;
        font-size: 30px;
        animation: bannertxt 0.5s linear 0.5s backwards; }

@-webkit-keyframes bannertxt {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@-moz-keyframes bannertxt {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes bannertxt {
  0% {
    opacity: 0;
    transform: translateY(-30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }
      .gxg_banner .banner_up .banner_div h6.banner_introduce {
        font-size: 22px;
        color: #FFFFFF;
        line-height: 36px;
        animation: bannertxt 0.6s linear 0.5s backwards; }
      .gxg_banner .banner_up .banner_div p {
        width: 456px;
        color: #FFFFFF;
        font-size: 22px;
        line-height: 36px;
        animation: bannertxt 0.7s linear 0.5s backwards; }
        .gxg_banner .banner_up .banner_div p.gxg-two-row {
          width: 740px;
          font-size: 19px;
          line-height: 32px; }
      .gxg_banner .banner_up .banner_div .arrows {
        display: none;
        width: 24px;
        height: 24px;
        overflow: hidden;
        background: url("../img/Group-121.png") no-repeat top center;
        background-size: 100% 100%;
        position: relative;
        margin-top: 50px;
        animation: bannertxt 1s linear 0.5s backwards; }
        .gxg_banner .banner_up .banner_div .arrows .arrows_img {
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: -24px;
          animation: gxg_move1 2s infinite;
          -webkit-animation: gxg_move1 2s infinite;
          /*Safari and Chrome*/ }

.enterpriseSummary {
  background: #fff; }
  .enterpriseSummary .company_introduce {
    width: 1200px;
    margin: 50px auto 0;
    background: #F4F4F4;
    padding: 50px 62px; }
    .enterpriseSummary .company_introduce .introduce_title {
      width: 100%;
      height: 20px;
      line-height: 20px;
      font-size: 30px;
      color: #404040;
      text-align: center;
      margin-bottom: 23px; }
    .enterpriseSummary .company_introduce .introduce_con {
      width: 100%;
      margin-bottom: 15px;
      font-size: 15px;
      color: #616161;
      line-height: 32px;
      text-indent: 30px; }
    .enterpriseSummary .company_introduce .paras {
      margin-top: 27px; }
      .enterpriseSummary .company_introduce .paras p {
        font-size: 15px;
        font-weight: 700;
        color: #616161;
        line-height: 21px; }
  .enterpriseSummary .company_list {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 40px; }
    .enterpriseSummary .company_list .scale_div_parent {
      width: 400px;
      height: 360px;
      overflow: hidden;
      float: left; }
      .enterpriseSummary .company_list .scale_div_parent .list_item {
        width: 400px;
        height: 360px;
        overflow: hidden;
        float: left;
        position: relative;
        background-color: #F4F4F4; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .gxg_mask {
          width: 100%;
          height: 100%;
          position: absolute;
          opacity: 0.4;
          background: #000000;
          z-index: 2; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .list_item_title {
          width: 100%;
          height: 20px;
          line-height: 20px;
          font-size: 20px;
          color: #FFFFFF;
          text-align: center;
          position: absolute;
          top: 158px;
          z-index: 3; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .list_item_describe {
          width: 100%;
          height: 32px;
          line-height: 32px;
          opacity: 0.69;
          font-size: 12px;
          color: #FFFFFF;
          text-align: center;
          position: absolute;
          top: 178px;
          z-index: 3; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .list_item_two_title {
          width: 100%;
          font-size: 17px;
          color: #444444;
          line-height: 20px;
          line-height: 20px;
          text-align: center;
          margin-top: 96px; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .list_item_two_p {
          width: 340px;
          margin: 0 auto;
          font-size: 15px;
          color: #777777;
          line-height: 28px;
          margin-top: 26px;
          text-align: center; }
        .enterpriseSummary .company_list .scale_div_parent .list_item .list_item_four_title {
          margin-top: 70px; }
    .enterpriseSummary .company_list .scale_div_parent:first-child .list_item {
      background: url("../img/summary1.jpg") no-repeat top left;
      background-size: cover; }
    .enterpriseSummary .company_list .scale_div_parent:nth-child(3) .list_item {
      background: url("../img/summary2.jpg") no-repeat top left;
      background-size: cover; }
    .enterpriseSummary .company_list .scale_div_parent:nth-child(5) .list_item {
      background: url("../img/summary3.jpg") no-repeat top left;
      background-size: cover; }
    .enterpriseSummary .company_list .gxg_scale_div:hover {
      animation: gxg_move_scale 1s;
      -webkit-animation: gxg_move_scale 1s;
      animation-fill-mode: forwards; }

@keyframes gxg_move1 {
  from {
    top: -22px; }
  to {
    top: 18px; } }

@-webkit-keyframes gxg_move1 {
  from {
    top: -22px; }
  to {
    top: 18px; } }

@keyframes gxg_move_scale {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes gxg_move_scale {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2); } }

.gxg_banner_chart {
  overflow: hidden;
  background: url("../img/aboutbanner2.jpg") no-repeat top center;
  background-size: cover; }

.organizationChart .chart {
  width: 1200px;
  margin: 150px auto 251px; }
  .organizationChart .chart .chart_img {
    width: 722px;
    height: 359px;
    display: block;
    margin: 0 auto; }

.gxg_banner_honour {
  overflow: hidden;
  background: url("../img/aboutbanner3.jpg") no-repeat top center;
  background-size: cover; }

.honour_aptitude .honour {
  width: 1200px;
  margin: 0 auto;
  background: #FFFFFF;
  padding: 113px 135px 114px;
  margin-top: 30px;
  margin-bottom: 30px; }
  .honour_aptitude .honour img.honor_img {
    float: left;
    width: 210px;
    height: 300px;
    margin-bottom: 40px;
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2); }
  .honour_aptitude .honour img.honor_img.heng {
    width: 426px;
    height: 300px;
    margin: 0 40px; }

.gxg_banner_culture {
  overflow: hidden;
  background: url("../img/aboutbanner4.jpg") no-repeat top center;
  background-size: cover;
  height: 950px !important; }
  .gxg_banner_culture .banner_div {
    padding-top: 20% !important; }

.gxg_banner_fengcai {
  overflow: hidden;
  background: url("../img/aboutbanner5.jpg") no-repeat top center;
  background-size: cover; }

.contactUs .contactUs_map {
  width: 1200px;
  height: 689px;
  margin: 0 auto 120px; }
  .contactUs .contactUs_map img {
    width: 100%;
    height: 100%; }

.contactUs .us_tel {
  width: 1200px;
  padding-top: 166px;
  padding-bottom: 36px;
  margin: 0 auto;
  text-align: center; }
  .contactUs .us_tel .tel_h5 {
    font-size: 15px;
    color: #999999; }
    .contactUs .us_tel .tel_h5 span {
      font-size: 15px;
      color: #404040;
      margin-left: 11px; }
  .contactUs .us_tel .tel_h5_two {
    margin-top: 77px; }
  .contactUs .us_tel .tel_center {
    float: left;
    margin-left: 206px; }
  .contactUs .us_tel .tel_right {
    float: right;
    margin-right: 186px; }
  .contactUs .us_tel .tel_left {
    float: left;
    margin-left: 206px; }
  .contactUs .us_tel .tel_right {
    float: right;
    margin-right: 186px; }
  .contactUs .us_tel .tel_qq {
    width: 185px;
    height: 32px;
    margin-top: 77px;
    border: 1px solid #F1F1F1;
    border-radius: 5px;
    transition: all 0.4s; }
    .contactUs .us_tel .tel_qq img {
      float: left;
      width: 35px;
      height: 27px;
      margin-top: 3px;
      margin-left: 25px;
      margin-right: 25px; }
    .contactUs .us_tel .tel_qq span {
      float: left;
      height: 32px;
      line-height: 32px; }
  .contactUs .us_tel .tel_qq:hover {
    border: 1px solid #999; }
  .contactUs .us_tel .us_tel_center {
    display: inline-block; }
    .contactUs .us_tel .us_tel_center .tel_left {
      float: left;
      margin-left: 0; }
      .contactUs .us_tel .us_tel_center .tel_left img {
        width: 30px;
        height: 21px;
        margin-right: 10px;
        vertical-align: middle; }
    .contactUs .us_tel .us_tel_center .tel_center {
      float: left;
      margin-left: 124px; }
      .contactUs .us_tel .us_tel_center .tel_center img {
        width: 30px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle; }
    .contactUs .us_tel .us_tel_center .tel_right {
      float: left;
      margin-left: 124px;
      margin-right: 0; }
      .contactUs .us_tel .us_tel_center .tel_right img {
        width: 24px;
        height: 30px;
        margin-right: 10px;
        vertical-align: middle; }
    .contactUs .us_tel .us_tel_center span {
      line-height: 21px;
      font-size: 15px;
      color: #777777; }

.gxg_banner_recruit {
  overflow: hidden;
  background: url("../img/banner4.jpg") no-repeat top center;
  background-size: cover; }

.gxg_subnav .subnav_center {
  padding-left: 550px; }

.gxg_banner_news {
  overflow: hidden;
  background: url("../img/banner3.jpg") no-repeat top center;
  background-size: cover; }

.gxg_banner_dongtai {
  overflow: hidden;
  background: url("../img/dynamic.jpg") no-repeat top center;
  background-size: cover; }

.details-wrapper {
  width: 100%;
  border-top: 1px solid #F1F1F1; }

.companyNews {
  background-color: #f1f1f1; }
  .companyNews .details-wrapper {
    background: #fff;
    width: 100%;
    border-top: 1px solid #F1F1F1; }
  .companyNews .content_list {
    width: 1200px;
    margin: 30px auto; }
    .companyNews .content_list .content_list_item {
      width: 394px;
      height: 345px;
      background: #FFFFFF;
      float: left;
      margin-bottom: 30px;
      position: relative; }
      .companyNews .content_list .content_list_item .img-wrapper {
        width: 394px;
        height: 220px;
        overflow: hidden; }
      .companyNews .content_list .content_list_item .item_img {
        width: 394px;
        height: 220px;
        display: block;
        transition: all 0.4s; }
      .companyNews .content_list .content_list_item .item_img:hover {
        transform: scale(1.1, 1.1); }
      .companyNews .content_list .content_list_item .item_title {
        width: 354px;
        height: 24px;
        line-height: 24px;
        display: block;
        margin: 0 auto;
        font-size: 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 12px;
        margin-bottom: 10px;
        color: #404040; }
      .companyNews .content_list .content_list_item .item_title:hover {
        color: #999; }
      .companyNews .content_list .content_list_item .item_tag_group {
        width: 354px;
        margin: 0 auto 8px;
        line-height: 21px; }
        .companyNews .content_list .content_list_item .item_tag_group .tag {
          display: inline-block;
          line-height: inherit;
          font-size: 15px;
          color: #777777; }
          .companyNews .content_list .content_list_item .item_tag_group .tag.red {
            color: #B20209; }
          .companyNews .content_list .content_list_item .item_tag_group .tag.blue {
            color: #5f9de5; }
      .companyNews .content_list .content_list_item .item_con {
        width: 354px;
        line-height: 21px;
        display: block;
        margin: 0 auto;
        font-size: 15px;
        color: #777777; }
      .companyNews .content_list .content_list_item .item_date {
        line-height: 17px;
        display: block;
        margin: 0 auto;
        font-size: 12px;
        color: #999999;
        text-align: right;
        position: absolute;
        bottom: 10px;
        right: 15px; }
    .companyNews .content_list .content_list_item:nth-child(3n-1) {
      margin-left: 9px;
      margin-right: 9px; }
    .companyNews .content_list .content_page {
      width: 100%;
      height: 30px;
      line-height: 30px; }
      .companyNews .content_list .content_page .page_parent {
        width: 100%;
        margin: 0 auto;
        padding: 5px; }
        .companyNews .content_list .content_page .page_parent ul {
          float: right; }

.classicCase {
  background-color: #fff; }
  .classicCase .img-wrapper {
    float: none !important; }
  .classicCase .content_list_top {
    width: 1200px;
    margin: 0 auto; }
    .classicCase .content_list_top .title_box {
      position: relative;
      padding: 20px 0;
      border-bottom: 1px solid #E0E0E0; }
      .classicCase .content_list_top .title_box h1 {
        float: left;
        line-height: 42px;
        font-size: 30px;
        color: #666666; }
      .classicCase .content_list_top .title_box button.search-btn {
        cursor: pointer;
        float: right;
        height: 40px;
        padding: 0 25px;
        border: 1px solid #e0e0e0;
        background: white;
        border-radius: 20px;
        margin-left: 10px; }
      .classicCase .content_list_top .title_box input {
        float: right;
        width: 310px;
        height: 40px;
        padding: 0 15px;
        border: 1px solid #E0E0E0;
        border-radius: 20px;
        font-size: 14px; }
        .classicCase .content_list_top .title_box input::-webkit-placeholder {
          color: #e0e0e0; }
    .classicCase .content_list_top .filter_box {
      padding-top: 22px;
      padding-bottom: 10px; }
      .classicCase .content_list_top .filter_box .dl {
        line-height: 36px;
        margin-bottom: 1px; }
        .classicCase .content_list_top .filter_box .dl .dt {
          float: left;
          width: 83px;
          font-size: 14px;
          color: #757575; }
        .classicCase .content_list_top .filter_box .dl .dd {
          margin-left: 83px; }
          .classicCase .content_list_top .filter_box .dl .dd span {
            display: inline-block;
            margin-right: 40px;
            line-height: inherit;
            color: inherit;
            cursor: pointer; }
            .classicCase .content_list_top .filter_box .dl .dd span.active {
              color: #B20209; }
  .classicCase .content_list .content_list_item {
    height: 437px;
    padding-bottom: 20px;
    border: 1px solid #f0f0f0; }
    .classicCase .content_list .content_list_item .img-wrapper {
      width: 392px;
      height: 275px;
      overflow: hidden;
      float: left; }
    .classicCase .content_list .content_list_item .item_img {
      height: 275px;
      transition: all 0.4s; }
    .classicCase .content_list .content_list_item .item_img:hover {
      transform: scale(1.1, 1.1); }
    .classicCase .content_list .content_list_item .item_title {
      line-height: 24px;
      font-size: 17px;
      color: #404040;
      text-align: left;
      margin-top: 20px;
      margin-bottom: 6px; }
    .classicCase .content_list .content_list_item .item_tag_group {
      width: 354px;
      margin: 0 auto 8px;
      line-height: 21px; }
      .classicCase .content_list .content_list_item .item_tag_group .tag {
        display: inline-block;
        line-height: inherit;
        font-size: 15px;
        color: #777777; }
        .classicCase .content_list .content_list_item .item_tag_group .tag.red {
          color: #B20209; }
        .classicCase .content_list .content_list_item .item_tag_group .tag.blue {
          color: #5f9de5; }
    .classicCase .content_list .content_list_item .item_con {
      line-height: 21px;
      font-size: 15px;
      color: #777777;
      text-align: left; }

.gxg_banner_case {
  overflow: hidden;
  background: url("../img/banner2.jpg") no-repeat top center;
  background-size: cover; }

.classicCaseDetails .content_list {
  margin-top: 10px; }
  .classicCaseDetails .content_list .content_list_item {
    padding-top: 30px; }

.classicCaseDetails .caseDetails {
  width: 1000px;
  margin: 0 auto;
  background: #FFFFFF;
  padding-bottom: 80px;
  margin-top: 150px; }
  .classicCaseDetails .caseDetails .caseDetails_title {
    width: 100%;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #404040;
    padding-top: 50px;
    margin-bottom: 10px; }
  .classicCaseDetails .caseDetails .caseDetails_date {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #A7A7A7;
    margin-top: 10px;
    padding-bottom: 37px;
    border-bottom: 1px solid #ddd; }
    .classicCaseDetails .caseDetails .caseDetails_date span {
      display: inline-block;
      line-height: 20px;
      font-size: 14px;
      color: #A7A7A7;
      margin-right: 25px; }
      .classicCaseDetails .caseDetails .caseDetails_date span:last-child {
        margin-right: 0; }
  .classicCaseDetails .caseDetails .caseDetails_con {
    width: 1000px;
    display: block;
    margin: 0 auto;
    line-height: 21px;
    font-size: 15px;
    color: #777777;
    text-indent: 2em; }
  .classicCaseDetails .caseDetails .caseDetails_con2 {
    margin-bottom: 30px; }
  .classicCaseDetails .caseDetails img {
    max-width: 990px;
    height: auto;
    display: block;
    margin: 0 auto 20px; }
  .classicCaseDetails .caseDetails img:hover {
    cursor: pointer; }
  .classicCaseDetails .caseDetails p {
    margin-bottom: 20px !important; }

.companyNewsDetails .details_content {
  width: 1000px;
  margin: 30px auto;
  background: #FFFFFF;
  padding: 50px 0;
  margin-top: 150px; }
  .companyNewsDetails .details_content .details_title {
    width: 100%;
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    color: #000000; }
  .companyNewsDetails .details_content .details_describe {
    width: 100%;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    color: #A7A7A7;
    margin-top: 10px;
    padding-bottom: 37px;
    border-bottom: 1px solid #ddd; }
    .companyNewsDetails .details_content .details_describe span {
      display: inline-block;
      line-height: 20px;
      font-size: 14px;
      color: #A7A7A7;
      margin-right: 25px; }
      .companyNewsDetails .details_content .details_describe span:last-child {
        margin-right: 0; }
  .companyNewsDetails .details_content img {
    max-height: 1000px;
    height: auto;
    display: block;
    margin: 0 auto 31px; }
  .companyNewsDetails .details_content .details_con {
    width: 100%;
    margin: 0 auto;
    line-height: 21px;
    font-size: 15px;
    color: #616161; }

.company_recruit {
  background: #F1F1F1; }
  .company_recruit .recruit_list {
    width: 1200px;
    margin: 30px auto;
    margin-bottom: 0;
    padding-bottom: 30px; }
    .company_recruit .recruit_list .recruit_details {
      width: 370px;
      height: 540px;
      float: left;
      background: #FFFFFF;
      padding: 50px 20px 9px;
      margin-right: 30px; }
      .company_recruit .recruit_list .recruit_details .recruit_title {
        width: 100%;
        height: 22px;
        line-height: 22px;
        text-align: center;
        font-size: 16px;
        color: #404040;
        margin-bottom: 19px;
        font-weight: bold; }
      .company_recruit .recruit_list .recruit_details .recruit_con {
        font-size: 14px;
        color: #777777;
        line-height: 22px; }
    .company_recruit .recruit_list .recruit_details:nth-child(3n) {
      margin-right: 0; }

.staffPresence {
  background-color: #F1F1F1; }
  .staffPresence .staff_con {
    width: 1200px;
    margin: 80px auto; }
    .staffPresence .staff_con .staff_list {
      width: 391px;
      float: left; }
      .staffPresence .staff_con .staff_list .staff_big_img {
        width: 391px;
        height: 542px;
        display: block; }
      .staffPresence .staff_con .staff_list .staff_middle_img {
        width: 391px;
        height: 410px;
        display: block; }
      .staffPresence .staff_con .staff_list .staff_small_img {
        width: 391px;
        height: 265px;
        display: block; }
      .staffPresence .staff_con .staff_list .staff_img_bottom {
        margin-bottom: 12px; }
    .staffPresence .staff_con .staff_center {
      margin: 0 12px; }

.productCenter .content_list {
  width: 1040px;
  margin: 30px auto; }
  .productCenter .content_list .content_list_item {
    width: 1040px;
    height: 398px;
    background-color: #f3f3f3;
    margin-bottom: 40px;
    position: relative; }
    .productCenter .content_list .content_list_item .img-wrapper {
      float: left;
      width: 657px;
      height: 398px;
      overflow: hidden;
      position: relative; }
      .productCenter .content_list .content_list_item .img-wrapper img.play-icon {
        width: 80px;
        position: absolute;
        top: calc(50% - 40px);
        left: calc(50% - 40px); }
    .productCenter .content_list .content_list_item .item_img {
      width: 657px;
      height: 398px;
      display: block;
      transition: all 0.4s; }
    .productCenter .content_list .content_list_item .item_img:hover {
      transform: scale(1.1, 1.1); }
    .productCenter .content_list .content_list_item .item_right {
      width: 383px;
      float: left; }
      .productCenter .content_list .content_list_item .item_right .item_title {
        width: 308px;
        height: 24px;
        line-height: 28px;
        display: block;
        margin: 0 auto;
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 38px;
        margin-bottom: 5px; }
        .productCenter .content_list .content_list_item .item_right .item_title a {
          color: #222222; }
        .productCenter .content_list .content_list_item .item_right .item_title a:hover {
          color: #999; }
      .productCenter .content_list .content_list_item .item_right .item_type {
        width: 308px;
        margin: 0 auto 6px;
        line-height: 17px;
        font-size: 12px;
        color: #4A90E2; }
      .productCenter .content_list .content_list_item .item_right .item_price {
        width: 308px;
        margin: 0 auto 37px;
        line-height: 42px;
        font-size: 30px;
        color: #FF001F; }
      .productCenter .content_list .content_list_item .item_right .item_con {
        width: 308px;
        line-height: 20px;
        display: block;
        margin: 0 auto;
        font-size: 14px;
        color: #9B9B9B; }
    .productCenter .content_list .content_list_item.even .item_right {
      float: left; }
    .productCenter .content_list .content_list_item.even .img-wrapper {
      float: right; }
    .productCenter .content_list .content_list_item.odd .img-wrapper {
      float: left; }
    .productCenter .content_list .content_list_item.odd .item_right {
      float: right; }
  .productCenter .content_list .content_page {
    width: 100%;
    height: 30px;
    line-height: 30px; }
    .productCenter .content_list .content_page .page_parent {
      width: 100%;
      margin: 0 auto;
      padding: 5px; }
      .productCenter .content_list .content_page .page_parent ul {
        float: right; }

.productDetail .details_wrapper {
  width: 990px;
  margin: 54px auto;
  background-color: #fff; }
  .productDetail .details_wrapper .text_group .text_left {
    float: left; }
    .productDetail .details_wrapper .text_group .text_left .item_title {
      height: 24px;
      line-height: 28px;
      display: block;
      font-size: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 5px;
      color: #222222; }
      .productDetail .details_wrapper .text_group .text_left .item_title:hover {
        color: #999; }
    .productDetail .details_wrapper .text_group .text_left .item_type {
      margin-bottom: 6px;
      line-height: 17px;
      font-size: 12px;
      color: #4A90E2; }
    .productDetail .details_wrapper .text_group .text_left .item_price {
      line-height: 30px;
      font-size: 30px;
      color: #FF001F;
      margin-bottom: 3px; }
  .productDetail .details_wrapper .text_group .text_center {
    float: left;
    margin-left: 62px; }
    .productDetail .details_wrapper .text_group .text_center .item_con {
      width: 480px;
      line-height: 20px;
      display: block;
      margin: 0 auto;
      font-size: 14px;
      color: #777; }
  .productDetail .details_wrapper .text_group .btn_right {
    float: right;
    width: 154px;
    height: 40px;
    line-height: 40px;
    margin-top: 5px;
    background-color: #D0021B;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF; }
  .productDetail .details_wrapper .img_big {
    display: block;
    margin-top: 60px;
    margin-bottom: 20px;
    width: 990px;
    height: 603px; }
  .productDetail .details_wrapper .img_list li {
    float: left;
    width: 140px;
    height: 85px;
    margin-right: 20px;
    cursor: pointer; }
    .productDetail .details_wrapper .img_list li:last-child {
      margin-right: 0; }
    .productDetail .details_wrapper .img_list li img {
      width: 140px;
      height: 85px; }

.appointment .form_wrapper {
  width: 484px;
  margin: 206px auto 0; }
  .appointment .form_wrapper .form_title {
    text-align: center;
    font-size: 24px;
    color: #000; }
  .appointment .form_wrapper .line {
    width: 40px;
    height: 2px;
    margin: 15px auto 0;
    background: #d2a36c; }
  .appointment .form_wrapper .tip_text {
    height: 20px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
    line-height: 25px;
    color: #333333; }
  .appointment .form_wrapper .form_item {
    position: relative;
    margin-top: 20px; }
    .appointment .form_wrapper .form_item label {
      display: inline-block;
      width: 84px;
      text-align: right;
      font-size: 15px;
      color: #333333; }
    .appointment .form_wrapper .form_item input {
      width: 400px;
      height: 54px;
      border: 1px solid #e6e6e6;
      font-size: 15px;
      padding: 0 20px;
      margin-top: 25px;
      border-radius: 5px; }
    .appointment .form_wrapper .form_item .img_code {
      position: absolute;
      right: 0;
      bottom: 0;
      display: inline-block;
      vertical-align: top;
      width: 140px;
      height: 54px;
      cursor: pointer; }
  .appointment .form_wrapper .btn_wrapper {
    width: 484px;
    text-align: right; }
    .appointment .form_wrapper .btn_wrapper .btn {
      display: inline-block;
      width: 400px;
      height: 54px;
      line-height: 54px;
      font-size: 18px;
      margin: 50px auto 121px;
      background-color: #9C1827;
      border-radius: 5px;
      text-align: center;
      color: #FFFFFF;
      cursor: pointer; }

.header {
  width: 100%;
  background: #FFFFFF !important;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 2px;
  position: fixed;
  top: 0;
  z-index: 9999; }
  .header .header-center {
    width: 1200px;
    margin: 0 auto;
    height: 80px; }
    .header .header-center img.logo {
      float: left;
      margin-top: 15px; }
    .header .header-center ul.navParent {
      float: left;
      padding-left: 70px; }
      .header .header-center ul.navParent li {
        float: left;
        font-size: 15px;
        margin-right: 51px;
        height: 81px;
        line-height: 80px;
        position: relative;
        color: #404040; }
      .header .header-center ul.navParent li.current,
      .header .header-center ul.navParent li:hover {
        color: #B20209; }
    .header .header-center .tel {
      float: right;
      width: 156px;
      height: 34px;
      border: 1px solid #EAEAEA;
      border-radius: 100px;
      margin-top: 23px; }
      .header .header-center .tel img {
        float: left;
        margin-top: 5px;
        margin-left: 12px; }
      .header .header-center .tel span {
        float: left;
        font-size: 15px;
        color: #404040;
        display: inline-block;
        margin-top: 6px;
        margin-left: 3px; }

.footer {
  width: 100%;
  height: 210px;
  background: #222222;
  position: relative; }
  .footer .footer-center {
    width: 1200px;
    margin: 0 auto;
    padding-top: 55px; }
    .footer .footer-center .footer-txt {
      float: left;
      padding-top: 0;
      padding-left: 20px; }
      .footer .footer-center .footer-txt p {
        color: #999999;
        font-size: 14px;
        margin-bottom: 6px; }
        .footer .footer-center .footer-txt p span {
          display: inline-block;
          border-left: 1px solid #999;
          padding-left: 20px;
          margin-left: 20px;
          font-size: 14px; }
    .footer .footer-center .erweima {
      float: right;
      width: 104px;
      margin-right: 30px; }
      .footer .footer-center .erweima img {
        display: block;
        width: 104px;
        height: 104px; }
      .footer .footer-center .erweima .erweima-tit {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        color: #FFFFFF;
        font-size: 12px; }

.webPages {
  width: 100%; }

.title {
  text-align: center;
  background: url("../img/title-line.png") no-repeat bottom;
  padding-top: 80px;
  margin-bottom: 60px; }
  .title h3 {
    font-size: 28px;
    color: #333333; }
  .title h3:hover {
    color: #999; }
  .title h4 {
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
    padding-bottom: 9px; }

.preview-img-wrapper-123-ekoo-lgm .lgm-preview-img-mask {
  background: rgba(0, 0, 0, 0.69);
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990; }

.preview-img-wrapper-123-ekoo-lgm img[imgpre] {
  position: fixed;
  z-index: 999;
  max-width: 800px;
  visibility: hidden; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left,
.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  cursor: pointer;
  display: block;
  padding: 1px 22px;
  background: rgba(133, 133, 133, 0);
  z-index: 999;
  position: fixed;
  border-radius: 50%;
  font-size: 55px;
  color: yellow; }

.preview-img-wrapper-123-ekoo-lgm .arrow-left {
  left: 370px; }

.preview-img-wrapper-123-ekoo-lgm .arrow-right {
  right: 370px; }

.preview-img-wrapper-123-ekoo-lgm h3.imgPage {
  position: fixed;
  z-index: 999;
  text-align: center;
  top: 30px;
  color: white; }

.turnpage {
  padding-bottom: 60px;
  width: 1200px;
  margin: 0 auto; }
  .turnpage ul {
    float: right;
    margin: 0 auto; }
    .turnpage ul .active a {
      color: #fff;
      background: #D8151D; }
    .turnpage ul li {
      float: left;
      font-size: 16px;
      margin-left: 10px;
      text-align: center;
      line-height: 30px;
      padding: 0; }
      .turnpage ul li a {
        display: block;
        width: 30px;
        height: 30px;
        color: #A6A6A6;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        transition: all 0.4s; }
      .turnpage ul li a:hover {
        color: #fff;
        background: #D8151D; }
    .turnpage ul li.prev {
      font-size: 14px; }
      .turnpage ul li.prev a {
        width: 74px;
        height: 30px;
        padding-left: 10px;
        background: #FFFFFF url("../img/pagelast1.png") no-repeat 8px 8px; }
        .turnpage ul li.prev a span.lastxt {
          padding-left: 10px; }
    .turnpage ul li.prev a:hover {
      background: #D8151D url("../img/pagelast2.png") no-repeat 8px 8px; }
    .turnpage ul li.next {
      font-size: 14px; }
      .turnpage ul li.next a {
        width: 74px;
        height: 30px;
        padding-right: 10px;
        background: #FFFFFF url("../img/pagenext1.png") no-repeat 58px 8px; }
        .turnpage ul li.next a span.nextxt {
          padding-right: 10px; }
    .turnpage ul li.next a:hover {
      background: #D8151D url("../img/pagenext2.png") no-repeat 58px 8px; }
    .turnpage ul li.dian-wrapper {
      margin-left: 0; }
      .turnpage ul li.dian-wrapper span.dian {
        display: inline-block;
        margin-left: 6px;
        width: 4px;
        height: 4px;
        background-color: #D8D8D8; }
      .turnpage ul li.dian-wrapper span.dian:first-child {
        margin-left: 10px; }

.details-content {
  width: 1000px;
  margin: 0 auto;
  padding-top: 30px;
  text-align: justify; }
  .details-content img {
    max-width: 1000px; }

.index-advertising-placeholder {
  height: 90px; }

.windows {
  width: 100%;
  height: 90px;
  background: #404040;
  position: fixed;
  bottom: 0;
  z-index: 999; }
  .windows.gxg-position {
    position: inherit; }
  .windows .win_center {
    width: 1200px;
    margin: 0 auto;
    position: relative; }
    .windows .win_center img.txt {
      float: left;
      margin-top: 16px; }
    .windows .win_center input {
      float: left;
      font-size: 16px;
      width: 210px;
      height: 50px;
      border-radius: 6px;
      background: #333;
      color: #b0b0b0;
      border: none;
      padding-left: 20px;
      margin-left: 25px;
      margin-top: 20px; }
    .windows .win_center button {
      float: left;
      font-size: 16px;
      background: #ef880c;
      color: #fff;
      border: none;
      width: 160px;
      height: 50px;
      border-radius: 6px;
      margin-top: 20px;
      margin-left: 25px; }
    .windows .win_center button:hover {
      background: #d0760b; }
    .windows .win_center img.close {
      position: absolute;
      top: 20px;
      right: 0; }

.banner {
  position: relative; }
  .banner .bannerwin {
    position: absolute;
    bottom: 30px;
    width: 920px;
    height: 130px;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 28px;
    z-index: 999; }
    .banner .bannerwin .bannerwin_center {
      position: relative; }
      .banner .bannerwin .bannerwin_center h3 {
        color: #fff;
        margin-top: 20px;
        margin-bottom: 15px;
        font-size: 24px; }
      .banner .bannerwin .bannerwin_center img.close {
        position: absolute;
        top: 0;
        right: 0; }
      .banner .bannerwin .bannerwin_center .winform input {
        width: 210px;
        height: 45px;
        background: #fff;
        border: none;
        color: #ccc;
        margin-right: 12px;
        font-size: 14px;
        padding-left: 20px; }
      .banner .bannerwin .bannerwin_center .winform input:nth-child(2) {
        width: 410px; }
      .banner .bannerwin .bannerwin_center .winform button {
        width: 210px;
        height: 45px;
        background: #ef880c;
        border: none;
        color: #fff;
        font-size: 14px; }
      .banner .bannerwin .bannerwin_center .winform button:hover {
        background: #d0760b; }

.casewindow {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  z-index: 999999;
  display: none; }
  .casewindow .casewindow_center {
    width: 420px;
    height: 614px;
    background: url("../img/winbg.jpg") no-repeat;
    margin: 0 auto;
    margin-top: 8%;
    position: relative; }
    .casewindow .casewindow_center img.close {
      position: absolute;
      top: -10px;
      right: -10px; }
    .casewindow .casewindow_center .inputwrapper {
      width: 320px;
      margin: 0 auto;
      padding-top: 325px; }
      .casewindow .casewindow_center .inputwrapper input {
        width: 320px;
        height: 48px;
        background: #e5e5e5;
        border: 1px solid #b4b4b4;
        border-radius: 10px;
        color: #7c7c7c;
        font-size: 18px;
        padding-left: 30px;
        margin-bottom: 16px; }
      .casewindow .casewindow_center .inputwrapper button {
        width: 320px;
        height: 48px;
        background: #f39801;
        border: none;
        border-radius: 10px;
        font-size: 18px;
        color: #fff; }

.floatwin {
  position: fixed;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  border: 1px solid #dcdcdc; }
  .floatwin .floatwin-item {
    width: 68px;
    border-bottom: 1px solid #dcdcdc;
    position: relative; }
    .floatwin .floatwin-item:last-child {
      border-bottom: none; }
    .floatwin .floatwin-item .floatwin-item-img {
      display: block;
      width: 68px;
      height: 73px; }
      .floatwin .floatwin-item .floatwin-item-img:nth-child(2) {
        display: none; }
    .floatwin .floatwin-item .floatwin-item-con {
      display: none;
      width: 138px;
      height: 73px;
      background: #00ae66;
      font-size: 16px;
      color: #ffffff;
      padding-left: 11px;
      padding-top: 16px;
      position: absolute;
      right: 69px;
      top: 0; }
      .floatwin .floatwin-item .floatwin-item-con .floatwin-item-tit {
        height: 16px;
        line-height: 16px;
        font-size: 16px; }
        .floatwin .floatwin-item .floatwin-item-con .floatwin-item-tit:first-child {
          margin-bottom: 6px; }
    .floatwin .floatwin-item:hover .floatwin-item-img {
      display: none; }
      .floatwin .floatwin-item:hover .floatwin-item-img:nth-child(2) {
        display: block; }
    .floatwin .floatwin-item:hover .floatwin-item-con {
      display: block; }

/*page_gxg*/
.base-paging-box {
  margin-top: 40px;
  text-align: right; }
  .base-paging-box .paging {
    display: inline-block; }
    .base-paging-box .paging .page-info {
      border: none;
      font-size: 14px;
      background-color: transparent;
      color: #777777;
      cursor: initial; }
    .base-paging-box .paging span {
      display: inline-block;
      height: 34px;
      line-height: 32px;
      margin-left: 10px;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      color: #777777;
      cursor: pointer; }
      .base-paging-box .paging span img {
        display: inherit !important;
        margin-top: 0 !important;
        width: 7px !important;
        height: 14px !important;
        vertical-align: middle; }
      .base-paging-box .paging span.prev-page, .base-paging-box .paging span.next-page {
        width: 76px; }
      .base-paging-box .paging span.prev-page.disabled, .base-paging-box .paging span.next-page.disabled {
        opacity: 0.6;
        cursor: not-allowed; }
      .base-paging-box .paging span.prev-page img {
        margin-right: 6px !important; }
      .base-paging-box .paging span.next-page img {
        margin-left: 6px !important; }
      .base-paging-box .paging span.current-page {
        width: 59px;
        color: #C0222D;
        cursor: initial; }
      .base-paging-box .paging span.skip-page {
        width: 49px; }
    .base-paging-box .paging input {
      width: 59px;
      height: 34px;
      line-height: 32px;
      margin-left: 10px;
      padding: 10px;
      border: 1px solid #e6e6e6;
      background-color: #fff;
      text-align: center;
      font-size: 14px;
      color: #777777; }

.page_center {
  background: #fff; }

.page_content {
  width: 1200px;
  margin: 0 auto; }
  .page_content .join_wrapper {
    margin-top: 40px;
    margin-bottom: 40px; }
    .page_content .join_wrapper .table_title {
      width: 100%;
      height: 1px;
      background: #E5E5E5;
      padding: 0 20px; }
      .page_content .join_wrapper .table_title p {
        float: left;
        width: 64px;
        font-size: 16px;
        color: #333333;
        text-align: center;
        line-height: 50px;
        margin-right: 150px; }
      .page_content .join_wrapper .table_title p:last-child {
        float: right;
        margin-right: 66px; }
    .page_content .join_wrapper .table_con {
      width: 100%;
      border: 1px solid #E5E5E5;
      border-top: none; }
      .page_content .join_wrapper .table_con ul.zhaopin_list li {
        border-bottom: 1px solid #E5E5E5;
        padding: 0;
        position: relative; }
        .page_content .join_wrapper .table_con ul.zhaopin_list li p {
          float: left;
          color: #333333;
          line-height: 48px; }
        .page_content .join_wrapper .table_con ul.zhaopin_list li p.number {
          position: absolute;
          left: 241px;
          width: 48px;
          text-align: center; }
        .page_content .join_wrapper .table_con ul.zhaopin_list li p.xueli {
          position: absolute;
          left: 442px;
          width: 120px;
          text-align: center; }
        .page_content .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper {
          float: right;
          padding-top: 10px; }
          .page_content .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper button {
            float: left;
            border: 1px solid #999999;
            border-radius: 100px;
            width: 90px;
            height: 28px;
            background: none;
            color: #333333;
            text-align: center;
            line-height: 14px;
            transition: all 0.5s; }
          .page_content .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper button:hover {
            cursor: pointer;
            background: #B8061B;
            border: none;
            color: #fff; }
          .page_content .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper .look {
            margin-left: 14px; }
      .page_content .join_wrapper .table_con .condetails {
        background: #FFFFFF;
        padding: 20px;
        width: 550px; }
        .page_content .join_wrapper .table_con .condetails img.sanjiao {
          position: absolute;
          top: -7px;
          left: 42px; }
        .page_content .join_wrapper .table_con .condetails span {
          float: left;
          width: 100px;
          font-size: 12px;
          color: #333333;
          line-height: 12px;
          margin-bottom: 12px;
          margin-right: 30px; }
        .page_content .join_wrapper .table_con .condetails h3 {
          font-size: 12px;
          color: #333333;
          line-height: 12px;
          margin-top: 8px;
          margin-bottom: 10px; }
        .page_content .join_wrapper .table_con .condetails p {
          font-size: 12px;
          color: #333333;
          line-height: 18px !important; }
        .page_content .join_wrapper .table_con .condetails div.require-border {
          width: 100%;
          height: 1px;
          background: #E7E7E7;
          margin-top: 20px;
          margin-bottom: 17px; }
      .page_content .join_wrapper .table_con .turnpage {
        width: 334px;
        margin: 30px auto; }
        .page_content .join_wrapper .table_con .turnpage ul li {
          float: left;
          border: 1px solid #E5E5E5;
          color: #666666;
          line-height: 14px;
          margin-right: 6px;
          width: 24px;
          height: 24px;
          text-align: center;
          line-height: 24px; }
        .page_content .join_wrapper .table_con .turnpage ul .firstpage {
          width: 48px;
          height: 24px; }
        .page_content .join_wrapper .table_con .turnpage ul .lastpage {
          width: 62px; }
        .page_content .join_wrapper .table_con .turnpage ul .hui {
          color: #E5E5E5; }
        .page_content .join_wrapper .table_con .turnpage ul .pagecurrent {
          background: #B8061B;
          border: none;
          color: #fff; }
        .page_content .join_wrapper .table_con .turnpage ul li:hover {
          cursor: pointer;
          background: #B8061B;
          border: none;
          color: #fff; }

.page_content.gxg_page_content {
  float: left;
  width: 890px; }
  .page_content.gxg_page_content .page_title h3 {
    font-size: 20px;
    color: #001120;
    line-height: 20px; }
  .page_content.gxg_page_content .page_title h4 {
    color: #999999;
    line-height: 14px;
    margin-top: 10px; }
  .page_content.gxg_page_content .page_title span.line {
    display: block;
    background: #E5E5E5;
    margin-top: 20px;
    width: 100%;
    height: 1px; }

.form_selectwrapper {
  float: left; }
  .form_selectwrapper .form_select {
    position: relative; }
    .form_selectwrapper .form_select .form_select_title h4 {
      width: 260px;
      height: 28px;
      background: none;
      border: 1px solid #E5E5E5;
      color: #333;
      line-height: 28px;
      padding-left: 10px;
      font-size: 14px; }
    .form_selectwrapper .form_select .form_select_title span.icon {
      position: absolute;
      width: 9px;
      height: 8px;
      top: 12px;
      right: 12px;
      background: url("../img/arrow2.png") no-repeat; }
    .form_selectwrapper .form_select .form_select_title:hover {
      cursor: pointer; }
    .form_selectwrapper .form_select ul {
      width: 260px;
      border: 1px solid #E5E5E5;
      border-top: none;
      position: absolute;
      z-index: 999;
      background: #Fff;
      top: 28px;
      left: 0;
      display: none; }
      .form_selectwrapper .form_select ul li {
        width: 100%;
        color: #333;
        font-size: 14px;
        border-bottom: 1px solid #E5E5E5;
        text-align: center;
        height: 28px;
        line-height: 28px;
        margin: 0; }
      .form_selectwrapper .form_select ul li:hover {
        cursor: pointer;
        color: #B8061B; }
      .form_selectwrapper .form_select ul li:last-child {
        border-bottom: none; }

.form {
  margin-top: 30px;
  margin-bottom: 80px; }
  .form ul {
    width: 800px;
    margin: 0 auto; }
    .form ul li {
      float: left;
      margin-right: 50px;
      margin-bottom: 14px; }
      .form ul li h3 {
        width: 66px;
        float: left;
        color: #333;
        text-align: right;
        line-height: 28px;
        margin-right: 14px; }
        .form ul li h3 span {
          color: #B8061B; }
      .form ul li .title {
        width: 800px;
        font-size: 16px;
        line-height: 16px;
        text-align: left;
        margin-top: 10px; }
      .form ul li input {
        float: left;
        color: #333;
        border: 1px solid #E5E5E5;
        width: 260px;
        height: 28px;
        line-height: 28px;
        padding-left: 10px; }
      .form ul li ::-webkit-input-placeholder {
        color: #CCCCCC; }
      .form ul li ::-moz-placeholder {
        color: #CCCCCC; }
      .form ul li :-moz-placeholder {
        color: #CCCCCC; }
      .form ul li p {
        float: left;
        color: #CCC;
        border: 1px solid #E5E5E5;
        width: 160px;
        height: 28px;
        line-height: 28px;
        padding-left: 10px; }
      .form ul li button.upload {
        width: 90px;
        height: 28px;
        float: left;
        background: #B8061B;
        color: #fff;
        border: none;
        margin-left: 10px;
        transition: all 0.5s; }
      .form ul li button.upload:hover {
        cursor: pointer;
        background: #840e0a; }
      .form ul li textarea {
        width: 654px;
        height: 100px;
        border: 1px solid #E5E5E5;
        padding: 10px; }
      .form ul li button.time {
        width: 140px;
        height: 28px;
        float: left;
        color: #fff;
        border: 1px solid #E5E5E5;
        background: #fff url("../img/time.png") no-repeat 110px 4px; }
      .form ul li button.time:hover {
        cursor: pointer; }
      .form ul li span.time_zhi {
        float: left;
        line-height: 28px;
        margin: 0 10px;
        display: inline-block; }
      .form ul li img.yanzhengma {
        width: 90px;
        height: 28px;
        margin-left: 10px; }
    .form ul li.time {
      width: 100%; }
      .form ul li.time img.add {
        margin-left: 80px; }
      .form ul li.time img.add:hover {
        cursor: pointer; }
    .form ul li:nth-child(2n) {
      margin-right: 0; }
  .form .btn_wrapper {
    width: 305px;
    margin: 20px auto 0; }
    .form .btn_wrapper button {
      width: 140px;
      height: 35px;
      font-size: 16px;
      border-radius: 100px;
      transition: all 0.5s; }
    .form .btn_wrapper button:hover {
      cursor: pointer; }
    .form .btn_wrapper button.submit {
      background: #B8061B;
      border: none;
      color: #fff; }
    .form .btn_wrapper button.cancle {
      border: 1px solid #B8061B;
      background: #fff;
      color: #B8061B;
      margin-left: 20px; }
    .form .btn_wrapper button.submit:hover {
      background: #840e0a; }
    .form .btn_wrapper button.cancle:hover {
      background: #B8061B;
      border: none;
      color: #fff; }

.details-register-box {
  width: 1000px;
  margin: 0 auto;
  margin-top: 33px; }
  .details-register-box .details-img-box {
    width: 500px;
    height: 354px; }
  .details-register-box .details-right-box {
    width: 425px; }
    .details-register-box .details-right-box .right-desc .desc-con {
      width: 101px;
      line-height: 34px;
      font-size: 18px;
      color: #616161; }
    .details-register-box .details-right-box .right-desc .desc-con2 {
      width: 322px; }
    .details-register-box .details-right-box .right-btn {
      width: 296px;
      height: 68px;
      line-height: 68px;
      text-align: center;
      background: #ef880c;
      color: #FFFFFF;
      font-size: 30px; }

.more-con {
  text-align: center;
  margin: 0 auto;
  margin-top: 40px; }
  .more-con .home-more-btn {
    background: #ffffff;
    border: 1px solid #e6e6e6;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center; }
    .more-con .home-more-btn span {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      color: #959595;
      cursor: pointer; }
  .more-con .home-more-btn:hover {
    background: #fcfcfc;
    border: 1px solid #e6e6e6;
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    outline: 0;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center; }
    .more-con .home-more-btn:hover span {
      display: inline-block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      color: #000000;
      cursor: pointer; }
