@font-face {
  font-family: 'POPPINS-LIGHT';
  src: url(../shou/POPPINS-LIGHT.ttf) format('truetype'), url(../shou/POPPINS-LIGHT.eot) format('eot'), url(../shou/POPPINS-LIGHT.woff) format('woff'), url(../shou/POPPINS-LIGHT.woff2) format('woff2');
}
@media screen and (max-width: 1000px){
  .prolongtime1,.prolongtime2,.ltpvss,.footlong {
    display: none !important;
  }
}
/*@font-face {
  font-family: 'POPPINS-REGULAR';
  src: url(../shou/POPPINS-REGULAR.ttf) format('truetype'), url(../shou/POPPINS-REGULAR.eot) format('eot'), url(../shou/POPPINS-REGULAR.woff) format('woff'), url(../shou/POPPINS-REGULAR.woff2) format('woff2');
}*/
@font-face {
  font-family: 'POPPINS-MEDIUM';
  src: url(../shou/POPPINS-MEDIUM.ttf) format('truetype'), url(../shou/POPPINS-MEDIUM.eot) format('eot'), url(../shou/POPPINS-MEDIUM.woff) format('woff'), url(../shou/POPPINS-MEDIUM.woff2) format('woff2');
}
@font-face {
  font-family: 'PFDINTextCompPro-Medium';
  src: url(../shou/PFDINTextCompPro-Medium.ttf) format('truetype'), url(../shou/PFDINTextCompPro-Medium.eot) format('eot'), url(../shou/PFDINTextCompPro-Medium.woff) format('woff'), url(../shou/PFDINTextCompPro-Medium.woff2) format('woff2');
}
/*@font-face {
  font-family: 'acaslonpro-regular';
  src: url(../shou/acaslonpro-regular.ttf) format('truetype'), url(../shou/acaslonpro-regular.eot) format('eot'), url(../shou/acaslonpro-regular.woff) format('woff'), url(../shou/acaslonpro-regular.woff2) format('woff2');
}*/
.cloudzoom-blank,
.cloudzoom-zoom-inside {
  z-index: 10;
}
.contact100-form {
  padding: 50px 0;
}
body {
  font-family: "POPPINS-LIGHT";
  max-width: 1920px;
  word-break: break-word;
  margin: 0 auto;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1570px;
}
.ui.container-l {
  padding-left: 10.5%;
  position: relative;
}

.inner-page .m-page li{
    width:80px; 
    float: left;
}







#index-body .init-2.single .ui.container-l{
  width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pro2 {
  position: relative;
}
.pro2 img.pro2img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.pro2:hover img.pro2img {
  opacity: 1;
}
#header {
  z-index: 21;
  position: fixed;
 
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background: #fff;
}
#header .nav {
  max-width: 1920px;
  margin: 0 auto;
  text-align: right;
  padding-left: 50px;
  padding-right: 80px;
  width: 100%;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
  float: left;
  margin-top: 12px;
}
#header .nav .ui.menu .logo img {
 
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .box {
  margin: 30px 0px;
  text-align: left;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 30px;
  font-size: 16px;
  color: white;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #aa2b2a;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  color:#333;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 13px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #aa2b2a;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  line-height: 24px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header.active {
  top: 0;
padding: 5px 0;
    background: #fff;
    box-shadow: 0 0 15px #ccc;
  
}
#header.active .nav .ui.menu .logo img {
  height: 60px;
}
#header.active .nav .ui.menu .box {
  margin-top: 20px;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../shou/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../shou/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow:hover {
  background-color: #aa2b2a;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../shou/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url("../shou/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
  background-size: 12px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 30%;
  right: 12%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: auto;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  padding-bottom: 10px;
  border-bottom: 2px solid #5f6160;
  text-align: center;
  background: transparent;
  font-family: "Arial";
  font-size: 14px;
  color: #95a09b;
  cursor: pointer;
  cursor: hand;
}
#banner ul.slick-dots li button {
  background: transparent;
  border: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: #b1b1b2;
  color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%  ;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table td,
table th {
  padding: 5px 10px ;
  border: 1px solid #666;
  width: auto  ;
  height: auto  ;
}

#POP800_PANEL_DIV{
    top:200px !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../shou/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: #aa2b2a;
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../shou/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../shou/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px  !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: #aa2b2a !important;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -moz-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #aa2b2a;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../shou/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #aa2b2a;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
#banner li {
  position: relative;
}
#banner li .content {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  position: absolute;
}
#banner li .content h2 {
  padding: 15px;
  background: #323232;
  color: white;
  font-size: 60px;
  font-family: "PFDINTextCompPro-Medium";
  line-height: 1;
  max-width: 740px;
}
#banner li .content h2 small {
  display: block;
  line-height: 1;
  font-size: 21px;
  text-transform: uppercase;
  margin-top: 10px;
}
#banner li .content a.more {
  line-height: 50px;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  font-family: "Arial";
  text-transform: uppercase;
  background: #aa2b2a;
  display: inline-block;
  color: white;
  margin-top: 10px;
  margin-left: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner li .content a.more i {
  padding-left: 140px;
  position: relative;
  font-size: 19px;
  margin-left: 10px;
}
#banner li .content a.more i:after {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner li .content a.more:hover {
  background: #222;
}
@-webkit-keyframes xs {
  from {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 60px;
  }
  to {
    top: auto;
    bottom: 0;
    height: 60px;
  }
}
@-o-keyframes xs {
  from {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 60px;
  }
  to {
    top: auto;
    bottom: 0;
    height: 60px;
  }
}
@-moz-keyframes xs {
  from {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 60px;
  }
  to {
    top: auto;
    bottom: 0;
    height: 60px;
  }
}
@keyframes xs {
  from {
    top: 0;
    height: 0;
  }
  50% {
    top: 0;
    height: 60px;
  }
  51% {
    top: auto;
    bottom: 16px;
    height: 60px;
  }
  to {
    top: auto;
    bottom: 16px;
    height: 0;
  }
}
#index-body .init-1 {
  padding: 10px 0px;
  text-align: center;
  background: #1b1b1b;
  position: relative;
}
#index-body .init-1 .box {
  max-width: 1370px;
  margin: 0 auto;
}
#index-body .init-1 .box ul {
  margin: 0 -25px;
}
#index-body .init-1 .box ul li {
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-1 .box ul li i {
  display: block;

  height: 100px;
}
#index-body .init-1 .box ul li i img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-1 .box ul li h5 {
  display: block;
  font-size: 14px;
  font-family: "POPPINS-LIGHT";
  color: white;
  margin-top: 5px;
}
#index-body .init-1 .box ul li h5.ie {
  text-indent: -1.5em;
  white-space: nowrap;
}
#index-body .init-1 .box ul li:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
#index-body .init-1 .scroll {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d3555d;
  font-size: 16px;
  line-height: 1;
}
#index-body .init-1 .scroll i {
  height: 16px;
  line-height: 16px;
  display: block;
}
#index-body .init-1 .scroll:before {
  content: '';
  height: 60px;
  width: 1px;
  background: #d3555d;
  display: block;
  margin: 0 auto;
}
#index-body .init-1 .scroll:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: white;
  height: 60px;
  -webkit-animation: xs 2s linear infinite;
  -o-animation: xs 2s linear infinite;
  -ms-animation: xs 2s linear infinite;
  -moz-animation: xs 2s linear infinite;
  animation: xs 2s linear infinite;
}
#index-body .init-2 {
  padding: 80px 0 130px;
}
#index-body .init-2.single {
    padding: 20px 0 100px;
}
#index-body .init-2 h2 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 48px;
  text-transform: uppercase;
  color: #151313;
  letter-spacing: 5px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 0;
  height: 0;
  white-space: nowrap;
  position: absolute;
  left: 6%;
  top: 15%;
}
#index-body .init-2 h2:after {
  content: '';
  width: 140px;
  height: 1px;
  background: #c0bbba;
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
  position: relative;
  top: -5px;
}
#index-body .init-2 .top {
  margin-bottom: 50px;
}
#index-body .init-2 .top h5 {
  font-family: "acaslonpro-regular";
  font-size: 24px;
  color: rgba(21, 19, 19, 0.65);
  line-height: 40px;
  display: inline-block;
  margin-top: 20px;
}
#index-body .init-2 .top .btn-info {
  float: right;
  margin-right: 5%;
}
#index-body .init-2 .top .btn-info .dots {
  display: inline-block;
  font-family: "PFDINTextCompPro-Medium";
  font-size: 16px;
  color: #999;
  margin-left: 15px;
}
#index-body .init-2 .top .btn-info .dots em {
  color: #333;
}
#index-body .init-2 .top .btn-info a.more {
  margin-left: 65px;
  font-size: 14px;
  color: #999;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .btn-info a.more:hover {
  color: #aa2b2a;
}
#index-body .init-2 .top .btn {
  white-space: nowrap;
  letter-spacing: -4px;
  margin-top: 30px;
}
#index-body .init-2 .top .btn div {
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #d7d7d7;
  width: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-2 .top .btn div i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-2 .top .btn div i:after {
  content: '';
  width: 100px;
  height: 1px;
  background: #717171;
  position: absolute;
  top: 50%;
}
#index-body .init-2 .top .btn div.prev i {
  left: 10px;
}
#index-body .init-2 .top .btn div.prev i:after {
  left: 0;
}
#index-body .init-2 .top .btn div.prev:hover i {
  left: -30px;
}
#index-body .init-2 .top .btn div.next i {
  right: 12px;
}
#index-body .init-2 .top .btn div.next i:after {
  right: -2px;
}
#index-body .init-2 .top .btn div.next:hover i {
  right: -32px;
}
#index-body .init-2 .bottom {
  margin-top: 50px;
  padding-right: 16%;
  overflow: hidden;
}
#index-body .init-2 .bottom ul {
  margin: 0 -30px;
}
#index-body .init-2 .bottom ul li {
  padding: 0 30px;
}
#index-body .init-2 .bottom ul li a {
  display: block;
}
#index-body .init-2 .bottom ul li a .content {
  position: absolute;
  width: 90%;
  bottom: 0;
  left: 0;
  background: white;
  padding: 20px 10px 5px;
}
#index-body .init-2 .bottom ul li a .content h5 {
  display: block;
  font-size: 18px;
  color: #1b1b1b;
  margin-bottom: 15px;
  font-family: "PFDINTextCompPro-Medium";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-align: center;
}
#index-body .init-2 .bottom ul li a .content h5:hover {
  color: #aa2b2a;
}
#index-body .init-2 .bottom ul li a .content p {
  display: block;
  font-size: 14px;
  color: #1b1b1b;
  line-height: 20px;
  word-break: break-word;
}
#index-body .init-2 .bottom .slick-list {
  overflow: unset;
}
#index-body .init-3 {
  padding: 120px 0 500px;
  background: url("../shou/init-3-bg.jpg") center bottom no-repeat;
  background-size: auto 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .init-3:after {
  content: '';
  width: 77%;
  height: 80%;
  position: absolute;
  right: 0;
  top: 0;
  background: #f1f4f6;
  z-index: -1;
}
#index-body .init-3 .box h2 {
  font-size: 72px;
  color: #25221f;
  font-family: "PFDINTextCompPro-Medium";
  text-transform: uppercase;
  letter-spacing: 10px;
  text-indent: 2rem;
  line-height: .9;
}
#index-body .init-3 .box .box2 .left {
  width: 53%;
  vertical-align: bottom;
  background: #323637;
  padding: 130px 0 180px;
  position: relative;
  color: white;
  padding-right: 2%;
}
#index-body .init-3 .box .box2 .left:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: inherit;
}
#index-body .init-3 .box .box2 .left .text {
  display: block;
  font-family: "POPPINS-LIGHT";
  font-size: 16px;
  line-height: 2.2;
  padding-right: 9%;
}
#index-body .init-3 .box .box2 .left .text p {
  display: block;
  padding-bottom: 35px;
}
#index-body .init-3 .box .box2 .left .text .longtimenew {
  display: block;
  padding-bottom: 35px;
}
#index-body .init-3 .box .box2 .left .text .longtimenew h1 {
  display: inline;
}
#index-body .init-3 .box .box2 .left .text p:last-child {
  padding-bottom: 0;
}
#index-body .init-3 .box .box2 .left .list {
  padding-top: 60px;
  margin: 0 -6%;
  padding-right: 5%;
}
#index-body .init-3 .box .box2 .left .list ul {
  margin: -10px;
}
#index-body .init-3 .box .box2 .left .list ul li {
  text-align: center;
  padding: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-3 .box .box2 .left .list ul li i {
  display: block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-3 .box .box2 .left .list ul li i.ie1 {
  background-image: url("../shou/icon-3-1.png");
}
#index-body .init-3 .box .box2 .left .list ul li i.ie2 {
  background-image: url("../shou/icon-3-2.png");
}
#index-body .init-3 .box .box2 .left .list ul li i.ie3 {
  background-image: url("../shou/icon-3-3.png");
}
#index-body .init-3 .box .box2 .left .list ul li i.ie4 {
  background-image: url("../shou/icon-3-4.png");
}
#index-body .init-3 .box .box2 .left .list ul li h4 {
  display: block;
  font-family: "Arial";
  font-size: 18px;
  margin: 20px 0;
  font-weight: bold;
  white-space: nowrap;
}
#index-body .init-3 .box .box2 .left .list ul li h4 em {
  font-family: "POPPINS-REGULAR";
  font-size: 55px;
  vertical-align: bottom;
  line-height: .9;
  display: inline-block;
  font-weight: normal;
  margin-right: 5px;
}
#index-body .init-3 .box .box2 .left .list ul li p {
  display: block;
  font-size: 16px;
  color: rgba(252, 248, 248, 0.75);
}
#index-body .init-3 .box .box2 .left .list ul li:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
#index-body .init-3 .box .box2 .left .list ul li:hover i.ie1 {
  background-image: url("../shou/icon-3-1-2.png");
}
#index-body .init-3 .box .box2 .left .list ul li:hover i.ie2 {
  background-image: url("../shou/icon-3-2-2.png");
}
#index-body .init-3 .box .box2 .left .list ul li:hover i.ie3 {
  background-image: url("../shou/icon-3-3-2.png");
}
#index-body .init-3 .box .box2 .left .list ul li:hover i.ie4 {
  background-image: url("../shou/icon-3-4-2.png");
}
#index-body .init-3 .box .box2 .right {
  width: 49%;
  vertical-align: bottom;
  margin-left: -2%;
  height: 840px;
  background: url("../shou/init-3.jpg") center center;
  background-size: cover;
  position: relative;
  margin-bottom: 40px;
}
#index-body .init-3 .box .box2 .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  max-width: 70px;
}
#index-body .init-3 .box .box2 .right .play:after,
#index-body .init-3 .box .box2 .right .play:before {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, .4);
-webkit-animation:ks 2s linear infinite;
 -o-animation:ks 2s linear infinite;
 -ms-animation:ks 2s linear infinite;
 -moz-animation:ks 2s linear infinite;
 animation:ks 2s linear infinite;
}
#index-body .init-3 .box .box2 .right .play:before {
-webkit-animation-delay: 1s;
-o-animation-delay: 1s;
-ms-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}
@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}

