@charset "UTF-8";
/* CSS Document */
body {
  font-size: 14px;
  font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif;
  color: #222;
  margin: 0;
  padding: 0;
  background: #fff;
  position: relative;
  line-height: 1.8; }

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, button, textarea, select, p, span {
  margin: 0;
  padding: 0; }

img {
  border: 0; }

ul, li, ol, ul {
  list-style: none; }

.clear {
  clear: both;
  height: 0; }

a:hover {
  text-decoration: underline;
  color: red; }

a {
  text-decoration: none;
  color: #222; }

.fr {
  float: right; }

.fl {
  float: left; }

.mid {
  float: left; }

.center {
  width: 1200px;
  margin: 0 auto; }

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* public css */
/* head css */
.head {
  position: absolute;
  padding: 35px 43px 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999; }
  .head .navbar {
    float: right; }
    .head .navbar a {
      display: inline-block;
      color: #fff;
      padding-left: 30px;
      position: relative;
      line-height: 62px;
      float: none; }
      .head .navbar a::before {
        content: '';
        width: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        height: 1px;
        top: 31px;
        background-color: #fff;
        position: absolute;
        left: 10px; }
      .head .navbar a:hover {
        text-decoration: none; }
        .head .navbar a:hover::before {
          width: 10px; }
  .head a {
    float: left; }
  .head a.no1 {
    display: block; }
  .head a.no2 {
    display: none;
    margin-top: 11px; }
  .head.nyhead {
    background-color: #fff;
    padding: 10px 5% 10px;
    position: fixed; }
    .head.nyhead .navbar a {
      color: #333;
      line-height: 52px;
      padding-left: 40px; }
  .head.active {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .head.active.nyhead {
      padding: 7px 5%; }

.navbarico {
  height: 60px;
  line-height: 60px;
  width: 40px;
  float: right;
  position: relative;
  display: none; }
  .navbarico span {
    width: 26px;
    height: 1px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .navbarico .navbar-top {
    top: 22px; }
  .navbarico .navbar-center {
    top: 29px; }
  .navbarico .navbar-bottom {
    top: 36px; }

.banner {
  overflow: hidden;
  width: 100%; }
  .banner img {
    display: block;
    overflow: hidden;
    width: 100%;
    float: left; }

.title {
  text-align: center; }
  .title h3 {
    font-size: 44px;
    line-height: 1.1;
    padding-bottom: 10px;
    color: #000; }
  .title p {
    font-size: 14px;
    color: #686868; }

.advantage {
  width: 1200px;
  margin: 100px auto;
  text-align: center;
  overflow: hidden; }
  .advantage .advantage_content {
    padding-top: 40px;
    width: 60%;
    margin: 0 auto;
    overflow: hidden; }
    .advantage .advantage_content li {
      width: 33.33%;
      float: left; }
      .advantage .advantage_content li strong {
        display: block;
        font-size: 54px;
        white-space: nowrap;
        color: #000;
        line-height: 1;
        font-family: "Century Gothic";
        font-weight: normal;
        padding-bottom: 15px; }
        .advantage .advantage_content li strong:after {
          vertical-align: top;
          font-size: 15px;
          color: #686868;
          line-height: 1.6; }
      .advantage .advantage_content li.no1 strong:after {
        content: "年"; }
      .advantage .advantage_content li.no2 strong:after {
        content: "个"; }
      .advantage .advantage_content li.no3 strong:after {
        content: "+"; }

.service {
  background-color: #f5f5f5;
  padding: 80px 0; }
  .service .layui-container {
    padding-top: 50px; }
  .service .layui-row {
    cursor: pointer; }
  .service .service_content {
    height: 425px;
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border: 5px solid #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .service .service_content strong {
      font-size: 24px;
      color: #000;
      display: block;
      padding-top: 24px; }
    .service .service_content b {
      color: red;
      font-size: 16px; }
    .service .service_content .des {
      padding: 5px 20px 0;
      color: #555; }
    .service .service_content .btm {
      position: absolute;
      left: 60px;
      right: 60px;
      bottom: 30px;
      background-color: #999;
      line-height: 34px;
      color: #fff;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .service .service_content:hover {
      border-color: #fbc4c4; }
      .service .service_content:hover .btm {
        background-color: #d90f0f; }

#choose {
  padding: 20px;
  width: 500px;
  box-sizing: border-box;
  display: none; }
  #choose .layui-form-item {
    margin-bottom: 10px; }
    #choose .layui-form-item.last {
      margin-bottom: 0;
      text-align: center; }
    #choose .layui-form-item .layui-btn {
      width: 40%; }
    #choose .layui-form-item a {
      line-height: 38px;
      color: red;
      text-decoration: underline; }

.case {
  padding: 80px 0;
  overflow: hidden; }
  .case .layui-container {
    margin-top: 40px;
    padding: 0; }
  .case a {
    display: block;
    position: relative;
    padding-top: 61%; }
    .case a span {
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0;
      background: rgba(0, 0, 0, 0.8);
      width: 100px;
      height: 32px;
      line-height: 32px;
      position: absolute;
      left: 50%;
      margin-left: -50px;
      margin-top: 0;
      top: 4.5%;
      z-index: 3;
      text-align: center;
      color: #fff;
      border-radius: 3px; }
    .case a:hover span {
      margin-top: -33px;
      opacity: 1;
      top: 50%; }
  .case .zz {
    width: 100%;
    background: url("../images/mobilebg.png") no-repeat left top transparent;
    z-index: 2;
    background-size: 100% auto;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%; }
  .case img {
    display: block;
    padding: 4.5% 14% 0;
    box-sizing: border-box;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.about {
  background: url(../images/aboutbg.jpg) repeat-y center top transparent;
  padding: 80px 0; }
  .about .aboutimg {
    margin-top: 10px;
    display: block;
    width: 100%; }
  .about .about_content {
    color: #fff; }
    .about .about_content h3 {
      font-size: 28px; }
    .about .about_content strong {
      display: block;
      font-size: 16px;
      font-weight: normal;
      margin-bottom: 10px; }
    .about .about_content .abouttel {
      display: inline-block;
      border: 1px solid #fff;
      color: #fff;
      padding: 0 10px;
      line-height: 2.6;
      margin-top: 15px; }

.news {
  padding: 80px 0 60px; }
  .news .title {
    margin-bottom: 40px; }
  .news .newtit {
    overflow: hidden;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold; }
    .news .newtit a {
      float: right;
      font-size: 14px;
      font-weight: normal; }
  .news ul {
    padding-top: 10px; }
    .news ul li {
      line-height: 32px; }
      .news ul li a {
        color: #888;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 14px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .news ul li a span {
          float: right;
          font-size: 12px; }
        .news ul li a:hover {
          text-decoration: none;
          background-color: #f8f8f8;
          padding: 0 10px; }

.footer {
  overflow: hidden;
  padding: 40px 0;
  font-size: 14px;
  background-color: #fff; }
  .footer .links {
    line-height: 32px; }
    .footer .links h3 {
      display: inline-block;
      border: 1px solid #999;
      color: #999;
      line-height: 30px;
      padding: 0 10px;
      font-size: 14px; }
    .footer .links a {
      color: #999;
      padding: 0 20px;
      white-space: nowrap;
      display: inline-block;
      font-size: 14px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .footer .links a:hover {
        color: #f2582c;
        background-color: #f8f8f8;
        text-decoration: none;
        border-radius: 3px; }
  .footer.nyfooter {
    border-top: 1px solid #eee; }

.nymain {
  overflow: hidden; }
  .nymain #nyproduct {
    margin-top: 240px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 2; }
    .nymain #nyproduct > div {
      padding: 20px; }
      .nymain #nyproduct > div .nyproduct_content {
        display: block;
        background-color: #fff;
        border: 11px solid #fff;
        -webkit-box-shadow: 0 0 10px #eee;
        box-shadow: 0 0 10px #eee;
        position: relative; }
        .nymain #nyproduct > div .nyproduct_content img {
          display: block;
          width: 100%; }
        .nymain #nyproduct > div .nyproduct_content .nyproduct_link {
          width: 100%;
          height: 100%;
          position: absolute;
          z-index: 2;
          background: rgba(0, 0, 0, 0.2);
          opacity: 0;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s; }
          .nymain #nyproduct > div .nyproduct_content .nyproduct_link a {
            display: block;
            width: 110px;
            height: 36px;
            line-height: 36px;
            -webkit-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -ms-transition: all 0.3s;
            transition: all 0.3s;
            text-align: center;
            left: 50%;
            top: 50%;
            margin-left: -55px;
            position: absolute;
            margin-top: -136px;
            background-color: #f45c2b;
            color: #fff; }
            .nymain #nyproduct > div .nyproduct_content .nyproduct_link a:hover {
              text-decoration: none;
              opacity: .9; }
        .nymain #nyproduct > div .nyproduct_content:hover .nyproduct_link {
          opacity: 1; }
          .nymain #nyproduct > div .nyproduct_content:hover .nyproduct_link a {
            margin-top: -18px; }
  .nymain .casediy {
    text-align: center;
    color: #999;
    font-size: 24px;
    background-color: #fff;
    padding-bottom: 40px; }
    .nymain .casediy a {
      display: inline-block;
      padding: 10px 18px;
      font-size: 16px;
      line-height: 1.1;
      color: #fff;
      background-color: #f45c2b;
      margin-top: 10px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      .nymain .casediy a:hover {
        text-decoration: none;
        opacity: .9; }
  .nymain .casetit {
    text-align: center;
    position: fixed;
    top: 140px;
    width: 100%;
    left: 0;
    z-index: -1; }
    .nymain .casetit h3 {
      font-size: 48px;
      color: #58585b;
      font-weight: normal;
      line-height: 1.3; }
    .nymain .casetit p {
      color: #888;
      font-family: "幼圆"; }
  .nymain .page {
    text-align: center;
    overflow: hidden;
    padding-top: 20px;
    background-color: #fff;
    position: relative;
    z-index: 2; }
    .nymain .page .pagination {
      display: inline-block; }
      .nymain .page .pagination p {
        border: none;
        background: none;
        font-size: 15px; }
        .nymain .page .pagination p.pageRemark {
          display: none; }
      .nymain .page .pagination a {
        border: none;
        font-size: 15px; }
        .nymain .page .pagination a.cur {
          background: none;
          color: red;
          text-decoration: underline;
          font-size: 15px; }
        .nymain .page .pagination a:hover {
          border: none;
          color: red; }
  .nymain #ArticleCategory {
    margin-top: 240px;
    overflow: hidden;
    background-color: #fff;
    padding-top: 40px;
    position: relative;
    z-index: 2; }
    .nymain #ArticleCategory .Articlelist a {
      padding: 8% 4%;
      display: block;
      overflow: hidden; }
      .nymain #ArticleCategory .Articlelist a .newtime {
        width: 20%;
        float: left;
        text-align: right;
        color: #bdbdbd; }
        .nymain #ArticleCategory .Articlelist a .newtime b {
          font-size: 24px;
          color: #222;
          font-family: HELVETICANEUELTPRO-THEX, Arial;
          line-height: 1.1;
          font-weight: normal;
          display: block; }
      .nymain #ArticleCategory .Articlelist a .item_info {
        float: left;
        width: 80%;
        box-sizing: border-box;
        padding-left: 20px; }
        .nymain #ArticleCategory .Articlelist a .item_info .item_info_title {
          font-size: 16px;
          line-height: 26px;
          color: #222; }
        .nymain #ArticleCategory .Articlelist a .item_info .item_info_description {
          overflow: hidden;
          margin-top: 18px;
          height: 46px;
          color: #999; }
  .nymain .nylist {
    padding: 15px 0;
    border-bottom: 1px solid #ECECEC;
    border-top: 1px solid #ECECEC;
    margin-bottom: 40px;
    text-align: center; }
    .nymain .nylist a {
      position: relative;
      display: inline-block;
      margin-left: 1px;
      padding: 8px 25px;
      height: 1pc;
      color: #898989;
      line-height: 1pc;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      font-size: 14px;
      color: #898989; }
      .nymain .nylist a:before {
        position: absolute;
        content: "";
        color: #e7e7e7;
        left: 0;
        width: 1px;
        height: 16px;
        top: 50%;
        margin-top: -8px;
        background-color: #ECECEC;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        opacity: 1; }
      .nymain .nylist a.hover {
        background-color: #333;
        color: #fff; }
        .nymain .nylist a.hover:before {
          opacity: 0; }
      .nymain .nylist a:hover {
        text-decoration: none;
        background-color: #333;
        color: #fff; }
        .nymain .nylist a:hover:before {
          opacity: 0; }
      .nymain .nylist a.top-level:before {
        opacity: 0; }
      .nymain .nylist a:first-child:before {
        opacity: 0; }
  .nymain #showinfo {
    margin-top:140px;
    padding-bottom: 60px; }
    .nymain #showinfo .left {
      box-sizing: border-box;
      padding-right: 5%; }
      .nymain #showinfo .left h1 {
        font-size: 18px;
        line-height: 1.1; }
      .nymain #showinfo .left .fbtime {
        color: #888;
        margin-bottom: 30px; }
      .nymain #showinfo .left .nyContent {
        line-height: 2;
        color: #555; }
