@font-face {
  font-family: 'PR';
  src: url('../fonts/Poppins-Regular.eot') format('eot'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'RB';
  src: url('../fonts/RolloutBold.eot') format('eot'), url('../fonts/RolloutBold.woff2') format('woff2'), url('../fonts/RolloutBold.woff') format('woff'), url('../fonts/RolloutBold.ttf') format('truetype');
}
@font-face {
  font-family: 'OB';
  src: url('../fonts/Oswald-Bold.eot') format('eot'), url('../fonts/Oswald-Bold.woff2') format('woff2'), url('../fonts/Oswald-Bold.woff') format('woff'), url('../fonts/Oswald-Bold.ttf') format('truetype');
}
@font-face {
  font-family: 'PB';
  src: url('../fonts/Poppins.eot') format('eot'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
}
@font-face {
  font-family: 'PM';
  src: url('../fonts/Poppins-Medium.eot') format('eot'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
}
@font-face {
  font-family: 'PL';
  src: url('../fonts/Poppins-Light.eot') format('eot'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
}
@font-face {
  font-family: 'PSB';
  src: url('../fonts/Poppins-SemiBold.eot') format('eot'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
}
body {
  font-family: 'PR';
  overflow-x: hidden;
  width: 100%;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  max-width: 1330px;
  margin: auto;
  width: 100%;
}
#header {
  z-index: 20;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  padding-top: 1rem;
  color: #fff;
}
#header .h-top .ui.container {
  max-width: 1822px;
  width: 100%;
}
#header .h-top .left li {
  display: inline-block;
  margin-right: 1rem;
}
#header .h-top .left li img {
  display: inline-block;
  vertical-align: middle;
}
#header .h-top .left li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.55rem;
  font-size: 15px;
  line-height: 1;
}
#header .h-top .left li a {
  padding: 0 1rem 0 0;
  position: relative;
}
#header .h-top .left li a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 19px;
  background-color: #fff;
}
#header .h-top .left li:last-child {
  margin-right: 0;
}
#header .h-top .left li:last-child a {
  padding: 0;
}
#header .h-top .left li:last-child a::after {
  display: none;
}
#header .h-top .right {
  text-align: right;
}
#header .h-top .right .share {
  display: inline-block;
  padding-right: 1.4rem;
  border-right: 1px solid #fff;
  vertical-align: middle;
}
#header .h-top .right .share li {
  display: inline-block;
  font-size: 17px;
  margin-right: 1.35rem;
}
#header .h-top .right .share li:last-child {
  margin-right: 0;
}
#header .h-top .right .map {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.8rem;
}
#header .nav {
  display: inline-block;
  width: 100%;
  padding: 1.8rem 3.2rem 0 5.3rem;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: 0;
  vertical-align: middle;
}
#header .nav .ui.menu .logo .hover_img {
  display: none;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: 3rem;
  margin-right: auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 2.4rem 0 0;
  font-size: 15px;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  -webkit-transition: .5s .5s border;
  -moz-transition: .5s .5s border;
  -ms-transition: .5s .5s border;
  -o-transition: .5s .5s border;
  transition: .5s .5s border;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fc9a03;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin: 0;
}

