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

.xy-head-navbar .xy-search:after, .xy-menu:after, .xy-tl-nav:after, .hot-keys: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, .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, .product-detail-tab .product-detail-tabli:after, .tag-list-product .tag-wz .tab-fenli:after {
  content: "";
  display: table;
  clear: both;
}

.xy-menu .xy-sub-menu > 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-news-list li .tit h3, .xypg-detail-info-bar .xypg-file-down .file-down-list li .list-con p, .xypg-detail-pn div a, .relate-news-list li a, .xypg-jod-detail .job-detail-title, .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, .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;
}

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


.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-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 i:before {
    content:"\e638";
}

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


/*头部公用样式*/
.container {
  width: auto !important;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0px 15px;
}

p {
  margin: 0;
}

.head-top {
  background: #01bebf;
  color: #fff;
  height: 40px;
  line-height: 40px;
}

.head-top .head-top-text {
  float: left;
}

.head-top .head-top-ht {
  float: right;
}

.head-top .head-top-ht a {
  color: #fff;
}

.xy-head {
  position: relative;
}

.xy-head-left {
  float: left;
}

.xy-head-left .logo {
  display: block;
  -webkit-transition: all .7s;
  transition: all .7s;
  line-height: 91px;
}

.xy-head-left .logo h1 {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}

.xy-head-left .logo img {
  max-width: 100%;
}

.xy-head-right {
  float: right;
  width: 60%;
}

.xy-head-right .xy-head-links {
  margin: 20px 0;
  color: #fff;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
  overflow: hidden;
  height: 20px;
  opacity: 1;
}

.xy-head-right .xy-head-links a {
  color: #fff;
  padding: 0 10px;
}

.xy-head-navbar {
  position: relative;
  -webkit-transition: all .7s ease;
  transition: all .7s ease;
}

.xy-head-navbar .xy-search {
  position: absolute;
  right: 0;
  top: 0;
  width: 130px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.xy-head-navbar .xy-search #keyword {
  float: left;
  width: 80%;
  height: 28px;
  background: none;
  border: none;
  color: #fff;
  padding-left: 10px;
  font-size: 12px;
  outline: none;
}

.xy-head-navbar .xy-search #s_btn {
  float: right;
  width: 20%;
  height: 28px;
  background: none;
  font-size: 18px;
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  outline: none;
}

@media (max-width: 768px) {
  .xy-head {
    display: none;
  }
}

/* 导航样式 */
.xy-menu > li {
  float: left;
  width: 16%;
  position: relative;
}

.xy-menu > li > a {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #000;
  line-height: 91px;
}

.xy-menu > li > a:hover {
  background: #01bebf;
  color: #fff;
}

.xy-menu .xy-sub-menu {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 160%;
  border-top: 2px solid #01bebf;
  left: 0;
  top: 91px;
  -webkit-box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
          box-shadow: 0px 4px 6.86px 0.14px rgba(8, 1, 3, 0.52);
  background: #fff;
  padding-bottom: 4px;
}

.xy-menu .xy-sub-menu > li {
  border-bottom: 1px solid #e5e5e5;
}

.xy-menu .xy-sub-menu > li > a {
  display: block;
  line-height: 50px;
  font-size: 14px;
  color: #989898;
  position: relative;
  padding-left: 15%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  padding-right: 15%;
}

.xy-menu .xy-sub-menu > li > a:after {
  position: absolute;
  right: 12%;
  top: calc(50% - 3.5px);
  content: '';
  width: 5px;
  height: 7px;
  background: url(../images/xy-sub-nav-jt.png) 0 -7px no-repeat;
}

.xy-menu .xy-sub-menu > li > a:hover {
  background: #ececec;
  color: #4a4a4a;
  padding-left: 22%;
}

.xy-menu .xy-sub-menu > li > a:hover:after {
  background-position: 0 0;
}

@media (max-width: 1200px) {
  .xy-menu > li > a {
    font-size: 14px;
  }
  .xy-menu .xy-sub-menu > li > a {
    line-height: 35px;
    font-size: 12px;
  }
}

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

.slick-banner .slick-arrow {
  position: absolute;
  z-index: 99;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-size: auto;
  background-image: url(../images/xyin-banner-jt.png);
  border-radius: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  font-size: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-banner .slick-arrow.slick-prev {
  left: 7.8125%;
  background-position: 0 0;
}

.slick-banner .slick-arrow.slick-next {
  right: 7.8125%;
  background-position: -60px 0;
}

.slick-banner .slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

.slick-banner .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
  bottom: 10px;
}