.nymain #showinfo .left .nyContent img{ max-width:100%!important; height:auto !important}
      .nymain #showinfo .left .page {
        text-align: left;
        line-height: 2.2;
        color: #555;
        padding-top: 10px;
        border-top: 1px dashed #eee;
        margin-top: 20px; }
        .nymain #showinfo .left .page a {
          color: #555; }
          .nymain #showinfo .left .page a:hover {
            color: #000; }
    .nymain #showinfo .right h3 {
      color: #666;
      font-weight: 400;
      font-size: 16px; }
    .nymain #showinfo .right .tag {
      overflow: hidden;
      padding: 20px 0;
      width: 100%;
      color: #444;
      font-size: 14px;
      border-bottom: 1px solid #f0f0f0; }
      .nymain #showinfo .right .tag a {
        display: inline-block;
        margin: 3px;
        padding: 0 9pt;
        height: 24px;
        background-color: #f0f0f0;
        color: #7b7b7b;
        line-height: 24px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .nymain #showinfo .right .tag a:hover {
          border-color: #333;
          background-color: #333;
          color: #fff;
          text-decoration: none; }
    .nymain #showinfo .right ul {
      padding-top: 20px; }
      .nymain #showinfo .right ul li a {
        display: block;
        line-height: 2.8;
        color: #333;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s; }
        .nymain #showinfo .right ul li a:hover {
          text-decoration: none;
          padding: 0 10px;
          background-color: #f8f8f8; }
    .nymain #showinfo .right .contact {
      overflow: hidden;
      padding: 20px;
      border: 5px solid #f0f0f0;
      margin-top: 20px; }