#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fc9a03;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li{
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd) .sub-menu li:hover {
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(odd):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu {
 -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-weight: 400;
  background: #fff;
  top: 0;
  left: 180px;
  width: 200px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fc9a03;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li{
   display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even) .sub-menu li:hover{
  background: #222;
  color: white;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:nth-child(even):hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}


#header .nav .ui.menu .h-search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border-right: 1px solid rgba(102, 102, 102, 0.3);
  padding: 5px 0;
}
#header .nav .ui.menu .h-language {
  position: relative;
  display: inline-block;
  margin-left: 1.15rem;
  text-transform: uppercase;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
}
#header .nav .ui.menu .h-language img {
  margin-right: 0.95rem;
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language span {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-language i {
  margin-left: 5px;
  margin-top: -10px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 110%;
  right: 0;
  width: 125px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #fc9a03;
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 5px;
  line-height: 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: block;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #222;
  color: #fff;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover a {
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  font-weight: 400;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#banner .slick-arrow {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  color: transparent;
  border: none;
  border-radius: 50%;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: #fc9a03;
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url("../images/bl.png") no-repeat center center #ffffff;
  left: 15px;
}
#banner .slick-next {
  background: url("../images/br.png") no-repeat center center #ffffff;
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  left: 45%;
  bottom: 3%;
}
#banner ul.slick-dots li {
  width: 60px;
  height: 2px;
  display: inline-block;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: #ffffff;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tr {
  width: auto !important;
  height: auto !important;
}
table tr:nth-child(even) {
  background: #eee;
}
#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: 999;
}
#mobile .yy {
  content: '';
  width: 100vw;
  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;
  position: absolute;
  left: 100%;
  top: 10px;
  cursor: pointer;
}
#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 ul li{
  font-size: 14px;
  padding-left: 10px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #fd2318;
  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;
  text-transform: capitalize;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #fd2318;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active .yy {
  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;
}
@keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
#banner {
  position: relative;
}
#banner .ui.container {
  max-width: 1341px;
  width: 100%;
}
#banner ul .slick-slide img {
  display: inline-block;
}
#banner ul li {
  position: relative;
}
#banner ul li::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 28%;
  height: 100%;
  background-color: rgba(35, 35, 35, 0.75);
}
#banner ul li > img {
  width: 100%;
  min-height: 300px;
  object-fit: cover;
}
#banner ul li .text {
  position: absolute;
  z-index: 1;
  top: 26%;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 0 6.4rem 0 15rem;
}
#banner ul li .text li::after {
  display: none;
}
#banner ul li .text .desc {
  position: relative;
  z-index: 1;
  padding-right: 4.5rem;
}
#banner ul li .text .desc h3 {
  font-family: 'RB';
  line-height: 1;
  font-size: 4rem;
}
#banner ul li .text .desc p {
  font-size: 18px;
  line-height: 2.5;
  margin-top: 2rem;
}
#banner ul li .text .more {
  display: block;
  margin-top: 3rem;
  width: 176px;
  height: 61px;
  background-color: #fc9a03;
  text-align: center;
  line-height: 61px;
  font-size: 18px;
  position: relative;
  z-index: 1;
  color: #fff;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#banner ul li .text .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1.1rem;
}
#banner ul li .text .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#banner ul li .text .more:hover {
  color: #fff;
}
#banner ul li .text .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#banner ul li .img{
  width: 60%;
  margin-left: -18%;
}
#index-body .more {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  text-align: center;
}
#index-body .more::before {
  content: '';
  position: absolute;
  top: 0;
  right: -50px;
  bottom: 0;
  z-index: -1;
  left: 0;
  border-right: 50px solid transparent;
  border-bottom: 80px solid #000;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  box-sizing: border-box;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#index-body .more:hover {
  color: #fff;
}
#index-body .more:hover::before {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
#index-body h3.title {
  font-size: 2.45rem;
  line-height: 1;
  letter-spacing: 1px;
  font-family: 'OB';
  position: relative;
}
#index-body h3.title::after {
  content: '';
  width: 64px;
  height: 3px;
  background-color: #fc9a03;
  display: block;
  margin: 14px auto 0;
}
#index-body p.desc {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  margin: 1rem auto 0;
  width: 45%;
}
#index-body .advantage {
  padding: 3.2rem 0 3.75rem;
  background-color: #ececec;
}
#index-body .advantage .header {
  text-align: center;
}
#index-body .advantage .content {
  margin-top: 2.8rem;
}
#index-body .advantage .content ul {
  margin-right: -2.25rem;
}
#index-body .advantage .content ul .slick-slide {
  margin-right: 2.25rem;
}
#index-body .advantage .content ul li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content ul li .text {
  background-color: #fc9a03;
  width: 92.1%;
  margin: -8% auto 0;
  position: relative;
  z-index: 1;
  padding: 1.5rem 2rem;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content ul li .text .icon {
  width: 92px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 95px;
  background-color: #2f2440;
  margin: -22% auto 0;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content ul li .text .icon img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .advantage .content ul li .text h3 {
  font-size: 24px;
  line-height: 1.5;
  font-family: 'PB';
  margin-top: 10px;
  height: 110px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .advantage .content ul li .text .more {
  width: 91px;
  height: 29px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 29px;
  font-size: 14px;
  color: #fff;
  margin: 10px auto 0;
}
#index-body .advantage .content ul li .text .more:hover {
  border-color: #000;
}
#index-body .advantage .content ul li:hover .text {
  background-color: #2f2440;
}
#index-body .advantage .content ul li:hover .text h3 {
  color: #fff;
}
#index-body .advantage .content ul li:hover .text .icon {
  background-color: #fc9a03;
}
#index-body .about {
  background: url(../images/ab1.jpg) no-repeat right;
}
#index-body .about .right {
  position: relative;
}
#index-body .about .right .text {
  padding: 5.65rem 8.6rem 0;
}
#index-body .about .right .text span {
  font-size: 24px;
  line-height: 1;
}
#index-body .about .right .text span::after {
  content: '';
  width: 64px;
  height: 2px;
  background-color: #fc9a03;
  display: block;
  margin-top: 1rem;
}
#index-body .about .right .text h1 {
  font-size: 2.4rem;
  font-family: 'OB';
  color: #070707;
  width: 50%;
  line-height: 1.4;
  margin-top: 1.1rem;
}
#index-body .about .right .text p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(7, 7, 7, 0.9);
  font-weight: bold;
  margin-top: 1rem;
}
#index-body .about .right .text .data {
  margin-top: 2.45rem;
}
#index-body .about .right .text .data li {
  text-align: center;
}
#index-body .about .right .text .data li h3 {
  font-size: 1.5rem;
  font-family: 'PM';
  letter-spacing: -1px;
  color: #d81324;
  font-weight: bold;
  line-height: 1;
}
#index-body .about .right .text .data li h3 em {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .right .text .data li h3 sub {
  display: inline-block;
  vertical-align: middle;
}
#index-body .about .right .text .data li span {
  font-size: 20px;
  letter-spacing: -1px;
  color: #070707;
  line-height: 1;
  font-family: 'PM';
  margin-top: 1rem;
  display: block;
}
#index-body .about .right .text .data li span::after {
  display: none;
}
#index-body .about .right .text .data li:first-child {
  text-align: left;
}
#index-body .about .right .text .more {
  width: 226px;
  height: 63px;
  background-color: #fc9a03;
  text-align: center;
  line-height: 63px;
  font-size: 16px;
  color: #070707;
  margin-top: 2.25rem;
}
#index-body .about .right .text .more span {
  width: 72px;
  background-color: #1b1b1b;
  height: 63px;
  float: right;
  line-height: 63px;
}
#index-body .about .right .text .more span img {
  vertical-align: middle;
}
#index-body .about .right .text .more span::after {
  display: none;
}
#index-body .about .right .text .more:hover {
  color: #fff;
}
#index-body .product {
  position: relative;
  padding-top: 4.45rem;
  background-color: #ececec;
}
#index-body .product .header {
  text-align: center;
}
#index-body .product .content {
  margin-top: 2.9rem;
}
#index-body .product .content li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .product .content li .left {
  display: inline-block;
  vertical-align: middle;
}
#index-body .product .content li .left dd {
  margin-bottom: 1.8rem;
  width: 47%;
  margin-right: 1.85rem;
}
#index-body .product .content li .left dd:nth-child(even) {
  margin-right: 0;
}
#index-body .product .content li .right {
  display: inline-block;
  vertical-align: middle;
  padding-left: 2rem;
}
#index-body .product .content li .right h3 {
  font-size: 2.4rem;
  line-height: 1;
  font-family: 'OB';
  letter-spacing: 1px;
}
#index-body .product .content li .right h3::after {
  content: '';
  width: 64px;
  height: 2px;
  background-color: #fc9a03;
  display: block;
  margin-top: 1rem;
}
#index-body .product .content li .right h4 {
  font-size: 1.5rem;
  font-family: 'PB';
  line-height: 1.2;
  margin-top: 1rem;
}
#index-body .product .content li .right p {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 10px;
}
#index-body .product .content li .right .more {
  width: 226px;
  height: 63px;
  background-color: #fc9a03;
  text-align: center;
  line-height: 63px;
  font-size: 16px;
  color: #070707;
  margin-top: 1.4rem;
}
#index-body .product .content li .right .more span {
  width: 72px;
  background-color: #1b1b1b;
  height: 63px;
  float: right;
  line-height: 63px;
}
#index-body .product .content li .right .more span img {
  vertical-align: middle;
  display: inline-block;
}
#index-body .product .content li .right .more span::after {
  display: none;
}
#index-body .product .content li .right .more:hover {
  color: #fff;
}
#index-body .product .arrow {
  text-align: center;
  margin-top: 3.4rem;
}
#index-body .product .arrow .ar,
#index-body .product .arrow .al {
  display: inline-block;
}
#index-body .product .arrow .al {
  margin-right: 1.15rem;
}
#index-body .why {
  padding-top: 3.6rem;
  background-color: #ececec;
}
#index-body .why .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .why .box .left {
  background: url(../images/why-map.png) no-repeat;
  padding: 7.85rem 6.85rem 0 5rem;
}
#index-body .why .box .left h3.title {
  font-size: 2.2rem;
}
#index-body .why .box .left h3.title::after {
  margin: 1.5rem 0 0 0;
}
#index-body .why .box .left p.desc {
  margin: 1rem 0 0 0;
  width: 90%;
}
#index-body .why .box .left .info {
  margin-top: 2.6rem;
}
#index-body .why .box .left .info li {
  margin-bottom: 2.35rem;
}
#index-body .why .box .left .info li img {
  display: inline-block;
}
#index-body .why .box .left .info li .text {
  display: inline-block;
  width: 80%;
  padding-left: 1.6rem;
}
#index-body .why .box .left .info li .text h4 {
  font-size: 22px;
  font-family: 'PB';
  color: #070707;
  line-height: 1.1;
}
#index-body .why .box .left .info li .text p {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(7, 7, 7, 0.5);
  margin-top: 1.35rem;
}
#index-body .honor {
  background-color: #ececec;
  padding-top: 3.25rem;
  position: relative;
}
#index-body .honor .header {
  text-align: center;
}
#index-body .honor .header p.desc {
  width: 34%;
}
#index-body .honor .content {
  margin-top: 3.05rem;
  padding: 1rem 3.75rem;
}
#index-body .honor .content .swiper-slide {
  -webkit-transform: scale(0.71);
  -moz-transform: scale(0.71);
  -ms-transform: scale(0.71);
  -o-transform: scale(0.71);
  transform: scale(0.71);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 16px 2px rgba(0, 0, 0, 0.32);
}
#index-body .honor .content .swiper-slide img {
  width: 100%;
}
#index-body .honor .content .swiper-slide-prev,
#index-body .honor .content .swiper-slide-next {
  -webkit-transform: scale(0.91);
  -moz-transform: scale(0.91);
  -ms-transform: scale(0.91);
  -o-transform: scale(0.91);
  transform: scale(0.91);
  position: relative;
  z-index: 2;
}
#index-body .honor .content .swiper-slide-active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  position: relative;
  z-index: 3;
}
#index-body .honor .content .swiper-button-prev,
#index-body .honor .content .swiper-button-next {
  width: 31px;
  height: 77px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 12px;
  background-color: rgba(34, 34, 34, 0.5);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .honor .content .swiper-button-prev {
  background-image: url("../images/hl.png");
  left: 15px;
}
#index-body .honor .content .swiper-button-next {
  background-image: url("../images/hr.png");
  right: 15px;
}
#index-body .honor .content .swiper-button-prev:hover {
  background-color: #fc9a03;
}
#index-body .honor .content .swiper-button-next:hover {
  background-color: #fc9a03;
}
#index-body .honor .prev,
#index-body .honor .next {
  width: 31px;
  height: 77px;
  background-color: rgba(34, 34, 34, 0.5);
  text-align: center;
  line-height: 77px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .honor .prev img,
