@charset "UTF-8";

.hot-keys:after, .xypg-download-list .download-title:after, .xypg-download-list .download-item:after, .xypg-download-list .download-item .download-item-span:after, .xypg-job-list .job-title:after, .xypg-job-list .job-item:after, .xypg-job-list .job-item .job-item-span:after, .xypg-detail-info-bar:after, .xypg-detail-info-bar .xypg-file-down .file-down-list li:after, .xypg-detail-pn div:after, .xypg-detail-file-dwon:after, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after {
  content: "";
  display: table;
  clear: both;
}

.x-header-right .x-login .username, .x-product-list li h3, .x-case-item .wz h3, .x-news-top h3, .x-news-list li a, .latest-news li a, .hot-keys li a, .xypg-left-nav > li > a, .xypg-left-nav .xypg-left-subnav > li > a, .xypg-left-nav .xypg-left-threenav > li > a, .xypg-product-list li h3 a, .xypg-case-list li h3 a, .xypg-news-list li .tit h3, .xypg-album-cate li .album-title, .xypg-album-list li h3, .xypg-download-list .download-item .download-item-span.download-item-first, .xypg-download-list .download-item .download-item-span .download-item-con, .xypg-job-list .job-item .job-item-span .job-item-con, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-product-slick .owl-item p, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .cover-item .item-first .wz h3, .cover-item .item-list h4, .tag-list-product .tag-wz h1, .tag-list-product .tag-wz .tab-fenli p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.x-banner .owl-carousel .banner-item a, .x-product-list li .img, .x-case-item .img, .x-news-img, .page-banner, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img, .x-logo a, .x-layout-logo, .x-layout-ewm img, .page-message-img {
  font-size: 0;
}

.x-banner .owl-carousel .banner-item a img, .x-product-list li .img img, .x-case-item .img img, .x-news-img img, .page-banner img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
  width: 100%;
}

.x-logo a img, .x-layout-logo img, .x-layout-ewm img img, .page-message-img img {
  max-width: 100%;
}

.x-product-list li .img, .x-case-item .img, .x-news-img, .xypg-product-list li .img, .xypg-case-list li .img, .relate-product-slick .owl-item .img {
  overflow: hidden;
}

.x-product-list li .img img, .x-case-item .img img, .x-news-img img, .xypg-product-list li .img img, .xypg-case-list li .img img, .relate-product-slick .owl-item .img img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-product-list li .img:hover img, .x-case-item .img:hover img, .x-news-img:hover img, .xypg-product-list li .img:hover img, .xypg-case-list li .img:hover img, .relate-product-slick .owl-item .img:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.container{max-width: 1200px!important;width:100% !important;margin: 0 auto;padding: 0;}

.container-fluid {
  padding: 0 8.33333333%;
}

/* @media (max-width: 768px) {
  body {
    padding-top: 60px;
  }
} */

.icon-font {
  position: relative;
}

.icon-font:after {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/icon_spirit.png);
  background-repeat: no-repeat;
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
}

.n-loading .n-icon {
  background: url("../images/loading.gif") 0 center no-repeat !important;
}

.n-default .msg-wrap .n-icon {
  background-image: url("../images/validator_default.png") !important;
}

.n-simple .msg-wrap .n-icon {
  background-image: url("../images/validator_simple.png") !important;
}

.n-yellow .msg-wrap .n-icon {
  background-image: url("../images/validator_simple.png") !important;
}

/*手机端头部*/
.xymob-head {
  position: fixed;
  top: 0;
  z-index: 999999;
  left: 0;
  right: 0;
  background: #151515;
}

.xymob-head-box {
  position: relative;
  height: 60px;
}

.xymob-head-box .xymob-logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 70%;
  height: 30px;
  text-align: center;
}

.xymob-head-box .xymob-logo h1, .xymob-head-box .xymob-logo a {
  display: inline;
  font-size: 0;
}

.xymob-head-box .xymob-logo img {
  height: 25px;
}

.xymob-navbtn {
  position: absolute;
  z-index: 9;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto 0 auto 27px;
  width: 30px;
  height: 20px;
}

.xymob-navbtn span, .xymob-navbtn:after, .xymob-navbtn:before {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-navbtn span {
  margin: 7px 0;
}

.xymob-navbtn:after, .xymob-navbtn:before {
  content: '';
  -webkit-transform-origin: 7.5%;
          transform-origin: 7.5%;
}

.xymob-navbtn.clicked span {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
}

.xymob-navbtn.clicked:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.xymob-navbtn.clicked:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.xymob-search-btn {
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14%;
  text-align: center;
  line-height: 60px;
}

.xymob-search-btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search-btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  left: 0;
  right: 0;
  height: 100vh;
  background: #151515;
  padding: 0 10%;
}

.xymob-menu .xymob-menu-box {
  height: 100vh;
  overflow: auto;
  padding-bottom: 80px;
}

.xymob-nav > li {
  border-bottom: 1px solid #2b2b2b;
  position: relative;
}

.xymob-nav > li > a {
  display: block;
  line-height: 50px;
  font-size: 16px;
  color: #ffffff;
}

.xymob-nav .xymob-menu-jt {
  position: absolute;
  width: 20%;
  height: 50px;
  line-height: 50px;
  right: 0;
  top: 0;
  text-align: center;
  z-index: 9;
}

.xymob-nav .xymob-menu-jt .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-nav .xymob-menu-jt .icon-font:after {
  background-position: -30px -240px;
}

.xymob-nav .xymob-menu-jt.clicked .icon-font:after {
  background-position: -30px -270px;
}

.xymob-nav .xymob-sub-menu {
  background: #1E1E1E;
  display: none;
}

.xymob-nav .xymob-sub-menu > li {
  border-top: 1px dashed #2b2b2b;
}

.xymob-nav .xymob-sub-menu > li > a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 40px;
  text-indent: 2em;
}

.xymob-dlbtn {
  margin-top: 40px;
}

.xymob-dlbtn a {
  text-align: center;
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #1e3fad;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.xymob-dlbtn a .icon-dl:after {
  background-position: -30px -540px;
}

.xymob-dlbtn a .icon-pn:after {
  background-position: -30px -600px;
}

.xymob-dlbtn a .icon-tc:after {
  background-position: -30px -570px;
}

.xymob-dlbtn .zx-btn {
  margin-top: 10px;
  background: none;
  border: 1px solid #fff;
}

.xymob-search {
  position: fixed;
  z-index: 99999;
  left: 100%;
  bottom: 0;
  top: 0;
  width: 100%;
  background: #151515;
  padding: 15px 15% 0 15%;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xymob-search .xymob-search-close-btn {
  position: absolute;
  top: 27px;
  left: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

@media (max-width: 420px) {
  .xymob-search .xymob-search-close-btn {
    left: 15px;
  }
}

.xymob-search .xymob-search-close-btn i {
  width: 100%;
  height: 100%;
  display: block;
}

.xymob-search .xymob-search-close-btn i:after {
  background-position: -30px -300px;
}

.xymob-search .xymob-search-box {
  height: 50px;
  border-bottom: 2px solid #2d2d2d;
}

.xymob-search .xymob-search-box input[type="text"] {
  width: 80%;
  float: left;
  background: none;
  border: none;
  outline: none;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Microsoft YaHei";
  font-size: 16px;
  height: 50px;
}

.xymob-search .xymob-search-box #s_btn {
  width: 20%;
  height: 50px;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 0;
  background: none;
  border: none;
}

.xymob-search .xymob-search-box #s_btn .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.xymob-search .xymob-search-box #s_btn .icon-font:after {
  background-position: -30px -210px;
}

.xymob-search .xymob-seaerch-wz span,
.xymob-search .xymob-seaerch-wz a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 45px;
  border-bottom: 1px solid #2b2b2b;
}

.xymob-search.clicked {
  left: 0;
}

.x-header {
  background: #ffffff;
  padding: 1.30208333% 0;
}

.x-logo {
  float: left;
  width: 15.3125%;
}

.x-logo a {
  display: block;
}

.x-header-right {
  float: right;
  width: 25%;
  text-align: right;
}

.x-header-right #formsearch,
.x-header-right .x-login {
  display: inline-block;
  vertical-align: middle;
}

.x-header-right #formsearch {
  width: calc(100% - 100px);
  position: relative;
}

.x-header-right #formsearch:before {
  content: '|';
  position: absolute;
  left: 36px;
  top: 5px;
}

.x-header-right #formsearch #s_btn {
  float: left;
  outline: none;
  border: none;
  width: 35px;
  height: 30px;
  font-size: 0;
  background-image: url(../images/icon_spirit.png);
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 -210px;
}

.x-header-right #formsearch #keyword {
  float: left;
  background: none;
  outline: none;
  border: none;
  width: calc(100% - 35px);
  color: rgba(0, 0, 0, 0.8);
  margin-top: 5px;
  height: 20px;
  padding-left: 10px;
}

.x-header-right .x-login {
  font-size: 14px;
  color: #000000;
  line-height: 1.6;
  line-height: 30px;
}

.x-header-right .x-login .username {
  max-width: 75px;
  vertical-align: -10px;
  display: inline-block;
}

.x-header-right .x-login a {
  color: #000;
}

.x-header-right .x-login a:hover {
  color: #1e3fad;
}

/* 扥路 */
.xa-login {
  position: absolute;
  width: 50%;
  text-align: right;
  top: 0;
  right: 8.33333333%;
}





/* 首页banner样式 */
.x-banner .owl-carousel {
  position: relative;
}

