@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline:none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}




.pc{
	
	display:none!important;
	
	}
	
	
	
.mobile{
	display:block!important;
	
	}




caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "sabonnextltpro-regular";
  src: url("../fonts/sabonnextltpro-regular.otf");
}
@font-face {
  font-family: "constantia";
  src: url("../fonts/Constantia.ttf");
}
@font-face {
  font-family: "Myriad Pro Regular";
  src: url("../fonts/myriad pro regular.ttf");
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad pro regular.ttf");
}
html {
  font-size: 100%;
  line-height: 15px;
}

html, body {
  width: 100%;
/*  min-width:780px;*/
  word-wrap: break-word;
  /*word-break: break-all;*/
  font-family: "Microsoft YaHei";
  /*font-family: Arial, 微軟正黑體, 蘋果儷黑體, 新細明體, Verdana, Helvetica, sans-serif;*/
  -webkit-text-size-adjust: none;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

img {
  display: inherit;
}

a, a:active, a:link {
  text-decoration: none;
  outline: none;
  color: #000;
  cursor: pointer;
}

input {
	font-size: 16px;
	outline: none;
	border: none;
	border: none;
	width: 100%;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	display: inline-block;
	/*font-family: "Myriad Pro Regular";*/
}

textarea {
  outline: none;
  border: none;
}

select {
  outline: none;
}

.table {
  display: table;
}

.table-cell {
  display: table-cell;
}

body .col {
  float: left;
}
body .row:after, body .row:before, body .clearfix:after, body .clearfix:before {
  content: "";
  display: table;
  clear: both;
}
body .clearfix {
  zoom: 1;
}
body .is-desktop {
  display: none;
}











@media (min-width: 0px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
  body .col-xs-1 {
    width: 8.33%;
  }
  body .col-xs-2 {
    width: 16.66%;
  }
  body .col-xs-3 {
    width: 25%;
  }
  body .col-xs-4 {
    width: 33.33%;
  }
  body .col-xs-5 {
    width: 41.66%;
  }
  body .col-xs-6 {
    width: 50%;
  }
  body .col-xs-7 {
    width: 58.33%;
  }
  body .col-xs-8 {
    width: 66.66%;
  }
  body .col-xs-9 {
    width: 75%;
  }
  body .col-xs-10 {
    width: 83.33%;
  }
  body .col-xs-11 {
    width: 91.66%;
  }
  body .col-xs-12 {
    width: 100%;
  }
  

}
@media (min-width:780px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
  body .col-sm-1 {
    width: 8.33%;
  }
  body .col-sm-2 {
    width: 16.66%;
  }
  body .col-sm-3 {
    width: 25%;
  }
  body .col-sm-4 {
    width: 33.33%;
  }
  body .col-sm-5 {
    width: 41.66%;
  }
  body .col-sm-6 {
    width: 50%;
  }
  body .col-sm-7 {
    width: 58.33%;
  }
  body .col-sm-8 {
    width: 66.66%;
  }
  body .col-sm-9 {
    width: 75%;
  }
  body .col-sm-10 {
    width: 83.33%;
  }
  body .col-sm-11 {
    width: 91.66%;
  }
  body .col-sm-12 {
    width: 100%;
  }
  
  
  .mobile{
	
	display:none!important;
	
	}
	
	
	
.pc{
	display:block!important;
	
	}

  
  
}
@media (min-width: 960px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
  body .col-md-1 {
    width: 8.33%;
  }
  body .col-md-2 {
    width: 16.66%;
  }
  body .col-md-3 {
    width: 25%;
  }
  body .col-md-4 {
    width: 33.33%;
  }
  body .col-md-5 {
    width: 41.66%;
  }
  body .col-md-6 {
    width: 50%;
  }
  body .col-md-7 {
    width: 58.33%;
  }
  body .col-md-8 {
    width: 66.66%;
  }
  body .col-md-9 {
    width: 75%;
  }
  body .col-md-10 {
    width: 83.33%;
  }
  body .col-md-11 {
    width: 91.66%;
  }
  body .col-md-12 {
    width: 100%;
  }
  body .is-desktop {
    display: block;
  }
  body .is-mobile {
    display: none;
  }
}

.hide {
  display: none !important;
}

.table {
  display: table;
  width: 100%;
  height: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.inline-block {
  display: inline-block;
}

.banner-block {
  position: relative;
  color: #fff;
}
.banner-block .item-box {
  position: relative;
}
.banner-block .item-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-block .banner-info {
  position: absolute;
  width: 100%;
  top: 30%;
}

 .banner-block .banner-info h2 {
    /*font-family: "sabonnextltpro-regular", "微軟正黑體", "蘋果儷黑體", "sabonnextltpro-regular", "sabonnextltpro-regular", "新細明體", Arial, Verdana, Helvetica, sans-serif;*/
    font-size: 2.2222em;
    line-height: 1.46667em;
    text-align: center;
    padding: 0;
    font-weight: normal;
} 


/*.content .banner-block .banner-info h2 {
    font-family: "sabonnextltpro-regular", "微軟正黑體", "蘋果儷黑體", "sabonnextltpro-regular", "sabonnextltpro-regular", "新細明體", Arial, Verdana, Helvetica, sans-serif;
    font-size: 1.875em;
    line-height: 1.46667em;
    text-align: center;
    padding: 0;
    font-weight: normal;
} */
.banner-block .banner-info h3 {
  display: none;
}
.banner-block .banner-info p {
  display: none;
}
.banner-block .banner-more-btn {
  position: absolute;
  bottom: 15%;
  left: 50%;
  margin-left: -5%;
  text-align: center;
  width: 10%;
  /* background-image: url('../images/more_icon.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; */
}
.banner-block .banner-more-btn img {
  width: 100%;
}
.banner-block .banner-more-btn .more-border {
  position: absolute;
  display: inline-block;
  border: #fff 1px solid;
  width: 100%;
  padding-bottom: 100%;
  left: 0;
  top: 0;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.banner-block .banner-mouse-box {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}
.banner-block .banner-mouse-box .banner-mouse-btn {
  position: relative;
  display: block;
  top: 0;
  width: 3%;
  margin: auto;
}
.banner-block .banner-mouse-box .banner-mouse-btn img {
  width: 100%;
}
.banner-block .banner-mouse-box .banner-mouse-btn:hover {
  animation: mouseMove 0.8s infinite alternate;
  /*IE*/
  -moz-animation: mouseMove 0.8s infinite alternate;
  /*FireFox*/
  -webkit-animation: mouseMove 0.8s infinite alternate;
  /*Chrome, Safari*/
  -webkit-transition-timing-function: easeInCubic;
  /* Safari and Chrome */
  -moz-transition-timing-function: easeInCubic;
  transition-timing-function: easeInCubic;
}
@-webkit-keyframes mouseMove {
  from {
    top: 0px;
  }
  to {
    top: 15px;
  }
}
@keyframes mouseMove {
  from {
    top: 0px;
  }
  to {
    top: 15px;
  }
}
@media (min-width: 0px) {
  .banner-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-block:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 780px) {
  .banner-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  .banner-block .item-box {
    height: 780px;
  }
  .banner-block .is-pad {
    display: block;
  }
  .banner-block .is-mobile {
    display: none;
  }
  .banner-block .banner-info {
    top: 270px;
  }
  .banner-block .banner-info h2 {
    font-size: 2.25em;
    line-height: 1.22222em;
  }
  .banner-block .banner-info p {
    width: 56%;
  }
  .banner-block .banner-more-btn {
    position: absolute;
    bottom: 20%;
    margin-left: -39px;
    width: 78px;
    height: 78px;
  }
  .banner-block .banner-more-btn .more-border {
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
}
@media (min-width: 960px) {
  .banner-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .banner-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  .banner-block .item-box {
    height: 900px;
  }
  .banner-block .banner-info {
    top: 270px;
  }
  .banner-block .banner-info h2 {
    font-size: 38px;
    padding-bottom: 30px;
    line-height: 100%;
    width: 530px;
    display: block;
    margin: auto;
    letter-spacing: -0.005em;
  }
  .banner-block .banner-info h3 {
    display: block;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 10px;
    letter-spacing: 0.1em;
  }
  .banner-block .banner-info p {
    font-size: 16px;
    line-height: 100%;
    display: block;
    width: 470px;
    margin: auto;
    line-height: 2em;
    letter-spacing: -0.01em;
  }
  .banner-block .banner-info br {
    display: none;
  }
  .banner-block .banner-more-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    margin-left: -39px;
    width: 78px;
    height: 78px;
  }
  .banner-block .banner-more-btn:hover .more-icon {
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    filter: alpha(opacity=75);
  }
  .banner-block .banner-more-btn:hover .more-border {
    left: -11px;
    top: -11px;
    width: 100px;
    height: 100px;
  }
  .banner-block .banner-more-btn .more-border {
    width: 78px;
    height: 78px;
    left: 0;
    top: 0;
    padding: 0;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    -moz-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .banner-block .banner-mouse-box {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
  }
  .banner-block .banner-mouse-box .banner-mouse-btn {
    position: relative;
    display: inline-block;
    top: 0;
    width: auto;
  }
  .banner-block .banner-mouse-box .banner-mouse-btn:hover {
    animation: mouseMove 0.8s infinite alternate;
    /*IE*/
    -moz-animation: mouseMove 0.8s infinite alternate;
    /*FireFox*/
    -webkit-animation: mouseMove 0.8s infinite alternate;
    /*Chrome, Safari*/
    -webkit-transition-timing-function: easeInCubic;
    /* Safari and Chrome */
    -moz-transition-timing-function: easeInCubic;
    transition-timing-function: easeInCubic;
  }
}

.slick.slick-dotted.slick-slider {
  margin: 0;
}
.slick.slick-dotted.slick-slider .slick-slide h2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slick.slick-dotted.slick-slider .slick-slide h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slick.slick-dotted.slick-slider .slick-slide p {
  font-family: 'Myriad Pro Regular';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.slick.slick-dotted.slick-slider .slick-slide img {
  -moz-transition: all 3s ease-out;
  -o-transition: all 3s ease-out;
  -webkit-transition: all 3s ease-out;
  transition: all 3s ease-out;
}
.slick.slick-dotted.slick-slider .slick-slide.slick-active h2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick.slick-dotted.slick-slider .slick-slide.slick-active h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick.slick-dotted.slick-slider .slick-slide.slick-active p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.slick.slick-dotted.slick-slider .slick-dots {
  bottom: 2%;
}
.slick.slick-dotted.slick-slider .slick-dots li {
  width: 3%;
  margin: 0;
  cursor: pointer;
  margin-left: -0.5%;
}
.slick.slick-dotted.slick-slider .slick-dots li button {
  background-image: url("../images/index_dote.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slick.slick-dotted.slick-slider .slick-dots li button:before {
  content: '';
  width: auto;
  height: auto;
}
.slick.slick-dotted.slick-slider .slick-dots li:hover {
  opacity: 0.69;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
  filter: alpha(opacity=69);
}
.slick.slick-dotted.slick-slider .slick-dots li.slick-active {
  opacity: 0.69;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=69)";
  filter: alpha(opacity=69);
}
@media (min-width: 0px) {
  .slick.slick-dotted.slick-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .slick.slick-dotted.slick-slider:after {
    content: " ";
    display: block;
    clear: both;
  }
  .slick.slick-dotted.slick-slider .slick-dots li {
    width:3.5%;
    height: 40px;
  }
}
@media (min-width: 960px) {
  .slick.slick-dotted.slick-slider {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .slick.slick-dotted.slick-slider:after {
    content: " ";
    display: block;
    clear: both;
  }
  .slick.slick-dotted.slick-slider .slick-dots {
    bottom: 7%;
  }
  .slick.slick-dotted.slick-slider .slick-dots li {
    width: 22px;
    height: 33px;
    margin-left: -2px;
  }
  .slick.slick-dotted.slick-slider .slick-dots li button {
    background-size: cover;
  }
}

.section-block {
  position: relative;
}
.section-block .section-title {
  font-size: 38px;
  line-height: 1.22222em;
  text-align: center;
  font-family: 'sabonnextltpro-regular';
}
.section-block .sub-title-block {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.section-block .sub-title-block p {
  color: #575757;
}
.section-block .sub-title {
  font-size: 24px;
  line-height: 1.83333em;
  display: inline-block;
  vertical-align: middle;
}
.section-block .sub-title + hr {
  display: inline-block;
  height: 24px;
  width: 2px;
  border: none;
  margin: 0 8px;
  padding: 0;
  background-color: #747474;
  vertical-align: middle;
}
.section-block .sub-title + hr + h3 {
  color: #747474;
}
.section-block p {
    font-size: 14px;
    line-height: 24px!important;
}
.section-block .section-content {
  padding: 30px 0;
}

.section-block .section-content .pic-list p{

  font-size:14px;
  line-height: 20px!important;

}












@media (min-width: 0px) {
  .section-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  
/*.produce .section-7 .step-content .col:before {
    display: block;
    content: '';
    padding-bottom: 76%;
}*/

.produce .section-7 .step-content .step4, .produce .section-7 .step-content .step5{
    margin-right: 15.5%;
    margin-top: 10px;
}
.produce .section-7 .step-content .step6{

    margin-top: 10px;
}
}
@media (min-width: 780px) {
  .section-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-block:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 960px) {
  .section-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .section-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  .section-block .section-content {
    padding: 60px 0;
  }
}

.header-block {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.header-block a {
  position: relative;
  color: #fff;
  display: block;
}
.header-block select {
  border: 1px #fff solid;
  background: none;
  width: 100%;
  color: #fff;
  padding: 4px 0;
  font-size: 14px;
  line-height:30px;
  background-image: url("../images/select-arrow.jpg");
  background-repeat: no-repeat;
  background-position: 95% center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align-last: center;
  text-align-last: -webkit-center;
  text-align-last: -moz-center;
}
.header-block option {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
  text-align-last: center;
  text-align-last: -webkit-center;
  text-align-last: -moz-center;
  background: #999;
}
.header-block .logo {
  position: relative;
  width: 8.5%;
  max-width: 63px;
  margin: auto;
  padding-top: 5%;
}
.header-block .logo img {
  width: 100%;
}
.header-block .nav-block {
  position: relative;
  margin: auto;
  padding-left: 170px;
  padding-top: 25px;
  width: 1170px;
  display: none;
}
.header-block .nav-block a {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-block .nav-block a:hover {
  color: #dcdcdc;
}
.header-block .nav-block li {
  position: relative;
  display: inline-block;
  margin: 0 28px;
  vertical-align: middle;
}
.header-block .nav-left {
  position: absolute;
  width: 255px;
  top: 50px;
  left: 45px;
  display: none;
}
.header-block .nav-left label {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-right: 15px;
  font-family: 'Myriad Pro Regular';
}
.header-block .nav-left p {
  font-size: 14px;
  line-height:24px;
  line-height: 13px;
}
.header-block .nav-left select {
  width: 62%;
}
.header-block .nav-left .welcome-block {
  display: none;
  background-image: url("../images/welcome_bg_en.png");
  background-repeat: no-repeat;
  padding: 4px 10px 4px 40px;
  margin-top: 18px;
}
.header-block .nav-right {
  position: absolute;
  right: 54px;
  top: 50px;
  display: none;
}
.header-block .nav-right a {
  font-size: 0.8125em;
  line-height: 1.69231em;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header-block .nav-right a:hover {
  color: #dcdcdc;
}
.header-block .nav-right a + a {
  margin-left: 15px;
}
.header-block .nav-right a, .header-block .nav-right i, .header-block .nav-right span {
  display: inline-block;
}
.header-block .nav-right span {
  vertical-align: text-bottom;
}
.header-block .nav-right img {
  display: block;
}
.header-block .m-menu-open {
  position: absolute;
  top: 42%;
  right: 20px;
  display: block;
  max-width: 31px;
  width: 5%;
  padding: 1.5%;
  background-color: #484848;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.header-block .m-menu-open img {
  width: 100%;
}
.header-block .m-menu-close {
  position: absolute;
  top: 5%;
  right: 25px;
  display: block;
  max-width: 31px;
  width: 5%;
  z-index: 1;
}
.header-block .m-menu-close img {
  width: 100%;
}
.header-block .m-menu-block {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  overflow-y: auto;
}
.header-block .m-menu-content {
  position: relative;
  width: 75%;
  margin: auto;
  padding-top: 15%;
}
.header-block .m-menu-content li {
  text-align: center;
  padding: 11px 0;
}
.header-block .m-menu-content li + li {
  border-top: 2px #32373A solid;
}
.header-block .m-menu-content li a {
  font-size: 12pt;
  line-height: 1.83333em;
  color: #fff;
}
.header-block .m-menu-content select {
  width: 50%;
  padding: 3px 0;
  
}
.header-block .m-menu-content .lang-block {
  width: 100%;
  margin: 5% auto 10%;
  text-align: center;
  color: #fff;
}
.header-block .member-block {
  text-align: center;
}
.header-block .member-block a {
font-size: 14px;
    line-height: 30px!important;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: inherit;
}
.header-block .member-block a:hover {
  color: #dcdcdc;
}
.header-block .member-block a + a {
  margin-left: 15px;
}
.header-block .member-block i {
  width: 23px;
}
.header-block .member-block a, .header-block .member-block i, .header-block .member-block span {
  display: inline-block;
}
.header-block .member-block span {
  vertical-align: text-bottom;
  margin-left: 2px;
}
.header-block .member-block img {
  width: 100%;
  display: block;
}
.header-block .m-menu-footer {
  width: 100%;
  max-width: 416px;
  margin: 5% auto 0;
  text-align: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.header-block .m-menu-footer img {
  width: 100%;
}
.header-block .m-menu-footer a {
  display: block;
  padding: .5% 0;
  width: 14%;
  font-size: 1em;
  line-height: 100%;
  position: absolute;
  z-index: 1;
  left: 6.7%;
  top: 23.4%;
  text-indent: -1000px;
}
.header-block .m-menu-footer .mb2 {
  left: 24.2%;
  width: 20%;
}
.header-block .m-menu-footer .mb3 {
  left: 65.8%;
  width: 23%;
}
.header-block .m-menu-footer .mb4 {
  left: 6.7%;
  top: 67%;
}
.header-block .m-menu-footer .mb5 {
  left: 24.2%;
  top: 67%;
}
.header-block .m-menu-footer .mb6 {
  left: 65.8%;
  top: 67%;
  width: 23%;
}




.index .index_news .content .txt p {
    font-size: 14px;
	line-height:20px;
}



/*@media (min-width: 0px) {
  .header-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-block:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/




@media (min-width: 0px) {
  .header-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .header-block:after {
    content: " ";
    display: block;
    clear: both;
  }

}
@media (min-width: 960px) {
  .header-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 27px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .header-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  .header-block select {
    font-size: 12px;
    line-height: 100%;
  }
  .header-block .logo {
    width: 63px;
    padding-top: 28px;
  }
  .header-block .nav-right {
    top: 65px;
  }
  .header-block .nav-right a {
    font-size: 13px;
    line-height: 100%;
  }
  .header-block .nav-right span {
    vertical-align: super;
    font-family: 'Myriad Pro Regular';
    font-size: 13px;
  }
  .header-block .nav-left {
    top: 65px;
  }
  .header-block .nav-left label {
    font-size: 13px;
    line-height: 100%;
  }
  .header-block .nav-left p {
    font-size: 12px;
    line-height: 140%;
  }
  .header-block .nav-left .welcome-block {
    padding: 2px 35px 0 40px;
  }
  .header-block .nav-left, .header-block .nav-right, .header-block .nav-block {
    display: block;
  }
  .header-block .m-menu-open {
    display: none;
  }
  .header-block .nav-block a {
    font-size: 16px;
    line-height: 100%;
    font-family: 'Myriad Pro Regular';
  }
}

.footer-block {
  position: relative;
  padding: 15px 0;
  background-color: #f7f5f8;
}
.footer-block .footer_menu {
	display: none;
	height: 53px;
	border: none;
	background-image: url(../images/footer_menu_bg.jpg);
	background-position: center top;

}
.footer-block .footer_menu .footer-content {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 14px 0;
}
.footer-block .footer_menu .footer-content img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.footer-block .footer_menu .footer-content a {
  font-size: 14px;
  line-height: 1.57143em;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.footer-block .footer_menu .footer-content span {
  display: inline-block;
  padding: 0 25px;
  vertical-align: middle;
}
.footer-block .footer_menu .footer-content span.o {
  padding: 0 15px;
}
.footer-block .footer_menu .footer-content .f_top {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 0;
  text-align: center;
}
.footer-block .footer_menu .footer-content .f_top p {
  font-size: 0.75em;
  line-height: 1.83333em;
}
.footer-block .footer_txt {
  vertical-align: middle;
  position: relative;
  background-color: #f7f5f8;
}
.footer-block .footer_txt p {
  font-size: 0.75em;
  line-height: 1.83333em;
  color: #7c7c7c;
  font-family: "Myriad Pro Regular";
}
.footer-block .footer_txt .fm_logo {
  width: 6.5%;
  max-width: 40px;
  position: relative;
  margin: auto;
}
.footer-block .footer_txt .fm_logo img {
  width: 100%;
}
.footer-block .footer_txt .f_logo {
  display: none;
  vertical-align: middle;
}
.footer-block .footer_txt .f_text {
  padding: 13px 0;
  display: block;
  vertical-align: middle;
  width: 75%;
  max-width: 485px;
  margin: auto;
}
.footer-block .footer_txt .f_text span {
  color: #464343;
}
.footer-block .footer_txt .f_text font {
  color: #7c7c7c;
}
.footer-block .footer_txt .f_text img {
  display: inline-block;
  vertical-align: middle;
}
.footer-block .f_icon {
  position: relative;
  width: 100%;
  margin: auto;
  text-align: center;
}
.footer-block .f_icon a {
  display: inline-block;
  width: 6%;
  max-width: 31px;
}
.footer-block .f_icon a img {
  width: 100%;
}
.footer_counter {
  padding: 3px 4px 1px 4px;
  margin-left: 2px;
  width: 40px;
  background-color: #777;
  text-align: right;
  color: white!important;
  display: inline;
}
/*@media (min-width: 0px) {
  .footer-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-block:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 0px) {
  .footer-block {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .footer-block:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  .footer-block {
    background-color: #fff;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
  .footer-block:after {
    content: " ";
    display: block;
    clear: both;
  }
  .footer-block .footer_menu {
    display: block;
  }
  .footer-block .footer-content a {
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
  }
  .footer-block .footer-content a:hover {
    color: #cccccc;
  }
  .footer-block .footer_txt {
    padding: 19px 45px 14px;
  }
  .footer-block .footer_txt p {
    font-size: 12px;
  }
  .footer-block .footer_txt .f_logo {
    display: inline-block;
  }
  .footer-block .footer_txt .fm_logo {
    display: none;
  }
  .footer-block .footer_txt .f_text {
    display: inline-block;
    width: 485px;
    padding: 0;
    margin-left: 5px;
  }
  .footer-block .f_icon {
    position: absolute;
    width: auto;
    bottom: 38px;
    right: 55px;
  }
  .footer-block .f_icon a {
    width: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .footer-block .f_icon a:hover {
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
  .footer-block .f_icon img {
    display: block;
  }
}

.index .sub_banner {
  width: 100%;
  max-height: 200px;
}
.index .sub_banner img {
  width: 100%;
}
.index .sub_banner .space {
  height: 3px;
}
.index .sub_banner a {
  display: block;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 20px;;
  color: #fff;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
 /* &:hover:before,
 &:hover>div:before {
     width: 100%;
 }
 &:hover:after,
 &:hover>div:after {
     height: 100%;
 }
 &:hover > span {
     content: '';
     position: absolute;
     z-index: 4;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background: #000000;
     filter: alpha(opacity=20);
     -moz-opacity: 0.2;
     -khtml-opacity: 0.2;
     opacity: 0.2;
     -moz-transition: all 3s ease;
     -webkit-transition: all 3s ease;
     transition: all 3s ease;
 }
 &:before {
     bottom: 0;
     left: 0;
     width: 0;
     height: 5px;
     -moz-transition-delay: .3s;
     -webkit-transition-delay: .3s;
     transition-delay: .3s;
 }
 &:after {
     top: 0;
     left: 0;
     width: 5px;
     height: 0;
     -moz-transition-delay: .3s;
     -webkit-transition-delay: .3s;
     transition-delay: .3s;
 }
 &>div:before {
     top: 0;
     left: 0;
     width: 0;
     height: 5px;
     -moz-transition-delay: .3s;
     -webkit-transition-delay: .3s;
     transition-delay: .3s;
 }
 &>div:after {
     top: 0;
     right: 0;
     width: 5px;
     height: 0;
 }
& > div:after,
& > div:before,
&:after,
&:before {
     content: '';
     position: absolute;
     background: #4d4d4d;
     z-index: 6;
     -moz-transition: all 0.3s ease;
     -webkit-transition: all 0.3s ease;
     transition: all 0.3s ease;
 }
 */
}
.index .sub_banner a div {
  position: absolute;
  z-index: 5;
  width: 100%;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  font-family: 'Myriad Pro Regular';
}
.index .sub_banner a div span {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.index .sub_a {
  position: relative;
  overflow: hidden;
}
.index .sub_a a {
  position: relative;
  display: inline-block;
  position: relative;
}
.index .sub_a a:hover .sub-mask {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index .sub_a img {
  width: 100%;
}
.index .sub_a .sub-mask {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index .sub_a .is-desktop {
  height: 100%;
  background-position: 100% center;
  background-repeat: no-repeat;
  box-sizing: border-box;
}
.index .sub_a .sub_a_text {
  position: absolute;
  bottom: 4%;
  left: 2.5%;
  width: 50%;
}
.index .sub_a .sub_a_text p {
	font-size: 18px;
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
	padding-right: 1%;
  font-family: 'sabonnextltpro-regular';
}
.index .sub_a .sub_a_text p + p {
	padding-left: 2%;
	padding-right: 0;
  padding-top: 4.5px;
	font-size: 16px;
	line-height: 20px;
	line-height: 100%;
	vertical-align: middle;
  font-family: "Myriad Pro";
}
.index .sub_a .l .is-desktop {
  background-color: #131221;
}
.index .sub_a .l p {
  color: #bab4b4;
}
.index .sub_a .l p + p {
  border-left: #bab4b4 1.5px solid;
  color: #fff;
}
.index .sub_a .r p {
  color: #736f6f;
}
.index .sub_a .r p + p {
  border-left: #736f6f 1.5px solid;
  color: #1f1f1f;
}
.index .index_tab {
  background: #F7F5F8;
  position: relative;
  padding: 0;
  min-height: 400px;
  transition: height 600ms;
  -moz-transition: height 600ms;
  /* Firefox 4 */
  -webkit-transition: height 600ms;
  /* Safari and Chrome */
  -o-transition: height 600ms;
  /* Opera */
}
.index .index_tab .content h2 {
  font-size: 18px;
  line-height: 24px;
  line-height: 100%;
  font-weight: normal;
  color: #303439;
  text-align: center;
  padding: 4.2% 0;
  margin: 0;
}
.index .index_tab_links {
  position: relative;
}
.index .index_tab_links .tab-link {
    position: relative;
    display: inline-block;
    width: 48%;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 25px!important;
    /* line-height: 100%; */
    padding: 2% 0;
    z-index: 1;
}
.index .index_tab_links .tab-link br {
  display: none;
}
.index .index_tab_links .tab-link.t2.active + .index_tab_bg {
  background-image: url(../images/index_tab_bg2.jpg);
}
.index .index_tab_links .index_tab_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/index_tab_bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .index_news {
  background-image: inherit;
}
.index .index_news .content {
  width: 98%;
  margin: 0 auto;
  max-width: 1090px;
}
.index .index_news .content .item {
  position: relative;
  width: 84%;
  margin: auto;
  box-sizing: border-box;
  border-bottom: #b6b6b6 1px solid;
  padding-bottom: 5%;
}
.index .index_news .content .item + .item {
  padding-top: 5%;
}
.index .index_news .content .pic {
  display: block;
  width: 100%;
  margin: auto;
}
.index .index_news .content .pic img {
  width: 100%;
  height: auto;
}
.index .index_news .content .txt {
  display: block;
  width: 100%;
  padding: 4.5% 0 4%;
  line-height: 160%;
  color: #7c7c7c;
  vertical-align: middle;
}
.index .index_news .content .txt h4 {
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	font-weight: normal;
	margin-bottom: 10px;
  font-family: 'sabonnextltpro-regular';
}
.index .index_news .content .txt span {
	font-size: 22px;
	line-height: 20px;
	line-height: 100%;
	color: #124a81;
	/*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
}
/*.index .index_news .content .more {
  position: relative;
  display: flex;
  width: 20%;
  background-color: #7c7c7c;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  float: right;
}
.index .index_news .content .more span {
color:#fff;
}*/
.index .index_product {
  display: none;
}
.index .news_more_box {
  padding: 5% 0;
}
.index .news_more {
  position: relative;
  width: 50%;
  max-width: 304px;
  display: block;
  margin: auto;
  padding: 2% 0;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  background-image: url(../images/more1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 100% center;
  text-align: center;
  font-family: 'Myriad Pro Regular';
}
.index .index_product .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1468px;
}
.index .index_product_list {
  width: 100%;
  max-width: 1480px;
  margin: 0 auto;
}
.index .index_product_list a {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
.index .index_product_list img {
  width: 100%;
}
.index .index_product_list .mask-p {
  position: absolute;
  width: 70%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 20px;
}
.index .index_product_list .mask-p p {
  position: relative;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.index .index_product_list .p1 {
  width: 45.6%;
  margin-right: 1%;
}
.index .index_product_list .p2 {
  width: 53.4%;
  float: left;
}
.index .index_product_list .p3 {
  width: 100%;
  margin: 1% 0;
}
.index .index_product_list .p3 .mask-p {
  width: 40%;
}
.index .index_product_list .pl {
  margin-top: 2%;
}
/*@media (min-width: 0px) {
  .index {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 0px) {
  .index {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index:after {
    content: " ";
    display: block;
    clear: both;
  }
  .index .sub_banner {
    max-height: none;
  }
  .index .index_news {
    background-image: inherit;
  }


  .col.col-xs-4 {
    width: 32.33333%;
	margin-right:1.5%;
}
  .draggable .col.col-xs-4 {
    width: 32.33333%;
	margin-right:0%;
}

  .col.col-xs-4:last-child{
    width: 32.33333%;
	margin-right:0%;
}
  
.index .sub_banner .col.col-xs-6 {
    width: 50%;
	margin-right:0%;
	margin-bottom:0px;
}
  
.index .sub_banner .11.col.col-xs-6{

	margin-bottom:10px!important;
}
  
.index .sub_banner .12.col.col-xs-6{

	margin-bottom:10px!important;
}
  
  
  .col.col-xs-6 {
    width: 49.5%;
	    padding-right: 1%;
}
  
  
  
    .col.col-xs-6:nth-child(2n){
    width: 49.5%;
	margin-right:0%;
}


  .col.col-xs-7 {
    width: 59%;
	margin-right:1%;
}

  .col.col-xs-5 {
    width: 40%;
	margin-right:0%;
}
.banner2 .col.col-xs-6 {
    width: 50%;
    margin-right: 0%;
    padding: 0px;

}
.banner1 .col.col-xs-4 {
    width: 33.33333%;
    margin-right: 0%;
}










/*.index .index_news .content .more {
	width:60px!important;
	height:60px;
  position: relative;
  display: flex;
  width: 20%;

  	align-items: center;
	text-align: center;
	justify-content: center;
}

*/



}








@media (min-width: 960px) {
	
	.section-block p {
  font-size:12px;
  line-height: 24px;

}
	
	
  .index {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .index:after {
    content: " ";
    display: block;
    clear: both;
  }
  .index .sub_banner a {
    font-size: 16px;
  }
  .index .sub_banner a:before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background-color: #fff;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .index .sub_banner a:hover {
    opacity: 0.48;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=48)";
    filter: alpha(opacity=48);
  }
  .index .header-block {
    background-color: transparent;
    padding: 0;
  }
  .index .header-block .logo {
    width: 63px;
    padding-top: 28px;
  }
  .index .header-block .nav-left {
    top: 50px;
  }
  .index .header-block .nav-left .welcome-block {
    display: block;
  }
  .index .header-block .nav-right {
    top: 50px;
  }
  .index .header-block .nav-block {
    padding-top: 25px;
  }
  .index .footer-block {
    padding-top: 40px;
    padding-bottom: 0;
  }
  .index .sub_a a {
    height: 198px;
  }
  .index .sub_a .sub_a_text {
    bottom: 20px;
  }
  .index .sub_a .sub_a_text p {
    font-size: 23px;
    line-height: 90%;
  }
  .index .sub_a .sub_a_text p + p {
    font-size: 20px;
    line-height: 90%;
  }
  .index .sub_a .l .sub_a_text {
    left: 26px;
  }
  .index .sub_a .l .is-desktop {
    background-image: url("../images/index_l_btn.png");
    background-position: 10px center;
  }
  .index .sub_a .l p + p {
    border-left: #bab4b4 2px solid;
  }
  .index .sub_a .r {
    position: absolute;
    right: 0;
    -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 10% 100%);
    clip-path: polygon(16% 0, 100% 0, 100% 100%, 10% 100%);
    overflow: hidden;
  }
  .index .sub_a .r .sub_a_text {
    left: 136px;
  }
  .index .sub_a .r p + p {
    border-left: #736f6f 2px solid;
  }
  .index .sub_a .r .is-desktop {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 1100px;
    width: 100%;
    background-color: #fff;
    background-image: url("../images/index_r_btn.png");
  }
  .index .index_tab .content h2 {
    font-size: 26px;
    line-height: 100%;
    padding: 0 0 25px;
    font-family: 'sabonnextltpro-regular';
  }
  .index .index_tab .tab_box {
    padding: 55px 0 46px;
  }
  .index .index_tab_links {
    position: absolute;
    z-index: 6;
    width: 40px;
    left: 0;
    top: 130px;
    background-image: inherit;
  }
  .index .index_tab_links .tab-link {
    display: block;
    height: 194px;
    width: 100%;
    background: #929292;
    color: #fff;
    border-bottom: #f7f5f8 1px solid;
    text-align: center;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 110%;
  }
  .index .index_tab_links .tab-link br {
    display: block;
  }
  .index .index_tab_links .tab-link span {
	/*position: absolute;
	top: 30%;
	left: 30%;*/
	line-height: 18px;
  writing-mode: vertical-rl;
  height: 100%;
  font-family: 'Myriad Pro Regular';
  }
  .index .index_tab_links .tab-link + .tab-link {
    border: none;

  }
  .index .index_tab_links .tab-link + .tab-link span {
	top: 25%;

  }
  .index .index_tab_links .tab-link.active, .index .index_tab_links .tab-link:hover {
    background: #000;
	
  }
  .index .index_news {
    background-image: url("../images/index_news_bg.jpg");
    background-position: right bottom;
    background-repeat: no-repeat;
  }
  .index .index_news .content {
    width: 98%;
    margin: 0 auto;
    max-width: 1090px;
  }
  .index .index_news .content .item {
    width: auto;
    border-top: 1px #B6B6B6 solid;
    border-bottom: 1px #B6B6B6 solid;
    padding: 24px 0;
    padding-left: 26px;
    margin-bottom: 44px;
    box-sizing: border-box;
    position: relative;
  }
  .index .index_news .content .item + .item {
    padding: 24px 0;
    padding-left: 26px;
  }
  .index .index_news .content .pic {
    display: inline-block;
    width: 230px;
    vertical-align: middle;
  }
  .index .index_news .content .pic a {
    display: block;
    width: 210px;
    height: 140px;
  }
  .index .index_news .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .index .index_news .content .txt {
    display: inline-block;
    width: 60%;
    line-height: 150%;
    border-right: 1px #B6B6B6 solid;
    padding: 0;
    padding-right: 20px;
    color: #7c7c7c;
    vertical-align: middle;
    min-height: 140px;
  }
  .index .index_news .content .txt h4 {
	font-size: 24px;
	color: #444444;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
  font-family: 'sabonnextltpro-regular';
  }
  .index .index_news .content .txt p {
    font-size: 14px;
  }
  .index .index_news .content .txt span {
	font-size: 22px;
	line-height: 100%;
	color: #124a81;
	/*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
  }
/*  .index .index_news .content .more {
    display: block;
    width: 98px;
    height: 98px;
    padding: 0;
    background-image: url("../images/read_more.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 98px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    top: 45px;
    right: 3%;
  }*/
/*  .index .index_news .content .more span {
    top: 0;
  }
  .index .index_news .content .more:hover {
    background-position: 0 -98px;
  }*/
  .index .news_more_box {
    padding: 0;
  }
  .index .news_more {
    width: 304px;
    height: 36px;
    display: block;
    padding: 0;
    margin: 0 auto;
    background-image: url(../images/more1.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    font-family: 'Myriad Pro Regular';
  }
  .index .news_more:hover {
    background-position: 0 -38px;
  }
  .index .index_product_list {
    width: 100%;
    max-width: 1480px;
    margin: 0 auto;
  }
  .index .index_product_list a {
    position: relative;
    display: block;
    float: left;
  }
  .index .index_product_list a:hover .mask-p {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .index .index_product_list a:hover .mask-p p {
    top: 0;
  }
  .index .index_product_list .mask-p {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.72);
    bottom: 0;
    padding: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index .index_product_list .mask-p p {
    position: relative;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-family: 'Myriad Pro Regular';
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .index .index_product_list .p1 {
    width: 24.2%;
    margin-right: 0.6%;
  }
  .index .index_product_list .p2 {
    width: 28.4%;
    float: left;
  }
  .index .index_product_list .p3 {
    margin: 0;
    width: 46%;
    margin-left: 7px;
  }
  .index .index_product_list .p3 .mask-p {
    width: 100%;
  }
  .index .index_product_list .pl {
    margin-top: 1.65%;
  }
  
  .index .sub_banner .col.col-xs-6 {
    width: 25%;
	margin-right:0%;
	margin-bottom:0px;
	padding:0px;

}


}

.news .banner h2 {
	color: #a5a5a5;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	letter-spacing: 0.1em;
	-moz-transition: all 1.5s ease-out;
	-o-transition: all 1.5s ease-out;
	-webkit-transition: all 1.5s ease-out;
	transition: all 1.5s ease-out;
	-moz-transition-delay: 1s;
	-o-transition-delay: 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
	/*font-family: 'sabonnextltpro-regular', "微軟正黑體", Arial;*/
}
.news .banner h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 0.5em;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.news .banner p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.news .banner img {
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.news .banner.play h2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.03em;
}
.news .banner.play h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.1em;
}
.news .banner.play p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.news .banner.play img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.news .banner .item-box {
  overflow: hidden;
}
.news .banner .banner-info {
  top: 30%;
}
.news .news_tab {
  width: 90%;
  max-width: 560px;
  position: relative;
  margin: 2% auto 3%;
}
.news .news_tab a {
  display: inline-block;
  width: 32%;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-size: 16px;
  height: 16px;
}
.news .news_tab a:hover, .news .news_tab a.active {
  color: #d9d9d9;
}
.news .news_tab .news-bg-block .news_bg {
  display: none;
}
.news .news_tab .news-bg-block .news_bg.active {
  display: block;
}
.news .news_tab .news-bg-block img {
  width: 100%;
}
.news .news_tab .content {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.news .news_tab .content span {
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.news .news_list {
  background-image: inherit;
}
.news .news_list .item-center {
  position: relative;
  width: 84%;
  margin: auto;
  padding-top: 5%;
  padding-bottom: 5%;
}
.news .news_list .content {
  width: 98%;
  margin: 0 auto;
  max-width: 1090px;
}
.news .news_list .content .item {
  position: relative;
  box-sizing: border-box;
}
.news .news_list .content .item + .item .item-center {
  border-top: #b6b6b6 1px solid;
}
.news .news_list .content .pic {
  display: block;
  width: 100%;
  margin: auto;
}
.news .news_list .content .pic img {
  width: 100%;
  height: auto;
}
.news .news_list .content .txt {
  display: block;
  width: 100%;
  padding: 4.5% 0 4%;
  line-height: 160%;
  color: #7c7c7c;
  vertical-align: middle;
}

.news .news_list .content .txt {
font-size: 14px;
    line-height:20px
}

.news .news_list .content .txt h4 {
    margin: 0;
    font-size: 16px;
    line-height: 36px;
	  margin-bottom:10px;
    color: #444444;
    font-family: 'sabonnextltpro-regular';
}
.news .news_list .content .txt span {
  font-size: 22px;
  line-height: 2em;
  line-height: 100%;
  color: #124a81;
  /*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
}
.news .news_list .content .more,.index .index_news .content .more  {
  position: relative;
  display: block;
  width: 20%;
  padding-bottom: 20%;
  background-color: #7c7c7c;
  text-align: center;
  color: #fff;
  font-size: 0.9375em;
  line-height: 1.46667em;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-decoration: none;
  overflow: hidden;
  z-index: 2;
  float: right;
}
.news .news_list .content .more span,.index .index_news .content .more span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 40%;
  font-family: 'Myriad Pro Regular';
  font-size: 16px;
}
.news .news_list .item_end {
  padding: 0 8%;
  padding-bottom: 5%;
  text-align: right;
  box-sizing: border-box;
}
.news .news_list .item_end .item-more-btn {
	display: inline-block;
    width: auto;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    color: #7C7C7C;
    padding-left: 22px;
    background-image: url(../images/new_more_icon.png);
    background-repeat: no-repeat;
    background-position: left center;
    font-family: 'Myriad Pro Regular';
    background-position: left 0px;
}
.news .news_list .item_end .item-more-btn img {
  width: 100%;
}
.news .news_list_PR .content {
  width: 100%;
  margin: 0 auto;
}
.news .news_list_PR .item {
  position: absolute;
  width: 40%;
  margin: 2%;
  padding: 2%;
  float: left;
  border: 1px #E2E2E2 solid;
}
.news .news_list_PR .item a {
  display: block;
}
.news .news_list_PR .item a:before {
  left: 0;
  top: 0;
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news .news_list_PR .item:hover a:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.news .news_list_PR .item:hover .pic img {
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.news .news_list_PR .item .pic {
  position: relative;
  overflow: hidden;
  z-index: -1;
}
.news .news_list_PR .item .pic img {
  width: 100%;
  height: auto;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.news .news_list_PR .item .txt {
  font-size: 14px;
  line-height: 160%;
  padding-top: 6%;
  color: #444444;
}
.news .news_list_PR .item .txt h4 {
	margin: 0;
	padding: 3% 0;
	line-height: 160%;
	font-size: 15px;
	line-height: 24px;
	font-weight: normal;
	color: #444444;
}
.news .news_list_PR .item .txt span {
  font-size: 22px;
  line-height: 20px;
  line-height: 100%;
  color: #124a81;
  /*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
}
.produce .section-8 .btn-group a:hover {

	background-color: #5E5E5E;

}
/*@media (min-width: 0px) {
  .news {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 0px) {
  .news {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news:after {
    content: " ";
    display: block;
    clear: both;
  }
  .news .news_list {
    background-image: inherit;
  }
.news .news_list .content .more,.index .index_news .content .more  {
    width: 20%;
    padding-bottom: 20%;
}
  .news .news_list_PR .item {
    margin: 3%;
    padding: 2%;
    width: 90%;
  }
}


@media (min-width: 480px) {

  
    .news .news_list_PR .item {
    margin: 1%!important;
    padding: 2%!important;
    width: 40%!important;
  }
  

}


@media (min-width: 780px) {

  
    .news .news_list_PR .item {
    margin: 1%!important;
    padding: 2%!important;
    width: 27%!important;
  }
  

}
@media (min-width: 960px) {
  .news {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .news:after {
    content: " ";
    display: block;
    clear: both;
  }
  .news .banner h2 {
    font-size: 2.25em;
    line-height: 1.22222em;
  }
  .news .banner .item-box {
    height: 300px;
  }
  .news .banner .banner-info {
    top: 45%;
  }
  .news .news_tab {
    margin: auto;
    padding: 45px 0;
  }
  .news .news_list .item-center {
    width: auto;
    border: none;
    padding: 0;
  }
  .news .news_list .item_end {
    padding: 0 35px;
    padding-top: 25px;
    padding-bottom: 65px;
    text-align: right;
    box-sizing: border-box;
  }
  .news .news_list .item_end .item-more-btn {
	width: auto;
	background-image: url(../images/new_more_icon.png);
	background-repeat: no-repeat;
	background-position: left 0;
	padding-left: 22px;
  }
  .news .news_list .item_end a {
    display: inline-block;
  }
  .news .news_list .content {
    width: 98%;
    margin: 0 auto;
    max-width: 1090px;
  }
  .news .news_list .content .item {
    width: 100%;
    border-top: 1px #B6B6B6 solid;
    border-bottom: 1px #B6B6B6 solid;
    padding: 24px 0;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
  }
  .news .news_list .content .item + .item {
    border-top: none;
  }
  .news .news_list .content .item + .item .item-center {
    border: none;
  }
  .news .news_list .content .pic {
    display: inline-block;
    width: 230px;
    vertical-align: middle;
  }
  .news .news_list .content .pic a {
    display: block;
    width: 210px;
    height: 140px;
  }
  .news .news_list .content .pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .news .news_list .content .txt {
    display: inline-block;
    width: 60%;
    font-size: 14px;
    line-height: 160%;
    border-right: 1px #B6B6B6 solid;
    padding: 0;
    padding-right: 20px;
    color: #7c7c7c;
    vertical-align: middle;
    min-height: 140px;
  }
  .news .news_list .content .txt h4 {
    margin: 0;
    font-size: 18px;
    color: #444444;
    font-family: 'sabonnextltpro-regular';
  }
  .news .news_list .content .txt p {
    font-size: 14px;
  }
  .news .news_list .content .txt span {
	font-size: 22px;
	line-height: 100%;
	color: #124a81;
	/*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
	margin-bottom: 10px;
  }
  .news .news_list .content .more,.index .index_news .content .more  {
    display: block;
    width: 98px;
    height: 98px;
    padding: 0;
    background-image: url("../images/read_more.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    text-align: center;
    line-height: 98px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    position: absolute;
    z-index: 2;
    top: 25px;
    right:3%;
  }
  .news .news_list .content .more span,.index .index_news .content .more span {
    top: 0;
  }
  .news .news_list .content .more:hover {
    background-position: 0 -98px;
  }
  .news .news_list_PR .content {
    width: 100%;
    max-width: 1822px;
    margin: 0 auto;
  }
  .news .news_list_PR .item {
    position: absolute;
    width: 12.19%;
    padding: 23px 25px 30px;
    margin: 14.5px 14px;
    float: left;
    border: 1px #E2E2E2 solid;
  }
  .news .news_list_PR .item a {
    display: block;
  }
  .news .news_list_PR .item a:before {
    left: 0;
    top: 0;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    display: block;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  .news .news_list_PR .item:hover a:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .news .news_list_PR .item:hover .pic img {
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
  }
  .news .news_list_PR .item .pic {
    position: relative;
    overflow: hidden;
    z-index: -1;
  }
  .news .news_list_PR .item .pic img {
    width: 100%;
    height: auto;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .news .news_list_PR .item .txt {
    font-size: 14px;
    line-height: 160%;
    padding-top: 6%;
    color: #444444;
  }
  .news .news_list_PR .item .txt h4 {
    margin: 0;
    padding: 3% 0;
    line-height: 160%;
    font-size: 18px;
   font-weight: normal;
    color: #444444;
    font-family: 'sabonnextltpro-regular';
  }
  .news .news_list_PR .item .txt span {
    font-size: 22px;
    line-height: 100%;
    color: #124a81;
    /*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
  }
  
  
  
  
  
  
    .news .news_list_PR .item {
    margin: 1%!important;
    padding: 2%!important;
    width:13%!important;
  }
  
  
}

#infscr-loading img {
  display: block;
  width: 220px;
  margin: 2% auto;
}

#detail .content {
  padding: 55px;
  height: auto;
}
#detail .title {
  position: relative;
}
#detail h3 {
  font-size: 1.25em;
  line-height: 2.2em;
  font-weight: bold;
  color: #444444;
  max-width: 85%;
}
#detail .detail_day {
  position: absolute;
  z-index: 1;
  top: 1%;
  right: 0;
  font-size: 1.375em;
  line-height: 2em;
  color: #124a81;
  /*font-family: "sabonnextltpro-regular", 微軟正黑體, 蘋果儷黑體, 新細明體, Arial, Verdana, Helvetica, sans-serif;*/
}
#detail hr {
  height: 1px;
  width: 100%;
  background: #B6B6B6;
  border: none;
}
#detail .descript {
  font-size: 14px;
  line-height: 160%;
  color: #555555;
  height: 600px;
}
#detail .descript p {
  padding: 1% 0;
}
#detail .descript p img {
  display: block;
  margin: 2% auto;
}
#detail .descript p a img {
  display: inline;
}

@media screen and (max-width: 0px) {
  #detail {
    width: 100%;
    height: 100%;
  }
  #detail .content {
    padding: 15% 3% 5%;
    height: 100%;
  }
  #detail .descript {
    height: auto;
    height: 25em;
    height: 70vh;
  }
  #detail .descript p a img {
    display: inline;
    width: auto;
  }
  #detail .descript p img {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
}
/*@media (min-width: 0px) {
  #detail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #detail:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 768px) {
  #detail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #detail:after {
    content: " ";
    display: block;
    clear: both;
  }
  
   .index .index_news .content .more  {
    top: 25%;
    right:3%;
  }
  
  
  
      .news .news_list .content .more{

    /*right:1%;*/
  }

}
@media (min-width: 960px) {
  #detail {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
    width: 780px;
    position: relative;
  }
  #detail:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.about .pc {
  display: none;
}
.about .banner h2 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 0.1em;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.about .banner h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 0.5em;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.about .banner p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.about .banner img {
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.about .banner.play h2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.03em;
}
.about .banner.play h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.1em;
}
.about .banner.play p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.about .banner.play img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.about .banner .banner-info {
  top: 45%;
}
.about .banner .item-box {
  overflow: hidden;
}
.about .banner .item-bg {
  height: 100%;
}
.about .banner .item-bg.desktop {
  display: none;
}
.about .banner video {
  position: absolute;
  background: #000;
  min-width: 100%;
  min-height: 100%;
  max-height: 900px;
  width: auto;
  height: auto;
  overflow: hidden;
  bottom: 0%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(0%);
  transform: translateX(-50%) translateY(0%);
}
.about .about-company-btn-box {
  text-align: center;
}
.about .about-company-btn-box a {
  display: inline-block!important;
}
.about .about-company-btn-box .btn1 {
  display: none!important;
}
.about .about-company-btn-box:hover .btn {
  display: none!important;
}
.about .about-company-btn-box:hover .btn1 {
  display: inline-block!important;
}
.about .history {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.about .history h2 {
  font-size: 38px;
  line-height: 1.22222em;
  font-weight: normal;
  text-align: center;
  margin: 5% 0;
  margin-bottom: 10%;
  font-family: 'sabonnextltpro-regular';
}
.about .history-box {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin: auto;
}
.about .history-box .ruler-l {
  position: absolute;
  width: 100%;
  height: 38px;
  left: -100%;
  background-position: 100% 0;
  background-image: url("../images/ruler.png");
  background-repeat: repeat-x;
}
.about .history-box .ruler-r {
  position: absolute;
  width: 100%;
  height: 38px;
  right: -100%;
  background-image: url("../images/ruler.png");
  background-repeat: repeat-x;
  background-position-x: 4px;
}
.about .history-box .history-list .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  width: 27px;
  height: 40px;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
}
.about .history-box .history-list .slick-prev {
	outline:none;
  left: 0;
  background-image: url("../images/history_prev.svg");
}
.about .history-box .history-list .slick-next {
	outline:none;
  right: 0;
  background-image: url("../fonts/history_next.svg");
}
.about .history-box .item-h {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url("../images/ruler.png");
  padding-bottom: 500em;
  margin-bottom: -500em;
  outline: none;
}
.about .history-box .item-h .item-borer {
  position: absolute;
  margin-top: 20%;
  height: 100%;
/*  width: 100%;*/
  border-left: #d6d6d6 1px solid;
  border-right: #d6d6d6 1px solid;
}
.about .history-box .item-h .year-text {
  position: absolute;
  display: block;
  font-size: 1.5em;
  line-height: 1.83333em;
  font-family: "constantia";
  top: -0.5%;
  left: -8%;
}
.about .history-box .item-h .arrow-border {
  position: relative;
  width: 90%;
  border-bottom: #a4a4a4 3px solid;
  margin: auto;
  padding-top: 18px;
}
.about .history-box .item-h .arrow {
  position: absolute;
  bottom: -8px;
  left: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #a4a4a4 transparent transparent transparent;
  margin-left: -2.5px;
}
.about .history-box .item-h h3 {
  font-family: "constantia";
  text-align: center;
  font-size: 22px;
  line-height: 36px;
}
.about .history-box .item-h p {
  font-size:15px;
  line-height: 20px;
}
.about .history-box .item-h ul {
  position: relative;
  margin: auto;
  padding-top: 40%;
  padding-bottom: 30%;
  width: 60%;
}
.about .history-box .item-h li {
  color: #4e4e4e;
}
.about .history-box .item-h li .pic {
  position: relative;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  margin: auto;
}
.about .history-box .item-h li .pic .img-middle {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.about .history-box .item-h li .pic img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.about .history-box .item-h li + li {
  margin-top: 20px;
}
.about .history-box .item-h + .item-h .item-borer {
  border-left: none;
}
.about .about_story {
  width: 100%;
  background: #EFEFEF;
}
.about .about_story h2 {
  font-size: 24px;
  line-height:30px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  font-family: 'sabonnextltpro-regular';
}
.about .about_story span {
    font-size: 20px;
    line-height: 24px;
    display: block;
    padding: 3% 0;
    color: #747474;
    text-align: center;
    font-weight: normal;
    margin: 0;
    font-family: 'sabonnextltpro-regular';
}
.about .about_story h3 {
    text-align: center;
    font-weight: normal;
    font-size: 15px;
    line-height: 20px;
    font-family: 'sabonnextltpro-regular';
}
.about .about_story p {
  margin-top: 3%;
  font-size: 14px;
  line-height: 20px;
  line-height: 180%;
}
.about .about_story .col {
  position: relative;
}
.about .about_story .story-pic {
  position: relative;
}
.about .about_story .story-pic img {
  width: 100%;
}
.about .about_story .story-text {
  width: 100%;
  margin: 0 auto;
  padding: 5% 10%;
  box-sizing: border-box;
}
.about .idea {
  position: relative;
  height: 100%;
  margin-top: 5%;
}
.about .idea img {
  width: 100%;
}
.about .idea h2 {
  font-size: 24px;
  line-height:30px;
  color: #fff;
  margin: 3% 0 6%;
  text-align: center;
  font-family: 'sabonnextltpro-regular';
}
.about .idea h3 {
  font-size: 15px;
  line-height: 20px;
  color: #bfbfbf;
  padding: 0;
  text-align: center;
  font-weight: normal;
  margin: 3% 0;
  font-family: 'sabonnextltpro-regular';
}
.about .idea .mb {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .idea .content {
  position: relative;
  width: 100%;
}
.about .idea .content > div {
  width: 70%;
  margin: auto;
  padding: 5% 0;
}
.about .idea .content p {
  font-size:14px;
  line-height: 20px;
  line-height: 180%;
  color: #bfbfbf;
}
.about .about_company {
  background-color: #fbfaff;
  padding: 4% 0;
}
.about .about_company img {
  width: 100%;
}
.about .about_company h2 {
  font-size: 24px;
  line-height:30px;
  font-weight: normal;
  color: #000;
  padding: 3% 0;
  text-align: center;
  font-family: 'sabonnextltpro-regular';
}
.about .about_company h3 {
  font-size: 15px;
  line-height:20px;
  padding: 0;
  text-align: center;
  font-weight: normal;
  margin: 4% 0;
}
.about .about_company h4 {
  font-size: 24px;
  line-height: 20px;
  padding: 0 2%;
  line-height: 150%;
  font-weight: normal;
  margin: 1% 0 3%;
  font-family: 'sabonnextltpro-regular';
}
.about .about_company dl {
  margin: 3% 0;
}
.about .about_company hr {
  margin: 0;
  border: none;
  background: #C6C6C6;
  height: 1px;
}
.about .about_company dl dd,
.about .about_company dl dt {
  display: block;
  float: none;
  margin: 3% auto;
  position: relative;
}
.about .about_company dl dt {
  width: 100%;
  max-width: none;
}
.about .about_company .d1 dd {
  float: none;
}
.about .about_company .d1 dt {
  margin-left: 0;
}
.about .about_company .content {
  max-width: 990px;
  width: 80%;
  padding: 1px 0;
  margin: 0 auto;
}
.about .about_company .content p {
  font-size: 14px;
  line-height: 20px;
  line-height: 150%;
  margin: 2% 0;
  color: #000;
}
.about .about_company .about-company-btn-box a {
  width: 40%;
}
.about .about_company .about-company-btn-box a img {
  width: 100%;
}
.about .about_company .about-company-btn1 {
  padding: 1.5% 0 4%;
  text-align: center;
}
.about .about_company .about-company-btn2 {
  margin-top: 7%;
}
.about .about_brands {
  position: relative;
  background: none;
  height: auto;
}
.about .about_brands img {
  width: 100%;
}
.about .about_brands h2 {
  font-size: 20px;
  line-height: 32px;
  font-weight: normal;
  color: #fff;
  width: 100%;
  max-width: 500px;
  margin: 3% auto;
  text-align: center;
  font-family: 'sabonnextltpro-regular';
}
.about .about_brands .mb {
  position: absolute;
  height: 100%;
  object-fit: cover;
}
.about .about_brands .content {
  position: relative;
  width: 96%;
  z-index: 3;
  padding: 5% 0 8%;
  margin: auto;
}
.about .about_brands .content p {
  width: 85%;
  display: block;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  line-height: 180%;
  color: #bfbfbf;
}
.about .about_brands #silder_brands {
  position: relative;
  padding-top: 2%;
}
.about .about_brands #silder_brands #about_next,
.about .about_brands #silder_brands #about_prev {
  top: 51%;
  width: 3.5%;
  opacity: 0.33;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
  filter: alpha(opacity=33);
}
.about .about_brands #silder_brands #about_next:hover,
.about .about_brands #silder_brands #about_prev:hover {
  opacity: 0.57;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
  filter: alpha(opacity=57);
}
.about .about_brands #silder_brands #silder_ul a {
  position: relative;
  display: block;
  width: 22.5%;
  margin: 1%;
  float: left;
}
.about .about_brands #silder_brands #silder_ul a:before {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.about .about_brands #silder_brands #silder_ul a:hover:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.about .about_brands #silder_brands #about_prev {
  position: absolute;
  z-index: 1;
  left: 1%;
}
.about .about_brands #silder_brands #about_next {
  position: absolute;
  z-index: 1;
  right: 1%;
}
.about .about_brands .silder_brands_insert {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.about .about_brands .silder_brands_insert ul {
  width: 200%;
  position: relative;
}
.about .about_brands .silder_brands_insert li {
  float: left;
  width: 50%;
}
.about .about_brands .silder_brands_insert a {
  display: block;
  width: 14.5%;
  margin: 1%;
  float: left;
}
/*@media (min-width: 0px) {
  .about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 0px) {
  .about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  .about {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about:after {
    content: " ";
    display: block;
    clear: both;
  }
  .about .pc {
    display: block;
  }
  .about .mb {
    display: none;
  }
  .about .banner-block .banner-info {
    top: 390px;
  }
  .about .banner-block .item-bg.mobile {
    display: none;
  }
  .about .banner-block .item-bg.desktop {
    display: block;
  }
  .about .history h2 {
    margin: 5% 0;
    font-family: 'sabonnextltpro-regular';
  }
  .about .history-box .item-h p {
    line-height: 1.8em;
  }
  .about .history-box .item-h .year-text {
    left: -13%;
  }
  .about .about_story {
    display: table;
  }
  .about .about_story h2 {
    font-size: 38px;
    line-height: 100%;
    font-family: 'sabonnextltpro-regular';
  }
  .about .about_story span {
    font-size: 20px;
    line-height: 100%;
    padding: 20px 0 30px;
  }
  .about .about_story h3 {
    font-size: 24px;
    line-height: 100%;
    font-family: 'sabonnextltpro-regular';
  }
  .about .about_story p {
    font-size: 15px;
    line-height: 188%;
    margin-top: 40px;
  }
  .about .about_story .col {
    float: none;
    display: table-cell;
  }
  .about .about_story .story-pic {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
  }
  .about .about_story .story-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .about .about_story .story-text {
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
    padding: 73px 3.5% 93px;
    box-sizing: border-box;
  }
  .about .idea {
    position: relative;
    height: 100%;
    margin-top: 5%;
  }
  .about .idea img {
    width: 100%;
  }
  .about .idea h2 {
    font-size: 38px;
    color: #fff;
    margin: 3% 0 6%;
    text-align: center;
    font-family: 'sabonnextltpro-regular';
  }
  .about .idea h3 {
    font-size: 1.875em;
    line-height: 1.46667em;
    font-size: 24px;
    color: #bfbfbf;
    padding: 0;
    text-align: center;
    font-weight: normal;
    margin: 3% 0;
    font-family: 'sabonnextltpro-regular';
  }
  .about .idea .content {
    position: absolute;
    display: flex;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 1;
  }
  .about .idea .content > div {
    width: 600px;
    height: 420px;
    position: relative;
    margin: -210px auto 0;
    padding: 0;
  }
  .about .idea .content p {
    font-size: 15px;
    line-height: 180%;
    color: #bfbfbf;
  }
  .about .about_company {
    padding: 65px 0 95px;
  }
  .about .about_company h2 {
    padding: 0;
    font-size: 38px;    
    font-family: 'sabonnextltpro-regular';
  }
  .about .about_company h3 {
    font-size: 24px;
    line-height: 100%;
  }
  .about .about_company dl dd,
  .about .about_company dl dt {
    width: 49%;
    display: block;
    float: left;
    position: relative;
  }
  .about .about_company dl dd {
    font-size: 1em;
    line-height: 180%;
    width: 47%;
  }
  .about .about_company .d1 dd {
    float: right;
  }
  .about .about_company .d2 dt {
    float: right;
  }
  .about .about_company .content p {
    font-size: 15px;
  }
  .about .about_company .content1 p {
    margin: 30px 0 50px;
  }
  .about .about_company .content2 .text1 {
    margin: 50px 0 45px;
  }
  .about .about_company .content2 .text2 {
    margin: 30px 0 0;
  }
  .about .about_company .content2 h3 {
    margin: 57px 0 33px;
    font-family: 'sabonnextltpro-regular';
  }
  .about .about_company .content3 .d1 {
    margin: 40px 0 0;
  }
  .about .about_company .content3 .d1 dt {
    width: 462px;
  }
  .about .about_company .content3 .d1 dd {
    width: 489px;
  }
  .about .about_company .content3 .d1 img {
    width: auto;
  }
  .about .about_company .content3 .d2 {
    margin: 55px 0 0;
  }
  .about .about_company .content3 .d2 dt {
    width: 489px;
  }
  .about .about_company .content3 .d2 dd {
    widows: 462px;
  }
  .about .about_company .content3 .d2 img {
    width: auto;
  }
  .about .about_company .content3 a {
    display: block;
    position: absolute;
    z-index: 1;
    right: -45%;
    bottom: 1%;
  }
  .about .about_company .content3 dd, .about .about_company .content3 dt {
    margin: 0;
  }
  .about .about_company .content3 h4 {
    padding: 0;
    margin: 0 0 25px;
    line-height: 120%;
  }
  .about .about_company .content3 p {
    margin: 0;
  }
  .about .about_company .about-company-btn-box a {
    width: auto;
  }
  .about .about_company .about-company-btn1 {
    padding: 50px 0;
  }
  .about .about_company .about-company-btn2 {
    margin-top: 0;
  }
  .about .about_brands {
    background-image: url("../images/about_links.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    height: 679px;
    background-size: cover;
  }
  .about .about_brands h2 {
    font-size: 38px;
    font-weight: normal;
    color: #fff;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 35px;
    text-align: center;    
    font-family: 'sabonnextltpro-regular';
  }
  .about .about_brands .content {
    position: relative;
    width: 960px;
    padding: 60px 0 1px;
    margin: 0 auto;
  }
  .about .about_brands .content p {
    width: 100%;
    max-width: 500px;
    display: block;
    margin: 0 auto;
    font-size: 15px;
    line-height: 180%;
    color: #bfbfbf;
  }
  .about .about_brands #silder_brands {
    position: relative;
    padding-top: 60px;
  }
  .about .about_brands #silder_brands #about_next,
  .about .about_brands #silder_brands #about_prev {
    top: 51%;
    width: auto;
    opacity: 0.33;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=33)";
    filter: alpha(opacity=33);
  }
  .about .about_brands #silder_brands #about_next:hover,
  .about .about_brands #silder_brands #about_prev:hover {
    opacity: 0.57;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=57)";
    filter: alpha(opacity=57);
  }
  .about .about_brands #silder_brands #silder_ul a {
    position: relative;
    width: 14.5%;
  }
  .about .about_brands #silder_brands #silder_ul a:before {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
  }
  .about .about_brands #silder_brands #silder_ul a:hover:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  .about .about_brands #silder_brands #about_prev {
    position: absolute;
    z-index: 1;
    left: 1%;
  }
  .about .about_brands #silder_brands #about_next {
    position: absolute;
    z-index: 1;
    right: 1%;
  }
  .about .about_brands .silder_brands_insert {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .about .about_brands .silder_brands_insert ul {
    width: 200%;
    position: relative;
  }
  .about .about_brands .silder_brands_insert li {
    float: left;
    width: 50%;
  }
  .about .about_brands .silder_brands_insert a {
    display: block;
    width: 14.5%;
    margin: 1%;
    float: left;
  }
}

.product .pc {
  display: none;
}
.product .header-box {
  display: block;
}
.product .section1 .header-box {
  display: none;
}
.product .section1 .slider-menu-box {
  display: none;
}
.product .section1 .slider-item h2 {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 4%;
}
.product .section1 .slider-item h3 {
	font-size: 20px;
	line-height: 1.22222em;
	line-height: 100%;
	text-align: center;
	padding-bottom: 6%;
	font-family: "Myriad Pro Regular";
}
.product .section1 .slider-item p {
	font-size: 14px;
	line-height: 20px;
}
.product .section1 .slider-item img {
  width: 100%;
}
.product .section1 .slider-item li {
  position: relative;
}
.product .section1 .slider-item li.item1 .slider-text {
  background-color: #fff;
}
.product .section1 .slider-item li.item2 .slider-text {
  background-color: #cad3d2;
}
.product .section1 .slider-item li.item3 .slider-text {
  background-color: #565656;
  color: #fff;
}
.product .section1 .slider-item li.item4 .slider-text {
  background-color: #96b3b3;
  color: #fff;
}
.product .section1 .slider-bg {
  overflow: hidden;
}
.product .section1 .slider-text {
  padding: 9% 0 11%;
  box-sizing: border-box;
}
.product .section1 .slider-text .text {
  width: 63%;
  margin: auto;
}
.product .section1 .more-btn {
  width: 80%;
  display: block;
  margin: auto;
  margin-top: 11%;
  max-width:244px;
  
}
.product .section2 {
  position: relative;
  z-index: 2;
  background-color: #fff;
}
.product .section2 img {
  width: 100%;
}
.product .section2 li {
  position: relative;
}
.product .section2 .banner1 p {
  color: #fff;
}
.product .section2 .banner2 li p {
  color: #fff;
}
.product .section2 .banner2 li + li p {
  color: #000;
}
.product .section2 .pic1 {
  position: relative;
}
.product .section2 .pic1 p {
	position: absolute;
	bottom: 0;
	font-size: 14px;
	line-height: 2.2em;
	width: 100%;
	text-align: center;
	text-shadow: 1px 1px 1px #d6d6d6;
}
.product .section2 .pic1 p span {
  color: #43598c;
  font-family: Myriad Pro;
  text-shadow: 1px 1px 1px #121a2d;
  font-size: 9px;
}
.product .section2 .pic2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}
.product .section2 .info {
  display: none;
}
.product .top-block {
  padding: 7% 0 5% 0;
  text-align: center;
}
.product .top-block a {
  display: inline-block;
  width: 20%;
  margin: auto;
  max-width: 88px;
}
/*@media (min-width: 0px) {
  .product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product:after {
    content: " ";
    display: block;
    clear: both;
  }
}*/
@media (min-width: 0px) {
  .product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  .product {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .product:after {
    content: " ";
    display: block;
    clear: both;
  }
  .product .pc {
    display: inherit;
  }
  .product .mb {
    display: none;
  }
  .product .header-box {
    display: none;
  }
  .product .section1 {
    position: relative;
    height: 400vh;
  }
  .product .section1 .header-box {
    display: block;
  }
  .product .section1 .slider-menu-box {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 100%;
    background-color: #2b2b2b;
    z-index: 1;
    display: inherit;
  }
  .product .section1 .slider-menu-box .slider-nav {
    position: relative;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .product .section1 .slider-menu-box a {
    position: relative;
    padding-left: 21px;
    padding-right: 13px;
    color: #000;
    display: block;
    font-size: 14px;
    line-height: 100%;
    text-align: right;
  }
  .product .section1 .slider-menu-box a.active span {
    display: block;
  }
  .product .section1 .slider-menu-box a.active .point {
    background-color: #aebde4;
  }
  .product .section1 .slider-menu-box a.active:before {
    display: block;
  }
  .product .section1 .slider-menu-box a:before {
    content: '';
    position: absolute;
    left: -7px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 7px 0;
    border-color: transparent #2b2b2b transparent transparent;
    display: none;
  }
  .product .section1 .slider-menu-box a + a {
    margin-top: 27px;
  }
  .product .section1 .slider-menu-box span {
    position: absolute;
    display: none;
    width: 145px;
    left: -155px;
    top: 0;
  }
  .product .section1 .slider-menu-box .point {
    position: relative;
    display: block;
    width: 11px;
    height: 11px;
    background-color: #0956ae;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
  }
  .product .section1 .slider-box {
    position: fixed;
    height: 100vh;
    width: 100%;
    overflow: hidden;
  }
  .product .section1 .slider-item img {
    width: auto;
  }
  .product .section1 .slider-item li {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
  }
  .product .section1 .slider-item li.item1 {
    right: 0%;
  }
  .product .section1 .slider-item li.item1 .slider-text {
    background-color: #fff;
  }
  .product .section1 .slider-item li.item2 .slider-text {
    background-color: #cad3d2;
  }
  .product .section1 .slider-item li.item3 .slider-text {
    background-color: #565656;
    color: #fff;
  }
  .product .section1 .slider-item li.item4 .slider-text {
    background-color: #96b3b3;
    color: #fff;
  }
  .product .section1 .slider-item h2 {
    font-size: 38px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'sabonnextltpro-regular';
  }
  .product .section1 .slider-item h3 {
    font-size: 36px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 30px;
    font-family: 'sabonnextltpro-regular';
  }
  .product .section1 .slider-item p {
    font-size: 16px;
    line-height: 170%;
  }
  .product .section1 .slider-item .slider-bg {
    position: relative;
    height: 100%;
  }
  .product .section1 .slider-item .slider-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
  }
  .product .section1 .slider-item .slider-bg .pic1 {
    position: relative;
  }
  .product .section1 .slider-item .slider-bg .pic-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .product .section1 .slider-item .slider-bg .pic2 {
    position: absolute;
    top: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .product .section1 .slider-item .slider-bg .pic3 {
    position: absolute;
    bottom: -35%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  .product .section1 .slider-item .slider-text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 43%;
    height: 100%;
    padding: 0 200px 0 140px;
    box-sizing: border-box;
  }
  .product .section1 .slider-item .slider-text .text {
    width: auto;
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
  }
  .product .section1 .slider-item .more-btn {
    position: relative;
    display: block;
    width: 244px;
    height: 38px;
    margin: 34px auto 0;
    background-image: url("../images/section1_more_1_en.png");
  }
  .product .section1 .slider-item .more-btn:hover {
    background-image: url("../images/section1_more_2_en.png");
  }
  .product .section2 li {
    overflow: hidden;
  }
  .product .section2 img {
    position: relative;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  .product .section2 .pic1 p {
    position: absolute;
    font-size: 24px;
    left: 75px;
    bottom: 35px;
    width: auto;
    text-align: left;
    font-family: 'Myriad Pro Regular';
  }
  .product .section2 .info {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.94);
    padding: 155px 22% 0;
    box-sizing: border-box;
    display: none;
  }
  .product .section2 .info h2 {
    font-size: 30px;
    line-height: 100%;
    text-align: center;
    padding-bottom: 16px;
  }
  .product .section2 .info h3 {
    font-size: 36px;
    line-height: 100%;
    color: #43598c;
    text-align: center;
    padding-bottom: 26px;
    font-family: Myriad Pro;
  }
  .product .section2 .info p {
    font-size: 16px;
    line-height: 170%;
    color: #000;
  }
  .product .section2 .banner2 .info {
    padding: 125px 31% 0;
  }
  .product .section2 .banner2 li p {
    color: #000;
  }
  .product .top-block {
    position: relative;
    width: 100%;
    padding: 40px 0 45px 0;
  }
}
.product .an-opacity {
  position: absolute;
  top: 0;
  animation: anOpacity 1s infinite alternate;
  /*IE*/
  -moz-animation: anOpacity 1s infinite alternate;
  /*FireFox*/
  -webkit-animation: anOpacity 1s infinite alternate;
  /*Chrome, Safari*/
  -webkit-transition-timing-function: easeInCubic;
  /* Safari and Chrome */
  -moz-transition-timing-function: easeInCubic;
  transition-timing-function: easeInCubic;
}
.product .an-scale {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  animation: anScale 15s infinite alternate;
  animation-delay: -2s;
  /*IE*/
  -moz-animation: anScale 15s infinite alternate;
  /*FireFox*/
  -webkit-animation: anScale 15s infinite alternate;
  -webkit-animation-delay: -2s;
  /* Chrome, Safari, Opera */
  /*Chrome, Safari*/
  -webkit-transition-timing-function: easeInCubic;
  /* Safari and Chrome */
  -moz-transition-timing-function: easeInCubic;
  transition-timing-function: easeInCubic;
}
@-webkit-keyframes anScale {
  from {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@keyframes anScale {
  from {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  to {
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
  }
}
@-webkit-keyframes anOpacity {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes anOpacity {
  from {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  to {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.produce .section-block img {
  width: 100%;
  display: block;
}
.produce .banner h2 {
  color: #a5a5a5;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 0.1em;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.produce .banner h3 {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  letter-spacing: 0.5em;
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.produce .banner p {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-transition: all 1.5s ease-out;
  -o-transition: all 1.5s ease-out;
  -webkit-transition: all 1.5s ease-out;
  transition: all 1.5s ease-out;
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.produce .banner img {
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.produce .banner.play h2 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.03em;
}
.produce .banner.play h3 {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  letter-spacing: 0.1em;
}
.produce .banner.play p {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.produce .banner.play img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.produce .banner .item-box {
  overflow: hidden;
}
/*.produce .banner .item-box img {
  height: auto;
}*/
.produce .section-1 .text {
  padding: 3% 5%;
  box-sizing: border-box;
}
.produce .section-1 .pic1 {
  width: 100%;
}
.produce .section-1 .pic-list {
  width: 100%;
  text-align: center;
}
.produce .section-1 .pic-list li {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  margin: 7px;
}
.produce .section-1 .pic-list p {
  width: 70%;
  margin: auto;
  padding-top: 7px;
}
.produce .section-1 .sub-title-block {
  padding-top: 35px;
  padding-bottom: 25px;
}
.produce .section-1 p {
  line-height: 25px;
}
.produce .section-2 .section-content {
  position: absolute;
/*  padding: 50px 0;*/
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.produce .section-2 .section-title {
  color: #fff;
}
.produce .section-2 .round-block {
  position: relative;
  width: 80%;
  margin: auto;
  margin-top: 3%;
  color: #fff;
}
.produce .section-2 .round-block .round-bg {
  width: 100%;
}
.produce .section-2 .round-block h2 {
  font-size: 2.25em;
  line-height: 1.22222em;
}
.produce .section-2 .round-block h3 {
  font-size: 1.5em;
  line-height: 1.83333em;
}
.produce .section-2 .round-block h4 {
  font-size: 1.125em;
  line-height: 1.22222em;
}
.produce .section-2 .round-block h5 {
  font-size: 1em;
  line-height: 1.375em;
}
.produce .section-2 .middle-text {
  position: absolute;
  color: #fff;
  width: 100%;
  top: 30%;
  left: 0;
  font-weight: 100;
}
.produce .section-2 .middle-text h3 {
  text-align: center;
  line-height: 100%;
  padding-bottom: 15px;
}
.produce .section-2 .middle-text ul {
  border-top: #286895 3px solid;
  padding-top: 15px;
}
.produce .section-2 .middle-text ul li + li {
  padding-top: 5%;
}
.produce .section-2 .middle-text ul span {
  color: #fff95b;
}
.produce .section-2 .middle-text .text-group {
  position: relative;
  width: 42%;
  margin: auto;
}
.produce .section-2 .vertical-text {
  position: absolute;
  top: 0;
  left: 37.5%;
  width: 26%;
  height: 100%;
  text-align: center;
}
.produce .section-2 .vertical-text .text-group {
  position: absolute;
  width: 100%;
  padding: 10% 0;
}
.produce .section-2 .vertical-text .text-group + .text-group {
  bottom: 0;
}
.produce .section-2 .horizontal-text {
  position: absolute;
  height: 26%;
  width: 100%;
  top: 33.8%;
  text-align: center;
}
.produce .section-2 .horizontal-text .text-group {
  position: absolute;
  padding: 2% 8%;
}
.produce .section-2 .horizontal-text .text-group + .text-group {
  right: 0;
}
.produce .section-3 .sub-title-block {
  padding-top: 40px;
  padding-bottom: 48px;
}
.produce .section-3 .pic-group {
  text-align: center;
  width: 100%;
  margin: auto;
}
.produce .section-3 .pic-group li {
  display: inline-block;
  padding: 0 1%;
  box-sizing: border-box;
}
.produce .section-3 .pic-group label {
  display: inline-block;
  color: #286895;
  font-style: italic;
  font-family: Myriad Pro;
  padding-top: 15px;
  font-size: 15px;
  line-height: 20px;
}
.produce .section-3 .pic-group label + p {
    display: inline-block;
    font-size: 18px!important;
    line-height: 18px;
}
.produce .section-3 .double-block {
  padding-top: 56px;
  padding-bottom: 30px;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}
.produce .section-3 .double-block h3 {
  line-height: 100%;
  padding-bottom: 6px;
  font-size: 24px;
  font-weight: bold;
}
.produce .section-3 .double-block p {
  line-height: 30px;
}
.produce .section-3 .double-block .title-l {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
}
.produce .section-3 .double-block .title-r {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  width: 59%;
  border-left: #c6c6c6  2px solid;
  box-sizing: border-box;
  padding-left: 5%;
  margin-left: 5%;
}
.produce .section-3 .img-block {
  max-width: 814px;
  width: 90%;
  margin: auto;
}
.produce .section-3 .device-slick {
  position: relative;
  margin: auto;
}
.produce .section-3 .device-slick .slick-list {
  width: 100%;
  overflow: hidden;
}
.produce .section-3 .device-slick h4 {
    font-size: 17px;
    line-height: 20px;
    color: #3156aa;
    border-bottom: #9d9d9d 2px solid;
    padding-bottom: 4px;
    margin-bottom: 4px;
}
.produce .section-3 .device-slick h5 {
    font-size: 15px;
    line-height: 18px;
    font-weight: bold;
    padding-bottom: 4px;
}
.produce .section-3 .device-slick p {
    font-size: 14px;
    line-height: 20px;
    line-height: 24px;
}
.produce .section-3 .device-slick li + li {
  margin-top: 48px;
}
.produce .section-3 .device-slick .d-pic-center {
  margin: auto;
}
.produce .section-3 .device-slick .d-center {
  margin: auto;
  width: 90%;
}
.produce .section-3 .device-slick ul {
  width: 80%;
  margin: auto;
}
.produce .section-3 .device-slick .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
  text-indent: -9999px;
  width: 27px;
  height: 40px;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 0;
  background-color: transparent;
  display: block;
      outline: none;
}
.produce .section-3 .device-slick .slick-prev {
  left: 0;
  background-image: url("../fonts/history_prev2.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.produce .section-3 .device-slick .slick-next {
  right: 0;
  background-image: url("../fonts/history_next2.svg");
  background-size: 50%;
  background-position: center;
  background-repeat: no-repeat;
}
.produce .section-4 h4 {
  font-size: 0.7em;
  line-height: 1.22222em;
  line-height: 100%;
  border-bottom: #a0a0a0 1px solid;
  margin-bottom: 3px;
  display: inline-block;
  width: 60%;
  font-weight: 100;
}
.produce .section-4 p {
  font-size: 14px;
  line-height: 20px;
  display: inline-block;
  width: 100%;
  font-weight: 100;
}
.produce .section-4 .section-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  color: #fff;
}
.produce .section-4 .round-arrow {
  position: relative;
  top: 40px;
  width: 30px;
}
.produce .section-4 .round-arrow.arrow-3 {
  top: -20px;
}
.produce .section-4 .round-block {
  width: 90px;
  height: 90px;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
  background-color: #5a5a5a;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.produce .section-4 .mobile-step {
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 520px;
  padding-top: 5%;
}
.produce .section-4 .step-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding-top: 5%;
  text-align: center;
}
.produce .section-4 .step-content li {
  position: relative;
  width: 26%;
}
.produce .section-4 .step-content li:before {
  display: block;
  padding-top: 100%;
  content: "";
}
.produce .section-4 .step-content li .inline-block {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.produce .section-4 .step-content .step1 {
  margin-left: 1%;
}
.produce .section-4 .step-content .step2 {
  margin-left: 10%;
}
.produce .section-4 .step-content .step3 {
  margin-left: 11%;
}
.produce .section-4 .step-content .step4 {
  margin-top: 10%;
  margin-left: 14%;
}
.produce .section-4 .step-content .step5 {
  margin-top: 10%;
  margin-left: 10%;
}
.produce .section-4 .arrow-bg {
  width: 100%;
}
.produce .section-5 .text {
  padding: 3% 0;
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  line-height: 20px;;
}
.produce .section-5 .pic-group {
  margin: auto;
  padding-top: 3%;
  width: 80%;
}
.produce .section-5 .pic-group .pic img {
  height: 16vh;
  object-fit: cover;
}
.produce .section-5 .pic-group .pic-text {
  background-color: #303030;
  text-align: center;
  color: #fff;
  padding: 3px 0;
}
.produce .section-5{
 /*padding-bottom: 82px;*/
}

.produce .section-5 .pic-group li + li {
  margin-top: 20px;
}
.produce .section-5 .row {
  margin: 0 -6px;
}
.produce .section-5 .col {
  padding: 0 6px;
  box-sizing: border-box;
}
.produce .section-5 .btn-panel {
  text-align: right;
  width: 80%;
  margin: auto;
  padding: 3% 0;
}
.produce .section-5 .more-btn {
  display: inline-block;
}
.produce .section-5 .more-btn img {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
}
.produce .section-5 .more-btn span {
  display: inline-block;
  vertical-align: middle;
  color: #676767;
}
.produce .section-6 .section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.produce .section-6 .section-bg .is-mobile {
  width: 100%;
  height: 100%;
}
.produce .section-6 .section-bg .is-mobile img {
  height: 100%;
  object-fit: cover;
}
.produce .section-6 .section-content {
  position: relative;
  color: #fff;
}
.produce .section-6 .table-block {
  width: 90%;
  margin: auto;
  padding-top: 3%;
  height:500px;
}
.produce .section-6 table {
  width: 100%;
}
.produce .section-6 table td, .produce .section-6 table th {
  text-align: center;
  padding: 6px 0;
      line-height: 20px;
}
.produce .section-6 table th {
  width: 25%;
  background-color: #034076;
}
.produce .section-6 table tr:nth-child(odd) {
  background-color: #464646;
}
.produce .section-7 {
  position: relative;
}
.produce .section-7 h3 {
  text-align: center;
  color: #034076;
  font-size: 24px;
  line-height: 24px;
  padding: 17px 0 10px 0;
  font-family: 'sabonnextltpro-regular';
}
.produce .section-7 .section-content {
  position: relative;
}
.produce .section-7 .text {
  text-align: center;
}
.produce .section-7 .section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.produce .section-7 .section-bg .is-mobile {
  width: 100%;
  height: 100%;
}
.produce .section-7 .section-bg .is-mobile img {
  height: 100%;
  object-fit: cover;
}


.produce .section-7 .step-block {
    position: relative;
    width: 90%;
    margin: auto;
    margin-top: 35px;
    margin-bottom: 45px;
}
.produce .section-7 .step-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}
.produce .section-7 .step-content .col {
  position:absolute;
  width: 23%;
  height:40%;
  display:flex!important;
  justify-content: center!important;
    align-items: center!important;
  
}
.produce .section-7 .step-content p {
  font-size: 14px!important;
}
.produce .section-7 .step-content .col:last-child,.produce .section-7 .step-content .col:nth-child(4),.produce .section-7 .step-content .col:nth-child(5) {
bottom:0;
  
}

.produce .section-7 .step-content .col:first-child,.produce .section-7 .step-content .col:nth-child(2),.produce .section-7 .step-content .col:nth-child(3) {
top:0;
  
}
.produce .section-7 .step-content .col:nth-child(2),.produce .section-7 .step-content .col:nth-child(4){
left:39%;
  
}

.produce .section-7 .step-content .col:nth-child(3),.produce .section-7 .step-content .col:nth-child(6){
right:0%;
  
}
/*.produce .section-7 .step-content .col:before {
  display: block;
  content: '';
  padding-bottom: 100%;
}*/
/*.produce .section-7 .step-content .col p {
    position: absolute;
    top: 0;
    width: 100%;
    height: 75%;
    margin-bottom: 25%;
    box-sizing: border-box;
	font-size:8px;
}*/
.produce .section-7 .step-content .step1, .produce .section-7 .step-content .step2 {
  margin-right: 15.5%;
  margin-bottom: 3%;
  
}
.produce .section-7 .step-content .step1, .produce .section-7 .step-content .step2 {
    margin-right: 15.5%;
    margin-bottom: 3%;
    height: 40%;
}
/*.produce .section-7 .step-content .step1 p, .produce .section-7 .step-content .step2 p {
  padding-top: 8%;
}
.produce .section-7 .step-content .step3 {
  margin-bottom: 3%;
}
.produce .section-7 .step-content .step3 p {
  padding-top: 27%;
}*/
.produce .section-7 .step-content .step4, .produce .section-7 .step-content .step5 {
  margin-right: 15.5%;
}
/*.produce .section-7 .step-content .step4 p, .produce .section-7 .step-content .step5 p {
  padding-top: 20%;
}
.produce .section-7 .step-content .step6 p {
  padding-top: 20%;
}*/
.produce .section-7 .event-block {
  position: relative;
  width: 80%;
  margin: auto;
}
.produce .section-7 .event-block label {
  position: relative;
  font-size: 3em;
  line-height: 1.375em;
  display: inline-block;
  font-family: 'Sabon Next LT Pro';
  color: #124a81;
  vertical-align: middle;
}
.produce .section-7 .event-block p {
  position: relative;
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
  width: 65%;
  border-left: #cecece 1px solid;
  margin-left: 20px;
  padding: 2% 0;
  padding-left: 20px;
}
.produce .section-7 .event-block p:before {
  position: absolute;
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  color: #6b6b6b;
  background-color: #6b6b6b;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  left: -4px;
  top: 40%;
}
.produce .section-7 .arrow-block {
  width: 5%;
  margin: 20px auto;
}
.produce .section-7 .arrow-info {
  position: relative;
  background-color: #124a81;
  width: 80%;
  margin: auto;
  color: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 3% 2%;
  margin-bottom: 50px;
}
.produce .section-7 .text {
  line-height: 24px;
}
.produce .section-7 .map-block {
  position: relative;
  width: 100%;
  margin: auto;
  margin-top: 35px;
}
.produce .section-8 {
  position: relative;
}
.produce .section-8 h3 {
  font-size: 24px;
  line-height: 1.83333em;
  display: inline-block;
  vertical-align: middle;
  font-family: 'sabonnextltpro-regular';
}
.produce .section-8 h4 {
  font-size: 18px;
  line-height: 1.22222em;
  display: inline-block;
  vertical-align: middle;
}
.produce .section-8 p {
  color: #888888;
}
.produce .section-8 .section-content {
  position: relative;
  color: #fff;
}
.produce .section-8 .section-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.produce .section-8 .section-bg .is-mobile {
  width: 100%;
  height: 100%;
}
.produce .section-8 .section-bg .is-mobile img {
  height: 100%;
  object-fit: cover;
}
.produce .section-8 .text {
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
  line-height: 24px;
}
.produce .section-8 .section-sub-title {
  position: relative;
  width: 80%;
  margin: 25px auto 8px auto;
}
.produce .section-8 .pic1 {
  width: 80%;
  margin: auto;
}
.produce .section-8 .pic-group {
  width: 80%;
  margin: auto;
}
.produce .section-8 .pic-group .row {
  margin: 0 -7px;
}
.produce .section-8 .pic-group .col {
  padding: 0 7px;
  box-sizing: border-box;
}
.produce .section-8 .pic-group img {
  height: 21vh;
  object-fit: cover;
}
.produce .section-8 .btn-group {
  width: 100%;
  text-align: center;
  margin-top: 7%;
}
.produce .section-8 .btn-group a {
  color: #bfbfbf;
  display: inline-block;
  background-color: #656565;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 5px;
  padding: 1% 4%;
  margin: 0 3%;
  margin-bottom: 10px;
}
.produce .section-8 .btn-group .icon {
  width: 9px;
  display: inline-block;
  vertical-align: middle;
}
.produce .section-8 .btn-group span {
  display: inline-block;
  vertical-align: middle;
}
@media (min-width: 0px) {
  .produce {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .produce:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width:780px) {
  .produce {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .produce:after {
    content: " ";
    display: block;
    clear: both;
  }
  .produce .section-2 .section-bg {
    height: 759px;
  }
  .produce .section-2 .section-bg > div {
    height: 100%;
  }
  .produce .section-2 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-2 .round-block {
    margin-top: 40px;
    max-width: 622px;
  }
  .produce .section-2 .round-block h2 {
    font-size: 2.25em;
    line-height: 1.22222em;
  }
  .produce .section-2 .round-block h3 {
    font-size: 1.5em;
    line-height: 1.83333em;
  }
  .produce .section-2 .round-block h4 {
    font-size: 1.125em;
    line-height: 1.22222em;
  }
  .produce .section-2 .round-block h5 {
    font-size: 1em;
    line-height: 1.375em;
  }
  .produce .section-2 .middle-text {
    top: 33%;
  }
  .produce .section-2 .middle-text h3 {
    line-height: 100%;
  }
  .produce .section-2 .middle-text ul {
    border-top: #286895 3px solid;
  }
  .produce .section-2 .middle-text .text-group {
    width: 220px;
    margin: auto;
  }
  .produce .section-2 .vertical-text {
    position: absolute;
    width: 160px;
    height: 100%;
  }
  .produce .section-2 .vertical-text .text-group {
    padding: 20% 0;
  }
  .produce .section-2 .horizontal-text {
    position: absolute;
    height: 160px;
    width: 100%;
  }
  .produce .section-2 .horizontal-text .text-group {
    padding: 5% 8.5%;
  }
  .produce .section-4 .step-content .inline-block {
    padding-top: 20%;
  }
}
@media (min-width: 960px) {
	
	
	.produce .section-7 .step-block {
  position: relative;
  width: 80%;
      max-width: 850px!important;
  margin: auto;
  margin-top: 35px;
  margin-bottom: 45px;
}
	
	
  .produce {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .produce:after {
    content: " ";
    display: block;
    clear: both;
  }
  .produce .banner .item-box {
    height: 540px;
  }
  .produce .banner .item-box img {
    height: 100%;
  }
  .produce .banner-mouse-box {
    display: none;
  }
  .produce .section-1 .text {
    padding: 40px 0 50px 0;
    width: 720px;
    margin: auto;
  }
  .produce .section-1 .pic1 {
    position: relative;
    max-width: 1052px;
    margin: auto;
  }
  .produce .section-1 .pic-list li {
    width: 240px;
    margin: 0 14px;
  }
  .produce .section-1 .pic-list p {
    width: 95%;
    margin: auto;
    padding-top: 15px;
  }
  .produce .section-1 .sub-title-block {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .produce .section-1 p {
    line-height: 30px;
  }
  .produce .section-2 .section-bg {
    height: 759px;
  }
  .produce .section-2 .section-bg > div {
    height: 100%;
  }
  .produce .section-2 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-2 .round-block {
    margin-top: 40px;
    width: 622px;
  }
  .produce .section-2 .round-block h2 {
    font-size: 2.25em;
    line-height: 1.22222em;
  }
  .produce .section-2 .round-block h3 {
    font-size: 1.5em;
    line-height: 1.83333em;
  }
  .produce .section-2 .round-block h4 {
    font-size: 1.125em;
    line-height: 1.22222em;
  }
  .produce .section-2 .round-block h5 {
    font-size: 1em;
    line-height: 1.375em;
  }
  .produce .section-2 .middle-text {
    top: 33%;
  }
  .produce .section-2 .middle-text h3 {
    line-height: 100%;
  }
  .produce .section-2 .middle-text ul {
    border-top: #286895 3px solid;
  }
  .produce .section-2 .middle-text .text-group {
    width: 220px;
    margin: auto;
  }
  .produce .section-2 .vertical-text {
    position: absolute;
    width: 160px;
    height: 100%;
  }
  .produce .section-2 .vertical-text .text-group {
    padding: 20% 0;
  }
  .produce .section-2 .horizontal-text {
    position: absolute;
    height: 160px;
    width: 100%;
  }
  .produce .section-2 .horizontal-text .text-group {
    padding: 5% 8.5%;
  }
  .produce .section-3 .pic-group {
    width: 950px;
    text-align: center;
  }
  .produce .section-3 .pic-group img {
    max-width: 230px;
    display: inline-block;
  }
  .produce .section-3 .pic-group li {
    padding: 0 35px;
  }
  .produce .section-3 .double-block {
    padding-top: 160px;
    padding-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
    max-width: 814px;
    margin: auto;
    display: block;
  }
  .produce .section-3 .double-block .title-l {
    display: inline-block;
    vertical-align: middle;
    width: 166px;
  }
  .produce .section-3 .double-block .title-r {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    width: 70%;
    border-left: #c6c6c6  2px solid;
    box-sizing: border-box;
    padding-left: 22px;
    margin-left: 32px;
  }
  .produce .section-3 .double-block p {
    color: #575757;
  }
  .produce .section-3 .device-slick {
    width: 100%;
    max-width: 814px;
  }
  .produce .section-3 .device-slick h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .produce .section-3 .device-slick ul {
    width: 100%;
  }
  .produce .section-3 .device-slick .d-center {
    margin: auto;
    width: 86%;
  }
  .produce .section-3 .device-slick .slick-prev {
    left: -65px;
    background-image: url("../fonts/history_prev2.svg");
    background-size: 100%;

  }
  .produce .section-3 .device-slick .slick-next {
    right: -65px;
    background-image: url("../fonts/history_next2.svg");
    background-size: 100%;
  }
  
  
    .produce .section-3 .device-slick .slick-prev:hover {
    left: -65px;
    background-image: url("../images/history_prev2.svg");
    background-size: 100%;
	opacity:0.8;
  }
  .produce .section-3 .device-slick .slick-next:hover {
    right: -65px;
    background-image: url("../fonts/history_next2.svg");
    background-size: 100%;
	opacity:0.8;
  }
  .produce .section-4 .section-bg {
    height: 610px;
  }
  .produce .section-4 .section-bg > div {
    height: 100%;
  }
  .produce .section-4 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-4 h4 {
    border-bottom: #a0a0a0 1px solid;
    padding: 8px 0;
    padding-top: 26px;
    margin-bottom: 10px;
    display: inline-block;
    width: 60%;
  }
  .produce .section-4 p {
    line-height: 24px;
  }
  .produce .section-4 .section-content {
    padding-top: 135px;
  }
  .produce .section-4 .round-arrow {
    position: relative;
    top: 64px;
    width: 49px;
    display: inline-block;
    vertical-align: middle;
  }
  .produce .section-4 .round-block {
    width: 170px;
    height: 170px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    background-color: #5a5a5a;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .produce .section-4 .round-block p {
    font-size:12px!important;
  }
  .produce .section-4 .step-block {
    margin-top: 66px;
    padding: 0;
  }
  .produce .section-4 .step-block ul {
    display: block;
    width: 1046px;
    margin: auto;
  }
  .produce .section-4 .step-block .step4 {
    margin: auto;
  }
  .produce .section-5 .text {
    position: relative;
    width: 820px;
    padding: 0;
    box-sizing: border-box;
    margin-top: 30px;
  }
  .produce .section-5 .pic-group {
    margin: auto;
    padding-top: 40px;
    width: 816px;
  /*  max-height: 520px;*/
  }
  .produce .section-5 .pic-group .pic {
    height: 292px;
    overflow: hidden;
  }
  .produce .section-5 .pic-group .pic img {
    height: 100%;
    object-fit: conver;
  }
  .produce .section-5 .pic-group .pic-text {
    padding: 7px 0;
  }
  .produce .section-5 .btn-panel {
    display: none;
  }
  .produce .section-6 .section-bg {
    position: relative;
    height: 738px;
  }
  .produce .section-6 .section-bg > div {
    height: 100%;
  }
  .produce .section-6 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-6 .section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
.produce .section-6 .table-block {
    padding-top: 30px;
    width: 850px;
    margin: auto;
/*    max-height: 520px;*/
}
  .produce .section-6 table td, .produce .section-6 table th {
    padding: 12px 0;
	
	line-height: 24px;
  }
  .produce .section-7 h3 {
    padding: 34px 0 20px 0;
  }
  .produce .section-7 .section-bg {
    position: relative;
    height: 1894px;
  }
  .produce .section-7 .section-bg > div {
    height: 100%;
  }
  .produce .section-7 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-7 .section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 116px;
    padding-bottom: 0;
    box-sizing: border-box;
    top: 0;
    left: 0;
  }
  .produce .section-7 .section-content h3 {
    line-height: 100%;
  }
 /* .produce .section-7 .section-content .col {
    position: relative;
    width: 126px;
    height: 98px;
  }
  .produce .section-7 .section-content .step1, .produce .section-7 .section-content .step2 {
    margin-right: 92px;
    margin-bottom: 57px;
  }
  .produce .section-7 .section-content .step1 p, .produce .section-7 .section-content .step2 p {
    padding-top: 27px;
  }
  .produce .section-7 .section-content .step3 {
    margin-bottom: 57px;
  }
  .produce .section-7 .section-content .step3 p {
    padding-top: 34px;
  }
  .produce .section-7 .section-content .step4, .produce .section-7 .section-content .step5 {
    margin-right: 92px;
  }
  .produce .section-7 .section-content .step4 p, .produce .section-7 .section-content .step5 p {
    padding-top: 27px;
  }
  .produce .section-7 .section-content .step6 p {
    padding-top: 27px;
  }
  .produce .section-7 .step-block {
    width: 563px;
    margin-top: 70px;
    margin-bottom: 113px;
  }*/
  .produce .section-7 .step-block + h3 {
    padding-top: 0;
  }
  .produce .section-7 .event-block {
    position: relative;
    width: 680px;
    margin: auto;
  }
  .produce .section-7 .event-block label {
    position: relative;
    font-size: 3em;
    line-height: 1.375em;
    display: inline-block;
    font-family: 'Sabon Next LT Pro';
    color: #124a81;
  }
  .produce .section-7 .event-block p {
    position: relative;
    line-height: 28px;
    display: inline-block;
    width: 510px;
    border-left: #cecece 1px solid;
    padding-left: 20px;
    margin-left: 20px;
  }
  .produce .section-7 .event-block p:before {
    position: absolute;
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    background-color: #6b6b6b;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    left: -4px;
    top: 40%;
  }
  .produce .section-7 .arrow-block {
    width: 24px;
    margin: 20px auto;
  }
  .produce .section-7 .arrow-info {
    position: relative;
    background-color: #124a81;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 684px;
    margin: auto;
    padding: 22px 18px;
    margin-bottom: 77px;
  }
  .produce .section-7 .arrow-info + h3 {
    padding-top: 0;
  }
  .produce .section-7 .text {
    line-height: 28px;
  }
  .produce .section-7 .map-block {
    position: relative;
    width: 834px;
    margin: auto;
    margin-top: 50px;
  }
  .produce .section-8 .section-bg {
    position: relative;
    height: 1360px;
  }
  .produce .section-8 .section-bg > div {
    height: 100%;
  }
  .produce .section-8 .section-bg img {
    height: 100%;
    object-fit: cover;
  }
  .produce .section-8 .section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .produce .section-8 .text {
    width: 816px;
    margin: auto;
    margin-bottom: 20px;
    line-height: 28px;
  }
  .produce .section-8 .section-sub-title {
    position: relative;
    width: 814px;
    margin: 45px auto 8px auto;
  }
  .produce .section-8 .pic1 {
    width: 814px;
    margin: auto;
  }
  .produce .section-8 .pic-group {
    width: 814px;
    margin: auto;
  }
  .produce .section-8 .pic-group img {
    height: 381px;
  }
  .produce .section-8 .btn-group {
    width: 100%;
    text-align: center;
    margin: 45px 0;
  }
  .produce .section-8 .btn-group a {
    padding: 10px 30px;
    margin: 0 19px;
	  width:230px;
    font-size:14px;
  }
  .produce .section-8 .btn-group .icon {
    width: 17px;
  }
}

body {
  font-size: 10px;
}
@media (min-width: 0px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
  
  
  
 #csr section .sq .csr_threepic li .text {
	font-size: 14px;
	line-height: 24px;
	/*text-align: center;*/
	margin-bottom: 30px;
	/*width: 80%;*/
	/*margin-right: auto;*/
	/*margin-left: auto;*/
}
 
  
 .produce .section-6 .table-block {
    width: 90%;
    margin: auto;
    padding-top: 3%;
    height: 300px;
} 
  
}
@media (max-width: 520px) {
  
  .section-block .section-title {
    font-size: 24px;
    line-height: 1.22222em;
  }
  .produce .section-4 .mobile-step {
    padding-top: 0;
  }
}
@media (min-width: 780px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 960px) {
  body {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
  body:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  /*overflow:hidden; */
}
@media (min-width: 0px) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
.produce .section-5 .pic-group {
    margin: auto;
    padding-top: 3%;
    width: 90%;
    max-width: 860px!important;
    height: 350px;
}  

}
@media (min-width: 780px) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
  
  .section-block p {
  font-size:15px!important;
  line-height: 24px!important;

}
}
@media (min-width: 960px) {
  .wrapper {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
  
    .produce .section-5 .pic-group {
    margin: auto;
    padding-top: 3%;
    width: 90%;
	max-width:860px!important;
    height: 650px;
	
}
.produce .section-6 .table-block {
    width: 90%;
	max-width: 860px;
    margin: auto;
    padding-top: 3%;
    height: 500px;
}
}
#wrapper main .section-block.section-7 .section-content .text span {
	display: block;
}


/*error*/
#contact section .sq .contact_form form fieldset.has-error div input[type="text"]{
  /* background-color: #fbf7f6; */

  border: #b40d0d 1px solid;
}
.has-error .error-msg {
  display: inline-block;
}
.error-msg {
  display: none;
  /*margin-left: 14px;*/
}
.error-msg span {
  color: #b40d0d;
  vertical-align: middle;
}
.sq{width: 100%;max-width: 1200px;margin-right: auto;margin-left: auto;padding-top: 56px;padding-bottom: 56px;}
.pagesty li{width: 12.5%;height: 55px;font-size: 18px;line-height: 55px;text-align: center;float: left;border-right: 1px solid #eee;margin-right: -1px;background: #f4f4f4;cursor: pointer;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;min-width: 113.5px;}
.pagesty .sidenavcur{background-color:#034076;}
.pagesty .sidenavcur a{color:#fff;}
.sq .pagesty li:hover{background-color:#034076;}
.sq .pagesty li:hover a{color:#fff;}