@import url(http://at.alicdn.com/t/font_1144939_pdz8umy9ap.css);@charset "UTF-8";
body {
  overflow-x: hidden;
  font-family: "Microsoft YaHei";
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

a {
  color: #337ab7;
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

a:focus {
  outline: none;
  outline-offset: -2px;
}

.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, .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;
}

.owl-carousel .banner-item a, .page-banner, .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;
}

.owl-carousel .banner-item a img, .page-banner 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%;
}

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

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

.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-fluid {
  padding: 0 8.33333333%;
}

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

/* 自动获取下载文件类型图标样式 */
@font-face {
  font-family: 'filetypeicon';
  /* project id 455609 */
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot");
  src: url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.eot?#iefix") format("embedded-opentype"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.woff") format("woff"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.ttf") format("truetype"), url("//at.alicdn.com/t/font_455609_md6xsqc4pwrk9.svg#iconfont") format("svg");
}

.filetypeicon {
  font-family: "filetypeicon";
  font-size: 13px;
  font-style: normal;
}

/*手机端头部*/
.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-yy{
      position: absolute;
    z-index: 9;
    right: 15%;
    top: 17px;
    font-size: 18px;
}
.xymob-yy a{
    color:#fff;
}

.xymob-search-btn i {
  font-size: 24px;
  color: #fff;
}

.xymob-menu {
  display: none;
  position: absolute;
  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 i {
  font-size: 18px;
  color: #fff;
}

.xymob-nav .xymob-menu-jt.clicked i:before {
  content: '\E607';
}

.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: #f3781f;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}

.xymob-dlbtn a i {
  font-size: 20px;
  color: #fff;
  vertical-align: -2px;
  margin-right: 10px;
}

.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 {
  font-size: 20px;
  color: #fff;
}

.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 input[type="submit"] {
  width: 20%;
  height: 50px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #fff;
}

.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%;
  position: relative;
  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;
  background: none;
  outline: none;
  border: none;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  width: 35px;
  height: 30px;
}

.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: #ab001a;
}

/* 导航样式 */
.x-menu {
  width: 58.75%;
  float: left;
}

.x-menu > li {
  float: left;
  position: relative;
  margin: 0 .15vw;
}

.x-menu > li > a {
  display: block;
  padding: 0 .8vw;
  font-size: 14px;
  color: #000000;
  line-height: 2.4;
}

.x-menu > li > a:hover {
  background: #f3781f;
  color: #fff;
}

.x-menu > li.active > a {
  background: #f3781f;
  color: #fff;
}

.x-menu > li:after {
  content: '';
  position: absolute;
  z-index: 100;
  width: 100%;
  left: 0;
  height: 40px;
  opacity: 0;
  top: 100%;
}

.x-menu > li:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.x-sub-menu {
  position: absolute;
  z-index: 99;
  width: 150%;
  left: -25%;
  top: 65px;
  background: #fff;
  border-radius: 5px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.x-sub-menu > li > a {
  display: block;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding: .5em;
}

.x-sub-menu > li > a:hover {
  background: #e9eaeb;
}

.x-sub-menu:after {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  cursor: pointer;
  border-style: dashed dashed solid dashed;
  border-color: transparent transparent #fff transparent;
  border-top: none;
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  z-index: 99;
}

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

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

.owl-carousel .owl-nav .owl-prev {
  left: 0;
  left: 0%;
    background: url(../images/z.png) no-repeat!important;
}

.owl-carousel .owl-nav .owl-next {
  /*right: 0;*/
      right: 0%;
    background: url(../images/y.png) no-repeat!important;
}

.owl-carousel .owl-nav button.owl-prev,
.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;*/
      outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    height: 40px;
    width: 40px;
    margin-top: -20px;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  /*background: #ab001a;*/
}

.owl-carousel .owl-nav button.owl-prev .iconfont:before,
.owl-carousel .owl-nav button.owl-next .iconfont:before{
    display:none!important;
}

