@font-face {
  font-family: 'roboto-regular';
  src: url(../fonts/roboto-regular.ttf) format('truetype'), url(../fonts/roboto-regular.eot) format('eot'), url(../fonts/roboto-regular.woff) format('woff'), url(../fonts/roboto-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'roboto-black';
  src: url(../fonts/roboto-black.ttf) format('truetype'), url(../fonts/roboto-black.eot) format('eot'), url(../fonts/roboto-black.woff) format('woff'), url(../fonts/roboto-black.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-BoldCondensed';
  src: url(../fonts/Roboto-BoldCondensed.ttf) format('truetype'), url(../fonts/Roboto-BoldCondensed.eot) format('eot'), url(../fonts/Roboto-BoldCondensed.woff) format('woff'), url(../fonts/Roboto-BoldCondensed.woff2) format('woff2');
}
@font-face {
  font-family: 'Roboto-Light';
  src: url(../fonts/Roboto-Light.ttf) format('truetype'), url(../fonts/Roboto-Light.eot) format('eot'), url(../fonts/Roboto-Light.woff) format('woff'), url(../fonts/Roboto-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'AvantGardeLT-ExtraLight';
  src: url(../fonts/AvantGardeLT-ExtraLight.ttf) format('truetype'), url(../fonts/AvantGardeLT-ExtraLight.eot) format('eot'), url(../fonts/AvantGardeLT-ExtraLight.woff) format('woff'), url(../fonts/AvantGardeLT-ExtraLight.woff2) format('woff2');
}
@font-face {
  font-family: 'DroidSerif';
  src: url(../fonts/DroidSerif.ttf) format('truetype'), url(../fonts/DroidSerif.eot) format('eot'), url(../fonts/DroidSerif.woff) format('woff'), url(../fonts/DroidSerif.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Alternate-Regular';
  src: url(../fonts/Alternate-Regular.ttf) format('truetype'), url(../fonts/Alternate-Regular.eot) format('eot'), url(../fonts/Alternate-Regular.woff) format('woff'), url(../fonts/Alternate-Regular.woff2) format('woff2');
}
ul,
dl {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}
ul li,
dl dd {
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  letter-spacing: 0;
}
.aligncenter {
  margin: 0 auto;
  display: inherit;
  width: auto;
}
body {
  font-family: "Poppins-Light";
  margin: 0 auto !important;
}
.slick-initialized {
  max-width: 1920px;
  margin: 0 auto;
}
#banner .slick-initialized {
  max-width: none;
}
#index-body .section {
  background-size: cover !important;
}
body.active {
  overflow: hidden !important;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 1750px;
}
.small.container {
  padding: 0 15px;
  position: relative;
  width: 1470px;
}
.adv.container {
  padding: 0 15px;
  position: relative;
  width: 1680px;
}
.tel-number {
  text-align: right;
  margin-top: 40px;
}
.tel-number ul {
  margin: 0 -17px;
}
.tel-number ul li {
  padding: 0 17px;
}
.tel-number ul li p {
  font-size: 14px;
  color: #fff;
}
.tel-number ul li img {
  vertical-align: text-bottom;
  margin-right: 7px;
}
#header {
  z-index: 20;
  position: fixed;
  width: 100%;
}
#header .logo {
  display: block;
  float: left;
  padding-top: 30px;
  padding-left: 100px;
}
#header .logo img {
  max-height: 90px;
}
#header #nav-btn {
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  position: absolute;
  top: 40px;
  left: 100%;
  margin-left: -100px;
  color: white;
  font-family: "Roboto-BoldCondensed";
  white-space: nowrap;
  z-index: 1;
}
#header #nav-btn ul {
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: lr-tb;
  writing-mode: vertical-lr;
  writing-mode: lr-tb;
  display: block;
  position: absolute;
  right: 100%;
  top: 4px;
  font-size: inherit;
}
#header #nav-btn ul li {
  margin-right: 15px;
  -webkit-transition: .5s color;
  -moz-transition: .5s color;
  -ms-transition: .5s color;
  -o-transition: .5s color;
  transition: .5s color;
  font-size: inherit;
}
#header #nav-btn ul li:hover {
  color: #fdc210;
}
#header #nav-btn span {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-left: 10px;
}
#header #nav-btn span i {
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 20px;
  display: block;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header #nav-btn span i.line1 {
  margin-top: -12px;
}
#header #nav-btn span i.line2 {
  width: 90%;
  left: 0;
  transform: translate(0, -50%);
}
#header #nav-btn span i.line3 {
  margin-top: 12px;
  width: 80%;
  left: 0;
  transform: translate(0, -50%);
}
#header #nav-btn h3 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#header #nav-btn h3 .close {
  display: none;
  margin-left: 8px;
}
#header #nav-btn h3 .close i {
  font-size: 28px;
  margin-left: 10px;
}
#header #nav-btn h3 .open {
  margin-top: 8px;
}
#header #nav-btn.active {
  color: black;
}
#header #nav-btn.active span i {
  background: black;
}
#header .nav-content {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  background: #262626;
  height: 100vh;
  padding: 60px 25px 25px;
  color: white;
  overflow-y: auto;
  -webkit-transition: 1s left;
  -moz-transition: 1s left;
  -ms-transition: 1s left;
  -o-transition: 1s left;
  transition: 1s left;
  opacity: .6;
}
#header .nav-content .top {
  display: inline-block;
  width: 100%;
  font-family: "Roboto-BoldCondensed";
}
#header .nav-content .top .yuy {
  float: right;
  margin-right: 40px;
}
#header .nav-content .top .yuy ul {
  display: inline-block;
  vertical-align: middle;
}
#header .nav-content .top .yuy li {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  margin-right: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-content .top .yuy .nav-btn h3 {
  font-size: 24px;
}
#header .nav-content .top .yuy li:hover {
  color: #fdc210;
}
#header .nav-content .top .yuy .nav-btn {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  cursor: pointer;
  cursor: hand;
}
#header .nav-content .top .yuy .nav-btn h3 {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
}
#header .nav-content .top .yuy .nav-btn span {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
#header .nav-content .top .yuy .nav-btn span i {
  width: 100%;
  height: 2px;
  background: white;
  display: block;
  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%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-content .top .yuy .nav-btn span i.line1 {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  margin: 0;
}
#header .nav-content .top .yuy .nav-btn span i.line2 {
  opacity: 0;
}
#header .nav-content .top .yuy .nav-btn span i.line3 {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  margin: 0;
}
#header .nav-content .center {
  padding: 70px 0 60px;
  display: inline-block;
  width: 100%;
  min-height: 92%;
}
#header .nav-content .center .left {
  width: 50%;
  float: left;
}
#header .nav-content .center .right {
  width: 50%;
  float: right;
  padding-left: 14%;
  padding-right: 20px;
}
#header .nav-content .center .right ul.nav li dl dd {
  display: block;
}
#header .nav-content .center .right form {
  position: relative;
  margin: 35px 0;
}
#header .nav-content .center .right form input {
  width: 100%;
  display: block;
  line-height: 40px;
  height: 40px;
  font-size: 14px;
  color: white;
  padding-left: 45px;
  padding-right: 5px;
  border: none;
  background-color: #1b1b1b;
}
#header .nav-content .center .right form input::-webkit-input-placeholder {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto-BoldCondensed";
}
#header .nav-content .center .right form input:-moz-placeholder {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto-BoldCondensed";
}
#header .nav-content .center .right form input::-moz-placeholder {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto-BoldCondensed";
}
#header .nav-content .center .right form input:-ms-input-placeholder {
  color: white;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Roboto-BoldCondensed";
}
#header .nav-content .center .right form input[type="submit"] {
  width: 40px;
  background: url("../images/icon-search.png") no-repeat center center;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#header .nav-content .center .right .contact a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.56);
}
#header .nav-content .center .right .contact a img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
#header .nav-content .center ul.nav li {
  display: block;
  padding-top: 30px;
}
#header .nav-content .center ul.nav li h2{
  font-size: 20px;
  text-transform: uppercase;
}
#header .nav-content .center ul.nav li h2:hover{
  color: #fdc210;
}
#header .nav-content .center ul.nav li h3 {
  font-size: 60px;
  font-family: "roboto-black";
  text-transform: uppercase;
  line-height: 60px;
  margin-bottom: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-content .center ul.nav li h3:hover {
  color: #fdc210;
}
#header .nav-content .center ul.nav li dl {
  display: block;
}
#header .nav-content .center ul.nav li dl dd {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 30px;
  height: 30px;
  font-family: "roboto-regular";
  position: relative;
}
#header .nav-content .center ul.nav li dl dd a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-content .center ul.nav li dl dd:hover > a {
  text-decoration: underline;
  color: #fdc210;
}
#header .nav-content .center ul.nav li dl dd .list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #323232;
  width: 200px;
  display: none;
  z-index: 1;
}
#header .nav-content .center ul.nav li dl dd:hover .list {
  display: block;
}
#header .nav-content .center ul.nav li dl dd .list a {
  display: block;
  line-height: 24px;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 12px;
}
#header .nav-content .center ul.nav li dl dd .list a:hover {
  background: #fdc210;
}
#header .nav-content .bottom {
  text-align: right;
  color: rgba(255, 255, 255, 0.56);
  line-height: 28px;
}
#header .nav-content .bottom a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav-content .bottom a:hover {
  color: white;
}
#header .nav-content .bottom .nav-open {
  cursor: pointer;
  cursor: hand;
}
#header.active #nav-btn {
  left: 30px;
  -webkit-writing-mode: unset;
  -ms-writing-mode: unset;
  writing-mode: unset;
  margin-left: 0;
  top: 60px;
  color: white;
}
#header.active #nav-btn h3.t {
  display: none;
}
#header.active #nav-btn ul {
  display: none;
}
#header.active #nav-btn span {
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
  opacity: 0;
}
#header.active #nav-btn span i {
  background: white;
}
#header.active #nav-btn span i.line1 {
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(45deg);
  -o-transform: translate(-50%, -50%) rotateZ(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  margin: 0;
}
#header.active #nav-btn span i.line2 {
  opacity: 0;
}
#header.active #nav-btn span i.line3 {
  -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(-45deg);
  -ms-transform: translate(-50%, -50%) rotateZ(-45deg);
  -o-transform: translate(-50%, -50%) rotateZ(-45deg);
  transform: translate(-50%, -50%) rotateZ(-45deg);
  margin: 0;
}
#header.active #nav-btn h3 .open {
  display: none;
}
#header.active #nav-btn h3 .close {
  display: block;
  color: #fdc210;
}
#header.active .nav-content {
  left: 0;
  opacity: 1;
}
#cs {
  width: 100%;
  margin-bottom: 20px;
}
#cs td,
#cs th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: 50%;
}
#cs td:first-child {
  color: #2d2d2d;
}
#cs td:last-child {
  color: #666;
}
.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(../images/fw.png) !important;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
#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;
}
#mobile:before {
  content: '';
  width: 200vh;
  height: 100vh;
  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 #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
}
#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: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  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: #fdc210;
  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 .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("../images/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: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fdc210;
}
#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 .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;
}
.fp-tableCell {
  display: block;
  width: 100%;
}
@-webkit-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes wh {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 100%;
    height: 0;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-o-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@-moz-keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
@keyframes hw {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: 0;
    height: 100%;
  }
  100% {
    width: 100%;
    height: 100%;
  }
}
.btn {
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:after,
.btn i:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.btn i:before {
  border-left: none;
  border-top: none;
}
.btn i:after {
  border-right: none;
  border-bottom: none;
}
.btn:hover i:after {
  -webkit-animation: wh 1s;
  -o-animation: wh 1s;
  animation: wh 1s;
  border-color: #ce5227;
}
.btn:hover i:before {
  -webkit-animation: hw 1s;
  -o-animation: hw 1s;
  animation: hw 1s;
  border-color: #ce5227;
}
#index-body .section {
  height: 100vh;
}
#banner.swiper-container {
  z-index: 0;
}
#banner .banner-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
#banner .banner-text {
  height: 100%;
}
#banner .banner-text .ui {
  height: 100%;
}
#banner .banner-text .left {
  position: relative;
  z-index: 20;
  padding-top: 80px;
}
#banner .banner-text .banner-left-img {
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
}
#banner .swiper-slide.swiper-slide-active .banner-left-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text .banner-right-img {
  top: 0;
  right: 130px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .swiper-slide.swiper-slide-active .banner-right-img {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .swiper-slide.swiper-slide-active .banner-text h1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text p span {
  font-family: "Alternate-Regular";
  font-size: 80px;
  display: block;
  font-weight: bold;
  line-height: 90px;
  margin-bottom: 70px;
}
#banner .banner-text p em {
  margin-right: 40px;
}
#banner .swiper-slide.swiper-slide-active .banner-text p {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}
#banner .banner-text p {
  font-family: "Poppins-Light";
  max-width: 455px;
  width: 455px;
  margin-left: auto;
  text-align: right;
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
#banner .banner-text h1 {
  text-align: center;
  position: relative;
  display: block;
  font-size: 173px;
  font-family: "AvantGardeLT-ExtraLight";
  color: #D1A193;
  margin-bottom: 140px;
  opacity: 0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
#index-body .init-1 {
  position: relative;
}
#index-body .init-2 h2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
#index-body .init-2 h2 span {
  display: block;
}
#index-body .init-2 {
  font-size: 0;
  background: #f2f2f2 url("../images/init-2-l.jpg") left 30% center;
  text-align: right;
  background-size: auto!important;
  background-repeat: no-repeat;
}
#index-body .init-2 .left {
  width: 60%;
  display: inline-block;
  vertical-align: middle;
  max-width: 1060px;
  padding-right: 3%;
  text-align: left;
}
#index-body .init-2 .left a.more {
  font-size: 24px;
  color: #fff;
  background-color: #d1a193;
  display: inline-block;
  padding: 20px 45px;
  margin-top: 130px;
  text-transform: uppercase;
}
#index-body .init-2 .right {
  display: inline-block;
  vertical-align: middle;
  width: 40%;
  height: 100%;
  background: url("../images/init-2-r.jpg") right center fixed;
  background-size: 50% 100%;
  text-align: center;
  position: relative;
}
#index-body .init-2 .right .pro-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -224px;
}
#index-body .init-3 {
  background: url("../images/init-3-bg.jpg") center center fixed;
  background-size: 100% 100%;
  position: relative;
}
#index-body .init-3:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-3-bg.jpg") center center;
  z-index: -1;
}
#index-body .init-3 .fp-tableCell {
  display: table-cell;
}
#index-body .init-3 .box {
  padding: 60px 0 0;
  text-align: center;
}
#index-body .init-3 .box .video-box {
  display: inline-block;
  position: relative;
}
#index-body .init-3 .box .video-box .video-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 565px;
}
#index-body .init-3 .box .video-box .video-content h1 {
  font-size: 60px;
  color: white;
  font-family: 'Alternate-Regular';
  margin-top: 35px;
}
#index-body .init-3 .box .video-box .video-content .text {
  font-size: 18px;
  color: #fff;
  margin-top: 10px;
}
#index-body .init-3 .box .video-box .video-content .play {
  margin: 0 auto;
  width: 75px;
  height: 75px;
  line-height: 75px;
  border-radius: 100%;
  text-align: center;
  position: relative;
  background: #d1a193;
  cursor: pointer;
  cursor: hand;
}
#index-body .init-3 .box .video-box .video-content .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
#index-body .init-3 .box .video-box .video-content .play:after,
#index-body .init-3 .box .video-box .video-content .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(209, 161, 147, 0.6);
  -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;
  z-index: -1;
}
#index-body .init-3 .box .video-box .video-content .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}
@-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;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    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;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    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;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    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;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
#index-body .init-4 {
  background: url(../images/init-2-bg.jpg) center center fixed;
  background-size: auto 100%;
}
#index-body .init-4:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/init-4-bg.jpg") center center;
  z-index: -1;
}
#index-body .init-4 .fp-tableCell {
  display: table-cell;
}
.ty-title {
  text-align: center;
  color: #fff;
}
.ty-title h2 {
  font-size: 40px;
  font-weight: bold;
}
.ty-title h6 {
  font-size: 16px;
}
.ty-title .hr-box {
  text-align: center;
}
#index-body .init-4 .pro-box {
  width: 1610px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-4 .cat-title h2 {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Alternate-Regular';
}
#index-body .init-4 .cat-title h2 span {
  display: block;
}
#index-body .init-4 .box {
  padding-top: 40px;
}
#index-body .init-4 .box ul {
  font-size: 0;
}
#index-body .init-4 .box ul li {
  width: 25%;
  display: inline-block;
}
#index-body .init-4 .box ul li a {
  display: block;
  overflow: hidden;
  border-radius: 10px;
}
#index-body .init-4 .box ul li a span {
  overflow: hidden;
  display: block;
}
#index-body .init-4 .box ul li a span img {
  width: 100%;
}
#index-body .init-4 .box ul li a h3 {
  text-align: center;
  padding: 20px 0;
  font-size: 24px;
  color: #fff;
  background-color: #303030;
  line-height: 26px;
  display: inline-block;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  transition: .5s ease;
}
#index-body .init-4 .box ul li a:hover h3 {
  background-color: #d1a193;
}
#index-body .init-4 .pro-jt {
  margin-top: 50px;
}
#index-body .init-4 .pro-jt .next {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  background-color: #b8c4c4;
  display: inline-block;
  cursor: pointer;
}
#index-body .init-4 .pro-jt .next img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-6 {
  position: relative;
  background: url(../images/news-bg.jpg) center center fixed;
  background-size: 100% 100%;
}
#index-body .init-6 .fp-tableCell {
  display: table-cell;
}
#index-body .init-6 .box {
  font-size: 0;
}
#index-body .init-6 .box {
  position: relative;
}
#index-body .init-6 .news-box{
  max-width: 1300px;
  margin: 0 auto;
  background-color: #fff;
  padding: 65px 80px;
  font-size: 0;
}
#index-body .init-6 .news-box .left{
  display: inline-block;
  width: 60%;
  vertical-align: middle;
  padding-right: 85px;
}
#index-body .init-6 .news-box .right{
  width: 40%;
  display: inline-block;
  vertical-align: middle;
}
#index-body .init-6 .news-box .news-btn{
  font-size: 16px;
  text-transform: uppercase;
}
#index-body .init-6 .news-box .news-btn a{
  display: inline-block;
  background-color: #d1a193;
  color: #fff;
  padding: 10px 25px;
}
#index-body .init-6 .news-box ul li{
  margin-bottom: 45px;
}
#index-body .init-6 .news-box h2{
  font-size: 60px;
  text-transform: uppercase;
  font-family: 'Alternate-Regular';
}
#index-body .init-6 .news-box .content .tit{
  font-size: 24px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
#index-body .init-6 .news-box .content .news-time{
  font-size: 14px;
  color: #908f8f;
}
#index-body .init-6 .news-box .content .txt{
  font-size: 14px;
}


#ewm {
  display: inline-block;
  vertical-align: bottom;
  width: 97px;
  height: 97px;
  border: 5px solid white;
  border-radius: 3px;
}
#footer {
  background-color: #fafafa;
}
#footer .box {
  font-size: 0;
}
#footer .left {
  display: inline-block;
  vertical-align: top;
  width: 72%;
}
#footer .right {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  background-image: url(../images/footer-right.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 140px 0 200px;
  margin-bottom: -20px;
}
#footer .right .form {
  text-align: center;
}
#footer .right .form h1 {
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  text-align: left;
  color: #d1a193;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
#footer .right .form h2 small {
  font-size: 12px;
  display: block;
}
#footer .right .form h2 span {
  display: block;
}
#footer .right .form input[type="email"] {
  width: 355px;
  height: 58px;
  border: none;
  background-color: #fff;
  border-radius: 30px;
  font-size: 12px;
  padding-left: 70px;
}
#footer .right .form input[type="submit"] {
  width: 50px;
  height: 58px;
  background-image: url(../images/send-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  background-color: transparent;
}
#footer .left .footer-link {
  width: 100%;
}
#footer .left .link-list {
  display: inline-block;
  vertical-align: top;
  width: 20%;
}
#footer .left .link-list ul li {
  display: block;
  font-size: 14px;
  margin-bottom: 15px;
}
#footer .left .other-link {
  display: inline-block;
  vertical-align: top;
  width: 40%;
  text-align: center;
}
#footer .left .other-link ul {
  margin: -12px;
}
#footer .left .other-link ul li {
  padding: 12px;
}
#footer .left .other-link ul li a {
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../images/border-img.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  line-height: 48px;
  font-size: 24px;
  text-align: center;
}
#footer .left .box-top {
  padding-left: 100px;
  padding-top: 55px;
}
#footer .left .box-center {
  font-size: 0;
  color: #6d6d6d;
  padding-left: 100px;
  padding-top: 30px;
  padding-bottom: 10px;
  border-top: 1px solid #dddddd;
}
#footer .left .box-center .center-list {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
#footer .left .box-center .center-list:nth-child(1) {
  width: 195px;
}
#footer .left .box-center .center-list:nth-child(2) {
  width: 350px;
  padding-right: 5%;
}
#footer .left .box-center .center-list:nth-child(3) {
  width: 250px;
}
#footer .left .box-center .add-box {
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
#footer .left .box-center .contact-list {
  margin-bottom: 10px;
}
#footer .left .box-bottom {
  padding: 25px 80px 0 100px;
  border-top: 1px solid #dddddd;
  display: flex;
}
#footer .left .box-bottom p {
  font-size: 12px;
  color: #b1b1b1;
  margin-right: auto;
}
#footer .left .box-bottom .login {
  margin-left: auto;
}
#footer .left .box-bottom a img {
  width: 200px;
  vertical-align: middle;
}
#footer .left .box-bottom .login-link {
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  color: #b1b1b1;
}
@media screen and (max-height: 900px) {
  .section {
    background-size: auto !important;
  }
  #index-body .init-2 .left ul {
    padding: 40px 0;
  }
  #index-body .init-3 .box {
    padding-top: 50px;
  }
  #index-body .init-4 .box ul li a p,
  #index-body .init-4 .box ul li a i {
    display: none;
  }
}
@media screen and (max-height: 800px) {
  #index-body .init-1 .content img {
    max-height: 100px;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 30px;
  }
  #index-body .init-1 .content .box h2:after {
    height: 10px;
    bottom: 20px;
    width: 150px;
  }
  #index-body .init-1 .content .box p {
    margin: 15px 0;
  }
  #index-body .init-1 .content .box a.more {
    font-size: 16px;
  }
  #index-body .section h2 small {
    font-size: 13px;
    margin-top: 0;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 18px;
  }
  #header .logo img {
    max-width: 100px;
  }
  #header #nav-btn {
    font-size: 18px;
    top: 15px;
  }
  #header .nav-content .top .yuy .nav-btn h3,
  #header .nav-content .top .yuy li {
    font-size: 18px;
  }
  #header #nav-btn ul {
    top: 2px;
  }
}
@media screen and (max-height: 700px) {
  #index-body .section {
    height: auto !important;
    padding: 60px 0;
  }
  #index-body .init-6 {
    padding-bottom: 120px;
  }
  #index-body .fp-tableCell {
    height: auto !important;
  }
  #index-body .section#banner {
    padding: 0;
  }
  #header .nav-content .center ul.nav li dl dd .list {
    display: none !important;
  }
  #index-body .init-1 .content .ui {
    padding: 0 15px;
  }
  #index-body .init-2 .right .box {
    height: 400px;
    width: 400px;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 40px;
    line-height: 46px;
  }
  #index-body .init-2 .right .box h3 em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #header .logo {
    padding-left: 10px;
    padding-top: 15px;
  }
  #index-body .init-4 .box {
    padding-top: 10px;
  }
  #index-body .init-4 h2 {
    max-width: none;
    padding-top: 15px;
  }
  #index-body .init-6 .box ul li a h3 {
    margin-top: 10px;
  }
  #index-body .init-6 .box ul {
    padding: 0;
  }
  #index-body .init-6.comment .box dd {
    padding: 0 15px;
  }
  #index-body .init-6.comment .box dl {
    margin: 0 -15px;
  }
  #index-body .init-6.comment .box dl ul.slick-dots {
    margin-top: 25px;
  }
  #index-body .init-6.comment .box dd .right p {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6.comment .box dd .right h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .init-6.comment .box dd .left {
    white-space: nowrap;
    font-size: 12px;
  }
  #index-body .init-6.comment .box dd .box3 .right em:after {
    font-size: 16px;
  }
}
@media screen and (max-height: 600px) {
  #Information-popup {
    display: none;
  }
  #index-body .init-1 .content img {
    max-height: 60px;
  }
  #index-body .init-1 .content .box p {
    font-size: 16px;
    line-height: 24px;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 24px;
  }
  #index-body .init-1 .content .box h2:after {
    bottom: 10px;
    width: 120px;
  }
}
@media screen and (max-width: 1750px) {
  .ui.container {
    width: 1500px;
  }
  #index-body .init-4 .pro-box {
    width: 1500px;
  }
}
@media screen and (max-width: 1500px) {
  .ui.container {
    width: 1400px;
  }
  #index-body .init-4 .pro-box {
    width: 1400px;
  }
  #header .nav-content .center ul.nav li h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #header .nav-content .center ul.nav li {
    padding-top: 15px;
  }
  #header .nav-content .center .right form {
    margin: 20px 0;
  }
  #index-body .init-2 .right,
  .section {
    background-size: auto !important;
  }
}
@media screen and (max-width: 1400px) {
  .ui.container {
    width: 1300px;
  }
  #index-body .init-4 .pro-box {
    width: 100%;
    position: relative;
    top: 0;
    transform: translateY(0);
  }
  #index-body .init-4 .cat-title h2 {
    font-size: 60px;
    text-align: center;
  }
  #index-body .init-4 .pro-jt {
    display: none;
  }
  #index-body .init-4 .cat-title {
    display: block!important;
  }
  #index-body .init-4 .cat-title h2 span {
    display: inline-block;
  }
  #index-body .init-2 .right .pro-img {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #index-body .init-2 .left {
    max-width: 650px;
  }
  #index-body .init-2 h2 {
    font-size: 90px;
    line-height: 90px;
  }
  #footer .left {
    width: 100%;
  }
  #footer .right {
    display: none;
  }
  #footer .left .box-bottom {
    padding: 30px 80px;
  }
  #banner .banner-text .banner-right-img {
    right: 0;
  }
  #index-body .init-6::after {
    display: none;
  }
}
@media screen and (max-width: 1300px) {
  #banner .banner-text h1 {
    font-size: 100px;
    margin-bottom: 260px;
  }
  #index-body .init-2 .left {
    width: 50%;
  }
  #index-body .init-2 .right {
    width: 50%;
  }
  #index-body .init-2 .left {
    max-width: 500px;
  }
  .ui.container {
    width: 100%;
  }
  #index-body .init-2 .left a.more {
    margin-top: 50px;
  }
  #index-body .init-2 .left {
    padding-left: 20px;
  }
  #header .logo img {
    max-width: 240px;
  }
  #header #nav-btn {
    font-size: 18px;
    top: 10px;
    margin-left: -100px;
  }
  #header .nav-content .top .yuy .nav-btn h3,
  #header .nav-content .top .yuy li {
    font-size: 18px;
  }
  #header #nav-btn ul {
    top: 2px;
  }
  #header .logo {
    padding-top: 10px;
    padding-left: 15px;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 40px;
    line-height: 40px;
  }
  #index-body .init-2 .right .box h3 em {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  #index-body .section h2 small {
    font-size: 14px;
  }
  #index-body .init-6 .box ul li a h3 em {
    font-size: 18px;
    -webkit-line-clamp: 1;
    max-height: 30px;
  }
  #index-body .init-6 .box ul li a h3 small {
    font-size: 14px;
    -webkit-line-clamp: 1;
    max-height: 30px;
    line-height: 30px;
  }
  #index-body .init-6 .box ul li a h3 {
    margin-top: 15px;
  }
  #index-body .init-6 .box ul {
    padding: 0;
  }
}
@media screen and (max-width: 1000px) {
  #footer .left .other-link {
    display: none;
  }
  #footer .left .link-list {
    width: 33.33%;
  }
  #footer .left .box-center .center-list:nth-child(1) {
    width: 33.33%;
  }
  #footer .left .box-center .center-list:nth-child(2) {
    width: 33.33%;
  }
  #footer .left .box-center .center-list:nth-child(3) {
    width: 33.33%;
  }
  #footer .left .box-top {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .left .box-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  #footer .left .box-bottom {
    padding: 30px;
  }
  #index-body .init-3 .box .video-box .video-content {
    width: 100%;
    max-width: 100%;
  }
  #index-body .init-3 .box .video-box .video-content .text {
    font-size: 16px;
  }
  #banner .banner-text .banner-left-img {
    display: none;
  }
  #banner .banner-text .banner-right-img {
    display: none;
  }
  #banner .banner-text .left {
    padding-top: 0;
  }
  #banner .banner-text h1 {
    margin-bottom: 50px;
  }
  #banner .banner-text p {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #banner .banner-text p em {
    margin-right: 0;
  }
  #banner .banner-text p span {
    margin-bottom: 30px;
  }
  #banner .banner-text {
    height: auto;
  }
  #index-body .init-2 .left a.more {
    margin-top: 30px;
  }
  #header #nav-btn ul {
    top: 1px;
  }
  #footer {
    height: auto;
  }
  #Information-popup .btn div.ewm {
    display: none;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 30px;
  }
  #index-body .init-1 .content .box h2:after {
    width: 100px;
    bottom: 5px;
  }
  #index-body .init-1 .content .box p {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0;
  }
  #index-body .init-1 .content .box a.more {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  #index-body .init-2 .left ul {
    padding: 20px 0;
  }
  #index-body .init-2 .right .box h3 {
    font-size: 28px;
    line-height: 30px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 18px;
    -webkit-line-clamp: 1;
  }
  #index-body .init-6 .box ul li a h3 em {
    font-size: 16px;
    margin: 3px 0;
  }
  #header .nav-content .center ul.nav li h3 {
    font-size: 30px;
    line-height: 30px;
  }
  #header .nav-content .center ul.nav li dl dd {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  #header .nav-content .center .right {
    padding-left: 5%;
  }
  #header .nav-content {
    padding: 25px;
  }
  #header.active #nav-btn {
    top: 25px;
  }
  #header .nav-content .center {
    padding: 40px 0;
  }
  #header .nav-content .bottom {
    line-height: 24px;
  }
  #header .nav-content .center ul.nav li {
    padding-top: 25px;
  }
  #index-body .init-6.comment .box dd {
    padding: 0 15px;
  }
  #index-body .init-6.comment .box dl {
    margin: 0 -15px;
  }
  #index-body .init-6.comment .box dl ul.slick-dots {
    margin-top: 25px;
  }
  #index-body .init-6.comment .box dd .right p {
    font-size: 14px;
    line-height: 20px;
  }
  #index-body .init-6.comment .box dd .right h3 {
    font-size: 18px;
    line-height: 24px;
  }
  #index-body .init-6.comment .box dd .left {
    white-space: nowrap;
    font-size: 12px;
  }
  #index-body .init-6.comment .box dd .box3 .right em:after {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .section {
    height: auto !important;
    padding: 60px 0;
  }
  #banner .slick-arrow,
  #index-body .init-1:after {
    display: none !important;
  }
  #index-body .init-2 .left ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  #index-body .init-6.comment .box dd .left {
    width: 100%;
  }
  #index-body .init-6.comment .box dd .right {
    width: 100%;
  }
  #Information-popup {
    display: none;
  }
  #header .nav-content .center ul.nav li dl dd .list {
    display: none !important;
  }
  #index-body .fp-tableCell {
    height: auto !important;
  }
  #index-body .section#banner {
    padding: 0;
  }
  #index-body .init-2 .right {
    width: 100%;
    background: none;
  }
  #index-body .init-2 .right .pro-img{
    position: relative;
    top: auto;
    transform: translateY(0);
    left: auto;
    width: 200px;
    margin: 20px auto 0;
  }
  #index-body .init-1 li {
    overflow: hidden;
  }
  #index-body .init-1 li > img {
    width: auto;
    position: relative;
    left: 100%;
    transform: translateX(-50%);
  }
  #index-body .init-2 .left {
    width: 100%;
    padding: 0 15px;
  }
  #index-body .init-2 .fp-tableCell {
    display: table-cell;
  }
  #index-body .init-2 {
    background: url(../images/init-2-r.jpg) right center fixed;
  }
  #index-body .section h2 small {
    font-size: 13px;
    line-height: 18px;
  }
  #index-body .init-1 .content .box h2 {
    font-size: 20px;
  }
  #index-body .init-1 .content .box h2 span {
    font-size: 50px;
  }
  #index-body .init-1 .content .box h2::before {
    display: none;
  }
  #index-body .init-1 .content .box h2::after {
    display: none;
  }
  #header .nav-content .center .left,
  #header .nav-content .center .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }
  #header .nav-content .center ul.nav li h3 {
    font-size: 20px;
  }
  #header .nav-content .center ul.nav li dl dd {
    font-size: 12px;
    line-height: 18px;
  }
  #header .nav-content .top .yuy {
    margin-right: 0;
  }
  #header .nav-content .center .right .contact a {
    font-size: 12px;
    line-height: 24px;
  }
  #header .nav-content {
    padding: 10px;
  }
  #header.active #nav-btn {
    background: none;
    padding: 5px;
    left: 5px;
    top: 5px;
  }
  #header.active #nav-btn h3 {
    display: none;
  }
  #header .nav-content .center ul.nav li {
    padding-top: 15px;
  }
}
@media screen and (max-width: 400px) {
  #index-body .init-4 .box ul {
    margin: 0 -2px;
  }
  #index-body .init-4 .box ul li {
    padding: 0 2px;
  }
  #index-body .init-6 .box ul li a h3 small {
    display: none;
  }
}
@media screen and (min-height: 900px) {
  .section {
    background-size: auto 100% !important;
  }
}
@-webkit-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-o-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@-moz-keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
@keyframes sx {
  from {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
  }
  to {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
}
.button-group .button {
  background-color: #414141 !important;
}
.ajax-loader {
  position: absolute;
  left: 100%;
  top: 5px;
  margin-left: 10px;
}
.content h4 {
  font-size: 50px;
  color: #f29504;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  margin-top: 100px;
}
.content h5 {
  font-size: 22px;
  color: #fff;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.tupian {
  text-align: center;
}
.mml-btn {
  position: absolute;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 10;
  min-height: 71px;
  max-width: 400px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
}
#banner .mml-btn {
  right: 100px;
  bottom: 80px;
}
#banner .banner-jt {
  position: absolute;
  bottom: 10%;
  left: 12%;
  z-index: 10;
  color: #fff;
  width: 157px;
  max-width: 157px;
  font-size: 0;
  text-align: center;
}
.jt {
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  transition: .5s ease;
  cursor: pointer;
}
.jt:hover {
  background-color: #e55927;
}
#banner .banner-jt .prev {
  height: 34px;
  max-height: 34px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  background-image: url(../images/left-jt.png);
}
#banner .banner-jt .prev:hover {
  background-image: url(../images/left-jt-w.png);
}
#banner .banner-jt .next {
  height: 34px;
  max-height: 34px;
  display: inline-block;
  width: 50%;
  vertical-align: middle;
  background-image: url(../images/right-jt.png);
}
#banner .banner-jt .next:hover {
  background-image: url(../images/right-jt-w.png);
}
#banner .swiper-pagination-current {
  font-size: 20px;
}
body .swiper-pagination {
  position: static;
  font-family: roboto, sans-serif;
  font-weight: 900;
  font-style: normal;
  width: 63px;
  margin: 0 10px;
  font-size: 14px;
}
#banner .swiper-pagination {
  color: #fff;
}
#banner .swiper-scrollbar {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 50;
  height: 1px;
  width: 195px;
  border-radius: unset;
  background: #fff;
}
#banner .swiper-scrollbar-drag {
  height: 5px;
  top: -2px;
  border-radius: unset;
  background: #fff;
}
@media screen and (max-width: 1680px) {
  .adv.container {
    width: 1300px;
  }
  #index-body .init-4 .box ul li a h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .ui.container {
    width: 100%;
  }
  .adv.container {
    width: 100%;
  }
  #index-body .init-2 .left h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 1230px) {
  #ewm {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  #banner .mml-btn {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  #footer .left .box-bottom {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #index-body .init-3 .box .video-box .video-content h1 {
    font-size: 30px;
    line-height: 30px;
    margin-top: 20px;
  }
  #index-body .init-3 .box {
    padding-top: 0;
  }
  #banner .banner-jt {
    display: none;
  }
  #banner .mml-btn {
    display: none;
  }
  #index-body .init-2 .left h2 {
    font-size: 30px;
  }
  #index-body .init-2 .left {
    max-width: 100%;
    text-align: center;
  }
  #index-body .init-2 h2 span {
    display: inline-block;
  }
  #banner .banner-text h1 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  #banner .banner-text p span {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  #index-body .init-4 .cat-title h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  #index-body .init-2 .left h2 {
    font-size: 24px;
    line-height: 26px;
  }
  #footer .left .box-top {
    display: none;
  }
  #footer .left .box-center .center-list {
    display: block;
    text-align: center;
  }
  #footer .left .box-center .center-list:nth-child(1) {
    width: 100%;
  }
  #footer .left .box-center .center-list:nth-child(2) {
    width: 100%;
  }
  #footer .left .box-center .center-list:nth-child(3) {
    width: 100%;
  }
  #footer .left .box-center .add-box {
    margin-bottom: 10px;
  }
  #footer .left .box-bottom {
    padding: 30px 30px 0;
  }
  #index-body .init-3 .box .video-box .video-content .text {
    display: none;
  }
  #header .logo img {
    max-width: 140px;
  }
  #banner .banner-text h1 {
    margin-bottom: 0;
  }
  #banner .banner-text p {
    font-size: 14px;
    line-height: normal;
  }
  #header #nav-btn {
    margin-left: -55px;
  }
  #banner .banner-text p strong {
    display: none;
  }
  #index-body .init-4 .box {
    padding: 10px 25px 0;
  }
  #index-body .section {
    padding: 30px 0;
  }
  #index-body .init-2 .left a.more {
    font-size: 16px;
    padding: 10px 30px;
  }
}




/* 修改 */
.ty-list{
  border-bottom: 1px solid #f8f4f4;
}
.ty-list ul li a{
  display: block;
  text-align: center;
  font-size: 20px;
  padding: 35px 0;
  border-right: 1px solid #f8f4f4;
  transition: .3s ease;
}
.ty-list ul li a:hover,
.ty-list ul li.active a{
  background-color: #f8f4f4;
}
.ty-list ul li:first-child a{
  border-left: 1px solid #f8f4f4;
}

.myself-1 .top h1.title{
  font-size: 71px;
  line-height: 50px;
  font-family: 'Alternate-Regular';
}
.myself-1 .bottom {
  padding: 40px 0;
  background: #e9f1ee url(../images/why-bg-img_07.jpg) no-repeat 97% 14%;
}
.myself-1 .bottom .history{
  margin-top: 50px;
}
.myself-1 .bottom .history-list {
  background: url(../images/line_03.jpg) repeat-x left 7px;
}
.myself-1 .bottom .history-list .swiper-slide {
  position: relative;
}
.myself-1 .bottom .history-list .swiper-slide:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 50px;
  top: 0;
  left: 7px;
  background: #c8cfb8;
}
.myself-1 .bottom .history-list .swiper-slide:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  left: 0;
  z-index: 8;
  background: url(../images/pointer.png) no-repeat center;
}
.myself-1 .bottom .history-list .swiper-slide .news-text {
  padding-top: 60px;
}
.myself-1 .bottom .history-list .swiper-slide .news-text h3 {
 font-size: 40px;
 font-family: 'Alternate-Regular';
    color: #86a7ab;
    line-height: 1.5;
}
.myself-1 .bottom .history-list .swiper-slide .news-text h4 {
 font-size: 18px;
    margin: 10px 0;
    font-family: "arial";
}
.myself-1 .bottom .history-list .swiper-slide .news-text p {
 line-height: 25px;
    color: #6d6d6d;
    font-size: 12px;
}
.myself-1 .bottom .img {
  margin-top: 50px;
}



