li {
  list-style: none; }

.inner_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99; }

* {
  padding: 0;
  margin: 0; }

.clear {
  clear: both;
  display: block;
  width: 100%; }

.pro_list .cen li p, .news_b li .news_c h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.clearfix:after {
  content: '';
  clear: both;
  display: block; }

.nav_fr {
  padding-right: 30px; }
  .nav_fr ul {
    margin: 0; }
  .nav_fr li {
    float: left; }
    .nav_fr li a {
      color: #1f3844;
      font-size: 16px;
      line-height: 76px;
      display: inline-block;
      padding: 0 33px; }
    .nav_fr li em {
      width: 1px;
      height: 10px;
      background: #c9c9c9;
      display: inline-block; }
    .nav_fr li img {
      vertical-align: middle; }
  .nav_fr .nav_li_p a {
    padding: 0 5px; }
  .nav_fr .nav_li_p_mar {
    margin-left: 44px; }

.inner_nav {
  height: 76px;
  background: #fff; }
  .inner_nav .inner_logo {
    padding-left: 30px; }
    .inner_nav .inner_logo img {
      height: 40px;
      padding-top: 18px; }

.fix_nav_hei {
  height: 76px; }

.seek_form {
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  position: absolute;
  z-index: 3;
  height: 76px;
  display: none; }
  .seek_form input {
    width: 96%;
    height: 76px;
    line-height: 76px;
    font-size: 20px;
    padding: 0 10px;
    display: block;
    float: left;
    border-bottom: none;
    outline: none; }
  .seek_form .close_seek {
    float: right;
    position: absolute;
    right: 20px;
    top: 18px;
    cursor: pointer;
    z-index: 3; }
    .seek_form .close_seek img {
      height: 30px; }

.nav_type {
  background: #eb6100;
  width: 100%;
  padding: 45px 0; }
  .nav_type .cen {
    max-width: 1200px;
    margin: 0 auto; }
  .nav_type ul {
    text-align: center;
    display: flex; }
  .nav_type li {
    flex: 1; }
    .nav_type li img {
      height: 77px;
      transition: all .3s; }
    .nav_type li p {
      color: #fff;
      font-size: 16px;
      margin-top: 2px; }
    .nav_type li a:hover img {
      transform: scale(1.1, 1.1); }

img {
  max-width: 100%; }

.nav_abs {
  position: absolute;
  width: 97%;
  left: 1.5%;
  background: #fff;
  top: 76px;
  z-index: 3;
  box-shadow: 1px 2px 6px rgba(0, 0, 0, 0.15);
  border-radius: 0 0 10px 10px;
  padding-bottom: 60px;
  display: none; }
  .nav_abs ul {
    width: 33.3%;
    float: left;
    background: url(../images/nav_bg.png) no-repeat top right;
    text-align: center; }
    .nav_abs ul a {
      line-height: 1; }
    .nav_abs ul p {
      color: #888;
      font-size: 14px;
      line-height: 44px; }
    .nav_abs ul img {
      width: 60%; }
  .nav_abs dl {
    width: 66.6%;
    float: left;
    padding-left: 80px;
    box-sizing: border-box;
    padding-top: 20px; }
    .nav_abs dl dt {
      width: 33.3%;
      float: left; }
      .nav_abs dl dt a {
        line-height: 1;
        display: inline-block;
        width: 100%;
        padding: 25px 0; }
    .nav_abs dl .med_p .med_icon {
      display: inline-block;
      vertical-align: top;
      margin-top: 5px; }
    .nav_abs dl .med_p .med_content {
      display: inline-block;
      vertical-align: middle;
      margin-left: 20px; }
      .nav_abs dl .med_p .med_content h3 {
        color: #eb6100;
        font-size: 18px;
        margin-bottom: 20px; }
      .nav_abs dl .med_p .med_content p {
        color: #666;
        font-size: 14px;
        margin-bottom: 8px; }

.pro_type {
  margin: 34px auto; }
  .pro_type .cen {
    max-width: 1200px;
    margin: 0 auto; }
    .pro_type .cen ul {
      border-left: 1px solid #eee;
      width: auto; }
      .pro_type .cen ul li {
        float: left;
        height: 40px;
        line-height: 40px;
        color: #666;
        font-size: 12px;
        border: 1px solid #eee;
        border-left: none; }
        .pro_type .cen ul li a {
          display: block;
          width: 100%;
          padding: 0 22px; }
          .pro_type .cen ul li a:hover {
            color: #eb6100; }
        .pro_type .cen ul li:nth-child(1) {
          border-radius: 4px 0 0 4px; }
        .pro_type .cen ul li:nth-last-child(1) {
          border-radius: 0 4px 4px 0; }
      .pro_type .cen ul .current {
        background: #eb6100; }
        .pro_type .cen ul .current a {
          color: #fff;
          font-weight: bold; }

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4); }

.pro_list {
  margin-top: 50px; }
  .pro_list .cen {
    max-width: 1200px;
    margin: 0 auto; }
    .pro_list .cen ul {
      margin-left: -14px;
      margin-right: -14px; }
    .pro_list .cen li {
      width: 25%;
      float: left;
      margin-bottom: 28px; }
      .pro_list .cen li p {
        background: #f5f5f5;
        text-align: center;
        padding: 20px 4px; }
      .pro_list .cen li .bg {
        opacity: 0;
        transition: all .3s; }
      .pro_list .cen li .href_b {
        display: none; }
      .pro_list .cen li:hover .bg {
        opacity: 1; }
      .pro_list .cen li:hover .href_b {
        display: block; }
    .pro_list .cen .pro_b {
      margin: 0 14px;
      border: 1px solid #eee;
      position: relative; }
    .pro_list .cen .pro_img {
      text-align: center;
      line-height: 314px; }
      .pro_list .cen .pro_img img {
        vertical-align: middle;
        display: inline-block;
        width: 90%; }
    .pro_list .cen .href_b {
      position: absolute;
      text-align: center;
      top: 50%;
      left: 50%;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: #eee;
      text-align: center;
      line-height: 40px;
      transform: translate(-50%, -50%); }
      .pro_list .cen .href_b img {
        width: 20px; }
    .pro_list .cen .pro_img_pos {
      position: relative; }

.page {
  text-align: center;
  padding: 30px 0; }
  .page li {
    display: inline-block;
    vertical-align: middle; }
    .page li a {
      display: block;
      height: 32px;
      color: #000;
      font-size: 14px;
      text-align: center;
      line-height: 32px;
      background: #eee;
      margin: 0 2px;
      padding: 0 11px; }
      .page li a:hover {
        background: rgba(235, 97, 0, 0.8);
        color: #fff; }
    .page li .current {
      background: #eb6100;
      color: #fff; }

.footer2 {
  background: #eaeae9;
  margin-top: 100px; }

.mob_head {
  display: none; }

@media (max-width: 750px) {
  .inner_nav {
    display: none; }

  .pro_type {
    padding: 0 10px;
    margin: 20px auto; }
    .pro_type .cen ul {
      border: none; }
      .pro_type .cen ul li {
        width: 50%;
        border: none; }

  .pro_list {
    padding: 0 10px;
    margin-top: 20px; }
    .pro_list .cen li {
      width: 100%; }

  .footer2 {
    margin-top: 30px; }

  .nav_type {
    padding: 30px 10px;
    box-sizing: border-box; }
    .nav_type ul {
      display: block; }
      .nav_type ul li {
        width: 33.3%;
        float: left;
        margin: 5px 0; }
        .nav_type ul li p {
          font-size: 14px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .nav_type ul li img {
          height: 60px; }

  .mob_head {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    background: #fff;
    display: block; }

  .mob_logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15px; }
    .mob_logo img {
      height: 40px; }

  .mob_img {
    padding-left: 10px;
    padding-top: 23px;
    height: 100%;
    padding-bottom: 10px;
    padding-right: 15px; }
    .mob_img img {
      width: 30px; } }
.mob_head_ul {
  width: 100%;
  background: #fff;
  position: relative;
  top: 0;
  display: none; }
  .mob_head_ul ul {
    padding: 10px 30px; }
    .mob_head_ul ul li {
      position: relative; }
      .mob_head_ul ul li a {
        display: block;
        width: 100%;
        font-size: 14px;
        color: #333;
        padding: 10px;
        border-bottom: 1px solid #eee;
        box-sizing: border-box; }
      .mob_head_ul ul li dl a {
        padding: 10px 20px; }
      .mob_head_ul ul li .two_level {
        position: relative; }
        .mob_head_ul ul li .two_level img {
          position: absolute;
          right: 0;
          top: 12px;
          height: 16px; }

.mobile_href a {
  display: block;
  width: 100%;
  padding: 10px 20px; }
.mobile_href .mob_icon {
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin: 20px auto;
  border: 1px solid #ccc;
  display: block;
  padding: 0 7px;
  box-sizing: border-box; }

.inner_ban {
  position: relative;
  width: 100%; }
  .inner_ban img {
    width: 100%;
    display: block; }

.max_wid {
  max-width: 1200px;
  margin: 0 auto; }

.about {
  margin: 75px auto; }
  .about .about_fl {
    width: 50%; }
    .about .about_fl .a_title {
      color: #222;
      font-size: 40px;
      /* text-transform: uppercase; */
      margin-bottom: 40px; }
  .about .about_fr {
    width: 50%; }

@media (max-width: 750px) {
  .about {
    margin: 30px auto;
    padding: 0 15px; }
    .about .about_fl {
      width: 100%;
      margin-bottom: 20px; }
      .about .about_fl .a_title {
        font-size: 20px;
        margin-bottom: 20px; }
    .about .about_fr {
      width: 100%; } }
.one_news {
  padding: 58px 0; }
  .one_news .news_pic {
    width: 41%; }
    .one_news .news_pic img {
      width: 100%; }
  .one_news .news_content {
    width: 53%; }
    .one_news .news_content h3 {
      color: #222;
      font-size: 18px; }
    .one_news .news_content h4 {
      color: #888;
      font-size: 12px;
      padding: 20px 0; }
    .one_news .news_content a {
      color: #ef821a;
      font-size: 14px; }
      .one_news .news_content a:hover {
        background: #ef821a;
        color: #fff;
        padding: 5px 10px;
        transition: all .3s; }
  .one_news .news_intro {
    border-top: 1px solid #ededed;
    padding: 20px 0; }
    .one_news .news_intro p {
      color: #888;
      font-size: 14px;
      line-height: 22px; }

.news_b li {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #ececec;
  margin-bottom: 25px;
  transition: all .3s; }
  .news_b li a {
    display: flex;
    width: 100%; }
  .news_b li .news_flex {
    flex: 1; }
    .news_b li .news_flex .news_img {
      width: 180px; }
      .news_b li .news_flex .news_img img {
        width: 100%;
        border-radius: 4px; }
  .news_b li .news_c {
    flex: 5;
    padding-left: 20px;
    max-width: 980px; }
    .news_b li .news_c h3 {
      margin-bottom: 10px;
      font-weight: bold;
      color: #222; }
    .news_b li .news_c .new_p_c {
      color: #888;
      font-size: 14px;
      line-height: 26px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical; }
    .news_b li .news_c p {
      color: #888;
      font-size: 12px;
      margin-top: 15px; }
  .news_b li:hover {
    background: #ef821a; }
    .news_b li:hover .news_c h3 {
      color: #fff; }
    .news_b li:hover .news_c .new_p_c {
      color: #ffe8d2; }
    .news_b li:hover .news_c p {
      color: #ffe8d2; }

@media (max-width: 750px) {
  .one_news {
    padding: 20px 10px; }
    .one_news .news_pic {
      width: 30%; }
    .one_news .news_content {
      width: 66%; }
      .one_news .news_content h3 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      .one_news .news_content h4 {
        padding: 10px 0; }
    .one_news .news_intro {
      padding: 10px 0; }
      .one_news .news_intro p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }

  .news_b li a {
    display: block; }
  .news_b li:after {
    content: '';
    clear: both;
    display: block; }
  .news_b li .news_flex {
    float: left;
    width: 35%; }
    .news_b li .news_flex .news_img {
      width: 100%; }
  .news_b li .news_c {
    width: 63%;
    margin-left: 2%;
    padding-left: 0;
    float: left; }
    .news_b li .news_c .new_p_c {
      line-height: 20px; }
    .news_b li .news_c p {
      margin-top: 8px; } }
.contact_p p {
  margin-bottom: 12px; }
  .contact_p p img, .contact_p p em {
    display: inline-block;
    vertical-align: middle; }
  .contact_p p img {
    max-width: 15px; }
  .contact_p p em {
    color: #444;
    font-size: 14px;
    font-style: normal;
    padding-left: 2px; }

.if_map {
  border: none;
  width: 100%;
  height: 550px;
  border: none; }

@media (max-width: 750px) {
  .map_b {
    padding: 10px 20px; }
    .map_b .if_map {
      height: 300px; } }
.inner_pos {
  width: 1200px;
  position: absolute;
  left: 50%;
  top: 30%;
  z-index: 3;
  transform: translateX(-50%);
  text-align: left; }
  .inner_pos h3 {
    color: #fff;
    font-size: 30px; }
  .inner_pos p {
    color: #fff;
    font-size: 16px;
    margin-top: 16px; }

.p_det_b {
  max-width: 786px;
  margin: 0 auto;
  padding: 55px 0 0; }

.p_detail_title {
  color: #666;
  font-size: 16px;
  text-align: center;
  padding: 35px 0; }

.half_five {
  width: 50%;
  float: left;
  position: relative; }

.half_img {
  display: block;
  width: 100%; }

.det_p_c {
  top: 50%;
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translate(-50%, -50%); }
  .det_p_c h3 {
    color: #222;
    font-size: 24px;
    margin-bottom: 30px; }
  .det_p_c p {
    color: #666;
    font-size: 16px;
    line-height: 24px; }

.det_title {
  text-align: center;
  margin: 80px auto 70px; }
  .det_title h3 {
    color: #222;
    font-size: 24px;
    
    margin-bottom: 28px;
    }
  .det_title p {
    color: #888;
    font-size: 14px; }

.det_pro_b img {
  display: block;
  margin: 0 auto;
  max-width: 796px; }

.det_content2 ul {
  display: flex; }
  .det_content2 ul li {
    flex: 1; }
  .det_content2 ul .det_bg {
    background: #eb6100; }

.det_bg_img {
  margin:0 auto;padding:80px 0;
  max-width: 354px; display: block;
}

.det_content2_mar {
  margin-top: 80px; }

.pro_sec {
  background: url(../images/p_img.jpg) no-repeat center center;
  padding: 200px 0; }

.det_p_c2 h3 {
  font-size: 80px; }
.det_p_c2 h3, .det_p_c2 p {
  color: #fff; }

.det_content4 {
  background: #eb6100;
  padding-top: 25px; }
  .det_content4 .max_wid {
    display: flex;
    align-items: center; }

.det_col {
  flex: 1;
  text-align: center;
  position: relative; }
  .det_col li {
    padding: 25px 0; }
    .det_col li p {
      color: #fff;
      font-size: 16px;
      margin: 20px auto 0;
      max-width: 288px; }

.col_li_img {
  width: 112px;
  height: 112px;
  line-height: 110px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  overflow: hidden; }
  .col_li_img img {
    max-height: 100%;
    width: 80%;
    vertical-align: middle; }

.pro_ul_pos img {
  max-width: 400px; }

.pro_bot {
  background: #000;
  padding: 90px 0; }
  .pro_bot li {
    width: 50%;
    text-align: center; }
  .pro_bot ul {
    position: relative; }

.pro_bot_title {
  margin-bottom: 46px; }
  .pro_bot_title em, .pro_bot_title font {
    display: inline-block;
    vertical-align: middle; }
  .pro_bot_title em {
    width: 60px;
    height: 1px;
    background: #fff; }
  .pro_bot_title font {
    color: #fff;
    font-size: 26px;
    padding: 0 8px; }

.pro_bot_href {
  display: inline-block;
  background: #fff;
  border-radius: 27px;
  width: 275px;
  text-align: center;
  line-height: 53px; }
  .pro_bot_href .bot_href_icon {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    text-align: left; }
    .pro_bot_href .bot_href_icon img {
      vertical-align: middle; }
  .pro_bot_href p {
    color: #222;
    font-size: 16px;
    display: inline-block;
    vertical-align: middle; }
  .pro_bot_href:hover {
    transform: scale(1.1, 1.1); }

.pro_or {
  position: absolute;
  left: 52%;
  top: 0;
  color: #fff;
  font-size: 26px;
  transform: translateX(-50%); }

.pro_bot2_line {
  width: 40px;
  height: 2px;
  background: #2c2622;
  display: block;
  margin: 0 auto; }

.pro_bot2 {
  padding: 75px 0; }

.pro_bot2 ul {
  display: flex;
  max-width: 980px;
  margin: 40px auto 10px; }
  .pro_bot2 ul li {
    flex: 1;
    text-align: center; }
    .pro_bot2 ul li p {
      color: #666;
      font-size: 18px;
      margin-top: 20px; }

@media (max-width: 1200px) {
  .inner_pos {
    width: 100%; } }
@media (max-width: 750px) {
  .p_detail_title {
    padding: 20px 0; }

  .half_five {
    width: 100%; }

  .det_pro_b {
    padding: 0 10px; }
    .det_pro_b img {
      max-width: 100%;
      width: 100%; }

  .det_content2 ul {
    display: block; }
    .det_content2 ul li {
      margin-top: 20px; }

  .det_bg_img {
    max-width: 90%;
    padding: 30px 0;
    float: none;
    margin: 0 auto;
    display: block; }

  .det_p_c {
    width: 100%;
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0, 0);
    padding: 15px;
    box-sizing: border-box; }

  .pro_sec {
    padding: 50px 0; }

  .det_p_c2 h3 {
    font-size: 40px;
    margin-bottom: 20px; }

  .det_content4 .max_wid {
    display: block; }

  .det_col {
    width: 100%; }

  .pro_bot {
    padding: 60px 15px; }

  .pro_bot_title {
    margin-bottom: 20px; }
    .pro_bot_title font {
      font-size: 18px; }

  .pro_bot li {
    width: 100%;
    margin: 30px auto; }

  .pro_or {
    top: 50%; }

  .pro_bot_href {
    width: 200px; }
    .pro_bot_href .bot_href_icon {
      width: 30px; }
    .pro_bot_href p {
      font-size: 14px; }

  .pro_bot2 {
    padding: 40px 0; }

  .pro_bot2 ul {
    display: block; }
    .pro_bot2 ul li {
      width: 50%;
      float: left;
      margin: 10px auto; }
      .pro_bot2 ul li p {
        margin-top: 10px; }
    .pro_bot2 ul .pro_bot2_img {
      height: 60px; }

  .inner_pos {
    padding: 10px;
    box-sizing: border-box; }
    .inner_pos h3 {
      font-size: 22px; }

  .p_detail {
    padding: 0 15px; }

  .p_det_b {
    padding: 30px 0 0; }
    .p_det_b p img {
      width: 100px; }

  .det_content {
    padding: 0 15px; } }

/*# sourceMappingURL=innerStyle.css.map */