.owl-carousel .owl-nav button.owl-prev .iconfont,
.owl-carousel .owl-nav button.owl-next .iconfont{
    display:none!important;
}

.owl-carousel .owl-nav .iconfont {
  font-size: 30px;
  color: #fff;
  line-height: 1;
  display:none;
}
.owl-carousel .owl-nav .owl-next .icon-right-arrow{
    display:none!important;
}

.owl-carousel .owl-nav button.owl-prev .icon-left-arrow{
    display:none!important;
}

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

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

.owl-carousel .owl-dots button.owl-dot {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin: 0 .5em;
  outline: none;
  background: #fff;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  opacity: .2;
}

.owl-carousel .owl-dots button.owl-dot:hover {
  opacity: .5;
}

.owl-carousel .owl-dots button.owl-dot.active {
  opacity: 1;
}

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

.title strong.t {
  font: 600 80px/90px "Impact";
  color: #fff;
  float: left;
  text-transform: uppercase;
}

.title .more {
  float: right;
  position: relative;
}

.title .more a {
  display: block;
  position: relative;
  z-index: 2;
  -webkit-transition: all .3s;
  transition: all .3s;
  font: 500 18px/36px "Microsoft YaHei";
  color: #ffffff;
  padding: 0 6px;
  text-transform: uppercase;
}

.title .more:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 8px;
  background: #f3781f;
  bottom: 0;
  left: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1;
}

.title .more:hover a {
  color: #fff;
}

.title .more:hover:after {
  height: 100%;
}

.nav {
  position: fixed;
  top: 50px;
  left: 0;
  /*width: 100%;*/
  height: auto;
  width: 60px;
  z-index: 9999;
  padding: 0 60px;
}

.nav .logo {
  float: left;
  transition: all .3s
}

.about .about-con .about-slogan {
  margin-top: 35px;
  margin-bottom: 25px;
}

.about .about-con .about-slogan strong {
  display: block;
  color: #f3781f;
  font: 600 40px/50px "Microsoft YaHei";
}




.about .about-con .about-slogan strong span {
  font: 500 24px/50px "Microsoft YaHei";
  color: #f3781f;
}

.about .about-con p {
  color: #fff;
  font: 500 18px/36px "Microsoft YaHei";
}
@media(max-width: 1300px){
      .about .container{
    position: relative;
    
}
.about .container .title {
   position: absolute;
    z-index: 2;
    width: 91.5%;
    top: 3px;
} 
.about .container .about-con{
    padding: 8% 0 0;
}
}

@media(max-width: 768px){
   .about .about-con .about-slogan strong {
        display: block;
        color: #f3781f;
        font: 600 24px/50px "Microsoft YaHei";
    }

    .about .about-con .about-slogan strong span {
          font: 500 20px/50px "Microsoft YaHei";
          color: #f3781f;
        }

.about .about-con p {
  color: #fff;
  font: 500 14px/28px "Microsoft YaHei";
}
}


.about .about-list {
  position: relative;
  margin-top: 180px;
}

@media (max-width: 992px) {
  .about .about-list {
    display: none;
  }
}

.about .about-list .about-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 80px;
  -webkit-transition: all 1s;
  -webkit-transition: all 2s;
  transition: all 2s;
  overflow: hidden;
  background: url("../images/about_line.png") no-repeat center;
}

.about .about-li li {
  float: left;
  width: 25%;
  text-align: center;
  z-index: 999;
  position: relative
}

.about .about-li li:first-child {
  margin-top: -30px;
}

.about .about-li li:nth-child(2) {
  margin-top: -93px;
}

.about .about-li li:nth-child(3) {
  margin-top: -25px;
}

.about .about-li li:nth-child(4) {
  margin-top: -87px;
}

.about .about-li li img{
    transition: all .8s;
}
.about .about-li li:hover img{
    transform: translateY(-20px) rotateY(180deg);
}



.about .about-li li b {
  content: '';
  display: block;
  margin: 10px auto;
  width: 2px;
  height: 25px;
  background: #f3781f;
}