.slick-banner .slick-dots li {
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #efefef;
  cursor: pointer;
}

.slick-banner .slick-dots li button {
  background: none;
  outline: none;
  border: none;
  font-size: 0;
}

.slick-banner .slick-dots li.slick-active {
  background: #01bebf;
}

.slick-banner .img img {
  width: 100%;
}

.slick-banner .slick-con {
  position: relative;
}

.slick-banner .wz {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  top: 50%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.slick-banner .wz .wz1 {
  font-size: 60px;
  margin-bottom: 10px;
}

.slick-banner .wz .wz2 {
  font-size: 30px;
  margin-bottom: 55px;
}

.slick-banner .wz .wz-more {
  display: inline-block;
  padding: 15px 25px;
  font-size: 16px;
  color: #fff;
  border: 2px solid #fff;
  font-family: 'Arial';
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick-banner .wz .wz-more:hover {
  background: #01bebf;
  border-color: #01bebf;
  text-decoration: none;
}

@media (max-width: 1200px) {
  .slick-banner .wz .wz1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .slick-banner .wz .wz2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .slick-banner .wz .wz-more {
    padding: 10px 25px;
    font-size: 12px;
    border: 1px solid #fff;
  }
}

#mob-banner {
  display: none;
}

@media (max-width: 768px) {
  #pc-banner {
    display: none;
  }
  #mob-banner {
    display: block;
  }
}

/*关于我们*/
.about-box {
  padding: 80px 0px;
}

.about-box .about-left {
  width: 50%;
  float: left;
}

.about-box .about-left img {
  width: 100%;
}

.about-box .about-right {
  width: 47%;
  float: right;
}

.about-box .about-right h3 {
  font-size: 24px;
  color: #000;
  position: relative;
  padding-top: 25px;
  line-height: 50px;
  margin-bottom: 20px;
}

.about-box .about-right h3 p {
  font-size: 14px;
  color: #999;
}

.about-box .about-right h3:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 80px;
  top: 0;
  left: 0;
  background: #01bebf;
}

.about-box .about-right .content {
  font-size: 14px;
  line-height: 28px;
}

/*产品中心*/
.product-box {
  padding-bottom: 80px;
}

.product-box h3 {
  font-size: 24px;
  color: #000;
  line-height: 40px;
  position: relative;
}

.product-box h3 p {
  font-size: 14px;
  color: #999;
}

.product-box h3 .line {
  width: calc(100% - 140px);
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 1px;
  background: #d2d2d2;
}

.product-box .product-list {
  text-align: justify;
  margin-top: 50px;
}

.product-box .product-list li {
  position: relative;
  display: inline-block;
  width: 31%;
  vertical-align: top;
  padding: 30px;
  border: 1px solid #d2d2d2;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-box .product-list li .wz {
  text-align: center;
}

.product-box .product-list li .wz h3 {
  font-size: 20px;
  color: #000;
  line-height: 50px;
}

.product-box .product-list li .wz .info {
  font-size: 14px;
  color: #666;
  text-align: left;
}

.product-box .product-list li .img {
  text-align: center;
  margin: 20px 0px;
}

.product-box .product-list li .img img {
  max-width: 100%;
}

.product-box .product-list li .more {
  text-align: center;
  background: url(../images/more.png) no-repeat 61%;
  font-size: 16px;
  color: #01bebf;
  line-height: 30px;
  text-indent: -35px;
}