@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 1;
  }
  
  
  
  
  to {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }

}
#index-body .init-4 {
  padding-top: 130px;
  position: relative;
}
#index-body .init-4:after {
  content: '';
  width: 15%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  background: url("../shou/init-4-bg.jpg") center center;
  background-size: cover;
  z-index: -1;
}
#index-body .init-4 .box {
  padding: 0 5%;
  text-align: center;
}
#index-body .init-4 .box .top h2 {
  font-size: 55px;
  color: #1f1f1f;
  font-family: "PFDINTextCompPro-Medium";
  line-height: 1;
}
#index-body .init-4 .box .top .text {
  font-size: 16px;
  color: rgba(31, 31, 31, 0.72);
  max-width: 880px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  margin: 50px auto 100px;
  line-height: 30px;
}
#index-body .init-4 .box .top a.more {
  line-height: 60px;
  height: 60px;
  width: 270px;
  border: 1px solid black;
  font-size: 14px;
  font-family: "POPPINS-MEDIUM";
  position: relative;
  display: block;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .top a.more i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  -webkit-transition: .5s all,0s color;
  -moz-transition: .5s all,0s color;
  -ms-transition: .5s all,0s color;
  -o-transition: .5s all,0s color;
  transition: .5s all,0s color;
}
#index-body .init-4 .box .top a.more i:after {
  content: '';
  width: 14px;
  height: 1px;
  background: black;
  position: absolute;
  right: 50%;
  top: 52%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .top a.more:hover {
  border-color: #aa2b2a;
  background: #aa2b2a;
  color: white;
}
#index-body .init-4 .box .top a.more:hover i {
  right: 5px;
}
#index-body .init-4 .box .top a.more:hover i:after {
  background: white;
}
#index-body .init-4 .box .bottom {
  text-align: left;
  background: #353535;
  margin-top: 70px;
}


.newdet-page .newdet-1 .box .content {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: "Roboto-Light";
    line-height: 28px;
}
#index-body .init-4 .box .bottom .img {
  height: 440px;
  width: 75%;
  background: url("../shou/init-4.jpg") center center;
  background-size: cover;
  vertical-align: middle;
}
#index-body .init-4 .box .bottom .text {
  width: 25%;
  vertical-align: middle;
  text-align: center;
}
#index-body .init-4 .box .bottom .text h4 {
  font-size: 35px;
  color: white;
  font-family: "PFDINTextCompPro-Medium";
  letter-spacing: 8px;
  text-transform: uppercase;
}
#index-body .init-4 .box .bottom .text a.more2 {
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  font-family: "POPPINS-MEDIUM";
  margin-top: 15px;
  letter-spacing: 3px;
}
#index-body .init-4 .box .bottom .text a.more2 i {
  position: relative;
  margin-left: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  left: 0;
}
#index-body .init-4 .box .bottom .text a.more2 i:after {
  content: '';
  width: 14px;
  height: 1px;
  background: white;
  position: absolute;
  right: 50%;
  top: 48%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-4 .box .bottom .text a.more2:hover i {
  left: 10px;
}
#index-body .init-5 {
  padding: 110px 0 100px;
  text-align: center;
  position: relative;
}
#index-body .init-5:after {
  content: '';
  height: 51%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
   
  background-size: cover;
}
#index-body .init-5 h2 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 60px;
  color: #4c4c4c;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-5 .box {
  margin: 70px -15px 90px;
  overflow: hidden;
}
#index-body .init-5 .box .column {
  padding: 0 15px;
}
#index-body .init-5 .box .column .box2 {
  display: block;
  background: #4c4c4c;
  padding: 60px 10px 300px 12%;
  color: white;
  margin-bottom: -200px;
  text-align: left;
}
#index-body .init-5 .box .column .box2 h5 {
  display: block;
  text-align: center;
  font-size: 48px;
  font-family: "PFDINTextCompPro-Medium";
  color: white;
  text-transform: capitalize;
  text-indent: -12%;
}
#index-body .init-5 .box .column .box2 .list {
  margin: 20px 0 30px;
}
#index-body .init-5 .box .column .box2 .list ul li {
  font-family: "POPPINS-MEDIUM";
  font-size: 16px;
  line-height: 35px;
  position: relative;
}
#index-body .init-5 .box .column .box2 .list ul li:after {
  content: '';
  border: 2px solid white;
  border-radius: 100%;
  position: absolute;
  top: 14px;
  left: -20px;
}
#index-body .init-5 .box .column .box2 a.more {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 .box .column .box2 a.more:hover {
  color: #aa2b2a;
}
#index-body .init-5 .box .column:last-child .box2 {
  background: #7b7979;
}
#index-body .init-5 a.link {
  line-height: 110px;
  height: 110px;
  width: 510px;
  max-width: 100%;
  border: 1px solid white;
  font-family: "PFDINTextCompPro-Medium";
  font-size: 36px;
  color: white;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  position: relative;
}
#index-body .init-5 a.link:after,
#index-body .init-5 a.link:before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  left: -1px;
  top: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .init-5 a.link:after {
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
}
#index-body .init-5 a.link:before {
  right: -1px;
  bottom: -1px;
  left: auto;
  top: auto;
  border-bottom: 1px solid transparent;
  border-right: 1px solid transparent;
}
#index-body .init-5 a.link:hover {
  color: #aa2b2a;
}
#index-body .init-5 a.link:hover:after,
#index-body .init-5 a.link:hover:before {
  width: 100.5%;
  height: 102%;
  border-color: #aa2b2a;
}
#index-body .init-6 {
  padding: 100px 0 65px;
}
#index-body .init-6 h2 {
  font-size: 60px;
  color: #323232;
  text-transform: uppercase;
  font-family: "PFDINTextCompPro-Medium";
  line-height: 1;
  text-align: center;
}
#index-body .init-6 .box {
  padding-top: 90px;
}
#index-body .init-6 .box ul {
  margin: -10px;
}
#index-body .init-6 .box ul li {
  padding: 10px;
}
#index-body .init-6 .box ul li a.img-box {
  display: block;
}
#index-body .init-6 .box ul li a.img-box img {
  width: 100%;
  height: 400px;
}
#index-body .init-6 .box ul li .content {
  display: block;
  padding: 10px 20px 20px;
  background: #f3f3f3;
}
#index-body .init-6 .box ul li .content h4 {
  display: block;
  font-family: "PFDINTextCompPro-Medium";
  font-size: 18px;
  color: #1f1f1f;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height:32px;
}
#index-body .init-6 .box ul li .content h4:hover {
  color: #aa2b2a;
}
#index-body .init-6 .box ul li .content time {
  display: block;
  font-size: 12px;
  font-family: "POPPINS-LIGHT";
  margin: 10px 0;
  font-style: italic;
}
#index-body .init-6 .box ul li .content time i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#index-body .init-6 .box ul li .content p {
  display: block;
  font-family: "POPPINS-MEDIUM";
  color: #1f1f1f;
  line-height:24px;
}
#index-body .init-6 .box ul li .content a.more {
  display: inline-block;
  line-height: 24px;
  height: 24px;
  padding: 0 10px;
  border: 1px solid #c9c9c9;
  font-size: 12px;
  font-family: "POPPINS-LIGHT";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 8px;
}
#index-body .init-6 .box ul li .content a.more:hover {
  background: #aa2b2a;
  color: white;
}
#index-body .init-7 {
  padding: 40px 0;
  background: #f3f3f3;
  text-align: center;
}
#index-body .init-7 h2 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 60px;
  color: #2c2c2c;
  text-transform: uppercase;
  line-height: 1;
}
#index-body .init-7 .box {
  margin-top: 55px;
}
#index-body .init-7 .box ul {
  margin: -5px;
}
#index-body .init-7 .box ul li {
  padding: 5px;
}
#index-body .init-7 .box ul li a {
  display: block;
  padding: 10px;
  border: 1px solid #959899;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  filter: grayscale(100%);
}
#index-body .init-7 .box ul li a img {
  display: block;
  margin: 0 auto;
}
#index-body .init-7 .box ul li a:hover {
  filter: grayscale(0%);
}
#footer .footer-top {
  padding: 90px 0 70px;
  background: #212121;
}
#footer .footer-top ul {
  margin: -10px;
}
#footer .footer-top ul li {
  padding: 10px;
  margin-right: 30px;
}
#footer .footer-top ul li dl dt {
  font-size: 27px;
  font-family: "PFDINTextCompPro-Medium";
  color: #f5f5f5;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1;
}
#footer .footer-top ul li dl dd {
  display: block;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  
}