.about .about-li li span {
  display: block;
  font: 500 18px/28px "Microsoft YaHei";
  color: #fff;
}

.product .container {
  position: relative;
  height: 100%;
}

.product .container .title {
  position: absolute;
  z-index: 2;
  width: 97.5%;
  top: 185px;
}

.product .container .product-list .product-box {
  position: relative;
  border-left: 1px solid rgba(217, 217, 217, 0.1);
  border-right: 1px solid rgba(217, 217, 217, 0.1);
  margin-left: -1px;
  padding: 318px 22px 0;
}

.product .container .product-list .product-box:first-child {
  margin-left: 0;
}

.product .container .product-list .product-box img {
  width: 100%;
  height: auto;
}

.product .container .product-list .product-box h3 {
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin: 28px 0 15px;
}

.product .container .product-list .product-box h3 a {
  font: 500 18px/28px "Microsoft YaHei";
  color: #fff;
}

.product .container .product-list .product-box p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font: 500 13px/23px "microsoft yahei";
  color: #e5e5e5;
}

.product .container .product-list .product-box .product-more a {
  display: block;
  width: 46px;
  height: 46px;
  background: url("../images/product_more.png") no-repeat center;
}

.product .container .product-list .product-box .product-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(30, 46, 75, 0.6);
  z-index: -1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.product .container .product-list .product-box:hover .product-more a {
  background: url("../images/product_more_hover.png") no-repeat center;
}

.product .container .product-list .product-box:hover .product-layer {
  height: 100%;
}
@media(max-width:1300px){
    .product .container .title{
        width:91%;
        top: 44px;
    }
    .product .container .product-list .product-box{
        padding: 180px 22px 46px;
    }
}
.news .news-list {
  margin-top: 120px;
  padding-bottom: 75px;
}

.news .news-list .news-box {
  padding: 30px;
  border: 1px solid #ccc;
}

.news .news-list .news-box .news-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.news .news-list .news-box .news-title strong {
  font: 600 30px/40px "Arial";
  color: #d97731;
}

.news .news-list .news-box .news-title span {
  font: 500 18px/28px "Arial";
  color: rgba(255, 255, 255, 0.5);
  margin-left: 16px;
}

.news .news-list .news-box .news-title h3 {
  font: 500 18px/28px "Microsoft YaHei";
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news .news-list .news-box .news-img {
  padding-top: 17px;
}

.news .news-list .news-box .news-img p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font: 500 14px/28px "Microsoft YaHei";
  color: #ffffff;
}
.news .news-list .news-box .news-img p:hover{color:#d97731;}
.news .news-list .news-box .news-img img {
  width: 100%;
  max-height: 122px;

}

.news .news-list .news-box:hover p {

}

.news .news-list .news-box:hover .news-img img {
  display: block;
}




.contact .contact-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 70px;
}

.contact .contact-box .contact-slogan strong {
  font: 600 40px/50px "Microsoft YaHei";
  color: #f3781f;
  display: block;
}

.contact .contact-box .contact-slogan strong:after {
  content: '';
  display: block;
  width: 62px;
  height: 4px;
  background: #fff;
  margin: 15px 0 20px;
}

.contact .contact-box .contact-slogan span {
  font: 500 24px/34px "Microsoft YaHei";
  color: #fff;
  display: block;
  margin-bottom: 30px;
}

.contact .contact-box .contact-con {
  width: 36%;
}

.contact .contact-box .contact-con h1 {
  font: 500 26px/36px "Microsoft YaHei";
  color: #ffffff;
  text-indent: 1em;
  margin-bottom: 20px;
  margin-top: 10px;
}

.contact .contact-box .contact-con table {
  width: 100%;
  padding-left: 2em;
}

.contact .contact-box .contact-con table tr {
  border-bottom: 1px solid #353e51;
  font: 500 15px/50px "Microsoft YaHei";
  color: #fff;
  padding: 0 20px;
}

.contact .contact-box .contact-con table tr img {
  margin-left: 2em;
}