.x-banner .owl-carousel .banner-item a {
  display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
  left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
  right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev,
.x-banner .owl-carousel .owl-nav button.owl-next {
  outline: none;
  position: absolute;
  top: 50%;
  z-index: 9999;
  background: #424246;
  height: 65px;
  width: 50px;
  margin-top: -32.5px;
  border-radius: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;display:none;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover,
.x-banner .owl-carousel .owl-nav button.owl-next:hover {
  background: #1e3fad;display:none;
}

.x-banner .owl-carousel .owl-nav .icon-font {
  display: block;
  width: 100%;
  height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
  background-position: -34px -180px;display:none;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
  background-position: -26px -480px;display:none;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-nav button.owl-prev,
  .x-banner .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 30px;
    margin-top: -20px;
  }
  .x-banner .owl-carousel .owl-nav .iconfont {
    font-size: 20px;
  }
}

.x-banner .owl-carousel .owl-dots {
  position: absolute;
  z-index: 999;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 0;
  bottom:7%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .7em;
  outline: none;
  background: #fff;
  width:68px;
  height:8px;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
  background:#1e3fad;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
   background:#1e3fad;
}

@media (max-width: 990px) {
  .x-banner .owl-carousel .owl-dots button.owl-dot {
    font-size: 12px;
  }
}

.x-about {
  background: #ffffff;
  padding: 6.25% 0;
}

@media (min-width: 990px) {
  .x-about .x-title {
    float: left;
    width: 32.5%;
  }
}

.x-title {
  color: #000;
  position: relative;
}

.x-title p {
  text-transform: uppercase;
  font-size: 12px;
  color: inherit;
  line-height: 1.6;
  opacity: .7;
  margin-bottom: 0;
}

.x-title h3 {
  font-size: 26px;
  color: inherit;
  line-height: 1.3;
  margin-top: 1em;
}

.x-title h3 span {
  display: block;
}

.x-title a {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #000;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.x-title a:hover {
  background: #000;
}

.x-title a:hover .icon-add:after {
  background-position: -30px -450px;
}

.x-title .icon-add {
  width: 100%;
  height: 100%;
  display: block;
}

.x-title .icon-add:after {
  background-position: 0 -450px;
}

@media (max-width: 1024px) {
  .x-title h3 {
    font-size: 20px;
  }
  .x-title a {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}

.x-title.white {
  color: #fff;
}

.x-title.white a {
  border: 1px solid #fff;
  background: transparent;
  opacity: .8;
}

.x-title.white a .icon-font:after {
  background-position: -30px -450px;
}

.x-title.white a:hover {
  background: #fff;
}

.x-title.white a:hover .icon-font:after {
  background-position: 0 -450px;
}

@media (min-width: 990px) {
  .x-about-box {
    overflow: hidden;
  }
}

@media (min-width: 990px) {
  .x-about-left {
    width: 37.38317757%;
    border-right: 1px solid #e3e3e3;
    padding-right: 2.80373832%;
    float: left;
  }
}

.x-about-left > p {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1em;
}

.x-about-left ul {
  font-size: 0;
}

.x-about-left ul li {
  display: inline-block;
  width: 33.33333%;
  vertical-align: middle;
}

.x-about-left ul li h3 {
  font-size: 40px;
  color: #1e3fad;
  line-height: 1.6;
}

@media (max-width: 1366px) {
  .x-about-left ul li h3 {
    font-size: 30px;
  }
}

.x-about-left ul li p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .x-about-left > p {
    font-size: 14px;
  }
  .x-about-left ul li h3 {
    font-size: 20px;
  }
  .x-about-left ul li p {
    font-size: 14px;
  }
}

.x-about-right {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.846;
}

@media (min-width: 990px) {
  .x-about-right {
    overflow: hidden;
    padding-left: 4.6728972%;
  }
}

.x-about-right strong {
  display: block;
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 1.1em;
  font-weight: normal;
}

.x-about-right p {
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .x-about-right {
    font-size: 12px;
  }
  .x-about-right strong {
    font-size: 14px;
    color: #000;
    line-height: 1.6;
    margin-bottom: 10px;
  }
}

.x-product {
  padding: 4.16666667% 0 3.125%;
  background: #fff url(../images/pro_bg.jpg) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #f0f0f0), color-stop(30%, #fff), to(#fff));
  background: linear-gradient(to bottom, #f0f0f0 30%, #fff 30%, #fff 100%);
}

.x-product-list {
  font-size: 0;
  margin: 3.125% -12px 0 -12px;
}

.x-product-list li {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 24px);
  margin: 0 12px 45px 12px;
}

.x-product-list li h3 {
  border: 1px solid transparent;
  border-top: none;
  font-size: 16px;
  color: #000;
  line-height: 1;
  padding: 2.2em 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-product-list li:hover h3 {
  border-color: #e5e5e5;
  padding-left: .5em;
  padding-right: .5em;
  color: #1e3fad;
}

@media (max-width: 1024px) {
  .x-product-list li {
    margin-bottom: 20px;
  }
  .x-product-list li h3 {
    font-size: 14px;
    padding: 1em 0;
  }
}

.x-case {
  padding: 4.16666667% 0 5.20833333%;
  background: #fff url(../images/case_bg.jpg) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #1e3fad), color-stop(45%, #fff), to(#fff));
  background: linear-gradient(to bottom, #1e3fad 45%, #fff 45%, #fff 100%);
}

.x-case-list {
  margin-top: 2.5%;
  margin-left: 13.75%;
}

@media (max-width: 1024px) {
  .x-case-list {
    margin-left: 6.25%;
  }
}

.x-case-item {
  padding: 0 1px;
  background: #fff;
}

.x-case-item a {
  display: block;
  padding: 10px 20px 40px 20px;
  border: 1px solid transparent;
}

.x-case-item .wz {
  margin-top: 30px;
}

.x-case-item .wz h3 {
  font-size: 20px;
  color: #000;
  line-height: 1.6;
  margin-bottom: .6em;
}

.x-case-item .wz p {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  font-weight: 100;
  margin-bottom: 2em;
}

.x-case-item .wz span {
  display: block;
}

.x-case-item .wz .icon-right-arrow {
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #b0b3b8;
  border-radius: 50%;
}

.x-case-item .wz .icon-right-arrow:after {
  background-position: 2px -241px;
  opacity: .4;
}

@media (max-width: 1024px) {
  .x-case-item .wz {
    margin-top: 10px;
  }
  .x-case-item .wz h3 {
    font-size: 16px;
  }
  .x-case-item .wz p {
    font-size: 13px;
    margin-bottom: 1.5em;
  }
}

.x-case-item:hover a {
  border-color: #e5e5e5;
}

.x-case-item:hover .icon-right-arrow {
  background: #000;
  border-color: #000;
}

.x-case-item:hover .icon-right-arrow:after {
  background-position: -28px -241px;
  opacity: 1;
}

.x-company {
  background: #f0f0f0;
  padding: 2.60416667% 0 2.08333333%;
}

.x-company-title {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.9);
  line-height: 1.6;
}

.x-company-title:after {
  content: '';
  display: block;
  width: 20px;
  height: 4px;
  background: #3d3d3d;
  margin-top: 10px;
}

@media (max-width: 990px) {
  .x-company-title {
    font-size: 18px;
  }
  .x-company-title:after {
    height: 3px;
  }
}

.x-company-list {
  margin-top: 1.875%;
}

.x-company-item {
  padding: 0 15px;
}

.x-company-item a {
  display: block;
  text-align: center;
  width: 100%;
  height: 45px;
  font-size: 0;
}

.x-company-item a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-company-item a img {
  width: auto !important;
  display: inline-block !important;
}

.x-news {
  background: #fff;
  padding: 5.20833333% 0;
}

.x-news-box {
  margin-top: 3.125%;
  font-size: 0;
}

@media (min-width: 990px) {
  .x-news-img {
    width: 43.75%;
    margin-right: 3.4375%;
    display: inline-block;
    vertical-align: middle;
  }
}

@media (min-width: 990px) {
  .x-news-right {
    display: inline-block;
    vertical-align: middle;
    width: 52.8125%;
  }
}

.x-news-top {
  position: relative;
  padding-right: 18.93491124%;
  margin-bottom: 5.91715976%;
}

.x-news-top h3 {
  font-size: 18px;
  color: #000000;
  line-height: 1.6;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.x-news-top p {
  font-weight: 100;
  font-size: 13px;
  color: #000;
  line-height: 1.6;
}

.x-news-top .date {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  width: 70px;
}

.x-news-top .date h4 {
  font-size: 44px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1;
}

.x-news-top .date h5 {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.6;
}

.x-news-top .date span {
  display: inline-block;
}

.x-news-top .date span .icon-right-arrow {
  display: block;
  color: #fff;
  width: 25px;
  height: 25px;
  background: #000;
  border-radius: 50%;
}

.x-news-top .date span .icon-right-arrow:after {
  background-position: -28px -241px;
}

.x-news-top:hover h3 {
  color: #1e3fad;
}

.x-news-list li {
  position: relative;
  padding: 18px 80px 18px 0;
  border-bottom: 1px solid #ededed;
}

@media (max-width: 1366px) {
  .x-news-list li {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

.x-news-list li a {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
}

.x-news-list li a:hover {
  color: #1e3fad;
}

.x-news-list li span {
  position: absolute;
  right: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -9px;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.5);
}

.x-link {
  background: #fff;
  padding-bottom: 1.5%;
}

.x-message {
  background: #f0f0f0;
  padding: 2.34375% 0;
}

.x-message-wrap {
  margin-left: 24.375%;
  margin-right: 24.375%;
}

@media (max-width: 1366px) {
  .x-message-wrap {
    margin-left: 12.5%;
    margin-right: 12.5%;
  }
}

.x-message-wrap .row {
  margin-left: -5px;
  font-size: 0;
  margin-right: -5px;
}

.x-message-wrap div[class^='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.x-message-wrap input[type='text'],
.x-message-wrap textarea {
  width: 100%;
  height: 42px;
  border: 1px solid #d8d8d8;
  padding: 0 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.9);
  background: #f0f0f0;
  outline: none;
  margin-bottom: 10px;
}

.x-message-wrap input[type='text']::-webkit-input-placeholder,
.x-message-wrap textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']:-ms-input-placeholder,
.x-message-wrap textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::-ms-input-placeholder,
.x-message-wrap textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap input[type='text']::placeholder,
.x-message-wrap textarea::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.x-message-wrap textarea {
  padding-top: 5px;
  height: 95px;
  resize: none;
}

.x-message-wrap #checkcode {
  float: left;
  width: 32.29813665%;
  margin-bottom: 0;
}

.x-message-wrap .checkCodeImg {
  float: left;
  display: block;
  text-align: center;
  width: 17.39130435%;
  height: 42px;
  font-size: 0;
  background: #e7e4e4;
  padding: 5px 10px;
}

.x-message-wrap .checkCodeImg img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.x-message-wrap .checkCodeImg img {
  cursor: pointer;
}

.x-message-wrap .x-submit {
  float: right;
  width: 49.68944099%;
  height: 42px;
  background: #2d323b;
  color: #fff;
  font-size: 14px;
  border: none;
  outline: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-message-wrap .x-submit:hover {
  background: #1e3fad;
}

.n-default .n-invalid {
  border-color: #1e3fad !important;
}

.n-default .msg-wrap {
  top: 8px;
  right: 5px;
  margin-left: 0;
}

.n-default .x-textarea .msg-wrap {
  top: 65px;
}

/* 手机样式 */
@media (max-width: 990px) {
  .x-title h3 {
    font-size: 14px;
    margin-top: 5px;
  }
  .x-title h3 span {
    display: inline-block;
    margin-left: 5px;
  }
  .x-title h3 span:before {
    margin-right: 5px;
    content: '-';
  }
  .x-about .x-title {
    margin-bottom: 20px;
  }
  .x-about-left {
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
  }
  .x-product-list {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 20px;
  }
  .x-product-list li {
    width: calc(50% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
  }
  .x-case-list {
    margin-left: 0;
    margin-top: 20px;
  }
  .x-case-item a {
    padding: 10px;
  }
  .x-company-title {
    font-size: 14px;
  }
  .x-company-title p {
    margin-bottom: 0;
  }
  .x-company-title:after {
    margin-top: 5px;
  }
  .x-company-list {
    margin-top: 15px;
  }
  .x-news-box {
    margin-top: 20px;
  }
  .x-news-img,
  .x-news-right {
    width: 100%;
  }
  .x-news-img {
    margin-bottom: 15px;
  }
  .x-news-top h3 {
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 7px;
  }
  .x-news-top p {
    font-size: 12px;
  }
  .x-news-top .date h4 {
    font-size: 30px;
  }
  .x-news-top .date h5 {
    font-size: 12px;
  }
  .x-message-wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .x-message-wrap #checkcode {
    width: 65%;
  }
  .x-message-wrap .checkCodeImg {
    width: 35%;
  }
  .x-message-wrap .x-submit {
    float: none;
    margin-top: 10px;
    width: 100%;
  }
}

#container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 10px;
  border: 1px solid #f4f4f4;
  padding: 10px;
}

#container .city_list {
  padding-top: 10px;
}

#container .city_list .item {
  padding: 10px 0;
  line-height: 24px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
}

#container .city_list .item dt {
  float: left;
  font-family: arial;
  font-weight: bold;
  font-size: 18px;
  width: 35px;
  padding-left: 25px;
  color: #444;
  display: table-cell;
}

#container .city_list .item dd {
  margin: 0 0 0 55px;
  padding-left: 15px;
  border-left: 1px dashed #b2b2b2;
}

#container .city_list .item dd a {
  padding: 1px 12px 1px 12px;
  white-space: nowrap;
  float: left;
  color: #333;
  font-size: 14px;
  text-decoration: none;
}

#container .city_list .item dd a:hover {
  text-decoration: none;
  background: #eb2830;
  color: #fff;
}

#foot {
  width: 1000px;
  margin: 0 auto;
  text-align: center;
  margin-top: 10px;
  line-height: 24px;
  color: #666;
  border-top: 2px solid #eb2830;
  padding-top: 10px;
  font-size: 14px;
}

#foot a {
  color: #666;
  text-decoration: none;
}

#foot a:hover {
  color: #0aa8dd;
}

.return {
  position: relative;
  height: 36px;
  padding: 6px;
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  font: bold 22px/42px "\5FAE\8F6F\96C5\9ED1";
  color: #737372;
}

.return a {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 36px;
  width: 100px;
  text-align: center;
  display: block;
  background: #eb2830;
  color: #fff;
  line-height: 36px;
  font-size: 12px;
  font-weight: bold;
}

.return a:hover {
  text-decoration: none;
  background: #f39c11;
  color: #fff;
}

/* 口令弹窗 */
.float-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}

.float-modal .float-ads {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 5%;
  margin-top: -70px;
  background: #fff;
  text-align: center;
  padding: 30px 0;
  border-radius: 15px;
}

.float-modal .float-ads h3 {
  color: #333;
  margin-bottom: 20px;
  font-size: 16px;
}

.float-modal .float-ads button {
  background: #1292f8;
  border: none;
  color: #fff;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.x-layout {
  background: url(../images/layout_bg.jpg) top center no-repeat;
  background-size: cover;
  padding: 4.16666667%;
}

.x-layout-logo {
  margin-bottom: 20px;
}

.x-layout-desc {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
}

.x-layout-contact {
  margin-top: 30px;
}

.x-layout-contact p {
  margin-bottom: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.7;
}

.x-layout-contact strong {
  display: block;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.x-layout-contact a {
  color: #fff;
}

.x-layout-menu dl {
  float: left;
  width: 20%;
  text-align: center;
}

.x-layout-menu dl dt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 1.43em;
}

.x-layout-menu dl dd a {
  display: block;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 2;
}

.x-layout-ewm {
  text-align: center;
}

.x-layout-ewm p {
  background: rgba(255, 255, 255, 0.1);
  font-size: 13px;
  font-weight: 100;
  padding: .8em 0;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.7);
  margin: 15px 0 0 0;
}

.x-footer {
  background: #161618;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1.7;
}

.x-footer a {
  color: rgba(255, 255, 255, 0.5);
}

.x-footer a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.x-copyright {
  margin: 5px 0;
}

.x-power {
  margin-top: 5px;
}

/*左侧工具条*/
#toolbar {
  position: fixed;
  z-index: 9999;
  right: 17px;
  bottom: 10%;
}

#toolbar li {
  margin-bottom: 3px;
  font-size: 0;
  width: 57px;
  height: 57px;
  right: 0;
  position: relative;
}

#toolbar li a {
  display: block;
  position: absolute;
  z-index: 9;
  right: 0;
  top: 0;
  width: 57px;
  height: 57px;
  overflow: hidden;
  background: #1e3fad;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .icon-font {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
}

#toolbar li .icon-qq:after {
  background-position: 0 -150px;
}

#toolbar li .icon-phone:after {
  background-position: 0 -90px;
}

#toolbar li .icon-ewm:after {
  background-position: 0 -30px;
}

#toolbar li .icon-message:after {
  background-position: 0 -120px;
}

#toolbar li .icon-top:after {
  background-position: 0 -60px;
}

#toolbar li .icon-wangwang:after {
  background-position: 0 0;
}

#toolbar li .wz {
  display: inline-block;
  line-height: 57px;
  font-size: 14px;
  color: #fff;
  vertical-align: middle;
  padding-left: 10px;
}

#toolbar li.ewm .ewm-box {
  position: absolute;
  z-index: 1;
  padding: 5px;
  background: #1e3fad;
  width: 110px;
  right: 120%;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all .7s;
  transition: all .7s;
}

#toolbar li.ewm .ewm-box p {
  margin-bottom: 0;
}

#toolbar li.ewm .ewm-box img {
  max-width: 100%;
}

#toolbar li.ewm .ewm-box:after {
  content: '';
  position: absolute;
  right: -5px;
  bottom: 20px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: dashed dashed dashed solid;
  border-color: transparent transparent transparent #1e3fad;
  border-right: none;
}

#toolbar li.ewm:hover .icon {
  background-position: -57px -180px;
}

#toolbar li.ewm:hover .ewm-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#toolbar li.backtop {
  cursor: pointer;
}

#toolbar li.backtop .iconfont {
  color: #fff;
  background-color: #1e3fad;
}

#toolbar li:hover a {
  width: 200px;
}

#toolbar li:hover .icon-font {
  background-color: #1e3fad;
}

#toolbar li:hover .icon-qq:after {
  background-position: -30px -150px;
}

#toolbar li:hover .icon-phone:after {
  background-position: -30px -90px;
}

#toolbar li:hover .icon-ewm:after {
  background-position: -30px -30px;
}

#toolbar li:hover .icon-message:after {
  background-position: -30px -120px;
}

#toolbar li:hover .icon-wangwang:after {
  background-position: -30px 0;
}

#toolbar li:hover .icon-top:after {
  background-position: -30px -60px;
}

@media (max-width: 990px) {
  #toolbar {
    display: none;
  }
}

.page-position {
  padding: 15px 0;
  font-size: 14px;
  color: #2f2f2f;
}

.page-position a {
  color: #2f2f2f;
}

.page-position a:hover {
  color: #1e3fad;
}

.page-wrap {
  background: #ffffff;
  /* padding-bottom: 3.38541667%; */
}

@media (min-width: 990px) {
  .page-wrap-left {
    float: left;
    width: 305px;
    margin-right: 4.16666667%;
  }
}

.xypg-left-box {
  margin-bottom: 20px;
}

.xypg-left-title {
  background: #05273d;
  padding: 10px 20px;
  position: relative;
}

.xypg-left-title h3 {
  font-size: 20px;
  color: #ffffff;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 9;
}

.xypg-left-title i {
  position: absolute;
  left: -5px;
  top: -9px;
  font-style: normal;
  font-size: 67px;
  font-weight: bold;
  opacity: .1;
  color: #fff;
  line-height: 1;
  z-index: 1;
  text-transform: uppercase;display:none;
}

.xypg-left-title span {
  font-weight: normal;
  font-size: 16px;
  color: #fff;

  margin-left: 10px;
  text-transform: capitalize;
}

.xypg-left-title span:before {
  content: "/";
  padding-right: 5px;
}

.xypg-left-con {
  border: 1px solid #d2d2d2;
  border-top: none;
}

.latest-news {
  padding: 10px 0;
}

.latest-news li {
  padding: .5em 1em;
  font-size: 14px;
}

.latest-news li a {
  display: block;
  line-height: 1.2;
  color: #5a5a5a;
}

.latest-news li a:before {
  content: '+';
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
}

.latest-news li a:hover {
  color: #1e3fad;
}

.latest-news li a:hover:before {
  color: #1e3fad;
}

.hot-keys {
  padding: 20px 7px 8px 7px;
}

.hot-keys li {
  width: calc(50% - 14px);
  float: left;
  margin: 0 7px 14px 7px;
}

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 2.857;
  border: 1px dashed #f1f1f1;
}

.hot-keys li a:hover {
  color: #1e3fad;
  border-color: #1e3fad;
}

.page-wrap-contact {
  padding: 10px 0;
  font-size: 14px;
}

.page-wrap-contact h4 {
  padding: .3em 1.4em .8em 1.4em;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  border-top: 1px solid #eee;
  position: relative;
  margin-bottom: 0;
  padding: .8em 1.4em;
  color: #2f2f2f;
}