.myself-2 .box{
  padding: 100px 70px;
}
.myself-2 .bag-box{
  font-size: 0;
  margin: 0 -50px;
}
.myself-2 .bag-box .bag-li{
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  padding: 0 50px;
}
.myself-2 .bag-box .bag-li .content h1{
  font-size: 66px;
  font-family: 'Alternate-Regular';
}
.myself-2 .bag-box .bag-li .content .text{
  font-size: 18px;
  font-family: "arial";
  margin-bottom: 10px;
}


.myself-3{
  background-color: #f8f1ef;
}
.myself-3 .box{
  padding: 50px 80px 90px;
}
.myself-3 h2 {
  font-size: 66px;
  font-family: 'Alternate-Regular';
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}
.myself-3 .grid-box.two{
  margin: -40px -50px;
}
.myself-3 .grid-box.two .column {
  overflow: hidden;
  position: relative;
  padding: 40px 50px;
}
.myself-3 .grid-box.two .column .padding-box{
  position: relative;
  padding-left: 115px;
}
.myself-3 .grid-box.two .column h5.title{
  text-transform: uppercase;
  font-size: 28px;
  line-height: 28px;
  font-family: 'Alternate-Regular';
}
.myself-3 .grid-box.two .column p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8;
  color: #666;
}
.myself-3 .grid-box.two .column span {
  position: absolute;
  display: block;
  /*height: 35px;
  width: 35px;*/
  left: 0;
  top: 0;
  /*font-size: 17px;
  line-height: 35px;
  text-align: center;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  color: #333;*/
}


