@font-face {
  font-family: 'Myriad Pro';
  src: url('../fonts/MyriadPro-Regular.eot') format('eot'), url('../fonts/MyriadPro-Regular.woff2') format('woff2'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'adr';
  src: url('../fonts/AdobeHeitiStd-Regular-Alphabetic.eot') format('eot'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff2') format('woff2'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.woff') format('woff'), url('../fonts/AdobeHeitiStd-Regular-Alphabetic.ttf') format('truetype');
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/BebasNeue.eot') format('eot'), url('../fonts/BebasNeue.woff2') format('woff2'), url('../fonts/BebasNeue.woff') format('woff'), url('../fonts/BebasNeue.ttf') format('truetype');
}
@font-face {
  font-family: 'Helvetica';
  src: url('../fonts/Helvetica-Light.eot') format('embedded-opentype'), url('../fonts/Helvetica-Light.woff2') format('woff2'), url('../fonts/Helvetica-Light.woff') format('woff'), url('../fonts/Helvetica-Light.ttf') format('truetype');
}
body {
  font-family: 'Anton', sans-serif;
}
.ui.container {
  padding: 0 15px;
  position: relative;
  width: 100%;
  max-width: 1491px;
  margin: auto;
}
#header {
  z-index: 20;
  position: relative;
}
#header .nav {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  padding: 13px 0;
}
#header .nav .ui.menu {
  display: flex;
  align-items: center;
  max-width: 1798px;
  margin: 0 auto;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 216px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin: 0 1.2rem;
  font-size: 0.9rem;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  border-bottom: 3px solid transparent;
  -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::after {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 2px;
  right: 0;
  height: 100%;
  width: 0%;
  background-color: #014992;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: #fff;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::after {
  width: 120%;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: 15px;
  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 #2f3132;
  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;
  font-size: 12px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-search {
  display: inline-block;
  vertical-align: middle;
  margin-left: 19px;
  margin-right: 20px;
  cursor: pointer;
}
#header .nav .ui.menu .language {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.9rem;
  margin-left: 0;
  margin-right: 0;
  cursor: pointer;
  position: relative;
  color: #fff;
}
#header .nav .ui.menu .language a {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
}
#header .nav .ui.menu .language .sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  background: #fff;
  top: 110%;
  left: 0;
  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 #2f3132;
  display: none \9;
  z-index: 999;
}
#header .nav .ui.menu .language .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;
}
#header .nav .ui.menu .language .sub-menu li a {
  display: block;
}
#header .nav .ui.menu .language .sub-menu li a img {
  vertical-align: middle;
  height: 20px;
  margin-right: 10px;
}
#header .nav .ui.menu .language .sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .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;
}
.list-contact {
  background-color: #fff;
  padding: 60px 0;
  position: absolute;
  right: 20px;
  top: 63px;
  width: 25%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.list-contact h3 {
  font-size: 2rem;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding-left: 60px;
}
.list-contact ul {
  margin-top: 30px;
  padding-left: 60px;
}
.list-contact li {
  font-size: 16px;
  font-family: 'Helvetica';
  margin-bottom: 30px;
}
.list-contact li:last-child {
  margin-bottom: 0;
}
.list-contact li div {
  display: inline-block;
  margin-right: 18px;
  min-width: 30px;
  vertical-align: top;
}
.list-contact li span {
  display: inline-block;
  width: 86%;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../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;
}
table {
  table-layout: fixed;
  width: 100% !important;
  margin-bottom: 20px;
  word-break: break-word;
}
table td,
table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
}
table td:first-child {
  color: #2d2d2d;
}
table td:last-child {
  color: #666;
}
.button-group {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 16px;
  padding: 10px;
}
.button-group .button {
  height: 28px;
  line-height: 28px;
  background-color: #0D9BF2;
  color: #FFF;
  border: 0;
  outline: none;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 3px;
  margin-bottom: 4px;
  cursor: pointer;
  font-size:16px;
}
.layui-layer-dialog .layui-layer-content {
  word-break: break-word !important;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: none;
  z-index: 20;
}
#mobile .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: 0;
  cursor: pointer;
  cursor: hand;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100vh;
  display: block;
  background: #222;
  padding: 40px 10%;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #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;
}
#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;
}
#m-header {
  position: relative;
  display: none;
  z-index: 21;
  margin-top: 60px;
}
#m-header .m-box {
  position: fixed;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
}
#m-header .m-box .m-menu {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  margin-right: auto;
}
#m-header .m-box .m-menu .BtnMenu {
  font-size: 26px;
  vertical-align: middle;
  color: #333;
}
#m-header .m-box .m-menu .m-content {
  display: none;
  position: absolute;
  left: 0;
  top: 59px;
  font-size: 14px;
  width: 100%;
  line-height: normal;
  background-color: #fff;
  overflow-y: auto;
  max-height: 600px;
  max-height: 100vh;
  padding-bottom: 60px;
}
#m-header .m-box .m-menu .m-content .m-search {
  position: relative;
  padding: 20px;
}
#m-header .m-box .m-menu .m-content .m-search form {
  position: relative;
}
#m-header .m-box .m-menu .m-content .m-search form input {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  padding: 7px 30px 7px 10px;
}
#m-header .m-box .m-menu .m-content .m-search form input:focus {
  border-color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-search form button {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  background-color: transparent;
}
#m-header .m-box .m-menu .m-content .m-list ul {
  height: auto;
}
#m-header .m-box .m-menu .m-content .m-list ul li {
  position: relative;
  border-bottom: solid 1px #f3f3f3;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link {
  position: relative;
  padding: 0 50px 0 30px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link a {
  display: inline-block;
  font-weight: 400;
  line-height: 2;
  padding: 16px 0;
  font-family: 'Poppins', sans-serif;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link i.Expandmenu {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  font-size: 20px;
  width: 30px;
  text-align: center;
  color: #333;
  padding: 10px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .link.active i.Expandmenu {
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  -moz-transform: translateY(-50%) rotateZ(-180deg);
  -ms-transform: translateY(-50%) rotateZ(-180deg);
  -o-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list {
  display: none;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li {
  border-bottom: none;
  padding: 0 20px 0 40px;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a {
  display: block;
  padding: 8px 0;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li a:hover {
  color: #0D9BF2;
}
#m-header .m-box .m-menu .m-content .m-list ul li .nav-list ul.nav-listchild li:hover {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-list ul li:hover .link,
#m-header .m-box .m-menu .m-content .m-list ul li:focus .link,
#m-header .m-box .m-menu .m-content .m-list ul li:active .link {
  background-color: #f5f5f5;
}
#m-header .m-box .m-menu .m-content .m-language {
  text-align: center;
  padding: 20px;
  line-height: 16px;
}
#m-header .m-box .m-menu .m-content .m-language a {
  display: inline-block;
  text-align: center;
  padding: 10px;
}
#m-header .m-box .m-menu .m-content .m-language a img {
  height: 25px;
}
#m-header .m-box .m-menu .m-content .m-language a p {
  font-size: 14px;
  color: #777;
  margin-top: 5px;
}
#m-header .m-box .m-menu .m-content .m-contact {
  font-size: 14px;
  text-align: center;
  color: #777;
  padding: 20px;
  padding-top: 0;
}
#m-header .m-box .m-logo {
  display: inline-block;
  text-align: center;
  width: 33.3333333%;
  vertical-align: middle;
  margin: auto;
}
#m-header .m-box .m-logo img {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
}
#m-header .m-box .m-login {
  display: inline-block;
  width: 33.3333333%;
  vertical-align: middle;
  text-align: right;
  margin-left: auto;
  font-size: 14px;
}
#m-header .m-box .m-login a:hover {
  color: #0D9BF2;
}
#banner {
  position: relative;
}
#banner ul .ig {
  position: relative;
}
#banner ul .ig > img {
  min-height: 250px;
  object-fit: cover;
}
#banner ul .ig::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(42, 43, 44, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
#banner ul .ig .text {
  z-index: 1;
  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%);
  width: 1031px;
  height: 100%;
  padding-right: 3rem;
  background-color: rgba(44, 100, 254, 0.6);
}
#banner ul .ig .text h3 {
  font-size: 3.6rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.2;
  padding: 239px 0 0 260px;
  width: 80%;
  text-align: left;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
#banner ul .ig .text p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  padding-left: 149px;
}
#banner ul .ig .text a {
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #2f3132;
  padding: 1.25rem 3.56rem;
  margin: 2.5rem 0 0 149px;
  opacity: 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  -webkit-transform: translateX(-20%);
  -moz-transform: translateX(-20%);
  -ms-transform: translateX(-20%);
  -o-transform: translateX(-20%);
  transform: translateX(-20%);
}
#banner ul .ig .text a:hover {
  background-color: #fff;
  color: #2f3132;
}
#banner ul .ig .text-all {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#banner ul .ig .text-all .slick-slide {
  overflow: hidden;
}
#banner ul .ig .text-all li {
  height: auto;
}
#banner ul .ig .text-all li::after {
  background-color: none;
}
#banner ul .ig .text-all .text-info {
  position: relative;
  z-index: 1;
}
#banner ul .ig .text-all .text-info h3 {
  font-size: 2.9rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  padding: 239px 139px 0 0;
  text-align: left;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#banner ul .ig .text-all .text-info p {
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  color: #fff;
  width: 60%;
  line-height: 2;
}
#banner ul .ig .text-all .text-info a {
  display: inline-block;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #fff;
  background-color: #2f3132;
  padding: 1.25rem 3.56rem;
  margin: 2.5rem 0 0 0;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#banner ul .ig .text-all .text-info .icon{
  font-size: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