#index-body .honor .next img {
  width: auto;
  height: auto;
  vertical-align: middle;
  float: none;
}
#index-body .honor .prev:hover,
#index-body .honor .next:hover {
  background-color: #fc9a03;
}
#index-body .honor .prev {
  position: absolute;
  top: 55%;
  left: -4%;
}
#index-body .honor .next {
  position: absolute;
  top: 55%;
  right: -4%;
}
#index-body .news {
  padding-top: 7.45rem;
  background-color: #ececec;
  position: relative;
}
#index-body .news .icon{
   position: absolute;
      top: -45%;
      left: 0;
}
#index-body .news .header {
  text-align: center;
}
#index-body .news .header h3.title {
  font-size: 2.2rem;
}
#index-body .news .header p.desc {
  width: 50%;
}
#index-body .news .content {
  margin-top: 3rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#index-body .news .content .box {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .news .content .box .right{
  background: #fff;
}
#index-body .news .content .box .right li .ig {
  display: block;
}
#index-body .news .content .box .right li .info {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
#index-body .news .content .box .right li .info .text {
  background-color: #fff;
  width: 66%;
  padding: 2.2rem 3.55rem 0 2.4rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#index-body .news .content .box .right li .info .text h3 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#index-body .news .content .box .right li .info .text h3::before {
  content: '/';
  font-size: 18px;
  color: #fc9a03;
  font-weight: bold;
  margin-right: 5px;
}
#index-body .news .content .box .right li .info .text p {
  font-size: 14px;
  font-family: 'PL';
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 1rem;
}
#index-body .news .content .box .right li .info .text .list {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 1rem;
  padding-top: 1.2rem;
}
#index-body .news .content .box .right li .info .text .list time {
  float: left;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
#index-body .news .content .box .right li .info .text .list time img {
  display: inline-block;
  margin-right: 0.55rem;
}
#index-body .news .content .box .right li .info .text .list .mores {
  float: right;
  font-size: 14px;
  color: #fc9a03;
}
#index-body .news .content .box .right li .info .img {
  width: 34%;
}
#index-body .news .content .box .right li:hover .text {
  background-color: #fafafa;
}
#footer {
  position: relative;
  background: url(../images/fb.jpg) no-repeat;
  background-size: cover;
}
#footer .ui.container {
  max-width: 1290px;
  width: 100%;
}
#footer .box {
  padding-top: 4.25rem;
  color: #fff;
}
#footer .box h3 {
  font-size: 17px;
  padding-top: 1.7rem;
  line-height: 1;
  position: relative;
  z-index: 1;
  text-transform: uppercase;
}
#footer .box ul {
  margin-top: 2.15rem;
}
#footer .box ul li {
  font-size: 15px;
  line-height: 2.1;
  color: #fefefe;
}
#footer .box .f-ab {
  padding-right: 2rem;
}
#footer .box .f-ab p {
  margin-top: 0.8rem;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'PSB';
}
#footer .box .f-ab .share li {
  display: inline-block;
  margin-right: 1.1rem;
}
#footer .box .f-ab .share li:last-child {
  margin-right: 0;
}
#footer .box .f-link {
  padding-left: 5%;
  width: 18%;
}
#footer .box .f-product {
  padding-left: 3%;
  width: 17%;
}
#footer .box .f-news {
  width: 16%;
  padding-left: 2%;
}
#footer .box .f-contact {
  position: relative;
  width: 27%;
  padding-left: 2%;
}
#footer .f-copy {
  text-align: center;
  margin-top: 5.2rem;
  font-size: 16px;
  width: 100%;
  padding: 0.7rem 0;
  color: rgba(255, 255, 255, 0.8);
  background-color: #000;
}
#footer .f-copy img{
  width: 15%;
}
#footer .f-copy svg {
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  fill: #fff;
}
#footer .f-copy svg text {
  fill: #fff;
}
#footer .f-copy svg:hover {
  fill: #fc9a03;
}
.f-slide {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 10;
}
.f-slide #ewm {
  width: 43px;
  height: 43px;
  border: 3px solid #fff;
  margin-top: 11px;
}
.f-slide .inquiry {
  margin-top: 11px;
}
.inquiry {
  width: 62px;
  height: 62px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  background: rgba(252, 154, 3, 0.5);
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 100;
}
.layer-form {
  display: none;
}
.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000001;
  left: 0;
  top: 0;
}
.wrap-contact100 {
  width: 560px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  overflow: auto;
  max-height: 90vh;
}
.layer-form .wrap-contact100 {
  width: 357px;
  border-radius: 10px;
}
.btn-hide-contact100 {
  font-size: 20px;
  color: #fff;
  opacity: .6;
  position: absolute;
  right: 10px;
  top: 5px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  z-index: 10;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
  color: #000;
}
.layer-form .wrap-contact100 form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px 25px 15px;
}
.layer-form .wrap-contact100 form h2 {
  width: 100%;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form textarea {
  height: 114px;
  padding-top: 22px;
  padding-bottom: 15px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 15px 20px;
  border: none;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
.layer-form .wrap-contact100 form p {
  font-size: 12px;
  color: #adadad;
  padding: 10px 0;
}
.layer-form .wrap-contact100 form .layer-submit {
  width: 100%;
  position: relative;
  border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit] {
  border: 1px solid #e6e6e6;
  background: #fc9a03;
  height: 42px;
  display: block;
  width: 100%;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 20px;
  margin: 0;
  border-radius: 42px;
  transition: .5s ease;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  -ms-transition: .5s ease;
  -o-transition: .5s ease;
  position: relative;
  z-index: 10;
  color: #fff;
}
.layer-form .wrap-contact100 form .layer-submit input[type=submit]:hover {
  background: #000;
}
.layer-form .wrap-contact100 form input {
  height: 36px;
  display: block;
  width: 100%;
  background: 0 0;
  font-size: 14px;
  color: #333;
  line-height: 1.2;
  padding: 0 20px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  margin-bottom: 20px;
  transition: .3s ease;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  -ms-transition: .3s ease;
  -o-transition: .3s ease;
}
@media screen and (max-width: 1680px) {
  #banner ul li .text .desc {
    padding-right: 1.5rem;
  }
  #index-body .about .right .text {
    padding: 1rem 2rem;
  }
  #index-body .about .right .text .data {
    margin-top: 1rem;
  }
  #index-body .about .right .text .more {
    margin-top: 1rem;
  }
  #index-body .why .box .left {
    padding: 1rem 1rem 0 2rem;
  }
  #index-body .news .content .box .right li .info .text {
    padding: 1.2rem 3.55rem 0 2.4rem;
  }
  #index-body .news .content .box .right li .info .text p {
    margin-top: 10px;
  }
  #index-body .news .content .box .right li .info .text .list {
    margin-top: 10px;
    padding-top: 10px;
  }
}
@media screen and (max-width: 1440px) {
  #banner ul li .text {
    padding: 0 4rem 0 7rem;
  }
  #banner ul li .text .desc p {
    line-height: 2;
    margin-top: 1.2rem;
  }
  #banner ul li .text .more {
    margin-top: 1.5rem;
  }
  #index-body .advantage .content ul li .text {
    padding: 1.5rem 1rem;
  }
  #index-body .why .box .left {
    padding: 1rem 1rem 0 1rem;
  }
  #index-body .honor .prev {
    left: 1%;
    z-index: 10;
  }
  #index-body .honor .next {
    right: 1%;
    z-index: 10;
  }
  #index-body .news .content .box .right li .info .text {
    padding: 1rem 2rem 0 2rem;
  }
  #index-body .news .content .box .right li .info .text p {
    margin-top: 0;
    line-height: 1.6;
  }
}
@media screen and (max-width: 1200px) {
  #banner ul li .text {
    padding: 0 2rem 0 5rem;
    top: 30%;
  }
  #banner ul li .text .desc p {
    margin-top: 1rem;
    line-height: 1.8;
  }
  #index-body .advantage .content ul li .text h3 {
    font-size: 22px;
  }
  #index-body .news .content .box .right li .info .text {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
  #index-body .news .content .box .right li .info .img img {
    height: 100%;
    object-fit: cover;
  }
  #index-body .news .content .box .right li .info .text p {
    margin-top: 10px;
  }
  #index-body .news .content .box .right li .info .text .list {
    margin-top: 15px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav {
    padding: 1.8rem 2rem 0 3rem;
  }
  #banner ul li .text {
    padding: 0 1rem 0 2rem;
    top: 35%;
  }
  #banner ul li .text .desc p {
    font-size: 16px;
    line-height: 1.5;
  }
  #banner ul li .text .more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #index-body .advantage .content ul li .text h3 {
    font-size: 20px;
  }
  #index-body .about .right .text h1 {
    width: 60%;
  }
  #index-body .about .right .text {
    padding: 1rem 1rem;
  }
  #index-body .about .right .text .data li span {
    font-size: 17px;
  }
  #index-body .product .content li .left dd {
    margin-right: 1.5rem;
  }
  #index-body .why .box .left .info li .text {
    width: 79%;
    padding-left: 1rem;
  }
  #index-body .why .box .left .info li .text h4 {
    font-size: 20px;
  }
  #index-body .honor .header p.desc {
    width: 46%;
  }
  #index-body .news .header p.desc {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  #header .nav .ui.menu .h-language {
    display: none;
  }
  #header .nav .ui.menu .share {
    display: none;
  }
  #header .nav {
    background-color: #fff;
    padding: 10px 0;
  }
  #header .nav .ui.menu {
    height: 40px;
  }
  #mobile #menu-on {
    top: 10px;
  }
  #header .nav .ui.menu .logo {
    padding: 0;
  }
  #header .nav .ui.menu .logo img {
    width: 56%;
  }
  #banner ul li .text {
    top: 24%;
  }
  #banner ul li .text .desc h3 {
    font-size: 3rem;
    padding: 0 1rem;
  }
  #banner ul li .text .desc p {
    font-size: 14px;
  }
  #banner ul li .text .desc,
  #banner ul li .text .img {
    display: inline-block;
    vertical-align: middle;
  }
  #index-body .about .left {
    display: none;
  }
  #index-body .about .right {
    width: 100%;
    padding: 1rem 0;
  }
  #index-body .product .content li .right p {
    font-size: 14px;
  }
  #index-body .product .content li .right h3 {
    font-size: 2rem;
  }
  #index-body p.desc {
    width: 60%;
  }
  #index-body .product .content li .right .more {
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .product .content li .right .more span {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  #index-body .why .box {
    display: block;
  }
  #index-body .why .box .left {
    width: 100%;
  }
  #index-body .why .box .right {
    display: none;
  }
  #index-body .honor .header p.desc {
    width: 62%;
  }
  #index-body .news .header p.desc {
    width: 86%;
  }
  #index-body .news .content .box {
    display: block;
  }
  #index-body .news .content .box .left {
    display: none;
  }
  #index-body .news .content .box .right {
    width: 100%;
  }
  #index-body .news .icon{
    display: none;
  }
  #footer .box .f-link,
  #footer .box .f-product,
  #footer .box .f-news {
    display: none;
  }
  #footer .box .f-contact {
    width: 60%;
    padding-left: 5%;
  }
  #footer .f-copy img{
    width: 22%;
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text .img {
    display: none;
  }
  #banner ul li .text .desc h3 {
    font-size: 2.2rem;
  }
  #banner ul li .text .desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
  }
  #banner ul li .text .more {
    width: 140px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #index-body p.desc {
    width: 100%;
    font-size: 15px;
  }
  #index-body .about .right .text p {
    font-size: 14px;
  }
  #index-body .about .right .text .data {
    display: none;
  }
  #index-body .honor {
    display: none;
  }
  #index-body .news .header p.desc {
    width: 100%;
  }
  #index-body .news .content .box .right li .info {
    display: block;
  }
  #index-body .news .content .box .right li .info .img,
  #index-body .news .content .box .right li .info .text {
    width: 100%;
  }
  #footer {
    background-size: cover;
  }
  #footer .box .f-ab .share {
    display: none;
  }
  #footer .box .f-contact {
    width: 100%;
    padding: 1rem 0 0 0;
  }
  table td:nth-child(odd), table th:nth-child(odd){
    width: 20% !important;
  }
  #footer .f-copy img{
    width: 43%;
  }
}