.page-message-img img {
  border: 1px solid #d2d2d2;
}

.page-wrap-right {
  overflow: hidden;
}

.page-mob-tool {
  position: fixed;
  right: 15px;
  bottom: 100px;
  z-index: 9999;
}

.page-mob-tool li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}

.page-mob-tool li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #1e3fad;
  opacity: .7;
}

.page-mob-tool li i {
  display: block;
  width: 100%;
  height: 100%;
}

.page-mob-tool li .icon-dots-horizontal:after {
  background-position: -30px -390px;
}

.page-mob-tool li .icon-top:after {
  background-position: -30px -60px;
}

@media (min-width: 992px) {
  .page-mob-tool {
    display: none;
  }
}

.navigation a {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.navigation a.previous_page {
  float: left;
}

.navigation a.next_page {
  float: right;
}

.navigation a:hover {
  color: #fff;
  border-color: #1e3fad;
  background: #1e3fad;
}

/* 手机站 左侧导航弹出特效 */
.xymob-left-close-btn {
  display: none;
}

@media (max-width: 990px) {
  /* 弹出框之后 body 上增加一个禁止滚动的类*/
  body.no-scroll,
  html.no-scroll {
    height: 100vh;
    overflow: hidden;
  }
  .xymob-menu-click {
    position: fixed;
    width: 100vw;
    overflow-y: scroll;
    top: 0;
    left: 100%;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
  }
  .xymob-menu-click .xypg-left-news,
  .xymob-menu-click .xypg-left-keys,
  .xymob-menu-click .xypg-left-contact,
  .xymob-menu-click .page-message-img {
    display: none;
  }
  .xymob-menu-click .xymob-left-close-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    background: black;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font {
    display: block;
    width: 100%;
    height: 100%;
  }
  .xymob-menu-click .xymob-left-close-btn .icon-font:after {
    background-position: -30px -300px;
  }
  .xymob-menu-click .xypg-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 90vh;
    padding: 5vh 0;
  }
  .xymob-menu-click .xypg-left .xypg-left-menu {
    width: 90%;
    background: #fff;
  }
  .xymob-menu-click.click {
    left: 0;
  }
}

/* 内页左侧导航栏样式 */
.xypg-left-nav {
  margin: 0 -1px;
}

.xypg-left-nav > li {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.xypg-left-nav > li:last-child {
  border-bottom: none;
}

.xypg-left-nav > li > a {
  display: block;
  font-size: 16px;
  line-height: 22px;
  color: #2e2e2e;
  padding: 15px 18px;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 30px;
  height: 30px;
  text-align: center;
  top: 10px;
  right: 20px;
  cursor: pointer;
  background: url(../images/icon_spirit.png) 0 -240px no-repeat;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background-position: 0 -270px;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #1e3fad;
}

.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  color: #1e3fad;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  padding: 0 10px;
}

.xypg-left-nav .xypg-left-subnav > li {
  border-top: 1px dashed #eeeeee;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  padding: 8px;
  display: block;
  line-height: 20px;
  color: #818181;
  font-size: 16px;
}

.xypg-left-nav .xypg-left-subnav > li > a:hover {
  color: #1e3fad;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a {
  color: #1e3fad;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  padding: 5px 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '\2014   ';
}

.xypg-left-nav .xypg-left-threenav > li > a:hover {
  color: #1e3fad;
}

.xypg-left-nav .xypg-left-threenav > li.clicked > a {
  color: #1e3fad;
}

@media (max-width: 990px) {
  .xypg-left-nav .xypg-left-threenav {
    display: block;
  }
}

.xypg-pro-description {
  border: 1px solid #e5e5e5;
  background: #f9f9f9;
  line-height: 24px;
  padding: 10px;
  margin-bottom: 15px;
  text-indent: 2em;
}

.xypg-product-list {
  margin: 0 -1.5%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 30.333%;
  margin: 0 1.5% 20px 1.5%;
  border: 2px solid #05273d;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li .img {
  display: block;
}

.xypg-product-list li h3{
  display: block;
  background: #05273d;
  margin-bottom:0px;
}

.xypg-product-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  /* color: #ffe9a3; */
  color: #fff;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-product-list li:hover {
  border-color: #1e3fad;
}

.xypg-product-list .no-result {
  margin: 0 1.5%;
  font-size: 14px;
}

.xypg-case-list {
  margin: 0 -1%;
  font-size: 0;
}

.xypg-case-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 10px 1%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-case-list li .img {
  display: block;
}


.xypg-case-list li h3 a {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 1.6;
  padding: .8em 0;
}

.xypg-case-list li:hover h3 a {
  color: #05273d;
}

/* 内页新闻列表 */
.xypg-news-list li {
  border: 1px solid #e1e1e1;
  padding: 30px;
  background: #fff;
  margin-bottom: 35px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.xypg-news-list .nsersleft{
	width:225px;
	float:left;
  margin-right: 25px;
}

.xypg-news-list .nsersright{
	width:525px;
	float:left;
}

.xypg-news-list li .tit {
  border-bottom: 1px solid #cbcbcb;
  margin-bottom: 15px;
  position: relative;
}

.xypg-news-list li .tit h3 {
  padding-bottom: 15px;
  font-size: 18px;
  color: #565656;
  font-weight: normal;
  padding-right: 25%;
  margin: 0;
}

.xypg-news-list li .tit .date {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  color: #666666;
}

.xypg-news-list li .info {
  font-size: 14px;
  line-height: 2;
  color: #999999;
}

.xypg-news-list li .more {
  margin-top: 15px;
}

.xypg-news-list li .more span {
  display: inline-block;
  width: 130px;
  line-height: 33px;
  text-align: center;
  color: #000;
  font-size: 14px;
  color: #666666;
  border: 1px solid #e1e1e1;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-news-list li:hover {
  -webkit-box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
          box-shadow: 0px 2px 13px 1px rgba(8, 1, 3, 0.18);
}

.xypg-news-list li:hover .tit h3 {
  color: #05273d;
}

.xypg-news-list li:hover .more span {
  color: #fff;
  background-color: #05273d;
}

@media (max-width: 990px) {
  .xypg-news-list li .tit {
    border-bottom: none;
  }
  .xypg-news-list li .tit h3 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .xypg-news-list li .tit .date {
    position: static;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 5px;
    color: #999;
  }
}

.xypg-album-cate {
  margin: 0 -1%;
}

.xypg-album-cate li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  border: 1px solid #eaeaea;
  padding: 10px;
}

.xypg-album-cate li .album-img {
  margin-bottom: 15px;
}

.xypg-album-cate li .album-img img {
  width: 100%;
}

.xypg-album-cate li .album-title {
  text-align: center;
  font-size: 15px;
  color: #666666;
  margin-bottom: 5px;
}

.xypg-album-cate li .album-num {
  font-size: 16px;
  color: #333333;
  text-align: center;
}

.xypg-album-cate li .album-num span {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .xypg-album-cate li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-cate {
    margin: 0;
  }
  .xypg-album-cate li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list {
  margin: 0 -1%;
}

.xypg-album-list li {
  float: left;
  width: 31.33333%;
  margin: 0 1% 20px 1%;
  position: relative;
}

.xypg-album-list li .img {
  display: block;
  overflow: hidden;
}

.xypg-album-list li .img img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-album-list li h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-weight: normal;
  font-size: 16px;
}

.xypg-album-list li:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media (max-width: 768px) {
  .xypg-album-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list {
    margin: 0;
  }
  .xypg-album-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

.xypg-album-list.xypg-getkey-list li {
  width: 18%;
}

@media (max-width: 1200px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 31.3333%;
  }
}

@media (max-width: 768px) {
  .xypg-album-list.xypg-getkey-list li {
    width: 48%;
  }
}

@media (max-width: 420px) {
  .xypg-album-list.xypg-getkey-list {
    margin: 0;
  }
  .xypg-album-list.xypg-getkey-list li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

/* 下载列表页 */
.xypg-download-list .download-title {
  line-height: 60px;
  background: #d9d9d9;
  font-size: 18px;
  color: #333333;
}

.xypg-download-list .download-title span {
  display: block;
  float: left;
  text-align: center;
  width: 19%;
}

.xypg-download-list .download-title .file-name {
  width: 43%;
  text-align: left;
  padding-left: 5%;
}

.xypg-download-list .download-item {
  line-height: 50px;
}

.xypg-download-list .download-item .download-item-span {
  float: left;
  width: 19%;
  text-align: center;
  font-size: 14px;
  color: #555555;
}

.xypg-download-list .download-item .download-item-span.download-item-first {
  padding-left: 4%;
  width: 43%;
  text-align: left;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn .iconfont {
  margin-right: 5px;
  font-size: 14px;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a {
  color: #1e3fad;
}

.xypg-download-list .download-item .download-item-span.download-item-iocn a:hover {
  text-decoration: underline;
}

.xypg-download-list .download-item:nth-child(odd) {
  background: #f3f3f3;
}

.xypg-download-list .download-item .mob-download-title {
  display: none;
}

@media (max-width: 768px) {
  .xypg-download-list .download-title {
    display: none;
  }
  .xypg-download-list .download-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important;
  }
  .xypg-download-list .download-item .download-item-span {
    float: none;
    width: 100%;
  }
  .xypg-download-list .download-item .download-item-span.download-item-first {
    padding-left: 0;
    width: 100%;
  }
  .xypg-download-list .download-item .download-item-span .mob-download-title {
    float: left;
    display: block;
    width: 130px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
  }
  .xypg-download-list .download-item .download-item-span .download-item-con {
    float: right;
    width: calc(100% - 130px);
    text-align: right;
    padding-right: 20px;
  }
  .xypg-download-list .download-item .download-item-span + .download-item-span {
    border-top: 1px dashed #ebebeb;
  }
}

/* 下招聘列表页 */
.xypg-job-list .job-name {
  width: 32.5%;
  padding-left: 4%;
}

.xypg-job-list .job-xlyq {
  width: 32.5%;
  padding-left: 4%;
}

.xypg-job-list .job-number {
  width: 20%;
  text-align: center;
}

.xypg-job-list .job-more {
  width: 15%;
  text-align: center;
}

.xypg-job-list .job-title {
  line-height: 60px;
  background: #1e3fad;
  font-size: 18px;
  color: #fff;
}

.xypg-job-list .job-title span {
  display: block;
  float: left;
  font-weight: bold;
}

.xypg-job-list .job-item {
  margin-top: 20px;
  line-height: 60px;
  background: #f8f8f8;
}

.xypg-job-list .job-item .job-item-span {
  float: left;
  font-size: 16px;
  color: #333333;
  min-height: 1px;
}

.xypg-job-list .job-item .job-item-span .job-item-con {
  display: block;
}

.xypg-job-list .job-item .job-more a {
  float: right;
  display: block;
  text-align: center;
  background: #000;
  width: 29px;
  height: 29px;
  margin: 15px 30px 0 0;
  background: #9c9c9c url(../images/xypg-job-jt.png) center no-repeat;
  border-radius: 50%;
}

.xypg-job-list .job-item .job-more a:hover {
  background-color: #1e3fad;
}

.xypg-job-list .job-item .mob-job-title {
  display: none;
}

@media (max-width: 768px) {
  .xypg-job-list .job-title {
    display: none;
  }
  .xypg-job-list .job-item {
    border: 1px solid #ebebeb;
    margin-bottom: 20px;
    background: #fff !important;
    line-height: 50px;
  }
  .xypg-job-list .job-item .job-item-span {
    float: none;
    width: 100%;
    padding-left: 0;
    font-size: 14px;
  }
  .xypg-job-list .job-item .job-item-span .mob-job-title {
    float: left;
    display: block;
    width: 130px;
    padding-left: 15px;
    text-align: left;
    font-weight: bold;
  }
  .xypg-job-list .job-item .job-item-span .job-item-con {
    float: right;
    width: calc(100% - 130px);
    text-align: right;
    padding-right: 20px;
  }
  .xypg-job-list .job-item .job-more a {
    margin: 12px 0 0 0;
  }
  .xypg-job-list .job-item .job-item-span + .job-item-span {
    border-top: 1px dashed #ebebeb;
  }
}

@media (max-width: 768px) {
  .xypg-product-list li {
    width: 47%;
  }
  .xypg-case-list li {
    width: 48%;
  }
}

@media (max-width: 375px) {
  .xypg-product-list li {
    width: 97%;
  }
  .xypg-case-list li {
    width: 98%;
  }
}

/* 分页基本样式 */
.xypg-pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.xypg-pagination .pagin-left,
.xypg-pagination .pagin-mid,
.xypg-pagination .pagin-right,
.xypg-pagination .pagin-select {
  display: inline-block;
  vertical-align: middle;
}

.xypg-pagination a,
.xypg-pagination #current {
  display: inline-block;
  font-size: 14px;
  color: #333333;
  font-family: "Microsoft YaHei",Arial;
  line-height: 26px;
  border: 1px solid #cbcbcb;
  margin: 0 5px;
  padding: 0 8px;
}

.xypg-pagination #current,
.xypg-pagination a:hover {
  color: #fff;
  border-color: #05273d;
  background: #05273d;
}

.xypg-pagination .pagin-mid {
  font-size: 14px;
}

.xypg-pagination .pagin-mid .mob-pagin-mid {
  display: none;
}

.xypg-pagination .pagin-select {
  font-size: 14px;
}

.xypg-pagination .pagin-select select {
  height: 28px;
  padding: 0 8px;
  margin: -1px 5px 0 5px;
}

@media (max-width: 768px) {
  .xypg-pagination .pagin-mid .pc-pagin-mid {
    display: none;
  }
  .xypg-pagination .pagin-mid .mob-pagin-mid {
    display: block;
  }
  .xypg-pagination .pagin-mid .mob-pagin-mid span {
    display: inline-block;
    padding: 0 8px;
    line-height: 28px;
    font-size: 14px;
  }
  .xypg-pagination .pagin-select {
    display: none;
  }
}

/* 详细页分页样式 */
.paging_num {
  padding: 10px 0;
}

.paging_num a {
  padding: 0 7px;
  text-align: center;
  display: inline-block;
  border: 1px dashed #e0e1dc;
  color: #666;
  margin-right: 8px;
}

.paging_num a.paging_hover, .paging_num a:hover {
  border-color: #1e3fad;
}

/*内页详情页面公用样式*/
.xypg-detail-title {
  font-size: 20px;
  color: #363636;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.7;
}

.xypg-detail-info-bar {
  font-size: 14px;
  font-family: Arial;
  color: #9e9e9e;
  line-height: 35px;
  border-bottom: 1px dashed #cfcfcf;
  margin-bottom: 20px;
}

.xypg-detail-info-bar .detail-info-time {
  float: left;
  margin-right: 20px;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-time i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.xypg-detail-info-bar .detail-info-time i:after {
  opacity: .5;
  background-position: 0 -360px;
}

.xypg-detail-info-bar .detail-info-numbers {
  float: left;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .detail-info-numbers i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.xypg-detail-info-bar .detail-info-numbers i:after {
  opacity: .5;
  background-position: 0 -330px;
}

.xypg-detail-info-bar .xypg-file-down {
  float: right;
  position: relative;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title {
  cursor: pointer;
  position: relative;
  padding-left: 25px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: 0;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i:after {
  background-position: 0 -630px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title:hover {
  color: #1e3fad;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list {
  position: absolute;
  z-index: 9999;
  width: 250%;
  right: 0;
  background: #fff;
  display: none;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li {
  padding: 10px 0;
  border-top: 1px dashed #cfcfcf;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .icon {
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
  height: 40px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a {
  font-size: 12px;
}

.xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con a:hover {
  color: #1e3fad;
}

.xypg-detail-con-title {
  margin: 20px 0 10px 0;
}

.xypg-detail-con-title span {
  display: inline-block;
  font-size: 18px;
  color: #1e3fad;
}

.xypg-detail-con {
  font-size: 14px;
  color: #333;
  line-height: 1.7;
}

.xypg-detail-con img,
.xypg-detail-con p img {
  width: auto !important;
  max-width: 100%;
  height: auto !important;
}

.xypg-detail-tags {
  margin-top: 40px;
}

.xypg-detail-tags .tags-title {
  border-bottom: 1px solid #c3c3c3;
  position: relative;
}

.xypg-detail-tags .tags-title h3 {
  display: inline-block;
  padding: 0 30px;
  font-size: 16px;
  color: #1e3fad;
  line-height: 40px;
  border-bottom: 3px solid #1e3fad;
  margin-bottom: -1px;
}

.xypg-detail-tags .tags-title .baidu-share {
  position: absolute;
  right: 0;
  top: 8px;
}

.xypg-detail-tags .tags-content {
  padding-top: 12px;
}

.xypg-detail-tags .tags-content a {
  font-size: 12px;
  color: #2f2f2f;
  display: inline-block;
  margin-right: 9px;
  background: #f4f4f4;
  line-height: 28px;
  padding: 0 15px;
}

.xypg-detail-tags .tags-content a:hover {
  color: #1e3fad;
}

.xypg-detail-url {
  margin-top: 15px;
}

.xypg-detail-url a {
  word-break: break-all;
}

.xypg-detail-article p {
  margin: 10px 0 20px 0;
  line-height: 24px;
}

.xypg-detail-pn {
  margin-top: 30px;
}

.xypg-detail-pn div + div {
  margin-top: 15px;
}

.xypg-detail-pn div {
  line-height: 22px;
  padding: 10px;
  position: relative;
  border: 1px solid #eeeeee;
}

.xypg-detail-pn div b {
  font-size: 14px;
  color: #1e3fad;
  float: left;
  font-weight: normal;
}

.xypg-detail-pn div a {
  float: left;
  width: 75%;
  font-size: 14px;
  color: #666666;
}

.xypg-detail-pn div a:hover {
  color: #1e3fad;
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 60%;
  }
}

@media (max-width: 600px) {
  .xypg-detail-pn div a {
    width: 50%;
  }
}

.xypg-detail-pn div span {
  position: absolute;
  right: 20px;
  top: 11px;
  font-size: 14px;
  color: #666666;
}

/*相关产品 和 相关新闻*/
.xypg-relate {
  margin-top: 45px;
}

.relate-title {
  border: 1px solid #eeeeee;
  font-size: 14px;
  line-height: 2.857;
  margin-bottom: 15px;
}

.relate-title span {
  display: inline-block;
  color: #1e3fad;
  padding: 0 1.4em;
  border-right: 1px solid #eeeeee;
}

.relate-product-slick {
  position: relative;
}

.relate-product-slick .owl-item {
  display: block;
  font-size: 0;
}

.relate-product-slick .owl-item .img {
  display: block;
  margin-bottom: 8px;
}

.relate-product-slick .owl-item p {
  margin-bottom: 0;
  padding: .5em 0;
  font-size: 12px;
  color: #1e3fad;
  text-align: center;
}

.relate-product-slick .owl-item:hover p {
  color: #1e3fad;
}

.relate-product-slick .owl-nav button.owl-prev,
.relate-product-slick .owl-nav button.owl-next {
  width: 25px;
  height: 35px;
  color: #fff;
  font-size: 20px;
  margin-top: -17.5px;
  line-height: 35px;
}

.relate-product-slick .owl-nav button.owl-prev span,
.relate-product-slick .owl-nav button.owl-next span {
  display: inline;
}

.xypg-relate .relate-news {
  margin-top: 45px;
}

.relate-news-list li {
  float: left;
  width: 48%;
  position: relative;
  line-height: 2.143;
  font-size: 14px;
  color: #1e3fad;
}

.relate-news-list li:nth-child(even) {
  float: right;
}

.relate-news-list li a {
  display: block;
  padding-right: 125px;
  color: #666666;
}

.relate-news-list li a:before {
  content: '+';
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin-right: 5px;
}

.relate-news-list li span {
  position: absolute;
  right: 0;
  top: 2.5px;
  width: 125px;
  text-align: right;
  font-size: 12px;
  color: #666666;
}

.relate-news-list li:hover a {
  color: #1e3fad;
}

.relate-news-list li:hover a:before {
  color: #1e3fad;
}

.relate-news-list li:hover span {
  color: #1e3fad;
}

@media (max-width: 990px) {
  .xypg-relate {
    display: none;
  }
}

/*新闻详情页*/
/*案例基本详情页*/
.xypg-case-detail .main-img {
  text-align: center;
}

.xypg-case-detail .main-img img {
  max-width: 100%;
}

/* 招聘详情页面 */
.xypg-jod-detail .job-detail-title {
  font-size: 16px;
  color: #ffffff;
  background: #1e3fad;
  line-height: 60px;
  padding-left: 25px;
}

.xypg-jod-detail .job-detail-con {
  background: #f8f8f8;
  padding: 25px;
}

.xypg-jod-detail .job-detail-small-title {
  font-size: 16px;
  color: #1e3fad;
  margin-bottom: 10px;
}

.xypg-jod-detail .job-detail-con-box {
  font-size: 14px;
  color: #666666;
  margin-bottom: 20px;
}

.xypg-jod-detail .job-detail-btn a {
  display: inline-block;
  font-size: 14px;
  color: #ffffff;
  background: #666666;
  width: 200px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
}

.xypg-jod-detail .job-detail-btn a:hover {
  background: #1e3fad;
}

/* 简历提交表格 */
.job-detail-form .form-title {
  border-bottom: 1px solid #ccc;
  font-size: 20px;
  line-height: 2.5;
}

.job-detail-form .form-info {
  line-height: 2;
  margin: 10px 0;
}

.job-detail-form .form-info span {
  color: red;
}

.job-detail-form .red-star {
  color: red;
}

.job-detail-form textarea {
  resize: none;
}

.job-detail-form #checkcode {
  display: inline-block;
  width: 30%;
}

.job-detail-form #checkCodeImg {
  vertical-align: top;
  margin-left: 10px;
}

.job-detail-form #change_code {
  line-height: 34px;
  padding: 0 10px;
  color: #1e3fad;
}

.job-detail-form .form-small-tit {
  line-height: 2;
  font-size: 16px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}

.job-detail-form .form-prompt {
  font-size: 12px;
  margin-bottom: 15px;
  color: #999;
}

/* 在线留言页面 */
#message-form {
  font-size: 0;
}

#message-form .red-star {
  color: red;
}

#message-form label {
  font-size: 14px;
}

#message-form textarea {
  resize: none;
}