#banner ul .ig .text-all .text-info a:hover {
  background-color: #fff;
  color: #2f3132;
}
#banner ul .ig .text-all .img {
  padding-top: 204px;
  margin-left: -18%;
}
#banner .left-arrow {
  position: absolute;
  left: 67px;
  bottom: 162px;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0);
}
#banner .left-arrow a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}
#banner .left-arrow a:hover {
  border: 1px solid #ffffff;
}
#banner .left-arrow a:hover .left-arrow-bg {
  border: 1px solid rgba(223, 229, 236, 0);
}
#banner .left-arrow a:hover .left-arrow-bg img {
  margin-left: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .left-arrow a:hover span {
  margin: 14px 0 0 30px;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .left-arrow .left-arrow-bg {
  width: 80px;
  height: 61px;
  line-height: 61px;
  border: 1px solid #dfe5ec;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .left-arrow img {
  vertical-align: middle;
  margin-left: 37px;
}
#banner .left-arrow span {
  display: inline-block;
  margin: 14px 0 0 50px;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  vertical-align: middle;
}
#banner .right-arrow {
  position: absolute;
  right: 52px;
  bottom: 162px;
  z-index: 1;
}
#banner .right-arrow a {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  display: block;
}
#banner .right-arrow a:hover {
  border: 1px solid #ffffff;
}
#banner .right-arrow a:hover .right-arrow-bg {
  border: 1px solid rgba(223, 229, 236, 0);
}
#banner .right-arrow a:hover .right-arrow-bg img {
  margin-left: 0px;
  margin-right: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .right-arrow a:hover span {
  margin: 14px 0 0 30px;
  padding-right: 20px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .right-arrow .right-arrow-bg {
  width: 80px;
  height: 61px;
  line-height: 61px;
  border: 1px solid #dfe5ec;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#banner .right-arrow .right-arrow-bg img {
  vertical-align: middle;
  margin-left: -38px;
}
#banner .right-arrow span {
  display: inline-block;
  margin: 14px 50px 0 0;
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  vertical-align: middle;
}
#index-body .product-category {
  overflow-x: hidden;
}
#index-body .product-category .column {
  background-color: #323334;
 -webkit-transition: 1s;
 -moz-transition: 1s;
 -ms-transition: 1s;
 -o-transition: 1s;
 transition: 1s;
 cursor: pointer;
}
#index-body .product-category .column:nth-child(2){
  background-color: #1f2020;
}
#index-body .product-category .column:hover {
  background-color: #1f2020;
}
#index-body .product-category .column:hover .img {
  transform: translate(20px, 0);
}

#index-body .product-category .column:last-child .img {
  margin-right: 0;
}
#index-body .product-category .column h3 {
  color: #fff;
  font-size: 40px;
  padding: 52px 0 0 39px;
}
#index-body .product-category .column .bg {
  font-size: 112px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.01);
  line-height: normal;
  padding-left: 81px;
}
#index-body .product-category .column .img {
  margin: -40% 0 0 36%;
  /*margin: 20px 0 0 26%;*/
  /*height: 270px;*/
  -webkit-transition: 1s;
   -moz-transition: 1s;
   -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#index-body .product-category .column .img:hover{
  transform: translate(20px,0);
}
#index-body .product-category .column .more {
  margin: 50px 0 43px 37px;
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}
#index-body .product-category .column .more:hover {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#index-body .product-category .column .more:hover span {
  transform: translateX(160px);
  display: inline-block;
}
#index-body .product-category .column .more:hover img {
  transform: translateX(-60px);
}
#index-body .product-category .column .more span {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#index-body .product-category .column .more span:hover {
  transform: translateX(160px);
}
#index-body .product-category .column .more img {
  margin-left: 15px;
  display: inline-block;
   -webkit-transition: 1s;
  -moz-transition: 1s;
  -ms-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
#index-body .product-category .column .more img:hover {
  transform: translateX(-60px);
}
#index-body .product {
  background-color: #212020;
  padding: 98px 0 0;
}
#index-body .product .title h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  color: #fff;
}
#index-body .product .pro-box {
  margin-top: 1.5rem;
}
#index-body .product .pro-box .slick-slide {
  margin-right: 1%;
}
#index-body .product .pro-box ul li {
  padding: 0 4px;
  margin-bottom: 86px;
}
#index-body .product .pro-box ul li .ig .img {
  text-align: center;
}
#index-body .product .pro-box ul li .ig .img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(62, 106, 218, 0.7);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  opacity: 0;
}
#index-body .product .pro-box ul li .ig .img:hover::after {
  opacity: 1;
}
#index-body .product .pro-box ul li .ig .img:hover .more {
  top: 50%;
  left: 25%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
#index-body .product .pro-box ul li .ig .img:hover .more::after {
  opacity: 0;
}
#index-body .product .pro-box ul li .ig .img .imgs {
  width: 100%;
  display: inline-block;
  height: 349px;
}
#index-body .product .pro-box ul li .ig .img .more {
  z-index: 1;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
  padding: 0 1rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 0;
  border: 1px solid rgba(255, 255, 255, 0);
}
#index-body .product .pro-box ul li .ig .img .more:hover {
  border: 1px solid #ffffff;
}
#index-body .product .pro-box ul li .ig .img .more:hover span {
  border: none;
}
#index-body .product .pro-box ul li .ig .img .more::after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#index-body .product .pro-box ul li .ig .img .more span {
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  display: inline-block;
  border: 1px solid #d9dadb;
  width: 169px;
  padding: 11px 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#index-body .product .pro-box ul li .ig .img .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: -15px;
}
#index-body .product .pro-box ul li .ig .text {
  color: #fff;
  margin-top: 17px;
}
#index-body .product .pro-box ul li .ig .text .text-header {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-box-justify-content: space-between;
  -moz-box-justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}
#index-body .product .pro-box ul li .ig .text .text-header h3 {
  font-size: 16px;
  color: #3162d9;
  font-family: 'Anton';
  text-transform:uppercase;
}
#index-body .product .pro-box ul li .ig .text .text-header img {
  height: 100%;
}
#index-body .product .pro-box ul li .ig .text p {
  font-size: 19px;
  font-family: 'Anton';
  margin-top: 5px;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
line-height: 2;
}
#index-body .design {
  background-color: #000;
  color: #fff;
  padding-top: 100px;
}
#index-body .design .design-all .design-all-text {
  width: 42%;
  position: relative;
  z-index: 1;
}
#index-body .design .design-all .design-all-text h3 {
  font-size: 48px;
  line-height: normal;
}
#index-body .design .design-all .design-all-text p {
  font-size: 18px;
  font-family: 'Myriad Pro';
}
.jiay {
    font-size: 18px;
    font-family: 'Myriad Pro';
    line-height: 2;
}
.jiay h1 {
  display: inline;
}
#index-body .design .design-all .design-all-text .design-text-list {
  margin-top: 70px;
}
#index-body .design .design-all .design-all-text .design-text-list li {
  margin-bottom: 75px;
}
#index-body .design .design-all .design-all-text .design-text-list .img {
  width: 15%;
}
#index-body .design .design-all .design-all-text .design-text-list .img img {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
}
#index-body .design .design-all .design-all-text .design-text-list .img img:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
#index-body .design .design-all .design-all-text .design-text-list .text {
  width: 85%;
}
#index-body .design .design-all .design-all-text .design-text-list .text h4 {
  font-size: 20px;
  font-family: 'Anton';
}
#index-body .design .design-all .design-all-text .design-text-list .text p {
  font-size: 16px;
  font-family: 'Myriad Pro';
  margin-top: 6px;
  line-height: 2;
}
#index-body .design .design-all .design-all-img {
  width: 60%;
  margin-left: -80px;
}
#index-body .info {
  background: url(../images/info.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  padding-bottom: 42px;
}
#index-body .info::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  background: rgba(62, 106, 218, 0.5);
  width: 100%;
  height: 100%;
}
#index-body .info .info-header {
  color: #fff;
  position: relative;
  z-index: 1;
  margin-bottom: 96px;
}
#index-body .info .info-header h3 {
  font-size: 60px;
  font-family: 'Bebas Neue';
  line-height: 2;
  padding-top: 96px;
  width: 30%;
}
#index-body .info .info-header p {
  font-size: 18px;
  font-family: 'Helvetica';
  margin-top: 15px;
}
#index-body .info .grid-box {
  margin-left: 100px;
}
#index-body .info .grid-box .column {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 3% 3% 3%;
  cursor: pointer;
  color: #fff;
  position: relative;
  z-index: 1;
  min-height: 270px;
}
#index-body .info .grid-box .column .img {
  height: 60px;
}
#index-body .info .grid-box .column img {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transition: all 1.2s ease;
  -webkit-transition: all 1.2s ease;
  -ms-transition: all 1.2s ease;
  -moz-transition: all 1.2s ease;
}
#index-body .info .grid-box .column img:hover {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
}
#index-body .info .grid-box .column h3 {
  font-size: 24px;
  margin-top: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index-body .info .grid-box .column p {
  font-size: 16px;
  font-family: 'Helvetica';
  width: 86%;
  line-height: 2;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}