.product-box .product-list li .ss {
  width: 110px;
  height: 105px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/ss.png) no-repeat center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.product-box .product-list li .line {
  height: 4px;
  width: 100%;
  position: absolute;
  background: #01bebf;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}

.product-box .product-list li:hover {
  border: 0;
  -webkit-box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 23px rgba(0, 0, 0, 0.3);
}

.product-box .product-list li:hover .ss {
  opacity: 1;
}

.product-box .product-list li:hover .line {
  opacity: 1;
}

.product-box .product-list:after {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  height: 0;
  content: '';
}

.product-box .pro-more {
  position: relative;
  width: 240px;
  height: 40px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d2d2d2;
  font-size: 16px;
  color: #666;
}

/*我们的优势*/
.advantage-box {
  padding: 80px 0px;
  background: url(../images/ysbj.jpg) no-repeat center;
}

.advantage-box .adv-left {
  width: 21%;
  display: inline-block;
  vertical-align: top;
}

.advantage-box .adv-left h3 {
  font-size: 36px;
  color: #fff;
  position: relative;
  padding-bottom: 30px;
  font-weight: bold;
}

.advantage-box .adv-left h3:after {
  width: 80px;
  height: 4px;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  background: #01bebf;
}

.advantage-box .adv-right {
  width: 78%;
  display: inline-block;
  vertical-align: top;
}

.advantage-box .adv-right li {
  width: 33.33%;
  float: left;
  border: 1px solid #979e8f;
  height: 209px;
  padding: 0px 50px;
  font-size: 0px;
}

.advantage-box .adv-right li .wz {
  text-align: center;
  top: 23%;
  position: relative;
}

.advantage-box .adv-right li .wz h3 {
  font-size: 20px;
  color: #fff;
  padding-bottom: 30px;
}

.advantage-box .adv-right li .wz p {
  font-size: 14px;
  color: #fff;
}

.advantage-box .adv-right li:nth-of-type(1) {
  opacity: 0;
}

.advantage-box .adv-right li:nth-of-type(2) {
  border-right: 0;
  border-bottom: 0;
}

.advantage-box .adv-right li:nth-of-type(3) {
  border-bottom: 0;
}

.advantage-box .adv-right li:nth-of-type(5) {
  border-right: 0;
  border-left: 0;
}

/*新闻中心*/
.news-box {
  padding: 80px 0px;
}

.news-box h3 {
  font-size: 24px;
  color: #000;
  line-height: 40px;
  position: relative;
}

.news-box h3 p {
  font-size: 14px;
  color: #999;
}

.news-box h3 .line {
  width: calc(100% - 140px);
  position: absolute;
  bottom: 20px;
  right: 0;
  height: 1px;
  background: #d2d2d2;
}

.news-box .news-center {
  margin-top: 50px;
}

.news-box .news-center .news-left {
  width: 48%;
  float: left;
}

.news-box .news-center .news-left > div .img img {
  max-width: 100%;
}

.news-box .news-center .news-left > div .wz {
  margin-top: 20px;
}

.news-box .news-center .news-left > div .wz h3 .date {
  width: 54px;
  height: 54px;
  background: #01bebf;
  color: #fff;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  float: left;
}

.news-box .news-center .news-left > div .wz h3 span {
  font-size: 16px;
  color: #000;
  line-height: 54px;
  float: left;
  text-indent: 20px;
}

.news-box .news-center .news-left > div .wz .info {
  font-size: 14px;
  margin-top: 15px;
  line-height: 28px;
  color: #666;
}

.news-box .news-center .news-left > div .wz .more {
  width: 170px;
  height: 38px;
  display: block;
  text-align: center;
  line-height: 38px;
  text-align: center;
  color: #fff;
  background: #01bebf;
  margin-top: 30px;
}

.news-box .news-center .news-right {
  width: 47.5%;
  float: right;
}

.news-box .news-center .news-right li {
  font-size: 0px;
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #ddd;
}

.news-box .news-center .news-right li .date {
  display: inline-block;
  width: 54px;
  height: 54px;
  background: #9f9f9f;
  color: #fff;
  text-align: center;
  line-height: 54px;
  font-size: 16px;
  vertical-align: top;
}

.news-box .news-center .news-right li .wz {
  width: calc(100% - 65px);
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}

.news-box .news-center .news-right li .wz h3 {
  font-size: 16px;
  color: #343434;
  line-height: 14px;
  padding-bottom: 8px;
}

.news-box .news-center .news-right li .wz .info {
  font-size: 14px;
  color: #666;
}

.news-box .news-center .news-right li:nth-of-type(1) {
  padding-top: 0px;
}

/*在线留言*/
.message-box {
  padding: 50px 0px;
  background: url(../images/mesbj.jpg) no-repeat center;
  background-size: cover;
}

.message-box h2 {
  font-size: 24px;
  color: #fff;
  text-align: center;
  padding-bottom: 25px;
}

.message-box .content {
  max-width: 1080px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  line-height: 30px;
}

.message-box .button {
  text-align: center;
  margin-top: 35px;
}

.message-box .button a {
  display: inline-block;
  width: 170px;
  height: 36px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  margin: 0px 15px;
}

.message-box .button a:hover {
  background: #01bebf;
  border: 1px solid #01bebf;
}

/*通栏*/
.xy-tonglan {
  background: #031b1b;
  padding: 50px 0;
}

.xy-tonglan .xy-tl-title {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 10px;
}

.xy-tonglan .xy-tl-title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #01bebf;
  left: 0;
  bottom: 0;
}

.xy-tl-nav dl {
  width: 33.333%;
  float: left;
}

.xy-tl-nav dd {
  margin-bottom: 10px;
}

.xy-tl-nav dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 25px;
}

.xy-tl-nav dd a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.xy-tonglan .xy-tl-box {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  line-height: 25px;
}

.xy-tonglan .xy-tl-box img {
  display: inline-block;
  margin-right: 15px;
}

.xy-tonglan .xy-tl-ewm {
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  padding-top: 20px;
  line-height: 40px;
}

.xy-tonglan .xy-tl-ewm img {
  max-width: 100%;
}

@media (max-width: 768px) {
  .xy-tonglan {
    padding: 20px 0;
  }
}

/*页脚*/
.xy-footer {
  background: #273b3b;
  position: relative;
  height: 40px;
  line-height: 40px;
  color: #fff;
}
.xy-footer a{
    color: #fff;
}
.xy-footer .links {
  float: left;
  opacity: 0.8;
}
.xypg-right-content{
    margin-top: 2vh;
}
.xypg-relate{
    display: none;
}

.xy-footer .links a {
  color: #fff;
}

.xy-footer .xy-ft-cpy {
  float: right;
  opacity: 0.8;
}
.xymob-seaerch-wz{
    display: none;
}


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

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

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

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

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

/*内页banner样式*/
.xypg-banner {
  position: relative;
}

.xypg-banner .img {
  
}
.page-banner img{width: 100%;}
.xypg-banner .wz {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  text-align: center;
  width: 50%;
  margin: 0 auto;
}

.xypg-banner .wz h3 {
  font-size: 30px;
  padding-bottom: 20px;
  margin: 0;
  color: #fff;
}

.xypg-banner .wz h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 2px;
  left: 0;
  right: 0;
  background: #fff;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .xypg-banner .img {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .xypg-banner .img {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .xypg-banner .img {
    height: 220px;
  }
  .xypg-banner .wz {
    top: 0;
    bottom: 0;
    margin: auto;
    height: 50px;
  }
}

/* 内页基本样式 */
.xypg-wrap {
  padding-top: 20px;
  padding-bottom: 40px;
}

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

.xypg-left-title {
  line-height: 62px;
  text-align: center;
  color: #fff;
  font-size: 22px;
  background: #01bebf;
  font-weight: bold;
  margin: 0;
}

.xypg-left-con {
  border: 1px solid #ebebeb;
  padding: 15px;
}

.latest-news li {
  margin-top: 15px;
  padding: 0;
}

.latest-news li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  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: #01bebf;
  text-decoration: underline;
}

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

.hot-keys li {
  width: 47%;
  float: left;
  margin: 6px 0;
}

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

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

.hot-keys li:nth-child(even) {
  float: right;
}

.contact-box .hot-line {
  background: url(../images/xypg-right-phone.png) left 5px no-repeat;
  padding-left: 70px;
  margin-bottom: 15px;
}

.contact-box .hot-line h4 {
  font-weight: normal;
  margin: 0;
  font-size: 14px;
  color: #666666;
}

.contact-box .hot-line p {
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #ab001a;    line-height: 35px;
  margin-bottom: 0;
}

.contact-box .gs-name {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 10px;
}

.contact-box .contact-info p {
  margin-bottom: 0;
  border-bottom: 1px dotted #b8b8b8;
  font-size: 14px;
  color: #333333;
  padding: 8px 0;
}

.contact-box .contact-info p:last-child {
  border-bottom: 0;
}

.xypg-right-mbx {
  border-bottom: 1px solid #ebebeb;
  font-size: 14px;
  color: #666666;
  line-height: 25px;
  padding: 17px 0 7px 0;
}

.xypg-right-mbx .cur-pos {
  display: inline-block;
  color: #333;
}

.xypg-right-mbx .cur-pos .iconfont {
  font-size: 25px;
  display: inline-block;
  height: 25px;
  color: #000;
  margin-right: 5px;
}

.xypg-right-mbx a {
  color: #666;
}

.xypg-right-mbx a:hover {
  color: #01bebf;
  text-decoration: underline;
}




/* 内页左侧导航栏样式 */
.xypg-left-nav > li {
  margin-bottom: 12px;
  position: relative;

}
.xypg-left-nav>li+li{border:none;}
.xypg-left-nav > li > a {
  display: block;
  text-indent: 27px;
  font-size: 14px;
  color: #666666;
  position: relative;
  line-height: 40px;
  border: 1px solid #e4e4e4;
  padding-right: 15%;
}

.xypg-left-nav > li .first-nav-btn {
  position: absolute;
  z-index: 99;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #d1d1d1 url(../images/xypg-left-jt.png) 0 -15px no-repeat;
  right: 10%;
  top: 13px;
}

.xypg-left-nav > li .first-nav-btn.clicked {
  background: #01bebf url(../images/xypg-left-jt.png) 0 1px no-repeat;
}

.xypg-left-nav > li:last-child {
  margin-bottom: 0;
}

.xypg-left-nav > li:hover > a, .xypg-left-nav > li.clicked > a {
  color: #01bebf;
  background: none;
}
.xypg-left-nav>li .first-nav-btn:after{    content: "";}
.xypg-left-nav > li:hover .first-nav-btn, .xypg-left-nav > li.clicked .first-nav-btn {
  background-color: #01bebf;
}

.xypg-left-nav .xypg-left-subnav {
  display: none;
  margin-top: 10px;
}

.xypg-left-nav .xypg-left-subnav > li > a {
  display: block;
  line-height: 35px;
  color: #666666;
  font-size: 14px;
  padding-left: 15%;
  padding-right: 5%;
}

.xypg-left-nav .xypg-left-subnav > li > a:before {
  content: '';
  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 #d4d4d4;
  border-right: none;
  vertical-align: 5px;
  margin-right: 10px;
}

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

.xypg-left-nav .xypg-left-subnav > li > a:hover:before {
  border-left-color: #01bebf;
}

.xypg-left-nav .xypg-left-subnav > li.clicked > a:before, .xypg-left-nav .xypg-left-subnav > li.hover > a:before {
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 5px;
  cursor: pointer;
  border-style: solid dashed dashed dashed;
  border-color: #01bebf transparent transparent transparent;
  border-bottom: none;
  vertical-align: middle;
  margin-right: 5px;
}

.xypg-left-nav .xypg-left-threenav {
  display: none;
}

.xypg-left-nav .xypg-left-threenav > li > a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  padding-left: calc(15% + 15px);
  padding-right: 5%;
}

.xypg-left-nav .xypg-left-threenav > li > a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 2px;
  background: #d4d4d4;
  margin-right: 5px;
}

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

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

@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%;
  font-size: 0;
}

.xypg-product-list li {
  display: inline-block;
  vertical-align: bottom;
  width: 31.333%;
  margin: 0 1% 20px 1%;
}

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

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

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

.xypg-product-list li h3 {
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0 0 0;
}

.xypg-product-list li h3 a {
  color: #333333;
  display: block;
  text-align: center;
}

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

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

@media (max-width: 375px) {
  .xypg-product-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: #01bebf;
  background: #01bebf;
}

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

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

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

@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-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 {
  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: #01bebf;
}

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

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

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

.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: #01bebf;
  line-height: 40px;
  border-bottom: 3px solid #01bebf;
  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: #01bebf;
}

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

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








@media (max-width:768px) {
    .about-box {
        padding: 50px 0px;
    }
    .about-box .about-left {
        width:100%;
        float:none;
    }
    .about-box .about-right {
        width:100%;
        float:none;
    }
    .product-box .product-list li {
        width:100%;
    }
    .product-box {
        padding-bottom: 50px;
    }
    .advantage-box {
        padding:50px 0px;
        background-size:cover;
    }
    .advantage-box .adv-left {
        width:100%;
        margin-bottom: 30px;
    }
    .advantage-box .adv-right {
        width:100%;
    }
    .advantage-box .adv-right li {
        width:100%;
        height:158px;
        border:1px solid #fff !important;
    }
    .advantage-box .adv-right li:nth-of-type(1) {
        display:none;
    }
    .news-box .news-center .news-left {
        width:100%;
        float:none;
    }
    .news-box .news-center .news-left > div .wz h3 .date {
        display:none;
    }
    .news-box .news-center .news-left > div .wz h3 span {
        text-indent:0px;
    }
    .news-box .news-center .news-right {
        width:100%;
        float:none;
        margin-top:30px;
    }
    .news-box .news-center .news-right li .wz h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .message-box h2 {
        font-size:20px;
    }
    .message-box .button a {
        display: inline-block;
        width: 120px;
        height: 36px;
        border: 1px solid #fff;
        color: #fff;
        text-align: center;
        font-size: 16px;
        line-height: 36px;
        margin: 0px 5px;
    }
    .xy-footer .links {
        display:none;
    }
    .xy-footer {
        height:auto;
    }
    .xy-footer .xy-ft-cpy {
        line-height: 25px;
        text-align: center;
        padding: 10px 0px;
    }
}