#info {
  margin-top: 240px;
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #fff; }
  #info .csrtit {
    font-size: 22px;
    padding: 40px 0 20px; }
    #info .csrtit p {
      color: #666;
      font-size: 14px; }

#diy {
  width: 100%;
  margin: 0 auto;
  line-height: 38px; }
  #diy .layui-form-label {
    width: 120px; }
  #diy .layui-form-text .layui-form-label {
    width: 100%;
    border-bottom: 0; }
  #diy .layui-form-pane .layui-input-block {
    margin-left: 120px; }
  #diy .layui-form-pane .layui-form-radio, #diy .layui-form-pane .layui-form-switch {
    margin-top: 0; }
  #diy .layui-form-radio > i:hover, #diy .layui-form-radioed > i {
    color: #f45c2b; }
  #diy .layui-btn {
    background-color: #f45c2b; }
  #diy .totalprice span {
    font-size: 22px;
    color: red; }
.Popup1{display:none}
.Popup {
    position: fixed;
    left: 0;
    top: 50%;
    width: 149px;
    height: 366px;
    top: 100px;
}
.Popup .close {
    position: absolute;
    right: 0;
    width: 20px;
    height: 20px;    cursor: pointer;
    line-height: 20px;
    border: 1px solid #ccc;
    text-align: center;
    color: #999;
    bottom: -29px;
}
@media (min-width: 1600px) {
  .layui-container {
    width: 1420px; }

  #diy {
    width: 80%; } }