#index-body .info .grid-box .column:nth-child(1),
#index-body .info .grid-box .column:nth-child(2),
#index-body .info .grid-box .column:nth-child(3) {
  padding: 0 3% 3%;
}
#index-body .info .grid-box .column:nth-child(3),
#index-body .info .grid-box .column:nth-child(6) {
  border-right: none;
}
#index-body .info .grid-box .column:nth-child(4),
#index-body .info .grid-box .column:nth-child(5),
#index-body .info .grid-box .column:nth-child(6) {
  border-bottom: none;
}
#index-body .news {
  background-color: #000;
  padding-bottom: 136px;
}
#index-body .news .news-header {
  color: #fff;
  padding-top: 162px;
}
#index-body .news .news-header h3 {
  font-size: 60px;
  font-family: 'Bebas Neue';
  line-height: 1;
}
#index-body .news .news-header p {
  font-size: 18px;
  font-family: 'Myriad Pro';
  margin-top: 35px;
  width: 42%;
  line-height: 2;
}
#index-body .news .news-content {
  margin-top: 64px;
}
#index-body .news .news-content .slick-slide {
  margin-right: 1%;
}
#index-body .news .news-content .news-content-img {
  height: 280px;
}
#index-body .news .news-content .news-content-img img {
  width: 100%;
}
#index-body .news .news-content .news-content-text {
  background-color: #fff;
 
  margin-top: -60px;
  position: relative;
  z-index: 1;
}
#index-body .news .news-content .news-content-text h3 {
  font-size: 18px;
  font-family: 'Helvetica';
  padding-top: 20px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 2;
  padding-left: 10px;
}
#index-body .news .news-content .news-content-text p {
  margin: 0 0 0 23px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: 'Helvetica';
  font-style: italic;
}
#index-body .news .news-content .news-content-text p img {
  display: inline-block;
  vertical-align: middle;
}
#index-body .news .news-content .news-content-text p span {
  display: inline-block;
  margin-left: 7px;
  vertical-align: middle;
}
#index-body .news .news-content .news-content-text .desc {
  margin: 10px 31px 18px 15px;
  font-size: 16px;
  font-family: 'Myriad Pro';
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 2;
}
#index-body .news .news-content .news-content-text .more {
  margin-left: 17px;
  padding-bottom: 28px;
}
#index-body .news .news-content .news-content-text .more a {
  font-size: 16px;
  color: #0347a5;
  text-decoration: underline;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
}
#index-body .news .news-content .news-content-text .more a:hover {
  color: #2f3132;
}
.contact {
  background: url(../images/contact.jpg) no-repeat center;
  background-size: cover;
  padding-bottom: 6.35rem;
  overflow: overlay;
}
.contact .contact-all {
  padding-top: 91px;
}
.contact .contact-all .column:nth-child(1) h3 {
  font-size: 48px;
  font-family: 'Bebas Neue';
  color: #fff;
  line-height: 2;
  margin-left: 38px;
}
.contact .contact-all .column:nth-child(2) {
  text-align: right;
}
.contact .contact-all .column:nth-child(2) a {
  background-color: #3e6ada;
  border-radius: 10px;
  margin: 28px 171px 0 auto;
  color: #fff;
  font-size: 24px;
  font-family: 'Bebas Neue';
  letter-spacing: 1px;
  width: 34.4%;
  display: block;
  text-align: center;
  padding: 23px 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
}
.contact .contact-all .column:nth-child(2) a:hover {
  background-color: #2f3132;
}
#footer {
  background-color: #3e6ada;
}
#footer .footer-all {
  position: relative;
}
#footer .footer-card {
  background-color: #edf0f2;
  margin-top: -50px;
  padding-bottom: 88px;
}
#footer .footer-card .footer-card-all {
  padding-top: 106px;
}
#footer .footer-card h3 {
  font-size: 24px;
  font-family: 'Bebas Neue';
  color: #191919;
  position: relative;
}
#footer .footer-card h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 43px;
  height: 3px;
  background-color: #0347a5;
  content: '';
}
#footer .footer-card ul {
  margin-top: 27px;
}
#footer .footer-card ul li {
  font-size: 16px;
  font-family: 'Helvetica';
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#footer .footer-card ul li:hover{
  color: #3e6ada;
}
#footer .footer-card ul li:last-child {
  margin-bottom: 0;
}
#footer .footer-card .f-nav {
  padding-left: 101px;
}
#footer .footer-card .f-product {
  width: 18%;
}
#footer .footer-card .f-news {
  width: 13%;
}
#footer .footer-card .f-contact {
  width: 29%;
}
#footer .footer-card .f-contact li:nth-child(1){
  font-weight: bold;
}
#footer .footer-card .f-contact li div {
  display: inline-block;
  margin-right: 18px;
  min-width: 30px;
  vertical-align: top;
}
#footer .footer-card .f-contact li span {
  display: inline-block;
  width: 86%;
  line-height: 2;
}
#footer .footer-card .f-code img {
  border: 8px solid #fff;
  margin-top: 62px;
  width: 7.25rem;
  height: 7.25rem;
}
#footer .footer-card .f-code p {
  font-size: 16px;
  font-family: 'Helvetica';
  margin: 13px 0 0 39px;
}
#footer .copy {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin-top: 28px;
  padding-bottom: 112px;
  line-height: 2;
}
#footer .tops {
  position: absolute;
  right: 63px;
  bottom: 85px;
  cursor: pointer;
}
/*#ewm {
  display: inline-block;
  max-width: 110px;
  border: 10px solid #fff;
  border-radius: 20px;
}*/
@media screen and (max-width: 1800px) {
  #banner ul li .text {
    max-width: 900px;
  }
  #banner ul .ig .text-all .text-info h3{
    font-size: 2.4rem;
  }
  #banner ul .ig .text-all .text-info p{
    overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical;
  }

  .ui.container .map .intro{
  margin-top: -170px;
  }
  .contact-page .init-1 .map{
    margin-top: 170px !important;
  }
}
@media screen and (max-width: 1600px) {
  #banner ul li .text h3 {
    padding: 239px 0 0 99px;
  }
  #banner ul li .text p {
    padding-left: 99px;
  }
  #banner ul li .text a {
    margin: 2.5rem 0 0 99px;
  }
  #banner ul .ig .text-all .img{
    padding-top: 140px;
  }
}
@media screen and (max-width: 1520px) {
  #banner .left-arrow {
    bottom: 100px;
  }
  #banner .right-arrow {
    bottom: 100px;
  }
  #index-body .product-category .column .bg {
    padding-left: 41px;
  }
  #index-body .product-category .column .img {
    margin: -300px 0 0 107px;
  }
   #banner ul .ig .text-all .text-info h3{
    font-size: 2rem;
  }
  #banner ul .ig .text-all .text-info p{
    overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical;
  }
  #banner ul .ig .text-all .img {
    padding-top: 88px;
}
}
@media screen and (max-width: 1440px) {
  .ui.container {
    width: 100%;
    padding: 0 15px;
  }
   #banner ul .ig .text{
    width: 50%;
  }
  #banner ul li .text h3 {
    font-size: 2rem;
  }
  #banner ul .ig .text-all .img{
    width: 500px;
    margin-left: -10%;
    padding-top: 76px;
  }
  .newdet-page .text .new-tit {
    font-size: 20px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu .logo {
    width: 200px;
  }
  #header .nav .ui.menu .menu-box {
    margin-right: 86px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1.5rem;
  }
  #index-body .product-category .column .bg {
    padding-left: 20px;
  }
  #index-body .product-category .column .img {
    margin: -300px 0 0 67px;
    height: 240px;
  }
  #index-body .product-category .column:last-child .img {
    margin: -300px 0 0 67px;
  }
  #index-body .news .news-content .news-content-text {
    margin-top: -100px;
  }
}
@media screen and (max-width: 1300px) {
  #banner ul .ig .text-all .text-info h3{
    padding: 169px 0 0 0;
  }
  #banner ul .ig .text-all .img {
    margin-left: -8%;
  }
  #banner .left-arrow {
    bottom: 50px;
  }
  #banner .right {
    bottom: 50px;
  }
  #index-body .design .design-all .design-all-text h3 {
    font-size: 45px;
  }
  #index-body .product-category .column .bg {
    padding-left: 0;
  }
  #index-body .product-category .column .img {
    margin: -300px 0 0 47px;
    height: 270px;
  }
  #index-body .product-category .column:last-child .img {
    margin: -300px 0 0 47px;
  }
  #index-body .info .info-header h3 {
    width: 50%;
  }
  #index-body .info .grid-box {
    margin-left: 0;
  }
  #footer .footer-card .f-contact li span {
    width: 85%;
  }
}
@media screen and (max-width: 1100px) {
  #header .nav .ui.menu .menu-box {
    margin-right: 36px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 1rem;
  }
  #banner ul .ig .text{
    width: 60%;
  }
  #banner ul .ig .text-all .text-info h3{
    padding: 139px 0 0 0;
    font-size: 2.6rem;
  }
  #banner ul .ig .text-all .text-info p{
    overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 3;  