#message-form #checkcode {
  display: inline-block;
  width: 30%;
}

#message-form #checkCodeImg {
  vertical-align: top;
  margin-left: 10px;
}

#message-form #change_code {
  line-height: 34px;
  padding: 0 10px;
  color: #1e3fad;
  font-size: 14px;
}

#message-form .error-info {
  padding-top: 4px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
}

@media (max-width: 768px) {
  #message-form .form-group {
    margin-bottom: 25px;
  }
  #message-form .error-info {
    display: block;
    padding-top: 0;
    float: none !important;
    padding-left: 10px;
  }
  #message-form #change_code + .error-info {
    padding-left: 0px;
    margin-left: -7px;
  }
}

#message-form.n-default .msg-wrap {
  position: static;
}

/* 下载详情页面 */
.xypg-download-list.xypg-download-detail-list .download-title {
  background: #f3f3f3;
}

.xypg-download-list.xypg-download-detail-list .download-title .file-name {
  width: 35%;
}

.xypg-download-list.xypg-download-detail-list .download-title span {
  width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
  width: 16.25%;
}

.xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
  width: 35%;
}

@media (max-width: 768px) {
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span {
    width: 100%;
  }
  .xypg-download-list.xypg-download-detail-list .download-item .download-item-span.download-item-first {
    width: 100%;
  }
}

/* 搜索结果页面样式 */
.xypg-search-result .search-tag {
  margin-bottom: 20px;
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.xypg-search-result .search-tag a {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  color: #333;
}

.xypg-search-result .search-tag a:hover, .xypg-search-result .search-tag a.on {
  color: #1e3fad;
}

.xypg-search-result-box {
  margin-bottom: 20px;
}

.xypg-search-result-box .xypg-search-title {
  border-left: 3px solid #1e3fad;
  padding-left: 15px;
  font-size: 18px;
  line-height: 35px;
  margin-bottom: 15px;
  font-weight: bold;
}

/* 详情页面下载列表样式 */
.xypg-detail-file-dwon li {
  padding: 10px 0;
  border-bottom: 1px dashed #cfcfcf;
  width: 50%;
  float: left;
}

.xypg-detail-file-dwon li .file-icon {
  float: left;
  height: 40px;
  width: 50px;
  margin-right: 5px;
  background-image: url(../images/file_icon.png);
  background-repeat: no-repeat;
}

.xypg-detail-file-dwon li .file_txt {
  background-position: -180px -60px;
}

.xypg-detail-file-dwon li .file_zip {
  background-position: 0 0;
}

.xypg-detail-file-dwon li .file_gif {
  background-position: -60px 0;
}

.xypg-detail-file-dwon li .file_doc {
  background-position: -120px 0;
}

.xypg-detail-file-dwon li .file_jpg {
  background-position: -180px 0;
}

.xypg-detail-file-dwon li .file_xls {
  background-position: -240px 0;
}

.xypg-detail-file-dwon li .file_rar {
  background-position: 0 -60px;
}

.xypg-detail-file-dwon li .file_png {
  background-position: -60px -60px;
}

.xypg-detail-file-dwon li .file_pdf {
  background-position: -120px -60px;
}

.xypg-detail-file-dwon li .list-con {
  overflow: hidden;
  line-height: 1;
}

.xypg-detail-file-dwon li .list-con p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 20px;
}

.xypg-detail-file-dwon li .list-con a {
  font-size: 12px;
}

.xypg-detail-file-dwon li .list-con a:hover {
  color: #1e3fad;
}

/* 自动发布 */
.xypg-detail-article .article-img {
  text-align: center;
  margin: 5px 0;
}

.xypg-detail-article .article-img img {
  border: 1px solid #efefef;
  padding: 1px;
  max-width: 100%;
  height: auto !important;
}

.page-product-detail-effect {
  float: left;
  width: 42.61%;
}

.page-product-detail-effect .big-img {
  border: 1px solid #eee;
}

.page-product-detail-effect .big-img a {
  display: block;
  display: block;
  text-align: center;
  width: 100%;
  height: 390px;
  font-size: 0;
}

.page-product-detail-effect .big-img a img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-effect .big-img a:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.page-product-detail-right {
  width: 50%;
  float: right;
}

.page-product-detail-right > h1 {
  font-size: 22px;
  color: #0d0d0d;
  margin-bottom: 20px;
}

.product-detail-item li {
  font-size: 14px;
  line-height: 30px;
  color: #777272;
}

.product-detail-slick {
  position: relative;
  margin-top: 20px;
}

.product-detail-slick a.slick-item {
  display: block;
  text-align: center;
  width: 100%;
  height: 95px;
  font-size: 0;
  border: 1px solid #eee;
  position: relative;
}

.product-detail-slick a.slick-item img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item:after {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.product-detail-slick a.slick-item.active {
  border-color: #1e3fad;
}

.product-detail-slick .owl-nav button {
  position: absolute;
  width: 27px;
  height: 27px;
  background: rgba(37, 37, 37, 0.6) !important;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  top: 50%;
  margin-top: -13.5px;
  z-index: 9;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: none;
  border: none;
}

.product-detail-slick .owl-nav button .icon-font {
  width: 100%;
  height: 100%;
  display: block;
}

.product-detail-slick .owl-nav button .icon-left-arrow:after {
  background-position: 1px -509px;
}

.product-detail-slick .owl-nav button .icon-right-arrow:after {
  background-position: -27px -240px;
}

.product-detail-slick .owl-prev {
  left: 0;
}

.product-detail-slick .owl-prev:after {
  background-position: 0 0;
}

.product-detail-slick .owl-next {
  right: 0;
}

.product-detail-slick:hover .owl-nav button {
  opacity: 1;
}

.page-product-inquiry {
  margin-top: 30px;
}

.page-product-inquiry a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  background: #1e3fad;
  padding: .5em 1.875em;
  border-radius: 2em;
}

.page-product-inquiry a:hover {
  opacity: .8;
}