@media screen and (max-width: 991px) {
.Popup1{ display:block; display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;}
.Popup1 img{ display:block; width:100%;}
.Popup{ display:none;}
	.nymain #showinfo{margin-top:90px;}
.left .baiduad{display:none;}
  .head {
    padding: 0 15px;
    background-color: #fff;
    height: 54px;
    position: fixed; }
    .head a.no1 {
      display: none; }
    .head a.no2 {
      display: block; }
    .head .navbar {
      position: absolute;
      top: 54px;
      background-color: #fff;
      left: -20px;
      right: -20px;
      height: 0;
      overflow: hidden;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0; }
      .head .navbar a {
        display: block;
        color: #333;
        line-height: 2.4;
        padding-left: 30px; }
      .head .navbar.active {
        height: auto;
        padding: 10px 0 20px;
        opacity: 1;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .head.nyhead {
      padding: 0 15px; }
      .head.nyhead .no1 {
        display: block;
        margin-top: 11px; }
        .head.nyhead .no1 img {
          height: 35px !important; }
      .head.nyhead.active {
        padding: 0 15px; }

  .about_image, .links, .footlogo {
    display: none; }

  .nymain .casetit {
    top: 13%; }
    .nymain .casetit h3 {
      font-size: 24px; }
  .nymain .layui-container {
    padding: 0; }
  .nymain #nyproduct, .nymain #ArticleCategory, .nymain #info {
    margin-top: 38%;
    padding-top: 5%; }
  .nymain #info {
    padding-left: 20px;
    padding-right: 20px; }
    .nymain #info img {
      max-width: 100% !important;
      height: auto !important; }