/* 内页样式 */
.inner-banner {
  height: 476px;
  /*background-size: cover;*/
  background-attachment: fixed;
  background-position: center top;
}
.inner-page {
  overflow: hidden;
}
.inner-page .sideBox .side-left {
  width: 25%;
  padding-right: 25px;
}
.inner-page .sideBox .side-left h2 {
  display: block;
  font-size: 36px;
  font-family: "PR-Bold";
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
.inner-page .sideBox .side-left .box ul li a {
  display: block;
  padding: 5px 35px 5px 15px;
  background: #e5e5e5;
  margin-bottom: 10px;
  color: #2a2a2a;
  font-size: 16px;
  position: relative;
  line-height: 30px;
}
.inner-page .sideBox .side-left .box ul li a i {
  position: absolute;
  right: 15px;
  top: 8px;
}
.inner-page .sideBox .side-left .box ul li ul {
  display: none;
}
.inner-page .sideBox .side-left .box ul li ul li a {
  background: #F9F9F9;
}
.inner-page .sideBox .side-left .info {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.inner-page .sideBox .side-left .info h5 {
  color: white;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  padding: 0 10px;
  text-align: center;
  font-size: 22px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.inner-page .sideBox .side-right {
  width: 75%;
}
.inner-page .m-page {
  text-align: right;
}
.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  vertical-align: bottom;
  width: 32px;
  height: 32px;
  line-height: 32px;
  background: #eeeeee;
  text-align: center;
  font-size: 14px;
  margin: 0 3px;
}
.inner-page .m-page a:first-child,
.inner-page .m-page span:first-child {
  margin-top: 40px;
}
.inner-page .m-page a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .m-page a:hover {
  background: #fc9a03;
  color: white;
}
.contact-btn {
  padding: 50px 0 25px;
  text-align: center;
  background: #fc9a03;
}
.contact-btn p {
  display: block;
  font-size: 18px;
  color: white;
  line-height: 34px;
}
.contact-btn a.more {
  display: inline-block;
  vertical-align: middle;
  margin-top: 10px;
  line-height: 34px;
  height: 34px;
  padding: 0 15px;
  background: white;
  font-size: 16px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-btn a.more i {
  display: inline-block;
  vertical-align: middle;
  max-width: 16px;
  margin-right: 7px;
}
.contact-btn a.more i img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.contact-btn a.more:hover {
  -moz-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  -o-box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
  box-shadow: 1px 3px 5px rgba(255, 255, 255, 0.3);
}
.about-page .about-1 {
  padding: 80px 0 80px;
}
.about-page .about-1 .box .left {
  padding-right: 5%;
}
.about-page .about-1 .box .left h3 {
  display: block;
  font-size: 35px;
  color: #222;
  line-height: 53px;
}
.about-page .about-1 .box .left h3 em {
  color: #fc9a03;
}
.about-page .about-1 .box .left .text {
  margin-top: 40px;
  font-size: 14px;
  color: #737373;
  line-height: 28px;
  max-height: 300px;
  overflow-y: auto;
}
.about-page .about-1 .box .left .text p {
  padding-top: 10px;
}
.about-page .about-1 .box .left .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .list {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  padding-top: 90px;
}
.about-page .about-1 .list ul li .box {
  padding-left: 80px;
  display: inline-block;
  max-width: 100%;
  position: relative;
  text-align: left;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li .box i {
  position: absolute;
  left: 0;
  top: 0;
}
.about-page .about-1 .list ul li .box h4 {
  display: block;
  font-size: 18px;
  font-family: "PR";
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}
.about-page .about-1 .list ul li .box h4 em {
  font-size: 36px;
  line-height: 1;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .list ul li .box p {
  display: block;
  font-size: 16px;
  color: #666;
}
.about-page .about-1 .list ul li .box:hover {
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  -o-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-page .about-2 {
  height: 600px;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
}
.about-page .about-2 .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
  cursor: hand;
  text-align: center;
  font-family: "PR-Bold";
  font-size: 16px;
  text-transform: capitalize;
  color: white;
}
.about-page .about-2 .play img {
  display: block;
  margin: 0 auto 15px;
}
.about-page .about-3 {
  padding-top: 150px;
}
.about-page .about-3 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "PR";
  line-height: 1;
}
.about-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  text-transform: none;
  font-family: "PL";
}
.about-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.about-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.about-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.about-page .about-3 .box ul li h4 {
  padding: 20px 70px;
  background-image: url("../images/icon-lt.png");
  background-position: center left 25px;
  background-repeat: no-repeat;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  color: #666;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
  line-height: 30px;
}
.about-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.about-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  display: none;
  -moz-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.about-page .about-3 .box ul li.active h4 {
  background-color: #fc9a03;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.about-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}
.about-page .about-4 {
  padding: 80px 0 100px;
}
.about-page .about-4 h2 {
  font-size: 25px;
  color: black;
  text-align: center;
  text-transform: uppercase;
  font-family: "PR";
  line-height: 1;
}
.about-page .about-4 .box {
  padding-top: 100px;
}
.about-page .about-4 .box ul {
  margin: -10px -20px;
}
.about-page .about-4 .box ul li {
  padding: 10px 20px;
  text-align: center;
}
.about-page .about-4 .box ul li i {
  display: inline-block;
  max-width: 100%;
  border-radius: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.about-page .about-4 .box ul li span {
  display: block;
  overflow: hidden;
}
.about-page .about-4 .box ul li h4 {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  margin: 30px 0 15px;
  white-space: nowrap;
}
.about-page .about-4 .box ul li .text {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 1.8;
}
@keyframes scale_hx {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.about-page .about-5 {
  margin-top: 3rem;
}
.about-page .about-5 h2.title{
  font-size: 2.4rem;
  line-height: 1;
}
.about-page .about-5 .header{
  text-align: center;
}
.about-page .about-5 .header span{
  font-size: 23px;
  line-height: 1;
  color: #f00331;
}
.about-page .about-5 .header span::before,.about-page .about-5 .header span::after{
  content: '';
  width: 78px;
	height: 3px;
	background-color: #f00331;
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-5 .years {
  text-align: center;
}
.about-page .about-5 .years .column {
  font-size: 48px;
  font-family: 'ASB';
  line-height: 1;
}
.about-page .about-5 .year-list {
  position: relative;
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.about-page .about-5 .year-list .btn {
  position: relative;
  z-index: 2;
}
.about-page .about-5 .year-list .btn div {
  content: '';
  position: absolute;
  font-size: 24px;
  top: -10px;
  cursor: pointer;
  width: 57px;
  height: 57px;
  border-radius: 50%;
  text-align: center;
  line-height: 57px;
}
.about-page .about-5 .year-list .btn div:after {
  font-family: "FontAwesome";
}
.about-page .about-5 .year-list .btn .next {
  right: -5%;
  background: url(../images/ab-r.png) no-repeat center center rgba(27,27,27,0.17);
}
.about-page .about-5 .year-list .btn .prev {
  left: -5%;
  background: url(../images/ab-l.png) no-repeat center rgba(27,27,27,0.17);
}
.about-page .about-5 .year-list ul {
  position: relative;
  z-index: 1;
}
.about-page .about-5 .year-list ul:after {
  border-top: 1px solid #212121;
  content: '';
  width: 94%;
  position: absolute;
  top: 20px;
  left: 33px;
  z-index: -1;
}
.about-page .about-5 .year-list ul li {
  padding-top: 10px;
}
.about-page .about-5 .year-list ul li * {
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .year-list ul li i {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background-color: #fc9a03;
  border: 5px solid #fc9a03;
  display: block;
  margin: 0 auto;
  opacity: 1;
  position: relative;
}
.about-page .about-5 .year-list ul li i::before,.about-page .about-5 .year-list ul li i::after{
   position: absolute;
   z-index: 1;
          content: '';
          left: -10px;
          right: -10px;
          top: -10px;
          bottom: -10px;
          border-radius: 50%;
          background-color: rgba(252,154,3, .55);
          animation: scale_hx 2s linear .5s infinite;
           /* Firefox: */
           -moz-animation: scale_hx 2s linear .5s infinite;
          /* Safari 和 Chrome: */
          -webkit-animation: scale_hx 2s linear .5s infinite;
          /* Opera: */
          -o-animation: scale_hx 2s linear .5s infinite;
}
.about-page .about-5 .year-list ul li h4 {
  display: block;
  font-size: 30px;
  color: #212121;
  margin: 30px 0 20px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: -30%;
  left: 0;
}
.about-page .about-5 .year-list ul{
  margin-right: -2.45rem;
}
.about-page .about-5 .year-list ul .slick-slide{
  margin-right: 2.45rem;
}
.about-page .about-5 .year-list ul li .text {
  width: 320px;
  position: relative;
  left: 47%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 32px;
  text-align: center;
  color: #181818;
  background-color: rgba(65,136,110,0);
  padding: 1.35rem 1.5rem 2.25rem;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .year-list ul li .text::before{
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  width: 18px;
  height: 12px;
  background: url(../images/a-icon.png) no-repeat;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.about-page .about-5 .year-list ul li .text h3{
  font-size: 24px;
  line-height: 1;
  font-family: 'NT';
}
.about-page .about-5 .year-list ul li .text p{
  font-size: 18px;
  line-height: 2;
  margin-top: 1rem;
}
.about-page .about-5 .year-list ul li .text:hover{
  background-color: rgba(65,136,110,1);
  color: #fff;
}
.about-page .about-5 .year-list ul li .text:hover::before{
  opacity: 1;
}
/*.about-page .about-5 .year-list ul .slick-current li i {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}*/
.about-page .about-5 .year-list ul .slick-current li * {
  opacity: 1;
}
.contact-page {
  padding: 100px 0;
}
.contact-page .contact-1 .top i {
  font-size: 12px;
  color: black;
  opacity: .4;
  margin-bottom: 20px;
  display: block;
}
.contact-page .contact-1 .top h2 {
  font-size: 50px;
  color: #fc9a03;
  font-weight: 500;
  line-height: 60px;
}
.contact-page .contact-1 .top .content {
  padding: 40px 0 50px;
  font-size: 18px;
  line-height: 28px;
  color: black;
  opacity: .4;
}
.contact-page .contact-1 .bottom h3,
#form{
  font-size: 30px;
  color: black;
}
.contact-page .contact-1 .bottom .left {
  padding-left: 15%;
  width: 60%;
}
.contact-page .contact-1 .bottom .left .list {
  padding-top: 50px;
}
.contact-page .contact-1 .bottom .left .list ul li {
  padding-left: 50px;
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: rgba(48, 48, 54, 0.9);
}
.contact-page .contact-1 .bottom .left .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .bottom .left .list ul li i img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1 .bottom .left .share {
  padding-top: 30px;
}
.contact-page .contact-1 .bottom .left .share h3 {
  display: block;
  font-size: 30px;
  color: #303036;
  margin-bottom: 20px;
}
.contact-page .contact-1 .bottom .left .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 100%;
  font-size: 26px;
  margin-right: 10px;
  margin-bottom: 5px;
  background: #707070;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .bottom .left .share ul li:hover {
  background: #fc9a03;
}
.contact-page .contact-1 .bottom .right {
  width: 40%;
}
a.foothsia {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 384px;
    display: inline-block;
    vertical-align: middle;
}

#form {
  margin-top: 20px;
}
#form ul li {
  padding-bottom: 14px;
}
#form ul li:last-child {
  padding-bottom: 0;
}
#form ul li input,
#form ul li textarea {
  width: 100%;
  line-height: 26px;
  padding: 7px 12px;
  border: 1px solid #bcbcbc;
  font-size: 14px;
  color: #333;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#form ul li input::-webkit-input-placeholder,
#form ul li textarea::-webkit-input-placeholder {
  color: #686868;
}
#form ul li input:-moz-placeholder,
#form ul li textarea:-moz-placeholder {
  color: #686868;
}
#form ul li input::-moz-placeholder,
#form ul li textarea::-moz-placeholder {
  color: #686868;
}
#form ul li input:-ms-input-placeholder,
#form ul li textarea:-ms-input-placeholder {
  color: #686868;
}
#form ul li input:focus,
#form ul li textarea:focus {
  border-color: #fc9a03;
}
#form ul li textarea {
  height: 200px;
  resize: vertical;
}
#form ul li span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 50px;
}
#form ul li span input {
  width: 30px;
  height: 30px;
  cursor: pointer;
  cursor: hand;
}
#form ul li span label {
  font-size: 16px;
  color: #686868;
  margin-left: 10px;
  opacity: .7;
}
#form ul li input[type="submit"] {
  width: 180px;
  background: #fc9a03;
  color: white;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  border: none;
}
#form ul li input[type="submit"]:hover {
  background: #333;
}
.product-page {
  padding: 150px 0 60px;
}
.product-page .side-right .top {
  display: block;
  text-align: right;
  margin-bottom: 40px;
}
.profood {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fc9a03;
}
.desccat {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
}
.desfood {
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
}
.product-page .side-right .top .form {
  display: inline-block;
  vertical-align: middle;
  max-width: 40%;
  width: 100%;
  position: relative;
}
.product-page .side-right .top .form:before {
  content: '';
  height: 16px;
  width: 1px;
  background: #747474;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-page .side-right .top .form input {
  width: 100%;
  line-height: 36px;
  height: 36px;
  padding-left: 14px;
  padding-right: 40px;
  font-size: 16px;
  color: black;
  border: none;
  border-bottom: 1px solid #c9c9c9;
  background: none;
}
.product-page .side-right .top .form input::-webkit-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input::-moz-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:-ms-input-placeholder {
  color: #747474;
  font-style: italic;
}
.product-page .side-right .top .form input:focus {
  border-color: #fc9a03;
}
.product-page .side-right .top .form input[type="submit"] {
  width: 36px;
  border-bottom: none;
  background: url("../images/icon-search2.png") center center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}
.product-page .side-right .top .show {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 100px;
  margin-right: 20px;
}
.product-page .side-right .top .show span {
  line-height: 36px;
  height: 36px;
  padding: 0 26px;
  border: 1px solid #747a84;
  display: inline-block;
  font-size: 14px;
  color: #444;
  border-radius: 18px;
}
.product-page .side-right .top .show ul {
  position: absolute;
  border: 1px solid #eee;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0 10px;
  z-index: 2;
  background: white;
  display: none;
}
.product-page .side-right .top .show ul li {
  padding: 7px;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .top .show ul li:last-child {
  border-bottom: none;
}
.product-page .side-right .top .show ul li:hover {
  color: #fc9a03;
}
.product-page .side-right .top .show:hover ul {
  display: block;
}
.product-page .side-right .top .listBox {
  display: inline-block;
  vertical-align: middle;
}
.product-page .side-right .top .listBox span {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  cursor: hand;
}
.product-page .side-right .top .listBox span.list {
  margin-left: 20px;
}
.product-page .side-right .bottom .block ul {
  margin: -30px -10px;
}
.product-page .side-right .bottom .block ul li {
  padding: 30px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .block ul li:hover{
  transform: translateY(-10px);
}
.product-page .side-right .bottom .block ul li > a.img {
  display: block;
  box-shadow: 0 0 10px 0px #ccc;
}
.product-page .side-right .bottom .block ul li h4 {
  height: 120px;
  background-color: #e5e5e5;
  padding: 25px;
  display: block;
  margin-top: 15px;
  font-size: 14px;
  color: #0a0a0a;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px; 
}
.product-page .side-right .bottom .block ul li:hover h4 {
  background-color: #fc9a03;
  color: #fff;
}
.product-page .side-right .bottom .list {
  display: none;
}
.product-page .side-right .bottom .list ul li {
  margin-bottom: 20px;
}
.product-page .side-right .bottom .list ul li:last-child {
  margin-bottom: 0;
}
.product-page .side-right .bottom .list ul li .img {
  width: 30%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .img a {
  display: block;
}
.product-page .side-right .bottom .list ul li .text {
  width: 70%;
  padding-left: 5%;
  vertical-align: middle;
}
.product-page .side-right .bottom .list ul li .text h4 {
  font-size: 24px;
}
.product-page .side-right .bottom .list ul li .text .content {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
.product-page .side-right .bottom .list ul li .text a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  background: #fc9a03;
  color: white;
  border-radius: 3px;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .side-right .bottom .list ul li .text a.more:hover {
  background: #222;
}
.prodet-page {
  padding: 80px 0 120px;
  background: #ffffff;
}
.prodet-page .prodet-1 .img {
  width: 60%;
  padding-right: 30px;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .img img {
  width: 100%;
}
.prodet-page .prodet-1 .text {
  width: 40%;
  vertical-align: bottom;
}
.prodet-page .prodet-1 .text h3 {
  font-size: 29px;
}
h1.foodeq {
    font-size: 20px;
    line-height: 33px;
}
.prodet-page .prodet-1 .text .content {
  margin: 25px 0 65px;
}
.prodet-page .prodet-1 .text .content ul li {
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 16px;
  color: rgba(16, 16, 16, 0.67);
  position: relative;
}
.prodet-page .prodet-1 .text .content ul li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .text .content ul li:after {
  content: '';
  border: 4px solid #fc9a03;
  position: absolute;
  top: 7px;
  left: 0;
}
.prodet-page .prodet-1 .text a.more {
  line-height: 40px;
  height: 40px;
  padding: 0 27px;
  font-size: 18px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text a.more.active,
.prodet-page .prodet-1 .text a.more:hover {
  background: #fc9a03;
  color: white;
  border-color: #fc9a03;
}
.prodet-page .prodet-1 .text a.more.active:hover {
  background: #111;
  color: white;
  border-color: #111;
}
.prodet-page .prodet-1 .text .gallery {
  margin-top: 75px;
}
.prodet-page .prodet-1 .text .gallery ul {
  margin: -5px;
}
.prodet-page .prodet-1 .text .gallery ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .text .gallery ul li a {
  display: block;
  border: 1px solid #ccc;
}
.prodet-page .prodet-2 {
  padding: 100px 0 60px;
}
.prodet-page .prodet-2 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content {
  display: block;
  font-size: 16px;
  color: #626262;
  line-height: 32px;
}
.prodet-page .prodet-2 .content table{
  background-color: #f1f1f157;

}
.prodet-page .prodet-3 h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.news-page {
  padding: 50px 0 110px;
}
.news-page .top {
  display: block;
}
.news-page .top ul li {
  display: inline-block;
}
.news-page .top ul li a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 42px;
  font-size: 18px;
  color: #171717;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .top ul li a:hover,
.news-page .top ul li a.active {
  background: #fc9a03;
  color: white;
}
.news-page .bottom {
  padding-top: 60px;
}
.news-page .bottom ul {
  margin: -30px -12px;
}
.news-page .bottom ul li {
  padding: 30px 12px;
}
.news-page .bottom ul li a.img-box {
  display: block;
}
.news-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.news-page .bottom ul li .content h4 {
  height: 100px;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  line-height: 30px;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical; 
}
.news-page .bottom ul li .content h4:hover {
  color: #fc9a03;
}
.news-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}
.newdet-page {
  padding: 50px 0;
}
.newdet-page h3 {
  font-size: 26px;
  color: black;
  font-weight: 500;
  text-transform: capitalize;
}
.newdet-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  color: black;
  opacity: .6;
}
.newdet-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.newdet-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}
.newdet-page .share h4 {
  font-size: 14px;
  color: black;
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.newdet-page .share ul li:hover {
  color: #fc9a03;
}
.news-about-page h3.tit {
  font-size: 30px;
  color: #303036;
  line-height: 1.2;
  text-align: center;
  text-transform: capitalize;
}
.news-about-page h3.tit small {
  display: block;
  font-size: 16px;
  line-height: normal;
  margin-top: 15px;
  opacity: .55;
}
#msg2 .box {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 280px;
  right: 0;
  background: white;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 15px;
  -webkit-transform: translateY(110%);
  -moz-transform: translateY(110%);
  -ms-transform: translateY(110%);
  -o-transform: translateY(110%);
  transform: translateY(110%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
#msg2 .box i.close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  cursor: pointer;
  cursor: hand;
}
#msg2 .box i.close:after,
#msg2 .box i.close:before {
  content: '';
  width: 24px;
  height: 1px;
  display: block;
  background: black;
  position: absolute;
  top: 50%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#msg2 .box i.close:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#msg2 .box i.close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#msg2 .box form ul li {
  padding-bottom: 10px;
  font-size: 12px;
}
#msg2 .box form ul li:last-child {
  padding-bottom: 0;
}
#msg2 .box form ul li input,
#msg2 .box form ul li textarea {
  width: 100%;
  line-height: 24px;
  border: 1px solid #eee;
  padding: 5px 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#msg2 .box form ul li input:focus,
#msg2 .box form ul li textarea:focus {
  border-color: #fc9a03;
}
#msg2 .box form ul li textarea {
  height: 80px;
  resize: vertical;
  -webkit-transition: .5s all,height 0s;
  -moz-transition: .5s all,height 0s;
  -ms-transition: .5s all,height 0s;
  -o-transition: .5s all,height 0s;
  transition: .5s all,height 0s;
}
#msg2 .box form ul li input[type="submit"] {
  background: #fc9a03;
  color: white;
}
#msg2 .box form ul li input[type="submit"]:hover {
  background: #222;
}
#msg2.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
#msg2:hover span,
#msg2.active2 span {
  left: 0;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media screen and (max-width: 1600px) {
  .inner-banner {
    height: 300px;
  }
  .news-page .top ul li a {
    line-height: 38px;
    height: 38px;
    padding: 0 30px;
    font-size: 16px;
  }
  .news-page .bottom {
    padding-top: 40px;
  }
  .news-page {
    padding: 50px 0;
  }
  .news-page .bottom ul li {
    padding: 5px;
  }
  .news-page .bottom ul {
    margin: -5px;
  }
  .news-page .bottom ul li .content {
    padding: 10px;
  }
  .prodet-page {
    padding: 80px 0;
    margin: 20px;
  }
  .profood,
  .desccat {
    display: none;
}

  .desfood {
    display: none;
}
  .prodet-page .prodet-1 .text .gallery {
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .text .content {
    margin: 10px 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    padding: 0 23px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 25px;
  }
  .prodet-page .prodet-1 .text .content ul li {
    font-size: 14px;
  }
  .product-page .side-right .top,
  .inner-page .sideBox .side-left h2 {
    margin-bottom: 30px;
  }
  .inner-page .sideBox .side-left h2 {
    font-size: 28px;
    line-height: 30px;
  }
  .inner-page .sideBox .side-left .box ul li a {
    font-size: 14px;
  }
  .prodet-page .prodet-2 {
    padding: 50px 0;
  }
  .product-page {
    padding: 10px 0;
    
  }
  .product-page .side-right .bottom .block ul li {
    padding: 10px;
  }
  .product-page .side-right .bottom .block ul {
    margin: -10px;
  }
  .product-page .side-right .bottom .list ul li .text h4 {
    font-size: 22px;
  }
  .product-page .side-right .bottom .list ul li .text a.more {
    line-height: 32px;
    height: 32px;
    font-size: 13px;
    padding: 0 20px;
  }
  .contact-page {
    padding: 60px 0;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 40px;
    line-height: 48px;
  }
  .contact-page .contact-1 .top .content {
    font-size: 16px;
    padding: 30px 0;
  }
  .contact-page .contact-1 .bottom h3,
  #form,
  .contact-page .contact-1 .bottom .left .share h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 .bottom .left .share ul li {
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 20px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 28px;
    line-height: 36px;
  }
  .about-page .about-1 .box .left .text {
    margin-top: 20px;
    line-height: 30px;
  }
  .about-page .about-1 .box .left .text p {
    padding-top: 20px;
  }
  .about-page .about-1 .list {
    padding-top: 60px;
  }
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 28px;
  }
  .about-page .about-2 {
    height: 400px;
  }
  .about-page .about-3 {
    padding-top: 80px;
  }
  .about-page .about-4 .box {
    padding-top: 60px;
  }
  .about-page .about-4 .box ul li h4 {
    font-size: 20px;
    margin: 15px 0;
  }
  .about-page .about-4 .box ul li .text {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-4 {
    padding: 60px 0;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-4 .box ul li h4 {
    font-size: 18px;
    word-break: break-word;
    white-space: normal;
  }
  .about-page .about-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-1 .box .right {
    display: none;
  }
  .about-page .about-2 .play img {
    max-width: 60px;
  }
  .about-page .about-3 .box ul li h4 {
    padding: 10px 50px;
    background-position: center left 15px;
  }
  .about-page .about-3 .box ul li h4:after {
    top: 10px;
  }
  #form ul li span label {
    font-size: 14px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 60%;
  }
  .contact-page .contact-1 .bottom .right {
    width: 40%;
  }
  .contact-page .contact-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 36px;
  }
  .inner-page .sideBox .side-left {
    width: 30%;
  }
  .inner-page .sideBox .side-right {
    width: 70%;
  }
  .product-page .side-right .bottom .list ul li .text .content {
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.6;
  }
  .product-page .side-right .top .show {
    margin: 0 20px;
  }
  .prodet-page .prodet-1 .text a.more {
    font-size: 13px;
  }
  .prodet-page .prodet-1 .text h3 {
    font-size: 22px;
  }
  .prodet-page .prodet-2 h2,
  .prodet-page .prodet-3 h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .mbx{

  }
  .news-page .bottom ul li .content h4 {
    font-size: 15px;
  }
  .news-page .top ul li a {
    line-height: 32px;
    height: 32px;
    padding: 0 15px;
  }
  .inner-page .sideBox .side-left {
    display: none;
  }
  .inner-page .sideBox .side-right {
    width: 100%;
  }
  #form ul li span input {
    width: 20px;
    height: 20px;
  }
  #form ul li span {
    margin-right: 20px;
  }
  #form ul li input[type="submit"] {
    font-size: 16px;
  }
  .about-page .about-4 .box ul li {
    width: 50%;
  }
  .about-page .about-3 .box ul li .text,
  .about-page .about-3 .box ul li h4 {
    font-size: 14px;
  }
  .about-page .about-4 .box ul li i {
    max-width: 200px;
  }
  .about-page .about-2 {
    height: 300px;
  }
  .about-page .about-1 .list ul li {
    width: 50%;
    padding: 10px;
  }
  .about-page .about-1 .list ul {
    margin: -10px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .list ul li .box h4 em {
    font-size: 24px;
  }
  .about-page .about-1 .list ul li .box h4 {
    margin-bottom: 5px;
  }
  .contact-page .contact-1 .bottom .left {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-1 .bottom .right {
    width: 100%;
    padding-top: 30px;
  }
  .contact-page .contact-1 .top h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .product-page .side-right .bottom .list ul li .text {
    width: 50%;
  }
  .product-page .side-right .bottom .list ul li .img {
    width: 50%;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding-top: 30px;
  }
a.foothsia {
    display: none;
}
  .footer-block.product-list,
   .footer-block.footer-logo {
    display: none;
  } 
  .about-page .about-5{
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .product-page .side-right .top .form {
    max-width: 100%;
  }
  .product-page .side-right .top .show,
  .product-page .side-right .top .listBox {
    display: none;
  }
  .about-page .about-4 .box ul li {
    width: 100%;
  }
  .about-page .about-1 .list ul li .box {
    padding-left: 40px;
  }
  .about-page .about-1 .list ul li .box i {
    max-width: 35px;
  }
  .about-page .about-1 .list {
    text-align: center;
  }
  .about-page .about-1 .box .left h3 {
    font-size: 26px;
    line-height: 40px;
  }
  .inner-banner {
    height: 240px;
  }
}
.product-page .side-right .bottom .block ul li img,.prodet-page .prodet-1 .img img {
  width: 100%;
  display:block;
  margin:0 auto;
}
.prodet-page #form {
    margin-top:40px;
}

#ewm{
  width: 100px;
  margin-top: 30px;
  border: 3px solid #fff;
}