#footer .footer-top ul li dl .longsingle {
  width: 160px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#footer .footer-top ul li dl dd:hover {
  color: #aa2b2a;
}
#footer .footer-top ul li:nth-child(1) {
  width: 24%;
}
#footer .footer-top ul li:nth-child(1) dl dd {
  text-transform: none;
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  line-height: 30px;
  font-size: 16px;
}
#footer .footer-top ul li:nth-child(1) dl dd i {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-top ul li:nth-child(1) dl dd i img {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-top ul li:nth-child(1) dl dd:last-child {
  margin-bottom: 0;
}
#footer .footer-top ul li:nth-child(2) {
  width: 16%;
}
#footer .footer-top ul li:last-child #ewm {
  border: 3px solid white;
  width: 170px;
  display: block;
}
#footer .footer-top ul li:last-child #ewm img {
  max-width: 100%;
}
#footer .footer-top ul li:last-child dl {
  text-align: center;
  display: inline-block;
}
#footer .footer-top ul li:last-child .share {
  margin-top: 10px;
}
#footer .footer-top ul li:last-child .share:hover {
  color: #ababab;
}
#footer .footer-top ul li:last-child .share a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #ff8d87;
}
#footer .footer-top ul li:last-child .share a:hover {
  color: white;
}
#footer .footer-bottom {
  background: #020202;
  text-align: center;
  padding: 40px 0 90px;
}
#footer .footer-bottom .f-logo img {
  display: block;
  margin: 0 auto;
}
#footer .footer-bottom .f-coy {
  margin-top: 25px;
  color: white;
  font-size: 14px;
  font-family: "POPPINS-LIGHT";
}
#footer .footer-bottom .f-coy img {
  max-height: 14px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
