input {
  outline: none;
}

textarea {
  outline: none;
}

body {
  margin: 0;
  margin: 0;
  line-height: 1.5;
  color: #333;
}
li {
  list-style-type: none;
}
* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  -moz-box-sizing: border-box; /* Firefox */
  -webkit-box-sizing: border-box; /* Safari */
  font-family: "微軟正黑體", Arial;
}
.title {
  font-family: "Elements", Arial;
  font-size: 32px;
}
a,
a:hover,
a:focus {
  text-decoration: none;
}
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

.w80 {
  width: 80%;
  margin: 0 auto;
}
.h80 {
  height: 80px;
  clear: both;
}
.h40 {
  height: 40px;
  clear: both;
}
.h70 {
  height: 70px;
  clear: both;
}
.clear {
  clear: both;
}
.pic-back {
  background-size: cover;
  background-position: center;
}
#dl-menu {
  display: none;
}

.search-box {
  width: 100%;
  height: 90px;
  background: #222;
  position: fixed;
  left: 0px;
  top: -90px;
  z-index: 501;
  transition: all 0.3s ease;
}

.search-box2 {
  top: 0px;
}
.search-box .w90 {
  max-width: 800px;
  height: 40px;
  margin-top: 25px;
}
.search-box .w90 .close {
  width: 40px;
  height: 40px;
  background: url(../pic/004.png) no-repeat center;
  float: left;
  margin-right: 40px;
  background-size: 20px;
  cursor: pointer;
}
.search-box .w90 .bb {
  width: 40px;
  height: 40px;
  background: url(../pic/003.png) no-repeat center;
  float: left;
  margin-left: 40px;
  background-size: 20px;
  border-width: 0px;
  cursor: pointer;
}
.search-box .w90 .aa {
  width: calc(100% - 160px);
  height: 30px;
  line-height: 40px;
  background-color: transparent;
  float: left;
  background-size: 20px;
  border-width: 0px;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.all-box {
  position: relative;
  width: 100%;
}
.all-box .s1 {
  width: 100%;
  height: auto;
}

.all-box .s1 .swiper-slide .pic-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.all-box .banner-down {
  width: 25px;
  height: 165px;
  position: absolute;
  z-index: 99;
  bottom: 40px;
  left: 50%;
  margin-left: 550px;
  background: url(../pic/012.png) no-repeat;
}
.all-box .swiper-pagination {
  width: 80%;
  height: 10px;
  z-index: 99;
  bottom: 40px;
  left: 0px;
  margin-left: 10%;
  text-align: left;
}
.all-box .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 7px;
}
.all-box .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
}
.all-box .swiper-button-next {
  right: 10%;
}
.all-box .swiper-button-prev {
  left: 10%;
}

.all-box .swiper-button-prev {
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}
.all-box .swiper-button-next {
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}