.nymain #showinfo .left{ padding-right:0;}
    .nymain #info #map img {
      max-width: none !important; }
  .nymain #ArticleCategory .Articlelist a {
    padding: 5% 4%; }
  .nymain .nylist {
    margin-bottom: 5%; }
    .nymain .nylist a {
      padding: 8px 17px; }
      .nymain .nylist a:before {
        display: none; }

  .service {
    padding: 40px 0; }
    .service .layui-container {
      padding-top: 20px; }

  .banner {
    margin-top: 54px; }

  .navbarico {
    display: block;
    height: 54px; }

  .title {
    padding: 0 15px; }
    .title h3 {
      font-size: 24px; }
    .title p {
      font-size: 13px; }

  .advantage {
    width: 100%;
    margin: 40px auto; }
    .advantage .advantage_content {
      width: 100%;
      padding-top: 30px; }
      .advantage .advantage_content li {
        font-size: 12px; }
        .advantage .advantage_content li strong {
          font-size: 24px; }

  .about {
    padding: 40px 0;
    text-align: center; }
    .about .about_content h3 {
      font-size: 22px; }

  .case {
    padding: 40px 0 30px; }
    .case .layui-container {
      margin-top: 20px; }

  .news {
    padding: 40px 0 10px; }
    .news .title {
      margin-bottom: 20px; }

  footer .links a {
    padding: 0 10px !important; }

  #diy .layui-form-label {
    width: 110px; }
  #diy .layui-form-pane .layui-input-block {
    margin-left: 110px; } }
@media screen and (max-width: 376px) {
	.nymain #showinfo{margin-top:90px;}
.nymain #showinfo .left{ padding-right:0;}
  #choose {
    width: 320px; }
    #choose .layui-form-item .layui-input-inline {
      margin-left: 0; }

  .pagination a {
    padding: 2px 6px !important; }

  .nymain #nyproduct, .nymain #ArticleCategory, .nymain #info {
    margin-top: 41%;
    padding-top: 5%; } }
.baiduad{ margin:20px 0;}
.siteseo{ margin-top:20px; color:#555}
.join {
    background: #eee;
    padding: 20px; 
}
.join h3 {
    font-size: 24px;
    text-align: center;
    line-height: 1.6;
}
.join td {
    padding: 5px ; width:50%;  box-sizing: border-box;
}
.join table{ width:100%}
.join input[type="text"] {
    width: 100%;
    border: 0;
    background-color: #fff;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 3px;
}
.join input.captcha {
    width: 50%;
}
.join .captchaimg{
height: 46px;
    vertical-align: top;
    margin-left: 5px;
}
.join input[type="submit"] {
    border: 0;
    padding: 0 100px;
    color: #fff;
    line-height: 42px;
    background-color: #f1582f;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer;
}
input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }