.button {
  --duration: 0.5s;
  --move-hover: -4px;
  font-family: 'Roboto';
  line-height: var(--font-size);
  display: block;
  outline: none;
  border: none;
  cursor: pointer;
  text-decoration: none;
  font-size: var(--font-size);
  background: var(--background);
  color: var(--text);
  box-shadow: var(--shadow);
  -webkit-transform: translateY(var(--y));
  transform: translateY(var(--y));
  transition: box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease;
  transition: transform var(--duration) ease, box-shadow var(--duration) ease, -webkit-transform var(--duration) ease;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
}
.button span {
  text-align: center;
}
.button span i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.button span i:nth-child(1) {
  --d: 0.05s;
}
.button span i:nth-child(2) {
  --d: 0.1s;
}
.button span i:nth-child(3) {
  --d: 0.15s;
}
.button span i:nth-child(4) {
  --d: 0.2s;
}
.button span i:nth-child(5) {
  --d: 0.25s;
}
.button span i:nth-child(6) {
  --d: 0.3s;
}
.button span i:nth-child(7) {
  --d: 0.35s;
}
.button span i:nth-child(8) {
  --d: 0.4s;
}
.button span i:nth-child(9) {
  --d: 0.45s;
}
.button span i:nth-child(10) {
  --d: 0.5s;
}
.button span i:nth-child(11) {
  --d: 0.55s;
}
.button:hover {
  --y: var(--move-hover);
  --shadow: var(--shadow-hover);
  --move: -4px;
  --shadow-active: 0 3px 1px rgba(0, 0, 0, 0.2);
}
.button:hover i {
  -webkit-animation: move var(--duration) linear var(--d);
  animation: move var(--duration) linear var(--d);
}
@-webkit-keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
@keyframes move {
  40% {
    -webkit-transform: translateY(var(--move));
    transform: translateY(var(--move));
    text-shadow: var(--shadow-active);
  }
}
.jh {
  font-family: 'Microsoft JhengHei';
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .snow-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 100001;
}
.banner .swiper {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-banner .swiper-slide {
  width: 100%;
  overflow: hidden;
}
.banner .swiper-banner .swiper-slide img {
  width: 100%;
  display: block;
}
.banner .swiper-pagination {
  width: 500px !important;
  height: 70px;
  line-height: 70px;
  bottom: 0 !important;
  left: auto !important;
  right: 490px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.banner .swiper-pagination span {
  height: 70px;
  background: none;
  color: #fff;
  letter-spacing: 0.7px;
  font-family: Arial;
  font-size: 18px;
  opacity: 1;
  margin-left: 24px !important;
  display: inline-block;
}
.banner .swiper-pagination span:first-child{
	margin-left: 0;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  text-decoration: underline;
}
.banner .arrow {
  position: absolute;
  right: 310px;
  bottom: 0;
  width: 140px;
  height: 70px;
  background: url("../img/arrow1.png") no-repeat center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 9;
  cursor: pointer;
}
.banner .arrow div {
  width: 50%;
  height: 70px;
  transition: 0.5s;
}
.banner .arrow div:hover {
  box-shadow: 0 0 8px 1px rgba(255, 255, 255, 0.5);
}
.banner .banner_about {
  width: 692px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
  box-sizing: border-box;
  padding: 260px 0 0 310px;
}
.banner .banner_about .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(5, 97, 180, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
}
.banner .banner_about .text {
  width: 480px;
  position: relative;
  z-index: 9;
}
.banner .banner_about .text h3 {
  letter-spacing: 6px;
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
}
.banner .banner_about .text p {
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  width: 350px;
  margin: 20px 0 17px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.banner .banner_about .text span {
  display: block;
  width: 120px;
  height: 22px;
  transition: 0.5s;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  position: relative;
  padding: 10px 0;
}
.banner .banner_about .text span:hover {
  letter-spacing: 5px;
}
.banner .banner_about .text span:hover::after {
  right: 10px;
}
.banner .banner_about .text span:hover::before {
  width: 16px;
  right: 12px;
}
.banner .banner_about .text span::after {
  width: 20px;
  height: 20px;
  border: solid 1px #f3f2f2;
  content: "";
  position: absolute;
  top: 10px;
  right: 0px;
  transition: 0.5s;
}
.banner .banner_about .text span::before {
  width: 38px;
  height: 22px;
  background: url("../img/mo1.png") no-repeat right center;
  content: "";
  position: absolute;
  top: 10px;
  right: 6px;
  transition: 0.5s;
}
/* recommend */
.recommend {
  width: 100%;
  background: url("../img/bg1.jpg") no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 95px 0 140px;
  position: relative;
}
.recommend .bg {
  width: 692px;
  height: 360px;
  background-color: rgba(206, 178, 94, 0.5);
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
}
.recommend .title {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #151515;
  font-size: 22px;
  font-weight: bold;
  font-family: 'Microsoft JhengHei';
  z-index: 9;
}
.recommend ul {
  width: 100%;
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  z-index: 9;
  position: relative;
}
.recommend ul li {
  width: 350px;
  position: relative;
  margin-top: 90px;
  margin-left: 64px;
}
.recommend ul li:first-child{
	margin-left: 0;
}
.recommend ul li:hover .i {
  background-color: #ceb25e;
}
.recommend ul li:hover .img img {
  transform: scale(1.2);
}
.recommend ul li .i {
  display: block;
  width: 60px;
  height: 60px;
  background-color: #0561b4;
  text-align: center;
  line-height: 60px;
  font-family: Arial;
  font-size: 22px;
  color: #fff;
  transition: 0.5s;
  position: absolute;
  top: -10px;
  left: 0px;
  z-index: 9;
}
.recommend ul li .img {
  width: 100%;
  height: 310px;
  overflow: hidden;
}
.recommend ul li .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.recommend ul li .ti {
  max-width: 310px;
  color: #292929;
  font-family: 'Microsoft JhengHei';
  font-size: 30px;
  font-weight: bold;
  margin: 40px 0 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.recommend ul li .jie {
  max-width: 310px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 28px;
  letter-spacing: 0.3px;
  color: #3d3d3d;
  font-size: 14px;
}
.recommend ul li .mo {
  transition: 0.5s;
  width: 120px;
  height: 45px;
  border: solid 1px #616161;
  margin-top: 46px;
  text-align: center;
  line-height: 45px;
  color: #616161;
  font-size: 15px;
}
.recommend ul li .mo:hover {
  border: solid 1px #ceb25e;
  color: #ceb25e;
}
.recommend ul li:first-child {
  width: 450px;
  margin-top: 0;
}
.recommend ul li:first-child .img {
  height: 400px;
}
/* about */
.about {
  width: 100%;
  background: url("../img/bg2.jpg") no-repeat center top;
  height: 653px;
  overflow: hidden;
}
.about .text {
  position: absolute;
  top: 93px;
  left: 0px;
  width: 380px;
  z-index: 99;
}
.about .text span {
  display: block;
  letter-spacing: 0.6px;
  color: #ceb25e;
  font-family: Arial;
  font-size: 16px;
  line-height: 13px;
  font-weight: bold;
}
.about .text h3 {
  letter-spacing: 1.6px;
  color: #ffffff;
  font-size: 40px;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  margin: 20px 0 32px;
}
.about .text p {
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Microsoft JhengHei';
}
.about .slideTxtBox {
  width: 100%;
  position: relative;
  height: 653px;
  clear: both;
}
.about .slideTxtBox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.about .slideTxtBox .hd {
  float: left;
  position: absolute;
  bottom: 45px;
  left: 0px;
  width: 170px;
}
.about .slideTxtBox .hd li {
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 18px;
  cursor: pointer;
  font-family: 'Microsoft JhengHei';
  transition: 0.5s;
  position: relative;
}
.about .slideTxtBox .hd li a{
	color: #ffffff;
}
.about .slideTxtBox .hd li.on {
  color: #ceb25e;
}
.about .slideTxtBox .hd li.on::after {
  width: 100%;
}
.about .slideTxtBox .hd li::after {
  width: 0;
  height: 2px;
  background-color: #ceb25e;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: 0.5s;
}
.about .slideTxtBox .bd {
  float: right;
  margin-right: -148px;
  width: 977px !important;
}
.about .slideTxtBox .bd .tempWrap {
  width: 100% !important;
  position: relative;
}
.about .slideTxtBox .bd .tempWrap .box {
  position: relative;
}
.about .slideTxtBox .bd .tempWrap .img {
  height: 100%;
  width: 100%;
}
.about .slideTxtBox .bd .tempWrap .img img {
  display: block;
}
.about .slideTxtBox .bd .tempWrap .wenzi {
  width: 759px;
  height: 226px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(255, 255, 255, 0.89);
  box-sizing: border-box;
  padding: 38px 68px 0 58px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .slideTxtBox .bd .tempWrap .wenzi a{
	width: 759px;
	height: 226px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: rgba(255, 255, 255, 0.89);
	box-sizing: border-box;
	padding: 38px 68px 0 58px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.about .slideTxtBox .bd .tempWrap .wenzi:hover .ti {
  transform: translateX(10px);
}
.about .slideTxtBox .bd .tempWrap .wenzi:hover .jie {
  transform: translateX(-10px);
}
.about .slideTxtBox .bd .tempWrap .wenzi .ti {
  margin-top: 10px;
  font-size: 34px;
  color: #28313a;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  transition: 0.5s;
}
.about .slideTxtBox .bd .tempWrap .wenzi .ti span {
  color: #28313a;
  font-family: Arial;
  font-size: 14px;
  display: block;
  font-weight: bold;
  margin-top: 6px;
}
.about .slideTxtBox .bd .tempWrap .wenzi .jie {
  line-height: 36px;
  letter-spacing: 0px;
  color: #28313a;
  width: 410px;
  font-size: 15px;
  transition: 0.5s;
}
.about .slideTxtBox .bd .tempWrap .wenzi .jie p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.about .slideTxtBox .arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 140px;
  height: 70px;
  background: url("../img/arrow2.png") no-repeat center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  z-index: 9;
  cursor: pointer;
}
.about .slideTxtBox .arrow div {
  width: 50%;
  height: 70px;
  transition: 0.5s;
}
.about .slideTxtBox .arrow div:hover {
  box-shadow: 0 0 8px 1px #ceb25e;
}
/* product */
.product {
  width: 100%;
  margin-top: 80px;
  overflow: hidden;
}
.product .title {
  color: #292929;
  font-size: 36px;
  font-weight: bold;
  float: left;
}
.product ul {
  float: right;
  margin-top: 8px;
  line-height: 28px;
  max-width: 987px;
  height: 28px;
  overflow: hidden;
}
.product ul li {
  font-size: 22px;
  font-weight: bold;
  color: #151515;
  font-family: 'Microsoft JhengHei';
  float: left;
  margin-left: 41px;
}
.product ul li:first-child{
	margin-left: 0;
}
.product ul li a:hover {
  color: #ceb25e;
}
.product ul li a {
  color: #151515;
  transition: 0.5s;
}
.product .swiper-product {
  width: 100%;
  margin-top: 50px;
  z-index: 99;
}
.product .swiper-product .swiper-slide {
  width: 33.333%;
}
.product .swiper-product .swiper-slide:hover .img img {
  transform: scale(1.2);
}
.product .swiper-product .swiper-slide:hover .text .ti {
  border-bottom: 2px solid transparent;
}
.product .swiper-product .swiper-slide:hover .text .ti::after {
  width: 100%;
}
.product .swiper-product .swiper-slide .img {
  width: 100%;
  height: 380px;
  overflow: hidden;
}
.product .swiper-product .swiper-slide .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.product .swiper-product .swiper-slide .text {
  width: 100%;
  height: 233px;
  background-color: #f3f2f2;
  box-sizing: border-box;
  padding: 0 42px 0 35px;
  transition: 0.3s;
}
.product .swiper-product .swiper-slide .text .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 80px;
  line-height: 80px;
  border-bottom: 2px solid #e0dcdd;
  color: #292929;
  font-size: 18px;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  transition: 0.5s;
  box-sizing: border-box;
  padding: 0 10px;
  position: relative;
}
.product .swiper-product .swiper-slide .text .ti::after {
  width: 0;
  height: 2px;
  background: #ceb25e;
  content: "";
  transition: 0.5s;
  position: absolute;
  bottom: 0px;
  left: 0px;
}
.product .swiper-product .swiper-slide .text p,
.product .swiper-product .swiper-slide .text span {
  color: #292929;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 37px 0 22px;
  display: block;
}
.product .swiper-product .swiper-slide .text span {
  margin: 0;
}
.product .swiper-product .swiper-slide .more {
  display: block;
  width: 100%;
  height: 100px;
  background: rgba(206, 178, 94, 0.5) url(../img/mo2.png) no-repeat right 30px center;
  font-size: 20px;
  box-sizing: border-box;
  padding: 0 44px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  line-height: 100px;
  transition: 0.3s;
}
.product .swiper-product .swiper-slide .more:hover {
  letter-spacing: 5px;
}
.product .swiper-product .swiper-slide-next .text {
  background-color: #e3e3e3;
}
.product .swiper-product .swiper-slide-next .text .ti {
  border-bottom: 2px solid #c7c7c7;
}
.product .swiper-product .swiper-slide-next .more {
  background: #ceb25e url(../img/mo2.png) no-repeat right 30px center;
}
/* news */
.news {
  width: 100%;
  box-sizing: border-box;
  padding-bottom: 70px;
  overflow: hidden;
}
.news .new_left {
  width: 853px;
  float: left;
}
.news .new_left .new_top {
  width: 100%;
  height: 332px;
  box-sizing: border-box;
  padding: 54px 45px;
  position: relative;
}
.news .new_left .new_top .title {
  width: 188px;
  margin-top: 6px;
  float: left;
  font-size: 34px;
  color: #3d454d;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
}
.news .new_left .new_top .title a {
  display: inline-block;
  margin-top: 90px;
  line-height: 34px;
  font-family: 'Microsoft YaHeiUI';
  font-size: 15px;
  color: #3d454d;
  box-sizing: border-box;
  padding-right: 21px;
  background: url("../img/mo3.png") no-repeat right center;
  transition: 0.5s;
  font-weight: normal;
}
.news .new_left .new_top .title a:hover {
  transform: translateX(5px);
}
.news .new_left .new_top ul {
  width: 573px;
  float: right;
}
.news .new_left .new_top ul .first {
  width: 100%;
  margin-bottom: 43px;
}
.news .new_left .new_top ul .first:hover a {
  color: #ceb25e;
}
.news .new_left .new_top ul .first a {
  line-height: 32px;
  letter-spacing: 0px;
  color: #2e353d;
  font-size: 20px;
  font-family: 'Microsoft JhengHei';
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  transition: 0.5s;
  display: block;
}
.news .new_left .new_top ul .first p {
  color: #747575;
  margin-top: 12px;
  font-family: Arial;
  font-size: 15px;
}
.news .new_left .new_top ul li {
  width: 100%;
  line-height: 28px;
  letter-spacing: 0px;
  color: #2e353d;
  font-size: 16px;
  font-family: 'Microsoft JhengHei';
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s;
}
.news .new_left .new_top ul li:hover {
  transform: translateX(5px);
}
.news .new_left .new_top ul li:hover a {
  color: #ceb25e;
}
.news .new_left .new_top ul li a {
  color: #2e353d;
  transition: 0.5s;
}
.news .new_left .new_bottom {
  width: 100%;
  height: 332px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  padding: 45px;
}
.news .new_left .new_bottom > a {
  position: relative;
  z-index: 99;
}
.news .new_left .new_bottom:hover .ti {
  transform: translateY(-5px);
}
.news .new_left .new_bottom:hover .jie {
  transform: translateY(5px);
}
.news .new_left .new_bottom:hover img {
  transform: scale(1.2);
}
.news .new_left .new_bottom img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: 1s;
  z-index: -1;
}
.news .new_left .new_bottom .ti {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #ffffff;
  font-size: 34px;
  font-weight: bold;
  font-family: 'Microsoft JhengHei';
  transition: 0.5s;
}
.news .new_left .new_bottom .jie {
  transition: 0.5s;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'Microsoft JhengHei';
  margin: 20px 0 13px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .new_left .new_bottom .date {
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  line-height: 11px;
}
.news .new_right {
  width: 427px;
  position: relative;
  float: right;
}
.news .new_right img {
  width: 100%;
  height: 332px;
  display: block;
}
.news .new_right .text {
  width: 100%;
  height: 332px;
  box-sizing: border-box;
  padding: 52px 62px;
  position: relative;
}
.news .new_right .text h3 {
  color: #404d5b;
  font-size: 34px;
  font-family: 'Microsoft JhengHei';
  font-weight: bold;
  background: url(../img/mo4.png) no-repeat 160px center;
}
.news .new_right .text p {
  line-height: 36px;
  letter-spacing: 0px;
  color: #282828;
  font-size: 18px;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-family: 'Microsoft JhengHei';
}
.news .gotop {
  width: 85px;
  height: 85px;
  position: absolute;
  bottom: 0px;
  right: -85px;
  background: #ceb25e url(../img/top.png) no-repeat center;
  cursor: pointer;
  z-index: 99999;
}
@media screen and (max-width: 1440px) {
	.banner .banner_about{
		padding: 150px 0 0 210px;
	}
	.banner .banner_about .bg{
		width: 80%;
	}
}