@media (max-width: 990px) {
  .page-product-detail-effect {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .page-product-detail-right {
    width: 100%;
    float: none;
  }
}

@media (max-width: 640px) {
  .page-product-detail-effect .big-img {
    height: 280px;
  }
  .product-detail-slick .slick-item {
    height: 65px;
  }
  .page-product-inquiry a {
    font-size: 12px;
  }
  .page-product-detail-right > h1 {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.product-detail-tab {
  margin-top: 50px;
}

.product-detail-tab .product-detail-tabli {
  border: 1px solid #eee;
  height: 40px;
  line-height: 38px;
}

.product-detail-tab .product-detail-tabli li {
  float: left;
  width: 20%;
  text-align: center;
  font-size: 14px;
  color: #2f2f2f;
  cursor: pointer;
  border-right: 1px solid #eee;
}

.product-detail-tab .product-detail-tabli li.on, .product-detail-tab .product-detail-tabli li:visited, .product-detail-tab .product-detail-tabli li:active {
  color: #1e3fad;
  position: relative;
}

.product-detail-tab .product-detail-tabli li.on:before, .product-detail-tab .product-detail-tabli li:visited:before, .product-detail-tab .product-detail-tabli li:active:before {
  content: '';
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  border: 1px solid #1e3fad;
}

.product-detail-tab .product-detail-tabcon {
  padding: 15px 0;
}

.product-detail-tab .product-detail-tabcon img,
.product-detail-tab .product-detail-tabcon p img {
  max-width: 100%;
  height: auto !important;
  width: auto !important;
}

@media (max-width: 768px) {
  .product-detail-tab .product-detail-tabli {
    height: 35px;
  }
  .product-detail-tab .product-detail-tabli li {
    font-size: 13px;
    line-height: 33px;
  }
}

@media (max-width: 420px) {
  .product-detail-tab .product-detail-tabli {
    height: 30px;
  }
  .product-detail-tab .product-detail-tabli li {
    font-size: 12px;
    line-height: 28px;
  }
}

/* 站点地图样式 */
.xypg-sitemap .map_title {
  line-height: 40px;
  background-color: #f5f8fa;
  border: 1px solid #d6dbe1;
  text-indent: 20px;
  color: #666;
  border-bottom: 2px solid #ccc;
  font-size: 16px;
}

.xypg-sitemap .map_list {
  line-height: 30px;
  padding: 0 5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.xypg-sitemap .map_list a {
  padding: 4px;
  white-space: nowrap;
  font-size: 14px;
  color: #666;
}

.xypg-sitemap .map_list a:hover {
  text-decoration: none;
  color: #3b639f;
  padding: 4px;
}

.xypg-sitemap .map_list .layer1 {
  margin-bottom: 10px;
}

.xypg-sitemap .map_list h3 {
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  line-height: 36px;
}

.xypg-sitemap .map_list h3 a {
  font-weight: normal;
}

.xypg-sitemap .map_list .layer2 a {
  color: #999;
}

.xypg-sitemap .map_list .layer2 a:hover {
  text-decoration: none;
  color: #3b639f;
}

/* 产品封面 */
.cover-item {
  margin-bottom: 20px;
  border-bottom: 3px double #ccc;
}

.cover-item a {
  display: block;
}

.cover-item .img {
  float: left;
  border: 1px solid #ddd;
  padding: 1px;
}

.cover-item .img img {
  width: 100%;
}

.cover-item .item-first {
  margin-bottom: 20px;
  position: relative;
}

.cover-item .item-first .img {
  width: 30%;
  margin-right: 20px;
}

.cover-item .item-first .wz {
  overflow: hidden;
}

.cover-item .item-first .wz h3 {
  font-size: 18px;
  color: #333;
  line-height: 2;
}

.cover-item .item-first .wz .info {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
}

.cover-item .item-first .wz .more {
  width: 100px;
  line-height: 30px;
  color: #fff;
  background: #666666;
  font-size: 14px;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
}

.cover-item .item-list a {
  margin-bottom: 10px;
}

.cover-item .item-list .img {
  float: none;
}

.cover-item .item-list h4 {
  font-size: 14px;
  color: #333;
  line-height: 30px;
  text-align: center;
}

@media (max-width: 768px) {
  .cover-item .item-first .img {
    margin-bottom: 10px;
    text-align: center;
    float: none;
    width: 100%;
  }
  .cover-item .item-first .wz .more {
    position: static;
    margin-top: 10px;
    display: block;
  }
}

/* 二级封面 */
.sort_a {
  overflow: hidden;
}

.sort_a .layer1 {
  padding: 15px 0px;
  border-bottom: 1px dashed #a7b8d4;
  position: relative;
  z-index: 1;
}

.sort_a .layer1 .img {
  float: left;
  padding: 5px;
  border: 1px solid #dddddd;
}

.sort_a .layer1 .img img {
  width: 191px;
  height: 153px;
}

.sort_a .layer1 .img_right {
  width: 560px;
  float: right;
}

.sort_a .layer1 .img_right h3 {
  font: bold 14px/36px "Microsoft YaHei";
}

.sort_a .layer1 .img_right span {
  line-height: 25px;
  display: block;
}

.sort_a .layer1 .pro_more {
  position: absolute;
  right: 0px;
  bottom: 15px;
  width: 110px;
  padding-left: 10px;
  height: 28px;
  line-height: 28px;
  background: #666666;
  color: #fff;
  font: bold 24px/24px "Microsoft YaHei";
}

.sort_a .layer1 .pro_more span {
  float: left;
}

.sort_a .layer1 .pro_more a {
  font: normal 12px/28px "Microsoft YaHei";
  color: #fff;
  padding-right: 15px;
  display: inline-block;
}

.sort_a .layer1 .pro_more a:hover {
  text-decoration: none;
  color: #faf104;
}

.sort_a .abb_product {
  padding-top: 15px;
  border: 1px dashed #a7b8d4;
  border-top: none;
}

.productcates {
  padding-top: 10px;
}

.catemore {
  color: #0080d9;
  margin-top: 6px;
  overflow: hidden;
  position: relative;
}

.catemore h2 {
  width: 360px;
  float: left;
  font: bold 15px/36px "Microsoft YaHei";
}

.catemore a {
  float: right;
  font: normal 14px/36px "Microsoft YaHei";
  color: #444444;
  padding-right: 28px;
}

.catemore a:hover {
  text-decoration: none;
  color: #0080d9;
}

.product-comment-list {
  position: relative;
  overflow: hidden;
}

#commentList li {
  padding: 10px 10px 20px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
}

.user-column {
  width: 100px;
  float: left;
}

.user-column img {
  height: 50px;
  max-width: 50px;
  border-radius: 50%;
}

.user-name {
  color: #333;
  padding-top: 5px;
  display: block;
}

.comment-content {
  margin-left: 120px;
  overflow: hidden;
  position: relative;
}

.comment-stars i {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  background: url(../images/star-h.png) center no-repeat;
  display: none;
}

.comment-stars i.shows {
  display: inline-block;
}

.comment-stars span {
  position: absolute;
  right: 0;
  top: 5px;
  color: #999;
}

.comment-text {
  padding: 5px 0;
  line-height: 22px;
}

.comment-recovery {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #ddd;
  line-height: 22px;
  color: #888;
}

.comment-recovery span {
  color: #f90;
}

.no-content-icon {
  text-align: center;
  line-height: 50px;
  padding-top: 40px;
  color: #999;
}

.no-content-icon .iconfont {
  font-size: 60px;
}

/* 商品评论页面分页样式 */
.holder {
  margin: 15px 0;
  text-align: center;
}

.holder a {
  cursor: pointer;
  margin: 0 5px;
  display: inline-block;
  padding: 3px 12px;
  border: 1px solid #efefef;
  font-size: 12px;
  color: #333;
}

.holder a:hover {
  background-color: #222;
  color: #fff;
}

.holder a.jp-previous {
  margin-right: 15px;
}

.holder a.jp-next {
  margin-left: 15px;
}

.holder a.jp-current {
  color: #FF4242;
  font-weight: bold;
}

a.jp-current:hover {
  color: #FF4242;
  font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
  color: #bbb;
}

.holder a.jp-current, a.jp-current:hover, .holder a.jp-disabled, a.jp-disabled:hover {
  cursor: default;
  background: none;
}

.holder span {
  margin: 0 5px;
}

/* 网站标签页面样式 */
.tagdescription {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  line-height: 1.7;
  background: #efefef;
  margin-bottom: 20px;
  margin-top: 15px;
}

.tag-all a {
  background-color: #f2f2f2;
  color: #666;
  padding: 5px 8px;
  text-decoration: none;
  margin-right: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

.tag-all a:hover {
  background-color: #ddd;
}

.tag-menu {
  border: 1px solid #efefef;
  border-radius: 5px;
  overflow: hidden;
}

.tag-menu li {
  list-style-type: none;
  text-align: center;
  line-height: 40px;
  padding: 0 20px;
  float: left;
}

.tag-menu li a {
  color: #666;
  font-size: 16px;
}

.tag-menu li a:hover {
  color: #1e3fad;
}

.tag-menu li.active a {
  color: #1e3fad;
}

.tag-notice {
  line-height: 40px;
  padding: 0 10px;
  margin-top: 10px;
}

.tag-item {
  padding: 15px 0;
  font-size: 14px;
  border-bottom: 1px solid #d6dbe1;
  margin-top: 10px;
  color: #666;
}

.tag-item span {
  color: #1e3fad;
}

.tag-category {
  margin-bottom: 20px;
}

.tag-category span {
  font-size: 16px;
  color: #000;
  display: inline-block;
}

.tag-category a {
  display: inline-block;
  line-height: 25px;
  padding: 0 15px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  color: #333;
  margin-right: 10px;
}

.tag-category a:hover {
  background: #1e3fad;
  color: #fff;
}

.tag-list-product li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

.tag-list-product li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.tag-list-product .tag-img {
  width: 220px;
  float: left;
  margin-right: 20px;
}

.tag-list-product .tag-img .img {
  display: block;
  border: 1px solid #e1e1e1;
}

.tag-list-product .tag-img .img img {
  width: 100%;
}

.tag-list-product .tag-wz {
  overflow: hidden;
}

.tag-list-product .tag-wz h1 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.tag-list-product .tag-wz h1 a {
  color: #000;
}

.tag-list-product .tag-wz .tab-fenli p {
  width: 50%;
  float: left;
  font-size: 14px;
  color: #333;
  margin-bottom: 0;
}

.tag-list-product .tag-wz .desp {
  font-size: 12px;
  line-height: 2;
  height: 48px;
  overflow: hidden;
  color: #666;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .tag-list-product .tag-img {
    width: 100%;
    float: none;
    text-align: center;
    margin-bottom: 10px;
  }
  .tag-list-product .tag-img .img img {
    width: auto;
    max-width: 100%;
  }
  .tag-list-product .tag-wz .tab-fenli p {
    width: 100%;
    float: none;
  }
}

.xytag-title {
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  line-height: 40px;
  margin-bottom: 10px;
}

.xytag-recom-product ul {
  margin: 0 -1%;
}

.xytag-recom-product li {
  float: left;
  position: relative;
  width: 18%;
  margin: 0 1%;
  overflow: hidden;
}

.xytag-recom-product li img {
  width: 100%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xytag-recom-product li .zz-bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xytag-recom-product li .zz-bg h2 {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  height: 30px;
  margin: auto;
}

.xytag-recom-product li:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.xytag-recom-product li:hover .zz-bg {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.input-box {
  position: relative;
}

.input-box .placeholder {
  position: absolute;
  z-index: 10;
  color: #999;
  top: 10px;
  font-size: 14px;
}

#message-form .input-box .placeholder,
#job-detail-form .input-box .placeholder {
  top: 8px;
}

.x-header-right .input-box .placeholder {
  top: 5px;
  left: 50px !important;
}

.code-group .input-box {
  float: left;
  width: 32.29813665%;
}

.code-group .input-box #checkcode {
  float: none;
  width: 100%;
}
.bsBox,.bsBox *{
    box-sizing: content-box;
}

.contat1{margin-top:50px;}

.contat1 .contat1left{
	float:left;
	width:570px;
	padding:80px 55px 59px 45px;
}

.contat1 .contat1left h3{
	
	color:#f89f12;
}

.contat1 .contat1left p{
	padding-top:30px;
	line-height:30px;
	font-size:16px;
}

.contat1 .contat1right{
	float:left;
	width:600px;
}

.contatgg{
	height:460px;
}

.contactlx{margin-bottom: 85px;}

.contlx_bt{text-align: center;position: relative;font-size: 40px;margin-top:50px;font-weight: bold;}

.contlx_bt span{font-weight: normal;color: #999;}

.contlx_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.contlx_list li{display: inline-block;width: 229px;height: 160px;text-align: center;border-radius: 25px;padding-top: 115px;position: relative;text-align:center;}

.contlx_list{margin-top: 120px;}

.contlx_list li img{position: absolute;top: -45px;left: 50%;margin-left: -73px;}

.contlx_list li p{color: #666666;font-size: 14px;margin-bottom: 20px;}

.contlx_list li p span{display: inline-block;color: #333333;font-weight: bold;margin-bottom: 10px;}

.contlx_list li:nth-child(3n){margin-right: 0;}

.message{background: #f1f3f5;padding: 55px 45px;margin-top: 60px;}

.message input{width: 540px;height: 50px;border: 1px solid #e4e6e8;padding-left: 20px;margin-bottom: 23px;font-size: 16px;}

.message input:nth-child(even){float: right;}

.message textarea{width: 100%;height: 115px;border: 1px solid #e4e6e8;padding:10px 20px;font-size: 16px;}

.message input[type="submit"]{width: 135px;background:#205eab;color: white;padding-left: 0;margin-top: 40px;margin-bottom: 0;}

.map{margin-top: 60px;width: 100%;height: 585px;}

.contlx_map{margin-bottom: 0;}

.contlx_box{width: 100%;background: url(../images/cont_bg.png) bottom no-repeat;background-size: cover;}

.contlx_box{margin-bottom: 0;padding-bottom: 110px;}

.comtact_map .comtact_map_bt{color:#333333;text-align: center;position: relative;font-size: 40px;margin-top:50px;font-weight: bold;}

.comtact_map p{color: #808080;font-size: 22px;margin-bottom: 20px;text-align: center;}


/*联系我们留言*/

.clearfix{zoom:1;}

.clearfix:before,.clearfix:after{display:table;line-height:0;content:"";}

.clearfix:after{clear:both;}

.message .form-control{box-shadow:unset;}

.message {background: #fff;}

.message form {overflow: hidden;display: block;margin: -30px 0 0 -60px;}

.message .form-group {float: left;width: 100%;}

.message .form-label {display: block;margin-bottom: 10px;font-size:15px;}

.message .form-label span {color: red;}

.message .form-control {border: 0;background-color: transparent;padding: 0;line-height: 30px;font-size: 14px;width: 100%;display: inline-block;vertical-align: middle;border-bottom: 1px solid #999;border-radius: 0px;}

.message .form-submit {display: block;background: #05273d;color: #fff;border: 0;padding: 0;cursor: pointer;outline: none;height: 54px;font-size: 16px;width: 280px;margin: 0 auto;margin-bottom: 20px;}

.message .form-group.full {float: none;width: auto;}

.message .form-tips {text-align: center;color: #666;margin-top: 10px;}

.message .form-tips span {color: red;}

.yzm-box {position: relative;}

.yzm-box .yzm-pic {position: absolute;right: 10px;top: 10px;height: 30px;line-height: 30px;}

@media screen and (max-width: 767px) {

    .message form {margin-left: 0;margin-top: -15px;}

    .message .form-group {float: none;width: auto;margin: 15px 0 0;}

    .message .form-content {padding: 5px 15px;}

    .message .form-submit {height: 44px;}

    .yzm-box .yzm-pic {top: 5px;}

}

/*压铸模具*/

.yzmoju{margin-bottom: 85px;}

.yzmoju_bt{text-align: center;position: relative;font-size: 48px;margin-top:50px;font-weight:bold;}

.yzmoju_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.yzmoju_sub{text-align: center;font-size: 28px;margin-top:10px;color:#666666}

.yzmoju_sub span{color:#ff0000;}

.yzmoju_list li{display: inline-block;width: 195px;height: 249px;text-align: center;padding-top: 130px;position: relative;text-align:center;border:1px solid #ccc;margin-right:44px;}

.yzmoju_list{margin-top: 40px;}

.yzmoju_list li img{position: absolute;top: 45px;left: 50%;margin-left: -37px;}

.yzmoju_list li p{color: #05273d;font-size: 14px;margin-bottom: 20px;}

.yzmoju_list li p span{display: inline-block;color: #05273d;font-weight: bold;font-size:22px;}

.yzmoju_list li p i{border-radius: 20px;background: #fff;width: 109px;height: 30px;line-height: 27px;border: solid 1px #05273d;font-family: MicrosoftYaHei;font-size: 14px;font-weight: normal;font-stretch: normal;letter-spacing: 0px;color: #05273d;margin-top: 15px;display: inline-block;font-style: normal;}

.yzmoju_list li p i a{color:#05273d;text-decoration:none}

.yzmoju_list li:nth-child(5n){margin-right: 0;}

.yzmjback{
  height:630px;
  background: url(../images/yzmjys.png) center no-repeat;
}

.mjfcom{margin-bottom: 85px;}

.mjfcom_bt{text-align: center;position: relative;font-size: 48px;margin-top:50px;font-weight:bold;}

.mjfcom_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.mjfcom_sub{text-align: center;font-size: 24px;margin-top:10px;color:#666666}

.mjfcom_list{margin-top:40px;}

.mjfcom_list li{float:left;margin-right:10px;padding:0px;width:380px;margin-bottom:10px;}

.mjfcom_list li img{width:380px;}

.mjfcom_list li:nth-child(3n){margin-right: 0;}

/*关于我们*/

.aboutcom{margin-bottom: 85px;}

.aboutcom_bt{position: relative;font-size: 28px;margin-top:50px;}

.aboutcom_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.aboutcom_list li{display: inline-block;width: 229px;height: 160px;text-align: center;border-radius: 25px;padding-top: 115px;position: relative;text-align:center;}

.aboutcom_list{margin-top: 20px;}

.aboutcom_list .aboutcom_list_left{float:left;width:499px;height:368px;}

.aboutcom_list .aboutcom_list_left img{width:499px;height:368px;}

.aboutcom_list .aboutcom_list_right{float:left;background:#f2f3f5;width:670px;padding-left:30px;padding-right:20px;height:368px;}

.aboutcom_list .aboutcom_list_right h3{padding-top:40px;color:#05273d;font-size:24px;font-weight:bold;}

.aboutcom_list .aboutcom_list_right p{line-height:25px;color:#666666;font-size:16px;margin-top:15px;}

.aboutfwlc{background:url(../images/aboutfuwulc.jpg) center no-repeat;height:500px;}

.aboutfwlccom{margin-bottom: 85px;}

.aboutfwlccom_bt{text-align: center;position: relative;font-size: 48px;margin-top:50px;font-weight:bold;color:#ffe9a5;}

.aboutfwlccom_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.aboutfwlccom_sub{text-align: center;font-size: 28px;margin-top:10px;color:#ffffff;}

.aboutfwlccom_list li{display: inline-block;/*width: 155px;*/height: 249px;text-align: center;padding-top: 175px;position: relative;text-align:center;/*margin-right:50px;*/}

.aboutfwlccom_list{margin-top: 0px;}

.aboutfwlccom_list li img{position: absolute;top: 45px;left: 50%;margin-left: -60px;}

.aboutfwlccom_list li p{color: #ffffff;font-size: 14px;margin-bottom: 20px;}

.aboutfwlccom_list li p span{display: inline-block;color: #ffffff;font-weight: bold;font-size:22px;}

/*.aboutfwlccom_list li:nth-child(6n){margin-right: 0;}*/

.qyxc_tit{margin-top:60px;}

.qyxc_tit ul li{float:left;width:390px;border:1px solid #000;height:60px;line-height:60px;text-align:center;}

.qyxc_tit ul li.active{background:#05273d;}

.qyxc_tit ul li.active a{color:#fff;font-size:20px;}

.qyxc_tit ul li a{color:#000;font-size:20px;}

.qyxc_list{margin-top:40px;}

.qyxc_list .qyxc_com ul li{float:left;width:380px;margin-right:10px;margin-bottom:10px;}

.qyxc_list .qyxc_com ul li img{width: 100%;height: 250px;object-fit: contain;}

.qyxc_list .qyxc_com ul li:nth-child(6n){margin-right: 0;}


.qiyeln_a{margin-bottom:100px;}

.qiyeln_a .qiyeln_bt{color:#05273d;text-align: center;position: relative;font-size: 40px;margin-top:50px;font-weight:bold;}

.qiyeln_a p{color: #808080;font-size: 22px;margin-bottom: 20px;text-align: center;}

.qiyeln_con .col {float:left; margin-left: 24px; padding: 0 10px 20px; width: 272px; text-align: center;height:410px;}
.qiyeln_con .col-1 { margin-left: 0; }
.qiyeln_con .col .tit { position: relative; font-size: 22px; font-weight: normal; line-height: 60px; *zoom: 1; }
.qiyeln_con .col .tit .txtoe { display: block; max-width: 202px; }
.qiyeln_con .col .tit:before { left: -30px; }
.qiyeln_con .col .tit:after { right: -30px; }
.qiyeln_con li p{text-align:center;}
.qiyeln_con .col .img {width: 264; height: 262px; }
.qiyeln_con .col .desc {font-size: 14px; line-height: 26px; }

.about_jiazhig{background:url(../images/jzgbann.jpg) center no-repeat;height:500px;}

.about_jiazhigcom{margin-bottom: 85px;}

.about_jiazhigcom_bt{text-align: center;position: relative;font-size: 48px;margin-top:50px;font-weight:bold;color:#ffe9a5;}

.about_jiazhigcom_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.about_jiazhigcom_sub{text-align: center;font-size: 28px;margin-top:10px;color:#ffffff;}

.about_jiazhigcom_list li{display: inline-block;width: 260px;height: 249px;text-align: center;padding-top: 175px;position: relative;text-align:center;margin-right:14px;margin-left:15px;}

.about_jiazhigcom_list{margin-top: 35px;}

.about_jiazhigcom_list li img{position: absolute;top: 12px;left: 50%;margin-left: -75px;}

.about_jiazhigcom_list li p{color: #ffffff;font-size: 14px;margin-bottom: 20px;}

.about_jiazhigcom_list li p span{display: inline-block;color: #ffffff;font-weight: bold;font-size:16px;}

.about_jiazhigcom_list li:nth-child(6n){margin-right: 0;}


.hzhb_a .hzhb_bt{color:#05273d;text-align: center;position: relative;font-size: 40px;margin-top:50px;font-weight:bold;}
.hzhb_a p{color: #808080;font-size: 22px;margin-bottom: 20px;text-align: center;}
.hzhb_con li {float:left; margin-right: 8px; padding: 0 5px 20px; width: 286px; text-align: center;height:130px;border:1px solid #ccc;margin-bottom:15px;}
.hzhb_con li p{text-align:center;height: 100%;}
.hzhb_con li img{width:272px;height: 100px;object-fit: contain;}
.hzhb_con li:nth-child(4n){margin-right: 0;}

/*锌合金*/

.xinhejintopbg{background:#f5f5f5;}

.product_xhj{margin-bottom: 85px;}

.product_xhj_bt{text-align: center;position: relative;font-size: 40px;margin-top:50px;color:#05273d;font-weight:bold;}

.product_xhj_bt span{color:#ff0000}

.product_xhj_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.product_xhj_sub{text-align: center;font-size: 24px;margin-top:10px;color:#666666;}

.product_xhj .product_xhjlist{margin-top:50px;}

.product_xhj{text-align:center;}

.product_xhj li{float:left;text-align:center;}

.product_xhj li img{width:100%;height:auto;}

.product_xhj li span{display:inline-block;height: 60px;line-height: 60px;font-size: 16px;}

.product_xhj .product_more a{display:inline-block;height:45px;line-height:45px;background:#05273d;border-radius:25px;color:#fff;font-size: 16px;padding: 0px 35px;margin-top: 15px;}

.product_xhj .product_more a:hover{color:#05273d;background: #fff;}

.gsslzsbbox{height:120px;background-color:#fff;box-shadow: 0px 0px 10px 1px #e8e8e8;}
.gsslzsbbox li{cursor: unset;border-right: 1px solid #ccc;margin: 30px 0;text-align: center;}
.gsslzsbbox li:nth-child(6n){border-right: 0px;}
.gsslzsbbox li p{margin:0px;}
.gsslzsbbox li span{color:#ee1111;font-size:26px;font-weight: bold;}

.cblsbox {padding:50px 0;}
.cblsbox li{cursor: unset;width:14.7%;float:left;}
.cblsbox li:nth-child(7n){width:11.8%;}
.cblsbox .d1{height: 120px;width: 120px;background-color: #05273d;border-radius: 100px;padding: 10px;float: left;}
.cblsbox .d2{height: 100px;width: 100px;background-color: #05273d;border-radius: 100px;border: 1.5px dashed #fff;font-size: 22px;color: #fff;text-align: center;line-height: 100px;}
.cblsbox li:after{content: '>>';color: #ff1b1b;font-size: 30px;font-family: cursive;font-weight: bolder;-webkit-text-stroke: 1px #ff1b1b;letter-spacing: -4px;float: left;margin-top: 40px;margin-left: 15px;}
.cblsbox li:nth-child(7n):after{content:'';}

.sfwbox {padding-top:50px;}
.sfwbox li{width:20%;float:left;padding: 10px;}
.sfwbox li img{width:100%;height:auto;}
.sfwbox li p{margin-top:15px;font-size:18px;color:#fff;text-align:center;}

.zxbzbox{position:relative;margin-top:45px;}
.zxbzbox ul{position: relative;height: 100%;}
.zxbzbox ul li{border: 1px solid #ccc;border-radius: 10px;padding: 10px 15px;position: absolute;float: left;width:23%;}
.zxbzbox ul li h4{font-size:20px;font-weight: bold;margin-bottom:5px;}
.zxbzbox ul li.zxbzleft{text-align:right;}
.zxbzbox ul li.zxbzright{text-align:left;}
.zxbzbox ul li.act{background-color: #05273d;color: #fff;}



/*铝合金压铸&压铸件品控*/
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?rretjt');
  src: url('../fonts/icomoon.eot?#iefixrretjt') format('embedded-opentype'), url('../fonts/icomoon.woff?rretjt') format('woff'), url('../fonts/icomoon.ttf?rretjt') format('truetype'), url('../fonts/icomoon.svg?rretjt#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

icon-htmleaf-home-outline:before {
  content: "\e5000";
}

.icon-htmleaf-arrow-forward-outline:before {
  content: "\e5001";
}

/*.banner-wapper {*/
/*  width: 100%;*/
/*  height: 600px !important;*/
/*  background-size: cover;*/
/*}*/

.banner-wapper {
  width: 100%;
  height: auto !important;
  background-size: cover;
}

.bg-content {
  padding: 30px 0;
}

.bannerbg {
  width: 100%;
  height: 750px;
  background-image: url(../images/bg_01.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

/*.banner-img {*/
/*  width: 100%;*/
/*  height: 600px;*/
/*}*/

.banner-img {
  width: 100%;
  height: auto;
}

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

.bannerbg .both .title {
  color: #04273d;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 6px;
}

.bannerbg .both .text {
  font-size: 16px;
  color: #011;
  letter-spacing: 6px;
  position: relative;
}

.mhn-slide .mhn-item {
  width: 100%;
  padding: 10px
}

.mhn-slide .mhn-inner {}

.mhn-slide .mhn-item img {}

.mhn-slide .mhn-img {
  min-height: 200px;
  overflow: hidden;
  height: 100%;
  width: 100%;
  color: white;
  position: relative
}

.mhn-slide .mhn-text {
  text-align: center;
  padding: 0 10px
}

.mhn-slide .mhn-text h4 {
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden
}

.mhn-slide .mhn-text p {
  max-height: 4.5em;
  overflow: hidden
}

.mhn-slide .owl-stage-outer {
  z-index: 1
}

.mhn-slide .owl-nav {
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.mhn-slide .owl-nav svg {
  color: currentColor
}

.mhn-slide .owl-nav .disabled {
  display: none
}

.mhn-slide .owl-prev,
.mhn-slide .owl-next {
  top: 110px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 8px;
  margin-top: -20px;
  position: absolute;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2);
  box-shadow: 0 4px 4px rgba(0, 0, 0, .3), 0 0 4px rgba(0, 0, 0, .2)
}

.mhn-slide .owl-prev {
  left: -10px
}

.mhn-slide .owl-next {
  right: -10px
}

@media screen and (min-width: 768px) .carousel-caption {
  right: 0% !important;
  left: 0% !important;
  padding-bottom: 0 !important;
}

.carousel-caption {
  position: absolute;
  right: 0%;
  bottom: 20px;
  left: 0% !important;
  z-index: 10;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
  top: 0px;
}
.carousel-inners {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inners > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inners > .item > img,
.carousel-inners > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inners > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inners > .item.next,
  .carousel-inners > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inners > .item.prev,
  .carousel-inners > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inners > .item.next.left,
  .carousel-inners > .item.prev.right,
  .carousel-inners > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inners > .active,
.carousel-inners > .next,
.carousel-inners > .prev {
  display: block;
}
.carousel-inners > .active {
  left: 0;
}
.carousel-inners > .next,
.carousel-inners > .prev {
  position: absolute;
  top: 200px;
  width: 100%;
}
.carousel-inners > .next {
  left: 100%;
}
.carousel-inners > .prev {
  left: -100%;
}
.carousel-inners > .next.left,
.carousel-inners > .prev.right {
  left: 0;
}
.carousel-inners > .active.left {
  left: -100%;
}
.carousel-inners > .active.right {
  left: 100%;
}

.bannerg .both-img {
  text-align: center;
}

.box-flex {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.box-flex .cols {
  text-align: center;
  padding-left: 0px;
  padding-right: 0px;
}

.box-flex-content-left {
  width: 60%;
  text-align: right;
  padding-right: 0px;
  align-items: center;
}

.box-flex-content-right {
  width: 50%;
  text-align: left;
  padding-left: 40px
}

.justfy-top {
  margin-top: -100px;
}

.box-flex img {
  width: 100px;
  height: 100px;
}

.box-flex .title {
  color: #04273d;
  font-size: 22px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
}

.box-flex .text {
  color: #001;
  font-size: 12px;
}

.title1 {
  color: #04273d;
  font-size: 22px;
  font-weight: 600;
  margin-top: 6px;
  margin-bottom: 6px;
  text-align: center;
}

.text1 {
  color: #001;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0px;
}

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

.justfy-right-text {
  margin-right: -20px;
  text-align: right;
  margin-bottom: 0px;
}

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

.justfy-left-text {
  margin-left: -10px;
  margin-bottom: 0px;
  text-align: left;
}

.title span {
  font-weight: 800;
  font-size: 30px;
}

.both-three {
  padding-bottom: 20px
}

.both-three .p1 {
  color: #ffe7a6;
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 8px;
}

.both-three .p2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 8px;
}

.p3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 20px;
  text-align:center;
}

.p4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  text-align:center;
}

.search-wapper {
  height: 60px;
  line-height: 60px;
  background-color: #f5f5f5;
}

.col-p {
  text-align: center;
  color: #FFFFFF;
  padding: 10px 0 10px 0;
}

.both-col {
  border: 1px solid #000;
  margin-top: 10px;
}

.both-col img {
  width: 100%;
}

.botn-zs {
  background-color: #fff;
  padding: 15px 10px 15px 10px;
  color: black;
  text-align: center;
  font-size: 18px;
  height: 50px;
}

.botn-zs:active {
  background-color: #04273d;
  color: #ffe7a6;
}

.botn-zs:hover {
  background-color: #04273d;
  color: #ffe7a6;
}

.botn-zs:visited {
  background-color: #04273d;
  color: #ffe7a6;
}

.botn-zs-visited {
  background-color: #04273d !important;
  color: #ffe7a6;
  text-align: center;
  font-size: 18px;
  height: 50px;
}

.botn-zs1 {
  /*background-color: #04273d;*/
  /*padding: 15px 10px 15px 10px;*/
  /*color: #fff;*/

  font-size: 18px;
  /*height: 50px;*/
}

.botn-zs1-img {
  /*width: 30px;*/
  height: 30px;
  padding-bottom: 2px;
}

.botn-zs1:active {
  background-color: #ffe7a6;
  color: #04273d;
}

.botn-zs1:hover {
  background-color: #ffe7a6;
  color: #04273d;
}

.botn-zs1:visited {
  background-color: #ffe7a6;
  color: #04273d;
}

.page-btn {
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  background-color: #06223d;
  color: #fff;
}

.page-go {
  width: 30px;
  height: 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.search-wapper span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  float: left;
}

.search-wapper ul {
  float: left;
  margin: 0;
}

.search-wapper ul li {
  float: left;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #808080;
  margin-right: 15px;
}

.search-wapper .input {
  height: 38px;
  width: 238px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
}

.search-wapper .search-button {
  height: 38px;
  line-height: 38px;
  width: 75px;
  background-color: #05273d;
}

.search-wapper .search-div .input-group {
  padding: 10px 0;
  width: 300px;
}

.search-wapper .input-group-addon {
  width: 75px;
  background-color: #05273d;
}

.card {
  margin-bottom: 52px;
  margin-top: 35px;
  text-align: center;
  padding: 0 10px;
}

.card .card-in {
  box-shadow: 3px 4px 24px 0px rgba(9, 16, 35, 0.1);
  display: inline-block;
  margin-top: -110px;
  width: 80%;
  height: 250px;
  background: #fff;
  text-align: center;
}

.card .img1 {
  width: 100%;
  height: 261px;
  box-shadow: 3px 4px 24px 0px rgba(9, 16, 35, 0.1);
}

.card .img2 {
  margin: -50px auto 23px;
  display: block;
  width: 91px;
  height: 91px;
  line-height: 91px;
  border-radius: 100px;
  background-color: #05273d;
}

.card .p1 {
  margin-bottom: 15px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.card .p2 {
  margin: auto;
  height: 52px;
  width: 80%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #666666;
}

.card button {
  border-radius: 20px;
  background: #fff;
  margin-top: 36px;
  width: 109px;
  height: 31px;
  border: solid 1px #05273d;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #05273d;
}

.card button:hover {
  background: #05273d;
  color: #fff;
}

.cardList {}

.cardList .carList-wapper {
  padding-top: 33px;
}

.cardList .carList-wapper {
  width: 100%;
  height: 220px;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(9, 16, 35, 0.1);
  border-radius: 6px;
  text-align: center;
}

.cardList span {
  width: 81px;
  padding-top: 12px;
  margin: auto;
  height: 81px;
  text-align: center;
  display: block;
  border-radius: 100px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffe9a5;
  background-color: #05273d;
}

.cardList .p1 {
  margin-top: 26px;
  margin-bottom: 0;
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #05273d;
}

.cardList .p2 {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.product {}

.product .product-button {
  margin-top: 48px;
  text-align: center;
}

.product .product-button .product-act,
.product .product-button button:hover {
  background-color: #05273d;
  color: #fff;
}

.product button {
  border: none;
  border-radius: 20px;
  width: 154px;
  height: 42px;
  background-color: #fff;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  margin: 0 20px;
}

.product .product-item {
  margin-top: 24px;
  padding: 0 10px;
  overflow: hidden;
}

.product .product-itemInner {
  height: 257px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 2px 3px 8px 0px rgba(9, 16, 35, 0.1);
}

.product img:hover {
  transform: scale(2.5);
}

.product img {
  overflow: hidden;
  transition: all 2s;
  width: 100%;
}

.rowimg {
  overflow: hidden;
  transition: all 2s;
  width: 100%;
}

.rowimg2 {
  overflow: hidden;
  transition: all 2s;
  width: 100%;
}

.rowimg:hover {
  transform: scale(2.4);
}

.product p {
  margin-top: 10px;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.process {
  text-align: center;
  margin-top: 50px !important;
}

.process img {
  width: 95%;
  margin: auto;
}

.process .col-md-2 {
  margin-top: 22px;
  text-align: center;
}

.process p {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.process span {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.news {
  margin-top: 50px !important;
}

.news .news-box {
  border: 1px solid #ccc;
  height: 240px;
  padding: 0;
}

.news .news-box img {
  width: 100%;
  height: 100%;
}

.news .s1 {
  font-family: SourceHanSansCN-Regular;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  position: sticky;
  margin-right: 25px;
}

.news .s1::after {
  content: '';
  display: block;
  transform: rotate(45deg);
  position: absolute;
  height: 30px;
  width: 30px;
  top: -3px;
  left: -11px;
  background-color: #05273d;
  z-index: -1;
}

.news-wapper {
  background: url(./img/newsbg.jpg);
}

.news {
  background: #fff;
}

.news .s2 {
  margin-right: 10px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.news .s3 {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #808080;
}

.news p {
  margin-top: 23px;
  margin-bottom: 20px;
  line-height: 30px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.news .news-text {
  padding: 30px;
}

.news a {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #666666;
}

.question {
  background: url(./img/questionbg.jpg);
  background-size: cover;
}

.question-in {
  text-align: center;
  position: relative;
}

.question-in img {
  width: 50%;
  margin-top: 60px;
}

.question-in .s {
  position: absolute;
}

.question-in .s p {
  font-family: MicrosoftYaHei-Bold;
  font-size: 32px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  line-height: 10px;
  color: #05273d;
}

.question-in .s span {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
}

.question-in .s1 {
  top: 105px;
  left: 205px;
}

.question-in .s2 {
  top: 305px;
  left: 130px;
}

.question-in .s3 {
  top: 515px;
  left: 180px;
}

.question-in .s4 {
  top: 515px;
  right: 165px;
}

.question-in .s5 {
  top: 305px;
  right: 110px;
}

.question-in .s6 {
  top: 105px;
  right: 100px;
}

.jiagong {
  background-color: #eeeeee;
  background-image: url(./img/bg1.jpg);
  background-size: 100% 89%;
  background-repeat: no-repeat;
}

.footin {
  background-color: #333333;
  padding-top: 54px;
  padding-bottom: 60px;
}

.footin .l .img1 {
  margin-bottom: 23px;
}

.footin .l span {
  font-family: MicrosoftYaHei;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ffffff;
}

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

.footin .r p {
  margin-top: 23px;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #ffffff;
}

.footin2 {
  border-top: 1px solid #626262;
  background-color: #333333;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}

/*slider*/
.slider {
  margin-top: 50px !important;
}

/*.slider .slider-l {*/
/*  border: 1px solid #ccc;*/
/*}*/

/*.slider .slider-l .li {*/
/*  height: 101px;*/
/*  padding: 27px 39px;*/
/*  border-bottom: 1px solid #ccc;*/
/*  cursor: pointer;*/
/*}*/

.slider .slider-l .li {
    cursor: pointer;
    border: 1px solid #ccc;
    border-bottom: 0px;
    background-color: #fff;
    margin-right: 0.8%;
    width: 16%;
}

.slider .slider-l .li:hover,
.slider .slider-l .act {
  background-color: #05273d;
}

.slider .slider-l .li:hover .title,
.slider .slider-l .act .title {
  color: #ffe9a4;
}

.slider .slider-l .li:hover .tip,
.slider .slider-l .act .tip {
  color: #fff;
}

/*.slider .slider-l .li:last-child {*/
/*  border: none*/
/*}*/

.slider .slider-l .li:last-child {
  margin-right: 0px;
}

.slider .slider-l .img {
  display: block;
  height: 40px;
  width: 40px;
}

.slider .slider-l .li:hover .img1,
.slider .slider-l .act .img1 {
  background: url(./img/s1off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img2,
.slider .slider-l .act .img2 {
  background: url(./img/s2off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img3,
.slider .slider-l .act .img3 {
  background: url(./img/s3off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img4,
.slider .slider-l .act .img4 {
  background: url(./img/s4off.png) no-repeat 100%;
}

.slider .slider-l .li:hover .img5,
.slider .slider-l .act .img5 {
  background: url(./img/s5off.png) no-repeat 100%;
}

.slider .slider-l .img1 {
  background: url(./img/s1on.png) no-repeat 100%;
}

.slider .slider-l .img2 {
  background: url(./img/s2on.png) no-repeat 100%;
}

.slider .slider-l .img3 {
  background: url(./img/s3on.png) no-repeat 100%;
}

.slider .slider-l .img4 {
  background: url(./img/s4on.png) no-repeat 100%;
}

.slider .slider-l .img5 {
  background: url(./img/s5on.png) no-repeat 100%;
}

.slider .slider-l .title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #1a1a1a;
}

.slider .slider-l .tip {
  font-family: SourceHanSansCN-Regular;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #999999;
  text-align: left;
}

.slider .slider-r .text {
  background-color: #05273d;
  padding: 25px 40px;
}

.slider .slider-r img {
  width: 100%;
}

.slider .slider-r .text span {
  font-family: MicrosoftYaHei-Bold;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffe9a5;
}

.slider .slider-r .text p {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
}

.slider .slider-r .t4 {}

/*link*/
.link {}

.link .img {
  overflow: hidden;
  background-position-x: 22%;
  background-size: cover;
  height: 410px;
}

.link .img1 {
  background-image: url(./img/link1.jpg);
}

.link .img2 {
  background-image: url(./img/link2.jpg);
}

.link .img3 {
  background-image: url(./img/link3.jpg);
}

.link .img4 {
  background-image: url(./img/link4.jpg);
}

.link .img-wapper {
  height: 100%;
  transition: background .8s;
  text-align: center;
  background: #00000070;
  position: relative;
}

.link .img-wapper .base {
  position: absolute;
  top: 35%;
  width: 100%;
  transition: top .8s;
}

.link .img-wapper .base p {
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #fefefe;
  margin-top: 20px;
}

.link .img-wapper .act .text {
  height: 150px;
}

.link .img-wapper .act {
  width: 100%;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  position: absolute;
  padding: 10px;
  bottom: -250px;
  transition: bottom .8s;
}

.link .activeCard {
  margin-top: 50px !important;
}

.link .img-wapper:hover .act {
  bottom: 10px;
}

.link .img-wapper:hover .base {
  top: 18%;
}

.link .img-wapper:hover {
  background: #05273d;
}

.link .img-wapper .to {
  width: 40px;
  height: 40px;
}

/*customize*/
.customize {}

.customize .control {
  text-align: center;
  padding: 10px;
}

.customize .ul {
  height: 470px;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.customize .ul ul {
  top: 0;
  position: absolute;
  width: 100%;
  /* transition: top .5s; */
}

.customize li.act,
.customize li:hover {
  background-color: #05273d;
  color: #fff;
}

.customize li:active {
  background-color: #05273d;
  color: #fff;
}

.menu-ul li:hover {
  background-color: #05273d;
  color: #fff;
}

.menu-ul li:active {
  background-color: #05273d;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #05273d;
  border-color: #05273d;
}

.customize li {
  height: 67px;
  padding: 0 24px;
  line-height: 67px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
}

.customize .customize-r {
  margin-top: 42px;
}

.customize .customize-r p {
  height: 52px;
  line-height: 52px;
  background-color: #000000;
  opacity: 0.54;
  text-align: center;
  margin-top: -52px;
  font-family: SourceHanSansCN-Regular;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  ;
}

.customize .customize-r img {
  width: 100%;
}

.quest {
  padding: 20px 0 0 0;
}

.left {
  text-align: right !important;
}

.quest .wenda {
  width: 100%;
  padding: 15px 15px 0 0;
  text-align: left;
  display: block;
  overflow: hidden;
  display: block;
}

.p-large {
  font-size: 24px;
  font-weight: 600;
  color: #03273d;
}

.wenda .radius1 {
  background-color: #04273f;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #04273F;
  text-align: center;
  color: #E3EFF3;
  font-weight: 600;
  padding: 2px;
}

.wenda .radius2 {
  background-color: #ffe9a5;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #ffe9a5;
  text-align: center;
  font-weight: 600;
  padding: 2px;
}

.wenda .text {
  color: #313131;
  font-size: 14px;
  margin-left: -10px;
  top: 5px;
  position: absolute;
}

.wendaRight {
  padding-top: 10px;
  padding-bottom: 30px;
  border-bottom: 1px solid #222222;
}

.card-box {
  background-color: #fff;
  padding: 60px 10px 20px 10px;
  color: black;
  font-size: 16px;
  border: 1px solid #ddd;
  text-align: center;
  height: 260px;
  margin: 0;
  cursor: pointer;
}

.card-box:active {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.card-box:hover {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.card-box:visited {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.card-ins {
  margin-top: 20px;
}

.no-div {
  background-color: #0a2840;
  padding: 20px;
  text-align: left;
}

.no-img {
  display:none;
}

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

.prond {
  background-color: #04273D;
  text-align: left;
}

.prond{
  display:none;
}

.prond .tipdesc{
  padding:20px;
  height: 243px;
  overflow: hidden;
}

.btn-radius {
  background-color: #fff;
  border-radius: 25px;
  padding: 10px;
  border: 1px solid #04273D;
  text-align: center;
  margin-left: 10px;
  width: 30%;
  float: left;
  margin-bottom: 15px;
  color: #04273D;
  cursor: pointer;
}

.btn-radius:visited {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.btn-radius:hover {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.btn-radius:active {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.btn-selected {
  background-color: #04273D;
  color: #fff;
  border: 1px solid #04273D;
}

.no-div2 {
  background-color: #04273D;
  padding: 20px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
}

.no-div3 {
  background-color: #04273D;
  padding: 20px 35px;
  text-align: center;
  height: 140px;
  border-radius: 5px;
  margin-bottom: 15px;
}

.no-div4 {
  border-radius: 50%;
  border: 1px solid #fff;
  padding: 40px;
  height: 150px;
  width: 150px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin-left: 80px;
}

.no-div4 .strong {
  font-weight: 600;
  font-size: 24px;
}

.cd-tabs {
  position: relative;
  width: 100%;
  /*max-width: 960px;
  margin: 2em auto;*/
}

.cd-tabs:after {
  content: "";
  display: table;
  clear: both;
}
.next-raduis{
  width: 40px;height:40px; border: #ddd;background-color: #ddd;border-radius: 20px;position: absolute;top: 340px;text-align: center;cursor: pointer;
}
.cd-tabs::after {
  /* subtle gradient layer on top right - to indicate it's possible to scroll */

  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 50px;
  z-index: 1;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}

.no-cssgradients .cd-tabs::after {
  display: none;
}

.cd-tabs.is-ended::after {
  /* class added in jQuery - remove the gradient layer when it's no longer possible to scroll */

  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-tabs nav {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
}

@media only screen and (min-width: 768px) {
  .cd-tabs::after {
    display: none;
  }

  .cd-tabs nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    box-shadow: inset -2px 0 3px rgba(203, 196, 130, 0.06);
    z-index: 1;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs nav {
    position: relative;
    float: none;
    background: transparent;
    box-shadow: none;
  }
}

.cd-tabs-navigation {}

.cd-tabs-navigation:after {
  content: "";
  display: table;
  clear: both;
}

.cd-tabs-navigation li {
  float: left;
}

.cd-tabs-navigation a {
  position: relative;
  display: block;
  height: 60px;
  width: 60px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  color: #c3c2b9;
  /* padding-top: 34px;*/
}

.no-touch .cd-tabs-navigation a:hover {
  color: #29324e;
}

.cd-tabs-navigation a.selected {
  background-color: #ffe9a5;
  color: #05273d;
}

.cd-tabs-navigation a::before {
  /* icons */

  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -10px;
  display: inline-block;
  height: 20px;
  width: 20px;
  background-image: url("../img/vicons.svg");
  background-repeat: no-repeat;
}

.cd-tabs-navigation a[data-content='inbox']::before {
  background-position: 0 0;
}

.cd-tabs-navigation a[data-content='new']::before {
  background-position: -20px 0;
}

.cd-tabs-navigation a[data-content='gallery']::before {
  background-position: -40px 0;
}

.cd-tabs-navigation a[data-content='store']::before {
  background-position: -60px 0;
}

.cd-tabs-navigation a[data-content='settings']::before {
  background-position: -80px 0;
}

.cd-tabs-navigation a[data-content='trash']::before {
  background-position: -100px 0;
}

.cd-tabs-navigation a[data-content='inbox'].selected::before {
  background-position: 0 -20px;
}

.cd-tabs-navigation a[data-content='new'].selected::before {
  background-position: -20px -20px;
}

.cd-tabs-navigation a[data-content='gallery'].selected::before {
  background-position: -40px -20px;
}

.cd-tabs-navigation a[data-content='store'].selected::before {
  background-position: -60px -20px;
}

.cd-tabs-navigation a[data-content='settings'].selected::before {
  background-position: -80px -20px;
}

.cd-tabs-navigation a[data-content='trash'].selected::before {
  background-position: -100px -20px;
}

@media only screen and (min-width: 768px) {
  .cd-tabs-navigation {
    /* move the nav to the left on medium sized devices */
    width: 80px;
    float: left;
  }

  .cd-tabs-navigation a {
    height: 80px;
    width: 80px;
    /* padding-top: 46px;*/
  }

  .cd-tabs-navigation a.selected {
    /* box-shadow: inset 2px 0 0 #f05451;*/
  }

  .cd-tabs-navigation a::before {
    top: 22px;
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs-navigation {
    /* tabbed on top on big devices */
    width: auto;
    /*background-color: #f8f7ee;*/
    box-shadow: inset 0 -2px 3px rgba(203, 196, 130, 0.06);
  }

  .cd-tabs-navigation a {
    height: 60px;
    line-height: 60px;
    width: auto;
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
    /* padding: 0 2.8em 0 4.6em;*/
  }

  .cd-tabs-navigation a.selected {
    /* box-shadow: inset 0 2px 0 #f05451;*/
  }

  .cd-tabs-navigation a::before {
    top: 50%;
    margin-top: -10px;
    margin-left: 0;
    left: 38px;
  }
}

.cd-tabs-content {
  background: #ffffff;
}

.cd-tabs-content li {
  display: none;
  /*padding: 1.4em;*/
}

.cd-tabs-content li.selected {
  display: block;
  -webkit-animation: cd-fade-in 0.5s;
  -moz-animation: cd-fade-in 0.5s;
  animation: cd-fade-in 0.5s;
}

.cd-tabs-content li p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.6;
  color: #8493bf;
  margin-bottom: 2em;

}

@media only screen and (min-width: 768px) {
  .cd-tabs-content {
    /*  min-height: 480px;*/
  }

  .cd-tabs-content li {
    /*padding: 2em 2em 2em 7em;*/
  }
}

@media only screen and (min-width: 960px) {
  .cd-tabs-content {
    min-height: 0;
  }

  .cd-tabs-content li {
    /*  padding: 3em;*/
  }

  .cd-tabs-content li p {
    font-size: 16px;
    font-size: 1rem;
  }
}

@-webkit-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes cd-fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

#accordion .panel {
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 0 0 10px;
  overflow: hidden;
  position: relative;
}

#accordion .panel-heading {
  padding: 0;
  border: none;
  border-radius: 0;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
}

#accordion .panel-heading:before,
#accordion .panel-heading:after {
  content: "";
  width: 50%;
  height: 20%;
  position: absolute;
  bottom: 15px;
  left: 10px;
  transform: rotate(-3deg);
  z-index: -1;
}

#accordion .panel-heading:after {
  left: auto;
  right: 10px;
  transform: rotate(3deg);
}

#accordion .panel-title a {
  display: block;
  padding: 10px;
  ;
  margin: 0;
  background: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  color: red;
  border-radius: 0;
  border: 1px solid red;
  position: relative;
}

#accordion .panel-title a.collapsed {
  color: #333;
  border: 1px solid #D9D9D9;
}

#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before {
  background-image: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center;
  content: "\f106";
  font-family: fontawesome;
  width: 55px;
  height: 100%;
  text-align: center;
  line-height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  ;
}

#accordion .panel-title a.collapsed:before {
  background-image: url(../images/Arrowdown_03.jpg);
  background-repeat: no-repeat;
  background-size: 20px 10px;
  background-position: center;
}

#accordion .panel-title a .icon {
  display: inline-block;
  width: 55px;
  height: 100%;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 50px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

#accordion .panel-body {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-top: none;
  background: #fff;
  font-size: 15px;
  color: #333;
  line-height: 27px;
}

.pa {position: absolute;}
.prev2,.next2{width:10px;height:18px;cursor: pointer;z-index: 22;top:90px;right:-28px;background:url(../images/next2.png) no-repeat 0 0}
.prev2{left:-28px;background:url(../images/prev2.png) no-repeat 0 0;}
.show{clear: both;height:477px;}
.show_t{height:84px;font-size:18px;line-height:62px;padding: 0 0 0 100px;position: relative;z-index: 1;text-align: center;}
.show_t li{float: left;width:197px;height:62px;background:#fff;color:#333;margin: 0 10px 0 0;}
.show_t li a{font-size:18px;color:#333;display: inline-block;}
.show_t li.cur,.show_t li:hover{background:#05273d;font-weight: bold;}
.show_t li.cur a,.show_t li:hover a{background-position: 0 -43px!important;color: #ffe9a5;}
.show_c1{position: relative;}
.show_cl{overflow: hidden;}
.show_c1 li{width: 285px;float: left;margin:0 20px 0 0;position: relative;}
.show_c1 li p,.show_c1 li p img{width: 285px;display: block;overflow: hidden;}
.show_c li span{display: block;height:56px;line-height: 56px;text-align: center;}
.show_c li span a{font-size:16px;color: #333;display: block;}
.show_c li:hover span a,.show_c li span a:hover{background-position: right 14px;color: #05273d;}

/*压铸模具优势*/

.yzmjback{
	height:630px;
	position: relative;
}

.yzmjback_bt{text-align: center;position: relative;font-size:40px;padding-top:50px;font-weight:bold;color:#ffe9a5;}

.yzmjback_bt:before{content: "";width:65px;height: 2px;position: absolute;top:45px;left: 50%;margin-left: -32.5px;}

.yzmjback_sub{text-align: center;font-size: 16px;margin-top:8px;color:#ffffff;}

.mjys01{position:absolute;left: 325px;top: 75px;}

.mjys01 h3{font-size:20px;font-weight:bold;color:#fff;}

.mjys01 p{color:#fff;width:260px;}

.mjys02{position:absolute;left: 925px;top: 75px;}

.mjys02 h3{font-size:20px;font-weight:bold;color:#fff;}

.mjys02 p{color:#fff;width:260px;}

.mjys03{position:absolute;left: 25px;top: 275px;}

.mjys03 h3{font-size:20px;font-weight:bold;color:#fff;}

.mjys03 p{color:#fff;width:260px;}


.mjys04{position:absolute;left: 625px;top: 275px;}

.mjys04 h3{font-size:20px;font-weight:bold;color:#fff;}

.mjys04 p{color:#fff;width:260px;}


/* 新加 */
.banner-img {
  width: 100%;
  height: 100%;
}

.carousel-indicators li{
  background-color: #d3d3d3;
  width: 80px;
  height: 5px;
  margin: 0 5px;
  border:0px;
}

.carousel-indicators .active{
  background-color: #e60012;
  width: 80px;
  height: 5px;
  margin: 0 5px;
}

@media screen and (max-width: 768px) {
  .carousel-indicators li{
    width: 8vw;
  }
  .carousel-indicators li.active{
    width: 8vw;
  }
}


/* session标题 */
.max-1700{
  max-width: 1700px;
  margin: 0 auto;
}
.max-1200{
  max-width: 1200px;
  margin: 0 auto;
}
.session-text{
  padding-top:85px;
  padding-bottom:35px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.session-text .session-tit{
  font-size: 46px;
  color:#051225;
  font-weight: bold;
  margin-bottom: 15px;
}
.session-text .session-subtit{
  font-size: 20px;
  color: #a8a8a8;
  letter-spacing: 5px;
  font-weight:regular;
  margin-bottom: 20px;
}
.session-text.dark .session-tit{
  color:#ffffff;
}
.session-text.dark .session-subtit{
  color: #ffffff;
}
.session-text .session-dot-list{
  display: flex;
  align-items: center;
}
.session-text .session-line{
  width: 75px;
  height: 2px;
  background: #051124;
  margin-bottom: 15px;
}
.session-text .session-dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
}
.session-text .session-dot-list .session-dot:nth-of-type(1){
  background-color: #0A0A0A;
}
.session-text .session-dot-list .session-dot:nth-of-type(2){
  background-color: #262626;
}
.session-text .session-dot-list .session-dot:nth-of-type(3){
  background-color: #545454;
}
.session-text .session-dot-list .session-dot:nth-of-type(4){
  background-color: #878787;
}
.session-text .session-dot-list .session-dot:nth-of-type(5){
  background-color: #C8C8C8;
}
.session-text.dark .session-dot-list .session-dot:nth-of-type(1){
  background-color: #38394E;
}
.session-text.dark .session-dot-list .session-dot:nth-of-type(2){
  background-color: #5C5D79;
}
.session-text.dark .session-dot-list .session-dot:nth-of-type(3){
  background-color: #8B8CAE;
}
.session-text.dark .session-dot-list .session-dot:nth-of-type(4){
  background-color: #D2D3F0;
}
.session-text.dark .session-dot-list .session-dot:nth-of-type(5){
  background-color: #C8C8C8;
}

@media screen and (max-width: 1280px) {
  .session-text{
    padding-top: 45px;
    padding-bottom: 15px;
  }
  .session-text .session-tit{
      font-size: 32px;
      margin-bottom:8px;
  }
  .session-text .session-subtit{
      font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .session-text{
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left:15px;
    padding-right:15px;
  }
  .session-text .session-tit{
      font-size: 26px;
  }
  .session-text .session-subtit{
      font-size: 14px;
  }
}







/* 联系我们 */

@media screen and (max-width: 1200px) {
  .container{
    padding-left: 15px;
    padding-right: 15px;
  }
  .contat1 .contat1left{
    width: 100%;
  }
  .contat1 .contat1right{
    width: 100%;
  }
  .contat1 .contat1right img{
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contat1{
    margin-top: 25px;
  }
  .contat1 .contat1left{
    padding: 0 0 15px 0;
  }
  .contlx_bt{
    font-size: 26px;
    margin-top: 25px;
  }
  .comtact_map .comtact_map_bt{
    font-size: 26px;
    margin-top:10px;
  }
  .comtact_map p{
    font-size: 16px;
  }
  .contlx_bt span{
    font-size: 20px;
  }
  .contlx_list {
    margin-top: 25px;
  }
  .contlx_list{
    display: flex;
    flex-wrap: wrap;
  }
  .contlx_list li{
    width: 50%;
    height: auto;
    padding-top: 0;
  }
  .contlx_list li:last-child{
    display: none;
  }
  .contlx_list li img{
    position: unset;
    margin: 0;
  }
  .contlx_list li p{
    margin-bottom: -10px;
  }
  .contlx_list li p span{
    margin-top:10px;
    margin-bottom:5px;
  }
  .contactlx{
    margin-bottom:0;
  }
  .message{
    padding: 0;
    margin-top: 25px;
  }
}


/* 新闻 */

@media screen and (max-width: 1200px) {
  .xypg-news-list li{
    padding:15px;
    margin-bottom: 25px;
  }
  .xypg-news-list .nsersleft{
    width: 28%;
    margin-right: 2%;
  }
  .xypg-news-list .nsersright {
    width: 70%;
  }

  
}

@media screen and (max-width: 768px) {
  .xypg-news-list .nsersleft{
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .xypg-news-list .nsersright {
    width: 100%;
  }
}


/* 产品 */
.xypg-product-list li .img{
  height: 205px;
}
@media screen and (max-width: 1200px) {
  .xypg-product-list li .img{
    height: 16.5vw;
  }
}
@media screen and (max-width: 768px) {
  .xypg-product-list li .img{
    height: 32vw;
  }
}
@media screen and (max-width: 375px) {
  .xypg-product-list li .img{
    height: 60vw;
  }
}



/* 关于我们 */
@media screen and (max-width: 1280px) {
  .aboutcom{
    padding: 0 15px;
  }
  .aboutcom_list .aboutcom_list_left{
    width: 40%;
    height: auto;
  }
  .aboutcom_list .aboutcom_list_right{
    width: 60%;
  }
  .qyxc_tit ul li{
    width: 33.33%;
  }
  .qyxc_list .qyxc_com ul li{
    width: 33.33%;
    margin: 10px 0;
  }
  .qiyeln_con .col{
    width: 25%;
    margin-left: 0;
  }
  .qiyeln_con .col .img{
    width: 100%;
    height: auto;
  }
  #carousel1-example-generic .wapper-in{
    width:100%;
  }
  .hzhb_con li{
    width: 24%;
    margin: 10px 0.5%;
  }
  .hzhb_con li img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media screen and (max-width: 992px) {
  .aboutfwlccom_list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
  }
  .aboutfwlc{
    background-size: cover !important;
    height: 750px;
  }
  #carousel1-example-generic .wapper-in .m5box{
    display: flex;
    flex-wrap: wrap;
  }
  #carousel1-example-generic .wapper-in .hxjzgbox{
    width: 50%;
    padding: 15px;
  }
  .carousel-inners{
    height: 680px !important;
  }
  
}

@media screen and (max-width: 768px) {
  .aboutcom{
    padding:0;
    margin-bottom: 45px;
  }
  .aboutcom_list .aboutcom_list_left{
    width: 100%;
  }
  .aboutcom_list .aboutcom_list_left img{
    width: 100%;
    height: auto;
  }
  .aboutcom_list .aboutcom_list_right{
    width: 100%;
    height: auto;
    padding: 15px;
  }
  .aboutcom_list .aboutcom_list_right h3{
    font-size: 20px;
    padding-top: 10px;
  }

  .aboutfwlccom_bt{
    font-size: 26px;
    margin-top: 25px;
  }
  .aboutfwlccom_sub{
    font-size: 18px;
  }
  .aboutfwlccom_list li p span{
    font-size: 18px;
  }
  .aboutfwlccom_list li img{
    width: 15vw;
    margin-left: -25%;
  }
  .aboutfwlccom_list li{
    padding-top: 24vw;
    height: auto;
  }
  .aboutfwlccom_list li p{
    margin-bottom:0;
    margin-top: 20px;
  }
  .aboutfwlc{
    height: 650px;
  }
  .slider{
    margin-top: 0 !important;
  }
  .qiyeln_a .qiyeln_bt{
    font-size: 26px;
    margin-top: 25px;
  }
  .qiyeln_a p{
    font-size: 16px;
  }
  .qiyeln_con .col .desc{
    display: none;
  }
  .qiyeln_con ul{
    
  }
  .qiyeln_con .col{
    width: 50%;
    height: 45vw;
  }
  .qiyeln_a{
    margin-bottom: 25px;
  }
  .both-three .p1{
    font-size: 26px;
  }
  .both-three .p2{
    font-size: 16px;
  }
  #carousel1-example-generic .wapper-in .hxjzgbox img{
    width: 22vw;
    height: auto;
  }
  .carousel-inners{
    padding: 40px 15px 15px !important;
  }
  .hzhb_a .hzhb_bt{
    font-size: 26px;
    margin-top: 25px;
  }
  .hzhb_a p{
    font-size: 16px;
  }
  .hzhb_con li{
    height: 25vw;
  }
  
}

@media screen and (max-width: 576px) {
  .aboutfwlc{
    height: 550px;
  }
  .qyxc_list .qyxc_com ul li img{
    height: 30vw;
  }
  .qyxc_tit ul li a{
    font-size: 18px;
  }
}