@charset "utf-8";
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.marginauto {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.linenowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-sizing: border-box;
  z-index: 10;
  padding-top: 27px;
  transition: 0.68s;
}
.header.scoll1 .logo img {
  opacity: 0;
  visibility: hidden;
}
.header.scoll1 .logo img.logo-color2 {
  opacity: 1;
  visibility: visible;
}
.header.scoll1 .menubtn span {
  background: #929293;
}
.header.scoll1 .menubtn span:before,
.header.scoll1 .menubtn span:after {
  background: #929293;
}
.header.scoll1 .menubtn-small span {
  color: #ec6d50;
}
.header.scoll2 .logo img {
  opacity: 0;
  visibility: hidden;
}
.header.scoll2 .logo img.logo-color3 {
  opacity: 1;
  visibility: visible;
}
.header.scoll2 .menubtn span {
  background: #fff;
}
.header.scoll2 .menubtn span:before,
.header.scoll2 .menubtn span:after {
  background: #fff;
}
.header.scoll2 .menubtn-small span {
  color: #fff;
}
.logo {
  display: block;
  position: relative;
  float: left;
  margin-left: 78px;
  width: 220px;
  height: 59px;
}
.logo img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.44s;
}
.logo img.logo-color2,
.logo img.logo-color3 {
  opacity: 0;
  visibility: hidden;
}
.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #ffff;
}
.loader.hide {
  pointer-events: none;
  animation: fadeOut 1.2s 1s ease-in-out forwards;
}
.loader.hide .load-water {
  opacity: 1;
  right: -1400px;
  top: -3000px;
  height: 5000px;
  animation: water-go 1s cubic-bezier(1, -0.01, 0.43, 0.68);
}
.loader-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
}
.loader-wrap b {
  display: block;
  position: relative;
  z-index: -1;
  color: #d1d1d1;
  text-align: center;
  font-size: 220px;
  font-family: "avian";
  line-height: 1;
  font-weight: normal;
}
.loader-wrap .loader-logo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  height: 59px;
  width: auto;
}
.loader-wrap .load-water {
  position: absolute;
  right: 50%;
  z-index: 2;
  height: 27px;
  transform-origin: 50% 50%;
  top: 0;
  opacity: 0;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes water-go {
  0% {
    height: 27px;
    right: 22px;
    top: 4px;
  }
  100% {
    right: -1400px;
    top: -3000px;
    height: 5000px;
  }
}
.navs {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 10;
  visibility: hidden;
  transition: 0.85s cubic-bezier(0.77, 0, 0.175, 1);
  pointer-events: none;
}
.navs.show {
  visibility: visible;
  pointer-events: visible;
}
.navs.show .navs-bg {
  opacity: 1;
  transform: scale(1);
}
.navs.show .navs-logo img {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.navs.show .navs-item {
  opacity: 1;
  visibility: visible;
  transition-delay: 0.5s;
}
.navs.show .navs-item dt a {
  transform: translateY(0px);
  visibility: visible;
  transition-delay: 0.5s;
}
.navs.show .navs-item dd p a {
  visibility: visible;
  transform: translateY(0px);
  transition: all 0.4s 0s, transform 0.45s 0.5s;
}
.navs-bg {
  position: absolute;
  right: -20vw;
  top: -40vw;
  width: 150vw;
  height: 150vw;
  background: rgb(237 109 81 / 0.95);
  transform-origin: right top;
  transform: scale(0);
  border-radius: 50%;
  opacity: 0;
  transition: 1.28s;
}
.navs-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  transition: 0.68s;
}
.navs-logo {
  margin-bottom: 114px;
  text-align: center;
  overflow: hidden;
}
.navs-logo img {
  display: block;
  margin: auto;
  width: 300px;
  height: auto;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.58s;
}
.mavs-list {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  font-family: "微软雅黑";
}
.navs-item {
  display: block;
  padding-left: 18px;
  width: auto;margin-right: 60px;
  border-left:1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: 0.45s;
}
.navs-item dt {
  display: block;
  margin-bottom: 3px;
	margin-top:0;
  line-height: 1;
  overflow: hidden;
}
.navs-item dt a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  transform: translateY(100%);
  transition: all 0.45s;
}
.navs-item dd {
  display: block;
}
.navs-item dd p {
  margin-bottom: 7px;
  overflow: hidden;
}
.navs-item dd p:last-child {
  margin-bottom: -3px;
}
.navs-item dd p a {
  display: inline-block;
  color: #ffffff;
  opacity: 0.34;
  font-size: 14px;
  transform: translateY(100%);
  transition: all 0.45s;
}
.navs-item dd p a:hover {
  opacity: 1;
}
.banner {
  position: relative;
  z-index: 3;
}
.banner .swiper-pagination {
  position: absolute;
  bottom: 50px;
  z-index: 10;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0 11px;
  width: 30px;
  height: 2px;
  background: #fff;
  opacity: 1;
  border-radius: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 100%;
  transition: 5s;
}
.banner .swiper-pagination .swiper-pagination-bullet:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #ec6d50;
  transition: 1s;
}
.banner-slide {
  position: relative;
  overflow: hidden;
}
.banner-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.banner-slide figure img {
  display: block;
  position: relative;
}
.banner-slide video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ptext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
	
}
.banner_more{position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(285px,-50%);
  -webkit-transform: translate(285px,-50%);background: #ec6d50;width: 90px;height: 90px; border-radius: 50%;}
.banner_more img{margin-left: 25px;margin-top: 25px;}
.banner_more i{position: relative;display: block;border-radius: 50%;width: 100%;height: 100%;}
.index_more:hover i:after{content:""; position: absolute;display: block;width: 70%;height: 70%;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 12px solid #ec6d50;-webkit-animation: ripple 2s linear infinite 1s;}
.index_more:hover i:before{content:""; position: absolute;display: block;width: 70%;height: 70%;border-radius: 50%;top: 50%;left: 50%;transform: translate(-50%,-50%);border: 12px solid #ec6d50;-webkit-animation: ripple 2s linear infinite 0s;}


@-webkit-keyframes ripple {
    from {
        -webkit-transform: translate(-50%,-50%) scale(1);
        opacity: 0.9;
    }
    to {
        -webkit-transform: translate(-50%,-50%) scale(1.8);
        opacity: 0;
    }
}

.ptext strong {
  display: block;
  margin-bottom: 40px;
  color: #ffffff;
  font-size: 60px;
  line-height: 1.5;
  font-weight: normal;
}
.ptext p {
  color: #fff;
  font-size: 34px;
  letter-spacing: 0;
	font-weight: lighter;
}
.index_about{
	position: relative;
  height: 100vh;
  z-index: 4;
  background-position: center;
  background-size: cover;
}
.index_about-wrap {
  position: absolute;
  left: 10%;
 
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index_join{
	position: relative;
  height: 100vh;
  z-index: 4;
  background-position: center;
  background-size: cover;
}
.index_join-wrap {
  position: absolute;
  left: 10%;
 
  top: 55%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index_news{
	position: relative;
  height: 100vh;
  z-index: 4;
  background-position: center;
  background-size: cover;
}
.index_news-wrap {
  position: absolute;
  left: 10%;
 
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.index_contact{
	position: relative;
  height: 100vh;
  z-index: 4;
  background-position: center;
  background-size: cover;
}
.index_contact-wrap {
  position: absolute;
  left: 10%;
 
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.brand {
  position: relative;
  height: 100vh;
  z-index: 4;
  background-position: center;
  background-size: cover;
}
.brand-wrap {
  position: absolute;
  left: 10%;
 
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.home-title {
  text-align: center;
margin-bottom: 12vh;
}
.home-title strong {
  display: inline-block;
  margin-bottom: 15px;
	padding-bottom: 15px;
  line-height: 1;
  color: 040000;
  font-size: 28px;
	font-weight: normal;
	border-bottom: solid 1px #e76b1e;
}
.home-title strong b {
  color: #e76b1e;
}
.home-title small {
  display: block;
  line-height: 1.5;
  color:#040000;
  font-size: 17px;
}
.brand-texts {
  margin-top: 54px;
  margin-bottom: 54px;
  text-align: center;
}
.brand-texts p {
  margin: auto;
  max-width: 100%;
  letter-spacing: 1px;
  width: 970px;
  color: #444444;
  font-size: 14px;
  line-height: 2;
}
.brand-list {
  text-align: center;
  font-size: 0;
}
.brand-list li {
  margin-right: 0;
  display: inline-block;
  text-align: center;
  transition: 0.38s;
	width: 33.333%;
	position: relative;
}
.about_more{position: absolute;top: 40%;right: 20%;background: #ec6d50;
    padding: 15px;
    width: 20px;
    height: 20px;
    border-radius: 50%;}
.about_more img{width: 100%;}
.brand-list li:last-child {
  margin-right: 0;
}
.brand-list li:hover .brand-wr {
  transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
}
.brand-list li:hover .brand-wr span {
  color: #ec6d50;
  font-weight: bold;
}
.brand-list li b {
  display: block;
  position: relative;
  margin: auto;
  text-align: center;
  width: 100%;
 
}
.brand-list li b img {
  display: block;
 
  margin: auto;
  max-width: 100%;
	width: 100%;
}
.brand-list li span {
  display: block;
  margin-top: 5vh;
  line-height: 1;
  color: #000000;
  font-size: 26px;
  transition: 0.4s;
  font-weight: bold;
}
.brand-list li p{
	font-size: 18px;font-weight: lighter;color: #c4c4c4;letter-spacing: 1px;margin-top: 1vh;
}

.brand-wr {
  transition: 0.5s;
}
.brand-more {
  margin-top: 62px;
  text-align: center;
}
.brand-more a {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 200px;
  height: 50px;
  line-height: 50px;
  color: #ec6d50;
  font-size: 18px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px rgba(38, 83, 68, 0.07);
}
.brand-more a:before {
  content: "";
  width: 0;
  height: 100%;
  background: #ec6d50;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.brand-more a:hover,
.brand-more a.active {
  color: #fff;
}
.brand-more a:hover:before,
.brand-more a.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.brand-more a:before {
  border-radius: 4px;
}
.brand-more a:hover i {
  transform: translateX(4px);
}
.brand-more a i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 22px;
  font-style: normal;
  font-size: 24px;
  transition: 0.35s;
}





.series-swiper {
  position: relative;
  height: 100vh;
}
.series-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.series-bg {
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.series-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.series-content figure {
  position: relative;
  z-index: 2;
  display: block;
  line-height: 1;
  overflow: hidden;
}
.series-content figure img {
  display: block;
  position: relative;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100px);
  transition: 0.75s 0.35s;
}
.series-slide.swiper-slide-active .series-content figure img {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
}
.series-slide.swiper-slide-active .series-text span,
.series-slide.swiper-slide-active .series-text strong,
.series-slide.swiper-slide-active .series-text p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.series-slide.swiper-slide-active .series-text strong {
  transition-delay: 0.5s;
}
.series-slide.swiper-slide-active .series-text p {
  transition-delay: 0.7s;
}
.series-slide.swiper-slide-active .shide .brand-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.5s;
}
.series-slide.swiper-slide-active .shide .brand-more a {
  font-size: 16px;
}
.shide {
  overflow: hidden;
}
.shide .brand-more {
  margin-bottom: 3px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.65s 0.35s;
}
.series-info {
  position: absolute;
  left: 18.75%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 5;
}
.series-info .brand-more {
  margin-top: 78px;
  display: inline-block;
}
.series-text.series-text1 span {
  color: #3f606c;
}
.series-text.series-text1 strong {
  color: #3f606c;
}
.series-text.series-text2 span {
  color: #b17f41;
}
.series-text.series-text2 strong {
  color: #845b28;
}
.series-text.series-text3 span {
  color: #384961;
}
.series-text.series-text3 strong {
  color: #384961;
}
.series-text.series-text4 span {
  color: #205159;
}
.series-text.series-text4 strong {
  color: #205159;
}
.series-text span {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #ec6d50;
  font-size: 22px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.45s 0.3s;
}
.series-text strong {
  display: block;
  margin-bottom: 30px;
  line-height: 1.1;
  color: #ec6d50;
  font-size: 44px;
  font-weight: normal;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.45s 0.3s;
}
.series-text p {
  color: #333333;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.45s 0.3s;
}
.series-btn {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -172px;
  width: 172px;
  height: 344px;
  z-index: 10;
}
.series-btn:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 344px;
  height: 344px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1px dashed rgba(38, 83, 68, 0.2);
}
.series-prev {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  line-height: 22px;
  color: #fff;
  font-size: 10px;
  background: #5da38c;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.35s;
}
.series-prev i {
  display: block;
  font-size: 12px;
  font-style: normal;
  transform: scale(0.7);
}
.series-prev:hover {
  background: #e76b1e;
}
.series-prev.prev {
  left: 40px;
  top: -4px;
  transform: rotate(12deg);
}
.series-prev.next {
  left: 40px;
  bottom: -4px;
  transform: rotate(-12deg);
}
.series-item-ico {
  position: absolute;
}
.series-item-ico.series-item-ico1 {
  left: 97px;
  top: 28px;
}
.series-item-ico.series-item-ico2 {
  left: 143px;
  top: 80px;
}
.series-item-ico.series-item-ico3 {
  left: 167px;
  top: 164px;
}
.series-item-ico.series-item-ico4 {
  left: 143px;
  bottom: 80px;
}
.series-item-ico.series-item-ico5 {
  left: 97px;
  bottom: 28px;
}
.series-item-ico i {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #5da38c;
  cursor: pointer;
}
.series-item-ico:hover .series-in,
.series-item-ico.active .series-in {
  opacity: 1;
  visibility: visible;
  transform: rotateY(0deg);
}
.series-item-ico:hover .series-in b,
.series-item-ico.active .series-in b {
  opacity: 1;
  visibility: visible;
}
.series-in {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -37px;
  margin-top: -37px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border-radius: 50%;
  background: #fff;
  width: 75px;
  height: 75px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: rotateY(180deg);
  transition: 0.48s;
}
.series-in:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -39px;
  margin-top: -39px;
  width: 78px;
  height: 78px;
  border-radius: 50%;
  content: "";
  background: url(../seriesbg-2.html) center no-repeat;
  background-size: cover;
}
.series-in b {
  display: block;
  color: #275445;
  font-size: 18px;
  line-height: 1.2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.skincare-swiper {
  position: relative;
  height: 100vh;
}
.skincare-slide {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.skincare-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.skincare-line {
  position: absolute;
  left: 8.333%;
  top: 0;
  z-index: 10;
  height: 100%;
  width: 1px;
  background: #fff;
}
.skincare-line.skincare-line-right {
  left: auto;
  right: 8.333%;
}
.skincare-prev {
  position: absolute;
  top: 50%;
  left: -45px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}
.skincare-prev strong {
  display: block;
  line-height: 1.2;
  width: 18px;
  color: #e76b1e;
  font-size: 18px;
}
.skincare-prev span {
  display: block;
  margin-left: 11px;
  width: 32px;
  height: 32px;
  background: url(../png/arrow-2.png) center no-repeat;
}
.skincare-texts {
  position: absolute;
  right: 18.75%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 600px;
}
.skincare-ico {
  margin-bottom: 140px;
}
.skincare-ico img {
  display: block;
  height: 120px;
}
.skincare-info {
  margin-bottom: 50px;
}
.skincare-info strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1.2;
  color: #e76b1e;
  font-size: 44px;
  font-weight: normal;
  letter-spacing: 6px;
}
.skincare-info p {
  color: #666666;
  font-size: 18px;
  letter-spacing: 4px;
}
.skincare-wraps {
  position: relative;
  padding-right: 90px;
}
.skincare-tab {
  position: relative;
}
.skincare-tab .slick-arrow {
  position: absolute;
  right: 0;
  top: 52px;
  text-indent: 99999px;
  overflow: hidden;
  width: 12px;
  height: 21px;
  z-index: 10;
  cursor: pointer;
}
.skincare-tab .slick-arrow.slick-prev {
  right: -32px;
}
.skincare-tab .slick-arrow.slick-next {
  right: -16px;
}
.skincare-items {
  float: left;
}
.skincare-items:hover figure img {
  transform: translateY(-5px);
}
.skincare-items figure {
  display: block;
  padding-top: 5px;
  line-height: 1;
  overflow: hidden;
}
.skincare-items figure img {
  display: block;
  max-height: 150px;
  transition: 0.48s;
}
.skincare-animate {
  height: 100%;
}
.skincare-btns {
  position: absolute;
  right: 56px;
  top: 46px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e76b1e;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.skincare-btns span {
  display: inline-block;
  color: #e76b1e;
  font-size: 12px;
  cursor: pointer;
  transition: 0.4s;
}
.skincare-more {
  display: inline-block;
}
.skincare-more a {
  font-size: 16px;
  color: #e76b1e;
}
.skincare-more a:before {
  background: #e76b1e;
}
.skincare-more a:hover i {
  color: #fff;
}
.skincare-more a i {
  color: #e76b1e;
}
.college {
  position: relative;
  height: 100vh;
  background: #fff;
}
.mores .college-more {
  display: block;
  position: absolute;
  left: 4.06%;
  bottom: 10.83%;
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #ffffff;
  font-size: 14px;
  background: #000000;
  font-family: "avian";
}
.mores .college-more:hover {
  background: #2b5d4c;
}
.college-menu {
  position: absolute;
  left: 4.06%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
}
.college-menu-li li {
  margin-bottom: 16px;
}
.college-menu-li li:last-child {
  margin-bottom: 0;
}
.college-menu-li li:hover a,
.college-menu-li li.active a {
  color: #2b5d4c;
}
.college-menu-li li:hover a:before,
.college-menu-li li.active a:before {
  width: 28px;
}
.college-menu-li li a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  font-family: "微軟正黑體";
  font-weight: bold;
}
.college-menu-li li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #2b5d4c;
  transition: 0.38s;
}
.college-wrap {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.college-item {
  float: left;
  width: 100%;
}
.college-item figure {
  display: block;
  float: left;
  width: 25%;
  line-height: 1;
}
.college-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.college-content {
  float: right;
  padding-top: 56px;
  margin-right: 5%;
  width: 62.5%;
}
.college-top {
  margin-bottom: 26px;
}
.college-top strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.college-top span {
  display: block;
  color: #333333;
  font-size: 14px;
}
.college-info {
  margin-bottom: 40px;
}
.college-info p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.college-m a {
  display: inline-block;
  color: #3a6456;
  font-size: 14px;
  border-bottom: 1px solid #3a6456;
}
.college-btns {
  position: absolute;
  right: 0;
  top: 156px;
  z-index: 10;
}
.college-btns span {
  display: block;
  margin-bottom: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 14px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  transition: 0.4s;
}
.college-btns span:hover {
  border-color: #275546;
  color: #275546;
}
.college-name {
  margin-top: 96px;
}
.college-name-list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.college-name-list li {
  cursor: pointer;
}
.college-name-list li:hover strong,
.college-name-list li.active strong {
  font-weight: bold;
}
.college-name-list li strong {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #333333;
  font-size: 20px;
  font-weight: normal;
  transition: 0.3s;
}
.college-name-list li p {
  color: #999999;
  line-height: 1;
  font-size: 16px;
}
.college-pop {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.college-pop.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.college-pop.show .college-views {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.college-pop .college-bgs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.college-views {
  position: absolute;
  left: 50%;
  margin-left: -700px;
  top: 50%;
  width: 1400px;
  margin-top: 200px;
  transform: translateY(-50%);
  background: #fff;
  padding-bottom: 44px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.college-views .college-content {
  float: left;
  margin-right: 0;
  margin-left: 15.28%;
  padding-top: 120px;
  width: 42.85%;
}
.college-views .college-content .college-top {
  position: relative;
}
.college-views .college-content .college-top:before {
  position: absolute;
  left: -60px;
  top: -5px;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: url(../border-ra-2.html) center no-repeat;
}
.college-img {
  float: right;
  margin-top: -96px;
  margin-right: 9.42%;
  width: 23.92%;
}
.college-img img {
  display: block;
  width: 100%;
  height: auto;
}
.college-line {
  position: relative;
  padding-top: 84px;
}
.college-line:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 1px;
  height: 84px;
  background: #dddddd;
}
.college-line span {
  display: block;
  margin: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #0c0c0c;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  transition: 0.42s;
  color: #0c0c0c;
  font-size: 14px;
}
.college-line span:hover {
  transform: rotate(180deg);
}
.home-news {
  position: relative;
  height: 100vh;
  background: #fff;
}
.home-news-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 10.41%;
}
.home-news-list li {
  float: left;
  position: relative;
  width: 25%;
}
.home-news-list li a {
  display: block;
  position: relative;
  padding-bottom: 185.18%;
}
.home-news-list li a:hover figure {
  height: 100%;
}
.home-news-list li a:hover .home-news-hidden {
  bottom: 32px;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition-delay: 0.2s;
}
.home-news-list li a:hover .home-news-hidden time,
.home-news-list li a:hover .home-news-hidden strong,
.home-news-list li a:hover .home-news-hidden p {
  color: #fff;
}
.home-news-list li a:hover .home-news-hidden strong {
  border-color: rgba(255, 255, 255, 0.2);
}
.home-news-list li a:hover .home-news-hidden span {
  opacity: 1;
  visibility: visible;
  margin-top: 36px;
  color: #fff;
  transition-delay: 0.2s;
}
.home-news-list li a figure {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 0;
  line-height: 1;
  overflow: hidden;
  background-position: left top;
  background-size: 100% auto;
  transition: 0.76s cubic-bezier(0.77, 0, 0.175, 1);
}
.home-news-hidden {
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 50%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transition: 0.56s;
}
.home-news-hidden time {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #275445;
  font-size: 14px;
  font-family: "avian";
  transition: 0.45s 0.2s;
}
.home-news-hidden strong {
  display: block;
  padding-bottom: 13px;
  margin-bottom: 28px;
  line-height: 1.2;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px solid #eeeeee;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.45s 0.2s;
}
.home-news-hidden p {
  color: #666666;
  font-size: 14px;
  font-weight: lighter;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.45s 0.2s;
}
.home-news-hidden span {
  display: inline-block;
  margin-top: 0;
  color: #666666;
  font-size: 22px;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s 0s;
}
.cooperate {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.cooperate-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
}
.cooperate-title {
  padding-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.cooperate-title strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #fff;
  font-size: 40px;
  font-weight: normal;
}
.cooperate-title p {
  color: #fff;
  font-size: 22px;
}
.cooperate-content {
  margin-top: 44px;
}
.cooperate-content p {
  margin: auto;
  width: 950px;
  max-width: 90%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  opacity: 0.8;
}
.cooperate-join {
  margin: auto;
  margin-top: 74px;
  width: 626px;
  border: 1px solid #fff;
  border-radius: 31px;
}
.cooperate-join b {
  display: block;
  float: left;
  width: 278px;
  height: 60px;
  line-height: 60px;
  background: #fff;
  border-radius: 29px;
  text-align: center;
  color: #275445;
  font-size: 20px;
}
.cooperate-join a {
  display: block;
  float: left;
  margin-left: 25px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 36px;
}
.cooperate-join a i {
  display: inline-block;
  position: relative;
  top: -4px;
  vertical-align: middle;
  margin-right: 6px;
  color: #fff;
  font-size: 50px;
  font-style: normal;
}
.footer {
  padding: 0 5%;
  position: fixed;
	bottom: 3%;
	z-index: 9;
	width: 90%;
}
.footer-right {
  
  float: right;
  
}
.footer-right a{padding-left: 38px;background: url(../png/icon_liuyan_b-2.png) no-repeat left;display: block;height: 32px;font-size: 24px;color: #fff;line-height: 28px;}
.scoll1 .footer-right a{background: url(../png/icon_liuyan-2.png) no-repeat left;color: #929293;}
.footer-hotline {
  position: absolute;
  left: -24px;
  top: 64px;
}
.footer-hotline i {
  display: block;
  width: 46px;
  height: 46px;
  text-align: center;
  line-height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 28px;
  border-radius: 50%;
  font-style: normal;
  background: #343834;
}
.cooperate-line {
  margin-bottom: 44px;
  line-height: 1;
}
.cooperate-line span {
  display: block;
  margin-bottom: 12px;
  line-height: 1;
  color: #ffffff;
  font-size: 18px;
  opacity: 0.2;
}
.cooperate-line b {
  display: block;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-weight: normal;
  font-family: "avian";
}
.footer-eq img {
  display: block;
  width: 110px;
  height: auto;
}
.footer-eq span {
  display: block;
  margin-top: 10px;
  line-height: 1;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.2;
}
.footer-left {
  float: left;
  
}
.footer-search {
  padding-bottom: 50px;
  padding-top: 66px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-search strong {
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.footer-navs {
  margin-left: -11px;
}
.footer-navs li {
  float: left;
  position: relative;
  padding: 0 11px;
  line-height: 1;
}
.footer-navs li:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}
.footer-navs li:last-child:before {
  display: none;
}
.footer-navs li a {
  display: inline-block;
  color: #fff;
  opacity: 0.3;
  line-height: 1;
}
.footer-navs li a:hover {
  opacity: 1;
}
.footer-text {
  margin-top: 0;
}
.footer-text p {
  color: #fff;
  font-size: 14px;
  opacity: 1;
  line-height: 32px;
}

.scoll1 .footer-text p{color: #929293;}
.home-swiper {
  position: relative;
  height: 100vh;
}
.contact_shape {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  fill: rgba(0, 0, 0, 0);
}
.contact_shape:not(:root) {
  overflow: hidden;
}
.contact_shape .contact_shape_2,
.contact_shape .contact_shape_3,
.contact_shape .contact_shape_4 {
  display: none;
}
.contact_shape_1 {
  fill: #ec6d50;
}
.home-hide {
  overflow: hidden;
}
.home-title.article-block strong,
.home-title.article-block small {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transition: 0.5s;
}
.home-slide.swiper-slide-active .home-title strong,
.home-slide.swiper-slide-active .home-title small {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transition: 0.9s;
}
.home-slide.swiper-slide-active .home-title small {
  transition-delay: 0.1s;
}
.home-slide.swiper-slide-active .brand-texts p {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.home-slide.swiper-slide-active .brand-list li {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 0.2s;
}
.home-slide.swiper-slide-active .brand-list li:nth-child(2) {
  transition-delay: 0.4s;
}
.home-slide.swiper-slide-active .brand-list li:nth-child(3) {
  transition-delay: 0.6s;
}
.home-slide.swiper-slide-active .brand-list li:nth-child(4) {
  transition-delay: 0.8s;
}
.home-slide.swiper-slide-active .brand-list li:nth-child(5) {
  transition-delay: 1s;
}
.home-slide.swiper-slide-active .brand-wrap .brand-more {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
  transition-delay: 1.4s;
}
.home-slide.swiper-slide-active .series-btn {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 0.88s;
}
.home-slide.swiper-slide-active .series-swiper,
.home-slide.swiper-slide-active .skincare-swiper,
.home-slide.swiper-slide-active .college {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.94s;
}
.home-slide.swiper-slide-active .skincare-line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0px);
  transition-delay: 1.5s;
}
.home-slide.swiper-slide-active .home-news-list li {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
  transition-delay: 0.9s;
}
.home-slide.swiper-slide-active .home-news-list li:nth-child(2) {
  transition-delay: 1.1s;
}
.home-slide.swiper-slide-active .home-news-list li:nth-child(3) {
  transition-delay: 1.3s;
}
.home-slide.swiper-slide-active .home-news-list li:nth-child(4) {
  transition-delay: 1.5s;
}
.cooperate.active {
  opacity: 1;
  transform: scale(1);
  visibility: visible;
  transition-delay: 0.94s;
}
.brand-texts.article-block {
  overflow: hidden;
}
.brand-texts.article-block p {
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.7s;
}
.brand-list.article-block li {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: 0.6s;
}
.brand-wrap .brand-more.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
  transition: 0.57s;
}
.series-btn.article-block {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-200px);
  transition: 0.78s 0.35s;
}
.series-swiper,
.skincare-swiper,
.college,
.cooperate {
  transform: scale(0.8);
  opacity: 0;
  visibility: hidden;
  transition: 1s 0.35s;
}
.skincare-line {
  opacity: 0;
  visibility: hidden;
  transform: translateX(-200px);
  transition: 0.78s 0.35s;
}
.home-news-list li {
  opacity: 0;
  visibility: hidden;
  transition: 0.88s;
  transform: translateY(100px);
}
.last-slide {
  height: auto !important;
}
.home-slide {
  overflow: hidden;
}
.home-slide.swiper-slide-active .bottom_anchor {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%,0);
  transition-delay: 0.5s;
}
.home-slide.swiper-slide-active .bottom_anchor .bottom_anchor_bg .bottom_anchor-wr {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: shake 0.8s 0.5s;
  animation: shake 0.8s 0.5s;
}
.bottom_anchor {
  position: absolute;
  left: 50%;
  bottom: 30px;
  width: 224px;
  height: 114px;
  z-index: 10;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%,120px);
  transition: 0.65s;
}
.bottom_anchor.bottom_anchor_right {
  left: auto;
  right: 10.41%;
}
.bottom_anchor.bottom_anchor_right .nexts {
  color: #fff;
}
.bottom_anchor.bottom_anchor_color .nexts {
  color: #275445;
}
.bottom_anchor .nexts {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 52px;
  color: #ec6d50;
  line-height: 1;
  font-size: 28px;
  z-index: 4;
  cursor: pointer;
  transition: 0.36s;
}
.bottom_anchor:hover .bottom_anchor_bg {
  width: 260px;
}
.bottom_anchor:hover .bottom_anchor_bg img {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: shake 0.8s;
  animation: shake 0.8s;
}
.bottom_anchor:hover .nexts {
  bottom: 46px;
}
@keyframes shake {
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,
  to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}
.bottom_anchor_bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: auto;
  transition: 0.4s;
}
.bottom_anchor_bg img {
  display: block;
  width: 100%;
  height: auto;
}
.home-swiper .swiper-pagination1 {
  position: fixed;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 20;
}
.home-swiper .swiper-pagination1 .swiper-pagination-bullet {
  display: block;
  position: relative;
  margin: 0;
  margin-bottom: 29px;
  width: 6px;
  height: 6px;
  border: 1px solid #ec6d50;
  border-radius: 50%;
  opacity: 1;
  background: none;
  cursor: pointer;
}
.home-swiper .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  -webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
  -webkit-animation: shake 0.8s 0.9s;
  animation: shake 0.8s 0.9s;
  visibility: visible;
  transform: translateY(0px);
  transition: 0.8s 0.8s;
}
.home-swiper .swiper-pagination1 .swiper-pagination-bullet:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -6px;
  content: "";
  width: 10px;
  height: 12px;
  background: url(../png/drop-2.png) center no-repeat;
  visibility: hidden;
  transform: translateY(-20px);
  transition: 0.5s 0.1s;
}
.home-swiper .swiper-pagination1 .swiper-pagination-bullet:last-child {
  margin-bottom: 0;
}
/*内页*/
.innerpage .header {
  padding-top: 50px;
  padding-bottom: 50px;
	
}
.innerpage .header .content{
margin:  0 auto;
	width: 90%;
	max-width: 1530px;
}

.innerpage .header.innerpageColor,
.innerpage .header.newsColor {
  background: #fff;

}
.innerpage .header2.innerpageColor,
.innerpage .header2.newsColor {
  background: #efefef;

}
.innerpage .header.innerpageColor .logo,
.innerpage .header.newsColor .logo {
  height: 56px;
}
.innerpage .header.innerpageColor .logo img,
.innerpage .header.newsColor .logo img {
  
  opacity: 0;
  visibility: hidden;
}
.innerpage .header.innerpageColor .logo img.logo-color2,
.innerpage .header.newsColor .logo img.logo-color2 {
  opacity: 1;
  visibility: visible;
}
.innerpage .header.innerpageColor .logo img.logo-color3,
.innerpage .header.newsColor .logo img.logo-color3 {
  opacity: 0;
  visibility: hidden;
}
.innerpage .header.innerpageColor .navsbox,
.innerpage .header.newsColor .navsbox {

}
.innerpage .header.innerpageColor .menubtn-box,
.innerpage .header.newsColor .menubtn-box {
  margin-top: 13px;
}
.innerpage .header.innerpageColor .navsbox li:before,
.innerpage .header.newsColor .navsbox li:before {
  background-color: #333333;
}
.innerpage .header.innerpageColor .navsbox li a,
.innerpage .header.newsColor .navsbox li a {
  color: #333333;
}
.innerpage .header.innerpageColor .menubtn-box .menubtn span,
.innerpage .header.newsColor .menubtn-box .menubtn span {
  background: #ec6d50;
}
.innerpage .header.innerpageColor .menubtn-box .menubtn span:before,
.innerpage .header.newsColor .menubtn-box .menubtn span:before,
.innerpage .header.innerpageColor .menubtn-box .menubtn span:after,
.innerpage .header.newsColor .menubtn-box .menubtn span:after {
  background: #ec6d50;
}
.innerpage .header.innerpageColor .menubtn-box.active .menubtn span,
.innerpage .header.newsColor .menubtn-box.active .menubtn span {
  background: transparent;
}
.innerpage .header.innerpageColor .menubtn-box.active .menubtn span:before,
.innerpage .header.newsColor .menubtn-box.active .menubtn span:before,
.innerpage .header.innerpageColor .menubtn-box.active .menubtn span:after,
.innerpage .header.newsColor .menubtn-box.active .menubtn span:after {
  background: #fff;
}
.innerpage .header.brandpageColor .logo {
  height: 48px;
}
.innerpage .header.brandpageColor .logo img {
  width: 140px;
  opacity: 0;
  visibility: hidden;
}
.innerpage .header.brandpageColor .logo img.logo-color3 {
  opacity: 1;
  visibility: visible;
}
.innerpage .header.brandpageColor .logo img.logo-color1 {
  opacity: 0;
  visibility: hidden;
}
.innerpage .header.brandpageColor .navsbox {
  margin-top: 15px;
}
.innerpage .header.brandpageColor .menubtn-box {
  margin-top: 13px;
}
.innerpage .header.brandpageColor .navsbox li:before {
  background-color: #fff;
}
.innerpage .header.brandpageColor .navsbox li a {
  color: #fff;
}
.innerpage .header.brandpageColor .menubtn-box .menubtn span {
  background: #fff;
}
.innerpage .header.brandpageColor .menubtn-box .menubtn span:before,
.innerpage .header.brandpageColor .menubtn-box .menubtn span:after {
  background: #fff;
}
.innerpage .header.brandpageColor .menubtn-box.active .menubtn span {
  background: transparent;
}
.innerpage .header.brandpageColor .menubtn-box.active .menubtn span:before,
.innerpage .header.brandpageColor .menubtn-box.active .menubtn span:after {
  background: #fff;
}
.innerpage .header .logo {
  margin-left: 0;
}
.innerpage .header .logo img {
  opacity: 0;
  visibility: hidden;
}
.innerpage .header .logo img.logo-color3 {
  opacity: 1;
  visibility: visible;
}
.innerpage .header .menubtn-box {
  margin-right: 50px;
  margin-top: 17px;    display: none;
}
.innerpage .header .menubtn-box .menubtn-small {
  display: none;
}
.innerpage .header .menubtn-box .menubtn span {
  background: #fff;
}
.innerpage .header .menubtn-box .menubtn span:before,
.innerpage .header .menubtn-box .menubtn span:after {
  background: #fff;
}
.innerpage .menubtn-box.active .menubtn span {
  background: transparent;
}
.header.scoll1 .menubtn-box.active .menubtn span {
  background: transparent;
}
.header.scoll1 .menubtn-box.active .menubtn span:before,
.header.scoll1 .menubtn-box.active .menubtn span:after {
  background: #fff;
}
.header.scoll2 .menubtn-box.active .menubtn span {
  background: transparent;
}
.zhanwei{height: 156px;}
.navsbox {
  float: right;
  margin-top: 0;
  margin-right: 0;
  transition: 0.4s;
}
.navsbox li {
  float: left;
  position: relative;
  z-index: 3;
  margin-left: 20px;
}

.navsbox li:before {
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.navsbox li:hover,
.navsbox li.active {
  color: #fff;
}
.navsbox li:hover:before,
.navsbox li.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.navsbox li:first-child {
  margin-left: 0;
}
.navsbox li a {
  display: inline-block;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;    line-height: 56px;
}

.innerpage .header .navsbox li a:hover,.innerpage .header .navsbox li a.active{color: #ec6d50;}

.homepage .navsbox {
  display: none;
}
.pbanners {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.pbanners figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.pbanners figure img {
  display: block;
  position: relative;
}
.ptexts {
  position: absolute;
  left: 50%;
  margin-left: -45%;
  top: 50%;
  margin-top: -85px;
  text-align: center;
  width: 90%;
}
.ptexts.articleShow small,
.ptexts.articleShow strong {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.ptexts.articleShow strong {
  transition-delay: 0.25s;
}
.ptexts.articleShow i {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px) rotateY(0deg);
  transition-delay: 0.45s;
}
.ptexts .home-hide:first-child {
  margin-bottom: 18px;
}
.ptexts small {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 36px;
  font-family: "avian";
  text-transform: uppercase;
  letter-spacing: 8px;
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.ptexts strong {
  display: block;
  line-height: 1.1;
  color: #fff;
  font-size: 36px;
  font-family: "微軟正黑體";
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.ptexts i {
  display: block;
  margin: auto;
  margin-top: 36px;
  width: 31px;
  height: 33px;
  background: url(../png/pban-2.png) center no-repeat;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  transform: translateY(80px) rotateY(180deg);
  transition: 0.78s;
}
.mouses {
  position: absolute;
  left: 50%;
  margin-left: -11px;
  bottom: 40px;
  z-index: 10;
  width: 22px;
  height: 52px;
  background: url(../png/mouse-2.png) center no-repeat;
}
.mouses:before {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 10px;
  content: "";
  width: 3px;
  height: 7px;
  background: #fff;
  border-radius: 2px;
  animation: moveDownSpot 1000ms infinite;
}
@keyframes moveDownSpot {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(10px);
  }
}
.leval-menubox {
  padding: 100px 0;
}
.leval-menu-wr {
  padding-bottom: 16px;
  border-bottom: 1px solid #eeeeee;
}
.leval-menu-title {
  position: relative;
  float: left;
}
.leval-menu-title small {
  display: block;
  line-height: 1;
  color: #f3f3f3;
  font-size: 56px;
  font-family: "avian";
  text-transform: uppercase;
}
.leval-menu-title strong {
  display: block;
  position: absolute;
  left: 0;
  top: 12px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.laval-menu-list {
  float: right;
  margin-top: 10px;
}
.laval-menu-list li {
  float: left;
  margin-right: 70px;
}
.laval-menu-list li:last-child {
  margin-right: 0;
}
.laval-menu-list li a {
  display: block;
  position: relative;
  z-index: 3;
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  font-family: "微軟正黑體";
  line-height: 1.6;
}
.laval-menu-list li a:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 1px;
  background: #345e50;
  transition: 0.55s cubic-bezier(0.77, 0, 0.175, 1);
}
.laval-menu-list li:hover a,
.laval-menu-list li.active a {
  color: #345e50;
}
.laval-menu-list li:hover a:before,
.laval-menu-list li.active a:before {
  width: 32px;
}
.about-us {
  padding-left: calc((100vw - 1440px)/2);
}
.about-us-imgs {
  float: right;
  position: relative;
  height: 600px;
  width: 49.52%;
}
.about-us-imgs img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  visibility: hidden;
}
.about-us-texts {
  float: left;
  width: 40%;
}
.about-us-title {
  position: relative;
  padding-bottom: 44px;
}
.about-us-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 70px;
  height: 1px;
  background: #eeeeee;
}
.about-us-title small {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "avian";
}
.about-us-title strong {
  display: block;
  line-height: 1.2;
  color: #383838;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.about-us-info {
  margin-top: 30px;
}
.about-us-info p {
  color: #666666;
  font-size: 14px;
  line-height: 2.4;
}
.about-small {
  margin-top: 42px;
}
.about-small small {
  display: block;
  line-height: 1;
  color: #f2f2f2;
  font-size: 36px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: "avian";
  white-space: nowrap;
}
.about-box {
  position: relative;
  background-color: #fff;
}
.harm {
  padding: 158px 0 80px;
  background: url(../jpg/aboubg-2.jpg) center no-repeat;
  background-position: center;
  background-size: cover;
}
.harm-slide {
  position: relative;
}
.harm-small {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.harm-small small {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 94px;
  font-family: arial;
  white-space: nowrap;
  text-transform: uppercase;
  opacity: 0.05;
  letter-spacing: 16px;
}
.harm-contents {
  float: right;
  width: 36.94%;
}
.harm-tt {
  margin-bottom: 38px;
}
.harm-tt small {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "avian";
  white-space: nowrap;
}
.harm-tt strong {
  display: block;
  line-height: 1.2;
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.harm-texts p {
  color: #ffffff;
  font-size: 14px;
  line-height: 2.2;
  opacity: 0.5;
}
.harm-down {
  position: relative;
  margin-top: 66px;
}
.harm-down:before {
  position: absolute;
  left: 545px;
  top: 27px;
  right: 67px;
  height: 1px;
  content: "";
  background: rgba(255, 255, 255, 0.1);
}
.harm-slide {
  overflow: hidden;
}
.harm-btn {
  float: left;
}
.harm-btn-item {
  float: left;
  position: relative;
  padding-left: 38px;
  margin-right: 26px;
  cursor: pointer;
}
.harm-btn-item:hover .contact-line,
.harm-btn-item.active .contact-line {
  opacity: 1;
  visibility: visible;
}
.harm-btn-item:hover:before,
.harm-btn-item.active:before {
  opacity: 0;
  visibility: hidden;
}
.harm-btn-item:hover b,
.harm-btn-item.active b,
.harm-btn-item:hover span,
.harm-btn-item.active span {
  opacity: 1;
}
.harm-btn-item .contact-line {
  left: 0;
  top: 19px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.harm-btn-item .contact-line i {
  background: rgba(255, 255, 255, 0.1);
}
.harm-btn-item .contact-line i:before {
  background: #fff;
}
.harm-btn-item:before {
  position: absolute;
  left: 0;
  top: 24px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
.harm-btn-item b {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  font-family: "avian";
  font-weight: normal;
  opacity: 0.3;
}
.harm-btn-item span {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 14px;
  opacity: 0.3;
}
.harm-prev {
  padding-top: 14px;
  float: right;
}
.harm-prev span {
  display: block;
  float: left;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.1);
  font-size: 12px;
  cursor: pointer;
  transition: 0.35s;
}
.harm-prev span:hover {
  border-color: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.3);
}
.harm-prev span:first-child {
  margin-right: 11px;
}
.historys {
  padding: 80px 0 0;
  background-position: center;
  background-size: cover;
}
.history-tt strong {
  font-weight: normal;
  letter-spacing: 8px;
}
.history-list {
  position: relative;
  margin-top: 20px;
width: 95%;
float: right;
	max-width: 1725px;
	
}

.history-item {
  margin-bottom: 54px;
}
.history-item:last-child {
  margin-bottom: 0;
}
.history-item strong {
  display: inline-block;
  position: relative;
  width: 210px;
  float: left;
  line-height: 1;
  color: #333333;
  font-size: 54px;
  font-weight: normal;
  font-family: "avian";
}
.history-item strong i {
  display: block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 16px;
  height: 16px;
  border: 1px double #111111;
  border-radius: 50%;
}
.history-item strong i:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -3px;
  margin-top: -3px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #111111;
}
.brand-honors {
  position: relative;
  padding: 80px 0 84px;
  background: #fff;
  z-index: 3;
}
.brand-honors .news-scolltop {
  right: 4.68%;
}
.history-texts {
  position: relative;
  margin-left: 260px;
  padding-top: 5px;
}
.history-texts time {
  display: block;
  margin-bottom: 6px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.history-texts p {
  color: #666666;
  font-size: 14px;
}
.honor-list {
  margin-top: 52px;
}
.honor-list li {
  float: left;
  margin-right: 1.8666%;
  margin-bottom: 48px;
  width: 23.6%;
}
.honor-list li:nth-child(4n+4) {
  margin-right: 0;
}
.honor-list li figure {
  position: relative;
  display: block;
  padding-bottom: 70.58%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.honor-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.honor-list li figure img {
  transition: 0.58s;
}
.leader {
  position: relative;
  z-index: 3;
  padding: 88px 0;
  margin-bottom: 100px;
  overflow: hidden;
}
.leader:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  content: "";
  width: 82.81%;
  height: 100%;
  background: #edf3f0;
}
.leader-wrap {
  position: relative;
  z-index: 3;
  margin-left: calc((100vw - 1440px) / 2);
  width: 60.72%;
  background: #edf3f0;
}
.leader-wrap .college-btns {
  width: 54.45%;
  right: 0;
  bottom: 60px;
  top: auto;
}
.leader-wrap .college-btns span:last-child {
  margin-bottom: 0;
}
.leader-slide {
  width: 14.64%;
  float: left;
  overflow: hidden;
  cursor: pointer;
}
.leader-slide.slick-current .leader-content {
  transition-delay: 0.35s;
  opacity: 1;
  visibility: visible;
}
.leader-img {
  float: left;
  width: 37.3%;
}
.leader-img figure {
  background: #7d7d7d;
  position: relative;
  display: block;
  padding-bottom: 134.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.leader-img figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.leader-title {
  position: relative;
  padding-top: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid #eeeeee;
  transition: 0.45s;
}
.leader-title:before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  width: 109px;
  height: 1px;
  background: #000000;
  animation: p-ani-6 1.5s linear infinite;
}
.leader-title strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
  font-size: 20px;
  font-family: "微軟正黑體";
}
.leader-title p {
  color: #666666;
  font-size: 14px;
  line-height: 1;
}
.leader-slide:nth-of-type(1) .leader-title:before {
  animation-delay: 1.6s;
}
.leader-slide:nth-of-type(2) .leader-title:before {
  animation-delay: 1.2s;
}
.leader-slide:nth-of-type(3) .leader-title:before {
  animation-delay: 0.8s;
}
.leader-slide:nth-of-type(4) .leader-title:before {
  animation-delay: 0.4s;
}
.leader-slide:nth-of-type(5) .leader-title:before {
  animation-delay: 0s;
}
@keyframes p-ani-6 {
  0% {
    left: -12px;
  }
  100% {
    left: 100%;
  }
}
.leader-content {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  padding-top: 110px;
  width: 54.45%;
}
.leader-content .college-info strong,
.leader-content .college-info p {
  color: #333333;
}
.leader-content .college-info strong {
  margin-bottom: 18px;
  font-size: 24px;
  font-family: "微軟正黑體";
  font-weight: bold;
}
.leader-content .college-info span {
  display: block;
  margin-top: 30px;
  color: #666666;
  font-size: 14px;
}
.leader-min {
  position: absolute;
  right: -5vw;
  bottom: 124px;
  width: 39.58%;
}
.leader-min .leader-slide {
  background: none;
  width: 33.3333%;
  transition: 0.5s;
}
.leader-min .leader-slide.slick-current {
  opacity: 0;
  visibility: hidden;
}
.leader-min .leader-slide .leader-img {
  width: 100%;
  padding: 0 19px;
  box-sizing: border-box;
}
.leader-min .leader-slide .leader-img figure {
  width: 100%;
}
.vision {
  padding-bottom: 78px;
}
.vision-bg {
  padding-bottom: 330px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1440px auto;
}
.vision-content {
  position: relative;
  padding-top: 52px;
}
.vision-content:before {
  position: absolute;
  left: -133px;
  top: 15px;
  content: "";
  width: 188px;
  height: 157px;
  background: url(../png/dit-2.png) center no-repeat;
}
.vision-content .vision-line {
  position: absolute;
  left: 0;
  top: 91px;
  width: 56px;
  height: 1px;
  background-color: #000000;
}
.vision-li {
  float: right;
  width: 1000px;
}
.vision-li li {
  padding: 25px 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  border-bottom: 1px solid #eeeeee;
}
.vision-li li:hover span {
  color: #345e50;
}
.vision-li li:hover span i {
  color: #345e50;
}
.vision-li li:hover p,
.vision-li li:hover b {
  color: #345e50;
}
.vision-li li span {
  display: block;
  float: left;
  position: relative;
  padding-left: 58px;
  width: 140px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  letter-spacing: 2px;
}
.vision-li li span i {
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50%;
  margin-top: -11px;
  line-height: 1;
  color: #333333;
  font-size: 22px;
  font-style: normal;
  transition: 0.4s;
}
.vision-li li p {
  padding-right: 114px;
  color: #333333;
  font-size: 14px;
  transition: 0.4s;
}
.vision-li li b {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -8px;
  width: 114px;
  color: #cccccc;
  font-size: 16px;
  line-height: 1;
  font-weight: normal;
  font-family: "avian";
  transition: 0.38s;
}
.brand-store {
  padding: 60px 0 130px;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand-tops {
  position: relative;
}
.brand-tt {
  margin-bottom: 54px;
}
.brand-tt small {
  display: block;
  margin-bottom: 17px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "avian";
}
.brand-tt strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
  letter-spacing: 9px;
}
.brand-ico {
  position: absolute;
  right: 0;
  top: 0;
}
.brand-ico span {
  display: block;
  position: relative;
  width: 20px;
  height: 1px;
  background: #000000;
}
.brand-ico i {
  position: absolute;
  display: block;
  left: 50%;
  top: 1px;
  content: "";
  width: 1px;
  height: 30px;
  background: #dddddd;
  overflow: hidden;
}
.brand-ico i:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 1px;
  height: 13px;
  z-index: 3;
  background: #000;
  animation: p-ani-7 2.5s infinite;
}
.brand-ico small {
  display: block;
  position: absolute;
  right: -40px;
  top: 85px;
  line-height: 1;
  color: #333333;
  font-size: 14px;
  font-family: "avian";
  text-transform: uppercase;
  white-space: nowrap;
  transform: rotate(90deg);
}
@keyframes p-ani-7 {
  0% {
    top: -13px;
  }
  100% {
    top: 30px;
  }
}
.brand-imgs {
  float: left;
  width: 56.94%;
}
.brand-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-info {
  float: right;
  padding-top: 18px;
  width: 35.76%;
}
.brand-info strong {
  display: block;
  margin-bottom: 38px;
  line-height: 1.2;
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  font-family: "微軟正黑體";
  font-weight: normal;
}
.brand-info p {
  color: #333333;
  font-size: 14px;
  line-height: 2.4;
}
.culture-title {
  display: flex;
  display: -webkit-flex;
}
.culture-tt-item {
  position: relative;
  margin-right: 1px;
  z-index: 3;
  flex: 1;
  -webkit-flex: 1;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
  height: 100px;
}
.culture-tt-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #eeeeee;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.5s;
  z-index: -1;
}
.culture-tt-item:hover,
.culture-tt-item.active {
  color: #eeeeee;
}
.culture-tt-item:hover:before,
.culture-tt-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.culture-tt-item:last-child {
  margin-right: 0;
}
.culture-tt-item span {
  display: inline-block;
  margin-right: 34px;
  color: #333333;
  font-size: 30px;
  line-height: 1;
  font-family: "微軟正黑體";
}
.culture-tt-item small {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 18px;
  font-family: "avian";
  text-transform: uppercase;
}
.culture-bg {
  background: #f1f2f2;
}
.culture-tab {
  position: relative;
  margin-left: calc((100% - 1440px) / 2);
}
.culture-swiper {
  position: relative;
  z-index: 3;
}
.culture-item {
  float: left;
  width: 100%;
}
.culture-item figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 51.19%;
}
.culture-item figure img {
  display: block;
  width: 100%;
  height: auto;
}
.culture-content {
  float: left;
  width: 42.85%;
}
.culture-top {
  margin-bottom: 50px;
  padding: 16.11% 0 42px;
  border-bottom: 1px solid #dddddd;
}
.culture-top img {
  display: block;
  width: 111px;
  height: auto;
}
.culture-top p {
  margin-top: 12px;
  color: #333333;
  font-size: 18px;
  font-family: "杨任东竹石体-Heavy";
}
.culture-texts p {
  color: #333333;
  font-size: 14px;
  line-height: 2.4;
}
.culture-tt {
  padding: 29.86% 0 48px;
  margin-bottom: 52px;
  border-bottom: 1px solid #dddddd;
}
.culture-tt strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-family: "微軟正黑體";
  font-weight: normal;
}
.culture-tt small {
  display: block;
  line-height: 1;
  color: #cccccc;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "avian";
}
.culture-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 10;
  width: 51.19%;
}
.culture-btn span {
  display: block;
  float: left;
  width: 66px;
  height: 66px;
  text-align: center;
  line-height: 66px;
  cursor: pointer;
  background: #fff;
  color: #171717;
  font-size: 20px;
  transition: 0.4s;
}
.culture-btn span:first-child {
  margin-left: -66px;
  margin-right: 1px;
}
.culture-btn span:hover {
  background: #787979;
  color: #fff;
}
.product-menu-text {
  margin-top: 20px;
}
.product-menu-text span {
  display: block;
  margin-bottom: 32px;
  color: #333333;
  font-size: 14px;
}
.product-menu-text p {
  color: #666666;
  font-size: 14px;
  line-height: 2.2;
}
.product-menu {
  padding-bottom: 0;
  border-bottom: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.product-menu .leval-menu-title {
  width: 30.83%;
}
.product-menu:after {
  display: none !important;
}
.products {
  padding: 50px 0 100px;
}
.product-swiper {
  position: relative;
}
.product-slide {
  width: 33.3333%;
  position: relative;
}
.product-slide.swiper-slide-active figure .circular-bg {
  opacity: 1;
  visibility: visible;
}
.product-slide.swiper-slide-active figure .circular-bg .circular1:before {
  animation: animateMove 2.2s steps(55, start) forwards;
}
.product-slide.swiper-slide-active figure .circular-bg .circular2:before {
  animation: animateMove1 2.2s 2.2s steps(55, start) forwards;
}
.product-slide a:hover figure img {
  transform: scale(1.07);
}
.product-slide figure {
  display: block;
  position: relative;
  margin: auto;
  line-height: 1;
  text-align: center;
  width: 495px;
  height: 495px;
  z-index: 3;
}
.product-slide figure i {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background: url(../circle1-2.html) center no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.55s;
}
.product-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.68s;
}
.circular-bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  transition: 0.44s;
  opacity: 0;
  visibility: hidden;
  background: url(../circle1-2.html) center no-repeat;
  background-size: cover;
}
.circular {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.circular:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  max-height: none;
  background: url(../circle2-2.html) right top no-repeat;
  transform-origin: left center;
  background-size: auto 100%;
  transform: rotate(-178deg);
}
.circular.circular2 {
  right: auto;
  left: 0;
}
.circular.circular2:before {
  right: auto;
  left: 0;
  transform: rotate(180deg);
  background-position: left center;
  transform-origin: right center;
}
@keyframes animateMove {
  0% {
    transform: rotate(-178deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes animateMove1 {
  0% {
    transform: rotate(182deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.product-fix {
  margin-top: 44px;
  text-align: center;
}
.product-fix strong {
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.product-fix p {
  color: #999999;
  font-size: 14px;
  height: 58px;
}
.product-fix span {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  background: #000000;
}
.product-fix span:before {
  content: "";
  width: 0;
  height: 100%;
  background: #ec6d50;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.35s;
  z-index: -1;
}
.product-fix span:hover,
.product-fix span.active {
  color: #fff;
}
.product-fix span:hover:before,
.product-fix span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.no-padding {
  padding-bottom: 0;
}
.pro-prev {
  position: absolute;
  top: 255px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 50%;
  border: 2px dotted #d1d1d1;
  color: #d1d1d1;
  font-size: 20px;
  cursor: pointer;
  z-index: 10;
  transition: 0.38s;
}
.pro-prev:hover {
  border-color: #ec6d50;
  color: #ec6d50;
}
.pro-prev.prev {
  left: 0;
}
.pro-prev.next {
  right: 0;
}
.innerbanner figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.innerbanner figure img {
  display: block;
  width: 100%;
  height: auto;
}
.product-view {
  background: #f7f7f7;
}
.product-content {
  position: relative;
  margin-top: -295px;
  padding: 75px 6.25% 95px;
  background: #fff;
  border-radius: 5px;
}
.product-info figure {
  display: block;
  float: right;
  text-align: center;
  line-height: 1;
  width: 28.888%;
}
.product-info figure img {
  display: block;
  margin: auto;
  max-width: 100%;
}
.product-te {
  float: left;
  margin-left: 3.888%;
  padding-top: 62px;
  width: 52.5%;
}
.product-te strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1.2;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.product-te span {
  display: block;
  margin-bottom: 72px;
  color: #333333;
  font-size: 16px;
}
.product-te p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.product-imgs {
  margin-top: 100px;
}
.product-imgs img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.product-imgs p {
  color: #666666;
  font-size: 14px;
}
.recommends {
  padding: 102px 0 118px;
}
.recommend-title {
  text-align: center;
}
.recommend-title small {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  text-align: center;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "avian";
}
.recommend-title strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.recommed-list {
  margin-top: 20px;
}
.recommed-list .product-slide {
  float: left;
  width: 25%;
}
.recommed-list .product-slide figure {
  text-align: center;
  width: auto;
  height: 270px;
  max-width: 100%;
  max-height: 100%;
}
.recommed-list .product-slide figure img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.recommed-list .product-slide .product-fix {
  margin-top: -10px;
}
.recommed-list .product-slide .product-fix span {
  width: 174px;
  height: 38px;
  line-height: 38px;
  background: none;
  border: 1px solid #dddddd;
  color: #333333;
  font-size: 14px;
  transition: 0.38s;
}
.recommed-list .product-slide .product-fix span:hover {
  color: #fff;
}
.ptexts1 small,
.ptexts1 strong {
  color: #000000;
}
.ptexts1 i {
  background: url(../png/pban1-2.png) center no-repeat;
}
.college-list {
  margin-top: 50px;
}
.college-items {
  float: left;
  margin-right: 10.43%;
  margin-bottom: 60px;
  width: 26.38%;
  cursor: pointer;
}
.college-items:nth-child(3n - 1) {
  margin-top: 67px;
}
.college-items:nth-child(3n+3) {
  margin-right: 0;
}
.college-items figure {
  position: relative;
  display: block;
  padding-bottom: 134.25%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.college-items figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.college-items:hover figure img {
  transform: scale(1.05);
}
.college-items:hover .college-down:before {
  opacity: 1;
  visibility: visible;
}
.college-items:hover .college-down i {
  transform: rotate(360deg);
}
.college-items:hover .college-down i:before,
.college-items:hover .college-down i:after {
  background: #000;
}
.college-down {
  position: relative;
  padding: 30px 0 24px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}
.college-down strong {
  display: block;
  margin-bottom: 22px;
  line-height: 1;
  font-weight: normal;
  font-family: "微軟正黑體";
  font-size: 24px;
}
.college-down p {
  color: #666666;
  font-size: 14px;
}
.college-down i {
  display: block;
  position: absolute;
  right: 0;
  top: 52px;
  width: 18px;
  height: 18px;
  transition: 0.45s;
}
.college-down i:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
  content: "";
  width: 100%;
  height: 2px;
  background: #dddddd;
  transition: 0.35s;
}
.college-down i:after {
  position: absolute;
  left: 50%;
  margin-left: -1px;
  top: 0;
  content: "";
  width: 2px;
  height: 100%;
  background: #dddddd;
  transition: 0.35s;
}
.college-down:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 29%;
  height: 1px;
  background: #000;
  animation: p-ani-6 2.5s linear infinite;
  transition: 0.45s;
  opacity: 0;
  visibility: hidden;
}
.load-more {
  text-align: center;
  padding-bottom: 90px;
}
.load-more p {
  margin-top: 16px;
  color: #000000;
  font-size: 14px;
  line-height: 1;
}
.last-more {
  padding-bottom: 0;
}
.college-more {
  display: inline-block;
  margin: auto;
  cursor: pointer;
  text-align: center;
}
.college-more i {
  display: block;
  margin: auto;
  position: relative;
  width: 1px;
  height: 30px;
  background: #dddddd;
  overflow: hidden;
}
.college-more i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 1px;
  height: 50%;
  background: #000000;
  animation: p-ani-7 2.5s infinite;
}
.college-dit {
  margin-top: 17px;
  display: flex;
  display: -webkit-flex;
}
.college-dit span {
  display: inline-block;
  margin-right: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000;
  -webkit-animation: loader1 0.8s linear infinite alternate;
  animation: loader1 0.8s linear infinite alternate;
}
.college-dit span:last-child {
  margin-right: 0;
}
.college-dit span:nth-child(1) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 0, 0, 0.8);
}
.college-dit span:nth-child(2) {
  -webkit-animation-delay: -0.26666s;
  animation-delay: -0.26666s;
  background: #000000;
}
.college-dit span:nth-child(3) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
  background: rgba(0, 0, 0, 0.8);
}
@keyframes loader1 {
  from {
    transform: scale(0, 0);
  }
  to {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes loader1 {
  from {
    -webkit-transform: scale(0, 0);
  }
  to {
    -webkit-transform: scale(1, 1);
  }
}
.curriculum {
  padding-top: 50px;
}
.curriculum li {
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 60px;
}
.curriculum li:nth-child(3n+3) {
  margin-right: 0;
}
.curriculum li figure {
  position: relative;
  display: block;
  padding-bottom: 56.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.curriculum li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.curriculum li a:hover figure img {
  transform: scale(1.1);
}
.curriculum li a:hover .curriculum-dwon:before {
  opacity: 1;
  visibility: visible;
}
.curriculum li a:hover i {
  transform: rotate(360deg);
}
.curriculum li a:hover i:before,
.curriculum li a:hover i:after {
  background: #000;
}
.curriculum-dwon {
  padding: 18px 0;
}
.curriculum-dwon p {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  font-family: "微軟正黑體";
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.curriculum-dwon i {
  top: 50%;
  margin-top: -9px;
}
.student {
  padding-top: 50px;
}
.student li {
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  margin-bottom: 66px;
}
.student li:nth-child(3n+3) {
  margin-right: 0;
}
.student li:hover figure img {
  transform: scale(1.06);
}
.student li:hover .student-mark {
  opacity: 1;
  visibility: visible;
}
.student li:hover .student-mark b {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.student li figure {
  position: relative;
  display: block;
  padding-bottom: 56.04%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.student li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.student li figure img {
  transition: 0.68s;
}
.student-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  transition: 0.65s;
}
.student-mark:before {
  position: absolute;
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.54);
  content: "";
}
.student-mark b {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  z-index: 5;
  width: 28px;
  height: 28px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: 0.58s;
}
.student-mark b:before {
  position: absolute;
  left: 9px;
  top: 14px;
  content: "";
  width: 12px;
  height: 1px;
  background-color: #fff;
}
.student-mark b:after {
  position: absolute;
  top: 9px;
  left: 14px;
  content: "";
  width: 1px;
  height: 12px;
  background-color: #fff;
}
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.fancybox-nav span {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background: url(../ab-arrow-left-2.html) no-repeat;
}
.fancybox-nav {
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  background: url(../png/join-arrow-2.png) no-repeat;
}
.fancybox-prev {
  left: -70px;
}
.fancybox-next {
  right: -70px;
  background-position: right center;
}
.fancybox-close {
  width: 20px;
  height: 20px;
  top: -30px;
  right: 0;
  background: url(../png/close-2.png) no-repeat;
  background-size: cover;
  transition: 350ms;
}
.fancybox-close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.fancybox-nav:hover span {
  background: none;
  opacity: 0.8;
}
.news-list li {
  padding: 62px 0 68px;
  border-bottom: 1px solid #eeeeee;
}
.news-list li a {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.news-list li a:hover figure img {
  transform: scale(1.06);
}
.news-list li a figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  width: 41.52%;
}
.news-list li a figure img {
  display: block;
  width: 100%;
  height: auto;
  transition: 0.65s;
}
.news-contents {
  width: 53.05%;
}
.news-contents time {
  display: block;
  margin-bottom: 6px;
  line-height: 1;
  color: #275445;
  font-size: 14px;
  font-family: "avian";
}
.news-contents strong {
  display: block;
  margin-bottom: 38px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-family: "微軟正黑體";
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-contents p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-contents span {
  display: inline-block;
  margin-top: 58px;
  line-height: 1.4;
  color: #3a6456;
  border-bottom: 1px solid #3a6456;
  font-size: 14px;
}
.newsmore {
  margin-top: 68px;
  padding-bottom: 0;
}
.slidetop.article-block,
.list-animate.article-block li,
.list-animate.article-block > div {
  opacity: 0;
  visibility: hidden;
  transform: translateY(60px);
  transition: 0.5s;
}
.slidetop.articleShow,
.list-animate.articleShow li,
.list-animate.articleShow > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.slidetop.detay1.article-block,
.list-animate.article-block li:nth-child(2),
.list-animate.article-block div:nth-child(2) {
  transition-delay: 0.2s;
}
.slidetop.detay2.article-block,
.list-animate.article-block li:nth-child(3),
.list-animate.article-block div:nth-child(3) {
  transition-delay: 0.4s;
}
.slidetop.detay3.article-block,
.list-animate.article-block li:nth-child(4),
.list-animate.article-block div:nth-child(4) {
  transition-delay: 0.6s;
}
.slidetop.detay4.article-block,
.list-animate.article-block li:nth-child(5),
.list-animate.article-block div:nth-child(5) {
  transition-delay: 0.8s;
}
.slidetop.detay5.article-block,
.list-animate.article-block li:nth-child(6),
.list-animate.article-block div:nth-child(6) {
  transition-delay: 1s;
}
.slidetop.detay6.article-block,
.list-animate.article-block li:nth-child(7),
.list-animate.article-block div:nth-child(7) {
  transition-delay: 1.2s;
}
.slidetop.detay7.article-block,
.list-animate.article-block li:nth-child(8),
.list-animate.article-block div:nth-child(8) {
  transition-delay: 1.4s;
}
.slidetop.detay8.article-block,
.list-animate.article-block li:nth-child(9),
.list-animate.article-block div:nth-child(9) {
  transition-delay: 1.6s;
}
.slidetop.detay9.article-block,
.list-animate.article-block li:nth-child(10),
.list-animate.article-block div:nth-child(10) {
  transition-delay: 1.8s;
}
.leval-menubox {
  position: relative;
}
.news-scolltop {
  position: absolute;
  right: 0;
  bottom: 94px;
  text-align: center;
  cursor: pointer;
  padding-top: 62px;
  width: 36px;
  color: #000000;
  font-size: 14px;
  line-height: 1;
}
.news-scolltop:hover:before {
  top: -4px;
}
.news-scolltop:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 36px;
  height: 56px;
  background: url(../png/scolltop-2.png) center no-repeat;
  transition: 0.3s;
}
.news-views {
  padding: 110px 0 150px;
}
.news-flex {
  position: sticky;
  left: 0;
  top: 100px;
  display: inline-block;
}
.news-view-top {
  margin-bottom: 112px;
}
.news-tt {
  margin-bottom: 40px;
}
.news-tt small {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "avian";
}
.news-tt strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.view-menu {
  display: block;
  float: none;
}
.view-menu li {
  float: none;
  margin-right: 0;
  margin-bottom: 23px;
}
.news-backs {
  padding-top: 110px;
}
.news-page:nth-child(2) {
  margin: 42px 0;
}
.news-page:hover b {
  background: #ec6d50;
  color: #fff;
}
.news-page:hover span {
  color: #ec6d50;
}
.news-page b {
  display: block;
  float: left;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  background: #000;
  border-radius: 50%;
  transform: rotate(90deg);
  transition: 0.4s;
}
.news-page span {
  display: block;
  float: left;
  margin-left: 10px;
  line-height: 36px;
  color: #000000;
  font-size: 14px;
  text-transform: uppercase;
  transition: 0.4s;
}
.news-view-content {
  margin-left: 220px;
  display: inline-block;
  vertical-align: top;
  width: 1100px;
}
.news-view-titles {
  padding-bottom: 19px;
  border-bottom: 1px solid #eeeeee;
}
.news-view-titles time {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #275445;
  font-size: 14px;
  font-family: "avian";
}
.news-view-titles strong {
  display: block;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.news-view-texts {
  margin-top: 46px;
}
.news-view-texts p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.news-view-texts img {
  width: auto !important;
  height: auto !important;
  max-width: 100%;
}
.news-view-content .news-backs {
  display: none;
}
.brand-intro {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.brand-intro strong {
  display: block;
  margin-bottom: 18px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-family: "微軟正黑體";
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.65s;
}
.brand-intro small {
  display: block;
  line-height: 1.4;
  color: #fff;
  font-size: 30px;
  font-family: "avian";
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
  transition: 0.65s;
}
@media screen and (min-width: 1025px) {
  .brand-slide.swiper-slide-active .brand-intro strong,
  .brand-slide.swiper-slide-active .brand-intro small {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.25s;
  }
  .brand-slide.swiper-slide-active .brand-intro small {
    transition-delay: 0.5s;
  }
  .brand-slide.swiper-slide-active .brand-banner .pbanners figure img {
    transform: scale(1);
  }
  .brand-slide.swiper-slide-active .brand-intro-logo img {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.4s;
  }
  .brand-slide.swiper-slide-active .brand-content {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition-delay: 0.65s;
  }
  .brand-slide.swiper-slide-active .brand-intro-list li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    transition: 0.6s 0.6s;
  }
  .brand-slide.swiper-slide-active .brand-intro-list li:nth-child(2) {
    transition-delay: 0.8s;
  }
  .brand-slide.swiper-slide-active .brand-intro-list li:nth-child(3) {
    transition-delay: 1s;
  }
  .brand-banner .pbanners figure img {
    transform: scale(1.1);
    transition: 3.5s;
  }
  .brand-intro-logo {
    overflow: hidden;
  }
  .brand-intro-logo img {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
    transition: 0.78s;
  }
  .brand-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: 0.68s;
  }
  .brand-intro-list li {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50px);
    transition: 0.65s;
  }
}
.brand-introduct {
  position: relative;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.brand-introduct-wrap,

.brand-honor-wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.brand-intro-logo {
  float: left;
  padding-top: 10px;
}
.brand-intro-logo img {
  display: block;
  width: 255px;
  height: auto;
}
.brand-introduct-info {
  width: 69%;
  float: right;
  margin-right: 58px;
}
.brand-content {
  margin-bottom: 86px;
}
.brand-content p {
  color: #333333;
  font-size: 14px;
  line-height: 2.2;
}
.brand-intro-list li {
  float: left;
  text-align: center;
  margin-right: 140px;
}
.brand-intro-list li:last-child {
  margin-right: 0;
}
.brand-intro-list li:hover b {
  color: #ee6e15;
  border-color: rgba(238, 110, 21, 0.1);
}
.brand-intro-list li:hover span {
  color: #ee6e15;
}
.brand-intro-list li b {
  display: block;
  margin: auto;
  width: 98px;
  height: 98px;
  border: 1px solid #d2dde4;
  border-radius: 50%;
  text-align: center;
  line-height: 98px;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  transition: 0.58s;
}
.brand-intro-list li span {
  display: block;
  margin-top: 16px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  transition: 0.58s;
  font-family: "微軟正黑體";
  letter-spacing: 5px;
}
.partner,
.brand-honor {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
 
}
.partner-imgs {
  position: relative;
  float: left;
  width: 50%;
  z-index: 3;
}
.partner-imgs:before {
  position: absolute;
  left: 18px;
  right: -18px;
  top: 18px;
  bottom: -18px;
  content: "";
  background: #fff;
  z-index: -1;
}
.partner-imgs:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 3;
}
.partner-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.partner-content {
  float: right;
  width: 40.97%;
}
.brand-titles small {
  display: block;
  margin-bottom: 14px;
  line-height: 1;
  color: #333333;
  font-size: 16px;
  font-family: "avian";
  text-transform: uppercase;
}
.brand-titles strong {
  display: block;
  line-height: 1;
  color: #333333;
  font-size: 36px;
  font-family: "微軟正黑體";
}
.partner-swiper {
  margin-top: 72px;
}
.partner-swiper .swiper-pagination {
  position: relative;
  text-align: left;
  padding-top: 28px;
  padding-left: 12px;
}
.partner-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  opacity: 1;
  background: #050001;
  transition: 0.36s;
  transform: scale(0.7);
}
.partner-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  transform: scale(1);
}
.partner-list li {
  margin-bottom: 20px;
  color: #333333;
  font-size: 20px;
  font-family: "微軟正黑體";
}
.brand-honor-wrap {
  text-align: center;
}
.brand-honor-swiper {
  margin-top: 80px;
}
.brand-honor-swiper .swiper-scrollbar {
  display: inline-block;
  position: relative;
  margin: auto;
  margin-top: 108px;
  left: auto;
  bottom: auto;
  opacity: 1 !important;
  width: 72px !important;
  background: #fff;
  border-radius: 3px;
  line-height: 0;
  width: auto;
}
.brand-honor-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  width: 36px;
  height: 5px;
  margin: 0;
  border-radius: 3px;
  background: #ee6e15;
}
.brand-honor-slide figure {
  display: block;
  line-height: 1;
  overflow: hidden;
}
.brand-honor-slide figure img {
  display: block;
  width: 100%;
  height: auto;
}
.brand-stores {
  position: relative;
  height: 100vh;
}
.brand-store-top {
  background-position: center;
  background-size: cover;
  height: calc(100vh - 387px);
}
.brand-store-wrap {
  display: flex;
  display: -webkit-flex;
  height: 100%;
}
.brand-store-item {
  position: relative;
  width: 25%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.brand-store-item:nth-child(2n+2) {
  background: rgba(255, 255, 255, 0.3);
}
.brand-store-item a {
  display: block;
}
.brand-store-item a:hover .brand-storewr {
  margin-top: -135px;
}
.brand-storewr {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  margin-top: -125px;
  text-align: center;
  transition: 0.45s;
}
.brand-storewr .news-scolltop {
  position: relative;
  display: inline-block;
  bottom: auto;
  font-size: 24px;
  padding-top: 92px;
  width: auto;
}
.brand-storewr .news-scolltop:before {
  left: 50%;
  margin-left: -18px;
}
.brand-storewr b {
  display: block;
  margin-bottom: 40px;
  line-height: 1;
  color: #fff;
  font-size: 48px;
  font-weight: lighter;
}
.brand-storewr span {
  display: block;
  margin-bottom: 102px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.brand-storewr i {
  display: block;
  margin: auto;
  width: 32px;
  height: 32px;
  border: 2px dotted #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 16px;
}
.brand-menu {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
.brand-menu.brandColor .brand-menu-list li i {
  color: #333333;
}
.brand-menu.brandColor .brand-menu-list li span {
  background: rgba(51, 51, 51, 0.2);
}
.brand-menu.brandColor .brand-menu-list li span:before {
  background: #333333;
}
.brand-menu-list li {
  position: relative;
  margin-bottom: 35px;
  padding-right: 60px;
  cursor: pointer;
}
.brand-menu-list li:last-child {
  margin-bottom: 0;
}
.brand-menu-list li:hover i,
.brand-menu-list li.active i {
  opacity: 1;
}
.brand-menu-list li:hover span,
.brand-menu-list li.active span {
  width: 50px;
}
.brand-menu-list li:hover span:before,
.brand-menu-list li.active span:before {
  opacity: 1;
  visibility: visible;
}
.brand-menu-list li i {
  display: block;
  color: #ffffff;
  font-size: 14px;
  text-align: right;
  opacity: 0.3;
  transition: 0.35s;
  font-style: normal;
}
.brand-menu-list li span {
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 25px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  transition: 0.3s;
  overflow: hidden;
}
.brand-menu-list li span:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 25px;
  height: 100%;
  background: #fff;
  z-index: 2;
  animation: p-ani-6 2.5s infinite;
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}
.brand-swiper {
  position: relative;
  height: 100vh;
}
.brand-slide {
  overflow: hidden;
}
.brand-product {
  margin-top: -100px;
}
.brand-product-item {
  padding: 74px 0 88px;
  border-bottom: 1px solid #eeeeee;
}
.brand-product-title {
  float: left;
  width: 290px;
}
.brand-product-title strong {
  display: block;
  margin-bottom: 15px;
  line-height: 1.2;
  color: #333333;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.brand-product-title span {
  display: block;
  margin-bottom: 30px;
  color: #333333;
  font-size: 16px;
  line-height: 1.2;
}
.brand-product-title p {
  color: #999999;
  font-size: 14px;
  line-height: 1.8;
}
.brand-product-swiper {
  position: relative;
  margin-top: -45px;
  margin-left: 300px;
  padding-right: 80px;
}
.brand-product-slide {
  text-align: center;
}
.brand-product-slide figure {
  display: block;
  position: relative;
  height: 280px;
  margin: auto;
  max-width: 100%;
}
.brand-product-slide figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  transition: 0.58s;
}
.brand-product-slide p {
  margin-top: 16px;
  margin-bottom: 22px;
  color: #333333;
  font-size: 14px;
}
.brand-product-slide span {
  display: block;
  position: relative;
  z-index: 3;
  margin: auto;
  width: 174px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #dddddd;
  background: #fff;
  color: #333333;
  font-size: 14px;
  transition: 0.35s;
}
.brand-product-slide span:before {
  content: "";
  width: 0;
  height: 100%;
  background: #000000;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.brand-product-slide span:hover,
.brand-product-slide span.active {
  color: #fff;
}
.brand-product-slide span:hover:before,
.brand-product-slide span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.brand-product-slide:hover figure img {
  transform: scale(1.04);
}
.brand-product-slide:hover span {
  border-color: #000;
  color: #fff;
}
.brand-product-slide:hover span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.brand-product-btn {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -55px;
  z-index: 10;
}
.brand-product-btn span {
  display: block;
  margin-bottom: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid #cccccc;
  color: #cccccc;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
  transition: 0.4s;
}
.brand-product-btn span:last-child {
  margin-bottom: 0;
}
.brand-product-btn span:hover {
  border-color: #000;
  color: #000;
}
.brand-product-boxs {
  position: relative;
}
.brand-product-boxs .news-scolltop {
  position: absolute;
  left: auto;
  right: 4.583%;
  bottom: 186px;
}
.elegant-list li {
  float: left;
  position: relative;
  margin-right: 3.125%;
  margin-bottom: 48px;
  width: 31.25%;
}
.elegant-list li:nth-child(3n+3) {
  margin-right: 0;
}
.elegant-list li:hover figure img {
  transform: scale(1.05);
}
.elegant-list li figure {
  display: block;
  line-height: 1;
  overflow: hidden;
  border-radius: 5px;
}
.elegant-list li figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
  transition: 0.65s;
}
.elegant-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  padding-top: 122px;
  height: 38px;
  background: url(../png/elegant-bg-2.png) center bottom no-repeat;
  background-size: 100% auto;
  border-radius: 0 0 5px 5px;
}
.elegant-text strong {
  display: block;
  margin-left: 16px;
  float: left;
  line-height: 1;
  color: #fff;
  font-size: 18px;
}
.elegant-text i {
  display: block;
  float: right;
  margin-right: 18px;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
}
.banner-join {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 3;
}
.banner-join-wrap {
  float: right;
}
.banner-join-wrap strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  color: #000000;
  font-size: 48px;
  font-weight: normal;
}
.banner-join-wrap p {
  color: #000000;
  font-size: 24px;
  line-height: 1.8;
}
.banner-join-wrap b {
  display: inline-block;
  padding: 0 10px;
  margin-top: 55px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 24px;
  font-family: "微軟正黑體";
  background: #000;
  font-weight: normal;
  letter-spacing: 2px;
}
.banner-join-wrap b i {
  font-style: normal;
  font-family: "avian";
}
.invite {
  position: relative;
  padding-left: calc((100vw - 1440px)/2);
  z-index: 1;
  padding-bottom: 0;
  background: #fff;
}
.invite:before {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 134px;
  z-index: -1;
  content: "";
  width: 54.68%;
  background: #f5f5f5;
}
.invite figure {
  display: block;
  float: right;
  line-height: 1;
  overflow: hidden;
  width: 59.52%;
}
.invite figure img {
  display: block;
  width: 100%;
  height: auto;
}
.invite-content {
  float: left;
  width: 37.5%;
}
.invite-dit {
  position: relative;
  height: 310px;
}
.invite-dit:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 163px;
  height: 219px;
  background: url(../png/dit-2.png) center no-repeat;
}
.invite-dit small {
  display: block;
  position: absolute;
  left: 196px;
  top: 50px;
  z-index: 3;
  white-space: nowrap;
  line-height: 1;
  color: #f1f1f1;
  font-size: 72px;
  text-transform: uppercase;
  font-family: "Helvetica-Bold";
  opacity: 0.5;
}
.invite-item {
  position: relative;
  margin-bottom: 60px;
  padding-left: 60px;
}
.invite-item:last-child {
  margin-bottom: 0;
}
.invite-item i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #335d4f;
  font-size: 30px;
  font-style: normal;
}
.invite-item strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  color: #333333;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.invite-item p {
  color: #666666;
  font-size: 14px;
}
.train {
  z-index: 3;
  padding-top: 122px;
  background: url(../png/dit1-2.png) center no-repeat;
}
.train-imgs {
  float: right;
  line-height: 1;
  width: 65.7%;
  margin-bottom: -18px;
}
.train-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.train-text {
  float: left;
  padding-top: 96px;
}
.train-text strong {
  display: block;
  margin-bottom: 46px;
  line-height: 1.2;
  color: #000000;
  font-size: 36px;
  font-weight: normal;
  font-family: "微軟正黑體";
}
.train-text h4 {
  color: #000000;
  font-size: 18px;
  font-weight: normal;
}
.train-items {
  margin-bottom: 42px;
}
.train-items span {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  color: #000000;
  font-size: 18px;
}
.train-items p {
  color: #666666;
  font-size: 14px;
}
.open-shop {
  position: relative;
  z-index: 2;
  padding: 108px 0 85px;
  background-position: center;
  background-size: cover;
}
.open-shop-title {
  margin-bottom: 77px;
  text-align: center;
}
.open-shop-title strong {
  display: block;
  margin-bottom: 14px;
  line-height: 1.2;
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}
.open-shop-title p {
  color: #fff;
  font-size: 16px;
}
.open-shop-list li {
  float: left;
  margin-right: -0.902%;
  width: 17.36%;
}
.open-shop-list li:nth-child(2n+2) .open-shop-wr {
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.open-shop-wr {
  border: 2px dotted rgba(255, 255, 255, 0.3);
  text-align: center;
  border-radius: 50%;
  position: relative;
  padding-bottom: 100%;
}
.openwr {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 100%;
  text-align: center;
}
.openwr b {
  display: block;
  margin-bottom: 25px;
  line-height: 1;
  color: #fff;
  font-size: 34px;
  font-weight: normal;
}
.openwr span {
  display: block;
  letter-spacing: 2px;
  line-height: 1;
  color: #fff;
  font-size: 30px;
  font-family: "微軟正黑體";
}
.process-box {
  padding: 120px 0 84px;
  background-position: center;
  background-size: cover;
  text-align: center;
  z-index: 4;
}
.process-hide {
  margin-top: 92px;
  overflow: hidden;
}
.process-swiper {
  margin-right: -90px;
}
.process-swiper .swiper-scrollbar {
  margin: auto;
  position: relative !important;
  margin-top: 65px !important;
  width: 77px !important;
  height: 1px;
  background: #fff;
  opacity: 1 !important;
  transform: translateX(-90px);
}
.process-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  background: #000000;
  transition: 0.24s;
}
.process-wrap {
  position: relative;
  z-index: 3;
}
.screen {
  position: relative;
  background-color:#efefef;
  width: 100%;
  box-sizing: border-box;
}
.process-slide {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.process-slide i {
  display: inline-block;
  margin: 0 12.45%;
  color: #d3d4d4;
  font-style: normal;
  font-size: 30px;
}
.process-text {
  position: relative;
}
.process-text .process-circle {
  display: block;
  max-width: 100%;
  margin: auto;
}
.process-info {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -44px;
  width: 100%;
  text-align: center;
}
.process-info b {
  display: block;
  position: relative;
  width: 43px;
  height: 42px;
  margin: auto;
  text-align: center;
}
.process-info b img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
}
.process-info span {
  display: block;
  margin-top: 25px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-family: "微軟正黑體";
  font-weight: bold;
}
.contact-we {
  position: relative;
  z-index: 3;
  padding: 104px 0 40px;
  background: #fff;
}
.contact-we .contact-map {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 35.62%;
  height: auto;
}
.contact-padding {
  padding-left: 54px;
}
.contact-title {
  position: relative;
  padding-bottom: 30px;
}
.contact-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  content: "";
  width: 45px;
  height: 1px;
  background: #000;
}
.contact-title small {
  display: block;
  margin-bottom: 10px;
  line-height: 1;
  color: #000000;
  font-size: 14px;
  font-family: "avian";
  text-transform: uppercase;
}
.contact-title strong {
  display: block;
  line-height: 1;
  color: #000000;
  font-size: 22px;
  font-weight: normal;
  font-family: "微軟正黑體";
  letter-spacing: 4px;
}
.contact-line {
  position: absolute;
  left: -54px;
  top: 0;
  width: 1px;
  height: 17px;
  background: #000000;
}
.contact-line i {
  display: block;
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -1px;
  width: 32px;
  height: 1px;
  background: #dddddd;
  overflow: hidden;
}
.contact-line i:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 50%;
  height: 1px;
  background: #000;
  animation: p-ani-6 4s linear infinite;
}
.contact-text {
  margin-top: 26px;
  margin-bottom: 58px;
}
.contact-text p {
  color: #666666;
  font-size: 14px;
}
.contact-list {
  margin-bottom: 40px;
}
.contact-info {
  float: left;
  margin-right: 118px;
}
.contact-info:last-child {
  margin-right: 0;
}
.contact-info:hover b {
  transform: translateY(-5px);
}
.contact-info b {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  background: #1b1b1b;
  font-weight: normal;
  transition: 0.45s;
}
.contact-info small {
  display: block;
  margin-top: 20px;
  margin-bottom: 17px;
  line-height: 1.2;
  color: #333333;
  font-size: 14px;
  font-family: "avian";
}
.contact-info p {
  color: #666666;
  font-size: 14px;
  font-family: "avian";
}
.map {
  height: 300px;
  width: 940px;
  max-width: 100%;
}
.anchorBL {
  display: none !important;
}
.join-in {
  padding: 60px 0 140px;
  padding-left: calc((100vw - 1440px)/2);
}
.join-textarea {
  float: left;
}
.join-message {
  width: 500px;
  max-width: 100%;
}
.message-item {
  margin-bottom: 52px;
}
.message-item span {
  display: block;
  margin-bottom: 9px;
  line-height: 1;
  color: #000000;
  font-size: 14px;
  font-family: "avian";
}
.message-item .text {
  padding: 11px 0;
  margin: 0;
  border: none;
  border-bottom: 1px solid #eeeeee;
  line-height: 1;
  color: #cccccc;
  font-size: 14px;
  min-height: 14px;
  outline: none;
  width: 100%;
  box-sizing: content-box;
}
.message-item .text::-webkit-input-placeholder {
  color: #cccccc;
}
.message-item .text:focus::-webkit-input-placeholder {
  opacity: 0;
  visibility: hidden;
}
.message-item textarea.text {
  min-height: 86px;
  font-family: "微软雅黑";
  resize: none;
}
.message-sub {
  padding-top: 16px;
}
.message-sub input {
  width: 220px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  background: #000000;
  transition: 0.48s;
  cursor: pointer;
}
.message-sub input:hover {
  background: #ec6d50;
}
.join-imgs {
  float: right;
  width: 42.5%;
}
.join-imgs img {
  display: block;
  width: 100%;
  height: auto;
}
.header-cooperate {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
}
.cooperate-logo {
  display: block;
  float: left;
  position: relative;
  margin-top: 11px;
  width: 170px;
}
.cooperate-logo img {
  display: block;
  width: 100%;
  height: auto;
}
.cooperate-logo img.hide {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}
.cooperate-navs {
  float: left;
  margin-left: 88px;
}
.cooperate-navs li {
  float: left;
  position: relative;
  z-index: 3;
  margin-right: 20px;
}
.cooperate-navs li:before {
  content: "";
  width: 100%;
  height: 0;
  background: #355f51;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.45s;
  z-index: -1;
}
.cooperate-navs li:hover,
.cooperate-navs li.active {
  color: #355f51;
}
.cooperate-navs li:hover:before,
.cooperate-navs li.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.cooperate-navs li:last-child {
  margin-right: 0;
}
.cooperate-navs li a {
  display: block;
  position: relative;
  z-index: 3;
  width: 109px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.cooperate-right {
  float: right;
  margin-top: 20px;
}
.cooperate-right p {
  float: left;
  margin-right: 32px;
  line-height: 40px;
  color: #fff;
  font-size: 20px;
  font-family: "Helvetica-Bold";
}
.cooperate-right p b {
  display: inline-block;
  position: relative;
  top: -3px;
  margin-right: 15px;
  width: 27px;
  height: 27px;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
  background: #fff;
  color: #4b4b4b;
  font-size: 16px;
}
.cooperate-right .cooperate-btn {
  display: block;
  float: left;
  width: 132px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}
.cooperate-right .cooperate-btn:hover {
  background: #ec6d50;
  border-color: #ec6d50;
}
.cooperate-banner-box {
  position: relative;
}
.cooperate-banner {
  height: 100vh;
}
.cooperates-slide {
  overflow: hidden;
}
.cooperates-slide figure {
  overflow: hidden;
  position: relative;
}
.cooperates-slide figure:before {
  position: absolute;
  left: 0;
  top: 80px;
  bottom: 0;
  z-index: 3;
  content: "";
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.cooperates-slide figure img {
  display: block;
  position: relative;
}
.ctext {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 10;
  text-align: center;
  letter-spacing: 10px;
}
.ctext strong {
  display: block;
  line-height: 1;
  color: #ffffff;
  font-size: 60px;
  white-space: nowrap;
}
.ctext i {
  display: block;
  margin: 34px 0 42px;
  margin-right: 10px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.ctext p {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  font-family: "微軟正黑體";
  letter-spacing: 20px;
}
.cooperate-btns {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 50%;
  margin-top: -30px;
  width: 1440px;
}
.cooperate-btns span {
  display: block;
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 20;
  cursor: pointer;
  transition: 0.4s;
}
.cooperate-btns span:hover {
  color: #000000;
}
.cooperate-btns span.prev {
  left: 0;
}
.cooperate-btns span.next {
  right: 0;
}
.advantage {
  padding: 100px 0;
  background: url(../jpg/cooperatebg-2.jpg) center repeat;
}
.advantage-tt {
  text-align: center;
}
.advantage-tt strong {
  font-weight: normal;
}
.advantage-content {
  margin-top: 72px;
}
.advantage-imgs {
  width: 46.87%;
  float: right;
  line-height: 1;
}
.advantage-imgs img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.advantage-fix {
  float: left;
  margin-top: -15px;
  width: 50%;
}
.advantage-item {
  padding: 36px 0;
  border-bottom: 1px solid #dddddd;
}
.advantage-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.advantage-ti {
  float: left;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #355f51;
}
.advantage-ti strong {
  display: block;
  padding-top: 8px;
  line-height: 1.4;
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "微軟正黑體";
  font-weight: bold;
}
.advantage-texts {
  margin-left: 98px;
  padding-top: 13px;
}
.advantage-texts span {
  display: block;
  margin-bottom: 8px;
  line-height: 1.1;
  color: #000000;
  font-size: 18px;
  font-family: "微軟正黑體";
  font-weight: bold;
}
.advantage-texts p {
  color: #666666;
  font-size: 14px;
}
.product-advantage {
  padding: 54px 0 98px;
}
.advantage-btn {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 38px;
  font-size: 0;
}
.advantage-btn span {
  display: inline-block;
  padding: 0 20px;
  margin-right: 36px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  font-size: 16px;
  transition: 0.4s;
  cursor: pointer;
}
.advantage-btn span:hover,
.advantage-btn span.active {
  background: #000000;
  color: #fff;
}
.advantage-btn span:last-child {
  margin-right: 0;
}
.advantage-tab {
  position: relative;
}
.advantage-swiper {
  position: relative;
}
.advantage-items {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.advantage-items.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}
.advantage-info {
  display: inline-block;
  position: relative;
  width: 20%;
}
.advantage-info figure {
  position: relative;
  display: block;
  padding-bottom: 173.6%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.advantage-info figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.advantage-info:hover figure img {
  transform: scale(1.05);
}
.advantage-in {
  position: absolute;
  left: 20px;
  right: 20px;
  top: 72px;
  text-align: center;
}
.advantage-in strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1;
  color: #355f51;
  font-size: 24px;
  letter-spacing: 5px;
  font-weight: normal;
}
.advantage-in p {
  color: #333333;
  font-size: 16px;
}
.advantage-prev {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 38px;
  height: 38px;
  border: 1px solid #fff;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 18px;
  opacity: 1;
  transition: 0.45s;
  z-index: 10;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
}
.advantage-prev.swiper-button-disabled {
  opacity: 0;
}
.advantage-prev:hover {
  border-color: #ec6d50;
  color: #ec6d50;
}
.advantage-prev.prev {
  left: 43px;
}
.advantage-prev.next {
  right: 43px;
}
.goodness-text {
  margin-top: 20px;
  margin-bottom: 36px;
  text-align: center;
}
.goodness-text p {
  margin: auto;
  width: 810px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 2.2;
}
.goodness-list li {
  float: left;
  position: relative;
  width: 33.3333%;
}
.goodness-list li figure {
  position: relative;
  display: block;
  padding-bottom: 71.87%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.goodness-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.goodness-list li figure:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../png/goodness-bg-2.png) center no-repeat;
  background-size: cover;
}
.goodness-list li:hover figure img {
  transform: scale(1.08);
}
.goodness-info {
  position: absolute;
  left: 9.21%;
  right: 5%;
  bottom: 25px;
  z-index: 3;
}
.goodness-info strong {
  display: block;
  margin-bottom: 22px;
  letter-spacing: 5px;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.goodness-info p {
  width: 296px;
  max-width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 2;
}
.train-boxs {
  padding-top: 98px;
}
.mission {
  padding-bottom: 130px;
}
.train-titles {
  position: relative;
}
.train-titles:before {
  position: absolute;
  left: 220px;
  right: 0;
  top: 50%;
  content: "";
  height: 1px;
  background: #eeeeee;
}
.train-small {
  position: relative;
}
.train-small .contact-line {
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.train-small small {
  display: block;
  color: #355f51;
  opacity: 0.1;
  line-height: 1;
  text-transform: uppercase;
  font-family: "avian";
  font-size: 72px;
}
.train-small strong {
  display: block;
  position: absolute;
  left: 46px;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
  letter-spacing: 4px;
  color: #355f51;
  font-size: 20px;
  font-family: "微軟正黑體";
}
.mission-list {
  margin-top: 38px;
}
.mission-list li {
  float: left;
  padding: 38px 0;
  background: #f5f5f5;
  border-radius: 8px;
  text-align: center;
  font-size: 0;
  width: 21.87%;
  margin-right: 4.1733%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  transition: 0.38s;
}
.mission-list li:hover {
  transform: translateY(-6px);
}
.mission-list li:last-child {
  margin-right: 0;
}
.mission-list li b {
  display: block;
  position: relative;
  width: 48px;
  height: 40px;
  text-align: center;
}
.mission-list li b img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.mission-in {
  margin-left: 16px;
}
.mission-in p {
  color: #333333;
  font-size: 14px;
}
.pattern-title .train-titles {
  margin-right: 51.73%;
}
.pattern-content {
  position: relative;
  padding-left: calc((100vw - 1440px) / 2);
  background: #f5f5f5;
  padding-top: 60px;
  padding-bottom: 54px;
}
.pattertt {
  position: relative;
  padding-left: 48px;
}
.pattertt b {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
  color: #355f51;
  font-size: 24px;
  font-family: "avian";
  font-weight: normal;
}
.pattertt strong {
  display: block;
  line-height: 24px;
  color: #333333;
  font-size: 16px;
  font-family: "微軟正黑體";
}
.pattertt p {
  margin-top: 6px;
  color: #333333;
  font-size: 16px;
  font-family: "微軟正黑體";
  letter-spacing: 2px;
}
.pattern-list {
  margin-top: 20px;
  width: 36%;
  padding-bottom: 44px;
}
.pattern-list li {
  margin-bottom: 36px;
  background: #fff;
  padding: 18px 24px;
  display: flex;
  display: -webkit-flex;
  transition: 0.45s;
}
.pattern-list li:hover {
  background: #ebebeb;
}
.pattern-list li:hover strong {
  color: #355f51;
}
.pattern-list li:hover small {
  color: #355f51;
}
.pattern-list li strong {
  display: block;
  letter-spacing: 3px;
  color: #666666;
  font-size: 16px;
  transition: 0.36s;
}
.pattern-list li small {
  display: block;
  margin-left: 18px;
  color: #666666;
  font-size: 16px;
  font-family: "avian";
  transition: 0.36s;
  opacity: 0.2;
}
.base {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 960px;
}
.base-items {
  float: left;
  margin-top: -68px;
  width: 50%;
  position: relative;
}
.base-items:last-child {
  float: right;
  margin-top: 0;
  width: 47.9%;
}
.base-items:last-child span {
  bottom: auto;
  top: 22px;
}
.base-items figure {
  position: relative;
  display: block;
  padding-bottom: 120%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.base-items figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.base-items span {
  display: block;
  position: absolute;
  left: 50px;
  bottom: 30px;
  padding-top: 23px;
  width: 24px;
  line-height: 1.1;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "微軟正黑體";
}
.base-items span:before {
  position: absolute;
  left: 50%;
  margin-left: -5px;
  top: 0;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
}
.teams {
  position: relative;
}
.teams figure {
  display: block;
}
.teams figure img {
  display: block;
  width: 100%;
  height: auto;
}
.teams .pattertt {
  position: absolute;
  left: 50%;
  margin-left: -720px;
  top: 90px;
}
.help {
  padding: 124px 0 0;
}
.help-item {
  padding: 96px 0 86px;
  border-top: 1px solid #eeeeee;
}
.help-title strong {
  display: block;
  float: left;
  line-height: 1;
  color: #355f51;
  letter-spacing: 3px;
  font-size: 20px;
  font-weight: bold;
  font-family: "微軟正黑體";
}
.help-title strong b {
  display: inline-block;
  margin-right: 22px;
  color: #ec6d50;
  font-size: 20px;
  font-weight: normal;
}
.help-title-text {
  float: right;
  width: 66.6666%;
  margin-top: -5px;
}
.help-title-text p {
  color: #666666;
  font-size: 14px;
}
.help-list {
  margin-top: 110px;
  margin-left: 53px;
  background: url(../png/line1-2.png) 54px top no-repeat;
}
.heil-fix {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.heil-fix li:nth-child(2n+2) b:before {
  background: url(../circle5-2.html) center top no-repeat;
  bottom: auto;
  top: -5px;
}
.heil-fix li b {
  display: block;
  position: relative;
  width: 98px;
  height: 98px;
  border-radius: 50%;
  border: 2px solid #eeeeee;
  line-height: 99px;
  color: #ec6d50;
  font-size: 48px;
  font-family: "BodoniBT-Bold";
  text-align: center;
}
.heil-fix li b:before {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../circle4-2.html) center bottom no-repeat;
  background-size: 100% auto;
}
.heil-fix li b i {
  display: inline-block;
  position: absolute;
  left: 3px;
  top: 3px;
  width: 100%;
  text-align: center;
  color: #ebebeb;
  font-size: 48px;
  font-family: "BodoniBT-Bold";
  font-style: normal;
  z-index: -1;
}
.heil-fix li span {
  display: block;
  margin-top: 24px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  font-family: "微軟正黑體";
  letter-spacing: 3px;
}
.heil-last {
  margin-top: 53px;
  flex-direction: row-reverse;
}
.heil-last li {
  margin-top: 4px;
}
.heil-last li b:before {
  bottom: auto;
  top: -4px;
  background: url(../circle5-2.html) center top no-repeat;
  background-size: 100% auto;
}
.heil-last li:nth-child(2+2) {
  margin-top: 0;
}
.heil-last li:nth-child(2+2) b:before {
  top: auto;
  bottom: -4px;
  background: url(../circle5-2.html) center bottom no-repeat;
  background-size: 100% auto;
}
.opening li {
  float: left;
  position: relative;
  margin-right: 6.5%;
  margin-top: 80px;
  width: 29%;
}
.opening li:nth-child(3n+3) {
  margin-right: 0;
}
.opening li figure {
  border-radius: 10px;
  position: relative;
  display: block;
  padding-bottom: 55.84%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.opening li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.opening li figure img {
  border-radius: 10px;
}
.opening li:hover figure img {
  transform: scale(1.08);
}
.opening-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  border-radius: 10px;
}
.opening-text span {
  position: absolute;
  left: 0;
  bottom: 16px;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "微軟正黑體";
  letter-spacing: 5px;
}
.profit {
  margin-top: 68px;
}
.profit li {
  float: left;
  position: relative;
  margin-right: 2.24%;
  width: 14.8%;
}
.profit li:last-child {
  margin-right: 0;
}
.profit li figure {
  border-radius: 10px;
  position: relative;
  display: block;
  padding-bottom: 140.8%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.profit li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.profit li figure img {
  border-radius: 10px;
}
.profit li:hover figure img {
  transform: scale(1.08);
}
.profit-text {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.69) 100%);
  border-radius: 10px;
}
.profit-text span {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 25px;
  display: block;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  font-family: "微軟正黑體";
  letter-spacing: 5px;
}
.manage {
  margin-top: 66px;
}
.manage-item {
  float: left;
  width: 48.6%;
}
.manage-item:nth-child(2n+2) {
  float: right;
}
.manage-item figure {
  position: relative;
  display: block;
  padding-bottom: 42.67%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.manage-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.manage-item:hover figure img {
  transform: scale(1.06);
}
.spread {
  padding: 98px 0 80px;
  background: #f4f5f5 url(../97-2.html) center bottom no-repeat;
  background-size: 100% auto;
}
.advantage-tt p {
  margin-top: 16px;
  color: #333333;
  font-size: 14px;
  letter-spacing: 3px;
}
.spread-img {
  margin-top: -72px;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
}
.spread-img img {
  max-width: 100%;
  width: auto;
  margin: auto;
}
.media {
  position: relative;
  margin-top: -136px;
}
.media-title {
  display: block;
  letter-spacing: 6px;
  margin-bottom: 60px;
  line-height: 1;
  color: #333333;
  font-size: 30px;
  font-family: "微軟正黑體";
  text-align: center;
}
.help-wraps {
  margin-top: 38px;
}
.media-list {
  margin-top: 60px;
}
.media-list li {
  float: left;
  margin-bottom: 30px;
  margin-right: 2.5%;
  width: 18%;
}
.media-list li:nth-child(5n+5) {
  margin-right: 0;
}
.media-list li:hover figure {
  transform: translateY(-4px);
}
.media-list li figure {
  position: relative;
  display: block;
  padding-bottom: 42.3%;
  height: 0;
  overflow: hidden;
  line-height: 1;
  transition: 0.45s;
}
.media-list li figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.media-list li figure img {
  display: block;
  border-radius: 4px;
}
.support {
  padding: 116px 0 130px;
}
.support-tt {
  margin-bottom: 94px;
  color: #333333;
  font-size: 36px;
  font-family: "微軟正黑體";
  letter-spacing: 2px;
}
.support-item {
  float: left;
  margin-right: 3.125%;
  width: 31.25%;
}
.support-item:last-child {
  margin-right: 0;
}
.support-item b {
  display: block;
  margin-bottom: 24px;
  letter-spacing: 1px;
  line-height: 1;
  color: #333333;
  font-size: 24px;
  font-family: "微軟正黑體";
}
.support-item p {
  color: #355f51;
  font-size: 30px;
  font-family: "avian";
  line-height: 1;
}
.support-item p i {
  display: inline-block;
  margin-right: 13px;
  font-size: 48px;
  font-style: normal;
}
.support-item p sup {
  font-size: 10px;
}
.support-item:hover figure img {
  transform: scale(1.04);
}
.support-item figure {
  margin-top: 34px;
  border-radius: 45px 0 45px 0;
  position: relative;
  display: block;
  padding-bottom: 51.11%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.support-item figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.join-ins {
  position: relative;
}
.join-in-left {
  float: left;
  position: relative;
  width: 50%;
}
.join-in-left figure {
  position: relative;
  display: block;
  padding-bottom: 80.2%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.join-in-left figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.join-texts {
  position: absolute;
  right: 98px;
  top: 122px;
  z-index: 4;
}
.join-texts small {
  display: block;
  position: absolute;
  right: 100%;
  top: 100%;
  margin-top: 45px;
  margin-right: 15px;
  white-space: nowrap;
  line-height: 1;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  transform-origin: right top;
  font-family: "avian";
  transform: rotate(90deg);
}
.join-texts strong {
  display: block;
  width: 36px;
  font-size: 36px;
  line-height: 1.2;
  font-family: "微軟正黑體";
  color: #fff;
}
.join-madel {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
.join-medel-item {
  position: relative;
  z-index: 3;
  height: 50%;
  transition: 0.65s;
}
.join-medel-item:before {
  content: "";
  width: 100%;
  height: 0;
  background: #6e7275;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.65s;
  z-index: -1;
}
.join-medel-item:hover,
.join-medel-item.active {
  color: #6e7275;
}
.join-medel-item:hover:before,
.join-medel-item.active:before {
  height: 100%;
  bottom: auto;
  top: 0;
}
.join-medel-item:hover .join-medal-item strong,
.join-medel-item:hover .join-medal-item p {
  color: #fff;
}
.join-medal-item {
  position: absolute;
  left: 7.29%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 650px;
  max-width: 88%;
}
.join-medal-item strong {
  display: block;
  margin-bottom: 26px;
  color: #333333;
  font-size: 24px;
  font-weight: normal;
  font-family: "微軟正黑體";
  letter-spacing: 2px;
  line-height: 1;
  transition: 0.36s;
}
.join-medal-item p {
  color: #333333;
  font-size: 14px;
  line-height: 2;
  transition: 0.36s;
}
.need-join {
  padding: 85px 0 80px;
  background-size: cover;
}
.need-wrap {
  margin: auto;
  width: 968px;
  max-width: 90%;
}
.need-title {
  margin-bottom: 35px;
  text-align: center;
}
.need-title strong {
  display: block;
  margin-bottom: 16px;
  line-height: 1.2;
  color: #fff;
  font-size: 36px;
  font-family: "微軟正黑體";
}
.need-title p {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
.need-textarea {
  padding: 20px 38px 32px;
  background: rgba(255, 255, 255, 0.1);
}
.need-row {
  margin-bottom: 20px;
}
.need-row span {
  display: block;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}
.row-radio {
  margin-left: 94px;
  padding-top: 9px;
}
.radio-item {
  float: left;
  margin-right: 100px;
}
.radio-item:last-child {
  margin-right: 0;
}
.radio-item.active label span:before {
  opacity: 1;
  visibility: visible;
}
.radio-item label {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
}
.radio-item label input {
  display: inline;
  position: relative;
  z-index: 3;
  margin-left: 0;
  top: -2px;
  vertical-align: middle;
  margin-right: 10px;
  width: 10px;
  height: 10px;
  color: #fff;
  border: none;
  opacity: 0;
}
.radio-item label span {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.radio-item label span:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.36s;
}
.need-text {
  margin-left: 94px;
}
.need-text .text {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  padding-left: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  border: none;
  outline: none;
}
.need-text .text.textarea {
  line-height: 1.6;
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 116px;
  resize: none;
  font-family: "微软雅黑";
}
.need-sub .sub {
  border: none;
  float: right;
  padding: 0;
  outline: none;
  margin: 0;
  width: 149px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
  transition: 0.4s;
  cursor: pointer;
}
.need-sub .sub:last-child {
  margin-right: 16px;
  color: #ec6d50;
  background: #fff;
}
.need-sub .sub:hover {
  color: #ec6d50;
  background: #fff;
}
.coopecate-hide {
  display: none;
}
.case-boxsx {
  padding: 122px 0 104px;
}
.case-btns {
  float: none;
  margin-top: 0;
  margin-bottom: 48px;
}
.casein li {
  float: left;
  margin-bottom: 135px;
  width: 45.13%;
  cursor: pointer;
}
.casein li:nth-child(2n+2) {
  float: right;
}
.casein li:hover figure img {
  transform: scale(1.05);
}
.casein li:hover .case-fixs strong {
  color: #ec6d50;
}
.casein li:hover .case-fixs span {
  color: #ec6d50;
}
.casein li:hover .case-fixs span:before {
  width: 100%;
  right: auto;
  left: 0;
}
.case-imgs {
  float: left;
  width: 28.615%;
}
.case-imgs figure {
  position: relative;
  display: block;
  padding-bottom: 123.65%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case-imgs figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.case-fixs {
  float: right;
  padding-top: 26px;
  width: 65%;
}
.case-fixs strong {
  display: block;
  margin-bottom: 24px;
  line-height: 1.1;
  color: #333333;
  font-size: 20px;
  font-family: "微軟正黑體";
}
.case-fixs p {
  height: 56px;
  color: #666666;
  font-size: 14px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.case-fixs span {
  display: inline-block;
  position: relative;
  z-index: 3;
  margin-top: 44px;
  color: #999999;
  font-size: 14px;
}
.case-fixs span:before {
  content: "";
  width: 0;
  height: 1px;
  background: #ec6d50;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: 0.4s;
  z-index: -1;
}
.case-fixs span:hover,
.case-fixs span.active {
  color: #fff;
}
.case-fixs span:hover:before,
.case-fixs span.active:before {
  width: 100%;
  right: auto;
  left: 0;
}
.pop-case {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 199;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.78s;
  pointer-events: none;
}
.pop-case.show {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
.pop-case.show .case-contents {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.case-contents {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -720px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin-top: 160px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: 0.56s;
}
.case-wr {
  padding: 90px 6.6666% 68px;
}
.case-close {
  position: absolute;
  right: 14px;
  top: 15px;
  width: 38px;
  height: 38px;
  border: 1px solid #000;
  color: #000;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
  transition: 0.4s;
}
.case-close:hover {
  transform: rotate(180deg);
}
.case-swiper {
  float: right;
  width: 272px;
}
.case-swiper .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 17px;
}
.case-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  border: 1px solid #000;
  margin: 0 7px;
  background: none;
  opacity: 1;
}
.case-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}
.case-slide figure {
  position: relative;
  display: block;
  padding-bottom: 123.61%;
  height: 0;
  overflow: hidden;
  line-height: 1;
}
.case-slide figure img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transition: 0.58s;
}
.case-texts {
  float: left;
  width: 68.81%;
}
.case-titles {
  margin-bottom: 60px;
}
.case-titles strong {
  display: block;
  margin-bottom: 13px;
  line-height: 1.1;
  color: #000000;
  font-size: 30px;
  font-family: "微軟正黑體";
  font-weight: normal;
}
.case-titles p {
  color: #333333;
  font-size: 16px;
}
.cases-in {
  padding-right: 70px;
  height: 190px;
  overflow-y: auto;
}
.cases-in::-webkit-scrollbar {
  width: 1px;
  border-radius: 0;
  background-color: #eeeeee;
}
.cases-in::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #eeeeee;
}
.cases-in::-webkit-scrollbar-thumb {
  background-color: #000000;
}
.cases-in p {
  color: #666666;
  font-size: 14px;
  line-height: 2;
}
.dynamics {
  padding: 160px 0 68px;
}
.dynamic-view {
  padding-top: 224px;
}
.dynamic-back {
  padding-top: 40px;
}
.line{width: 100%;height: 1px;background: #fbfbfb;}




.ptext {
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%,50%);
    -webkit-transform: translate(-50%,50%);
    transition: 0.5s;
}
.home-slide.swiper-slide-active .ptext {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transition: 0.9s;
}

.index_about-wrap,.index_news-wrap,.index_contact-wrap,.index_join-wrap {
    opacity: 0;
    visibility: hidden;
    transform: translateY(50%);
    -webkit-transform:translateY(50%);
    transition: 0.5s;
}
.home-slide.swiper-slide-active .index_about-wrap,.home-slide.swiper-slide-active .index_news-wrap,.home-slide.swiper-slide-active .index_contact-wrap,.home-slide.swiper-slide-active .index_join-wrap{opacity: 1;
    visibility: visible;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: 0.9s;}


/*首页*/
.aboutkj{float: left;width: 55%;}
	.about1{float: left;position: relative;height: 100%;margin-top: calc(40vh - 90px);}
	.about1 h1{font-size: 32px;color: #221815;font-weight: normal;line-height: 1;}
	.about1 p{font-size: 32px;color: #ec6d50;font-weight: lighter;line-height: 1;margin-top: 15px;}
	.about1 a{display: block;margin-top: 50px;}
	.about1 a b{font-size: 24px;color: #929293;font-weight: lighter;line-height: 58px;display:inline-block;float: left;}
	.about1 a span{display: inline-block; width: 58px;height: 58px;border: solid 2px #ec6d50;margin-right: 20px;border-radius: 50%;float: left;}	
	.about1 a span img{display: block;margin: 21px auto;}
	
	
	.about2{float: right;margin-top: calc(35vh - 200px);}
	.about2 ul li{margin-bottom: 5vh;}
	.about2 ul li h1{font-size: 30px;color: #231815;font-weight: lighter;text-align: right;}
	.about2 ul li p{font-size: 18px;color: #abaaaa;font-weight: lighter;text-align: right;}
	.about2 ul li span{font-size: 24px;color: #ec6d50;font-weight: lighter;text-align: right;display: block;margin-top: 10px;}
	
	
	.about3{float: right;position: relative;margin-right: 0;width: 45%;}
	.about3 img{display: block;max-height: 90vh;float: right;max-width: 95%;}
	.about3 .about_more{position: absolute;left: 73%;top: 80%;}


.contact1{float: left;position: relative;width: 290px;margin-top: calc(45vh - 150px);}
	.contact1 h1{font-size: 32px;color: #221815;font-weight: normal;line-height: 1;}
	.contact1 p{font-size: 32px;color: #ec6d50;font-weight: lighter;line-height: 1;margin-top: 15px;}

	.contact1 a{display: block;margin-top: 100px;}
	.contact1 a b{font-size: 24px;color: #929293;font-weight: lighter;line-height: 58px;display:inline-block;float: left;}
	.contact1 a span{display: inline-block; width: 58px;height: 58px;border: solid 2px #ec6d50;margin-right: 20px;border-radius: 50%;float: left;}	
	.contact1 a span img{display: block;margin: 21px auto;}
	
	.contact2{float: left;width:calc(100% - 290px);}
	.contact2 img{display: block;max-width: 100%;max-height: 90vh;margin: 0 auto;}
	.contact2 .contact_more{position: absolute;left: 67%;top:62%;width: 90px;height: 90px;background:#ec6d50;border-radius: 50%; }
	.contact2 .contact_more img{margin-top: 26px;margin-left: 26px; }

.joinkj{float: left;width: 55%;}
	.join1{float: left;position: relative;height: 100%;margin-top: calc(40vh - 90px);width: calc(100% - 390px);}
	.join1 h1{font-size: 32px;color: #221815;font-weight: normal;line-height: 1;}
	.join1 p{font-size: 32px;color: #ec6d50;font-weight: lighter;line-height: 1;margin-top: 15px;}
	.join1 a{display: block;margin-top: 50px;}
	.join1 a b{font-size: 24px;color: #929293;font-weight: lighter;line-height: 58px;display:inline-block;float: left;}
	.join1 a span{display: inline-block; width: 58px;height: 58px;border: solid 2px #ec6d50;margin-right: 20px;border-radius: 50%;float: left;}	
	.join1 a span img{display: block;margin: 21px auto;}
	
	
	.join2{float: right;margin-top: calc(35vh - 200px);width: 390px;}
	.join2 ul li{margin-bottom: 5vh;}
	.join2 ul li h1{font-size: 30px;color: #231815;font-weight: lighter;text-align: right;line-height: 1.4;}
	.join2 ul li p{font-size: 18px;color: #abaaaa;font-weight: lighter;text-align: right;}
	.join2 ul li .join2_1{margin-top: 10px;width: 100%;}
	.join2 ul li .join2_1 .join2_date{font-size: 18px;color: #abaaaa;font-weight: lighter;text-align: left;display: block;margin-top: 7px;float: left;}
	.join2 ul li .join2_1 .join2_more{font-size: 24px;color: #ec6d50;font-weight: lighter;text-align: right;display: block;float: right;}

	
	.join3{float: right;position: relative;width: 40%;max-width: 460px;}
	.join3 img{display: block;max-height: 90vh;max-width: 100%;}
	.join3 .join_more{position: absolute;left: 73%;top: 80%;}
	.join3 .join_more{position: absolute;left: -8%;top:62%;width: 90px;height: 90px;background:#ec6d50;border-radius: 50%; }
	.join3 .join_more img{margin-top: 26px;margin-left: 26px; }

.news1{float: left;position: relative;width: 20%;margin-top: 5vh;}
	.news1 h1{font-size: 32px;color: #221815;font-weight: normal;line-height: 1;}
	.news1 p{font-size: 32px;color: #929293;font-weight: lighter;line-height: 1;margin-top: 15px;}
	.news1 .news1_titkj .news1_tit{font-size: 32px;color: #929293;font-weight: lighter;line-height:1.8;margin-top: 10vh;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
	.news1 .news1_titkj .news1_dat{font-size: 18px;color: #929293;font-weight: lighter;margin-top: 10px;}
	
	.news1 a{display: block;margin-top: 50px;}
	.news1 a b{font-size: 24px;color: #929293;font-weight: lighter;line-height: 58px;display:inline-block;float: left;}
	.news1 a span{display: inline-block; width: 58px;height: 58px;border: solid 2px #ec6d50;margin-right: 20px;border-radius: 50%;float: left;}	
	.news1 a span img{display: block;margin: 21px auto;}
	
	.news2{float: left;width: 55%;margin-right: 5%;}
	.news2 img{display: block;max-width: 100%;max-height: 90vh;}
	.news2 .news_more{position: absolute;left: 60%;top:57%;width: 90px;height: 90px;background:#ec6d50;border-radius: 50%; }
	.news2 .news_more img{margin-top: 26px;margin-left: 26px; }
	
	.news3{float: left;width: 20%;margin-top: 5vh;}

	.news3 p{font-size: 18px;color: #929293;font-weight: lighter;line-height: 1.3; text-align: justify;}

/*关于*/
.honors-wrap{position: relative;height: 80vh;}
.about1_left{float: left;width: 100%;}
			.about1_left h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
			.about1_left h1 span{color: #ec6d50;}
			.about1_left p{font-size: 24px;color: #231815;line-height: 1.6;margin-top: 5%;width: 100%;max-width: 600px;}
			.about1_left p span{font-size: 36px;color: #ec6d50;font-weight: bold;}
			
			
			.about1_right{position: absolute;width: 60%;top: 10%;right: 0;}
			.about1_right img{max-width: 100%;float: right;}
.historys{overflow: hidden;}
			.historys_top{}
			.historys_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
			.historys_top h1 span{color: #ec6d50;}
			.historys_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 60px;width:100%;max-width:1280px;padding-left: 35px; }
		.history-list img {display: block;    width: 100%;}

/*业务范围*/
.yewu1{background: #fff;}
			.yewu1_pic{margin-left: 5%;}
			.yewu1_pic img{max-width: 1740px;width: 100%;float: right;display: block;}


		.partner{overflow: hidden;background: #fff;padding: 100px 0;}
			
			.partner_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
			.partner_top h1 span{color: #ec6d50;}
			.partner_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 60px;width:100%;max-width:1390px;padding-left: 35px; }
		.partner-list {width: 100%;max-width: 1188px;margin: 0 auto;margin-top: 60px;}
		.partner-list ul{width: 100%;}
		.partner-list ul li{width: 16.66%;padding-top:5.5%;float:left;margin-bottom:2.5%;}
.yewu3{background: #fff;}
			
			.yewu3_pic img{max-width: 1740px;width: 100%;float: left;display: block;}

.yewu4{background: #fff;}
			
			.yewu4_pic img{width: 100%;display: block;}

.yewu5{background: #fff;}
			
			.yewu5_pic img{max-width: 1740px;width: 100%;float: left;display: block;}
			.yewu6{background: #fff;}
			
			.yewu6_pic img{width: 100%;display: block;}

.yewu7{background: #fff;margin-top: 0.8%;}
		.yewu7_con {width: 100%;display: block;}
		.yewu7_con_biaoti{padding-top: 70px;padding-bottom: 50px;}
		.yewu7_con_biaoti h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.yewu7_con_biaoti h1 span{color: #ec6d50;}
		.yewu7_con_biaoti p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 20px;width:100%;max-width:1390px;padding-left: 35px; font-weight: 500;}
		.yewu7_con2{padding: 00px 0 20px;}
		.yewu7_con2 h1{font-size: 32px;color: #ec6d50;margin-bottom: 20px;}
		.yewu7_con2 .yewu7_con2_nr{}
		.yewu7_con2 .yewu7_con2_nr p{float: left;font-size: 18px;color: #231815;margin-bottom: 40px;}
		.yewu7_con2 .yewu7_con2_nr p:first-child{margin-left:0;}
		.yewu7_con3 {width: 100%;}
		.yewu7_con3 img{width: 100%;display: block;}
	
/*新闻*/
.news{background: #fff;}
			.news_title{background: #f2f2f2;text-align: center;}
			.news_title p{display: inline-block;font-size: 55px;color: #231815;line-height: 2;position: relative;margin-bottom: 30px;font-weight: bold;}
			.news_title p:after{display: block;content: "";width: 90%;position: absolute;left: 5%;bottom: 0;height: 3px;background: #ed6d50;}
			.news_nav ul{text-align: center;margin: 40px 0;}
			.news_nav ul li{    padding: 0 20px;margin: 0 30px;background: #ed6d50;display: inline-block;border-radius: 6px;}
			.news_nav ul li a{text-align: center;line-height: 2;font-size: 24px;color: #fff;}
			.news1_left{width: 40%;float: left;}
			.news1_left .news1_left_pic{width:100%;height: 300px;}
			.news1_left .date{display: block;font-size: 18px;font-weight: bold;color: #666666;margin-top:20px;}
			.news1_left h1{display: block;font-size: 26px;font-weight: bold;color: #231815;margin-top: 10px;}
			.news1_left p{display: block;font-size: 18px;font-weight: bold;color: #666666;margin-top: 10px;}
			
			
			.news1_right{width: 55%;float: right;}
			.news1_right ul li{margin-bottom: 55px;width: 100%;float: left;}
			.news1_right .news1_xuhao{width: 130px;font-size: 93px;line-height: 1.3; color: #efeeed;float: left;border-right: solid 1px #efeeed; font-weight: bold;}
			.news1_right .news1_li {width: calc(100% - 160px);float: right;}
			.news1_right .news1_li h1{display: block;font-size: 26px;font-weight: bold;color: #231815;margin-top: 10px;position: relative;padding-right: 130px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;
}
			.news1_right .news1_li h1 span{display: block;font-size: 18px;font-weight: bold;color: #666666;position: absolute;right: 0;top:5px;;}
			.news1_right .news1_li p{display: block;font-size: 18px;font-weight: bold;color: #666666;margin-top: 5px;text-align: justify;    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}

.newsinfo-wrap{margin-bottom: 50px;}
			.newsinfo{background: #fff;}
			.newsinfo_title{background: #f2f2f2;text-align: center;}
			.newsinfo_title p{display: inline-block;font-size: 55px;color: #231815;line-height: 2;position: relative;margin-bottom: 30px;font-weight: bold;}
			.newsinfo_title p:after{display: block;content: "";width: 90%;position: absolute;left: 5%;bottom: 0;height: 3px;background: #ed6d50;}
			.newsinfo_nav ul{text-align: center;margin: 40px 0;}
			.newsinfo_nav ul li{width: 150px;margin: 0 30px;background: #ed6d50;display: inline-block;border-radius: 6px;}
			.newsinfo_nav ul li a{text-align: center;line-height: 2;font-size: 24px;color: #fff;}
			.newsinfo2_tit{border-bottom: solid 1px #e4e4e4;}
			.newsinfo2_tit h1{font-size: 28px;color: #231815;}
			.newsinfo2_tit p{font-size: 18px;color: #666666;font-weight: normal;margin-top: 10px;margin-bottom: 10px;}
			.newsinfo2_tit p span{margin-right: 5%;}
			.newsinfo2_con{padding: 20px 0;}
			.newsinfo2_con p{font-size: 18px;color:#231815;line-height: 2; }
			
			.newsinfo .fanhui{float: right;text-align: center;color:#fff;font-size: 18px;display: block;line-height: 2.2; background:#ed6d50;width: 150px; border-radius: 6px; }
/*战略方向*/
.zhanlue{overflow: hidden;}
		.zhanlue_top{margin-top: 100px;}
		.zhanlue_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.zhanlue_top h1 span{color: #ec6d50;}
		.zhanlue_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 15px;width:100%;max-width:1390px;padding-left: 35px; }
		.zhanlue_top p span{color: #ec6d50;}
		.zhanlue-list img {display: block;width: 100%;max-width: 1300px;margin: 0 auto;margin-top: -20px;margin-bottom: 80px;}


.zhanlue1{overflow: hidden;}
		.zhanlue1_top{margin-top: 100px;}
		.zhanlue1_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.zhanlue1_top h1 span{color: #ec6d50;}
		.zhanlue1_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 15px;width:100%;max-width:1390px;padding-left: 35px; }
		.zhanlue1_top p span{color: #ec6d50;}
		.zhanlue1-list img {display: block;width: 100%;margin: 20px auto 0px;}

.zhanlue2{overflow: hidden;}
		.zhanlue2_top{margin-top: 100px;}
		.zhanlue2_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.zhanlue2_top h1 span{color: #ec6d50;}
		.zhanlue2_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 15px;width:100%;max-width:1390px;padding-left: 35px; }
		.zhanlue2_top p span{color: #ec6d50;}
		.zhanlue2-list{margin-top: 80px;margin-bottom: 150px;padding-left: 35px;}
		.zhanlue2-list ul li{width: 23%;margin-right: 2.333%;float: left;padding-top: 21%;padding-bottom: 5%;}
		.zhanlue2-list ul li:last-child{margin-right: 0;}
		.zhanlue2-list ul li h1{font-size: 36px;color: #fff;text-align: center;}
		.zhanlue2-list ul li p{font-size: 18px;color: #fff;text-align: right;padding-right: 30px;}

.zhanlue3{overflow: hidden;}
		.zhanlue3_top{padding-top: 100px;padding-bottom: 150px;}
		.zhanlue3_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 1;}
		.zhanlue3_top h1 span{color: #ec6d50;}
		.zhanlue3_top p{font-size: 27px;color: #231815;line-height: 1.6;margin-top: 40px;width:100%;padding-left: 35px; }
		.zhanlue3_top p span{color: #ec6d50;}
		.zhanlue3-list{margin-top: 80px;margin-bottom: 150px;padding-left: 35px;}
		.zhanlue3-list ul li{width: 23%;margin-right: 2.333%;float: left;}
		.zhanlue3-list ul li:last-child{margin-right: 0;}
		.zhanlue3-list ul li h1{font-size: 24px;color: #ec6d50;text-align: center;margin-bottom: 5px;}
		.zhanlue3-list ul li p{font-size: 16px;color: #231815;text-align: center;font-weight: bold;}
		.zhanlue3-list ul li span{display: block;width: 100px;height: 100px;margin: 0 auto;margin-bottom: 20px;}

.zhanlue4{background: #fff;}
			.zhanlue4_pic{margin-left: 5%;}
			.zhanlue4_pic img{max-width: 1740px;width: 100%;float: right;display: block;}
.zhanlue5{background: #fff;}
			.zhanlue5_pic{margin-left: 5%;}
			.zhanlue5_pic img{max-width: 1740px;width: 100%;float: right;display: block;}
/*我们的追求*/

.zhuiqiu1{overflow: hidden;}
		.zhuiqiu1-wrap{width: 45%;float: right;max-width: 765px;}
		.zhuiqiu1_top{margin-top: 15%;margin-bottom:20%;width: 90%;}
		.zhuiqiu1_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.zhuiqiu1_top h1 span{color: #ec6d50;}
		.zhuiqiu1_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 15px;width:100%;max-width:1390px;padding-left: 35px; }
		.zhuiqiu1_top p span{color: #ec6d50;}
.zhuiqiu1_con{width: 90%;;margin-top: 10%;;}
.zhuiqiu1_con h1{font-size: 58px;color: #231815;padding-left: 35px;}
.zhuiqiu1_con span{width: 100px;height: 1px;background: #ec6d50;display: block;margin-left: 35px;}
.zhuiqiu1_con p{font-size: 20px;color: #231815;padding-left: 35px;}
		.zhuiqiu1-list {float: right;width: 50%;}
		.zhuiqiu1-list img {display: block;float: right;width: 100%;}
		.zhuiqiu2{overflow: hidden;}
		.zhuiqiu2_top{margin-top: 100px;}
		.zhuiqiu2_top h1{font-size: 38px;color: #231815;padding-left: 35px;background: url(../png/icon_about1-2.png) no-repeat left;line-height: 56px;}
		.zhuiqiu2_top h1 span{color: #ec6d50;}
		.zhuiqiu2_top p{font-size: 28px;color: #231815;line-height: 1.6;margin-top: 15px;width:100%;max-width:1390px;padding-left: 35px; }
		.zhuiqiu2_top p span{color: #ec6d50;}
		.zhuiqiu2-list img {display: block;width: 100%;max-width: 1215px;margin: 0 auto;margin-top: -20px;margin-bottom: 50px;}
		.zhuiqiu3{background: #fff;}
			.zhuiqiu3_pic img{width: 100%;display: block;}

/*联系我们*/

.contact{width: 100%; height: calc(100vh - 156px);overflow: hidden;}
			.contact_pic{width: 100%;height: 100%;}
			.contact_in #map {
    width: 30%;
    height: calc(100vh - 156px);
    float: right;
}
		.BMapLabel{display: none!important;}
		.contact_in .contact_co{float: left;}
		.contact_co {
    position: relative;
    width: 70%;
    background: url(../jpg/contact_bg-2.jpg) center no-repeat;
    background-size: cover;
    height:calc(100vh - 156px);   
}
	.contact_cos {
    width:65vw; max-width: 1149px;
		float: right;
    margin: auto;
	margin-top: 3%;
}
	.fnt_20 {
    font-size: 22px;
}
	.contact_cos h3 {
        margin-bottom: 20px;
    color: #231815;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
}	
		.contact_cos p {
        line-height: 1.5;
    padding-left: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #777;
    margin-bottom: 15px;
    font-size: 20px;
}

	.contact_cos p.p1 {
    background: url(../png/contact_icon1-2.png) left center no-repeat;background-size: 18px auto;
}
	.contact_cos p.p2 {
    background: url(../png/contact_icon2-2.png) left center no-repeat;background-size: 18px auto;
}
	.contact_cos p.p3 {
    background: url(../png/contact_icon3-2.png) left center no-repeat;background-size: auto 14px;;
}
.gongyinglian {width:65vw; max-width: 1149px;float: right;margin-top: 0;}	
.gongyinglian .contact_cos{width: 100%;float: left;padding: 0;}
.gongyinglian2 .contact_cos{margin-top: 2%;}
.contact_tit{
    font-size: 56px;
    color: #231815;
    padding-left: 35px;
    background: url(../png/icon_about1-2.png) no-repeat left;
    line-height: 1;
    font-weight: bold;
    margin-top: 10px;
}
.contact_cos_tit{margin-top: 15vh;}
.contact_cos1{margin-top: 10vh;}
.contact_titen{
	    font-size: 40px;
    color: #ec6d50;
    font-weight: normal;
    line-height: 1;
    margin-top: 15px;
    padding-left: 35px;
}

.contact_maoyi{float: left;
	width: 100%;
	font-size: 30px;
    color: #231815;
	font-weight: bold;margin-top: 5vh;
}
.contact_maoyi span{color: #ec6d50;}
.navsbox li.zhongwen{}
.navsbox li.yingwen{margin-left: 20px;}


.gongyinglian2 .contact_cos h3{font-size: 22px;}
.gongyinglian2 .contact_cos p{font-size: 14px;margin-bottom: 5px;}
.gongyinglian2 .contact_cos p.p1 {
    background: url(../png/contact_icon1-2.png) left center no-repeat;background-size: 15px auto;
}
	.gongyinglian2 .contact_cos p.p2 {
    background: url(../png/contact_icon2-2.png) left center no-repeat;background-size: 15px auto;
}
	.gongyinglian2 .contact_cos p.p3 {
    background: url(../png/contact_icon3-2.png) left center no-repeat;background-size: auto 11px;;
}

.contact_list {width: 50%;float: left;}



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

.zhanwei {
    height: 66px;
}

}