.contact .contact-box .contact-con table tr td:first-child {
  margin-right: 26px;
}

@media(max-width:1300px){
      .news .container{
    position: relative;
    
}
.news .container .title {
   position: absolute;
    z-index: 2;
    width: 91.5%;
    top: 3px;
} 
      .contact .container{
    position: relative;
    
}
.contact .container .title {
   position: absolute;
    z-index: 2;
    width: 91.5%;
    top: 3px;
}
.contact .contact-box{
    margin-top: 130px;
}
}
.active .about-list .about-line {
  width: 100%;
}

.x-layout {
  background: #141521;
  background-size: cover;
  padding: 75px 0 60px;
  border-top: 3px solid #f3781f;
}

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

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

.x-layout-contact h1 {
  font: 500 24px/34px "Microsoft YaHei";
  color: #ffffff;
  margin-bottom: 30px;
}

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

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

.x-layout-menu dl dt {
  color: #fff;
  font: 500 17px/27px "Microsoft YaHei";
  margin-bottom: 30px;
}

.x-layout-menu dl dd a {
  display: block;
  font: 500 14px/24px "Microsoft YaHei";
  color: rgba(255, 255, 255, 0.46);
}

.x-layout-menu dl dd a:hover {
  color: #f3781f;
}

.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: #141521;
  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-footer .container {
  border-top: 1px solid #32333e;
  padding: 15px 0;
}

/*左侧工具条*/
#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: #f3781f;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  white-space: nowrap;
  font-size: 0;
}

#toolbar li .iconfont {
  display: inline-block;
  vertical-align: middle;
  width: 57px;
  height: 57px;
  background-color: #d9d9d9;
  vertical-align: middle;
  text-align: center;
  line-height: 57px;
  color: #2b2b2b;
  font-size: 26px;
}

#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: #f3781f;
  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 #f3781f;
  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: #f3781f;
}

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

#toolbar li:hover .iconfont {
  background-color: #f3781f;
  color: #fff;
}

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

.page-position {
  background: #f3781f;
  padding: 10px 0;
  line-height: 20px;
  color: #fff;
  font-size: 14px;
}

.page-position a {
  color: #fff;
}

.page-position a:hover {
  text-decoration: underline;
}

.page-wrap {
  background: #ffffff;
  /*padding: 35px 0 4.16666667% 0;*/
}

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

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

.xypg-left-title {
  text-align: center;
  padding: .7em 0;
  font-size: 20px;
  line-height: 1.5;
  background: #f3781f;
}

.xypg-left-title span {
  color: #ffffff;
}

.xypg-left-title span:after {
  margin-left: .5em;
}

.xypg-left-title span:before {
  margin-right: .5em;
}

.xypg-left-title span:after, .xypg-left-title span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1px;
  background: #fff;
}

@media (max-width: 990px) {
  .xypg-left-title {
    font-size: 16px;
  }
}

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

.latest-news {
  padding: 10px;
}

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

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

.latest-news li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.latest-news li a:hover {
  color: #f3781f;
  text-decoration: underline;
}

.latest-news li a:hover:before {
  background-color: #f3781f;
}

.hot-keys {
  padding: 0 10px 10px 10px;
  margin: 0 -5px;
}

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

.hot-keys li a {
  display: block;
  text-align: center;
  font-size: 13px;
  color: #666666;
  line-height: 2.2;
  background: #ededed;
}

.hot-keys li a:hover {
  color: #f3781f;
  text-decoration: underline;
}

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

.page-wrap-contact h4 {
  margin: .5em 0 .8em 0;
  font-size: 16px;
  color: #000000;
}

.page-wrap-contact p {
  position: relative;
  margin-bottom: 0;
  color: #5a5a5a;
  padding: .4em 0 .4em 45px;
}

.page-wrap-contact p em {
  position: absolute;
  font-style: normal;
  margin-left: -45px;
}

.page-wrap-contact p + p {
  border-top: 1px dashed #efefef;
}

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