.inner-page .sideBox .side-left .side-box.side-icon{
    padding: 40px 15px;
    text-align: center;
    background: #fc9a03;
    color: #fff;
    margin-top: 0;
}

.inner-page .sideBox .side-left .side-box.side-icon h5{
    font-size: 16px;
}

.inner-page .sideBox .side-left .side-box.side-icon h3{
    font-size: 22px;
    margin: 15px 0;
    font-weight: 700;
}
.inner-page .sideBox .side-left .side-box.side-icon .icon {
    padding-top: 15px;
}

.inner-page .sideBox .side-left .side-box.side-icon .icon a {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #fff;
    color: #fc9a03;
    margin: 0 5px;
    font-size: 16px;
    transition: .2s ease-in;
    -webkit-transition: .2s ease-in;
    -moz-transition: .2s ease-in;
    -ms-transition: .2s ease-in;
    -o-transition: .2s ease-in;
}

.inner-page .sideBox .side-left .side-box.side-icon .icon a:hover {
    color: #fff;
    background: #111;
}


.button-group .button{
  background-color: #fc9a03!important;
}

.mbx {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    line-height: 30px;
}

.service2-page{
  padding: 0;
}
.service2-page .container {
  padding: 0 16%;
}
.service2-page .container .tit-name h2 {
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  margin-bottom: 30px;
}
.service2-page .container .tit-name p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
  margin-bottom: 10px;
}
.service2-page .container .section-link {
  margin-top: 30px;
  display: inline-block;
  font-family: roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #dbae78 !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service2-page .init-2 {
  padding: 80px 0;
  background: url(../images/p06-s03-bg.jpg) no-repeat center;
  background-size: cover;
}
.service2-page .init-2 .grid-box {
  background: #fff;
}
.service2-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.service2-page .init-2 .grid-box .column:nth-child(2) {
  padding: 0 5%;
}
.service2-page .init-1,
.service2-page .init-3 {
  padding: 80px 0 120px;
  background-color: #F3F4F6;
}
.service2-page .init-1 .column,
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-1 .column:nth-child(2),
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 5%;
}
.service2-page .init-3 .column {
  vertical-align: middle;
}
.service2-page .init-3 .column:nth-child(1) {
  padding-right: 5%;
}
.service2-page .init-3 .column:nth-child(2) {
  padding-left: 0;
}
.service2-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.service2-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.service2-page .tit {
  text-align: center;
}
.service2-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.service2-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}