-webkit-box-orient: vertical;
  }
  #banner ul .ig .text-all .img {
    padding-top: 139px;
    margin-left: -7%;
    width: 35%;
  }
  #banner ul .ig .text-all .text-info a{
    margin: 1.5rem 0 0 0;
  }
  
  #banner .left-arrow {
    bottom: 25px;
  }
  #banner .right-arrow {
    bottom: 25px;
  }
  #index-body .product-category .column .bg {
    font-size: 110px;
  }
  #index-body .product-category .column .img {
    margin: -128px 0 0 27px;
    height: 200px;
  }
  #index-body .product-category .column:last-child .img {
    margin: -128px 0 0 27px;
  }
  #index-body .design .design-all .design-all-text h3 {
    font-size: 37px;
  }
  #index-body .info .info-header h3 {
    width: 60%;
  }
  #index-body .info .grid-box {
    margin-left: 0;
  }
  #index-body .news .news-content .news-content-text {
    margin-top: -100px;
  }
  #footer .footer-card .f-nav {
    padding-left: 30px;
    width: 18%;
  }
  #footer .footer-card .f-news {
    width: 18%;
  }
  #footer .footer-card .f-contact li span {
    width: 82%;
  }
  #footer .footer-card .f-code {
    width: 17%;
  }
}
@media screen and (max-width: 992px) {
  #header {
    display: none;
  }
  #m-header {
    display: block;
  }
  #banner ul li .text {
    max-width: 60%;
  }
  #banner ul .ig .text-all .text-info h3{
    padding: 39px 0 0 0;
  }
  #banner ul .ig .text-all .text-info p{
    display: none;
  }
  #banner ul .ig .text-all .img {
    padding-top: 39px;
    margin-left: -8%;
    width: 40%;
  }
  #banner .left-arrow {
    left: 20px;
    bottom: 15px;
  }
  #banner .right-arrow {
    bottom: 15px;
    right: 20px;
  }
  #index-body .product-category .column .bg {
    font-size: 90px;
    padding-left: 39px;
  }
  #index-body .product-category .column .img {
    margin: -100px 0 0 55px;
    height: 200px;
  }
  #index-body .product-category .column:last-child .img {
    margin: -100px 0 0 55px;
  }
  #index-body .product-category .column .more {
    margin: 0 0 43px 37px;
  }
  #index-body .design .design-all .design-all-text h3 {
    font-size: 28px;
  }
  #index-body .design .design-all .design-all-text p {
    font-size: 15px;
  }
  #index-body .design .design-all .design-all-img {
    width: 60%;
    margin-left: -20px;
  }
  #index-body .design .design-all .design-all-text .design-text-list .text {
    width: 80%;
    margin-left: 5%;
  }
  #index-body .design .design-all .design-all-text .design-text-list .text p {
    font-size: 14px;
  }
  #index-body .info .info-header h3 {
    width: 80%;
  }
  #index-body .info .grid-box {
    margin-left: 0;
  }
  #index-body .news .news-content .news-content-text {
    margin-top: -100px;
  }
  #index-body .news .news-header p {
    width: 100%;
  }
  .contact .contact-all .column:nth-child(1) h3 {
    font-size: 30px;
  }
  .contact .contact-all .column:nth-child(2) a {
    font-size: 18px;
    width: 40%;
  }
  #footer .footer-card .f-nav {
    padding-left: 30px;
  }
  #footer .footer-card .f-product {
    width: 33%;
  }
  #footer .footer-card .f-news {
    width: 33%;
  }
  #footer .footer-card .f-contact {
    width: 60%;
    padding-left: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .text {
    max-width: 70%;
  }
  #banner ul .ig .text-all .text-info h3{
    font-size: 2rem;
    padding: 20px 0 0 0;
  }
  #banner ul .ig .text-all .text-info p{
    font-size: 12px;
    width: 60%;
    display: none;
  }
  #banner ul .ig .text-all .img {
    padding-top: 100px;
    margin-left: -35%;
    width: 100px;
  }
  #banner ul .ig .text-all .text-info a {
    font-size: 14px;
    margin: 2.5rem 0 0 10px;
  }
  #banner .left-arrow {
    bottom: 10px;
    left: 10px;
  }
  #banner .left-arrow .left-arrow-bg {
    width: 40px;
    height: 30px;
    line-height: 30px;
  }
  #banner .left-arrow img {
    margin-left: 14px;
  }
  #banner .left-arrow span {
    font-size: 14px;
    margin: 14px 0 0 18px;
  }
  #banner .right-arrow {
    bottom: 10px;
    right: 10px;
  }
  #banner .right-arrow .right-arrow-bg {
    width: 40px;
    height: 30px;
    line-height: 30px;
  }
  #banner .right-arrow .right-arrow-bg img {
    vertical-align: middle;
    margin-left: -14px;
  }
  #banner .right-arrow span {
    font-size: 14px;
    margin: 14px 16px 0 0px;
  }
  #index-body .product-category .column .bg {
    font-size: 130px;
    padding-left: 39px;
  }
  #index-body .product-category .column .img {
    margin: -200px 0 0 100px;
    height: 200px;
  }
  #index-body .product-category .column:last-child .img {
    margin: -200px 0 0 100px;
  }
  #index-body .product .pro-box .slick-slide {
    margin-right: 0;
  }
  #index-body .product .pro-box ul li {
    padding: 0;
  }
  #index-body .design {
    display: none;
  }
  #index-body .info .info-header h3 {
    font-size: 46px;
    width: 100%;
    padding-top: 26px;
  }
  #index-body .info .grid-box {
    margin-left: 0;
  }
  #index-body .info .grid-box .column {
    border-right: none;
    border-bottom: none;
    margin-bottom: 20px;
  }
  #index-body .info .info-header {
    margin-bottom: 30px;
  }
  #index-body .info .grid-box .column h3 {
    font-size: 20px;
  }
  #index-body .info .grid-box .column p {
    font-size: 15px;
  }
  #index-body .news {
    padding-bottom: 36px;
  }
  #index-body .news .news-content .slick-slide {
    margin-right: 0;
  }
  #index-body .news .news-header {
    padding-top: 52px;
  }
  #index-body .news .news-header h3 {
    font-size: 50px;
  }
  #index-body .news .news-header p {
    font-size: 16px;
    margin-top: 15px;
    width: 100%;
  }
  #index-body .news .news-content {
    margin-top: 20px;
  }
  #index-body .news .news-content .news-content-text {
    margin-top: -120px;
  }
  .contact .contact-all {
    padding-top: 20px;
  }
 .contact .contact-all .column:nth-child(1) h3 {
    font-size: 25px;
    margin-left: 18px;
  }
  .contact .contact-all .column:nth-child(2) a {
    font-size: 16px;
    width: 40%;
    padding: 16px 0;
  }
  #footer .footer-card {
    margin-top: -40px;
    padding-bottom: 20px;
  }
  #footer .footer-card .footer-card-all {
    padding-top: 26px;
  }
  #footer .footer-card .f-nav {
    display: none;
  }
  #footer .footer-card .f-product {
    display: none;
  }
  #footer .footer-card .f-news {
    display: none;
  }
  #footer .footer-card .f-contact {
    width: 90%;
    margin-left: 10%;
  }
  #footer .footer-card ul li {
    font-size: 14px;
  }
  #footer .footer-card .f-contact li span {
    width: 80%;
  }
  #footer .copy {
    font-size: 14px;
  }
  #footer .copy img{
    width: 70%;
    vertical-align: middle;
  }
  #footer .footer-card .f-code {
    width: 90%;
    margin-left: 10%;
  }
}