.page-wrap-right {
  overflow: hidden;
}
@media(max-width:768px){
    .xypg-right-content p iframe{
        max-width:100%; height:auto !important;width:auto !important;
    }
}

.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: #f3781f;
  opacity: .7;
}

.page-mob-tool li i {
  position: relative;
  z-index: 9;
  font-size: 20px;
  color: #fff;
}

@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: #ab001a;
  background: #ab001a;
}

/* 手机站 左侧导航弹出特效 */
.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 i {
    font-size: 18px;
    color: #fff;
  }
  .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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 5vh 0;
}

.xypg-left-nav > li {
  position: relative;
  width: 18%;
  border-right: 1px solid #dedede;
}

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

.xypg-left-nav > li > a {
  display: block;
  font: 500 16px/70px "Microsoft YaHei";
  color: #4c4c4c;
  width: 100%;
  text-align: center;
  background: #f7f7f7;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #f3781f;
}

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

.xypg-left-nav .xypg-left-subnav > li {
  padding: 8px 45px 8px 25px;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  display: block;
  line-height: 20px;
  color: #969494;
  font-size: 15px;
}

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

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

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

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

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

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

@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.33333%;
  margin: 0 1.5% 7vh 1.5%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.xypg-product-list li img {
  width: 100%;

}

.xypg-product-list li h3{
    border-top:1px solid #000;
    margin-top:1.5vh;
    padding:1vh 0;
}
.xypg-product-list li h3 a {
  display: block;
  text-align: left;
  font-size: 30px;
  color: #f3781f;
  line-height: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
 
}

.xypg-product-list li p {
  font: 500 18px/29px "Microsoft YaHei";
  color: #000;
  margin:0;
  height: 58px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.xypg-product-list li .product-more {
  margin-top: 6vh;
}

.xypg-product-list li .product-more a {
  display: block;
  background:#f3781f;
  color:#fff;
  font-size: 18px;
  line-height:49px;
  text-align: center;
}

.xypg-product-list li:hover h3 a {
  color: #000;
}

.xypg-product-list li:hover .product-more a {
  background: #000;
}

.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: #ab001a;
}

/* 内页新闻列表 */
.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 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: #f3781f;
}

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

@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: #f3781f;
}

.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: #f3781f;
  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: #f3781f;
}

.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: #f3781f;
  background: #f3781f;
}

.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: #ab001a;
}

/*内页详情页面公用样式*/
.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;
}

.xypg-detail-info-bar .detail-info-time i {
  font-size: 20px;
  vertical-align: -3px;
  margin-right: 4px;
}

.xypg-detail-info-bar .detail-info-numbers {
  float: left;
}

.xypg-detail-info-bar .detail-info-numbers i {
  font-size: 12px;
  margin-right: 4px;
}

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

.xypg-detail-info-bar .xypg-file-down .file-down-title {
  cursor: pointer;
}

.xypg-detail-info-bar .xypg-file-down .file-down-title i {
  margin-right: 5px;
}

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

.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: #f3781f;
}

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

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

.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: #f3781f;
  line-height: 40px;
  border-bottom: 3px solid #ab001a;
  margin-bottom: -1px;
}

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

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

.xypg-detail-tags .tags-content a {
  font-size: 13px;
  color: #666666;
  display: inline-block;
}

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

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

.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 {
  margin-bottom: 10px;
  background: #ededed;
  line-height: 35px;
  padding: 0 20px;
  position: relative;
}

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

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

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

@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: 0;
  font-size: 13px;
  color: #666666;
}

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

.relate-title {
  background: #eeeeee;
  color: #fff;
  font-size: 14px;
  line-height: 2.5;
  margin-bottom: 15px;
}

.relate-title span {
  background: #ab001a;
  padding: 0 10px;
  display: inline-block;
}

.relate-product-slick {
  padding: 0 30px;
  position: relative;
}

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

.relate-product-slick .owl-item .img {
  display: block;
}

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

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

.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: 40px;
}

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

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

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