.service2-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.service2-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.service2-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.service2-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.service2-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.service2-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.service2-page .init-4 {
  padding: 40px 0;
  background-color: #F3F4F6;
}
.service2-page .init-4 .tit-name {
  text-align: center;
}
.service2-page .init-4 .grid-box {
  margin-top: 30px;
}
.service2-page .init-4 .grid-box .column {
  padding: 0 8px;
}
.service2-page .init-4 .grid-box p{
  padding-top: 1.5rem;
  font-size: 18px;
  line-height: 1.2;
}

@media screen and (max-width: 700px) {
  .service2-page .init-2 .grid-box .column {
    width: 100%;
    padding-right: 0;
  }
  .service2-page .container .tit-name h2 {
    font-size: 20px;
  }
  .service2-page .container .tit-name h2{
    line-height: 1.5;
  }
  .service2-page .init-1, .service2-page .init-3{
    padding: 30px 0;
  }
  .service2-page .container{
    padding: 0 15px;
  }
  .service2-page .init-4{
    display: none;
  }
}
.design-page {
  padding: 0;
}
.design-page .container{
  max-width: 1200px;
  width: 100%;
}
.design-page .init-1 {
  background: #F3F4F6;
  padding: 50px 0;
}
.design-page .init-1 h2 {
  
  line-height: 58px;
  margin-bottom: 6px;
  font-size: 48px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-1 p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-1 #carousel {
  padding: 50px 10%;
}
.design-page .init-1 .ft {
  padding-top: 60px;
}
.design-page .init-1 .btn a {
  display: block;
  width: 350px;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 18px;
  color: #fff !important;
  background: #dbae78;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 15px 40px;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0 auto;
}
.design-page .init-1 ul li img {
  width: 100%;
}
.design-page .init-1 ul .slick-slide li {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  left: 20%;
  z-index: 0;
  background: #e3e4e6;
  padding: 0 10%;
}
.design-page .init-1 ul .slick-slide.slick-current li {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  left: 0;
  z-index: 1;
}
.design-page .init-1 ul .slick-slide.slick-current + div li {
  left: -25%;
}
.design-page .init-2 {
  padding: 120px 0;
  background-color: #e9ebec;
}
.design-page .init-2 .grid-box .column {
  vertical-align: middle;
}
.design-page .init-2 .grid-box .column:nth-child(1) {
  padding-right: 5%;
}
.design-page .init-2 .grid-box .column:nth-child(1) h3 {
  margin-bottom: 8px;
  font-size: 24px;
  color: #162c35;
  font-weight: 700;
  font-style: normal;
}
.design-page .init-2 .grid-box .column:nth-child(1) h2 {
 
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.design-page .init-2 .grid-box .column:nth-child(1) p {
  font-weight: 300;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #777 !important;
}
.design-page .tit {
  text-align: center;
}
.design-page .tit h3 {
  
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  line-height: 58px;
  color: #162c35 !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.design-page .tit p {
  font-size: 16px;
  color: #777;
  font-weight: 300;
  font-style: normal;
}
.design-page .init-3 {
  background: #F3F4F6;
  padding: 100px 0;
}
.design-page .init-3 .init-3-list {
  padding-top: 60px;
  padding-left: 12%;
}
.design-page .init-3 .init-3-list ul li{
  padding: 0 20px;
  padding-top: 80px;
}

.design-page .init-3 .init-3-list ul li .item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 40px;
  background-color: #fff;
}
.design-page .init-3 .init-3-list ul li .item .pic {
  position: relative;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px);
}
.design-page .init-3 .init-3-list ul li .item .text {
  position: relative;
  max-width: 420px;
  width: 100%;
  padding-bottom: 50px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main {
  max-width: 380px;
  margin: 0 auto;
  margin-right: 0;
  padding-top: 54px;
  padding-left: 30px;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main h4 {
  margin-bottom: 22px;
  font-size: 24px;
  color: #162c35;
  font-family: 'Alternate';
  font-weight: 700;
  font-style: normal;
}
.design-page .init-3 .init-3-list ul li .item .text .text-main p{
  color: #777!important;
}
.design-page .init-4 {
  padding-top: 80px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(47%, #F3F4F6), color-stop(0%, #e9ebec));
  background: -webkit-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: -o-linear-gradient(top, #F3F4F6 47%, #e9ebec 0%);
  background: linear-gradient(180deg, #F3F4F6 47%, #e9ebec 0%);
}
.design-page .init-5 {
  padding: 5.25rem 0px 5.8rem;
  text-align: center;
  background: #dbae78;
  
}
.design-page .init-5 .tit h3{
  color: #fff !important;
}
.design-page .init-5 p {
  max-width: 760px;
  margin: 0 auto 52px;
  color: #fff;
}
.design-page .init-5 .section-link {
  display: inline-block;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 1.2;
  color: #fff !important;
  text-decoration: underline!important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1000px) {
  .design-page .init-1 h2,
  .design-page .init-2 .grid-box .column:nth-child(1) h2,
  .design-page .tit h3{
    line-height: 30px;
    font-size: 25px;
  }
  .design-page .init-3{}
}
.service-page{
  padding: 3rem 0;
}
.service-page .s1{
  text-align: center;
}
.service-page .s1 h3{
  font-size: 2rem;
  font-family: 'PSB';
  line-height: 1;
  padding-bottom: 1rem;
  border-bottom: 1px solid #000;
}
.service-page .s1 .content{
  margin-top: 2rem;
  font-size: 16px;
  line-height: 1.6;
}