#footer .footer-bottom .f-coy p {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  line-height: 28px;
}
#footer .footer-bottom .f-coy a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .ui.container {
    width: 1200px;
  }
  .ui.container-l {
    padding-left: 5%;
  }
  #header {
    top: 20px;
  }
  #header .nav .ui.menu .logo img {
    height: 60px;
  }
  #banner li .content h2 {
    font-size: 44px;
    max-width: 500px;
  }
  #banner li .content h2 small {
    font-size: 18px;
  }
  #banner li .content a.more {
    line-height: 40px;
    height: 40px;
  }
  #banner li .content a.more i {
    padding-left: 80px;
  }
  #banner li .content {
    top: 60%;
  }
  #index-body .init-1 .box ul li h5.ie {
    white-space: normal;
    text-indent: 0;
  }
  #index-body .init-1 .box ul li h5 {
    font-size: 13px;
  }
  #index-body .init-1 .box ul li {
    padding: 0 10px;
  }
  #index-body .init-1 .box ul {
    margin: 0 -10px;
  }
  #index-body .init-1 .box ul li i {
    height: 40px;
    line-height: 40px;
  }
  #index-body .init-1 .box ul li i img {
    max-height: 100%;
  }
  #index-body .init-2 h2 {
    font-size: 36px;
    left: 4%;
  }
  #index-body .init-2 h2:after {
    width: 80px;
  }
  #index-body .init-2 .top h5 {
    font-size: 20px;
    line-height: 36px;
  }
  #index-body .init-2 .bottom ul li {
    padding: 0 10px;
  }
  #index-body .init-2 .bottom ul {
    margin: 0 -10px;
  }
  #index-body .init-2 .bottom ul li a .content p {
    font-size: 12px;
  }
  #index-body .init-2 .bottom ul li a .content h5 {
    margin-bottom: 5px;
  }
  #index-body .init-2 {
    padding: 80px 0;
  }
  #index-body .init-3 {
    padding: 70px 0 300px;
  }
  #index-body .init-3 .box .box2 .left {
    padding: 50px 0;
  }
  #index-body .init-3 .box .box2 .left .list ul li h4 em {
    font-size: 42px;
  }
  #index-body .init-3 .box .box2 .left .list {
    margin: 0;
  }
  #index-body .init-3 .box .box2 .left .list ul li h4 {
    font-size: 16px;
    margin: 10px 0;
  }
  #index-body .init-3 .box .box2 .left .list ul li p {
    font-size: 14px;
  }
  #index-body .init-3 .box .box2 .left .list {
    padding-top: 30px;
  }
  #index-body .init-3 .box .box2 .left .text p {
    padding-bottom: 20px;
  }
  #index-body .init-3 .box .box2 .left .text {
    font-size: 14px;
    line-height: 1.8;
  }
  #index-body .init-3 .box .box2 .right {
    height: 500px;
  }
  #index-body .init-3 .box .box2 .right .play {
    max-width: 80px;
  }
  #index-body .init-4:after {
    width: 10%;
  }
  #index-body .init-4 {
    padding-top: 60px;
  }
  #index-body .init-3 .box h2 {
    font-size: 60px;
  }
  #index-body .init-4 .box .top h2 {
    font-size: 48px;
  }
  #index-body .init-4 .box .top .text {
    font-size: 14px;
    margin: 30px auto 50px;
  }
  #index-body .init-4 .box .top a.more {
    line-height: 40px;
    height: 40px;
    width: 180px;
  }
  #index-body .init-4 .box .bottom .img {
    height: 300px;
  }
  #index-body .init-4 .box .bottom .text h4 {
    font-size: 28px;
  }
  #index-body .init-5 {
    padding: 70px 0;
  }
  #index-body .init-5 h2 {
    font-size: 48px;
  }
  #index-body .init-5 .box {
    margin: 50px -15px;
  }
  #index-body .init-5 .box .column .box2 {
    padding: 40px 10px 240px 12%;
  }
  #index-body .init-5 .box .column .box2 h5 {
    font-size: 40px;
  }
  #index-body .init-5 .box .column .box2 .list ul li {
    font-size: 14px;
    line-height: 28px;
  }
  #index-body .init-5 .box .column .box2 a.more {
    font-size: 16px;
  }
  #index-body .init-5 a.link {
    height: 80px;
    line-height: 80px;
    width: 400px;
    font-size: 28px;
  }
  #index-body .init-6 {
    padding: 50px 0;
  }
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 44px;
  }
  #index-body .init-6 .box {
    padding-top: 50px;
  }
  #index-body .init-7 .box {
    margin-top: 30px;
  }
  #index-body .init-7 .box ul li a {
    padding: 5px;
  }
  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-bottom {
    padding: 40px 0;
  }
}
@media screen and (max-width: 1250px) {
  .ui.container {
    width: 970px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner li .content h2 {
    font-size: 34px;
  }
  #banner li .content h2 small {
    font-size: 16px;
  }
  #banner ul.slick-dots li {
    width: 40px;
    padding-bottom: 5px;
  }
  #index-body .init-1 .box ul li h5 {
    font-size: 12px;
  }
  #index-body .init-1 .box ul li i {
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
  }
  #index-body .init-2 h2 {
    left: 5%;
    font-size: 30px;
  }
  #index-body .init-2 .top .btn div {
    line-height: 30px;
    height: 30px;
  }
  #index-body .init-2 {
    padding: 40px 0;
  }
  #index-body .init-2 .top .btn {
    margin-top: 15px;
  }
  #index-body .init-2 .top h5 {
    margin-top: 10px;
  }
  #index-body .init-3 .box h2 {
    font-size: 46px;
  }
  #index-body .init-3 .box .box2 .left .list ul li h4 em {
    font-size: 28px;
  }
  #index-body .init-3 .box .box2 .left .list ul li i {
    height: 30px;
    line-height: 30px;
    background-size: auto 100%;
  }
  #index-body .init-3 .box .box2 .left .list ul li p {
    font-size: 12px;
  }
  #index-body .init-3 {
    padding: 50px 0 200px;
  }
  #index-body .init-4 .box .top h2,
  #index-body .init-5 h2,
  #index-body .init-6 h2,
  #index-body .init-7 h2 {
    font-size: 36px;
  }
  #index-body .init-4 .box .top .text {
    max-width: 600px;
  }
  #index-body .init-5 .box .column .box2 h5 {
    font-size: 28px;
  }
  #index-body .init-5 a.link {
    line-height: 60px;
    height: 60px;
    font-size: 24px;
    width: 300px;
  }
}
@media screen and (max-width: 1000px) {
  .ui.container {
    width: 700px;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #index-body .init-1 .box ul li {
    width: 25%;
    padding: 10px;
  }
  #index-body .init-1 .box ul li:nth-child(4) ~ li {
    width: 33.333%;
  }
  #index-body .init-1 .box ul {
    margin: -10px;
  }
  #banner li .content h2 {
    font-size: 28px;
    max-width: 400px;
  }
  #banner li .content a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
  }
  #index-body .init-3 .box .box2 .left .list ul li {
    width: 25%;
  }
  #index-body .init-3 .box .box2 .left {
    width: 100%;
  }
  #index-body .init-3 .box .box2 .right {
    width: 100%;
    margin-left: 0;
    height: 260px;
  }
  #index-body .init-3 .box .box2 .right .play {
    max-width: 60px;
  }
  #index-body .init-4 .box .bottom .text h4 {
    font-size: 24px;
    letter-spacing: 3px;
  }
  #index-body .init-5 .box .column .box2 .list ul li {
    font-size: 13px;
    line-height: 28px;
  }
  #index-body .init-5 .box .column .box2 a.more {
    font-size: 14px;
  }
  #index-body .init-5 a.link {
    line-height: 50px;
    height: 50px;
  }
  #footer .footer-top ul li:nth-child(1) {
    width: 100% !important;
  }
  #footer .footer-top ul li {
    width: 33.333% !important;
  }
  #footer .footer-top ul li:last-child {
   
  }
  #index-body .init-4:after {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .ui.container {
    width: 100%;
  }
  #banner ul.slick-dots {
    bottom: 10px;
    right: 10px;
  }
  #index-body .init-2 .top .btn-info {
    display: none;
  }
  #index-body .init-2 h2 {
    font-size: 24px;
    left: 6%;
  }
  #index-body .init-3 .box h2 {
    font-size: 36px;
  }
  #index-body .init-3 .box .box2 .left {
    padding: 40px 0;
  }
  #index-body .init-4 .box .bottom .img {
    height: 200px;
    width: 70%;
  }
  #index-body .init-4 .box .bottom .text {
    width: 30%;
  }
  #index-body .init-4 .box .bottom {
    margin-top: 40px;
  }
  #index-body .init-5 {
    padding: 50px 0;
  }
  #index-body .init-5 .box .column {
    width: 100%;
  }
  #footer .footer-top ul li dl dd {
    font-size: 16px;
  }
  #footer .footer-top ul li dl dt {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-1 .box ul li {
    width: 50% !important;
  }
  #banner li .content {
    display: none !important;
  }
  #index-body .init-2 h2 {
    font-size: 18px;
  }
  #index-body .init-3 .box .box2 .left .list ul li {
    width: 50%;
  }
  #index-body .init-4 .box .bottom .img {
    width: 55%;
  }
  #index-body .init-4 .box .bottom .text {
    width: 45%;
  }
  #index-body .init-5 .box {
    margin: 30px -15px;
  }
  #footer .footer-top ul li {
    width: 100% !important;
	text-align:center;
  }
  #footer .footer-top ul li:nth-child(2) {
 
  }
}
.inner-page .m-page {
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #eee;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 80px;
}
.inner-page .m-page a:hover,
.inner-page .m-page span:hover {
  background: #aa2b2a;
  color: white;
}
.about-page2 h2 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 46px;
  text-transform: uppercase;
  letter-spacing: 20px;
}
.about-page2 h2:after {
  content: '\f111 \f111 \f111';
  font-family: "FontAwesome";
  font-size: 12px;
  letter-spacing: 20px;
  display: block;
  margin-top: 40px;
}
.about-page2 h2 small {
  display: block;
  font-size: 14px;
  font-family: "POPPINS-LIGHT";
  color: #666;
  letter-spacing: 0;
}
.about-page2 .about-1 {
  position: relative;
  padding-bottom: 130px;
}
.about-page2 .about-1:after {
  content: '';
  width: 40%;
  height: 60%;
  position: absolute;
  right: 0;
  top: 10%;
  background: #f1f4f6;
  z-index: -1;
}
.about-page2 .about-1 img.fr {
  margin-top: -200px;
  padding-left: 50px;
  padding-bottom: 50px;
  max-width: 750px;
}
.about-page2.single .about-1 img.fr {
    margin-top: 20px;
}
.about-page2 .about-1 .content {
  padding-top: 140px;
}
.about-page2 .about-1 .content h3 {
  font-size: 34px;
  font-family: "POPPINS-LIGHT";
  margin: 50px 0;
}
.about-page2 .about-1 .content .text,.about-page2 .about-3 .text {
  font-size: 16px;
  line-height: 2.4;
}
.about-page2 .about-1 .content .text p {
  padding-bottom: 25px;
}
.about-page2 .about-1 .content .text p:last-child {
  padding-bottom: 0;
}
.about-page2 .about-1 .content .signature {
  text-align: right;
  margin-top: 30px;
  padding-right: 10%;
}
.about-page2 .about-1 .content .signature h5 {
  font-size: 14px;
  margin-right: 25px;
  line-height: 2;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.about-page2 .about-1 .content .signature h5 small {
  display: block;
}
.about-page2 .about-1 .content .signature img {
  display: inline-block;
  vertical-align: middle;
}
.about-page2 .about-2 {
  background: #f1f4f6;
  text-align: center;
  padding: 130px 0;
  position: relative;
}
.about-page2 .about-2:after {
  content: '';
  width: 1px;
  top: -60px;
  height: 120px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  background: #1f1f1f;
}
.about-page2 .about-2 h2 small {
  margin-top: 20px;
}
.about-page2 .about-2 h2:after {
  display: none;
}
.about-page2 .about-2 .box {
  padding-top: 60px;
}
.about-page2 .about-2 .box ul {
  margin: -10px;
}
.about-page2 .about-2 .box ul li {
  padding: 10px;
}
.about-page2 .about-2 .box ul li .box2 {
  display: block;
  background: white;
  padding: 50px 10% 60px;
  position: relative;
  z-index: 1;
}
.about-page2 .about-2 .box ul li .box2 i {
  position: absolute;
  font-family: Lato, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  color: #f1f4f6;
  top: 8px;
  left: 18px;
  font-size: 100px;
  z-index: -1;
}
.about-page2 .about-2 .box ul li .box2 h4 {
  font-size: 32px;
  letter-spacing: 5px;
  font-family: "PFDINTextCompPro-Medium";
}
.about-page2 .about-2 .box ul li .box2 h4 small {
  font-size: 12px;
  display: block;
  letter-spacing: 0;
  color: #999;
  line-height: normal;
  margin-top: 10px;
}
.about-page2 .about-2 .box ul li .box2 p {
  display: block;
  font-size: 14px;
  line-height: 2.5;
  margin-top: 30px;
  color: #666;
  min-height: 175px;
}
.about-page2 .about-2 .box ul li:nth-child(7) {
  width: 100%;
}
.about-page2 .about-3 {
  padding: 100px 0 100px;
  text-align: center;
}
.about-page2 .about-3 h5 {
  font-size: 36px;
  line-height: 1.94;
  letter-spacing: .3em;
  color: #444;
  margin-top: 100px;
}
.about-page2 .about-4 {
  padding: 130px 0;
  background: #f1f4f6;
}
.about-page2 .about-4 h2 {
  text-align: center;
}
.about-page2 .about-4 .box {
  margin-top: 50px;
}
.about-page2 .about-4 .box ul {
  margin: -40px 0;
}
.about-page2 .about-4 .box ul li {
  padding: 40px 0;
}
.about-page2 .about-4 .box ul li .left {
  width: 54%;
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -4%;
  margin-top: 70px;
}
.about-page2 .about-4 .box ul li .left .content {
  display: block;
  background: white;
  padding: 70px 13% 80px;
  text-align: left;
  max-width: 760px;
  margin-left: auto;
}
.about-page2 .about-4 .box ul li .left .content span {
  width: 160px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  font-size: 12px;
  font-family: Montserrat, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: .3em;
  background: #1f1f1f;
  display: block;
  text-align: center;
}
.about-page2 .about-4 .box ul li .left .content h4 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 1.8;
}
.about-page2 .about-4 .box ul li .left .content .text {
  font-size: 14px;
  line-height: 2.85;
}
.about-page2 .about-4 .box ul li .left .content a.more {
  width: 270px;
  height: 60px;
  line-height: 60px;
  font-size: 12px;
  text-indent: .3em;
  letter-spacing: .3em;
  border: 1px solid #000;
  display: block;
  text-align: center;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin-top: 50px;
}
.about-page2 .about-4 .box ul li .left .content a.more i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 16px;
  -webkit-transition: .5s all,0s color;
  -moz-transition: .5s all,0s color;
  -ms-transition: .5s all,0s color;
  -o-transition: .5s all,0s color;
  transition: .5s all,0s color;
}
.about-page2 .about-4 .box ul li .left .content a.more i:after {
  content: '';
  width: 14px;
  height: 1px;
  background: black;
  position: absolute;
  right: 50%;
  top: 52%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover {
  border-color: #aa2b2a;
  background: #aa2b2a;
  color: white;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover i {
  right: 5px;
}
.about-page2 .about-4 .box ul li .left .content a.more:hover i:after {
  background: white;
}
.about-page2 .about-4 .box ul li .right {
  width: 50%;
  position: relative;
}
.about-page2 .about-4 .box ul li:nth-child(even) .left {
  left: 46%;
}
.about-page2 .about-4 .box ul li:nth-child(even) .left .content {
  margin-left: -4%;
}
.about-page2 .about-4 .box ul li:nth-child(even) .right {
  left: -50%;
}
.about-page2 .about-5 {
  padding: 130px 0;
}
.about-page2 .about-5 h2 {
  text-align: center;
}
.about-page2 .about-5 .text {
  margin: 60px 0;
  font-size: 14px;
  line-height: 2.5;
  color: #666;
}
.about-page2 .about-5 h4 {
  margin-bottom: 30px;
  font-size: 26px;
}
.about-page2 .about-5 .list ul {
  margin: 0 -20px;
}
.about-page2 .about-5 .list ul li {
  padding: 0 20px;
}
.about-page2 .about-5 .list ul li .box {
  display: block;
  height: 270px;
  line-height: 270px;
  background: #f1f4f6;
  text-align: center;
  width: 100%;
  font-size: 17px;
  position: relative;
}
.about-page2 .about-5 .list ul li .box .txt {
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  line-height: normal;
}
.about-page2 .about-5 .list ul li .box i {
  position: absolute;
  left: 100%;
  margin-left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: normal;
  font-size: 18px;
}
.about-page2 .about-5 .list ul li .box i:after {
  content: '';
  width: 14px;
  height: 1px;
  background: black;
  position: absolute;
  right: 40%;
  top: 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page2 .about-5 .list ul li:last-child i {
  display: none;
}

.about-page2 .about-3_news h3 {
    text-transform: capitalize;
    font-size: 32px;
    line-height: 38px;
    margin: 15px 0;
    position: relative;
    font-family: "opensans-Regular";
    font-weight: bold;
}
.about-page2 .about-3_news {
  padding: 70px 0;
  background: url("../shou/about-3-bg.png") center center #aa2b2a;
  color: white;
  text-align: center;
}
.about-page2 .about-3_news p {
  color: inherit;
    max-width: 850px;
    display: block;
    margin: 30px auto;
    font-size:14px;
}
.about-page2 .about-3_news p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page2 .about-3_news a.more {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #aa2b2a;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page2 .about-3_news a.more:hover {
  background: transparent;
  color: #fff;
}


.product-page2 {
  padding: 100px 0;
}
.product-page2 .prolongtime1 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.product-page2 .prolongtime2 {
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 10px;
}
.product-page2 h2 {
  font-family: "PFDINTextCompPro-Medium";
  font-size: 38px;
  text-transform: uppercase;
  letter-spacing: 20px;
  text-align: center;
}
.product-page2 h2:after {
  content: '\f111 \f111 \f111';
  font-family: "FontAwesome";
  font-size: 12px;
  letter-spacing: 20px;
  display: block;
  margin-top: 30px;
}
.product-page2 h2 i {
  font-size: 14px;
  display: block;
  font-family: Montserrat, "Noto Sans CJK JP", "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1;
  text-indent: .45em;
  letter-spacing: .45em;
  margin-bottom: 20px;
}
.product-page2 .text {
  font-size: 14px;
  line-height: 44px;
  text-align: center;
  max-width: 980px;
  margin: 80px auto;
}
.product-page2 .box ul {
  margin: -10px;
}
.product-page2 .box ul li {
  padding: 10px;
}
.product-page2 .box ul li a.img-box {
  display: block;
}
.product-page2 .box ul li a.img-box span {
  display: block;
  position: relative;
  overflow: hidden;
}
.product-page2 .box ul li a.img-box span:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page2 .box ul li a.img-box span em {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: white;
  line-height: 60px;
  height: 60px;
  width: 70%;
  text-align: center;
  border: 1px solid white;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.product-page2 .box ul li a.img-box span em:after {
  content: "\f1c2";
  font-size: 12px;
  position: absolute;
  font-family: "FontAwesome";
  top: 5px;
  right: 5px;
  line-height: normal;
}
.product-page2 .box ul li .content {
  background: white;
  padding: 55px 7% 0;
  margin-top: -55px;
  position: relative;
  z-index: 2;
  max-width: 86%;
}
.product-page2 .box ul li .content h3 {
  font-size: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-page2 .box ul li .content h3:hover {
  color: #aa2b2a;
}
.product-page2 .box ul li .content em {
  font-size: 14px;
  margin-top: 10px;
  display: block;
  color: #666;
}
.product-page2 .box ul li:hover a.img-box span:after,
.product-page2 .box ul li:hover a.img-box span em {
  opacity: 1;
}
@media screen and (max-width: 1600px) {
  .product-page2 .text {
    margin: 40px auto;
    line-height: 30px;
  }
  .product-page2 .box ul li .content {
    padding-top: 30px;
    margin-top: -30px;
  }
  .product-page2 .box ul li .content h3 {
    font-size: 20px;
  }
  .product-page2 .box ul li .content em {
    font-size: 12px;
    margin-top: 5px;
  }
  .about-page2 .about-1 img.fr {
    margin-top: -100px;
    max-width: 600px;
  }
  .about-page2 .about-1 .content {
    padding-top: 70px;
  }
  .about-page2 h2:after {
    margin-top: 20px;
  }
  .about-page2 .about-1 .content h3 {
    font-size: 28px;
    margin: 30px 0;
  }
  .about-page2 .about-1 .content .text {
    font-size: 15px;
    line-height: 2;
  }
  .about-page2 .about-2 {
    padding: 100px 0;
  }
  .about-page2 .about-2 .box ul li .box2 h4 {
    font-size: 28px;
  }
  .about-page2 .about-2 .box ul li .box2 h4 small {
    margin-top: 5px;
  }
  .about-page2 .about-2 .box ul li .box2 p {
    line-height: 2;
    margin-top: 15px;
  }
  .about-page2 .about-3 {
    padding: 100px 0 150px;
  }
  .about-page2 .about-3 h5 {
    font-size: 28px;
    margin-top: 60px;
  }
  .about-page2 h2 {
    font-size: 40px;
    line-height: 1.2;
  }
  .about-page2 .about-2 .box ul li .box2 {
    padding: 40px 10%;
  }
  .about-page2 .about-4 .box ul li .left .content {
    padding: 50px 10%;
  }
  .about-page2 .about-4 .box ul li .left .content h4 {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 1.4;
  }
  .about-page2 .about-4 .box ul li .left .content .text {
    line-height: 2;
  }
  .about-page2 .about-4 .box ul li .left .content a.more {
    width: 250px;
    line-height: 50px;
    height: 50px;
    margin-top: 30px;
  }
  .about-page2 .about-4 .box ul li .left {
    margin-top: 20px;
  }
  .about-page2 .about-5 {
    padding: 70px 0;
  }
  .about-page2 .about-5 .text {
    margin: 30px 0;
    line-height: 2;
  }
}
@media screen and (max-width: 1250px) {
  .about-page2 .about-1 img.fr {
    max-width: 55%;
  }
  .about-page2 h2 {
    font-size: 36px;
    letter-spacing: 10px;
  }
  .about-page2 .about-1 .content h3 {
    font-size: 24px;
    margin: 20px 0;
  }
  .about-page2 .about-1 .content .text p {
    padding-bottom: 15px;
  }
  .about-page2 .about-1 {
    padding-bottom: 80px;
  }
  .about-page2 .about-2 .box ul li .box2 h4 {
    font-size: 24px;
    letter-spacing: 2px;
  }
  .about-page2 .about-2 .box ul li .box2 i {
    font-size: 70px;
  }
  .about-page2 .about-2 {
    padding: 70px 0 30px;
  }
  .about-page2 .about-3 {
    padding: 100px 0;
  }
  .about-page2 .about-3 h5 {
    font-size: 24px;
  }
  .about-page2 .about-4 {
    padding: 70px 0;
  }
  .about-page2 .about-4 .box ul li .left .content a.more {
    width: 200px;
    line-height: 40px;
    height: 40px;
    margin-top: 15px;
  }
  .about-page2 .about-4 .box ul li .left .content h4 {
    font-size: 22px;
  }
  .about-page2 .about-4 .box ul li {
    padding: 20px 0;
  }
  .about-page2 .about-4 .box ul {
    margin: -20px 0;
  }
  .product-page2 h2 {
    font-size: 32px;
    letter-spacing: 10px;
  }
  .product-page2 h2:after {
    margin-top: 15px;
  }
  .product-page2 h2 i {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page2 {
    padding: 60px 0;
  }
  .inner-page .m-page a:first-child,
  .inner-page .m-page span:first-child {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .about-page2 .about-1 img.fr {
    padding-left: 20px;
    padding-bottom: 20px;
    margin-top: -50px;
  }
  .about-page2 .about-1 .content .text {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page2 .about-1 .content h3 {
    font-size: 20px;
  }
  .about-page2 h2:after {
    margin-top: 10px;
  }
  .about-page2 h2 {
    font-size: 32px;
  }
  .about-page2 .about-2 .box ul li {
    width: 50%;
  }
  .about-page2 .about-3 h5 {
    font-size: 20px;
    line-height: 1.4;
  }
  .about-page2 .about-4 .box ul li .left {
    width: 100%;
    margin: 0 !important;
    left: 0 !important;
  }
  .about-page2 .about-4 .box ul li .right {
    width: 100%;
    left: 0 !important;
  }
  .about-page2 .about-4 .box ul li .left .content {
    max-width: none;
    margin: 0 !important;
  }
  .about-page2 .about-4 .box {
    padding: 0 15px;
  }
  .about-page2 .about-5 .list ul li {
    padding: 0 15px;
  }
  .about-page2 .about-5 .list ul {
    margin: 0 -15px;
  }
  .about-page2 .about-5 .list ul li .box {
    font-size: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-page2 h2 {
    font-size: 28px;
  }
  .about-page2 .about-1 .content {
    padding-top: 30px;
  }
  .about-page2 .about-2 .box ul li {
    width: 100%;
  }
  .about-page2 .about-2 .box ul li .box2 h4 {
    font-size: 20px;
  }
  .about-page2 h2 {
    font-size: 28px;
  }
  .about-page2 .about-5 .list {
    overflow: auto;
  }
  .about-page2 .about-5 .list ul {
    min-width: 700px;
  }
}
@media screen and (max-width: 500px) {
  .about-page2 .about-4 .box ul li .left .content h4 {
    font-size: 18px;
  }
  .about-page2 h2 {
    font-size: 24px;
    letter-spacing: 5px;
  }
  .about-page2 .about-1 .content h3 {
    font-size: 16px;
    line-height: 30px;
  }
  .product-page2 h2 {
    font-size: 24px;
  }
  .about-page2 .about-1 .content .signature h5 {
    margin-right: 10px;
    font-size: 12px;
    line-height: 1.6;
  }
}

.newdet-page .m-link {
    padding-top: 15px;
    text-align: left;
    margin-top: 15px;
    border-top: 1px #eee dashed;
}
.newdet-page .m-link a {
    font-size: 14px;
    color: #666;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .m-link a:hover {
    color: #da251c;
    text-decoration: underline;
}
.inner-banner {
    position: relative;
    z-index: 1;
    margin-bottom:0 !important;
}
.inner-banner:after {
    content: '';
    width: 85%;
    height: 100%;
    position: absolute;
    top: -110px;
    right: 0;
    background: #000000;
    z-index: -1;
}
.inner-banner .box {
    width: 100%;
    position: relative;
    top: 0;
    vertical-align: middle;
}
.inner-banner .box img {
    width: 100%;
}
.inner-banner .text {
    color: white;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    position:absolute;
    top:50%;
    right:13%;
    padding-left:25px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:right;
}
.inner-banner .text h2 {
    font-size: 80px;
    text-transform: uppercase;
    font-family: "PFDINTextCompPro-Medium";
    line-height: 120px;
    display: block;
    background: linear-gradient(to left, white 50%, #aa2b2a 50%);
    -webkit-background-clip: text;
    color: transparent;
    white-space: nowrap;
    display:inline-block;
}
.inner-banner .text h5 {
    font-size: 18px;
    font-family: "Arial";
    text-transform: capitalize;
    margin-top: 30px;
    width: 100%;
}
.inner-page {
    font-family:'POPPINS-LIGHT';
    position:relative;
    z-index:1;
}
.inner-page .productpageh1{
    font-size:28px;
    text-align:center;
    color:#aa2b2a;
    text-transform:capitalize;
}
.inner-page .productpageintro{
    line-height:28px;
    margin-bottom:20px;
    padding:0 20px;

}
.inner-page .productpageintro a:hover{
    color:#aa2b2a;
}


.inner-page .bar-text {
    position: absolute;
    top: 0;
    left: -10%;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    white-space: nowrap;
    color: #aa2b2a;
    font-family: "Roboto-Light";
    font-size: 14px;
}
.inner-page .bar-text:before {
    content: '';
    width: 1px;
    height: 40px;
    background: #aa2b2a;
    display: inline-block;
    margin-bottom: 10px;
}
.inner-page .ui.container3 {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    padding: 0 15px;
    font-size: 14px;
}
.inner-page .ui.container3 .bar-left {
    width: 30%;
    padding-right: 5%;
}
.inner-page .ui.container3 .bar-left h5 {
    font-size: 40px;
    color: #aa2b2a;
    text-transform: uppercase;
    font-family: "109-CAI978";
    letter-spacing: 2px;
    line-height: 40px;
}
.inner-page .ui.container3 .bar-left h5 small {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 20px;
    line-height: normal;
}
.inner-page .ui.container3 .bar-left h2 {
    font-size: 28px;
    color: black;
    text-transform: capitalize;
    margin-top: 80px;
}
.inner-page .ui.container3 .bar-right {
    width: 70%;
    font-family: "Roboto-Light";
}
.inner-page .ui.container3 .bar-right p {
    font-size: 18px;
    color: #666;
    line-height: 34px;
}
.inner-page .text-big {
    text-align: right;
    position: relative;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .text-big.txt-left {
    text-align:left;
}
.inner-page .text-big.txt-left h6 {
    padding-right:25%;
}
.inner-page .text-big.upp {
    text-transform:uppercase;
}
.inner-page .text-big h3 {
    font-size: 280px;
    line-height: 180px;
    font-family: "109-CAI978";
    color: rgba(0, 0, 0, 0.03);
}
.inner-page .text-big h6 {
    text-align: right;
    padding-right: 12%;
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}
.inner-page .public-link {
    display: block;
    height: 500px;
    line-height: 500px;
    text-align: center;
    position: relative;
    background-size: cover;
    overflow: hidden;
    -webkit-transition: 7s;
    -moz-transition: 7s;
    -ms-transition: 7s;
    -o-transition: 7s;
    transition: 7s;
}
.inner-page .public-link:before {
    content: '';
    left: 50%;
    top: 50%;
    background: inherit;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    z-index: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.inner-page .public-link:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.46);
    -webkit-transition: inherit;
    -moz-transition: inherit;
    -ms-transition: inherit;
    -o-transition: inherit;
    transition: inherit;
    opacity: 1;
    z-index: 1;
}
.inner-page .public-link .box {
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    z-index: 2;
    position: relative;
}
.inner-page .public-link .box h6 {
    color: white;
    font-size: 18px;
    text-transform: uppercase;
}
.inner-page .public-link .box h2 {
    color: white;
    font-family: "109-CAI978";
    font-size: 50px;
    text-transform: uppercase;
    margin: 10px 0;
}
.inner-page .public-link .box p {
    font-size: 16px;
    color: white;
}
.inner-page .public-link:hover {
    text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}
.inner-page .public-link:hover:after {
    opacity: 0;
}
.inner-page .public-link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}
.inner-page .mbx {
    padding: 30px 10%;
    font-family: "Roboto-Light";
    font-size: 14px;
}
.inner-page .mbx a,
.inner-page .mbx span {
    margin-right: 15px;
}
.inner-page .mbx a:first-child {
    font-size: 16px;
    color: #aa2b2a;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
}
.inner-page .mbx a:hover {
    color: #aa2b2a;
}
.inner-page .scroll {
    position: relative;
}
.inner-page .m-page {
    text-align: center;
    padding: 50px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border: 1px solid #eee;
    font-size: 24px;
    color: black;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .m-page a:hover {
    color: white;
    background: #aa2b2a;
}
.mCSB_scrollTools {
    width: 3px !important;
}
.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #eee !important;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #222 !important;
}
.mCSB_inside > .mCSB_container {
    margin-right: 3px !important;
}
.about-page .about-1 {
    padding: 120px 0;
}
.about-page .about-1 .content {
    margin: -10px 0;
}
.about-page .about-1 .content p {
    padding: 10px 0;
}
.about-page .about-2 {
    overflow: hidden;
}
.about-page .about-2 img {
    width: 100%;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.about-page .about-2 img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.about-page .about-3 {
    position: relative;
}
.about-page .about-3:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom:0;
    background: #aa2b2a;
    z-index: -1;
    height: 70%;
}
.about-page .about-3 .left {
    padding: 50px 7%;
    background: white;
    position: relative;
    top: -100px;
    width: 65%;
    z-index: 1;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.about-page .about-3 .left p {
    font-size:18px;
    color:block;
    font-family:'Roboto-Light';
    padding:15px 0;
    line-height:32px;
}
.about-page .about-3 .left img {
    display:block;
    margin-left:auto;
    margin-right:0;
}
.about-page .about-4 .left ul li {
    border-bottom: 1px solid #dce5eb;
    padding: 50px 0;
}
.about-page .about-4 .left ul li:last-child {
    border-bottom: none;
}
.about-page .about-4 .left ul li h3 {
    font-size: 28px;
    color: black;
}
.about-page .about-4 .left ul li h3 em {
    color: #aa2b2a;
    margin-right: 15px;
}
.about-page .about-4 .left ul li p {
    font-size: 16px;
    color: #666;
    font-family: "Roboto-Light";
    line-height: 28px;
    margin-top: 20px;
}
.about-page .about-4 .left {
    width:50%;
}
.about-page .about-4 .bar-left {
    width:50% !important;
    padding-right:20% !important;
}
.about-page .about-3 .right {
    width: 45%;
    margin-left: -10%;
}
.about-page .about-3 .right .bar-text {
    left: auto;
    right: 3%;
    top: 5%;
}
.about-page .about-3 .right h5 {
    font-size: 40px;
    color: #aa2b2a;
    text-transform: uppercase;
    font-family: "109-CAI978";
    line-height: 40px;
    text-align: right;
    padding-left: 20%;
    padding-right: 15%;
    margin: 100px 0;
}
.about-page .about-3 .right .img {
    overflow: hidden;
}
.about-page .about-3 .right img {
    width: 100%;
}
.about-page .about-4 {
    padding: 150px 0 50px;
}
.about-page .about-4 ul li {
    padding: 30px 0;
    border-top: 1px solid #dce5eb;
}
.about-page .about-4 ul li:last-child {
    border-bottom: 1px solid #dce5eb;
}
.about-page .about-4 ul li .left {
    width: 25%;
    vertical-align: middle;
}
.about-page .about-4 ul li .left h3 {
    font-size: 18px;
    color: #aa2b2a;
    font-weight: bold;
}
.about-page .about-4 ul li .left {
    width: 75%;
    vertical-align: middle;
}
.about-page .about-5 {
    padding:50px 0 90px;
    position:relative;
    margin-bottom:5%;
}
.about-page .about-5:after {
    content:'';
    position:absolute;
    right:0;
    top:25px;
    height:105%;
    width:95%;
    background:#aa2b2a;
    z-index:-2;
}
.about-page .about-5:before {
    content:'';
    width:90%;
    height:100%;
    left:0;
    top:0;
    background:url('../shou/about-xz-bg.jpg');
    background-size:cover;
    z-index:-1;
    position:absolute;
}
.about-page .about-5 .box {
    padding-left:50px;
}
.about-page .about-5 .box ul {
    display:inline-block;
    width:100%;
}
.about-page .about-5 .box li {
    padding:2px;
}
.about-page .about-5 .box li a {
    display:block;
}
.about-page .about-5 .box a.more {
    display:block;
    float:right;
    width:10%;
    text-align:center;
    margin-bottom:20px;
}
.about-page .about-6 {
    padding:50px 0;
}
.about-page .about-6 .ui.container3 {
    width:auto;
    padding:0;
}
.about-page .about-6 .bar-left {
    vertical-align:middle;
    padding-left:10%;
}
.inner-page .about-6 .bar-left .bar-text {
    left:50px;
    top:45%;
}
.about-page .about-6 .bar-right {
    vertical-align:middle;
    padding-right:50px;
}
.about-page .about-6 .bar-right ul li {
    padding:5px;
    border-right:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.about-page .about-6 .bar-right ul li:nth-child(5n) {
    border-right:none;
}
.about-page .about-6 .bar-right ul li:nth-last-child(6)~li {
    border-bottom:none;
}
.product-page .product-1 {
    padding: 100px 0 50px;
}
.product-page .product-1 h2 {
    font-size: 40px;
    color: #aa2b2a;
    text-transform: uppercase;
    font-family: "109-CAI978";
    letter-spacing: 2px;
    line-height: 40px;
}
.product-page .product-1 h2 small {
    display: block;
    color: #666;
    font-size: 14px;
    text-transform: none;
    font-family: "Arial";
    font-weight: bold;
    letter-spacing: 0;
    margin-top: 10px;
    line-height: normal;
}
.product-page .product-1 ul li {
    display: block;
    margin-bottom: 30px;
    position: relative;
}
.product-page .product-1 ul li:last-child {
    margin-bottom: 0;
}
.product-page .product-1 ul li:after {
    content: '';
    z-index: -1;
    position: absolute;
    width: 75%;
    height: 80%;
    display: block;
    background: #eee;
    bottom: -20%;
    left: -15%;
}
.product-page .ui.container4 {
    max-width:90%;
    display:block;
    margin:0 auto;
}
.product-page .product-1 ul li .left {
    width: 55%;
    vertical-align: middle;
    margin-right: -5%;
    position: relative;
    z-index: 1;
    text-align: right;
}
.product-page .product-1 ul li .left .text-box {
    display: inline-block;
    /*   max-width: 850px; */
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    background: white;
    text-align: left;
    padding: 60px;
    width:100%;
}
.product-page .product-1 ul li .left .text-box i {
    font-size: 14px;
    text-transform: uppercase;
    color: #aa2b2a;
}
.product-page .product-1 ul li .left .text-box h3 {
    font-size: 28px;
    color: black;
    font-weight: bold;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-1 ul li .left .text-box h3:hover {
    color: #aa2b2a;
}
.product-page .product-1 ul li .left .text-box p {
    font-size: 18px;
    color: black;
    margin: 50px 0 20px;
    font-family:'Roboto-Light';
    height:270px;
    overflow:auto;
}
.product-page .product-1 ul li .left .text-box a.more {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    margin-left: auto;
    margin-right: 0;
    display: block;
}
.product-page .product-1 ul li .left .text-box a.more:hover {
    background: #aa2b2a;
    color: white;
}
.product-page .product-1 ul li .right {
    width: 55%;
    vertical-align: middle;
    margin-left: -5%;
    position: relative;
}
.product-page .product-1 ul li .right a {
    display: block;
}
.product-page .product-1 ul li .right img {
    width: 100%;
}
.product-page .product-1 ul li:nth-child(even):after {
    display: none;
}
.product-page .product-1 ul li:nth-child(even) .left {
    left: 45%;
    text-align: left;
}
.product-page .product-1 ul li:nth-child(even) .right {
    left: -45%;
}
.inner-page .init-1 {
  padding: 45px 0 20px;
  text-align: center;
  background: #1b1b1b;
  position: relative;
}
.inner-page .init-1 .box {
  max-width: 1370px;
  margin: 0 auto;
}
.inner-page .init-1 .box ul {
  margin: 0 -25px;
}
.inner-page .init-1 .box ul li {
  padding: 0 25px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .init-1 .box ul li i {
  display: block;
  line-height: 50px;
  height: 50px;
}
.inner-page .init-1 .box ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.inner-page .init-1 .box ul li h5 {
  display: block;
  font-size: 14px;
  font-family: "POPPINS-LIGHT";
  color: white;
  margin-top: 5px;
}
.inner-page .init-1 .box ul li h5.ie {
  text-indent: -1.5em;
  white-space: nowrap;
}
.inner-page .init-1 .box ul li:hover {
  -webkit-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
}
.inner-page .init-1 .scroll {
  position: absolute;
  right: 3%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #d3555d;
  font-size: 16px;
  line-height: 1;
}
.inner-page .init-1 .scroll i {
  height: 16px;
  line-height: 16px;
  display: block;
}
.inner-page .init-1 .scroll:before {
  content: '';
  height: 60px;
  width: 1px;
  background: #d3555d;
  display: block;
  margin: 0 auto;
}
.inner-page .init-1 .scroll:after {
  content: '';
  width: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: white;
  height: 60px;
  -webkit-animation: xs 2s linear infinite;
  -o-animation: xs 2s linear infinite;
  -ms-animation: xs 2s linear infinite;
  -moz-animation: xs 2s linear infinite;
  animation: xs 2s linear infinite;
}
.product-list-page>.box {
  padding: 60px 0;
}
.product-list-page .box h3 {
  font-size: 50px;
  color: #333;
  text-align: center;
  margin-bottom: 40px;
  font-family: 'PFDINTextCompPro-Medium';
  line-height: 1;
}
.product-list-page .box h3 small {
  display: block;
  font-size: 20px;
  line-height: normal;
  margin-top: 10px;
  font-family: 'POPPINS-LIGHT';
}
.product-list-page>.box ul {
  margin: -5px;
}
.product-list-page>.box li {
  padding: 5px;
}
.product-list-page>.box li a {
    display:block;
}
.product-list-page>.box li a:after {
    content:'';
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a:before {
    content:'';
    width:60px;
    height:60px;
    background:rgba(0,0,0,.9) url('../shou/icon-search-white.png') no-repeat center center;
    position:absolute;
    left:50%;
    top:30%;
    margin-left:-30px;
    margin-top:-30px;
    z-index:1;
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a h4 {
    font-size:24px;
    color:white;
    padding:0 20px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    position:absolute;
    left:0;
    bottom:0;
    z-index:2;
    text-align:center;
    width:100%;
    transition:.5s;
    opacity:0;
}
.product-list-page>.box li a:hover:after {
    opacity:1;
}
.product-list-page>.box li a:hover:before {
    top:50%;
    opacity:1;
}
.product-list-page>.box li a:hover h4 {
    bottom:10px;
    opacity:1;
}
.prodet-page .prodet-1 {
    padding: 100px 0px 0px 0px;
}
.prodet-page .prodet-1 .pro-img {
    padding-right: 20px;
}
.prodet-page .prodet-1 .pro-text {
    padding-left: 20px;
}
.prodet-page .prodet-1 .pro-text i {
    font-size: 14px;
    font-family: "Roboto-Light";
    color: #aa2b2a;
    text-transform: uppercase;
}
.prodet-page .prodet-1 .pro-text h3,.prodet-page .prodet-1 .pro-text h1 {
    font-size: 28px;
    color: black;
    font-weight: bold;
}

#index-body.factory .init-3 {
  background: white;
}
#index-body.factory .init-3 .box .box2 .left {
  background: none;
  color: black;
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie1 {
  background-image: url(../shou/icon-3-1-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie2 {
  background-image: url(../shou/icon-3-2-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie3 {
  background-image: url(../shou/icon-3-3-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li i.ie4 {
  background-image: url(../shou/icon-3-4-2.png);
}
#index-body.factory .init-3 .box .box2 .left .list ul li p {
  color: rgba(0, 0, 0, 0.75)
}
#index-body.factory .init-3:after {
  display: none;
}
.prodet-page .prodet-1 .pro-text .content {
    padding: 30px 0;
    font-size: 16px;
    color: black;
}
.prodet-page .prodet-1 .pro-text .gallery {
    overflow: hidden;
}
.prodet-page .prodet-1 .pro-text .gallery h4 {
    font-size: 18px;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .gallery ul {
    margin: -10px;
    padding: 0;

}
.prodet-page .prodet-1 .pro-text .msg {
    text-transform: capitalize;
    height: 50px;
    line-height: 50px;
    width: 150px;
    text-align: center;
    font-size: 18px;
    color: #222;
    border: 1px solid #d6d6d6;
    transition: .5s;
    display: block;
}
.prodet-page .prodet-1 .pro-text .msg a {
    display:block;
    background: #AA2B2A;
     color: white;
}
.prodet-page .prodet-1 .pro-text .msg:hover {
    background: #aa2b2a;
    color: white;
}
.prodet-page .prodet-1 .pro-text .gallery ul .slick-track {
    margin-left:0;
}
.prodet-page .prodet-1 .pro-text .gallery ul li {
    padding: 10px;
    margin: 0;
    width: 25%;
    float: left;
}
.prodet-page .prodet-1 .pro-text .gallery ul li i,
.prodet-page .prodet-1 .pro-text .gallery ul li span {
    display: none !important;
}
.prodet-page .prodet-1 .pro-text .gallery ul li img {
    width: 100%;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-1 .pro-text .share {
    padding: 25px 0;
}
.prodet-page .prodet-1 .pro-text .share h4 {
    font-size: 18px;
    padding: 10px;
    background: #eee;
    margin-bottom: 15px;
}
.prodet-page .prodet-1 .pro-text .share ul li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    text-align: center;
    background: #eee;
    color: black;
    font-size: 16px;
    margin-right: 10px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.prodet-page .prodet-1 .pro-text .share ul li a {
    display: block;
}
.prodet-page .prodet-1 .pro-text .share ul li i {
    font-family: "FontAwesome";
    font-size: inherit;
    color: inherit;
}
.prodet-page .prodet-1 .pro-text .share ul li:hover {
    background: #aa2b2a;
    color: white;
}
.prodet-page .prodet-2 .box {
    display: block;
    
    padding: 0px 50px;
}
.prodet-page .prodet-2 .box .options {
    border-bottom: 1px solid black;
}
.prodet-page .prodet-2 .box .options div {
    font-size: 20px;
    color: white;
    display: inline-block;
    vertical-align: middle;
    opacity: 1;
    padding: 10px 30px;
    background: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    cursor: hand;
}
.prodet-page .prodet-2 .box .options div:hover,
.prodet-page .prodet-2 .box .options div.active {
    background: #aa2b2a;
}
.prodet-page .prodet-2 .box .det {
    font-family: "Roboto-Light";
    padding-top: 20px;
    font-size: 16px;
    line-height: 2;
}
.prodet-page .prodet-2 .box .det table {
    margin: 20px 0;
}
.prodet-page .prodet-2 .box .det table tr:nth-child(odd) {
    background: #eee;
}
.prodet-page .prodet-2 .box .det table tr:first-child * {
    color: inherit;
}
.prodet-page .prodet-2 .box .det ol,
.prodet-page .prodet-1 .pro-text .content ul {
  padding-left: 18px;
}
.prodet-page .prodet-2 .box .det ol li,
.prodet-page .prodet-1 .pro-text .content ul li {
  list-style-type: disc;
}
.lg-page .lg-1 {
    padding: 100px 0 40px;
}
.lg-page .lg-1 h3 {
    font-size: 24px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.lg-page .lg-1 .box {
    padding-top: 0;
}
.lg-page .lg-1 .box ul {
    margin: -15px;
}
.lg-page .lg-1 .box ul li {
    padding: 15px;
}
.lg-page .lg-1 .box ul li .box2 {
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.25);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.25);
    box-shadow: 0 0 15px rgba(0,0,0,.25);
}
.lg-page .lg-1 .box ul li a {
    display: block;
    /* 	border:4px solid #eee; */
}
.lg-page .lg-1 .box ul li h4 {
    font-size: 18px;
    padding: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.lg-page .lg-1 .box ul li:hover h4 {
    background: #aa2b2a;
    color: white;
}
.faq-page .faq-1 {
    padding: 100px 0 40px;
}
.faq-page .faq-1 h3 {
    font-size: 34px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.faq-page .faq-list li {
    margin: 0 0 10px;
    word-break: break-word;
    font-family: "Roboto-Light";
}
.faq-page .faq-list li h4 {
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    line-height: 1.5;
    margin: 0;
    font-weight: 500;
    font-size: 1.143em;
    color: #363f4d;
    padding: 15px 30px 15px 25px;
    cursor: pointer;
    cursor: hand;
    position: relative;
}
.faq-page .faq-list li h4 i {
    color: #bababa;
    float: right;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
}
.faq-page .faq-list li p {
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 20px 25px;
    display: none;
}
.faq-page .faq-1 .m-page a,
.faq-page .faq-1 .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.news-page .news-1 {
    padding: 100px 0 40px;
}
.news-page .news-1 h3 {
    font-size: 30px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
}
.news-page .news-1 .box ul li {
    margin-bottom:50px;
    border:1px solid #e9e9e9;
}
.news-page .news-1 .box ul li:last-child {
    margin-bottom:0;
}
.news-page .news-1 .box ul li a.img-box {
    display: block;
}
.news-page .news-1 .box ul li .img {
    width:30%;
    vertical-align:middle;
    position:relative;
}
.news-page .news-1 .box ul li .img time {
    width:100px;
    top:-15px;
    text-align:right;
    font-size:24px;
    color:white;
    position:absolute;
    right:-35px;
    background:black;
    padding:15px 10px;
    font-family:'Montserrat-Regular';
}
.news-page .news-1 .box ul li .img time em {
    display:block;
    font-family:'Anton';
    line-height:30px;
    font-size:26px;
    margin-top:5px;
}
.news-page .news-1 .box ul li .content {
    padding: 30px 40px 30px 70px;
    width:70%;
    vertical-align:middle;
}
.news-page .news-1 .box ul li .content h4 {
    font-size: 24px;
    color: black;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-page .news-1 .box ul li .content h4:hover {
    color: #aa2b2a;
}
.news-page .news-1 .box ul li .content p {
    font-size: 18px;
    font-family: "Roboto-Light";
    margin: 40px 0 20px;
}
.news-page .news-1 .box ul li .content a.more {
    text-transform: capitalize;
    height:50px;
    line-height:50px;
    width:150px;
    text-align:center;
    font-size:18px;
    color:#222;
    border:1px solid #d6d6d6;
    transition:.5s;
    margin-left:auto;
    margin-right:0;
    display:block;
}
.news-page .news-1 .box ul li .content a.more:hover {
    background:#aa2b2a;
    color:white;
}
.newdet-page .newdet-1 {
    padding: 100px 0 40px;
    background: #f8f8f8;
}
.newdet-page .newdet-1 .box {
    /*   padding: 40px 20px; */
}
.newdet-page .newdet-1 .box h3 {
    font-size: 24px;
    color: black;
}
.newdet-page .newdet-1 .box .content {
    display: block;
    padding: 20px 0;
    margin: 20px 0;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    font-family: "Roboto-Light";
    line-height: 28px;
}
.newdet-page .newdet-1 .box .share ul {
    display: inline-block;
}
.newdet-page .newdet-1 .box .share ul li {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-right: 10px;
    line-height: 40px;
    text-align: center;
    color: black;
    font-size: 16px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-1 .box .share ul li:hover {
    color: white;
    background: #aa2b2a;
}
.newdet-page .newdet-1 .box .share a.back {
    float: right;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-radius: 5px;
    background: #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.newdet-page .newdet-1 .box .share a.back i {
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.newdet-page .newdet-1 .box .share a.back:hover {
    color: white;
    background: #aa2b2a;
}
.contact-page .contact-1 {
    padding: 100px 0 40px;
}
.contact-page .map {
    padding-bottom: 0;
}
.sidedbar {
    position:relative;
    z-index:2;
}
.sidedbar .grid-box.two>.column.left {
    line-height:110px;
    height:110px;
    background:#aa2b2a;
    padding:0 30px;
    font-size:18px;
    color:white;
    margin-top:-50px;
    font-family:'Roboto-Light';
    text-align:right;
    text-transform:uppercase;
    width:35%;
}
.sidedbar .left span {
    font-size:32px;
    font-family: "109-CAI978";
    max-width:250px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
    display:inline-block;
    vertical-align:middle;
}
.sidedbar .grid-box.two>.column.right {
    width:65%;
}
.sidedbar .right ul {
    padding:0 100px 0 30px;
    line-height:60px;
    height:60px;
    border-bottom:1px solid #c7c7c7;
}
.sidedbar .right ul .slick-arrow {
    position:absolute;
    top:50%;
    right:30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border:none;
    background:none;
    color:transparent;
    font-size:0;
    width:0;
    height:0;
    display:block;
    cursor:pointer;
    cursor:hand;
}
.sidedbar .right ul .slick-arrow.slick-prev {
    border-right:10px solid #aa2b2a;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    margin-right:30px;
}
.sidedbar .right ul .slick-arrow.slick-next {
    border-left:10px solid #666;
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
}
.sidedbar .right ul li {
    padding:0 20px;
    font-size:18px;
    color:rgba(0,0,0,.67);
    transition:.5s;
    border-right:1px solid #7c7c7c;
    width:auto;
    line-height:18px;
    vertical-align:middle;
    font-family:'POPPINS-LIGHT';
}
.sidedbar .right ul li:hover {
    text-decoration:underline;
}
.prodetFeedback {
    padding: 44px 0 64px;
    background: #f2f2f2;
}
.prodetFeedback .innerTit {
    font-size: 32px;
    text-transform: uppercase;
    color: #000;
}
.prodetFeedback .ptForm {
    margin-top: 50px;
}
.prodetFeedback .ptForm label {
    font-size: 16px;
    color: #636363;
    font-weight: 500;
    margin-bottom: 0;
}
.prodetFeedback .ptForm input,
.prodetFeedback .ptForm textarea {
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    background: none;
    color: #252525;
    font-size: 16px;
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    border-bottom: 1px solid #cccccc;
}
.prodetFeedback .ptForm .fbTop {
    margin-bottom: 62px; width:100%;
}
.prodetFeedback .ptForm .fbTop li {
    float: left;
    width: 31%;
    margin-right: 2%;
}
.prodetFeedback .ptForm .fbTop li:nth-child(3) {
    margin-right: 0;
}
.prodetFeedback .ptForm .fbTop li input {
    height: 15px;
    padding: 0 4px;
}
.prodetFeedback .ptForm .fbTop li input:focus {
    height: 43px;
    border-bottom: 3px solid #aa2b2a;
}
.prodetFeedback .ptForm .fbBot {
    margin-bottom: 75px; width:100%;
}
.prodetFeedback .ptForm .fbBot textarea {
    height: 16px;
    overflow: hidden;
}
.prodetFeedback .ptForm .fbBot textarea:focus {
    height: 55px;
    border-bottom: 3px solid #aa2b2a;
}
.prodetFeedback .ptForm input[type="submit"] {
    cursor: pointer;
    text-align: left;
    padding-left: 31px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    text-transform: uppercase;
    font-size: 16px;
    width: 203px;
    height: 52px;
    border: none;
    background: #aa2b2a url("../shou/fb-send.png") no-repeat right 10px center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    color: #fff;
}
.prodetFeedback .ptForm input[type="submit"]:hover {
    background-color: #222;
}
.thumb-gallery{
    padding:20px 0;
}
.thumb-gallery li{
    width:25%;
    float:left;padding-right:10px;
}
@media screen and (max-width: 1540px) {
    .inner-page .ui.container3 {
        max-width: 100%;
    }
    .inner-banner .text h2 {
        font-size: 80px;
        line-height: 80px;
    }
    .inner-banner .text h5 {
        margin-top: 10px;
        font-size: 16px;
    }
    .inner-banner:after {
        width: 80%;
    }
    .inner-banner {
        margin-top: 90px;
    }
    .inner-page .bar-text {
        display: none;
    }
    .contact-page .contact-1,
    .newdet-page .newdet-1,
    .news-page .news-1,
    .faq-page .faq-1,
    .lg-page .lg-1,
    .product-page .product-1,
    .about-page .about-1 {
        padding: 40px 0;
    }
    .inner-page .ui.container3 .bar-left h2 {
        margin-top: 60px;
        font-size: 24px;
    }
    .inner-page .public-link {
        height: 400px;
        line-height: 400px;
    }
    .inner-page .public-link .box h2 {
        font-size: 40px;
    }
    .newdet-page .newdet-1 .box h3 {
        font-size: 20px;
    }
    .inner-page .m-page a,
    .inner-page .m-page span {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }
    .inner-page .m-page {
        padding: 30px 0;
    }
    .faq-page .faq-1 h3 {
        font-size: 28px;
    }
    .faq-page .faq-1 .box ul li .q {
        font-size: 18px;
    }
    .prodet-page .prodet-2 .box .options div {
        font-size: 18px;
    }
    .prodet-page .prodet-1 .pro-text .content {
        padding: 15px 0;
    }
    .prodet-page .prodet-1 {
        padding: 60px 0;
    }
    .prodet-page .prodet-2 .box {
        padding: 50px 15px;
    }
    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 24px;
    }
    .product-page .product-1 ul li .left .text-box p {
        margin: 20px 0 10px;
        font-size: 16px;
    }
    .product-page .product-1 ul li .left {
        padding: 0 15px;
    }
    .inner-page .text-big h3 {
        font-size: 180px;
        line-height: 100px;
    }
    .about-page .about-3 .left ul li {
        padding: 30px 0;
    }
    .about-page .about-3 .left {
        padding: 30px 3%;
    }
    .about-page .about-3 .right h5 {
        font-size: 34px;
        margin: 60px 0;
    }
    .about-page .about-4 {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1200px) {
    .inner-banner .text h2 {
        font-size: 60px;
        line-height: 60px;
    }
    .inner-page .ui.container3 .bar-right p {
        font-size: 16px;
        line-height: 30px;
    }
    .inner-page .ui.container3 .bar-left h2 {
        font-size: 20px;
    }
    .inner-page .ui.container3 .bar-left h5 {
        font-size: 34px;
        line-height: 34px;
    }
    .inner-page .text-big h3 {
        font-size: 140px;
        line-height: 80px;
    }
    .product-page .product-1 ul li .left .text-box h3,
    .about-page .about-3 .left ul li h3 {
        font-size: 20px;
    }
    .about-page .about-3 .left ul li p {
        margin-top: 5px;
    }
    .about-page .about-3 .left ul li {
        padding: 20px 0;
    }
    .prodet-page .prodet-1 .pro-text .share ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .prodet-page .prodet-1 .pro-text .share h4,
    .prodet-page .prodet-1 .pro-text .gallery h4 {
        font-size: 16px;
        padding: 5px 10px;
    }
    .prodet-page .prodet-1 .pro-text .gallery ul li {
        padding: 5px;
    }
    .prodet-page .prodet-1 .pro-text .gallery ul {
        margin: -5px;
    }
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3 {
        font-size: 24px;
    }
    .prodet-page .prodet-2 .box .options div {
        font-size: 16px;
    }
    .prodet-page .prodet-2 .box .det {
        font-size: 16px;
    }
    .lg-page .lg-1 .box,
    .faq-page .faq-1 .box,
    .news-page .news-1 .box {
        padding-top: 30px;
    }
    .inner-page .public-link .box h2 {
        font-size: 34px;
    }
    .faq-page .faq-1 .box ul li .q {
        font-size: 16px;
    }
    #mapContainer {
        height: 300px !important;
    }
    .inner-page .public-link {
        height: 300px;
        line-height: 300px;
    }
    .product-page .product-1 ul li .left .text-box p {
        height:200px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-banner .box {
        top: 0;
    }
    .inner-page .ui.container3 {
        width: 700px;
    }
    .inner-banner {
        margin-top: 0;
    }
    .inner-banner .text h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .inner-banner .text h5 {
        font-size: 14px;
    }
    .inner-page .ui.container3 .bar-left h2 {
        font-size: 16px;
    }
    .news-page .news-1 .box ul li .content p {
        font-size: 14px;
        margin: 10px 0;
    }
    .news-page .news-1 .box ul li .content h4 {
        font-size: 18px;
    }
    .news-page .news-1 .box ul li,
    .lg-page .lg-1 .box ul li {
        padding: 5px;
    }
    .news-page .news-1 .box ul,
    .lg-page .lg-1 .box ul {
        margin: -5px;
    }
    .faq-page .faq-1 h3 {
        font-size: 24px;
    }
    .faq-page .faq-1 .box ul li .a,
    .lg-page .lg-1 .box ul li h4 {
        font-size: 16px;
    }
    .prodet-page .prodet-1 .pro-img {
        width: 100%;
        padding-right: 0px;
    }
    .prodet-page .prodet-1 .pro-text {
        padding: 30px 0;
        width: 100%;
    }
    .product-page .product-1 h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .product-page .product-1 ul li .left .text-box {
        padding: 30px 15px;
    }
    .product-page .product-1 ul li .left .text-box p {
        font-size: 14px;
        margin: 10px 0;
    }
    .product-page .product-1 ul li .right {
        width: 60%;
        margin-left: -10%;
    }
    .product-page .product-1 ul li .left .text-box h3 {
        font-size: 18px;
    }
    .inner-page .text-big h3 {
        white-space: nowrap;
    }
    .inner-page .text-big {
        overflow: hidden;
        padding: 20px 0;
        margin: -20px 0;
    }
    .about-page .about-4 .bar-right ul li {
        padding: 15px 0;
    }
    .inner-page .mbx {
        padding: 20px 15px;
    }
    .sidedbar .box {
        display:none;
    }
    .sidedbar {
        height:20px;
        background:#aa2b2a;
    }
    .news-page .news-1 .box ul {
        letter-spacing:-5px;
    }
    .news-page .news-1 .box ul li {
        width:50%;
        display:inline-block;
        letter-spacing:0;
        vertical-align:top;
        margin-bottom:20px;
    }
    .news-page .news-1 .box ul li .img {
        width:100%;
    }
    .news-page .news-1 .box ul li .img time {
        right:10px;
        top:10px;
        font-size:18px;
        width:80px;
    }
    .news-page .news-1 .box ul li .img time em {
        font-size:20px;
        line-height:20px;
    }
    .news-page .news-1 .box ul li .content {
        width:100%;
        padding: 20px;
    }
    .news-page .news-1 .box ul li .content a.more {
        line-height:40px;
        height:40px;
        width:130px;
        font-size:14px;
    }
    #ewm {
      
    }
}
@media screen and (max-width: 700px) {
    .inner-banner .box {
        width: 100%;
    }
    .about-page .about-4 .bar-left,.about-page .about-4 .left {
        width:100% !important;
    }
    .about-page .about-4 .left {
        padding-top:30px;
    }
    .about-page .about-4 .left ul li {
        padding: 20px 0;
    }
    .about-page .about-4 .left ul li p {
        margin-top:10px;
    }
    .about-page .about-4 .left ul li h3 {
        font-size:24px;
    }
    .inner-page .text-big.txt-left h6 {
        padding-right:0;
    }
    .about-page .about-6 .bar-right {
        padding-right:0;
    }
    .about-page .about-6 .bar-right ul li {
        width:50%;
        border:none;
        border-bottom:1px solid #ebebeb !important;
    }
    .about-page .about-6 .bar-right ul {
        border-top:1px solid #ebebeb;
    }
    .about-page .about-6 .bar-right ul li:nth-child(2n+1) {
        border-right:1px solid #ebebeb;
    }
    .inner-banner .text {
        position: absolute;
        left: 50%;
        margin: 0;
        width: 100%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        text-align: center;
    }
    .inner-banner .text h2 {
        background: transparent;
        color: #aa2b2a;
        font-size: 40px;
        line-height: 40px;
    }
    .inner-banner .text h5 {
        display: none;
    }
    .inner-page .ui.container3 .bar-left h2 {
        display: none;
    }
    .inner-page .ui.container3 .bar-left {
        width: 100%;
        padding-right: 0;
    }
    .inner-page .ui.container3 .bar-right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .about-page .about-3 .left {
        width: 100%;
        top: 0;
        padding: 15px;
    }
    .about-page .about-3 .right {
        width: 100%;
        margin: 0;
    }
    .about-page .about-3 .right h5 {
        display: none;
    }
    .about-page .about-4 {
        padding: 50px 0;
    }
    .inner-page .public-link {
        line-height: 240px;
        height: 240px;
    }
    .inner-page .public-link .box h2 {
        font-size: 28px;
    }
    .product-page .product-1 ul li .left {
        width: 100%;
        margin: 0;
        left: 0 !important;
    }
    .product-page .product-1 ul li .right {
        width: 100%;
        margin: 0;
        padding: 0 15px;
        left: 0 !important;
    }
    .inner-page .m-page {
        padding: 15px 0;
    }
    .newdet-page .newdet-1 .box .share ul li {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .newdet-page .newdet-1 .box .share a.back {
        line-height: 30px;
        height: 30px;
    }
    .newdet-page .newdet-1 .box .content {
        font-size: 16px;
    }
    .inner-page .mbx span {
        display: none;
    }
    .product-page .product-1 ul {
        padding-top: 30px;
    }
    .product-page .product-1 ul li .left .text-box a.more {
        line-height:40px;
        height:40px;
        width:140px;
        font-size:14px;
    }
    .product-list-page .box li a h4 {
        opacity:1;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .newdet-1 .box {
        padding: 30px 15px;
    }
    .about-page .about-5 {
        padding: 40px 0;
    }
    .faq-page .faq-list li h4 {
        font-size:18px;
    }
    .faq-page .faq-list li p {
        font-size:16px;
    }
    .news-page .news-1 .box ul li {
        width:100%;
    }
    .newdet-page .newdet-1 .box .share ul li {
        margin-right: 3px;
    }
    .newdet-page .newdet-1 .box .share a.back {
        float: none;
        display: inline-block;
        margin-top: 20px;
    }
    .newdet-page .newdet-1 .box .share,
    .newdet-page .newdet-1 .box h3 {
        text-align: center;
    }
    .inner-banner .text h2 {
        font-size: 34px;
        height: 34px;
    }
    .prodet-page .prodet-1 .pro-text h3,
    .news-page .news-1 h3,
    .faq-page .faq-1 h3,
    .lg-page .lg-1 h3 {
        font-size: 20px;
    }
    .prodet-page .prodet-1 {
        padding-bottom: 10px;
    }
    .prodet-page .prodet-2 .box .options div {
        padding: 5px 15px;
    }
    .prodet-page .prodet-2 .box .det {
        padding-top: 30px;
    }
    .prodet-page .prodet-2 .box .det table {
        margin: 10px 0;
        display: block;
        overflow: auto;
    }
    .inner-banner .text h2 {
        display: none;
    }
    .product-page .product-1 h2,
    .inner-page .ui.container3 .bar-left h5 {
        font-size: 28px;
        line-height: 28px;
    }
    .product-page .product-1 h2 small,
    .inner-page .ui.container3 .bar-left h5 small {
        display: none;
    }
    .about-page .about-3 .left ul li h3 {
        font-size: 18px;
    }
    #footer .footer-top ul li:last-child {
      display: none;
    }
}
.inner-page .prodet-1 .pro-box .singlebf{
      padding-top: 20px;
    line-height: 30px;
    font-size: 16px;
}