.inner-banner {
  background: url(../images/inner-banner.jpg) center no-repeat;
  height: 500px;
  background-size: cover;
  padding-top: 11%;
  text-align: center;
}
.inner-banner h2 {
  color: #fff;
  font-size:30px;
  font-weight: 700;
  text-transform: uppercase;
}
.inner-banner .bread-crumbs {
  margin-top: 10px;
}
.inner-banner .bread-crumbs,
.inner-banner .bread-crumbs a,
.inner-banner .bread-crumbs span {
  color: #a9a9a9;
  font-size: 20px;
  text-transform: capitalize;
}
.inner-banner .bread-crumbs a:hover {
  color: #2b3082;
}
.inner-page .sidebar {
  width: 100%;
  background: #2b3082;
  position: relative;
  z-index: 1;
}
.inner-page .sidebar .side-top .side-menu li {
  float: left;
  position: relative;
  margin-right: 20px;
}
.inner-page .sidebar .side-top .side-menu li:last-child{
  margin-right: 0;
}
.inner-page .sidebar .side-top .side-menu:after {
  content: '';
  width: 0;
  height: 0;
  clear: both;
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a {
  font-size: 16px;
  color: #666666;
  text-align: center;
  display: block;
  height: 72px;
  position: relative;
  line-height: 72px;
  font-family: 'Anton', sans-serif;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box,
.inner-page .sidebar .side-top .side-menu li a span {
  position: relative;
  z-index: 11;
  font-size: 16px;
  padding-left: 2px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box {
  float: left;
  margin-top: 15px;
  padding-right: 25px;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a .ico-box img:first-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a span {
  float: left;
  color: #fff;
  padding-left: 2px;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:first-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:first-child {
  display: none;
}
.inner-page .sidebar .side-top .side-menu li a:hover .ico-box img:last-child,
.inner-page .sidebar .side-top .side-menu li a.active .ico-box img:last-child {
  display: block;
}
.inner-page .sidebar .side-top .side-menu li a:hover:after,
.inner-page .sidebar .side-top .side-menu li a.active:after {
  opacity: 1;
}

.about-page .abt-1 {
    padding: 6rem 0 4.5rem;
    background:#292929; 
}
.about-page .abt-1 .grid-box .left {
    padding-right: 2.5rem;
    width: 40%;
}
.about-page .abt-1 .grid-box .left .img {
    position: relative;
    padding: 40px 0 40px 40px;
    z-index: 20;
}
.about-page .abt-1 .grid-box .left .img .play{
  position: absolute;
  right: 2%;
  bottom: 10%;
}
.about-page .abt-1 .grid-box .left .img .play::after{
  position: absolute;
        content: '';
        left: -15px;
        right: -15px;
        top: -15px;
        bottom: -15px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, .3);
        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;
}
 @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 .abt-1 .grid-box .left .img::after {
    background-color: #2b3082;
    content: '';
    position: absolute;
    z-index: -1;
    left: 0px;
    top: 0px;
    bottom: 0px;
    width: 45%;
}
.about-page .abt-1 .grid-box .right{width: 60%}
.about-page .abt-1 .grid-box .right .text .title h3 {
    font-size: 26px;
    font-weight: 700;
    text-transform: uppercase;
    color:#3e6ada;
    font-family: 'Helvetica';
    line-height: 2;
}
.about-page .abt-1 .grid-box .right .text .title h4 {
    font-size: 3rem;
   
    line-height: 2;
    color: #fff;
    margin-bottom: 5px;
    font-family: 'Anton', sans-serif;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr {
    padding: 1.5rem 0;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num {
    width: 22%;
    padding-right: 2rem;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year {
    background: url(../images/bg-dot.png);
    background-repeat: repeat;
    padding: 20px;
    max-width: 166px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year span {
    display: block;
    font-size: 4rem;
    font-weight: 700;
    line-height: 1;
    color: #3e6ada;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e9e9e9;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt {
    width: 70%;
}
.about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .txt .con {
    font-size: 16px;
    color: #fff;
    font-family: 'Helvetica';
    line-height: 2;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box {
    margin: 0 -15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column {
    padding: 0 15px;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt {
    margin-bottom: 30px;
    line-height: 2;
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 8px; color: #eae8e8;
    font-family: 'Helvetica';
}
.about-page .abt-1 .grid-box .right .text .abt-1-bot .grid-box .column .txt p {
    font-size: 16px;
    color: #eae8e8;
}
.about-page .abt-1 .grid-box .right .text .more a {
    display: inline-block;
    outline: none;
    color: #fff;
    padding: 15px 40px;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-table;
    background-color: #3e6ada;
    border: none;
    font-size: 15px;
    font-weight: 700;
    /*border-right: 6px solid #000;*/
    transition: 0.5s all ease;
}
.about-page .abt-1 .grid-box .right .text .more a:hover {
    color: #000;
}



.inner-page .news-bottom {
  padding: 60px 0;
  background: #2b3082;
  color: #fff;
  text-align: center;
  overflow: overlay;
}
.inner-page .news-bottom h3 {
  font-size: 48px;
  text-transform: uppercase;
  line-height: 30px;
  padding: 5px 0;
}
.inner-page .news-bottom p {
  margin-bottom: 40px;
}
.inner-page .news-bottom .more {
  display: block;
  width: 170px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #fff;
  text-align: center;
  text-transform: uppercase;
  color: #2b3082;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
}
.tit .tit-name {
  text-align: center;
  height: 37px;
}
.tit .tit-name a {
  text-transform: capitalize;
  font-size: 18px;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #2b3082;
  padding: 8px 20px;
  margin: 0 auto;
  color: #fff;
  height: 37px;
}
.tit h2.h2 {
  font-size: 50px;
  
  color:#353434;
  text-align: center;font-family: 'Anton'
}
.tit h2.h3 {
  font-size: 32px;
  color: #fff;
  text-align: center;
 font-family: 'Anton';
 line-height: 2;
}
.tit p.p {
  color:#353434;
  text-align: center;
  font-size: 16px;
  margin-top: 20px;
}
.about-page .init-1 {
  background: #313131;
  padding: 60px 10%;
  color: #fff;
}
.about-page .init-1 h3{
   text-align: center;
   font-size: 40px;
}
.about-page .init-1 .desc{
  margin-top: 20px;
  line-height: 30px;
  font-size: 16px;
}
.about-page .init-1 .init-1-list ul li {
  padding: 0 20px;
}
.about-page .init-1 .init-1-list ul li .grid-box {
  margin-bottom: 30px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column {
  width: 26%;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
  width: 60%;
  padding-top: 35px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2 {
  color: #fff;
  font-size: 24px;
  position: relative;
  font-weight: 700;
}
.about-page .init-1 .init-1-list ul li .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 1px;
  background: #fff;
  left: -35px;
  top: 16px;
}
.about-page .init-1 .init-1-list ul li .grid-box .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-1 .init-1-list ul li .grid-box .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-1 .init-1-list ul li p {
  color: #9a9a9a;
  line-height: 26px;
  font-size: 14px;
}
.about-page .init-why {
  padding: 78px 0;
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-why .grid-box.three {
  margin-top: 30px;
}
.about-page .init-why .grid-box.three .column {
  padding: 0 30px 50px 0;
}
.about-page .init-why .grid-box.three .column .grid-box {
  margin-bottom: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column {
  padding: 0;
  width: 30%;
    color: #353434;
}
.about-page .init-why .grid-box.three .column .grid-box .column:nth-child(2) {
  width: 70%;
  padding-top: 20px;
}
.about-page .init-why .grid-box.three .column .grid-box .column h2 {
  color: #353434;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  font-family: 'Helvetica';
}
.about-page .init-why .grid-box.three .column .grid-box .column h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 1px;
  background: #3e6ada;
  left: -45px;
  top: 16px;
}
.about-page .init-why .grid-box.three .column p {
  font-size: 14px;
  line-height: 30px;
  color: #6d6a6a;
  font-family: 'Helvetica';
}
.about-page .init-why .grid-box.three .column img {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.about-page .init-why .grid-box.three .column:hover img {
  transform: rotateY(180deg);
  transition: all 1.2s ease;
}
.about-page .init-history {
  background: #2b3082;
  padding: 82px 0;
}
.about-page .init-history .imgs{
  margin-top: 2rem;
}
.about-page .init-history .imgs .slick-slide{
  margin-right: 0.1%;
}
.about-page .init-history .tit .tit-name a {
  background: #6b6fa8;
}
.about-page .init-history .tit h2.h2 {
  font-size: 32px;
  margin-top: 6px;
}
.about-page .init-honor {
  padding: 74px 0 120px;
  background: url(../images/honor-bg.jpg) no-repeat center;
  background-size: cover;
}
.about-page .init-honor h2.h3 {
  color: #000000;
  margin-top: 20px;
}
.about-page .init-honor .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-honor .honor-list {
  margin-top: 50px;
}
.about-page .init-honor .honor-list ul li {
  padding: 0 10px;
}
.about-page .init-equipment {
  padding: 74px 0;
  background: #222222;
}
.about-page .init-equipment .equipment-list {
  margin-top: 50px;
  position: relative;
}
.about-page .init-equipment .equipment-list .slick-arrow {
  position: absolute;
  cursor: pointer;
  width: 66px;
  height: 100px;
  background: url(../images/left.png) no-repeat center;
  left: -6%;
  top: 36%;
  z-index: 8;
  color: rgba(255, 255, 255, 0);
  border: none;
}
.about-page .init-equipment .equipment-list .slick-next {
  background: url(../images/right.png) no-repeat center;
  left: auto;
  right: -6%;
}
.about-page .init-equipment .equipment-list ul li {
  padding: 0 10px;
}
.about-page .init-network {
  padding: 74px 0;
}
.about-page .init-network .tit-name a {
  border: 1px solid #a2a0a0;
  background: #fff;
  color: #000000;
}
.about-page .init-network h2.h3 {
  color: #000;
  margin-top: 20px;
}
.about-page .init-network img {
  display: block;
  margin: 30px auto 0;
}
.gallery-page{
    background: #222;
}
.gallery-list{
  padding: 70px 0;
}
.gallery-list .column{
  padding: 15px;
} 
.gallery-list .column p{
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  color: #fff;
  text-transform:capitalize;
}
.contact-page .init-1 {
  background: #1b1b1b;
  padding: 140px 0;
}
.contact-page .init-1 .column {
  color: #fff;
}
.contact-page .init-1 .column .fa {
  width: 150px;
  height: 150px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 150px;
  margin: 0 auto;
  color: #fff;
  font-size: 25px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.contact-page .init-1 .column p {
  margin-top: 30px;
  font-size: 18px;
  text-align: center;
  line-height: 2;
}
h4.jiyy {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
    line-height: 2;
}
h1.zjjy {
    color: #fff;
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
}
.jyyya {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    margin-top: 12px;
}
.contact-page .init-1 .map{
  margin-top: 90px;
  position: relative;
}
.contact-page .init-1 .map .intro{
  position: absolute;
  width:50%;
  left:15%;
  top:5%;
  z-index: 2;
  color: #fff;
}
.contact-page .init-1 .map .intro h2{
  font-size: 48px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.contact-page .init-1 .map .intro h2:after{ 
  content: '';position: absolute;
  width: 130px;
  left:-140px;
  top:36px;
  z-index: 2;
  height: 1px;
  background: #fff;
  }
  .contact-page .init-1 .map .add{
    width: 200px;
    position: absolute;
    left:11%;
    top:36%;
    z-index: 2;
  }
  .contact-page .init-1 .map .add1{
    left: 21%;
    top: 50%;
  }
  .contact-page .init-1 .map .add2{
    left: 42%;
    top: 38%;
  }
  .contact-page .init-1 .map .add3{
    left: 50%;
    top: 27%;
  }
  .contact-page .init-1 .map .add4{
    left: 65%;
    top: 34%;
  }
  .contact-page .init-1 .map .add5{
    left: 75%;
    top: 26%;
  }
  .contact-page .init-1 .map .add6{
    left: 71%;
    top: 50%;
  }
  .contact-page .init-1 .map .add7{
    left: 77%;
    top: 66%;
  }
  .contact-page .init-1 .map .add img{
    display: block;
    margin: 0 auto;
  }
  .contact-page .init-1 .map .add p{
    color: #fff;
    text-align: center;
  }
.contact-page .init-1 .map .intro h3{
  font-size: 24px;
}
.contact-page .init-2 {
  padding: 90px 0;
  background: #2b3082;
}
.init-2 .prodet-tit {
  position: relative;
  color: #fff;
  font-size: 32px;
  text-transform: uppercase;
  padding-bottom: 25px;
}
.init-2 .prodetFeedback .ptForm {
  margin-top: 50px; padding-bottom: 30px;
}
.init-2 .prodetFeedback .ptForm label {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
}
.init-2 .prodetFeedback .ptForm input,
.init-2 .prodetFeedback .ptForm textarea {
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  background: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  outline: none;
  resize: none;
  border: none;
  border-bottom: 1px solid #50549a;
}
.init-2 .prodetFeedback .ptForm .fbTop {
  margin-bottom: 62px;
}
.init-2 .prodetFeedback .ptForm .fbTop li {
  float: left;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 62px;
}
.init-2 .prodetFeedback .ptForm .fbTop li:last-child {
  margin-right: 0;
}
.init-2 .prodetFeedback .ptForm .fbTop li input {
  height: 15px;
  padding: 0 4px;
}
.init-2 .prodetFeedback .ptForm .fbTop li input:focus {
  height: 43px;
  border-bottom: 3px solid #2b3082;
}
.init-2 .prodetFeedback .ptForm .fbBot {
  margin-bottom: 75px;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea {
  height: 16px;
  overflow: hidden;
}
.init-2 .prodetFeedback .ptForm .fbBot textarea:focus {
  height: 55px;
  border-bottom: 3px solid #2b3082;
}
.init-2 .prodetFeedback .ptForm input[type="submit"] {
  cursor: pointer;
  text-align: left;
  padding-left: 31px;
  font-family: arial;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 16px;
  width: 203px;
  height: 52px;
  border: none;
  background: #2b3082 url("../images/fb-send.png") no-repeat 90% center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #fff;
}
.init-2 .prodetFeedback .ptForm input[type="submit"]:hover {
  background-color: #222;
}
.about-page{
  font-family: 'Poppins', sans-serif;
  background: #fff;
  overflow: overlay;
}
.about-page .side-top{
  text-align: center;
  margin-left: 35%;
}
.gallery-page{
  font-family: 'Poppins', sans-serif;
}
.gallery-page .side-top{
  margin-left: 35%;
}
.news-page {
  background: #222222;
  font-family: 'Poppins', sans-serif;
}
.news-page .side-top {
  width: 50%;
  margin: 0 auto;
}
.news-page .init-news {
  padding: 100px 0;
}
.news-page .init-news ul li {
  margin-bottom: 50px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.news-page .init-news ul li .grid-box {
  background: #2f2f2f;
}
.news-page .init-news ul li .column {
  width: 45%;
}
.news-page .init-news ul li .column .img-box img{
  width: 100%;
}
.news-page .init-news ul li .column:nth-child(2) {
  width: 55%;
  padding: 30px 60px 0;
  color: #fff;
  line-height: 2;
}
.news-page .init-news ul li .column:nth-child(2) h3 {
  font-size: 18px;
}
.news-page .init-news ul li .column:nth-child(2) h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  overflow: hidden;  
text-overflow: ellipsis;  
display: -webkit-box;  
-webkit-line-clamp: 2;  
-webkit-box-orient: vertical; 
    font-family: 'Anton';
}
.news-page .init-news ul li .column:nth-child(2) p {
  font-size: 16px;
  padding: 20px 0 5px;
  font-family: 'Helvetica';
}
.news-page .init-news ul li .column:nth-child(2) a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
  font-family: 'Helvetica';
}

.cust-page .init-news ul li .column:nth-child(2) {
  width: 50%;
}
.cust-page .init-news ul li .column:nth-child(2) .img-box img{
  width: 100%;
}
.cust-page .init-news ul li .column:nth-child(1) {
  width: 50%;
  padding: 30px 60px 0;
  color: #fff;
}
.cust-page .init-news ul li .column:nth-child(1) h3 {
  font-size: 18px;
  font-family: 'Helvetica';
}
.cust-page .init-news ul li .column:nth-child(1) h2 {
  font-size: 30px;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-family: 'Anton';
}
.cust-page .init-news ul li .column:nth-child(1) p {
  font-size: 16px;
  padding: 20px 0 5px;
  font-family: 'Helvetica';
  line-height: 2;
}
.cust-page .init-news ul li .column:nth-child(1) a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  float: right;
  font-family: 'Helvetica';
}
.cust-page .init-news ul li:nth-child(odd) .column:nth-child(2){
  padding: 0;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(1){
  float: right;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(2){
  float: left;
}
.cust-page .init-news ul li:nth-child(even) .column:nth-child(2){
  padding: 0;
}
.news-page .init-news ul li:hover .grid-box {
  background: #2b3082;
}
.news-page .init-news ul li:hover .grid-box a.more {
  background: #fff;
  color: #2b3082;
}
/*.product-page{
  background:#666;
}
.product-page .cat-product ul li .grid-box2 {
  padding: 60px 9% 80px;
  background-image: #0a0d0e;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li .grid-box2 .img {
  float: left;
  width: 46%;
  padding-top: 50px;
}
.product-page .cat-product ul li .grid-box2 .img img {
  display: block;
  margin: 0 auto;
}
.product-page .cat-product ul li .grid-box2 .text {
  border-left: 1px solid #7f7f7f;
  float: right;
  width: 54%;
  color: #fff;
  padding: 40px 0;
  padding-left: 5%;
}
.product-page .cat-product ul li .grid-box2 .text h2 {
  font-size: 30px;
}
.product-page .cat-product ul li .grid-box2 .text h3 {
  font-size: 20px;
  margin: 30px 0 10px;
}
.product-page .cat-product ul li .grid-box2 .text p {
  font-size: 14px;
}
.product-page .cat-product ul li .grid-box2 .text a.more {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
  float: right;
}
.product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
  float: left;
  border-left: none;
  border-right: 1px solid #7f7f7f;
  padding: 40px 0;
  padding-right: 5%;
}
.product-page .cat-product ul li:hover .grid-box2 {
  background: #2b3082;
}
.product-page .cat-product ul li:hover .grid-box2 a.more {
  background: #fff;
  color: #2b3082;
}*/
.product-page {
    background-color: #212020;
}
.product-page .product-list ul {
    margin: -10px;
}
.product-page .product-list ul li {
    padding: 10px;
}
.product-page .product-list ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2); 
    margin-left: 13px;
}
.product-page .product-list ul li .box a.img-box {
    display: block;
}
.product-page .product-list ul li .box .content {
    display: block;
    padding: 20px 24px;
    text-align: center;
    line-height: 2;
}
.product-page .product-list ul li .box .content h3 {
    font-size: 18px;
    color: #111;
    line-height: 2;
    font-family: "Anton";
    overflow: hidden;  
   text-overflow: ellipsis;  
   display: -webkit-box;  
   -webkit-line-clamp: 2;  
   -webkit-box-orient: vertical; 
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .product-list ul li .box .content h3:hover {
    color:#3e6ada;
}
.product-page .product-list ul li .box .content h5 {
    display: block;
    font-size: 14px;
    color: #3e6ada;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: uppercase;
    font-family: "POPPINS-REGULAR";
    font-weight: bold;
}
.product-page .product-list ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    font-family: "opensans-Regular";
    margin: 15px 0 10px;
    height: 60px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.product-page .product-list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid #3e6ada;
    font-size: 14px;
    font-family: "Poppins-Bold";
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #3e6ada;
}
.product-page .product-list ul li .box .content a.more i {
    margin-left: 5px;
}
.product-page .product-list ul li .box .content a.more:hover {
    color: white;
    background: #3e6ada;
}
.product-sideBar {
  padding: 20px 15px;
  border: 1px solid #f1f1f1;
  background-color: #f9f9f9;
}
.product-sideBar h2.pro-cat-title {
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 10px;
}
.product-sideBar .cat-list .first-li {
  margin-top: 15px;
}
.product-sideBar .cat-list .second-li {
  margin-top: 10px;
}
.product-sideBar .cat-list .level-two {
  font-size: 16px;
}
.product-sideBar .cat-list .level-three {
  font-size: 16px;
  color: #777777;
  display: inline-block;
  padding-left: 15px;
  position: relative;
}
.product-sideBar .cat-list .level-three::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.inner-page .sidebar-box .sidebar-right {
    width: 100%;
    margin-top:35px;
    margin-bottom: 35px;
}
.inner-page .m-page {
    text-align: right;
    float: none;
    margin: 30px -5px 0;
}
.inner-page .m-page a,
.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 15px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.inner-page .m-page a:hover {
    background: #6b100b none repeat scroll 0 0;
    color: #fff;
}
.prodet-page {
  background: #222;
}
.prodet-page .init-1 {
  padding: 80px 0;
}
.prodet-page .init-1 .left {
  padding-right: 3%;
}
/*.prodet-page .init-1 .grid-box .column{
  vertical-align: middle;
}*/
.prodet-page .init-1 .left a {
  display: block;
}
.prodet-page .init-1 .left a img {
  width: 100%;
}
.prodet-page .init-1 .left ul {
  margin: -5px;
  padding: 0;
}
.prodet-page .init-1 .left ul li {
  padding: 5px;
}
.prodet-page .init-1 .left .boxs .lf{
  width: 20%;
}
.prodet-page .init-1 .left .boxs .rr{
  width: 70%;
  margin-left: 5%;
}
.prodet-page .init-1 .left ul li i,
.prodet-page .init-1 .left ul li span {
  display: none !important;
}
.prodet-page .init-1 .left ul li img {
  display: block;
  margin: 0 auto;
}
.prodet-page .init-1 .left .four ul .slick-current li a {
	border-color:#014fa2;
}
.prodet-page .init-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .init-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) {
  color: #ffffff;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
  font-size: 24px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) h1 {
  font-size: 30px;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro {
  border-top: 1px solid #4c4a4a;
  margin-top: 10px;
  padding-top: 10px;
  font-family: 'Helvetica';
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
  font-size: 16px;
  margin: 5px 0;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share {
  margin: 30px 0;
  font-size: 18px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) .share .fa {
  font-size: 18px;
  margin: 0 6px;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) ul li {
  margin-right: 10px;
  float: left;
}
.prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
  display: block;
  width: 190px;
  height: 55px;
  margin-top: 20px;
  line-height: 55px;
  background: #2b3082;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  color: #ffffff;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.prodet-page .product-detail {
  padding-bottom: 0px;
}
.prodet-page .product-detail .init-details {
  padding: 45px 0 20px;
}
.prodet-page .product-detail .init-details .tit-top {
  font-size: 30px;
  color: #fff;
  border-bottom: 6px solid #2b3082;
  padding: 20px;
}
.prodet-page .product-detail .init-details .content {
  padding: 30px 0;
  color: #fff;
}
.prodet-page .product-detail .init-details .content table tr:nth-child(1){
  background: #2b3082;
}
.prodet-page .product-detail .init-details .content table tr td{
  padding: 8px;
  font-size: 16px;
  border:1px solid #fff;
}
.prodet-page .product-detail .init-details .content img{
  display: block;
  margin: 0 auto;
}
.prodet-page .product-detail .init-details .content .grid-box{
  padding-bottom: 40px;
}
.prodet-page .product-detail .init-details .content .column{
  margin-bottom: 40px;
  padding: 0 20px;
}
.prodet-page .product-detail .init-details .content .column h2{
font-size: 28px;
border-bottom: 1px solid #575757;
padding: 10px 0;
}
.prodet-page .product-detail .init-details .content .column p{
  font-size: 16px;
  line-height: 30px;
  color: #adadad;
}
.prodet-page .product-detail .init-details-img .tit-top {
  font-size: 24px;
}
.prodet-page .prodetFeedback{padding: 50px 0px;}
.inner-page .recommend h3{
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.inner-page .recommend ul{
  margin-top: 3rem;
}
.inner-page .recommend ul li{
  position: relative;
}
.inner-page .recommend ul li .texts{
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  /*font-family: 'Anton',sans-serif;*/
  font-family: 'Helvetica';
}
.inner-page .inner-page-productSlick h3 {
  font-size: 40px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: normal;
  margin-top: 95px;
  color: #fff;
  text-align: center;
}
.inner-page .inner-page-productSlick .product-slicks {
  margin-top: 65px;
}
.inner-page .inner-page-productSlick .product-slicks .slick-slide{
  margin-right: 0.5%;
}

/*add*/
.htmleaf-container {
  padding-top: 20px;
}
/*#timeline .timeline-item:nth-of-type(odd) .samll_line {
  left: 50.5%;
  top: 37px;
}
#timeline .timeline-item:nth-of-type(even) .samll_line {
  right: 50.5%;
  top: 37px;
}*/
#timeline .timeline-item:after,
#timeline .timeline-item:before {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
#timeline:before {
  content: "";
  width: 3px;
  height: 100%;
  background: #fff;
  left: 50%;
  top: 0;
  position: absolute;
}
#timeline:after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
#timeline .timeline-item {
  position: relative;
}
#timeline .timeline-item .timeline-icon {
  border: 4px solid white;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 30px;
  left: 50%;
  overflow: hidden;
  margin-left: -6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 100%;
}
#timeline .timeline-item .timeline-content {
  color: white;
  width: 45%;
  padding: 20px;
  transition: all 0.3s ease;
  float: right;
  min-height: 155px;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content{
  float: left;
}
#timeline .timeline-item .timeline-content h2 {
  letter-spacing: 2px;
  padding: 0 15px;
  font-size: 45px;
  margin: -20px -20px 0 -20px;
  font-weight: bold;
  position: relative;
}
#timeline .timeline-item .timeline-content h2:after{
   content: '';
    position: absolute;
    width: 72px;
    height: 1px;
    background: #fff;
    left: -62px;
    top: 36px;
   }
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content h2:after{
  left:auto;
  right:-64px;
}
#timeline .timeline-item .timeline-content p {
  font-size: 14px;
  margin-top: 5px;
}
#timeline .slick-slide:nth-child(2n) .timeline-item .timeline-content {
  text-align: right;
}

.newdet-page .text .con {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}
.newdet-page .news_date {
  font-size: 15px;
  line-height: 2;
  text-align: center;
  border-bottom: 1px dashed #CCC;
  padding-bottom: 10px;
  color: #fff;
  margin-bottom: 1rem;
}
.newdet-page .text .new-tit{
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 2;
}
.newdet-page .text .prev-next {
  border-bottom: 1px dashed #ccc;
  padding: 1rem 0;
  line-height: 2;
}
.newdet-page .text .prev-next a {
  font-size: 18px;
  color: #fff;
}
.newdet-page .text .share {
  font-size: 18px;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
.newdet-page .text .share span {
  margin-right: 6px;
}
.newdet-page .text .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 6px;
}

.inner-page .m-page {
  padding: 30px 0;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
  font-size: 16px;
  text-transform: uppercase; 
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: #2b3082;
  color:#fff;
  border: 1px solid #2b3082;
}
.inner-page .m-page a.previouspostslink,
.inner-page .m-page a.nextpostslink,
.inner-page .m-page a.first,
.inner-page .m-page a.last {
  width: auto;
}
.inner-page .m-page a.previouspostslink:hover,
.inner-page .m-page a.nextpostslink:hover,
.inner-page .m-page a.first:hover,
.inner-page .m-page a.last:hover {
  background: none;
  text-decoration: underline;
}
@media screen and (max-width: 1600px) {
  .product-page .cat-product ul li .grid-box2 .img {
    padding-right: 5%;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .img {
    padding-right: 0;
    padding-left: 5%;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 40px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column h2 {
    font-size: 20px;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column img {
    width: 70%;
  }
  .about-page .init-1 .init-1-list ul li .grid-box .column:nth-child(2) {
    padding-top: 22px;
  }
  .tit h2.h3 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 16px;
  }
  .inner-page .news-bottom h3 {
    font-size: 25px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    height: 45px;
    line-height: 45px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) {
    padding-left: 5%;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 20px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 16px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .init-why .grid-box.three .column .grid-box .column h2 {
    font-size: 16px;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: none;
  }
  .contact-page .init-1 .column p {
    margin-top: 20px;
    font-size: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 20px;
  }
  .prodet-page .product-detail .init-details .tit-top {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 400px;
  }
  .inner-banner h2,
  .tit h2.h2 {
    font-size: 24px;
  }
  .inner-banner .bread-crumbs {
    font-size: 16px;
    line-height: 2
  }
  .inner-banner .bread-crumbs a,
  .inner-banner .bread-crumbs span {
    font-size: 20px;
  }
  .inner-page .sidebar .side-top .side-menu li a {
    font-size: 14px;
  }
  .cust-page .init-news ul li .column:nth-child(1){
    width: 100%;
    padding: 30px 10px;
  } 
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    width: 100%;
    padding: 30px;
  }
  .contact-page .init-1 .column .fa {
    width: 100px;
    height: 100px;
    border: 2px solid #fff;
    line-height: 98px;
    font-size: 20px;
  }
  .contact-page .init-1 .column p {
    font-size: 16px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm label {
    font-size: 16px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm input[type="submit"] {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    padding-top: 8%;
  }
  .prodet-page .init-1 .grid-box .column {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 992px) {
  .about-page .abt-1 .grid-box .left{
    display: none;
  }
  .about-page .abt-1 .grid-box .right{
    width: 100%;
  }
  .inner-page .sidebar .side-top .side-menu li a{
    font-size: 12px;
  }
  .news-page .side-top{
    width: 100%;
    text-align: center;
    padding-left: 25%;
  }
}
@media screen and (max-width: 1000px){
  .jiayin, .zjjy, .jyyya {
    display: none !important;
  }
}
@media screen and (max-width: 700px) {
  .about-page .init-why .grid-box.three .column {
    width: 50%;
  }
  .about-page .init-why .grid-box.three .column p {
    font-size: 14px;
    line-height: 26px;
  }
  .about-page .init-equipment .equipment-list .slick-arrow {
    display: none !important;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num{
    width: 30%;
  }
  .about-page .abt-1 .grid-box .right .text .abt-1-ctr .grid-box .num .year p{
    font-size: 12px;
  }
  .about-page .side-top{
    margin-left: 0;
  }
  .inner-page .sidebar .side-top .side-menu li a .ico-box{
    padding-right: 10px;
  }
  .inner-banner{
    height: 200px;
  }

  .news-page .side-top{
    padding-left: 0;
  }

  /*.inner-banner,
  .inner-page .sidebar {
    display: none;
  }*/
  /*.inner-page {
    margin-top: 50px;
  }*/
  .contact-page .init-1{
    display: none;
  }
  .about-page .init-1 {
    padding: 35px 15px;
  }
  .news-page .init-news ul li .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .news-page .init-news ul li .column:nth-child(2) p {
    font-size: 14px;
  }
  .contact-page .init-2 .prodet-tit {
    font-size: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .img {
    width: 100%;
    padding: 0;
  }
  .product-page .cat-product ul li .grid-box2 .text {
    border: none;
    width: 100%;
    padding: 30px 0;
    padding-left: 0;
  }
  .product-page .cat-product ul li:nth-child(2n) .grid-box2 .text {
    border: none;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    font-size: 14px;
  }
   #timeline .timeline-item:nth-of-type(even) .samll_line,
  #timeline .timeline-item:nth-of-type(odd) .samll_line {
    left: 0.5%;
  }
  #timeline {
    /* margin: 30px; */
    padding: 0;
  }
  #timeline:before {
    left: 0;
  }
  #timeline .timeline-item .timeline-content {
    width: 90%;
    float: right;
  }
  #timeline .timeline-item .timeline-content:before,
  #timeline .timeline-item:nth-of-type(odd) .timeline-content:before {
    left: 10%;
    margin-left: -6px;
    border-left: 0;
    border-right: 7px solid #ee4d4d;
  }
  #timeline .timeline-item .timeline-icon {
    left: 0;
  }
  #timeline .timeline-item:nth-of-type(even) .timeline-content {
    text-align: left;
  }
  .inner-page .news-bottom{
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 {
    font-size: 18px;
    line-height: 2;
  }
  .newdet-page .text .new-tit{
    font-size: 20px;
  }
  .tit h2.h2 {
    font-size: 20px;
  }
  .about-page .init-why .grid-box.three .column {
    width: 100%;
    padding: 0 0 30px 0;
  }
  .about-page .init-why .grid-box.three .column .grid-box .column h2:after {
    display: block;
  }
  .tit h2.h3 {
    font-size: 18px;
  }
  .tit p.p {
    font-size: 14px;
    margin-top: 10px;
  }
  .news-page .init-news {
    padding: 30px 0;
  }
  .news-page .init-news ul li .column,
  .news-page .init-news ul li .column:nth-child(2) {
    padding: 20px;
  }
  .news-page .init-news ul li .column:nth-child(2) a.more {
    font-size: 14px;
  }
  .inner-page .news-bottom h3 {
    font-size: 20px;
  }
  .contact-page .init-1,
  .contact-page .init-2 {
    padding: 30px 0;
  }
  .contact-page .init-1 .column {
    width: 100%;
    margin-bottom: 10px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .contact-page .init-2 .prodetFeedback .ptForm .fbTop,
  .contact-page .init-2 .prodetFeedback .ptForm .fbBot {
    margin-bottom: 20px;
  }
  .product-page .cat-product ul li .grid-box2 .text h2 {
    font-size: 16px;
  }
  .product-page .cat-product ul li .grid-box2 .text h3 {
    font-size: 16px;
    margin: 10px 0 10px;
  }
  .product-page .cat-product ul li .grid-box2 .text p {
    font-size: 14px;
  }
  .product-page .cat-product ul li .grid-box2 {
    padding: 30px 15px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h3 {
    font-size: 20px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) h2 {
    font-size: 16px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) .intro p {
    font-size: 14px;
  }
  .prodet-page .init-1 .grid-box .column:nth-child(2) ul li a {
    width: 140px;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .prodet-page .init-1 {
    padding: 30px 0;
  }
  .prodet-page .product-detail .init-details .tit-top,
  .inner-page .news-bottom h3 {
    font-size: 18px;
  }
}

#fp-nav.fp-right {
    right: auto;
    left: 45px;
    width: 100px;
    z-index: 4;
}
#fp-nav ul li, .fp-slidesNav ul li {
    margin: 24px 10px !important;
}
#fp-nav ul li a:after
{ 
  content: 'Products';
  position: absolute;
  left:0;
  top:0;
  color: #a7a39e;
  font-size: 16px;
}
#fp-nav ul li:nth-child(1){
display: none;
}
#fp-nav ul li:nth-child(2) a:after{
content: 'About';
}
#fp-nav ul li:nth-child(3) a:after{
content: 'Products';
}
#fp-nav ul li:nth-child(4) a:after{
content: 'Application';
}
#fp-nav ul li:nth-child(5) a:after{
content: 'News';
}
#fp-nav ul li:last-child a:after{
content: 'Contacts';
}
#fp-nav ul li a span, .fp-slidesNav ul li a span{
  height: 1px !important;
    width: 20px!important;
    margin: 0!important;
    border-radius: 0!important;
    background: #fff!important;
    left: -35px !important;
    top:10px!important;
}
#fp-nav ul li a.active:after,
.fp-slidesNav ul li a.active:after
{ 
  color: #fff;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span{
 width: 28px!important;
}
.fp-viewing-5 #fp-nav{
  display: none !important;
}
.top{
  position: fixed;
  right: 50px;
  bottom: 5%;
  z-index: 4;
  color: #fff;
  font-size:18px;
}
.top:after{ 
  content: '';
  position: absolute;
  right:0;
  top:-50px;
  width: 3px;
  height: 50px;
  background: #fff;
}

.case-page {
  background: #222222;
}
.case-page .tit {
  color: #fff;
  font-size: 30px;
  margin-bottom: 10px;
  padding: 10px 0;
  border-bottom: 2px solid #353535;
  margin-bottom: 18px;
}
.case-page .tit h2 {
  position: relative;
  z-index: 2;
  font-weight: 700;
}
.case-page .tit:after {
  content: '';
  position: absolute;
  width: 76px;
  height: 76px;
  left: 0;
  top: 0;
  z-index: 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #2b3082;
}
.case-page p.p {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}
.case-page .init-1 {
  padding: 50px 0;
  color: #fff;
}
.case-page .init-1 .column {
  vertical-align: middle;
  margin-bottom: 20px;
}
.case-page .init-1 .column:nth-child(1) {
  padding-right: 2%;
}
.case-page .init-1 .column:nth-child(1) .img{
  margin-top: 155px;
}
.case-page .init-2 {
  padding: 50px 0;
}
.case-page .init-2 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 {
  padding: 40px 0;
  color: #fff;
}
.case-page .init-3 .init-3-list ul li{
  padding: 5px;
}
.case-page .init-3 h3.h3 {
  font-size: 40px;
  position: relative;
}
.case-page .init-3 h3.h3:after {
  content: '';
  position: absolute;
  width: 45%;
  height: 9px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: #2b3082;
}
.case-page .init-3 .content {
  padding: 20px 0;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .content table{
  border: 3px solid #6d6d6d;
}
.case-page .init-3 .content table tr:nth-child(1){
  background: #2b3082;
  font-size: 28px;
}
.case-page .init-3 .content table tr td{
  padding: 15px;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.case-page .init-3 .content table tr:nth-child(2n){
  background: #4f4f4f;
}
.case-page .init-3 .part1 {
  margin-top: 80px;
}
.case-page .init-3 .part1 .grid-box {
  margin: 40px 0;
}
.case-page .init-3 .part1 .grid-box .grid-box{
  margin: 0;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(1){
  width: 10%;
}
.case-page .init-3 .part1 .grid-box .column .column:nth-child(2){
  width: 90%;
  padding-left: 20px;
}
.case-page .init-3 .part1 .grid-box h4 {
  font-size: 36px;
}
.case-page .init-3 .part1 .grid-box p {
  line-height: 36px;
}
.case-page .init-3 .part2 {
  padding: 30px 0 10px;
  border-bottom: 9px solid #6d6d6d;
}
.case-page .init-3 .part2 .content{
  padding: 0;
  margin: 20px 0;
  background: #2b3082;
  border-bottom:none;
}
.case-page .init-3 .part2 .right{
  background: #222;
}
.case-page .init-3 .part2 .content .left {
  width: 75%;
  padding-right: 8px;
  background: #222;
}
.case-page .init-3 .part2 .content .left li:nth-child(1){
  display: block;
}
.case-page .init-3 .part2 .content .right {
  width: 25%;
}
.case-page .init-3 .part2 .content .right ul {
  padding: 44px 0;
  background: #2b3082;
}
.case-page .init-3 .part2 .content .right ul li {
  padding:16px 20px;
  background: #6d6d6d;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: 700;
  text-transform: capitalize;
}
.case-page .init-3 .part2 .content .right ul li:nth-child(2n) {
  background: #2b3082;
}
.case-page .init-3 .part3 .content .left {
  padding-left: 8px;
  padding-right: 0;
}
.case-page .init-4 {
  padding: 80px 0;
}
.case-page .init-4 .content {
  padding: 40px 0;
}
.case-page .init-4 .content .column {
  padding: 5px;
}
.case-page .init-4 .content .column .img-box {
  position: relative;
}
.case-page .init-4 .content .column .img-box p {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 10px;
  font-size: 16px;
  color: #fff;
}

.faq-page{
  padding: 50px 0 0;
  background-color: #1b1b1b;
}
.faq-page .about-3 {
  padding-top: 150px;
  margin-bottom: 50px;
}
.faq-page .about-3 h2 {
  font-size: 40px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-family: "FuturaLT-Heavy";
  line-height: 2;
}
.faq-page .about-3 h2 small {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: normal;
  text-transform: none;
  font-family: "FuturaLT-Book";
}
.faq-page .about-3 .box {
  padding-top: 40px;
  max-width: 1320px;
  display: block;
  margin: 0 auto;
}
.faq-page .about-3 .box ul li {
  padding-bottom: 20px;
}
.faq-page .about-3 .box ul li:last-child {
  padding-bottom: 0;
}
.faq-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: #fff;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.faq-page .about-3 .box ul li h4:after {
  content: "\f107";
  font-size: 18px;
  position: absolute;
  right: 25px;
  top: 20px;
  font-family: "FontAwesome";
}
.faq-page .about-3 .box ul li .text {
  padding: 25px;
  border: 1px solid #b7b7b7;
  margin-top: 8px;
  font-size: 16px;
  color: #666;
  line-height: 2;
  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);
}
.faq-page .about-3 .box ul li.active h4 {
  background-color:#3e6ada;
  color: white;
  background-image: url("../images/icon-lt2.png");
}
.faq-page .about-3 .box ul li.active h4:after {
  content: "\f106";
}

.gal-page{
  padding-bottom: 80px;
}
.gal-page .bottom {
  padding-top: 60px;
}
.gal-page .bottom ul {
  margin: -30px -12px;
}
.gal-page .bottom ul li {
  padding: 30px 12px;
}
.gal-page .bottom ul li a.img-box {
  display: block;
}
.gal-page .bottom ul li .content {
  display: block;
  padding: 25px 15px;
  background: #f5f5f5;
}
.gal-page .bottom ul li .content h4 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  color: #101010;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.gal-page .bottom ul li .content h4:hover {
  color: #bf8a58;
}
.gal-page .bottom ul li .content time {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  color: #3a3a3a;
}

.about-page .about-video .play {
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 100%;
  text-align: center;
  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%);
  background: rgba(255, 255, 255, 0.54);
  cursor: pointer;
  cursor: hand;
}
.about-page .about-video .play i {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.about-page .about-video .play:after,
.about-page .about-video .play:before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.35);
  -webkit-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  -ms-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-video .play:after {
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}

@-webkit-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-o-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@-moz-keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes ks {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
  10% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  80% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: .3;
  }
  to {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}





.prodet-4 .form {
  margin-top: 10px;
}
.prodet-4 h3.form-title {
  font-size: 30px;
  font-weight: bold;
}
.prodet-4 input[type="text"],
.prodet-4 input[type="email"],
.prodet-4 input[type="tel"],
.prodet-4 textarea {
  width: 100%;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #000;
  padding: 8px 15px;
  margin-top: 12px;
}
.prodet-4 textarea {
  height: 190px;
}
.prodet-4 input[type="submit"] {
  font-size: 18px;
  background-color: #aa7842;
  border: none;
  color: #fff;
  padding: 10px 65px;
  margin-top: 30px;
}
.prodet-4 label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.prodet-4 label input[type="radio"] {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.prodet-4 label:first-child {
  margin-right: 55px;
}
.prodet-4 h6.small-title {
  font-size: 18px;
  margin-top: 15px;
}




@media screen and (max-width: 1340px) {
  .about-page .about-3 .other-box .other-text h2{
    font-size: 25px;
  }

  .about-page .about-adv .right{
    padding: 100px 0 100px 200px;
  }
}

@media screen and (max-width: 1000px) {
  .font-20{
    font-size: 16px;
  }

  .about-page .about-adv .left{
    width: 50%;
  }
  .about-page .about-adv .right{
    width: 50%;
    padding: 30px;
  }
  .about-page .about-adv .left .img{
    margin-right: 0;
  }
  .about-page .about-adv .right ul li{
    padding: 5px 0;
  }
  .after-line:after{
    display: none;
  }

  .about-page .about-value .right{
    padding: 30px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .right .prodet-1 .left-box{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .right .prodet-1 .right-box{
    width: 100%;
    padding-left: 0;
  }



  .about-page .about-adv .left{
    width: 100%;
  }
  .about-page .about-adv .right{
    width: 100%;
  }

  .about-page .about-value .left{
    display: none;
  }

  .about-page .about-value .right{
    margin-left: 0;
  }

  .about-page .about-value .right .content{
    margin-top: 30px;
  }

  .font-18{
    font-size: 14px;
  }
}


div.cp_tian {
    color: white;
    font-size: 16px;
    line-height: 2;
    padding-top: 20px;
}