.t2s {
  transition: all .2s;
}


/* 杩斿洖椤堕儴 */
.back2top{
  display: none;
  position: fixed;
  right: 50px; bottom: 50px;
  border-radius: 2px; 
  border: 1px solid #191919;
  width: 50px; height: 50px;
  text-align: center; color: #eee; line-height: 50px;
  background-color: #191919;
  opacity: .7;
  z-index: 50;
}
.back2top:hover{
  border: 1px solid #e1e1e1;
  color: #d63e2d;
  background-color: #f8f8f8;
}

@media screen and (max-width: 768px) {
  .back2top{
    right: 20px; bottom: 20px;
  }
  .back2top:hover{
    border: 1px solid #191919;
    color: #eee;
    background-color: #191919;
  }
}


/* 宸︿晶鍥哄畾鍐呭 */
.slider-left{
  position: fixed;
  top: 0; left: 0;
  height: 100vh;
  border-right: 1px solid #e1e1e1;
  z-index: 20;
}
.slider-left .menu-trigger{
  display: none;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
}
.slider-left .menu-trigger span{
  display: block;
  margin-top: 6px;
  width: 35px; height: 3px;
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(.55,.055,.675,.19);
  background-color: #7d7d7d;
}
.slider-left .menu-trigger span:first-child{
  margin-top: 0;
}
.slider-left .menu-trigger.active{
  transform: rotate(225deg);
}
.slider-left .menu-trigger.active span{
  background-color: #fff;
}
.slider-left .menu-trigger.active span:nth-child(1){
  transform: translateY(9px) rotate(90deg);
}
.slider-left .menu-trigger.active span:nth-child(2){
  display: none;
}
/* Logo */
.slider-left .logo-box{
  padding: 30px 40px;
  border-bottom: 1px solid #e1e1e1;
}
.slider-left .logo-box img{
  width: 220px;
}
/* 鑿滃崟 */
.slider-left .menus{
  position: relative;
  padding: 20px 38px;
  min-height: calc(100% - 145px - 220px);
}
.slider-left .menus ul li{
  position: relative;
  border-bottom: 1px solid #e1e1e1;
}
.slider-left .menus ul li:last-child{
  border-bottom: none;
}
.slider-left .menus ul li a.primary{
  display: block;
  padding: 15px 3px;
  font-size: 13px; color: #000; line-height: 16px;
}
.slider-left .menus ul li.on a.primary{
  color: #d63e2d;
}
.slider-left .menus ul li dl{
  position: absolute;
  left: 100%; top: 0;
  width: 100%;
  background-color: #d63e2d;
  display: none;
  visibility: hidden;
}
.slider-left .menus ul li dl a{
  display: block;
  padding: 12px 15px;
  font-size: 14px; line-height: 22px;
  color: #fff;
}
.slider-left .menus ul li a.primary i{
  display: none;
}

@media screen and (min-width: 769px) {
  .slider-left .menus ul li:hover{
    border-bottom-color: #d63e2d;
  }
  .slider-left .menus ul li:hover a.primary{
    color: #fff;
    background-color: #d63e2d;
  }
  .slider-left .menus ul li dl a:hover{
    background-color: #b32d1e;
  }
  .slider-left .menus ul li:hover dl{
    display: block;
    visibility: visible;
  }
}
/* 搴曢儴鑱旂郴鏂瑰紡 */
.slider-left .contacts{
  border-top: 1px solid #e1e1e1;
  padding: 40px;
}
.slider-left .contacts .others{
  display: flex;
}
.slider-left .contacts .others a{
  margin-right: 8px;
}
.slider-left .contacts .others a img{
  width: 50px; height: 50px;
}
.slider-left .contacts .words ul li{
  margin: 14px 0;
  font-size: 16px; line-height: 20px;
  font-weight: 600; color: #d63e2d;
}
.slider-left .contacts .words ul li a{
  color: #7d7d7d;
}
.slider-left .contacts .words ul li a:hover{
  color: #d63e2d; text-decoration: underline;
}

