@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; }

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

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

/* 去掉 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; }

.bx-controls-direction {
  display: none !important; }

/*page_lgm*/
/*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_pxl*/
.nav {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  height: 80px;
  background: rgba(0, 17, 32, 0.3);
  transition: all 0.5s; }
  .nav .nav_center {
    width: 1400px;
    margin: 0 auto; }
    .nav .nav_center img.logo {
      float: left;
      margin-top: 16px; }
    .nav .nav_center ul.nav_ul {
      float: left;
      margin-left: 199px; }
      .nav .nav_center ul.nav_ul li {
        float: left;
        min-width: 86px;
        text-align: center;
        padding: 30.5px 15px;
        color: #fff;
        position: relative;
        font-size: 16px; }
      .nav .nav_center ul.nav_ul li:hover {
        background: #B8061B; }
      .nav .nav_center ul.nav_ul .nav_active {
        background: #B8061B; }
    .nav .nav_center ul.lan_ul {
      float: right;
      padding: 30.5px 0; }
      .nav .nav_center ul.lan_ul li {
        float: left;
        color: #fff; }
      .nav .nav_center ul.lan_ul li:first-child {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .nav .nav_center ul.lan_ul li:hover {
        cursor: pointer;
        color: #B8061B; }
  .nav .selete {
    position: absolute;
    top: 80px;
    left: 0;
    background: rgba(0, 17, 32, 0.75);
    text-align: center;
    padding: 20px 0 4px;
    width: 100%;
    display: none; }
    .nav .selete p {
      margin-bottom: 16px; }
    .nav .selete p:hover {
      color: #B8061B;
      cursor: pointer; }
  .nav .selete.two {
    top: 80px; }
  .nav .selete.pro {
    width: 100%; }

.foot {
  width: 100%;
  height: 156px;
  background: #001120;
  position: absolute;
  bottom: 0; }
  .foot .foot_center {
    width: 1140px;
    margin: 0 auto;
    color: #fff; }
    .foot .foot_center ul.foot_nav {
      padding-top: 40px;
      width: 438px;
      margin: 0 auto 30px; }
      .foot .foot_center ul.foot_nav li {
        float: left;
        padding: 0 14px;
        border-right: 1px solid rgba(255, 255, 255, 0.5); }
      .foot .foot_center ul.foot_nav li:hover {
        cursor: pointer;
        text-decoration: underline; }
      .foot .foot_center ul.foot_nav li:last-child {
        border: none; }
    .foot .foot_center p {
      font-size: 12px;
      text-align: center; }

.home_title {
  text-align: center;
  padding: 50px 0 40px; }
  .home_title h3 {
    font-size: 34px;
    color: #001120;
    margin-bottom: 14px; }
  .home_title .littletitle span {
    display: inline-block;
    width: 44px;
    height: 2px;
    background: #999;
    margin-bottom: 4px; }
  .home_title .littletitle h4 {
    color: #666666;
    display: inline-block;
    padding: 0 10px; }

.normal_button {
  width: 140px;
  height: 35px;
  border: 1px solid #999999;
  border-radius: 100px;
  text-align: center;
  color: #333;
  font-size: 16px;
  background: none;
  margin: 40px auto 0;
  display: block;
  transition: all 0.5s; }

.normal_button:hover {
  background: #B8061B;
  color: #fff;
  cursor: pointer;
  border: none; }

.page_center {
  width: 1140px;
  margin: 0 auto; }

.pagebanner {
  width: 100%; }
  .pagebanner img {
    width: 100%; }

.page_wrapper {
  width: 100%;
  margin-top: 30px; }
  .page_wrapper .page_nav {
    float: left;
    margin-right: 30px; }
    .page_wrapper .page_nav h3 {
      text-align: center;
      color: #fff;
      width: 220px;
      height: 44px;
      background: #B8061B;
      font-size: 16px;
      line-height: 44px; }
    .page_wrapper .page_nav ul {
      width: 220px;
      border: 1px solid #E5E5E5; }
      .page_wrapper .page_nav ul li {
        text-align: center;
        border-bottom: 1px dashed #E5E5E5;
        color: #333;
        padding: 14px 0; }
      .page_wrapper .page_nav ul li.current {
        color: #B8061B; }
      .page_wrapper .page_nav ul li:hover {
        cursor: pointer;
        color: #B8061B; }
      .page_wrapper .page_nav ul li:last-child {
        border: none; }
  .page_wrapper .page_content {
    float: left;
    width: 890px; }
    .page_wrapper .page_content .page_title h3 {
      font-size: 20px;
      color: #001120;
      line-height: 20px; }
    .page_wrapper .page_content .page_title h4 {
      color: #999999;
      line-height: 14px;
      margin-top: 10px; }
    .page_wrapper .page_content .page_title span.line {
      display: block;
      background: #E5E5E5;
      margin-top: 20px;
      width: 100%;
      height: 1px; }
  .page_wrapper .page_con_title span.juxing {
    display: inline-block;
    background: #B8061B;
    width: 2px;
    height: 16px;
    margin-right: 10px;
    float: left;
    margin-top: 4px; }
  .page_wrapper .page_con_title h3 {
    float: left;
    font-size: 16px; }
  .page_wrapper .page_con_list {
    margin-top: 14px; }
    .page_wrapper .page_con_list li {
      margin-bottom: 10px; }
      .page_wrapper .page_con_list li span.circle {
        float: left;
        display: block;
        width: 3px;
        height: 3px;
        background: #666666;
        border-radius: 100%;
        margin-right: 10px;
        margin-top: 6px; }
      .page_wrapper .page_con_list li p {
        float: left;
        color: #666666;
        line-height: 14px; }
    .page_wrapper .page_con_list li:last-child {
      margin-bottom: 0; }

body {
  padding-bottom: 156px; }

.home_about {
  width: 100%;
  padding-bottom: 50px; }
  .home_about p {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    text-indent: 28px; }

.home_honor {
  background: #F3F3F3;
  width: 100%;
  padding-bottom: 50px; }
  .home_honor .honor_content .honor_txt {
    float: left; }
    .home_honor .honor_content .honor_txt .part span.time {
      float: left;
      display: block;
      width: 60px;
      height: 30px;
      background: #E5E5E5;
      font-size: 16px;
      color: #666666;
      text-align: center;
      line-height: 30px;
      margin-right: 30px; }
    .home_honor .honor_content .honor_txt .part ul {
      float: left; }
      .home_honor .honor_content .honor_txt .part ul li {
        position: relative; }
        .home_honor .honor_content .honor_txt .part ul li .xing {
          float: left; }
          .home_honor .honor_content .honor_txt .part ul li .xing span.circle {
            display: block;
            background: #FFFFFF;
            border: 2px solid #B8061B;
            width: 10px;
            height: 10px;
            border-radius: 50%; }
          .home_honor .honor_content .honor_txt .part ul li .xing span.line {
            display: block;
            background: #B8061B;
            width: 2px;
            height: 40px;
            margin-left: 4px; }
        .home_honor .honor_content .honor_txt .part ul li p {
          word-break: break-all;
          width: 462px;
          color: #333;
          position: absolute;
          top: -4px;
          left: 24px; }
    .home_honor .honor_content .honor_txt .part:last-child ul li:last-child .xing span.line {
      display: none !important; }
    .home_honor .honor_content .honor_txt .normal_button.honor {
      margin-left: 90px; }
  .home_honor .honor_content .honor_img {
    float: right;
    width: 500px;
    height: 375px; }
    .home_honor .honor_content .honor_img .bx-wrapper .bx-pager.bx-default-pager a {
      border: 2px solid #FFFFFF;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 100%; }
    .home_honor .honor_content .honor_img .bx-wrapper .bx-pager.bx-default-pager a.active,
    .home_honor .honor_content .honor_img .bx-wrapper .bx-pager.bx-default-pager a:focus,
    .home_honor .honor_content .honor_img .bx-wrapper .bx-pager.bx-default-pager a:hover {
      background: #fff;
      border: none; }

.home_news {
  padding-bottom: 80px; }
  .home_news .news_content ul li {
    float: left;
    width: 360px;
    background: #F3F3F3;
    margin-right: 30px;
    transition: all 0.5s; }
    .home_news .news_content ul li img {
      width: 100%;
      height: 160px; }
    .home_news .news_content ul li .txt {
      padding: 10px 20px 30px;
      height: 172px; }
    .home_news .news_content ul li h3 {
      color: #333;
      font-size: 16px;
      margin-bottom: 10px;
      line-height: 22px; }
    .home_news .news_content ul li p {
      word-wrap: break-word;
      color: #666;
      font-size: 14px;
      line-height: 20px; }
  .home_news .news_content ul li:last-child {
    margin-right: 0; }
  .home_news .news_content ul li:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -10px, 10px);
    background: #fff; }

.company_about {
  margin-bottom: 50px; }
  .company_about .company_about_con {
    margin-top: 20px; }
    .company_about .company_about_con p {
      width: 100%;
      color: #666666;
      line-height: 24px;
      margin-bottom: 20px; }
    .company_about .company_about_con img {
      width: 100%; }

.development {
  padding-bottom: 80px; }
  .development .development_con {
    margin-top: 30px; }
    .development .development_con .part span.time {
      float: left;
      display: block;
      width: 60px;
      height: 30px;
      background: #E5E5E5;
      font-size: 16px;
      color: #666666;
      text-align: center;
      line-height: 30px;
      margin-right: 30px; }
    .development .development_con .part ul {
      float: left; }
      .development .development_con .part ul li {
        position: relative; }
        .development .development_con .part ul li .xing {
          float: left; }
          .development .development_con .part ul li .xing span.circle {
            display: block;
            background: #FFFFFF;
            border: 2px solid #B8061B;
            width: 10px;
            height: 10px;
            border-radius: 50%; }
          .development .development_con .part ul li .xing span.line {
            display: block;
            background: #B8061B;
            width: 2px;
            height: 40px;
            margin-left: 4px; }
        .development .development_con .part ul li p {
          word-break: break-all;
          width: 870px;
          color: #333;
          position: absolute;
          top: -4px;
          left: 24px; }
    .development .development_con .part:last-child ul li:last-child .xing span.line {
      display: none !important; }

.honor_img_wrapper {
  margin-top: 40px; }
  .honor_img_wrapper img {
    width: 272px;
    height: 160px;
    margin-right: 30px; }
  .honor_img_wrapper img:last-child {
    margin-right: 0; }

.company_advantage {
  padding-bottom: 80px; }
  .company_advantage .company_advantage_con .company_advantage_part {
    margin-top: 20px; }
    .company_advantage .company_advantage_con .company_advantage_part p {
      width: 100%;
      margin-top: 12px;
      color: #666666;
      line-height: 24px; }
    .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img {
      margin-top: 20px;
      background: #F3F3F3;
      width: 100%;
      height: 270px;
      position: relative; }
      .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img img.arrowleft {
        position: absolute;
        top: 118px;
        left: 0;
        z-index: 99; }
      .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img img:hover {
        cursor: pointer; }
      .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img img.arrowright {
        position: absolute;
        right: 0;
        top: 118px;
        z-index: 99; }
      .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img ul {
        padding: 20px 0;
        margin-left: 36px; }
        .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img ul li {
          float: left;
          width: 260px;
          background: #fff;
          margin-right: 20px; }
          .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img ul li .list img {
            width: 100%;
            height: 160px; }
          .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img ul li .list p {
            color: #333333;
            line-height: 20px;
            padding: 12px 20px 20px;
            margin: 0; }

.news_wrapper {
  padding-bottom: 80px; }
  .news_wrapper .news_con ul li {
    padding: 20px 0;
    border-bottom: 1px dashed #E5E5E5; }
    .news_wrapper .news_con ul li img {
      float: left;
      width: 140px;
      height: 100px; }
    .news_wrapper .news_con ul li .news_txt {
      float: left;
      margin-left: 20px;
      width: 730px;
      margin-top: 6px; }
      .news_wrapper .news_con ul li .news_txt h3 {
        font-size: 16px;
        color: #333333;
        line-height: 16px;
        width: 100%;
        margin-bottom: 16px; }
        .news_wrapper .news_con ul li .news_txt h3 span {
          float: right;
          font-size: 12px;
          color: #999999;
          line-height: 12px; }
      .news_wrapper .news_con ul li .news_txt p {
        color: #666666;
        line-height: 20px;
        word-break: break-all; }
  .news_wrapper .news_con ul li:hover {
    cursor: pointer; }
    .news_wrapper .news_con ul li:hover h3 {
      color: #B8061B; }
  .news_wrapper .turnpage {
    margin-top: 30px; }
    .news_wrapper .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; }
    .news_wrapper .turnpage ul .firstpage {
      width: 48px;
      height: 24px; }
    .news_wrapper .turnpage ul .lastpage {
      width: 62px; }
    .news_wrapper .turnpage ul .hui {
      color: #E5E5E5; }
    .news_wrapper .turnpage ul .pagecurrent {
      background: #B8061B;
      border: none;
      color: #fff; }
    .news_wrapper .turnpage ul li:hover {
      cursor: pointer;
      background: #B8061B;
      border: none;
      color: #fff; }

.news_details {
  padding-bottom: 80px; }
  .news_details .details_title h3 {
    color: #333333;
    line-height: 14px;
    margin-bottom: 20px; }
    .news_details .details_title h3 span:hover {
      color: #B8061B; }
  .news_details .details_title span.line {
    display: block;
    width: 100%;
    height: 1px;
    background: #E5E5E5; }
  .news_details .details_content {
    margin-top: 30px; }
    .news_details .details_content h3 {
      text-align: center;
      font-size: 16px;
      color: #333333;
      text-align: center;
      line-height: 16px; }
    .news_details .details_content h4 {
      text-align: center;
      font-size: 12px;
      color: #999999;
      line-height: 12px;
      margin-top: 12px;
      margin-bottom: 30px; }
    .news_details .details_content img {
      max-width: 100%; }
    .news_details .details_content h5 {
      text-align: center;
      font-size: 12px;
      color: #999999;
      line-height: 12px;
      margin-top: 12px;
      margin-bottom: 30px; }

.news_culture {
  margin-top: 30px; }
  .news_culture .news_culture_txt {
    float: left; }
    .news_culture .news_culture_txt .culture_part {
      margin-bottom: 30px; }
      .news_culture .news_culture_txt .culture_part ul {
        margin-top: 14px; }
        .news_culture .news_culture_txt .culture_part ul li {
          margin-bottom: 10px; }
          .news_culture .news_culture_txt .culture_part ul li span.circle {
            float: left;
            display: block;
            width: 3px;
            height: 3px;
            background: #666666;
            border-radius: 100%;
            margin-right: 10px;
            margin-top: 6px; }
          .news_culture .news_culture_txt .culture_part ul li p {
            float: left;
            color: #666666;
            line-height: 14px; }
        .news_culture .news_culture_txt .culture_part ul li:last-child {
          margin-bottom: 0; }
  .news_culture .news_culture_img {
    float: right; }
    .news_culture .news_culture_img img {
      width: 336px;
      height: 378px; }

.product_intro_nav {
  position: relative; }
  .product_intro_nav span {
    display: inline-block;
    position: absolute;
    top: 22px;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    background: url("../img/arrow1.png") no-repeat; }
  .product_intro_nav .arrow {
    width: 8px;
    height: 8px;
    background: url("../img/arrow2.png") no-repeat; }
  .product_intro_nav .product_intro_nav_list {
    padding: 0 20px;
    border-top: 1px dashed #E5E5E5;
    margin-top: 14px; }
    .product_intro_nav .product_intro_nav_list p {
      font-size: 12px;
      color: #666666;
      text-align: center;
      line-height: 12px;
      border-bottom: 1px solid #E5E5E5;
      width: 100%;
      padding: 10px 0; }
    .product_intro_nav .product_intro_nav_list p:last-child {
      border: none;
      padding-bottom: 0; }
    .product_intro_nav .product_intro_nav_list p:hover {
      cursor: pointer;
      color: #B8061B; }
    .product_intro_nav .product_intro_nav_list .pro_current {
      color: #B8061B; }
    .product_intro_nav .product_intro_nav_list .first-classify-box {
      font-size: 12px;
      color: #666666;
      text-align: center;
      line-height: 20px;
      border-bottom: 1px solid #E5E5E5;
      width: 100%;
      padding: 6px 0;
      position: relative; }
    .product_intro_nav .product_intro_nav_list .first-classify-box:last-child {
      border: none;
      padding-bottom: 0; }
    .product_intro_nav .product_intro_nav_list .first-classify-box:hover {
      cursor: pointer; }
    .product_intro_nav .product_intro_nav_list .sub-classify-box {
      display: none; }
      .product_intro_nav .product_intro_nav_list .sub-classify-box .sub-classify-item:hover {
        cursor: pointer;
        color: #B8061B; }

.product_intro {
  margin-top: 30px; }
  .product_intro .pro_list {
    margin-bottom: 20px;
    position: relative; }
    .product_intro .pro_list .amend-list-tit-box {
      width: 200px;
      min-height: 78px;
      margin-right: 20px; }
    .product_intro .pro_list .list_title {
      position: absolute;
      width: 200px;
      height: 100%; }
      .product_intro .pro_list .list_title h3 {
        text-align: center;
        font-size: 18px;
        color: #FFFFFF;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center; }
    .product_intro .pro_list .list_title.one {
      background: url("../img/proimg1.png") no-repeat; }
    .product_intro .pro_list .list_title.two {
      background: url("../img/proimg2.png") no-repeat; }
    .product_intro .pro_list .list_title.three {
      background: url("../img/proimg3.png") no-repeat; }
    .product_intro .pro_list .list_title.four {
      background: url("../img/proimg4.png") no-repeat; }
    .product_intro .pro_list .list_title.five {
      background: url("../img/proimg5.png") no-repeat; }
    .product_intro .pro_list .list_title.six {
      background: url("../img/proimg6.png") no-repeat; }
    .product_intro .pro_list .list_title.seven {
      background: url("../img/proimg7.png") no-repeat; }
    .product_intro .pro_list ul {
      float: left;
      width: 670px; }
      .product_intro .pro_list ul li {
        float: left;
        color: #333333;
        text-align: center;
        line-height: 34px;
        border: 1px solid #E5E5E5;
        width: auto;
        height: 34px;
        background: none;
        margin-right: 10px;
        transition: all 0.5s;
        margin-bottom: 10px;
        padding: 0 10px; }
      .product_intro .pro_list ul li:hover {
        cursor: pointer;
        background: #B8061B;
        border: none;
        color: #fff; }
  .product_intro .pro_list:last-child {
    margin-bottom: 0; }

.product_details {
  margin-top: 20px;
  padding-bottom: 60px; }
  .product_details .details_img {
    margin-top: 40px; }
    .product_details .details_img img {
      float: left;
      width: 208px;
      height: 103px;
      margin-right: 19px; }
    .product_details .details_img img:last-child {
      margin-right: 0; }

.product_center {
  margin-top: 20px; }
  .product_center p {
    color: #666666;
    line-height: 24px; }
  .product_center .product_center_img img {
    float: left;
    width: 430px;
    height: 220px;
    margin-right: 30px;
    margin-top: 30px; }
  .product_center .product_center_img img:nth-child(2n) {
    margin-right: 0; }
  .product_center img.chuangxinimg {
    width: 100%;
    height: 180px;
    margin-top: 30px; }

.join_wrapper {
  margin-top: 0px;
  margin-bottom: 40px; }
  .join_wrapper .table_title {
    width: 100%;
    height: 1px;
    background: #E5E5E5;
    padding: 0 20px; }
    .join_wrapper .table_title p {
      float: left;
      width: 64px;
      font-size: 16px;
      color: #333333;
      text-align: center;
      line-height: 50px;
      margin-right: 150px; }
    .join_wrapper .table_title p:last-child {
      float: right;
      margin-right: 66px; }
  .join_wrapper .table_con {
    width: 100%;
    border: 1px solid #E5E5E5;
    border-top: none; }
    .join_wrapper .table_con ul.zhaopin_list li {
      border-bottom: 1px solid #E5E5E5;
      padding: 0;
      position: relative; }
      .join_wrapper .table_con ul.zhaopin_list li p {
        float: left;
        color: #333333;
        line-height: 48px; }
      .join_wrapper .table_con ul.zhaopin_list li p.number {
        position: absolute;
        left: 280px;
        width: 48px;
        text-align: center; }
      .join_wrapper .table_con ul.zhaopin_list li p.xueli {
        position: absolute;
        left: 452px;
        width: 120px;
        text-align: center; }
      .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper {
        float: right;
        padding-top: 10px; }
        .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; }
        .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper button:hover {
          cursor: pointer;
          background: #B8061B;
          border: none;
          color: #fff; }
        .join_wrapper .table_con ul.zhaopin_list li .btn_wrapper .look {
          margin-left: 14px; }
    .join_wrapper .table_con .condetails {
      background: #FFFFFF;
      padding: 20px;
      width: 550px; }
      .join_wrapper .table_con .condetails img.sanjiao {
        position: absolute;
        top: -7px;
        left: 42px; }
      .join_wrapper .table_con .condetails span {
        float: left;
        font-size: 12px;
        color: #333333;
        line-height: 12px;
        margin-bottom: 12px;
        margin-right: 25px; }
      .join_wrapper .table_con .condetails h3 {
        font-size: 12px;
        color: #333333;
        line-height: 12px;
        font-weight: bold;
        margin-top: 8px;
        margin-bottom: 10px; }
      .join_wrapper .table_con .condetails p {
        font-size: 12px;
        color: #333333;
        line-height: 18px !important; }
      .join_wrapper .table_con .condetails div.require-border {
        width: 100%;
        height: 1px;
        background: #E7E7E7;
        margin-top: 20px;
        margin-bottom: 17px; }
    .join_wrapper .table_con .turnpage {
      width: 334px;
      margin: 30px auto; }
      .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; }
      .join_wrapper .table_con .turnpage ul .firstpage {
        width: 48px;
        height: 24px; }
      .join_wrapper .table_con .turnpage ul .lastpage {
        width: 62px; }
      .join_wrapper .table_con .turnpage ul .hui {
        color: #E5E5E5; }
      .join_wrapper .table_con .turnpage ul .pagecurrent {
        background: #B8061B;
        border: none;
        color: #fff; }
      .join_wrapper .table_con .turnpage ul li:hover {
        cursor: pointer;
        background: #B8061B;
        border: none;
        color: #fff; }

.form_selectwrapper {
  float: left; }
  .form_selectwrapper .form_select {
    position: relative; }
    .form_selectwrapper .form_select .form_select_title h4 {
      width: 250px;
      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: 250px;
      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-bottom: 14px; }
      .form ul li h3 {
        width: 130px;
        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: 250px;
        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; }

.contactus {
  width: 800px;
  margin: 0 auto; }
  .contactus .contact_info img {
    float: left; }
  .contactus .contact_info .contact_txt {
    float: left;
    margin-left: 30px; }
    .contactus .contact_info .contact_txt .contact_txt_title {
      margin-bottom: 30px; }
      .contactus .contact_info .contact_txt .contact_txt_title h3 {
        font-size: 20px;
        color: #001120;
        line-height: 20px;
        margin-bottom: 20px; }
      .contactus .contact_info .contact_txt .contact_txt_title span.line {
        width: 355px;
        height: 1px;
        background: #E5E5E5;
        display: block; }
    .contactus .contact_info .contact_txt p {
      color: #333333;
      margin-bottom: 16px;
      line-height: 14px; }
  .contactus .form_wrapper {
    margin-top: 40px; }
    .contactus .form_wrapper .title {
      text-align: center; }
      .contactus .form_wrapper .title h3 {
        font-size: 20px;
        color: #001120;
        line-height: 20px;
        margin-bottom: 14px; }
      .contactus .form_wrapper .title h4 {
        color: #999999;
        line-height: 14px; }
      .contactus .form_wrapper .title span.line {
        width: 100%;
        height: 1px;
        background: #E5E5E5;
        display: block;
        margin-top: 20px; }
    .contactus .form_wrapper .form ul {
      width: 490px;
      margin: 0 auto; }
      .contactus .form_wrapper .form ul li {
        float: none; }
        .contactus .form_wrapper .form ul li textarea {
          width: 360px;
          height: 100px; }
          .contactus .form_wrapper .form ul li textarea img.yanzhengma {
            width: 90px; }

@media screen and (max-width: 1024px) {
  .page_center {
    width: 90%; }
  .nav .nav_center {
    width: 90%; }
  .foot .foot_center {
    width: 90%; }
  .nav .nav_center ul.nav_ul {
    margin-left: 70px; }
  .home_news .news_content ul li {
    width: 31%;
    margin-bottom: 30px; }
  .page_wrapper .page_content {
    width: 70%; }
  .news_wrapper .news_con ul li .news_txt {
    width: 72%; }
  .product_details .details_img img {
    margin-bottom: 20px; }
  .form ul {
    width: 100%; }
  .form ul li .title {
    width: 100%; }
  .join_wrapper .table_title p {
    width: 20%;
    margin: 0; }
  .join_wrapper .table_title {
    padding: 0; }
  .join_wrapper .table_title p {
    padding: 0; }
  .join_wrapper .table_con ul.zhaopin_list li {
    padding-left: 30px; }
  .join_wrapper .table_con ul.zhaopin_list li p.number {
    left: 26%; }
  .join_wrapper .table_con ul.zhaopin_list li p.xueli {
    left: 44%; }
  .join_wrapper .table_con .condetails span {
    width: 44%; }
  .honor_img_wrapper img {
    margin-bottom: 20px; }
  .company_advantage .company_advantage_con .company_advantage_part .company_advantage_img ul {
    width: 80% !important; } }