.relate-news-list li a:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d1d1d1 url(../images/xypg-left-jt.png) -1px -16px no-repeat;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.relate-news-list li span {
  position: absolute;
  right: 0;
  top: 0;
}

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

.relate-news-list li:hover a:before {
  background-color: #f3781f;
}

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

@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: #f3781f;
  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: #f3781f;
  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: #f3781f;
}

/* 简历提交表格 */
.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: #f3781f;
}

.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: #f3781f;
  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: #ab001a;
}

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

.xypg-search-result-box .xypg-search-title {
  border-left: 3px solid #f3781f;
  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 .icon {
  float: left;
  font-size: 40px;
  line-height: 40px;
  margin-right: 5px;
  height: 40px;
}

.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: #ab001a;
}

/* 自动发布 */
.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;
}

.xypg-product-detail > h1 {
  text-align: center;
  font-size: 24px;
  color: #333;
  margin-bottom: 1.5em;
}

@media (max-width: 990px) {
  .xypg-product-detail > h1 {
    font-size: 18px;
  }
}

.page-product-detail-effect {

   background: #f6f6f6;
   padding:6vh 0;
}



.page-product-detail-effect .big-img {

  height: 510px;
  border: 1px solid #e2e2e2;
}

.page-product-detail-effect .big-img a {
  display: block;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  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-effect .product-detail-slick {

}

.page-product-detail-effect .product-detail-slick a {
  display: block;
  font-size: 0;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 0;
  border: 1px solid #f6f6f6;

}

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

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

.page-product-detail-effect .product-detail-slick .slick-slide {
  outline: none;
  margin: 5px 5px 5px 0;
}

.page-product-detail-effect .product-detail-slick .slick-slide.active a {
  border-color: #f3781f;
}

.page-product-detail-effect .product-detail-slick .slick-arrow {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  line-height: 30px;
  background: #2d3442;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  cursor: pointer;
}
.slick-top{
  position: absolute;
  left:0;
  top:50%;
  margin-top:-15px;
  z-index: 9999;
}
.slick-bottom{
  position: absolute;
  right:5px;
  top:50%;
  margin-top:-15px;
  z-index: 9999;
}
.page-product-detail-effect .product-detail-slick .slick-arrow:hover {
  background: #f3781f;
}

.page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
  color: #fff;
  font-size: 20px;
}
.detail-right{
  padding-left:55px;
  padding-top: 4vh;
}

.detail-right h1{
  color:#333;
  font-size: 45px;
  background: url(../images/tit.png) no-repeat 0 100%;
  padding-bottom: 4vh;
}
.detail-right .intro{
   padding:2vh 0 3vh;
}
.pro-inquiry{
  font-size: 0;
}
.pro-inquiry .book{
  display: inline-block;
  width:180px;
  background: url(../images/buy.png) no-repeat 28px 50% #f3781f;
  padding-left:75px;
  color:#fff;
  font:400 18px/57px "Microsoft Yahei";
  margin-right: 5px;
  margin-bottom: 10px;
}
.pro-inquiry .hot-line{
  display: inline-block;
  background: url(../images/tel2.png) no-repeat 28px 50% #2d3442;
  padding:0 30px 0 70px;
  color:#fff;
  font:400 18px/57px "Microsoft Yahei";
}
.pro-inquiry .hot-line p{
  margin:0;
}
.tabbox{
  border-bottom: 2px solid #ececec
}