.all-box:hover .swiper-button-prev {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.all-box:hover .swiper-button-next {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.little-box {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}
.little-box .s2 {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.little-box .s2 .swiper-slide .pic-back {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}
.little-box img {
  width: 100%;
  display: block;
}
.little-box .swiper-pagination {
  width: 100%;
  height: 10px;
  z-index: 99;
  bottom: 15px;
  left: 0px;
}
.little-box .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 5px;
}
.little-box .swiper-pagination-bullet-active {
  background: #fff;
  width: 30px;
}

.tubage-title {
  position: relative;
  height: 60px;
  overflow: hidden;
}
.tubage-title h3 {
  font-size: 28px;
  line-height: 1px;
  margin-top: 28px;
  color: #a67c3d;
  position: relative;
  z-index: 2;
}
.tubage-title h6 {
  position: absolute;
  font-weight: 500;
  font-family: fantasy;
  z-index: 1;
  color: #f3f3f3;
  font-size: 52px;
  bottom: 0px;
  left: 0px;
}
.tubage-about {
  width: 100%;
}
.tubage-about .tubage-about-left {
  width: 55%;
  margin-left: 10%;
  float: left;
  padding-right: 50px;
}
.tubage-about .tubage-about-left ul {
  width: 200px;
  float: left;
}
.tubage-about .tubage-about-left ul li {
  margin-bottom: 8px;
}
.tubage-about .tubage-about-left ul li a {
  display: block;
  color: #c8a063;
  border: 1px solid #bbb;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease;
}
.tubage-about .tubage-about-left ul li {
  margin-bottom: 8px;
}
.tubage-about .tubage-about-left ul li a {
  display: block;
  color: #c8a063;
  border: 1px solid #bbb;
  height: 50px;
  line-height: 50px;
  text-align: center;
  transition: all 0.3s ease;
}
.tubage-about .tubage-about-left ul li:hover a {
  color: #fff;
  border: 1px solid #c8a063;
  background: #c8a063;
}

.tubage-about .tubage-about-left .txt {
  width: calc(100% - 250px);
  float: left;
  margin-right: 50px;
}
.tubage-about .tubage-about-left .txt .aa {
  height: 128px;
  overflow: hidden;
}
.tubage-about .tubage-about-left .txt .aa p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}

.tubage-about .tubage-about-left .txt a {
  display: block;
  padding-right: 50px;
  color: #333;
  margin-top: 30px;
  float: left;
  background-image: url(../pic/014.png);
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.3s ease;
}
.tubage-about .tubage-about-left .txt a:hover {
  padding-right: 70px;
  color: #ea5514;
}

.tubage-about-right {
  width: 25%;
  float: left;
  position: relative;
  margin-top: -200px;
}
.tubage-about-right .swiper-slide {
  padding: 5px;
}
.tubage-about-right .pic-back {
  height: 240px;
  border: 5px solid #f8b62b;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.tubage-about-right .txt {
  margin-top: 15px;
  padding: 25px 20px 45px 20px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background: #fff;
}

.tubage-about-right h3 {
  font-size: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tubage-about-right h3 b {
  background-image: url(../pic/015.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.tubage-about-right .bb {
  margin-top: 15px;
  height: 96px;
  overflow: hidden;
}
.tubage-about-right .bb p {
  line-height: 32px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.tubage-about-right .tubage-about-more {
  position: absolute;
  left: 25px;
  bottom: 10px;
  z-index: 5;
}
.tubage-about-right .swiper-pagination {
  float: left;
  position: static;
  margin-top: 5px;
}
.tubage-about-right .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #c9c9c9;
  margin-right: 5px;
  opacity: 1;
}
.tubage-about-right .swiper-pagination-bullet-active {
  border: 2px solid #f8b62b;
  background: #fff;
}

.tubage-about-right .tubage-about-more a {
  display: block;
  float: left;
  transition: all 0.3s ease;
  padding-left: 30px;
  color: #666;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.tubage-about-right .tubage-about-more a:before {
  content: " ";
  display: block;
  width: 25px;
  height: 1px;
  background: #bbb;
  position: absolute;
  left: 0px;
  top: 10px;
  transition: all 0.3s ease;
}
.tubage-about-right .tubage-about-more a:hover {
  padding-left: 40px;
  color: #f8b62b;
}
.tubage-about-right .tubage-about-more a:hover:before {
  width: 35px;
  background: #f8b62b;
}

.tubage-about-right2 {
  width: 90%;
  float: none;
  margin-left: 5%;
  clear: both;
  position: relative;
  display: none;
}
.tubage-about-right2 .swiper-slide {
  padding: 5px;
}
.tubage-about-right2 .pic-back {
  height: 240px;
  border: 5px solid #f8b62b;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.tubage-about-right2 .txt {
  margin-top: 15px;
  padding: 25px 20px 25px 20px;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  background: #fff;
}

.tubage-about-right2 h3 {
  font-style: 22px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tubage-about-right2 h3 b {
  background-image: url(../pic/015.png);
  background-repeat: repeat-x;
  background-position: bottom;
}

.tubage-about-right2 .bb {
  margin-top: 15px;
  height: 96px;
  overflow: hidden;
}
.tubage-about-right2 .bb p {
  line-height: 32px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
}
.tubage-about-right2 .tubage-about-more {
  position: static;
  left: 25px;
  bottom: 10px;
  z-index: 5;
  margin-top: 30px;
}
.tubage-about-right2 .swiper-pagination {
  float: left;
  position: static;
  margin-top: 5px;
}
.tubage-about-right2 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  background: #c9c9c9;
  margin-right: 5px;
  opacity: 1;
}
.tubage-about-right2 .swiper-pagination-bullet-active {
  border: 2px solid #f8b62b;
  background: #fff;
}

.tubage-about-right2 .tubage-about-more a {
  display: block;
  float: left;
  transition: all 0.3s ease;
  padding-left: 30px;
  color: #666;
  position: relative;
  margin-left: 10px;
  transition: all 0.3s ease;
}
.tubage-about-right2 .tubage-about-more a:before {
  content: " ";
  display: block;
  width: 25px;
  height: 1px;
  background: #bbb;
  position: absolute;
  left: 0px;
  top: 10px;
  transition: all 0.3s ease;
}
.tubage-about-right2 .tubage-about-more a:hover {
  padding-left: 40px;
  color: #f8b62b;
}
.tubage-about-right2 .tubage-about-more a:hover:before {
  width: 35px;
  background: #f8b62b;
}

.tubage-four li {
  width: 22%;
  float: left;
  height: 210px;
  transition: all 0.3s ease;
}
.tubage-four li.cut {
  width: 34%;
}
.tubage-four li a {
  width: 100%;
  height: 210px;
  padding: 15px;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tubage-four li a h3 {
  font-size: 26px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.2;
  margin-top: 100px;
  transition: all 0.3s ease;
}
.tubage-four li a h6 {
  font-size: 14px;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  line-height: 1.2;
  transition: all 0.3s ease;
}
.tubage-four li a span {
  display: block;
  width: 140px;
  height: 3px;
  background: #f8b62a;
  margin: 10px 0;
  transition: all 0.3s ease;
}
.tubage-four-2 {
  display: none;
}

.tubage-four-2 li {
  width: 50%;
  float: left;
  height: 210px;
  position: relative;
  overflow: hidden;
}
.tubage-four-2 li:before {
  content: " ";
  background: rgba(248, 182, 42, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0px;
  transition: all 0.3s ease;
}
.tubage-four-2 li:hover:before {
  top: 0px;
}

.tubage-four-2 li:hover a h3 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.tubage-four-2 li:hover a h6 {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.tubage-four-2 li:hover a span {
  background: #fff;
}

.tubage-news {
  height: auto;
  overflow: hidden;
  position: relative;
}

.tubage-news-left {
  width: 380px;
  margin-left: 10%;
  float: left;
}
.tubage-news-right {
  width: calc(80% - 380px);
  float: left;
}
.tubage-news-more {
  margin-top: 30px;
  position: absolute;
  left: 10%;
  bottom: 0px;
}
.tubage-news-more .swiper-button-next {
  position: static;
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  background: url(../pic/017.png) no-repeat;
}
.tubage-news-more .swiper-button-prev {
  position: static;
  float: left;
  width: 36px;
  height: 36px;
  margin-top: 0px;
  margin-right: 20px;
  background: url(../pic/016.png) no-repeat;
}
.tubage-news-more a {
  display: block;
  padding-right: 50px;
  color: #333;
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  background-image: url(../pic/014.png);
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.3s ease;
}
.tubage-news-more a:hover {
  padding-right: 70px;
  color: #ea5514;
}

.tubage-news-right .time {
  width: 60px;
  text-align: center;
  float: left;
  color: #a67c3d;
  display: block;
  height: auto;
}
.tubage-news-right .time span {
  font-size: 14px;
  font-weight: 500;
  font-family: fantasy;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.tubage-news-right .time b {
  font-size: 32px;
  font-weight: 500;
  font-family: fantasy;
  line-height: 1;
  display: block;
  margin-top: 5px;
}
.tubage-news-right .box {
  margin-bottom: 20px;
}
.tubage-news-right .cc {
  height: 64px;
  overflow: hidden;
  width: calc(100% - 60px);
  padding-left: 20px;
}
.tubage-news-right .cc p {
  line-height: 2;
  color: #666;
}

.tubage-news-right .swiper-slide .box:last-child {
  margin-bottom: 0px;
}

.tubage-foot {
  background: #1b1b1b;
  padding: 40px 0;
}
.tubage-foot-left {
  width: 210px;
  float: left;
  margin-left: 10%;
}
.tubage-foot-left img {
  width: 100%;
  display: block;
}

.tubage-foot-right {
  width: calc(80% - 250px);
  float: left;
}
.tubage-foot-right .box1 {
  float: right;
}
.tubage-foot-right .box1 .box-txt {
  float: left;
}
.tubage-foot-right .box1 .box-txt img {
  width: 41px;
  display: block;
  float: left;
}

.tubage-foot-right .box1 .box-txt p {
  color: #fff;
  line-height: 41px;
  float: left;
  padding-left: 15px;
}

.tubage-foot-right .box1 .box-txt1 p {
  color: #fff;
  font-size: 16px;
}

.tubage-foot-right .box1 .box-txt2 p {
  color: #fff;
  font-size: 30px;
  font-family: Arial;
  font-weight: 900;
}
.tubage-foot-right .box1 .box-txt2 {
  margin-left: 30px;
}

.tubage-foot-right .box1 .box-txt1 {
  cursor: pointer;
  position: relative;
}
.tubage-foot-right .box1 .box-txt1 .code {
  width: 110px;
  position: absolute;
  bottom: 50px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  left: 50%;
  margin-left: -55px;
  height: 0px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.tubage-foot-right .box1 .box-txt1 .code img {
  width: 100%;
}
.tubage-foot-right .box1 .box-txt1:hover .code {
  height: 110px;
}
.tubage-foot-right .txt {
  margin-top: 10px;
  color: #fff;
  float: right;
}
.tubage-foot-right .txt a {
  color: #fff;
  padding: 0 10px;
}
.tubage-foot-right .txt a:hover {
  color: #f8b62a;
}
.tubage-foot-right .txt span a {
  padding: 0px;
}
.tubage-foot-right .txt span a:hover {
  color: #fff;
}

.tubage-foot-left .code2 {
  display: none;
}

@media (max-width: 1500px) {
  .w80 {
    width: 90%;
  }

  .tubage-news-left {
    margin-left: 5%;
  }
  .tubage-news-right {
    width: calc(90% - 380px);
  }
  .tubage-about .tubage-about-left {
    margin-left: 5%;
    height: auto;
    overflow: hidden;
  }
  .tubage-about-right {
    width: 35%;
  }

  .tubage-news-more {
    left: 5%;
  }
  .tubage-foot-left {
    float: left;
    margin-left: 5%;
  }
  .tubage-foot-right {
    width: calc(90% - 250px);
    float: left;
  }
  .navBar .navBar-l {
    margin-left: 4%;
  }

  .nav .m {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  .navBar {
    display: none;
  }
  #dl-menu {
    display: block;
  }

  .search-box {
    height: 60px;
  }
  .search-box .w80 {
    margin-top: 13px;
  }

  .all-box .banner-down {
    left: auto;
    right: 5%;
    margin-left: 0px;
  }
  .all-box {
    display: none;
  }
  .little-box {
    display: block;
    margin-top: 60px;
  }

  .tubage-about .tubage-about-left {
    width: 90%;
    float: none;
    padding-right: 0px;
  }
  .tubage-about .tubage-about-right {
    width: 90%;
    float: none;
    margin-left: 5%;
    margin-top: 40px;
    display: none;
  }
  .tubage-about-right2 {
    display: block;
    margin-top: 40px;
  }

  .h80 {
    height: 60px;
  }
}

@media (max-width: 1000px) {
  .tubage-four-1 {
    display: none;
  }
  .tubage-four-2 {
    display: block;
  }

  .tubage-news-left {
    width: 90%;
    float: none;
  }
  .tubage-news-right {
    width: 90%;
    float: none;
    margin-top: 30px;
    margin-left: 5%;
  }
  .tubage-news-more {
    width: 90%;
    float: none;
    margin-top: 30px;
    margin-left: 5%;
    position: static;
  }
}

@media (max-width: 800px) {
  .tubage-foot-left {
    float: none;
    width: 90%;
    display: none;
  }

  .tubage-foot-left .pic {
    width: 160px;
  }
  .tubage-foot-left .code2 {
    width: 120px;
    color: #fff;
    margin-top: 30px;
    display: block;
  }
  .tubage-foot-left .code2 img {
    width: 100%;
  }
  .tubage-foot-left .code2 p {
    margin-top: 10px;
  }

  .tubage-foot-right {
    width: calc(90% - 0px);
    float: none;
    margin-left: 5%;
  }

  .tubage-foot-right .box1 {
    float: none;
    margin-top: 0px;
  }

  .tubage-foot-right .txt {
    float: none;
    font-size: 14px;
  }
  .tubage-foot-right .box1 .box-txt {
    float: none;
    clear: both;
  }

  .tubage-foot-right .box1 .box-txt1 {
    display: none;
  }
  .tubage-foot-right .box1 .box-txt2 {
    margin-left: 0px;
    margin-top: 20px;
  }

  .tubage-foot-right .box1 .box-txt2 p {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .tubage-about .tubage-about-left .txt {
    width: 90%;
    padding-right: 0px;
  }
  .tubage-about .tubage-about-left ul {
    width: 100%;
    margin-top: 30px;
  }
  .tubage-four-2 li {
    width: 100%;
  }
}

.tubage-in-banner {
  width: 100%;
  height: 450px;
  margin-top: 90px;
  overflow: hidden;
}
.tubage-in-banner h6 {
  font-size: 28px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
}
.tubage-in-banner h3 {
  font-size: 42px;
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  line-height: 1.2;
  margin-top: 70px;
  font-family: "nor";
}
.tubage-in-banner span {
  background: #f8b62b;
  display: block;
  margin: 15px auto;
  width: 34px;
  height: 5px;
}
.tubage-in-banner ul {
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
  margin-top: 40px;
}
.tubage-in-banner ul li {
  display: inline-block;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
  position: relative;
  font-size: 18px;
}
.tubage-in-banner ul li a {
  display: block;
  padding: 0 25px;
  height: 90px;
  line-height: 90px;
  color: #fff;
  transition: all 0.3s ease;
}
.tubage-in-banner ul li.cut:before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0px;
  top: -1px;
  background: #f8b62b;
}
.tubage-in-banner ul li.cut a {
  color: #f8b62b;
}
.tubage-in-banner ul li:hover a {
  color: #f8b62b;
}

.tubage-in-gray {
  background: #f3f3f3;
}
.tubage-in-white {
  background: #fff;
}
.tubage-in-white-top {
  margin-top: -130px;
  z-index: 15;
}
.tubage-in-box {
  padding: 0 80px;
}
.tubage-in-box p {
  line-height: 2;
}
.tubage-in-top-left {
  width: calc(100% - 450px);
  float: left;
}
.tubage-in-top-right {
  width: 450px;
  float: right;
}
.tubage-in-top-left h3 {
  font-size: 28px;
  color: #a67c3d;
}
.tubage-in-top-right p {
  text-align: right;
}
.tubage-in-top-right p a {
  color: #666;
  display: inline-block;
  padding-left: 25px;
  margin-left: 10px;
  background-image: url(../pic/022.png);
  background-position: left;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.tubage-in-top-right p a:first-child {
  background-image: url(../pic/021.png);
  margin-left: 0px;
}
.tubage-in-top-right p a:hover {
  color: #a67c3d;
}

.tubage-in-news-top {
  height: auto;
  overflow: hidden;
}

.tubage-in-news-top ul {
  width: calc(100% + 70px);
  margin-left: -35px;
}
.tubage-in-news-top ul li {
  width: calc(50% - 70px);
  margin: 0 35px;
  float: left;
}
.tubage-in-news-top ul li img {
  display: block;
  width: 100%;
  transition: all 0.3s ease;
}
.tubage-in-news-top ul li .pic {
  overflow: hidden;
}
.tubage-in-news-top ul li:hover img {
  transform: scale(1.1, 1.1);
}
.tubage-in-news-top ul li span {
  display: block;
  font-family: "nor";
  margin-top: 30px;
  font-size: 32px;
  color: #999;
  line-height: 1;
}

.tubage-in-news-top ul li h3 {
  color: #333;
  font-size: 24px;
  margin-top: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tubage-in-news-top ul li .dd {
  color: #666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  margin-top: 15px;
  height: 64px;
}

.tubage-in-news-bot a {
  display: block;
  padding: 20px 0;
  overflow: hidden;
}
.tubage-in-news-bot a .pic {
  width: 340px;
  float: left;
}
.tubage-in-news-bot a .pic img {
  width: 100%;
}
.tubage-in-news-bot a .txt {
  width: calc(100% - 340px);
  padding-left: 50px;
  float: left;
}
.tubage-in-news-bot li {
  overflow: hidden;
  transition: all 0.3s ease;
}
.tubage-in-news-bot li h3 {
  color: #333;
  font-size: 24px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.tubage-in-news-bot li .ee {
  color: #666;
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  margin-top: 15px;
  height: 64px;
  transition: all 0.3s ease;
}
.tubage-in-news-bot li .more {
  margin-top: 10px;
}

.tubage-in-news-bot li:hover {
  background: #c8a063;
}
.tubage-in-news-bot li .more span {
  color: #999;
  font-family: "nor";
  display: block;
  float: left;
  transition: all 0.3s ease;
}

.tubage-in-news-bot li .more b {
  display: block;
  padding-right: 50px;
  font-weight: 500;
  color: #333;
  float: left;
  margin-left: 20px;

  background-image: url(../pic/014.png);
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.3s ease;
}

.tubage-in-news-bot li:hover h3 {
  color: #fff;
}
.tubage-in-news-bot li:hover .ee {
  color: #fff;
}
.tubage-in-news-bot li:hover .more span {
  color: #fff;
}
.tubage-in-news-bot li:first-child {
  display: none;
}
.tubage-in-news-bot li:nth-child(2) {
  display: none;
}
.tubage-in-news-bot2 li:first-child {
  display: block;
}
.tubage-in-news-bot2 li:nth-child(2) {
  display: block;
}

.tubage-in-news-bot li:hover .more b {
  color: #fff;
  background-image: url(../pic/014-2.png);
}
.tubage-in-news-page {
  display: block;
  text-align: center;
  margin-top: 20px;
}
.tubage-in-news-page a {
  display: inline-block;
  min-width: 30px;
  height: 30px;
  line-height: 30px;
  color: #333;
  margin: 10px;
  transition: all 0.3s ease;
}
.tubage-in-news-page a:hover {
  color: #c8a063;
}
.tubage-in-news-page a.cut {
  background: #c8a063;
  color: #fff;
}

.tubage-in-news-main-time h5 {
  font-size: 32px;
  color: #333;
  margin-top: 25px;
}
.tubage-in-news-main-time h6 {
  color: #c8a063;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
}
.tubage-in-news-main-time h6:before {
  content: " ";
  background: #c8a063;
  position: absolute;
  width: 40px;
  height: 2px;
  top: 10px;
  left: 0px;
  transition: all 0.3s ease;
}

.tubage-in-news-main-time {
  margin-top: -20px;
}
.tubage-in-news-main img {
  max-width: 100%;
}

.tubage-in-news-main-n-p {
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}
.tubage-in-news-main-n-p span {
  display: block;
  width: 100%;
  height: 1px;
  background: #999;
  margin-bottom: 40px;
}
.tubage-in-news-main-n-p .n-p-left {
  width: calc(100% - 140px);
  float: left;
}
.tubage-in-news-main-n-p .n-p-left p {
  padding: 5px 0;
  overflow: hidden;
}
.tubage-in-news-main-n-p .n-p-left p b {
  display: block;
  float: left;
  width: 80px;
}
.tubage-in-news-main-n-p .n-p-left p a {
  color: #333;
  display: block;
  float: left;
  font-weight: 500;
  width: calc(100% - 80px);
  transition: all 0.3s ease;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tubage-in-news-main-n-p .n-p-left p a:hover {
  color: #f8b62b;
}
.tubage-in-news-main-n-p .n-p-right {
  width: 125px;
  float: right;
  text-align: right;
  font-size: 16px;
  margin-top: 10px;
}
.tubage-in-news-main-n-p .n-p-right a {
  font-family: "nor", Arial;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
  width: 125px;
  height: 50px;
  display: block;
  background: #f8b62b;
  line-height: 50px;
  text-align: center;
}
.tubage-in-news-main-n-p .n-p-right a:hover {
  background: #ea5413;
}
.tubage-in-top-2 h3 {
  font-size: 28px;
  color: #a67c3d;
  text-align: center;
}
.tubage-in-video ul {
  width: calc(100% + 30px);
  display: inline-block;
  letter-spacing: -3px;
  font-size: 0;
  margin-left: -15px;
  margin-top: -30px;
}
.tubage-in-video ul li {
  width: calc(25% - 30px);
  display: inline-block;
  letter-spacing: 0px;
  margin: 30px 15px 0px 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.tubage-in-video ul li h1 {
  padding: 0 10px;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  z-index: 5;
  text-align: center;
  width: 100%;
  color: #fff;
  position: absolute;
  left: 0px;
  bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease;
}
.tubage-in-video ul li .img1 {
  display: block;
  width: 100%;
}
.tubage-in-video ul li .img2 {
  display: block;
  width: 80px;
  position: absolute;
  left: 50%;
  top: -80px;
  margin-top: -50px;
  margin-left: -40px;
  z-index: 4;
  transition: all 0.3s ease;
}
.tubage-in-video ul li .brown {
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
}
.tubage-in-video ul li:hover .brown {
  height: 100%;
  background: rgba(166, 124, 61, 0.5);
}
.tubage-in-video ul li:hover .img2 {
  top: 50%;
}
.video-mb {
  display: none;
}

.tubage-video-out {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.9);
}
.tubage-video-out .black {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0px;
  top: 0px;
  display: none;
}
.tubage-video-out iframe {
  position: absolute;
  width: 800px;
  height: 450px;
  z-index: 4;
  left: 50%;
  margin-left: -400px;
  top: 50%;
  margin-top: -225px;
}
.tubage-video-out .close {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  left: 0px;
  top: 0px;
}

.tubage-in-about {
  position: relative;
}
.tubage-in-about:before {
  content: " ";
  display: block;
  width: 1px;
  height: calc(100% - 130px);
  bottom: 0px;
  left: 185px;
  background: #c8a063;
  position: absolute;
}
.tubage-in-about .about1 {
  float: left;
  width: 140px;
}
.tubage-in-about .about1 .txt {
  display: none;
  width: 50%;
}
.tubage-in-about .about1 .txt h3 {
  font-size: 24px;
  color: #c8a063;
  margin-bottom: 10px;
}
.tubage-in-about .about1 .txt h4 {
  font-size: 32px;
  color: #c8a063;
  margin-bottom: 30px;
}
.tubage-in-about .about1 img {
  display: block;
  width: 100%;
}
.tubage-in-about .about2 {
  float: left;
  width: calc(50% - 70px);
  padding: 0 60px;
}
.tubage-in-about .about3 {
  float: left;
  width: calc(50% - 70px);
  position: relative;
}
.tubage-in-about .about3 img {
  display: block;
  width: 100%;
}

.tubage-in-about .about3 .about3-btn {
  float: right;
  height: auto;
  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 30px;
}
.tubage-in-about .about3 .about3-btn .swiper-button-next {
  width: 36px;
  height: 36px;
  position: static;
  background-image: url(../pic/017.png);
  float: left;
  margin-left: 20px;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 36px 36px;
}
.tubage-in-about .about3 .about3-btn .swiper-button-prev {
  width: 36px;
  height: 36px;
  position: static;
  background-image: url(../pic/016.png);
  float: left;
  margin-top: 0px;
  z-index: 10;
  cursor: pointer;
  background-size: 36px 36px;
}
.tubage-in-box-nav {
  position: relative;
  z-index: 20;
}

.tubage-in-box .team-box {
  text-align: center;
}
.tubage-in-box .team-box-2 {
  display: none;
}

.tubage-in-box .team-box img {
  max-width: 100%;
}

.tubage-in-top-left h4 {
  font-size: 60px;
  font-weight: 500;
  font-family: fantasy;
  color: #c8a063;
}
.tubage-in-top-left h5 {
  font-size: 40px;
  color: #c8a063;
  font-weight: 500;
}
.tubage-his {
  height: auto;
  overflow: hidden;
  padding: 20px 0;
  position: relative;
}
.tubage-his li {
  padding: 20px 0;
  padding-left: 210px;
  min-height: 72px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tubage-his li h1 {
  font-size: 32px;
  height: 32px;
  line-height: 32px;
  position: absolute;
  width: 120px;
  text-align: center;
  left: 0px;
  top: 50%;
  margin-top: -16px;
  color: #aaa;
  font-weight: 500;
  font-family: fantasy;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tubage-his li .txt {
  font-size: 16px;
  line-height: 2;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tubage-his li:before {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #aaa;
  position: absolute;
  left: 140px;
  top: 0px;
  transition: all 0.3s ease;
}
.tubage-his li:after {
  content: " ";
  display: block;
  width: 9px;
  height: 9px;
  background: #ea5413;
  position: absolute;
  left: 136px;
  top: 50%;
  margin-top: -4px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.tubage-his:before {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background: #aaa;
  position: absolute;
  left: 140px;
  top: 0px;
  transition: all 0.3s ease;
}

.tubage-his li:hover {
  background: #c8a063;
}

.tubage-his li:hover h1 {
  color: #fff;
}
.tubage-his li:hover .txt {
  color: #fff;
}
.tubage-his li:hover:after {
  background: #fff;
}
.tubage-his li:hover:before {
  background: #fff;
}

.tubage-cus-his {
  height: auto;
  overflow: hidden;
  position: relative;
}
.tubage-cus-his li {
  margin-bottom: 60px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.tubage-cus-his li:last-child {
  margin-bottom: 0px;
}
.tubage-cus-his .img1 {
  width: 360px;
  float: left;
}
.tubage-cus-his .img2 {
  width: 180px;
  float: left;
  margin-left: 80px;
  margin-right: 80px;
  margin-top: 50px;
}
.tubage-cus-his .txt {
  width: calc(100% - 700px);
  float: left;
}
.tubage-cus-his .txt h3 {
  font-size: 24px;
  margin-bottom: 15px;
}
.tubage-cus-his .txt h3 b {
  font-size: 40px;
  color: #a67c3d;
  font-weight: 500;
  font-family: fantasy;
  padding-right: 10px;
}
.tubage-cus-his .txt h4 {
  font-size: 24px;
  color: #a67c3d;
  font-weight: 500;
  margin-bottom: 15px;
}

.tubage-cus-his:before {
  background: #fed000;
  content: " ";
  display: block;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 529px;
}

.tubage-in-cus ul {
  width: calc(100% + 30px);
  display: inline-block;
  letter-spacing: -3px;
  font-size: 0;
  margin-left: -15px;
  margin-top: -30px;
}
.tubage-in-cus ul li {
  width: calc(33.3% - 0px);
  display: inline-block;
  letter-spacing: 0px;
  padding: 30px 15px 0px 15px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  vertical-align: top;
}

.tubage-in-cus ul li .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}
.tubage-in-cus ul li .pic img {
  display: block;
  width: 100%;
}

.tubage-in-cus ul li .pic:before {
  content: " ";
  display: block;
  background: rgba(248, 182, 43, 0.8);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all 0.3s ease;
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.tubage-in-cus ul li .pic:after {
  content: " ";
  display: block;
  background-image: url(../pic/005.png);
  background-size: 40px 40px;
  left: 50%;
  top: 50%;
  width: 40px;
  margin-left: -20px;
  margin-top: -20px;
  height: 40px;
  position: absolute;
  transition: all 0.3s ease;
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}

.tubage-in-cus ul li:hover .pic:before {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.tubage-in-cus ul li:hover .pic:after {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.tubage-in-cus ul li:hover .pic {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.tubage-in-cus ul li h1 {
  font-size: 22px;
  margin-top: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tubage-in-cus ul li h1 b {
  background-image: url(../pic/015.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.tubage-in-cus ul li .txt {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}

.tubage-idea-box {
  text-align: center;
}
.tubage-idea-box h5 {
  font-size: 36px;
  color: #a67c3d;
}
.tubage-idea-box ul.idea1 {
  width: 100%;
  letter-spacing: -3px;
  font-size: 0;
}
.tubage-idea-box ul.idea1 li {
  width: 33.3%;
  padding: 20px;
  margin-top: 30px;
  letter-spacing: 0px;
  vertical-align: top;
  display: inline-block;
}
.tubage-idea-box ul.idea1 li h4 {
  font-size: 36px;
  color: #a67c3d;
  margin-bottom: 30px;
}
.tubage-idea-box ul.idea1 li img {
  max-width: 110px;
  width: 80%;
  margin-bottom: 15px;
  transition: all 1s ease;
}

.tubage-idea-box ul.idea1 li:hover img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg); /* Safari and Chrome */
  -moz-transform: rotateY(180deg); /* Firefox */
}
.tubage-idea-box ul.idea1 li h3 {
  font-size: 12px;
  color: #a67c3d;
  margin-bottom: 20px;
}
.tubage-idea-box ul.idea1 li h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
}
.tubage-idea-box ul.idea1 li p {
  font-size: 16px;
  color: #333;
}
.tubage-idea-box ul.idea1 li .box {
  max-width: 300px;
  margin: 0 auto;
}

.tubage-in-white-01 {
  position: relative;
  z-index: 5;
}

.tubage-idea-box-2 {
  padding-top: 260px;
  padding-bottom: 210px;
  text-align: center;
  margin-top: -110px;
  color: #fff;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5);
  background-attachment: fixed;
}

.tubage-idea-box-2 .box {
  display: inline-block;
}
.tubage-idea-box-2 h2 {
  text-align: right;
  font-size: 24px;
}
.tubage-idea-box-2 h1 {
  font-size: 40px;
}
.tubage-idea-box ul.idea2 {
  letter-spacing: -3px;
  font-size: 0;
  width: calc(100% + 80px);
  margin-left: -40px;
}
.tubage-idea-box ul.idea2 li {
  width: calc(33.3% - 80px);
  margin-left: 40px;
  margin-right: 40px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0px;
  margin-top: 40px;
}
.tubage-idea-box ul.idea2 li img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.3s ease;
}
.tubage-idea-box ul.idea2 li:hover img {
  transform: scale(1.1, 1.1);
}
.tubage-idea-box ul.idea2 li h2 {
  font-size: 30px;
  color: #333;
  margin-bottom: 25px;
}
.tubage-idea-box ul.idea2 li p {
  font-size: 20px;
  color: #666;
  margin-bottom: 25px;
}
.tubage-idea-box ul.idea2 li span {
  display: block;
  width: 25px;
  height: 4px;
  background: #f8b62b;
  margin: 0 auto;
}

.tubage-service-txt {
  line-height: 2;
}
.tubage-service-s {
  margin-top: 50px;
}
.tubage-service-s img {
  display: block;
  width: 100%;
}

.tubage-service-btn {
  text-align: center;
  margin-top: 40px;
}
.tubage-service-btn .swiper-pagination {
  display: inline-block;
  position: static;
  vertical-align: middle;
}
.tubage-service-btn .swiper-button-prev {
  display: inline-block;
  position: static;
  margin: 0px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-image: url(../pic/016-1.png);
}
.tubage-service-btn .swiper-button-next {
  display: inline-block;
  position: static;
  margin: 0px;
  vertical-align: middle;
  width: 36px;
  height: 36px;
  background-size: 36px 36px;
  background-image: url(../pic/017-1.png);
}
.tubage-service-btn .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 3px;
  border-radius: 0px;
  margin: 0 6px;
}
.tubage-service-btn .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #f8b62b;
}

.tubage-service-bot ul {
  width: calc(100% + 10px);
  margin-left: -5px;
  letter-spacing: -3px;
  font-size: 0;
}

.tubage-service-bot ul li {
  width: calc(25% - 10px);
  margin-left: 5px;
  margin-right: 5px;
  vertical-align: top;
  display: inline-block;
  letter-spacing: 0px;
  margin-top: 10px;
  text-align: center;
  padding: 15px 10px;
  background: #fff;
  min-height: 390px;
}

.tubage-service-bot ul li img {
  display: block;
  width: 100%;
}
.tubage-service-bot ul li h5 {
  font-size: 20px;
  color: #333;
  margin-top: 35px;
}
.tubage-service-bot ul li p {
  font-size: 16px;
  color: #666;
  margin-top: 15px;
}

.tubage-service-bot h3 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #b17e51;
  text-align: center;
}
.tubage-service-bot h4 {
  font-size: 20px;
  margin-bottom: 40px;
  color: #666;
  font-weight: 500;
  text-align: center;
}

.tubage-complaints {
  border-top: 1px solid #aaa;
  overflow: hidden;
  height: auto;
  position: relative;
}
.tubage-complaints:before {
  position: absolute;
  content: " ";
  display: block;
  right: 390px;
  height: 100%;
  width: 1px;
  top: 0px;
  background: #aaa;
}
.tubage-complaints-l {
  width: calc(100% - 390px);
  float: left;
  padding-right: 70px;
}
.tubage-complaints-r {
  width: 390px;
  float: left;
  padding-left: 70px;
}

.tubage-complaints-l h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0 20px 0;
}
.tubage-complaints-r h6 {
  font-size: 16px;
  font-weight: 500;
  margin: 40px 0 20px 0;
}
.tubage-complaints-l ul {
  width: calc(100% + 50px);
  margin-left: -25px;
}
.tubage-complaints-l ul li {
  width: calc(50% - 50px);
  margin-left: 25px;
  margin-right: 25px;
  float: left;
}
.tubage-complaints-l ul li.li2 {
  width: calc(100% - 50px);
}
.tubage-complaints-l ul li.li3 {
  width: calc(100% - 50px);
}
.tubage-complaints-l ul li input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-width: 0px;
  border-bottom: 1px solid #aaa;
  margin-top: 20px;
  font-size: 16px;
}
.tubage-complaints-l ul li textarea {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #fff;
  border-width: 0px;
  border-bottom: 1px solid #aaa;
  margin-top: 20px;
  height: 120px;
  line-height: 1.5;
  font-size: 16px;
}

.tubage-complaints-l ul li.li4 input {
  height: 60px;
  line-height: 60px;
  border-width: 0px;
  background: #c8a063;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}
.tubage-complaints-l ul li.li4 input:hover {
  background: #f8b62b;
}

.tubage-complaints-l ul li input::-webkit-input-placeholder {
  color: #999;
}
.tubage-complaints-l ul li input::-moz-placeholder {
  color: #999;
}
.tubage-complaints-l ul li input:-ms-input-placeholder {
  color: #999;
}
.tubage-complaints-l ul li textarea::-webkit-input-placeholder {
  color: #999;
}
.tubage-complaints-l ul li textarea::-moz-placeholder {
  color: #999;
}
.tubage-complaints-l ul li textarea:-ms-input-placeholder {
  color: #999;
}

.tubage-complaints-r ul {
  margin-top: 40px;
}
.tubage-complaints-r ul li {
  padding: 30px 0 30px 90px;
  border-top: 1px solid #aaa;
  position: relative;
}
.tubage-complaints-r ul li:first-child {
  border-top-width: 0px;
}
.tubage-complaints-r ul li h3 {
  color: #c8a063;
  font-size: 24px;
  word-break: break-all;
}
.tubage-complaints-r ul li p {
  color: #999;
}
.tubage-complaints-r ul li img {
  position: absolute;
  left: 10px;
  top: 20px;
  width: 40px;
  height: 40px;
}

.tubage-in-contact {
  height: auto;
  overflow: hidden;
  letter-spacing: -3px;
  font-size: 0;
  position: relative;
}
.tubage-in-contact li {
  width: 25%;
  display: inline-block;
  letter-spacing: 0px;
  vertical-align: top;
  text-align: center;
  padding: 20px;
}
.tubage-in-contact li img {
  max-width: 65px;
  width: 50%;
  margin: 0 auto;
}
.tubage-in-contact li.li4 img {
  max-width: 110px;
  width: 90%;
}
.tubage-in-contact li h3 {
  font-size: 20px;
  margin-top: 20px;
}
.tubage-in-contact li p {
  font-size: 16px;
  margin-top: 10px;
  word-break: break-all;
}

.tubage-in-contact li.li1:before {
  position: absolute;
  content: " ";
  display: block;
  left: 25%;
  height: 100%;
  width: 1px;
  top: 0px;
  background: #aaa;
}
.tubage-in-contact li.li2:before {
  position: absolute;
  content: " ";
  display: block;
  left: 50%;
  height: 100%;
  width: 1px;
  top: 0px;
  background: #aaa;
}
.tubage-in-contact li.li3:before {
  position: absolute;
  content: " ";
  display: block;
  left: 75%;
  height: 100%;
  width: 1px;
  top: 0px;
  background: #aaa;
}

.tubage-map {
  width: 100%;
  height: 340px;
}
.tubage-map div {
  box-sizing: content-box;
  -moz-box-sizing: content-box; /* Firefox */
  -webkit-box-sizing: content-box; /* Safari */
}

.tubage-cus-d-b img {
  max-width: 100%;
}

.tubage-cus-d-t {
}
.tubage-cus-d-t-l {
  width: 450px;
  padding-right: 60px;
  float: left;
  margin-top: -50px;
}
.tubage-cus-d-t-l .pic {
  width: 100%;
  margin-bottom: 20px;
}
.tubage-cus-d-t-l .pic img {
  max-width: 90%;
}
.tubage-cus-d-t-l ul li {
  overflow: hidden;
  margin-top: 20px;
}
.tubage-cus-d-t-l ul li span {
  display: block;
  float: left;
  width: 110px;
}
.tubage-cus-d-t-l ul li p {
  display: block;
  float: left;
  width: calc(100% - 110px);
}

.tubage-cus-d-t-l .txt {
  margin-top: 30px;
}
.tubage-cus-d-t-l b {
  color: #fff;
  background-image: url(../pic/014-2.png);
  display: block;
  float: left;
  padding-right: 50px;
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: right;
  transition: all 0.3s ease;
}
.tubage-cus-d-t-l a {
  display: block;
  float: left;
  padding: 15px 30px;
  background: #f8b62b;
  margin-top: 30px;
}

.tubage-cus-d-t-r {
  width: calc(100% - 450px);
  float: left;
}
.tubage-cus-d-t-r img {
  display: block;
  width: 100%;
}

.tubage-cus-d-t-r .swiper-pagination {
  width: 80%;
  height: 10px;
  z-index: 99;
  bottom: 40px;
  left: 0px;
  margin-left: 10%;
  text-align: left;
}
.tubage-cus-d-t-r .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0);
  opacity: 1;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 7px;
}
.tubage-cus-d-t-r .swiper-pagination-bullet-active {
  background: #fff;
  width: 40px;
}
.tubage-cus-d-t-r .swiper-button-next {
  right: 10%;
}
.tubage-cus-d-t-r .swiper-button-prev {
  left: 10%;
}
.tubage-cus-d-t-r .swiper-button-prev {
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}
.tubage-cus-d-t-r .swiper-button-next {
  filter: alpha(opacity: 0);
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  transition: all 0.3s ease;
}
.tubage-cus-d-t-r:hover .swiper-button-prev {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.tubage-cus-d-t-r:hover .swiper-button-next {
  filter: alpha(opacity: 100);
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}

.tubage-in-white.w80 {
  width: 85%;
}
.tubage-service-bot.w80 {
  width: 85%;
}

@media (max-width: 1600px) {
  .tubage-in-box {
    padding: 0 60px;
  }
  .tubage-in-about .about1 {
    width: 100px;
  }

  .tubage-in-about .about2 {
    padding: 0 40px;
    width: calc(50% - 50px);
  }
  .tubage-in-about .about3 {
    width: calc(50% - 50px);
  }
  .tubage-in-about:before {
    left: 139px;
  }

  .tubage-in-about .about3 .about3-btn {
    /* margin-top: 60px; margin-bottom: 50px; */
  }
}

@media (max-width: 1500px) {
  .tubage-in-box {
    padding: 0 40px;
  }

  .tubage-in-about .about2 {
    padding: 0 40px;
  }
  .tubage-in-about:before {
    left: 129px;
  }
  .tubage-in-about .about3 .about3-btn {
    margin-top: 0px;
  }

  .tubage-cus-his .img1 {
    width: 300px;
  }
  .tubage-cus-his .img2 {
    width: 160px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
  .tubage-cus-his .txt {
    width: calc(100% - 500px);
    float: left;
  }

  .tubage-cus-his:before {
    background: #fed000;
    content: " ";
    display: block;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 399px;
  }

  .tubage-idea-box ul.idea2 {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
  .tubage-idea-box ul.idea2 li {
    width: calc(33.3% - 40px);
    margin-left: 20px;
    margin-right: 20px;
  }
  .tubage-service-bot ul li {
    min-height: 360px;
  }

  .tubage-complaints-l {
    padding-right: 40px;
  }
  .tubage-complaints-r {
    padding-left: 40px;
  }

  .tubage-cus-d-t-l {
    width: 400px;
    padding-right: 40px;
    float: left;
    margin-top: -50px;
  }
  .tubage-cus-d-t-r {
    width: calc(100% - 400px);
    float: left;
  }

  .tubage-in-white.w80 {
    width: 90%;
  }
  .tubage-service-bot.w80 {
    width: 90%;
  }
}

@media (max-width: 1200px) {
  .tubage-in-banner {
    margin-top: 60px;
    height: 350px;
  }
  .tubage-in-banner ul {
    display: none;
  }
  .tubage-in-box {
    padding: 0 20px;
  }
  .tubage-in-white-top {
    margin-top: -100px;
  }

  .tubage-in-video ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -20px;
  }
  .tubage-in-video ul li {
    width: calc(25% - 20px);
    margin: 20px 10px 0px 10px;
  }

  .tubage-in-cus ul {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-top: -20px;
  }
  .tubage-in-cus ul li {
    width: calc(33.3% - 0px);
    padding: 20px 10px 0px 10px;
  }

  .tubage-in-video ul li h1 {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .tubage-in-video ul li .img2 {
    width: 60px;
    top: -60px;
    margin-top: -40px;
    margin-left: -30px;
  }
  .tubage-in-video ul li .brown {
    height: 50px;
  }
  .tubage-in-video ul li:hover .img2 {
    top: 50%;
  }

  .tubage-in-about .about1 .txt {
    display: block;
  }
  .tubage-in-about .about1 img {
    display: none;
  }
  .tubage-in-about .about1 {
    float: none;
    width: 100%;
  }
  .tubage-in-about:before {
    display: none;
  }
  .tubage-in-about .about2 {
    width: calc(55% - 0px);
    padding: 0;
    padding-right: 30px;
  }
  .tubage-in-about .about3 {
    width: calc(45% - 0px);
    padding: 0;
  }
  .tubage-in-about .about3 .about3-btn {
    margin-top: 0px;
  }
  .tubage-in-about {
    margin-top: -80px;
  }
  .tubage-in-box .team-box-1 {
    display: none;
  }
  .tubage-in-box .team-box-2 {
    display: block;
  }

  .tubage-idea-box ul.idea2 {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .tubage-idea-box ul.idea2 li {
    width: calc(33.3% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .tubage-idea-box ul.idea2 li h2 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .tubage-idea-box ul.idea2 li p {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .tubage-idea-box ul.idea1 li h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .tubage-idea-box ul.idea1 li img {
    margin-bottom: 15px;
  }
  .tubage-idea-box ul.idea1 li h3 {
    font-size: 12px;
    margin-bottom: 15px;
  }
  .tubage-idea-box ul.idea1 li h2 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .tubage-idea-box ul.idea1 li p {
    font-size: 14px;
  }

  .tubage-idea-box-2 h2 {
    font-size: 20px;
  }
  .tubage-idea-box-2 h1 {
    font-size: 32px;
  }

  .tubage-service-bot ul li {
    min-height: 320px;
  }

  .tubage-complaints-l {
    padding-right: 20px;
    width: calc(100% - 320px);
  }
  .tubage-complaints-r {
    padding-left: 20px;
    width: 320px;
  }
  .tubage-complaints:before {
    right: 320px;
  }
  .tubage-complaints-r ul li h3 {
    font-size: 20px;
  }

  .tubage-cus-d-t-l {
    padding-right: 20px;
  }
  .tubage-cus-d-t-r {
  }
}
@media (max-width: 1000px) {
  .tubage-in-top-right p {
    display: none;
  }
  .tubage-in-top-left {
    width: calc(100% - 0px);
    float: none;
  }
  .tubage-in-news-main-time {
    margin-top: 0px;
  }
  .tubage-in-news-main-time h5 {
    font-size: 24px;
  }

  .tubage-in-video ul li {
    width: calc(33.3% - 20px);
  }
  .about-h40 {
    height: 0px;
  }
  .tubage-in-about {
    margin-top: 0px;
  }
  .tubage-in-about .about1 .txt {
    width: 100%;
  }

  .tubage-in-top-left h4 {
    font-size: 40px;
  }
  .tubage-in-top-left h5 {
    font-size: 20px;
  }
  .tubage-cus-his li {
    padding-left: 200px;
  }
  .tubage-cus-his .img1 {
    width: 100%;
    max-width: 320px;
    float: none;
    display: block;
  }
  .tubage-cus-his .img2 {
    width: 160px;
    margin-left: 0px;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
  }
  .tubage-cus-his .txt {
    width: calc(100% - 0px);
    float: none;
  }
  .tubage-cus-his:before {
    left: 80px;
  }
  .tubage-cus-his .txt h3 {
    margin-top: 20px;
    font-size: 18px;
  }
  .tubage-cus-his .txt h3 b {
    font-size: 24px;
  }
  .tubage-cus-his .txt h4 {
    font-size: 18px;
  }

  .tubage-in-cus ul li {
    width: calc(50% - 0px);
    padding: 20px 10px 0px 10px;
  }

  .tubage-idea-box-2 h1 {
    text-align: left;
  }

  .tubage-in-contact li {
    width: 50%;
  }
  .tubage-in-contact li.li1:before {
    display: none;
  }
  .tubage-in-contact li.li3:before {
    display: none;
  }
  .tubage-in-contact li.li3 {
    border-top: 1px solid #aaa;
  }
  .tubage-in-contact li.li4 {
    border-top: 1px solid #aaa;
  }

  .tubage-cus-d-t-l {
    width: 100%;
    padding-right: 0px;
    float: none;
    margin-top: 0px;
  }
  .tubage-cus-d-t-r {
    width: calc(100% - 0px);
    float: none;
    margin-top: 30px;
  }
  .h40-5 {
    display: none;
  }

  .tubage-cus-d-t-l ul li {
    margin-top: 10px;
  }
}

@media (max-width: 800px) {
  .tubage-in-white .h80 {
    height: 40px;
  }
  .tubage-in-white .h40 {
    height: 30px;
  }
  .tubage-in-news-top {
    display: none;
  }
  .tubage-in-news-bot li:first-child {
    display: block;
  }
  .tubage-in-news-bot li:nth-child(2) {
    display: block;
  }
  .tubage-in-news-bot2 .h80-3 {
    display: none;
  }
  .tubage-in-news-bot a .pic {
    width: 100%;
    float: none;
  }

  .tubage-in-news-bot a .txt {
    width: 100%;
    float: none;
    padding-left: 0px;
  }

  .tubage-in-white.w80 {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .tubage-service-bot.w80 {
    width: calc(100% - 20px);
    margin-left: 10px;
  }
  .tubage-in-banner {
    height: 280px;
  }
  .tubage-in-white-top {
    margin-top: -50px;
  }

  .tubage-in-banner h6 {
    font-size: 24px;
  }
  .tubage-in-banner h3 {
    font-size: 32px;
    margin-top: 80px;
  }
  .h80-2 {
    height: 10px;
  }
  .tubage-in-news-bot li h3 {
    font-size: 18px;
  }

  .tubage-in-news-bot li .ee {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
    height: 42px;
  }

  .tubage-in-news-main-time h5 {
    font-size: 18px;
  }
  .tubage-in-news-main-n-p .n-p-right {
    display: none;
  }
  .tubage-in-news-main-n-p .n-p-left {
    width: calc(100% - 0px);
    float: none;
  }

  .tubage-in-video ul li {
    width: calc(50% - 20px);
  }

  .tubage-in-video ul {
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-top: -10px;
  }
  .tubage-in-video ul li {
    width: calc(50% - 10px);
    margin: 10px 5px 0px 5px;
  }

  .tubage-in-video ul li h1 {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .tubage-in-video ul li .img2 {
    width: 50px;
    top: -50px;
    margin-top: -30px;
    margin-left: -25px;
  }
  .tubage-in-video ul li .brown {
    height: 40px;
  }
  .tubage-in-video ul li:hover .img2 {
    top: 50%;
  }

  .tubage-video-out iframe {
    width: 100%;
    height: 30%;
    z-index: 4;
    left: 0%;
    margin-left: 0px;
    top: 60px;
    margin-top: 0px;
  }

  .tubage-in-about .about2 {
    width: calc(100% - 0px);
    padding: 0;
    float: none;
    padding-right: 0px;
  }
  .tubage-in-about .about3 {
    width: calc(100% - 0px);
    padding: 0;
    float: none;
  }

  .tubage-in-about .about3 .about3-btn .swiper-button-next {
    position: absolute;
  }
  .tubage-in-about .about3 .about3-btn .swiper-button-prev {
    position: absolute;
  }

  .tubage-his li h1 {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
    width: 80px;
    margin-top: -10px;
  }

  .tubage-his li:before {
    left: 90px;
  }
  .tubage-his li:after {
    left: 86px;
  }
  .tubage-his:before {
    left: 90px;
  }
  .tubage-his li {
    padding: 15px 0;
    padding-left: 115px;
    min-height: 64px;
  }

  .tubage-his li .txt {
    line-height: 1.5;
  }
  .tubage-his li .txt p {
    margin: 5px 0;
  }

  .tubage-cus-his .img1 {
    max-width: 280px;
    display: none;
  }
  .tubage-cus-his .img2 {
    position: static;
    float: none;
    width: 150px;
    margin-top: 0px;
    border: 1px solid #ccc;
  }

  .tubage-cus-his li {
    padding-left: 50px;
  }
  .tubage-cus-his:before {
    left: 10px;
  }

  .tubage-cus-his li:after {
    content: " ";
    display: block;
    width: 9px;
    height: 9px;
    background: #ea5413;
    position: absolute;
    left: 6px;
    top: 90px;
    border-radius: 50%;
    transition: all 0.3s ease;
  }
  .tubage-cus-his .txt h3 {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .tubage-cus-his .txt h4 {
    margin-bottom: 10px;
  }
  .tubage-idea-box-2 {
    background-attachment: scroll;
  }
  .tubage-service-btn .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 3px;
    margin: 0 3px;
  }
  .tubage-service-bot ul li {
    width: calc(50% - 10px);
    min-height: 390px;
  }

  .tubage-complaints-l {
    padding-right: 0px;
    width: 100%;
    float: none;
    overflow: hidden;
  }
  .tubage-complaints-r {
    padding-left: 0px;
    width: 100%;
    float: none;
    margin-top: 40px;
    overflow: hidden;
  }
  .tubage-complaints:before {
    display: none;
  }
  .tubage-complaints-r ul {
    margin-top: 20px;
  }
}

@media (max-width: 600px) {
  .tubage-idea-box h5 {
    font-size: 24px;
  }
  .tubage-in-top-left h3 {
    font-size: 24px;
  }
  .tubage-in-news-page a {
    min-width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 5px;
    font-size: 14px;
  }
  .tubage-in-video ul li .img2 {
    width: 40px;
    top: -40px;
    margin-top: -25px;
    margin-left: -20px;
  }
  .tubage-in-video ul li h1 {
    height: 30px;
    line-height: 30px;
  }
  .tubage-in-video ul li .brown {
    height: 30px;
  }
  .tubage-in-cus ul li {
    width: calc(100% - 0px);
    padding: 20px 10px 0px 10px;
  }
  .tubage-idea-box ul.idea1 li {
    width: 100%;
    padding: 0px;
  }
  .tubage-idea-box ul.idea2 li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }

  .tubage-idea-box-2 h2 {
    font-size: 16px;
  }
  .tubage-idea-box-2 h1 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .tubage-idea-box-2 {
    padding-top: 130px;
    padding-bottom: 130px;
    margin-top: -50px;
  }
  .tubage-service-bot ul li {
    width: calc(100% - 10px);
    min-height: 50px;
  }
  .tubage-service-bot h3 {
    font-size: 24px;
  }
  .tubage-service-bot h4 {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .tubage-complaints-l ul {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .tubage-complaints-l ul li {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .tubage-complaints-l ul li.li4 {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .tubage-complaints-l ul li.li2 {
    width: calc(100% - 20px);
  }
  .tubage-complaints-l ul li.li3 {
    width: calc(100% - 20px);
  }
  .tubage-complaints-l ul li input {
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
  }
  .tubage-complaints-l ul li.li4 input {
    height: 40px;
    line-height: 40px;
  }

  .tubage-in-contact li.li4 img {
    margin-top: 20px;
  }
}

.join {
  width: 100%;
  height: auto;
  background: #f5f5f5;
}
.join-box {
  width: 100%;
  height: auto;
  background: #ffffff;
  padding-bottom: 40px;
}
.join-top {
  background: #c8a063;
  padding: 0;
}
.join-top ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.join-top ul li {
  width: 20%;
  float: left;
  text-align: center;
  color: #ffffff;
  line-height: 70px;
}
.join-t {
  padding: 0;
  width: 100%;
  height: auto;
}
.join-t ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.join-t ul li {
  font-size: 16px;
  color: #333;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #d2d2d2;
  width: 20%;
  text-align: center;
  float: left;
}
.join-t ul .btnn .op {
  display: none;
  color: #f8b62b;
}
.join-t.cut ul .btnn .cl {
  display: none;
}
.join-t.cut ul .btnn .op {
  display: inherit;
}

.join-b {
  display: none;
  width: 100%;
  padding: 0;
}
.join-b-c {
  background: #f5f5f5;
  width: 100%;
  padding: 4%;
}
.join-b1 {
  width: 100%;
  height: auto;
  border-bottom: 1px dashed #a0a0a0;
}
.join-b1 li {
  margin-bottom: 30px;
  width: 100%;
  height: auto;
}
.join-b1 h3 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 20px;
}
.join-b1 p {
  font-size: 16px;
  color: #333333;
}
.join-b2 {
  width: 100%;
  height: auto;
  margin-top: 30px;
}
.join-b2 li {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.join-b2 li p {
  color: #0a1944;
  font-size: 16px;
}
.join-b2 li p b {
  font-weight: 500;
  margin-right: 10px;
}
.join-b2 li .mail {
  display: inline-block;
  line-height: 35px;
  border-radius: 10px;
  background: #f8b62b;
  padding: 0 15px;
  color: #ffffff;
}

@media only screen and (max-width: 850px) {
  .join-top {
    padding: 0 10px;
  }
  .join-t {
    padding: 0 10px;
  }
  .join-b {
    padding: 0 10px;
  }
  .join-top ul li {
    width: 33.3%;
    text-align: center;
    font-size: 15px;
  }

  .join-top ul li:nth-child(4) {
    display: none;
  }
  .join-top ul li:nth-child(5) {
    display: none;
  }
  .join-t ul li {
    width: 33.3%;
    text-align: center;
    font-size: 15px;
  }
  .join-t ul li:nth-child(4) {
    display: none;
  }
  .join-t ul li:nth-child(5) {
    display: none;
  }
  .join-b1 p {
    font-size: 15px;
  }
}