.global-page .global-1{
  padding-top: 160px;
}
.global-page .global-1 .top h2{
  font-size: 80px;
  line-height: 80px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
.global-page .global-1 .top h3{
  font-size: 50px;
  line-height: 50px;
  color: #95b2b2;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
.global-page .global-1 .bottom{
  text-align: center;
  position: relative;
  padding-bottom: 90px;
  margin-top: 30px;
}
.global-page .global-1 .bottom .box{
  position: relative;
  z-index: 10;
}
.global-page .global-1 .bottom::before{
  content: "";
  width: 50%;
  height: 505px;
  background-color: #c6d0d0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.global-page .global-1 .bottom::after{
  content: "";
  width: 62%;
  height: 440px;
  background-color: #fae4db;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: .7;
  z-index: 1;
}

.global-page .global-2{
  position: relative;
  top: -40px;
}
.global-page .global-2 .box{
  font-size: 0;
}
.global-page .global-2 .left,
.global-page .global-2 .right{
  display: inline-block;
  vertical-align: middle
}
.global-page .global-2 .left{
  width: 41%
}
.global-page .global-2 .right{
  width: 59%;
  padding: 0 0 0 75px;
}
.global-page .global-2 .right h2{
  font-size: 66px;
  line-height: 66px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
.global-page .global-2 .right h3{
  font-size: 37px;
  line-height: 37px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 25px;
}
.global-page .global-2 .right .content{
  margin-top: 35px;
}
.global-page .global-2 .right .content p.text{
  font-size: 18px;
  color: #636363;
}

.global-page .global-3{
  margin-top: 60px;
}
.global-page .global-3 h2{
  font-size: 66px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
  text-align: center;
}
.global-page .global-3 .partner-list{
  padding: 100px 0;
  background-color: #f2f2f2;
}

.choose-page .myself-3{
  background-color: transparent;
}
.choose-page .myself-3 h2{
  text-align: left;
}
.choose-page .choose-1{
  background-color: #5c8baa;
}
.choose-page .choose-1 .box{
  padding: 45px 0;
}
.choose-page .choose-1 h1{
  font-size: 89px;
  font-family: 'Alternate-Regular';
  line-height: 89px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}
.choose-page .choose-1 h6{
  font-size: 19px;
  color: #fff;
  text-align: center;
}
.choose-page .choose-2{
  background: url(../images/choose-2-bg.jpg)no-repeat center;
}
.choose-page .choose-2 .box{
  padding: 140px 0;
  font-size: 0;
}
.choose-page .choose-2 .left,
.choose-page .choose-2 .right{
  display: inline-block;
  vertical-align: middle;
}
.choose-page .choose-2 .left{
  width: 50%;
  text-align: center;
}
.choose-page .choose-2 .right{
  width: 50%;
}
.choose-page .choose-2 .right h2{
  font-size: 66px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
.choose-page .choose-2 .right .choose-list{
  margin-top: 25px;
}
.choose-page .choose-2 .right .choose-list ul li p{
  position: relative;
  padding-left: 30px;
  font-size: 28px;
  font-family: 'Alternate-Regular';
}
.choose-page .choose-2 .right .choose-list ul li{
  margin-top: 25px;
  display: block;
}
.choose-page .choose-2 .right .choose-list ul li p::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 13px;
  height: 13px;
  border-radius: 100%;
  background-color: #88c6ef;
}




/* 内页样式 */
.inner-banner {
  height: 400px;
  background-size: cover;
  background-position: center center;
  position: relative;
  text-align: center;
  padding-top: 180px;
  color: white;
  z-index: 1;
}
.inner-banner:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.inner-banner h3 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "POPPINS-MEDIUM";
}
.inner-banner .mbx {
  font-size: 16px;
}
.inner-banner .mbx a,
.inner-banner .mbx span {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  line-height: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-banner .mbx a:first-child:before {
  content: "\f015";
  font-family: "FontAwesome";
  color: #da251c;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 20px;
}
.inner-banner .mbx a:hover {
  color: #da251c;
}
.inner-page {
  font-size: 14px;
  line-height: 1.8;
  position:relative;
  z-index:1;
}
.inner-page p {
  line-height: 1.8;
  color: #333;
  font-size: 14px;
}
/*.inner-page .text {
  color: #828893;
}*/
.inner-page .text p {
  font-size: 18px;
  font-family: "arial";
  color: inherit;
}
.inner-page i.small-tit {
  font-size: 100px;
  line-height: 100px;
  text-transform: uppercase;
  font-family: 'Alternate-Regular';
}
.inner-page h3.title {
  color: #ecad9b;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 42px;
  margin: 15px 0;
  position: relative;
  font-family: 'Alternate-Regular';
}
.inner-page h3.title.mt0 {
  margin-top: 0;
}
.inner-page .form ul {
  margin: -5px;
}
.inner-page .form ul li {
  padding: 5px;
}
.inner-page .form ul li.wid-100 {
  width: 100%;
}
.inner-page .form ul li input,
.inner-page .form ul li textarea {
  width: 100%;
  padding: 10px 15px;
  background: #f8f9fa none repeat scroll 0 0;
  border: medium none;
  font-size: 14px;
}
.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #242424;
}
.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #242424;
}
.inner-page .form ul li textarea {
  height: 120px;
  resize: vertical;
}
.inner-page .form ul li input[type="submit"] {
  background: #e69b86;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  text-transform: uppercase;
}
.inner-page .form ul li input[type="submit"]:hover {
  background: #222;
}
.inner-page .sidebar-box .sidebar-left {
  width: 25%;
  padding-right: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav {
  padding: 30px;
  background: #edeff2;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li {
  margin: 5px 0;
  display: block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a {
  display: block;
  text-transform: uppercase;
  color: #072948;
  font-family: "POPPINS-MEDIUM";
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
  border-left: 4px solid #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li a i {
  float: right;
  font-size: 20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a {
  background: #fbf9f7;
  border-color: #d7d7d7;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li li a:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:hover > a,
.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li.active > a {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  border-left: 4px solid #072948;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf {
  margin: 30px 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4 {
  color: #111;
  font-size: 22px;
  text-transform: capitalize;
  line-height: 25px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:after {
  position: absolute;
  height: 4px;
  width: 30%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: -20px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf h4:before {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 35%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a {
  display: block;
  text-align: left;
  text-transform: uppercase;
  color: #111;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  padding: 15px 30px;
  border: 1px solid #eee;
  letter-spacing: 1px;
  margin-bottom: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i {
  margin-right: 5px;
  color: #da251c;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a i.fa-download {
  float: right;
  margin-top: 6px;
  color: #111;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-left .sidebar-pdf ul li a:hover i {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info {
  padding: 30px;
  background: url("../images/sidebar-info.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1;
  text-align: center;
  color: white;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #e0818aa3;
  z-index: -1;
  opacity: .83;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
  color: #fff;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 30px;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  margin-bottom: 15px;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info p {
  color: inherit;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
  color: #fff;
  font-weight: 600;
  font-family: 'Ubuntu', sans-serif;
  letter-spacing: 1px;
  margin: 20px 0;
  display: block;
  font-size: 1.5rem;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #fff;
  color: #da251c;
  background: #fff none repeat scroll 0 0;
  padding: 12px 35px;
  letter-spacing: 1px;
  margin-top: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebar-box .sidebar-left .sidebar-info a.contact:hover {
  background: transparent;
  color: #fff;
}
.inner-page .sidebar-box .sidebar-right {
  width:75%;
  padding-left: 15px;
}
.inner-page .sidebar-box .sidebar-right .video{
  margin-bottom: 30px;
}
.inner-page .m-page {
  text-align: right;
  float: none;
  margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -moz-box-shadow: 0 2px 10px 0 #d8dde6;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  margin: 5px;
}
.inner-page .m-page a:hover {
  background: #da251c none repeat scroll 0 0;
  color: #fff;
}
.about-page .about-1 {
  padding: 70px 0;
}
.about-page .about-1 .box{
  position: relative;
  max-width: 1440px;
  width: 1440px;
  margin: 0 auto;
}
.about-page .about-1 .box::after{
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 55%;
  height: 465px;
  background-color: #f8f4f4;
  z-index: -1;
}
.about-page .about-1 .left {
  width: 50%;
  margin-bottom: 60px;
  padding-right: 15px;
  vertical-align: middle;
}
.about-page .about-1 .left .box2 {
  position: relative;
  z-index: 1;
}
/*.about-page .about-1 .left .box2:after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(222, 123, 34, 0.33);
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: -1;
}*/
/*.about-page .about-1 .left .box2:before {
  content: '';
  background: rgba(0, 0, 0, 0.34) none repeat scroll 0 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}*/
.about-page .about-1 .left .box2 .play {
  margin-top: 20px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
  font-size: 32px;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.about-page .about-1 .left .box2 .play i {
  background: #da251c none repeat scroll 0 0;
  border: 2px solid #da251c;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 24px;
  height: 58px;
  line-height: 15px;
  margin: 0 10px 0 0;
  padding: 20px;
  text-align: center;
  width: 58px;
}
.about-page .about-1 .right {
  width: 50%;
  padding-left: 60px;
  padding-right: 60px;
  vertical-align: middle;
}
.about-page .about-1 .right h5 {
  color: #111;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 20px;
  margin-top: 35px;
  position: relative;
  line-height: 30px;
  margin-bottom: 10px;
  font-family: "POPPINS-MEDIUM";
}
.about-page .about-1 .right h5:before {
  position: absolute;
  height: 4px;
  width: 10%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  top: -20px;
}
.about-page .about-1 .right h5:after {
  position: absolute;
  content: "";
  top: -20px;
  left: 11%;
  height: 4px;
  width: 15px;
  background: #ddd none repeat scroll 0 0;
}
.about-page .about-1 .right .text ul {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}
.about-page .about-1 .right .text ul li {
  color: #111;
  margin: 5px 0;
  text-transform: capitalize;
  padding-left: 15px;
  position: relative;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  width: 50%;
  float: left;
}
.about-page .about-1 .right .text ul li:after {
  content: "\f101";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #da251c;
}
.about-page .about-2 {
  background: #f8f9fc;
  padding: 70px 0;
}
.about-page .about-2 .left {
  padding-right: 15px;
}
.about-page .about-2 .right {
  padding-left: 15px;
}
.about-page .about-2 .right .content {
  background: white none repeat scroll 0 0;
  padding: 20px 5px;
  border-radius: 5px;
}
.about-page .about-2 .right .content li {
  text-transform: capitalize;
  color: #333;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  font-size: 15px;
}
.about-page .about-2 .right .content li i {
  color: #da251c;
  margin-right: 10px;
}
.about-page .about-3 {
  padding: 70px 0;
  background: url("../images/about-3-bg.png") center center #da251c;
  color: white;
  text-align: center;
}
.about-page .about-3 h3,
.about-page .about-3 p {
  color: inherit;
}
.about-page .about-3 p {
  max-width: 850px;
  display: block;
  margin: 30px auto;
}
.about-page .about-3 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: #da251c;
  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-page .about-3 a.more:hover {
  background: transparent;
  color: #fff;
}
.about-page .about-4 .box{
  padding: 70px;
}
.about-page .about-4 .top {
  display: block;
}
.about-page .about-4 .top .left {
  vertical-align: middle;
}
.about-page .about-4 .top .left h2{
  font-size: 66px;
  line-height: 66px;
  font-family: 'Alternate-Regular';
  text-transform: uppercase;
}
.about-page .about-4 .top .right {
  text-align: right;
  vertical-align: middle;
}
.about-page .about-4 .top .right a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 10px;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'Alternate-Regular';
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 1;
}
.about-page .about-4 .top .right a.more img{
  vertical-align: middle;
}
/*.about-page .about-4 .top .right a.more:after {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  background: #da251c;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: -1;
}*/
.about-page .about-4 .top .right a.more i {
  margin-left: 5px;
}
.about-page .about-4 .top .right a.more:hover:after {
  width: 100%;
}
.about-page .about-4 .bottom {
  padding-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin: -15px;
}
.about-page .about-4 .bottom ul li {
  padding: 15px;
}
.about-page .about-4 .bottom ul li .factory-box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.about-page .about-4 .bottom ul li .factory-box a.img-box img{
  width: 100%;
}
.about-page .about-4 .bottom ul li .factory-box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 22px;
  padding: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .bottom ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  background: #edeff2;
}
.faq-page .faq-1 .search {
  max-width: 550px;
  display: block;
  margin: 20px auto;
  position: relative;
}
.faq-page .faq-1 .search input {
  width: 100%;
  border: medium none;
  color: #111;
  left: 0;
  padding: 0 70px 0 15px;
  border-radius: 30px;
  background: white;
  display: block;
  line-height: 50px;
  height: 50px;
}
.faq-page .faq-1 .search input::-webkit-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input::-moz-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search input:-ms-input-placeholder {
  color: #242424;
}
.faq-page .faq-1 .search button {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: none;
  line-height: 50px;
  height: 50px;
  color: #da251c;
}
.faq-page .faq-1 p {
  max-width: 770px;
  display: block;
  margin: 0 auto;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 66%;
  padding-right: 15px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  border: 1px solid #eee;
  display: block;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 15px;
  background: #f7f7f7 none repeat scroll 0 0;
  color: #111;
  border-radius: 0;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}
.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: #fb9469;
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
}
.service-page {
  padding: 70px 0;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li:first-child {
  display:none;
}
.service-page.inner-page .sidebar-box .sidebar-left .sidebar-nav ul li ul {
  display:none !important;
}
.service-page h3.title {
  font-size: 24px;
}
.service-page .form {
  padding-top: 30px;
}
.news-page {
  padding: 70px 0;
}
.news-page .news-list ul {
  margin: -15px;
}
.news-page .news-list ul li {
  padding: 15px;
}
.news-page .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .news-list ul li a.img-box {
  display: block;
}
.news-page .news-list ul li a.img-box img {
  width: 100%;
}
.news-page .news-list ul li .box {
  padding: 10px;
  -moz-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.15);
}
.news-page .news-list ul li .box .content {
  padding: 20px;
  position: relative;
}
.news-page .news-list ul li .box .content time {
  position: absolute;
  width: 65px;
  height: 65px;
  top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
}
.news-page .news-list ul li .box .content h3 {
  margin-top: 25px;
  font-family: "POPPINS-MEDIUM";
  font-size: 20px;
  margin-bottom: 15px;
  color: #111;
  display: inline-block;
  line-height: 28px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 54px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.news-page .news-list ul li .box .content h3:hover {
  color: #da251c;
}
.news-page .news-list ul li .box .content a.more {
  text-transform: capitalize;
  font-weight: 500;
  padding: 5px 0 5px 20px;
  margin-top: 20px;
  display: inline-block;
  color: #da251c;
  border-left: 1px solid #da251c;
  font-size: 16px;
  font-family: "POPPINS-REGULAR";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .news-list ul li .box .content a.more i {
  -webkit-transition: 0.5s padding-left;
  -moz-transition: 0.5s padding-left;
  -ms-transition: 0.5s padding-left;
  -o-transition: 0.5s padding-left;
  transition: 0.5s padding-left;
}
.news-page .news-list ul li .box .content a.more:hover {
  color: #111;
  border-left: 1px solid #111;
}
.news-page .news-list ul li .box .content a.more:hover i {
  padding-left: 5px;
}
.newdet-page {
  padding: 70px 0;
}
.newdet-page .news-content h3.title {
  font-size: 24px;
}
.newdet-page .news-content a.img-box {
  display: block;
}
.newdet-page .news-content a.img-box img {
  width: 100%;
}
.newdet-page .news-content time {
  width: 65px;
  height: 65px;
  margin-top: -35px;
  background: #da251c none repeat scroll 0 0;
  color: #fff;
  line-height: 23px;
  text-align: center;
  border-radius: 5px;
  display: block;
  font-family: "POPPINS-MEDIUM";
  font-weight: 500;
  font-size: 20px;
  padding: 8px 0;
  left: 15px;
  position: relative;
  z-index: 1;
}
.newdet-page .news-content .tag {
  font-size: 14px;
  color: #828893;
  font-family: "POPPINS-REGULAR";
}
.newdet-page .news-content .tag em {
  color: black;
}
.newdet-page .news-content .tag h6,
.newdet-page .news-content .tag div {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .news-content .tag div {
  margin-left: 15px;
}
.newdet-page .news-content .tag div i {
  color: #da251c;
  margin-right: 5px;
}
.newdet-page .news-content .content {
  padding: 15px 0;
  margin: 10px 0;
  border-top: 1px #eee dashed;
  border-bottom: 1px #eee dashed;
  text-align: left;
}
.newdet-page .news-content .content p {
  padding: 5px 0;
}
.newdet-page .news-content .share {
  text-align: left;
}
.newdet-page .news-content .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-family: "POPPINS-REGULAR";
  color: #333;
  font-size: 14px;
}
.newdet-page .news-content .share ul {
  display: inline-block;
}
.newdet-page .news-content .share ul li {
  width: auto;
  padding: 5px;
}
.newdet-page .news-content .share ul li a {
  display: block;
  padding: 0 15px;
  line-height: 32px;
  height: 32px;
  border-radius: 5px;
  background: #edeff2;
  font-size: 12px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .share ul li a:hover {
  color: white;
  background: #da251c;
}
.newdet-page .news-content .m-link {
  padding-top: 15px;
  text-align: left;
  margin-top: 15px;
  border-top: 1px #eee dashed;
}
.newdet-page .news-content .m-link a {
  font-size: 14px;
  color: #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .news-content .m-link a:hover {
  color: #da251c;
  text-decoration: underline;
}
.contact-page {
  padding: 70px 0;
}
.contact-page .button-group .button {
  background: #aac5b2 !important;
}
.contact-page .amap-copyright,
.contact-page .amap-logo {
  display: none !important;
}
.contact-page .contact-2 {
  padding-top: 70px;
}
.contact-page .contact-2 .left {
  width: 55%;
  padding-right: 15px;
}
.contact-page .contact-2 .left .form {
  -moz-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  -o-box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  box-shadow: 7px 5px 30px rgba(72, 73, 121, 0.15);
  padding: 30px;
}
.contact-page .contact-2 .right {
  width: 45%;
  padding-left: 15px;
}
.contact-page .contact-2 .right h3.title {
  position: relative;
  padding-bottom: 15px;
}
.contact-page .contact-2 .right h3.title:after {
  position: absolute;
  height: 4px;
  width: 18%;
  background: #da251c none repeat scroll 0 0;
  content: "";
  left: 0;
  bottom: 0;
}
.contact-page .contact-2 .right h3.title:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 20%;
  height: 4px;
  width: 20px;
  background: #ddd none repeat scroll 0 0;
}
.contact-page .contact-2 .right ul {
  padding-top: 20px;
  margin: -10px;
}
.contact-page .contact-2 .right ul li {
  padding: 10px;
}
.contact-page .contact-2 .right ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .right ul li h6 {
  font-size: 14px;
  margin-bottom: 7px;
  text-transform: capitalize;
  color: #828893;
  font-family: "POPPINS-MEDIUM";
}
.contact-page .contact-2 .right ul li p {
  font-size: 15px;
  color: #111;
  line-height: normal;
  letter-spacing: 1px;
}
.product-page {
  padding: 70px 0;
}
.product-page .product-list ul {
  margin: -10px;
}
.product-page .product-list ul li {
  padding: 10px;
}
.product-page .product-list ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.product-page .product-list ul li .box a.img-box {
  display: block;
}
.product-page .product-list ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.product-page .product-list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
  color: #da251c;
}
.product-page .product-list ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #da251c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.product-page .product-list ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #da251c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #da251c;
}
.product-page .product-list ul li .box .content a.more i {
  margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
  color: white;
  background: #da251c;
}
.prodet-page {
  padding: 70px 0;
}
.prodet-page .product-box .prodet-1 .left {
  width: 45%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .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%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 15px;
  width: 55%;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 36px;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "POPPINS-REGULAR";
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: #da251c;
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  font-family: "POPPINS-MEDIUM";
  color: #da251c;
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 32px;
  height: 32px;
  background: #da251c;
  color: white;
  padding: 0 25px;
  font-size: 14px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #f8f8f8;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: #da251c;
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret .one table{
  border: none;
}
.prodet-page .product-box .prodet-2 .ret .one table td{
  border: none!important;
  vertical-align: top;
  word-break: break-word;
}
.prodet-page .product-box .prodet-2 .ret strong{
  font-weight: bold;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
  table-layout: fixed;
  width: 100%;
  font-family: "Microsoft YaHei", "Arial";
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 14px;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #f9f9f9;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 16px;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: #da251c;
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  color: #da251c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  font-family: "POPPINS-REGULAR";
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 12px;
  color: #888;
  line-height: 20px;
  font-family: "opensans-Regular";
  margin: 5px 0 10px;
  height: 60px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid #da251c;
  font-size: 12px;
  font-family: "Poppins-Bold";
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: #da251c;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: #da251c;
}
.gallery-page {
  padding: 70px 0;
}
.gallery-page .gallery-list ul {
  margin: -15px;
}
.gallery-page .gallery-list ul li {
  padding: 15px;
}
.gallery-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.gallery-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-family: "POPPINS-MEDIUM";
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gallery-page .gallery-list ul li .box:hover h5 {
  background: #da251c;
  color: white;
}
@media screen and (max-width: 1250px) {
  .inner-page .sidebar-box .sidebar-left .sidebar-nav {
    padding: 15px;
  }
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info h4 {
    font-size: 20px;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.tel {
    font-size: 1.2rem;
    margin: 15px 0;
  }
  .inner-page .sidebar-box .sidebar-left .sidebar-info a.contact {
    padding: 6px 25px;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .inner-banner h3 {
    font-size: 34px;
    line-height: 34px;
  }
  .inner-banner .mbx {
    font-size: 14px;
  }
  .inner-page h3.title {
    font-size: 28px;
    line-height: 28px;
  }
  #mapContainer {
    height: 300px !important;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 20px;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
  .inner-page .form ul li input,
  .inner-page .form ul li textarea {
    padding: 8px 15px;
  }
  .about-page .about-1 .right h5 {
    font-size: 16px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul {
    margin: 10px 0;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 14px;
    margin: 3px 0;
  }
  .inner-page i.small-tit {
    font-size: 45px;
    line-height: 45px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .init-6 .news-box{
    padding: 30px;
  }

  .inner-page h3.title {
    font-size: 24px;
    line-height: 26px;
  }
  .about-page .about-1 .right h5 {
    font-size: 14px;
    line-height: 20px;
  }
  .about-page .about-1,
  .about-page .about-2,
  .about-page .about-3,
  .gallery-page,
  .faq-page .faq-1,
  .faq-page .faq-2,
  .prodet-page,
  .product-page,
  .news-page,
  .newdet-page,
  .service-page,
  .contact-page,
  .about-page .about-4 {
    padding: 40px 0;
  }
  .contact-page .contact-2 {
    padding-top: 40px;
  }
  .about-page .about-2 .right .content li {
    font-size: 13px;
    padding: 2px 10px;
  }
  .about-page .about-3 a.more {
    padding: 6px 25px;
  }
  .about-page .about-4 .top .right a.more {
    font-size: 16px;
    line-height: 34px;
    height: 34px;
  }
  .about-page .about-4 .bottom ul li {
    padding: 10px;
  }
  .about-page .about-4 .bottom ul {
    margin: -10px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 16px;
    padding: 5px;
  }
  .inner-page .sidebar-box .sidebar-left {
    display: none;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .inner-page .sidebar-box .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 16px;
  }
  .inner-page .m-page {
    text-align: center;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 35px;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    -moz-box-shadow: 0 2px 5px 0 #d8dde6;
    -o-box-shadow: 0 2px 5px 0 #d8dde6;
    box-shadow: 0 2px 5px 0 #d8dde6;
  }
  .inner-page h3.title {
    font-size: 20px !important;
    line-height: 24px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 14px;
  }
  .inner-banner {
    height: 300px;
    padding-top: 120px;
  }
  .inner-banner h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .product-page .product-list ul li {
    width: 33.333% !important;
  }
  .news-page .news-list ul li .box .content time,
  .newdet-page .news-content time {
    font-size: 16px;
    width: 50px;
    height: 50px;
    line-height: 20px;
    top: -25px;
  }
  .newdet-page .news-content time {
    top: 0;
    margin-top: -25px;
  }
  .news-page .news-list ul li .box .content a.more {
    font-size: 14px;
    padding: 2px 0 2px 15px;
  }
  .contact-page .contact-2 .right ul li p {
    font-size: 13px;
  }
  .contact-page .contact-2 .right ul li h6 {
    margin-bottom: 3px;
  }
  .about-page .about-4 .bottom {
    padding-top: 30px;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .product-box .prodet-2 .ret{
    overflow-x: auto;
  }
  .prodet-page .product-box .prodet-2 .ret .content{
    width: 700px;
  }
  #index-body .init-6 .news-box .left{
    width: 100%;
    padding-right: 0;
  }
  #index-body .init-6 .news-box .right{
    display: none;
  }
  

  .video > div{
    width: 100%!important;
  }

  .contact-page .contact-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .inner-page .form ul li {
    width: 100% !important;
  }
  .product-page .product-list ul li {
    width: 50% !important;
  }
  .gallery-page .gallery-list ul li .box h5 {
    font-size: 14px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left,
  .about-page .about-4 .top .left {
    padding-right: 0;
    width: 100%;
  }
  .about-page .about-1 .right,
  .about-page .about-2 .right,
  .about-page .about-4 .top .right {
    width: 100%;
    padding-top: 30px;
    padding-left: 0;
  }
  .about-page .about-4 .top .right {
    text-align: left;
    padding-top: 20px;
  }
  .about-page .about-4 .bottom ul li .box h5 {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h3 {
    font-size: 24px;
    line-height: 24px;
  }
  .about-page .about-1 .right .text ul li {
    font-size: 12px;
  }
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
  .product-page .product-list ul li {
    width: 100% !important;
  }
  .prodet-page .product-box .prodet-2 .options ul li {
    font-size: 13px;
    padding: 0 10px;
  }
  .inner-page p,
  .inner-page {
    font-size: 13px;
    line-height: 1.8;
  }
  .news-page .news-list ul li .box .content h3 {
    font-size: 16px;
    line-height: 20px;
  }
  .contact-page .contact-2 .left .form {
    padding: 10px;
  }
  .button-group .button:nth-child(2) {
    display: none;
  }
  .button-group {
    padding: 5px !important;
    bottom: 0 !important;
    right: 15px !important;
  }
  .inner-banner {
    height: 240px;
    padding-top: 80px;
  }
}


@media screen and (max-width: 1470px) {
  .small.container {
    width: 1300px;
  }

  .about-page .about-1 .box{
      max-width: 1300px;
      width: 1300px;
  }

  .about-page .about-1 .right{
    padding-left: 15px;
    padding-right: 15px;
  }

  .myself-2 .bag-box .bag-li .content h1{
    font-size: 40px;
  }

  .myself-2 .bag-box .bag-li{
    padding: 0 25px;
  }
}

@media screen and (max-width: 1300px) {
  .small.container {
    width: 100%;
    overflow: hidden;
  }

  .about-page .about-1 .box{
      max-width: 100%;
      width:100%;
  }

  .inner-page .text p{
    font-size: 16px;
  }

  .myself-1 .bottom .history-list .swiper-slide .news-text h4{
    font-size: 16px;
  }

  .myself-2 .bag-box .bag-li .content .text{
    font-size: 16px;
  }

  .global-page .global-2 .right .content p.text{
    font-size: 16px;
  }

  .choose-page .choose-1 h6{
    font-size: 16px;
  }
}

@media screen and (max-width: 970px) {
  .inner-page .text p{
    font-size: 14px;
  }
  .myself-2 .bag-box .bag-li .content .text{
    font-size: 14px;
  }
  
  .myself-1 .bottom .history-list .swiper-slide .news-text h4{
    font-size: 14px;
  }

  .myself-1 .top h1.title{
    font-size: 45px;
  }

  .myself-3 h2{
    font-size: 45px;
  }

  .myself-2 .box{
    padding: 60px 0;
  }
  .myself-2 .bag-box{
    margin: 0;
  }


  .about-page .about-4 .box{
    padding: 60px 0;
  }


  .global-page .global-1{
    padding-top: 60px;
  }

  .global-page .global-1 .top h2{
    font-size: 45px;
    line-height: 45px;
  }
  .global-page .global-1 .top h3{
    font-size: 35px;
    line-height: 35px;
  }
  .global-page .global-1 .bottom::before,
  .global-page .global-1 .bottom::after{
    display: none;
  }

  .global-page .global-2 .right h2{
    font-size: 45px;
    line-height: 45px;
  }

  .global-page .global-2 .right h3{
    font-size: 20px;
    line-height: 20px;
  }
  .global-page .global-2 .right .content p.text{
    font-size: 14px;
  }

  .global-page .global-2 .right{
    padding: 0 0 0 20px;
  }

  .global-page .global-2 .right h3{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .global-page .global-2 .right .content{
    margin-top: 15px;
  }
  .global-page .global-3 h2{
    font-size: 45px;
  }

  .choose-page .choose-1 h1{
    font-size: 45px;
    line-height: 45px;
  }

  .choose-page .choose-1 h6{
    font-size: 14px;
  }

  .choose-page .choose-2 .right h2{
    font-size: 45px;
    line-height: 45px;
  }

  .choose-page .choose-2 .right .choose-list ul li p{
    font-size: 20px;
  }
  .choose-page .choose-2 .right .choose-list ul li{
    margin-top: 15px;
  }

  .about-page .about-4 .top .left h2{
    font-size: 45px;
    line-height: 45px;
  }
}

@media screen and (max-width: 768px) {
  .ty-list{
    display: none;
  }
  .about-page .about-1 .left{
    width: 100%;
    margin-bottom: 0;
  }
  .about-page .about-1 .right{
    width: 100%;
  }
  .about-page .about-1 .box::after{
    display: none;
  }

  .myself-2 .bag-box .bag-li{
    width: 100%;
    padding: 0;
  }
  .myself-2 .bag-box .bag-li:first-child,
  .myself-2 .bag-box .bag-li:last-child{
    display: none;
  }

  .myself-3 .grid-box.two .column{
    padding: 15px;
  }
  .myself-3 .grid-box.two .column .padding-box{
    padding-left: 95px;
  }
  .myself-3 .grid-box.two .column p{
      font-size: .9rem;
      line-height: 1.5;
  }

  .myself-3 h2{
    font-size: 35px;
  }

  .myself-2 .bag-box .bag-li .content h1{
    font-size: 30px;
  }

  .myself-3 .grid-box.two{
    margin: 0;
  }
  .myself-3 .box{
    padding: 60px 0;
  }


  .global-page .global-2{
    top: auto;
    padding-top: 30px;
  }
  .global-page .global-2 .left{
    display: none;
  }
  .global-page .global-2 .right{
    width: 100%;
    padding: 0;
  }

  .global-page .global-3 .partner-list{
    padding: 60px 0;
  }

  .choose-page .choose-2 .left{
    width: 100%;
    margin-bottom: 30px;
  }
  .choose-page .choose-2 .right{
    width: 100%;
  }

  .choose-page .choose-2 .box{
    padding: 60px 0;
  }
}


@media screen and (max-width: 550px) {
  .global-page .global-1{
    display: none;
  }

  .global-page .global-3 .partner-list{
    padding: 30px 0;
  }
}