@media screen and (max-width: 1192px) {
  .slider-left .logo-box,
  .slider-left .contacts,
  .slider-left .menus{
    padding: 10%;
  }
  .slider-left .logo-box img{
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1086px) {
  .swiper-index .swiper-slide .words{
    zoom: 0.6;
  }
}


/* 鍙充晶涓讳綋鍐呭 */
.main-right{
  margin-left: 301px;
}

@media screen and (max-width: 1192px) {
  .slider-left .logo-box,
  .slider-left .contacts,
  .slider-left .menus{
    padding: 10%;
  }
  .slider-left .logo-box img{
    width: 100%;
  }
  .main-right{
    margin-left: 248px;
  }
}
@media screen and (max-width: 768px){
  .slider-left{
    position: relative; height: inherit;
    display: flex; justify-content: space-between;
    align-items: center;
    padding: 0 7.5%;
  }
  .slider-left .logo-box{
    padding: 0;
    height: 80px;
    display: flex; align-items: center;
  }
  .slider-left .logo-box img{
    max-height: 98%; width: inherit;
  }
  .slider-left .contacts{
    display: none;
  }
  .main-right{
    margin-left: 0;
  }
  .slider-left .menu-trigger{
    display: block;
  }
  .slider-left .menu-trigger.active{
    position: fixed; 
    right: 7.5%;
    z-index: 1000;
  }
  .slider-left .menus{
    visibility: hidden;
    position: fixed; z-index: -1;
    top: 0; right: 0; overflow: auto;
    width: 0; height: 100vh;
    padding: 50px 0; opacity: 0;
    background-color: #000;
    transition: all .4s ease-in-out;
    z-index: 999;
  }
  .slider-left .menus.active{
    visibility: visible;
    width: calc(100% - 10px); opacity: 1;
  }
  .slider-left .menus ul li{
    padding-left: 8%;
    border-color: #383838;;
  }
  .slider-left .menus ul li a.primary{
    display: flex; align-items: center; justify-content: space-between;
    color: #fff;
  }
  .slider-left .menus ul li dl{
    position: relative; left: inherit;
    display: none; visibility: visible;
    background-color: transparent;
  }
  .slider-left .menus ul li dl dt{
    display: flex; align-items: center;
    padding-left: 10px;
    border-bottom: 1px solid #383838;
  }
  .slider-left .menus ul li dl dt:last-child{
    border-bottom: none;
  }
  .slider-left .menus ul li dl dt:before{
    content: "-";
    color: #fff;
  }
  .slider-left .menus ul li dl a{
    flex: 1;
    padding-left: 10px;
    color: #fff;
  }
  .slider-left .menus ul li a.primary i{
    margin-right: 4%;
    display: block;
    transition: all .3s ease-in-out;
  }
  .slider-left .menus ul li.active a.primary i{
    transform: rotate(90deg);
  }
}

/* 棣栭〉 */
/* 杞挱 */
.swiper-index{
  height: calc(1068/1602*calc(100vw - 318px));
}
.swiper-index .swiper-slide{
  position: relative;
}
.swiper-index .swiper-slide .img{
  position: absolute; z-index: 0;
  top: 0; left: 0;
  width: 100%;
  vertical-align: middle;
}
.swiper-index .swiper-slide .words{
  position: absolute; z-index: 1;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff; text-align: center;
}
@media screen and (max-width: 1320px) {
  .swiper-index .swiper-slide .words{
    width: 100%; padding: 0 50px;
  }
}
.swiper-index .swiper-slide .words .l{
  margin-bottom: 10px;
  font-size: 70px; line-height: 1.1em;
  font-weight: 600; text-transform: uppercase;
  visibility: hidden;
}
.swiper-index .swiper-slide.swiper-slide-active .words .l{
  visibility: visible;
  -webkit-animation: caption-left 1s 1 cubic-bezier(.985,.005,.265,1);
  animation: caption-left 1s 1 cubic-bezier(.985,.005,.265,1);
}
.swiper-index .swiper-slide .words .n{
  margin: 15px 0;
  font-family: "Lato";
  font-size: 38px; line-height: 1.3em;
  visibility: hidden;
}
.swiper-index .swiper-slide.swiper-slide-active .words .n{
  visibility: visible;
  -webkit-animation: caption-right 1s 1 cubic-bezier(.985,.005,.265,1);
  animation: caption-right 1s 1 cubic-bezier(.985,.005,.265,1);
}
.swiper-index .swiper-slide .words a{
  display: inline-block;
  margin-top: 20px;
  padding: 12px 16px;
  border: 3px solid #fff;
  font-family: "Lato";
  font-size: 14px; line-height: 1.2em; color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  visibility: hidden;
}
.swiper-index .swiper-slide.swiper-slide-active .words a{
  visibility: visible;
  -webkit-animation: caption-left 1.2s 1 cubic-bezier(.985,.005,.265,1);
  animation: caption-left 1.2s 1 cubic-bezier(.985,.005,.265,1);
}
@-webkit-keyframes caption-right {
  0% {
    -webkit-transform: translate(2000px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes caption-right {
  0% {
    transform: translate(2000px, 0);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}

@-webkit-keyframes caption-left {
  0% {
    -webkit-transform: translate(-2000px, 0);
    opacity: 0
  }

  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1
  }
}

@keyframes caption-left {
  0% {
    transform: translate(-2000px, 0);
    opacity: 0
  }

  100% {
    transform: translate(0, 0);
    opacity: 1
  }
}
.swiper-index .swiper-slide .words a:hover{
  opacity: .7;
}
.swiper-index .swiper-button-prev,
.swiper-index .swiper-button-next{
  width: 60px; height: 60px;
  border: 2px solid #fff;
  line-height: 60px; color: #fff;
}
.swiper-index .swiper-button-prev:after,
.swiper-index .swiper-button-next:after{
  font-size: 25px;
}
.swiper-index .swiper-button-prev{
  left: 15px;
}
.swiper-index .swiper-button-next{
  right: 15px;
}
.swiper-index .swiper-pagination.swiper-pagination-bullets{
  display: flex;
  top: inherit; right: inherit; bottom: 33px; left: 50%;
  transform: translate(-50%, 0);
}
.swiper-index .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 2px;
  padding: 5px; border: 2px solid #fff;
  border-radius: 13px;
  background-color: transparent;
  transition: all .2s;
}
.swiper-index .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet:hover{
  opacity: 0.8;
}
.swiper-index .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1 !important;
  background-color: #fff;
}
@media screen and (max-width: 768px){
  .swiper-index{
    height: 60vw;
  }
  .swiper-index .swiper-slide .words .l{
    font-size: 20px;
  }
  .swiper-index .swiper-slide .words .n{
    font-size: 13px;
  }
  .swiper-index .swiper-slide.swiper-slide-active .words a{
    margin-top: 0;
    border-width: 2px;
    padding: 8px 12px;
    font-size: 12px;
  }
  .swiper-index .swiper-button-prev, .swiper-index .swiper-button-next{
    zoom: 0.5;
  }
  .swiper-index .swiper-pagination.swiper-pagination-bullets{
    bottom: 10px; zoom: 0.8;
  }
}

.three-grids{
  display: flex; flex-wrap: wrap;
}
.three-grids .tg-item{
  width: 33.333333333%;
  color: #fff;
}
.three-grids .tg-item:nth-child(1){
  background-color: #d63d2d;
}
.three-grids .tg-item:nth-child(2){
  background-color: #292929;
}
.three-grids .tg-item:nth-child(3){
  background-color: #3c3c3c;
}
.three-grids .tg-item .box{
  display: flex;
  padding: 90px 38px 90px 50px;
}
.three-grids .tg-item .icon-box{
  margin: 2px 22px 0 0;
  width: 74px; height: 74px;
  line-height: 72px; text-align: center;
  flex-shrink: 0;
  border: 1px solid #fff; border-radius: 50%;
}
.three-grids .tg-item .words h3{
  padding-top: 2px;
  font-size: 20px; line-height: 1.1em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.three-grids .tg-item .words .content{
  margin-top: 14px;
  font-family: "Lato";
  line-height: 1.65em;
}
@media screen and (min-width: 769px) and (max-width: 1120px) {
  .three-grids .tg-item{
    width: 100%;
  }
  .three-grids .tg-item .box{
    padding-left: 8%; padding-right: 8%;
  }
}
@media screen and (max-width: 768px){
  .three-grids .tg-item{
    width: 100%;
  }
  .three-grids .tg-item .box{
    padding-left: 8%; padding-right: 8%;
  }
}


.article-index{
  position: relative;
  color: #fff;
  background-repeat: no-repeat;
  background-image: url(../images/pressmold-isgotovlenie-pressform-banner5.jpg);
  background-attachment: fixed;
  background-position: right center;
  background-color: #000;
  padding: 130px 0;
}
.article-index:before{
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: #000; opacity: 0.7;
}
.container{
  position: relative; z-index: 1;
  max-width: 1310px; margin: 0 auto;
  padding: 0 50px;
}
.article-index .ai-header{
  padding-bottom: 20px;
}
.article-index .ai-header h1{
  font-size: 50px; text-align: center;
  line-height: 1.1em; letter-spacing: 1px;
}
.article-index .ai-body{
  margin: 0 auto;
  max-width: 80%;
}
.article-index .ai-body p{
  margin: 14px 0;
  font-family: 'Lato';
}
.article-index .ai-body p strong{
  color: #d63e2d;
}
.article-index .ai-footer{
  text-align: center;
}
.article-index .ai-footer a{
  display: inline-block;
  padding: 15px 30px; border: 1px solid #b41c0b;
  font-size: 13px; font-family: 'Lato';
  color: #fff; line-height: 1.2em;
  background-color: #d63e2d;
}
.article-index .ai-footer a i{
  display: none;
  visibility: hidden;
  margin-left: 4px;
}
.article-index .ai-footer a:hover{
}
.article-index .ai-footer a:hover i{
  display: inline;
  visibility: visible;
}
@media screen and (max-width: 768px){
  .article-index .container{
    width: 85%; padding-left: 0; padding-right: 0;
  }
  .article-index .ai-body{
    width: 100%; max-width: 100%;
  }
}


.art-index2{
  padding: 20px 0;
}
.art-index2 .ai-header{
  padding-bottom: 20px;
}
.art-index2 .ai-header h2{
  font-size: 50px; text-align: center;
  line-height: 1.1em;
}
.art-index2 .wrapper{
  max-width: 90%; margin: 0 auto;
}
.art-index2 .ai-body p{
  margin: 14px 0;
  font-family: 'Lato'; font-size: 16px;
}
@media screen and (max-width: 768px){
  .art-index2 .container{
    width: 85%; max-width: 85%;
    padding-left: 0; padding-right: 0;
  } 
  .art-index2 .wrapper{
    max-width: 100%;
  }
  .art-index2 .ai-header h2{
    word-break: break-all;
  }
}


.index-four{
  display: flex; flex-wrap: wrap;
}
.index-four .item{
  width: 25%;
  padding: 100px;
}
.index-four .item .art{
  position: relative;
  padding: 45px 20px 20px 20px;
  border-radius: 3px;
  background-color: #fff;
}
.index-four .item .art .icon-box{
  position: absolute; left: 50%; top: 0;
  transform: translate(-50%, -50%);
  display: flex; align-items: center; justify-content: space-around;
  width: 52px; height: 52px;
  border-radius: 50%;
  color: #fff;
  background-color: #d63e2d;
}
.index-four .item .art h3{
  margin-bottom: 16px;
  font-size: 20px; line-height: 1.1em;
  color: #000; text-align: center;
  letter-spacing: 1px; text-transform: uppercase;
}
@media screen and (min-width: 1170px) and (max-width: 1750px) {
  .index-four .item{
    padding: 6% 4%; display: flex; justify-content: space-around; 
  }
  .index-four .item .art h3{
  }
}
@media screen and (min-width: 1013px) and (max-width: 1169px) {
  .index-four .item{
    width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1012px) {
  .index-four .item{
    width: 50%;
    padding: 10% 5%; display: flex; justify-content: space-around; 
  }
}
@media screen and (max-width: 768px){
  .index-four .item{
    width: 100%;
    padding: 10% 5%; display: flex; justify-content: space-around; 
    background-size: cover !important;
  }
  .index-four .item .art{
    max-width: 240px;
  }
}


.index-form{
  padding: 70px 0;
}
.index-form h4{
  padding-bottom: 20px;
  font-size: 50px; line-height: 1.1em;
  text-align: center;
}
.index-form .form{
  display: flex; justify-content: space-around;
}
.index-form .form form{
  display: flex;
}
.index-form .form label{
  display: none;
}
.index-form .form .form-group{
  margin-right: 8px;
}
.index-form .form input{
  box-sizing: border-box;
  border-radius: 2px; border: 1px solid rgb(225, 225, 225);
  padding: 13px;
  font-family: "Lato";
  font-size: 16px; line-height: 1em;
  text-align: center;
  background-color: #f8f8f8; appearance: none; outline: none;
}
.index-form .form input[type=submit]{
  width: 227px;
  border-color: rgb(180, 28, 11);
  color: #fff;
  background-color: #d63e2d;
  transition: all .3s ease-in-out;
  cursor: pointer; 
}
.index-form .form input[type=submit]:hover{
  background-color: #eb5c23;
  color: #fff;
  border-color: #c93a01
}
@media screen and (min-width: 470px) and (max-width: 945px){
  .index-form .container{
    width: 85%; margin: 0 auto;
    padding-left: 0; padding-right: 0;
  }
  .index-form .form .form-group{
    width: 36%;
  }
  .index-form .form input{
    width: 100%;
  }
  .index-form .form input[type=submit]{
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .index-form .form form{
    flex-wrap: wrap;
  }
  .index-form .form .form-group,
  .index-form .form .form-submit{
    width: 100%;
  }
  .index-form .form .form-group{
    margin-bottom: 10px;
  }
  .index-form .form input{
    width: 100%;
  }
  .index-form .form input[type=submit]{
    width: 100%;
  }
}


.index-five{
  position: relative;
  background-position: right center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}
.index-five:before{
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.8);
}
.index-five .art{
  position: relative; z-index: 1;
  color: #fff;
}
.index-five .wrapper{
  padding: 130px 0;
}
.index-five .art .a-header{
  padding-bottom: 20px;
}
.index-five .art .a-header h2{
  font-size: 50px; line-height: 1.1em;
  letter-spacing: 1px; text-transform: uppercase;
  text-align: center;
}
.index-five .art .a-body{
  margin: 14px 0;
}
.index-five .art .a-body p{
  margin: 14px 0;
  font-size: 16px; font-family: 'Lato';
  line-height: 1.65em;
}
.index-five .counts{
  position: relative; z-index: 2;
  display: flex; justify-content: space-between;
  padding-top: 1px;
}
.index-five .counts .item{
  margin: 50px 0 0;
  position: relative;
}
.index-five .counts .item .tooltip{
  position: absolute;
  visibility: hidden; z-index: -1; opacity: 0;
  width: 274px; left: 50%; bottom: calc(100% + 20px);
  transform: translate(-50%, -10px);
  border-radius: 4px; padding: 12px;
  font-size: .925em; line-height: 1.65em;
  text-align: center;
  background-color: rgba(0, 0, 0, .8);
  transition: all .3s ease-in-out;
}
.index-five .counts .item .tooltip:after{
  content: "";
  height: 10px; width: 10px;
  position: absolute;
  top: 100%; left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: rgba(0, 0, 0, .8);
}
.index-five .counts .item:hover .tooltip{
  transform: translate(-50%, 0); opacity: 1;
  visibility: visible; z-index: 2;
}
.index-five .counts .item .icon-box{
  display: flex; align-items: center; justify-content: space-around;
  margin: 0 auto;
  width: 106px; height: 106px;
  border: 3px solid #444; border-radius: 50%;
}
.index-five .counts .item .icon-box i{
  font-size: 40px; color: #fff;
}
.index-five .counts .item .tt{
  display: block; max-width: 168px;
  margin: 8px auto 0;
  font-size: 16px; line-height: 1.3em;
  text-transform: uppercase; text-align: center;
}
.index-five .counts .item .tt strong{
  color: #d63e2d;
}
@media screen and (min-width: 769px) and (max-width: 945px){
  .index-five .counts .item{
    zoom: 0.8;
  }
}
@media screen and (max-width: 768px){
  .index-five .counts{
    flex-wrap: wrap;
  }
  .index-five .counts .item{
    margin-top: 20px;
    width: 100%;
  }
  .index-five .counts .item .tt{
    max-width: 100%;
  }
  .index-five .container{
    padding-left: 8%; padding-right: 8%;
  }
  .index-five .art .a-body{
    width: 100% !important; max-width: 100% !important;
  }
}


.index-three2{
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}
.index-three2 .item{
  padding: 50px 20px;
  width: 33.33333333%;
  text-align: center; color: #fff;
  background-color: #292929;
}
.index-three2 .item:nth-child(1){
  background-color: #fff;
}
.index-three2 .item:nth-child(3){
  background-color: #3c3c3c;
}
.index-three2 .item .val{
  font-size: 50px; line-height: 1em;
  font-weight: 400;
  font-family: 'Lato','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
  letter-spacing: -2px; font-family: "Lato";
}
.index-three2 .item .val span{
  font-size: 40px; 
}
.index-three2 .item:nth-child(1) .val,
.index-three2 .item:nth-child(1) .label{
  color: #0a0a0a;
}
.index-three2 .item:nth-child(1) .val span{
  color: #696969;
}
.index-three2 .item .label{
  font-size: 22px; line-height: 1.3em;
  letter-spacing: 1px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px){
  .index-three2{
    flex-wrap: wrap;
  }
  .index-three2 .item{
    width: 100%;
  }
}


.index-prods{
  padding: 50px 0;
}
.index-prods .ip-tit{
  padding-bottom: 20px;
  font-size: 50px; line-height: 1.1em;
  letter-spacing: 1px; text-align: center;
}
.index-prods .list{
  display: flex; flex-wrap: wrap;
}
.index-prods .list li{
  margin-left: 6%; margin-top: 30px;
  width: 29.333333333333332%;
}
.index-prods .list li:nth-child(3n+1){
  margin-left: 0;
}
.index-prods .list li a.cover{
  display: block; position: relative;
  padding-top: 80.845%; overflow: hidden;
  margin-bottom: 6px;
  border: 1px solid #e1e1e1;
}
.index-prods .list li a.cover .image{
  position: absolute; z-index: 1;
  top: 0; left: 0;
  width: 100%;
}
.index-prods .list li a.cover .go,
.index-prods .list li a.cover .no{
  display: flex; align-items: center; justify-content: space-around;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  position: absolute; z-index: 2;
  width: 80px; height: 80px; border-radius: 50%;
  font-size: 26px; color: #fff;
  background-color: #d63e2d;
}
.index-prods .list li a.cover .go{
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.index-prods .list li a.cover:hover .go{
  visibility: visible;
  opacity: 1;
  animation: avia_pop_small 0.5s 1 cubic-bezier(.175,.885,.32,1.275)
}
@-webkit-keyframes avia_pop_small {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(-175deg) scale(.2)
  }

  100% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1)
  }
}

@keyframes avia_pop_small {
  0% {
    transform: translate(-50%, -50%) rotate(-175deg) scale(.2)
  }

  100% {
    transform: translate(-50%, -50%) rotate(0deg) scale(1)
  }
}
.index-prods .list li a.cover .no{
  width: 60px; height: 60px;
  z-index: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.index-prods .list li .a-header{
  text-align: center;
}
.index-prods .list li .a-header a.meta{
  font-weight: 600; color: #d63e2d;
  font-size: 14px; line-height: 1.65em;
  text-transform: uppercase;
}
.index-prods .list li .a-header a.meta:hover{
  text-decoration: underline;
}
.index-prods .list li .a-header h3{
  margin-bottom: 14px; position: relative;
  padding-bottom: 15px;
}
.index-prods .list li .a-header h3:after{
  position: absolute; content: "";
  left: 50%; width: 40px; height: 3px;
  bottom: 0; left: 50%;
  transform: translateX(-50%);
  background-color: rgb(225, 225, 225);
}
.index-prods .list li .a-header h3 a{
  font-size: 22px; line-height: 1.3em;
  letter-spacing: 2px; color: #000;
  text-transform: uppercase;
}
.index-prods .list li .a-header h3 a:hover{
  color: #696969;
}
.index-prods .list li .content{
  margin-top: 24px;
  font-size: 16px; font-family: 'Lato';
  line-height: 1.65em; color: #696969;
}
.index-prods .list li .a-time{
  margin-top: 40px; padding: 10px 0;
  border-top: 1px solid rgb(225, 225, 225);
  border-bottom: 1px solid rgb(225, 225, 225);
  text-align: center; font-size: 14px;
  line-height: 1.65em; color: #7d7d7d;
}
@media screen and (max-width: 768px){
  .index-prods .container{
    padding-left: 8%;
    padding-right: 8%;
  }
  .index-prods .list li{
    width: 100%;
    margin-left: 0 !important;
  }
}

.ws-footer{
  padding: 15px 0 30px 0;
  background-color: #111;
}
.ws-footer .container{
  display: flex;
}
.ws-footer .f-grid{
  margin-left: 6%; margin-top: 30px;
  width: 29.333333333333332%;
}
section.art{
  margin: 30px 0;
  padding: 1px 0;
  color: #fff;
}
section.art h3{
  margin-top: 0.85em;
  padding: 10px 0;
  border-top: 1px solid #555;
  border-bottom: 1px solid #555;
  margin-bottom: 15px;
  font-size: 18px; line-height: 1.1em;
}
section.art .content p{
  margin: 14px 0;
  font-size: 16px; line-height: 1.65em;
  color: #aaa; font-family: 'Lato';
}
section.art .content p a{
  color: #fff;
}
section.art .content p a:hover{
  text-decoration: underline;
}
section.art .menus li{
  padding: 4px 0 5px;
}
section.art .menus li a{
  font-size: 13px; line-height: 1.65em;
  color: #fff; font-family: 'Lato';
}
section.art .menus li a:hover{
  opacity: 0.9;
}
section.art .menus li dl{
  padding-left: 13px;
}
section.art .menus li dl dd{
  padding: 10px 0;
}
section.art .menus li dl dd:last-child{
  padding-bottom: 0;
}
section.art .menus li dl dd:before{
  margin-right: 8px;
  color: #fff;
  content: "鈭�"
}

.widget_search{
  margin: 30px 0;
}
.widget_search form{
  display: flex;
}
.widget_search .submit{
  width: 40px; height: 40px;
  border: 1px solid #ccc;
  font-size: 17px; color: #111;
}
.widget_search .form-group{
  flex: 1;
}
.widget_search .form-group input{
  padding: 0 5px;
  width: 100%;
  height: 40px;
  border: 1px solid #191919;
  outline: none;
  color: gray;
  background-color: #191919;
}

@media screen and (max-width: 768px){
  .ws-footer .container{
    padding-left: 8%;
    padding-right: 8%;
    flex-wrap: wrap;
  }
  .ws-footer .f-grid{
    width: 100%;
    margin-left: 0;
  }
}


.ws-bottom{
  padding: 15px 0;
  color: #eee;
  background-color: #191919;
}
.ws-bottom .container{
  display: flex; justify-content: space-between;
  align-items: center;
}
.ws-bottom .copyright{
  font-size: 12px; line-height: 1.65em;
}
.ws-bottom .copyright a{
  color: #eee;
}
.ws-bottom .copyright a:hover{
  text-decoration: underline;
}
.ws-bottom .shares{
  display: flex;
}
.ws-bottom .shares li{
  
}
.ws-bottom .shares li a{
  display: flex; align-items: center; justify-content: space-around;
  width: 30px; height: 30px; border-radius: 50%;
  font-size: 14px; color: #eee;
}
.ws-bottom .shares li a:hover{
  background-color: #37589b; 
}
@media screen and (max-width: 768px){
  .ws-bottom .container{
    padding-left: 8%;
    padding-right: 8%;
  }
}


.has-slider{
  display: flex;
}
.has-slider .sliders{
  margin-left: 50px; padding: 50px 0;
  width: 19.475%;
}
.has-slider .arts{
  flex: 1; min-height: 100vh;
  padding-right: 50px;
  border-right: 1px solid rgb(225, 225, 225);
}
@media screen and (max-width: 768px) {
  .has-slider{
    padding-left: 8%; padding-right: 8%;
  }
  .has-slider .sliders{
    display: none;
  }
  .has-slider .arts{
    border-right: 0; padding-right: 0;
  }
}

.widge-com{
  padding: 30px 0;
}
.widge-com h3{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  padding: 10px 0; margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.1em; letter-spacing: 1px;
  text-transform: uppercase;
}
.widge-com ul li a,
.widge-com p{
  font-size: 16px; color: #7d7d7d;
  line-height: 1.65em; font-family: "Lato";
}
.widge-com ul li a:hover,
.brumbs .dets span a:hover{
  color: #d63e2d; text-decoration: underline;
}
.widge-com p{
  margin: 14px 0;
  font-size: 14px;
}
.widge-com .avia-button{
  padding: 10px; border-bottom: 1px solid rgb(225, 225, 225);
  display: block; width: 100%;
  opacity: 0.9; text-align: center;
  font-size: 12px; line-height: 1.2em;
  font-family: "Lato"; color: #7d7d7d; 
  background-color: #f8f8f8;
  transition: all .4s ease-in-out;
}
.widge-com .avia-button:hover{
  color: #eb5c23;
  opacity: 1;
}

.brumbs .dets span{
  font-size: 14px; color: #7d7d7d;
  line-height: 1.65em; font-family: "Lato";
}
.brumbs .dets span a{
  color: #7d7d7d;
}



.arti{
  padding: 50px 0;
}
.arti .a-header{
  text-align: center;
}
.arti .a-header .meta a{
  font-size: 15px; line-height: 1.65em;
  color: #d63e2d; font-weight: 600;
  text-transform: uppercase;
}
.arti .a-header .meta a:hover{
  text-decoration: underline;
}
.arti .a-header h2{
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 16px;
}
.arti .a-header h2:after{
  content: "";
  position: absolute; left: 50%; bottom: 0;
  transform: translateX(-50%);
  width: 40px; height: 3px;
  background-color: rgb(225, 225, 225);
}
.arti .a-header h2 a{
  font-size: 30px; line-height: 1.3em;
  color: #000; letter-spacing: 2px;
  text-transform: uppercase;
}
.arti .a-header h2 a:hover{
  color: #696969;
}
.arti .a-preview{
  position: relative; padding-bottom: 10px;
  border-radius: 4px; overflow: hidden;
}
.arti .a-preview .image{
  width: 100%;
  position: relative; z-index: 1;
  transition: all .3s ease-in-out;
}
.arti .a-preview .share{
  display: flex; align-items: center; justify-content: space-around;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
  position: absolute; z-index: 2;
  width: 80px; height: 80px; border-radius: 50%;
  font-size: 26px; color: #fff;
  background-color: #d63e2d;
}
.arti .a-preview .share{
  font-size: 20px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease-in-out;
}
.arti .a-preview:hover .share{
  visibility: visible;
  opacity: 1;
  animation: avia_pop_small 0.5s 1 cubic-bezier(.175,.885,.32,1.275)
}
.arti .a-preview:hover .image{
  opacity: .5;
}
.arti .a-content h2,
.arti .a-content h4{
  margin-bottom: 10px;
  font-size: 28px; text-transform: uppercase;
  line-height: 1.1em;
}
.arti .a-content h4{
  font-size: 18px;
}
.arti .a-content p{
  margin: 14px 0;
  font-family: "Lato"; font-size: 16px;
  color: #696969; line-height: 1.65em;
}
.arti .a-content strong,
.arti .a-content b{
  color: #d63e2d;
}
.arti .a-content ul{
  margin-bottom: 20px;
}
.arti .a-content ul li{
  margin-left: 16px; list-style: disc;
  font-family: "Lato"; font-size: 16px;
  color: #696969; line-height: 1.65em;
}
.arti .a-meta{
  margin-top: 40px; padding: 10px 0;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  text-align: center; font-size: 13px;
  color: #7d7d7d;
}
.arti .a-meta a{
  color: #7d7d7d;
}
.arti .a-meta a:hover{
  color: #d63e2d; text-decoration: underline;
}


  
.con-art{
  padding: 70px 0;
}
.con-art .a-header{
  padding-bottom: 30px;
}
.con-art .a-header h1{
  font-size: 70px; line-height: 1.1em;
  letter-spacing: 1px; text-transform: uppercase;
}
.con-art .a-content{
  display: flex;
}
.con-art .a-content strong,
.con-art .a-content a{
  color: #d63e2d; font-size: 16px;
}
.con-art .a-content a:hover{
  color: #ff6900;
  text-decoration: underline;
}
.con-art .a-content .a-grid p{
  margin: 14px 0; color: #696969;
  font-family: "Lato";
  font-size: 16px; line-height: 1.65em;
}
.con-art .a-content .a-grid.grid1{
  width: 46%;
}
.con-art .a-content .a-grid.grid2{
  margin-left: 6%; width: 21.5%;
}
@media screen and (max-width: 990px) {
  .con-art .a-content{
    flex-wrap: wrap;
  }
  .con-art .a-content .a-grid.grid1{
    width: 100%;
  }
  .con-art .a-content .a-grid.grid2{
    width: 47%;
  }
  .con-art .a-content .a-grid.grid2:nth-child(2){
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .con-art .a-header h1{
    font-size: 56px;
  }
  .con-art .a-content .a-grid.grid2{
    width: 100%;
    margin-left: 0;
  }
}


.contact-box{
  position: relative;
  padding: 130px 0;
  background-repeat: no-repeat;
  background-attachment: fixed; background-position: right center;
}
.contact-box:before{
  position: absolute;
  content: "";
  top: 0; left: 0; z-index: 0;
  width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, .8);
}
.contact-box .container{
  display: flex; position: relative; z-index: 1;
}
.contact-box .form-left{
  width: 57.599999999999994%;
}
.form-left .f-header{
  padding-bottom: 20px;
}
.form-left .f-header h2{
  font-size: 50px; line-height: 1.1em;
  letter-spacing: 1px; text-transform: uppercase;
  color: #fff;
}
.form-left .f-header h2 strong{
  color: #d63e2d;
}
.form-left form{
  margin-top: 8px;
  display: flex; justify-content: space-between;
  flex-wrap: wrap;
}
.form-left .form-group{
  margin-bottom: 16px;
  width: 100%;
}
.form-left .form-group.half{
  width: 49.5%;
}
.form-left .form-group input,
.form-left .form-group textarea{
  border: 2px solid #e1e1e1; border-radius: 2px;
  padding: 13px; min-width: 50px;
  width: 100%; font-size: 16px;
  color: #fff; outline: none;
  font: 1em "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  background-color: transparent;
}
.form-left .form-group label{
  display: none;
}
.form-left .form-submit button{
  border: 2px solid #e1e1e1; border-radius: 2px;
  padding: 16px 20px; min-width: 50px;
  color: #fff; outline: none; font-size: 16px;
  background-color: transparent;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.form-left .form-submit button:hover{
  background-color: #eb5c23;
}
  
.contact-box .art-right{
  width: 36.4%; margin-left: 6%;
  color: #fff;
}
.art-right .a-header{
  padding-bottom: 20px;
}
.art-right .a-header h2{
  font-size: 50px; line-height: 1.1em;
  text-transform: uppercase; text-align: center;
}
.art-right .a-content p{
  margin: 14px 0; font-family: "Lato";
  font-size: 16px; line-height: 1.65em;
  
}

@media screen and (max-width: 980px) {
  .contact-box .container{
    flex-wrap: wrap;
  }
  .contact-box .art-right{
    width: 100%; margin-left: 0; margin-top: 40px;
  }
  .contact-box .form-left{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact-box .container{
    padding-left: 8%; padding-right: 8%;
  }
  .art-right .a-header h2,
  .form-left .f-header h2{
    font-size: 40px;
  }
}

.index-four .item .art .icon-box i{
  font-size: 20px; font-style: normal;
}
.index-five .counts .item .icon-box i{
  font-style: normal;
}
.three-grids .tg-item .icon-box{
  font-size: 27px;
}

.swiper-index .swiper-slide .words button{
  display: inline-block;
  padding: 12px 16px;
  border: 3px solid #fff;
  font-family: "Lato";
  font-size: 14px; line-height: 1.2em; 
  font-weight: 700;
  text-transform: uppercase;
  visibility: hidden;
	cursor:pointer;
 transition: all .2s;
color: #fff;
margin: 0;
background: none;

}
.swiper-index .swiper-slide.swiper-slide-active .words button{
  visibility: visible;
  -webkit-animation: caption-left 1.2s 1 cubic-bezier(.985,.005,.265,1);
  animation: caption-left 1.2s 1 cubic-bezier(.985,.005,.265,1);
}




.form_container {position:absolute;top:15%;left:0;right:0;margin:auto auto 60px;background:#fff;width:480px;padding:50px;overflow:hidden}