@media (max-width: 530px) {
  .page-product-detail-effect {

  }
  .page-product-detail-effect .big-img {
    height: 280px;
  }
  .page-product-detail-effect .product-detail-slick .slick-slide {
    height: 70px;
  }
  .page-product-detail-effect .product-detail-slick .slick-arrow {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .page-product-detail-effect .product-detail-slick .slick-arrow .iconfont {
    font-size: 16px;
  }
  .slick-top{
    margin-top:-10px;
  }
  .slick-bottom{
    margin-top:-10px;
  }
}

.page-product-inquiry {
  text-align: center;
  margin: 20px 0 40px 0;
  font-size: 0;
}

.page-product-inquiry a {
  display: inline-block;
  margin: 0 1%;
  border-radius: 40px;
  background: #f3781f;
  color: #fff;
  font-size: 18px;
  line-height: 2.5;
  width: 31%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.page-product-inquiry a:hover {
  background: #ab001a;
}

@media (max-width: 990px) {
  .page-product-inquiry a {
    font-size: 14px;
  }
}

.product-detail-item {
  font-size: 0;
}

.product-detail-item li {
  margin: 8px 0;
  font-size: 14px;
  line-height: 20px;
  color: #5a5a5a;
}

.product-detail-item li span {
  color: #f3781f;
}

@media (min-width: 990px) {
  .product-detail-item {
    margin: 0 -1%;
  }
  .product-detail-item li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 7px 1%;
  }
}

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

.product-detail-tab .product-detail-tabli {

}

.product-detail-tab .product-detail-tabli li {
  float: left;
  width: 20%;
  line-height: 40px;
  margin-top: -1px;
  text-align: center;
  font-size: 21px;
  color: #333333;
  cursor: pointer;
  padding:2vh 0;
  position: relative;
}

.product-detail-tab .product-detail-tabli li.on:after, .product-detail-tab .product-detail-tabli li:visited:after, .product-detail-tab .product-detail-tabli li:active:after {
    width:96px;
    height: 3px;
    position:absolute;
    left:50%;
    margin-left:-48px;
    bottom: -1px;
    content:"";
    background: #f3781f;
}

.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;*/
      width: 100%;
    height: auto;
}
.product-detail-tab .product-detail-tabcon img{}
@media (max-width: 768px) {
  .product-detail-tab .product-detail-tabli {
    height: 35px;
  }
  .product-detail-tab .product-detail-tabli li {
    width:30%;
    font-size: 13px;
    line-height: 35px;
    padding:0;
  }
}

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

.product-detail-tabbox{
   padding-bottom: 6vh;
}
.xypg-rec .rec-title{
   color:#f3781f;
   font-size: 27px;
   background: url(../images/rec.png) no-repeat 50% 100%;
   padding-bottom: 42px;
   text-align: center;
   margin:6vh 0 4vh;
}
.xypg-rec .rec-title span{
  display: block;
  color:#555;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
}
.rec-product-list li{
  list-style: none;
  text-align: center;
}
.rec-product-list li a{
  display: block;

}
.rec-product-list li a .img{
  display: block;
  border:1px solid #dcdcdc;
  overflow: hidden;
}
.rec-product-list li a .img img{
   -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
.rec-product-list li:hover a .img img{
     -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rec-product-list li p{
  color:#444;
  font-size: 22px;
  padding:3vh 0;
  margin:0;
}
.rec-product-list li:hover p{
  color:#f3781f;
}
.rec-product-list li .more{
  display: inline-block;
  width:223px;
  background: #f3781f;
  color:#fff;
  font:400 18px/40px "Microsoft Yahei";
  vertical-align: top;
}

@media(max-width: 1366px){
  .pro-inquiry .book{
    width: 140px;
    background: url(../images/buy.png) no-repeat 12px 50% #f3781f;
    padding-left: 50px;
  }
  .pro-inquiry .hot-line{
    background: url(../images/tel2.png) no-repeat 12px 50% #2d3442;
    padding: 0px 6px 0 50px;

  }
}
@media(max-width: 991px){
  .detail-right{
    padding-left:15px;
  }
}

/* 站点地图样式 */
.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;
}

@media(max-width: 1199px){
  .detail-right h1{
    font-size:34px;
  }
}
@media(max-width: 768px){
  .detail-right h1{
    font-size:24px;
  }
}

/* 产品封面 */
.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: #f3781f;
}

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

.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: #f3781f;
}

.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: #f3781f;
  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%;
}
.x-seo{text-align:center;color:#fff;}

.x-seo a{color:#fff;}

