@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  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%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #3652a0;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from form > ul > li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from form > ul > li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from form > ul > li label em {
  color: red;
  margin-right: 2px;
}
#pups_from form > ul > li input,
#pups_from form > ul > li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from form > ul > li input:focus,
#pups_from form > ul > li textarea:focus {
  border-color: #3652a0;
}
#pups_from form > ul > li textarea {
  height: 80px;
}
#pups_from form > ul > li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #3652a0;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from form > ul > li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from form > ul > li:last-child {
  margin-bottom: 0;
}
#pups_from form > ul > li .intl-tel-input .flag-dropdown{
  left: 10px;
}
#pups_from form > ul > li .intl-tel-input .country-list{
  left: -10px;
  max-width: 76vw;
}
#pups_from form > ul > li .intl-tel-input input{
  padding: 6px 24px 6px 50px;
}
#pups_from form > ul > li .intl-tel-input .selected-flag .arrow{
  border-top-color: #555;
}
.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #3652a0;
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #3652a0;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'pop';
  font-weight: 400;
  margin: 0 auto;
  color: #303030;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#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: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(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%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 16px 0;
  background: #ffffff;
  border-bottom: 1px solid #e5e5e5;
}
#header > .nav > .menu .menu-box {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 80px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child > a::after {
  display: none;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 300;
  color: #333333;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 6px;
  left: 0;
  background-color: #939393;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  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;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .vr{
  width: 30px;
  height: 22px;
}
#header > .nav > .menu .menu-box .right .search {
  width: 20px;
  height: 20px;
  margin-left: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .open_btn {
  margin-left: 30px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  color: #fff;
  background-color: #3652a0;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 50%;
  width: 46px;
  height: 46px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text i {
  margin-left: 2px;
  font-size: 12px;
  text-align: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background-color: #fff;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 100%);
    -webkit-clip-path: inset(0 100% 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 100%);
    -webkit-clip-path: inset(0 100% 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 100%);
    -webkit-clip-path: inset(0 100% 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 100%);
    -webkit-clip-path: inset(0 100% 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
.moreCont {
  background-color: #3652a0;
  color: #fff;
  min-width: 180px;
  display: inline-block;
  text-align: center;
  padding: 6px 10px;
}
.moreCont:hover {
  background-color: #000;
}
#banner {
  overflow: hidden;
  position: relative;
  margin-top: 88px;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper li{
  position: relative;
  z-index: 2;
}
#banner .swiper .swiper-wrapper li video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 820px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC {
  position: unset;
  max-width: 1200px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont {
  z-index: 3;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont {
  max-width: 930px;
  position: relative;
  z-index: 2;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
  font-size: 60px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 1.3;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC {
  margin-top: 80px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play {
  cursor: pointer;
  margin-left: 50px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play .playCont {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #fff;
  color: #3652a0;
  font-size: 18px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play .playCont i {
  margin-left: 2px;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play .playText {
  margin-left: 12px;
  font-weight: 600;
}
#banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play:hover .playCont {
  background: #3652a0;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .imgC {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .textCont {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .numC {
  font-weight: 300;
  font-size: 16px;
  position: absolute;
  bottom: 70px;
  left: 40px;
  z-index: 2;
  line-height: 1;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#banner .numC .activeNum {
  font-weight: 500;
  font-size: 30px;
  position: relative;
  top: 2px;
}
#banner .sPage {
  z-index: 2;
  position: absolute;
  width: 18px;
  top: 50%;
  right: 36px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner .sPage .swiper-pagination-bullet {
  width: 18px;
  height: 1px;
  background-color: #b2b6b5;
  opacity: 1;
  margin: 0 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  -webkit-transform: scaleX(0.6);
  -moz-transform: scaleX(0.6);
  -ms-transform: scaleX(0.6);
  -o-transform: scaleX(0.6);
  transform: scaleX(0.6);
  border-radius: 0;
}
#banner .sPage .swiper-pagination-bullet-active {
  background-color: #000;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
#banner .btn {
  right: 36px;
  bottom: 60px;
  position: absolute;
  width: 30px;
  height: 30px;
  z-index: 2;
  cursor: pointer;
}
#banner .btn:hover {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-list .slick-track {
  margin-left: 0;
}
#index-body {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#index-body .container {
  max-width: 1200px;
}
#index-body .init-1 {
  background-color: #f7f5f5;
}
#index-body .init-1 .container .tipsTitleC {
  max-width: 960px;
  text-align: center;
  margin: auto;
}
#index-body .init-1 .container .tipsTitleC .tipsTitle {
  font-weight: 600;
  text-align: center;
}
#index-body .init-1 .container .tipsTitleC .tipsDes {
  margin-top: 20px;
  color: #666666;
}
#index-body .init-1 .content {
  margin-top: 60px;
  position: relative;
}
#index-body .init-1 .content .sBtn {
  width: 50px;
  height: 110px;
  background-color: #cfcfcf;
  cursor: pointer;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-1 .content .sBtn:hover {
  background-color: #3652a0;
  color: #fff;
}
#index-body .init-1 .content .prev {
  left: 0;
}
#index-body .init-1 .content ul li .box {
  background-color: #fff;
  padding: 0 36px 30px;
  position: relative;
}
#index-body .init-1 .content ul li .box .img {
  display: block;
}
#index-body .init-1 .content ul li .box .title {
  display: block;
  font-weight: 500;
}
#index-body .init-1 .content ul li .box .title:hover {
  color: #3652a0;
}
#index-body .init-1 .content ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(54, 82, 160, 0.3);
  opacity: 0;
}
#index-body .init-1 .content ul li .box .moreCont {
  position: absolute;
  z-index: 3;
  opacity: 0;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
#index-body .init-1 .content ul li .box:hover .title {
  opacity: 0;
}
#index-body .init-1 .content ul li .box:hover .shadow {
  opacity: 1;
}
#index-body .init-1 .content ul li .box:hover .moreCont {
  opacity: 1;
}
#index-body .init-1 .content .sPage {
  margin-top: 40px;
  text-align: center;
}
#index-body .init-1 .content .sPage .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #3652a0;
  background: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 10px;
}
#index-body .init-1 .content .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3652a0;
}
#index-body .init-2 .container .tipsTitle {
  font-weight: 600;
  text-align: center;
}
#index-body .init-2 .container .tipsDes {
  color: #666666;
  text-align: center;
  margin-top: 10px;
}
#index-body .init-2 .container .moreC {
  text-transform: uppercase;
  margin-top: 40px;
}
#index-body .init-2 .container .content {
  margin-top: 60px;
}
#index-body .init-2 .container .content ul li .box .img {
  display: block;
}
#index-body .init-2 .container .content ul li .box .img img {
  width: 100%;
}
#index-body .init-2 .container .sPage {
  text-align: center;
  margin-top: 40px;
}
#index-body .init-2 .container .sPage .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 10px;
  border: 2px solid #3652a0;
}
#index-body .init-2 .container .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #3652a0;
}
#index-body .init-3 {
  background-color: #eeeeee;
}
#index-body .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
#index-body .init-3 .container .tipsDes {
  text-align: center;
}
#index-body .init-3 .content {
  position: relative;
  margin-top: 40px;
}
#index-body .init-3 .content .sBtn {
  width: 50px;
  height: 110px;
  background-color: #cfcfcf;
  cursor: pointer;
  z-index: 2;
  font-size: 40px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .init-3 .content .sBtn:hover {
  background-color: #3652a0;
  color: #fff;
}
#index-body .init-3 .content .prev {
  left: 0;
}
#index-body .init-3 .content .swiper {
  padding-bottom: 60px;
}
#index-body .init-3 .content ul li .box {
  position: relative;

  z-index: 2;
}
#index-body .init-3 .content ul li .box::before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: calc(100% - 80px);
  -webkit-box-shadow: 0 0 40px rgba(154, 154, 154, 0.2);
  box-shadow: 0 0 40px rgba(154, 154, 154, 0.2);
  background-color: #fff;
  transition: all .5s;
}
#index-body .init-3 .content ul li .box .img {
  display: block;
}
#index-body .init-3 .content ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .content ul li .box .cont {
  padding: 40px 30px;
}
#index-body .init-3 .content ul li .box .cont .title {
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .content ul li .box .cont .des {
  margin-top: 10px;
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#index-body .init-3 .content ul li .box .cont .more {
  opacity: 0;
  padding: 6px 10px;
  margin-top: 30px;
}
#index-body .init-3 .content ul li .box:hover::before{
  height: 100%;
}
#index-body .init-3 .content ul li .box:hover
#index-body .init-3 .content ul li .box:hover .title {
  color: #3652a0;
}
#index-body .init-3 .content ul li .box:hover .des {
  color: #3652a0;
}
#index-body .init-3 .content ul li .box:hover .more {
  opacity: 1;
}
#index-body .init-4 {
  background-color: #eeeeee;
  padding-top: 50px;
}
#index-body .init-4 .container .tipsTitle {
  font-weight: 600;
  text-align: center;
}
#index-body .init-4 .container .tipsDes {
  margin-top: 10px;
  text-align: center;
  color: #666666;
}
#index-body .init-4 .container .content {
  margin-top: 40px;
}
#index-body .init-4 .container .content .swiper {
  padding: 15px;
}
#index-body .init-4 .container .content ul li {
  height: auto;
}
#index-body .init-4 .container .content ul li .box {
  width: 100%;
  height: 100%;
  min-height: 120px;
  padding: 10px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
#index-body .init-4 .container .content ul li .box a {
  display: block;
}
#index-body .init-4 .container .content ul li .box a img {
  width: auto;
  margin: auto;
}
#index-body .init-5 .container .tipsTitle {
  font-weight: bold;
  text-align: center;
}
#index-body .init-5 .container .tipsDes {
  text-align: center;
  color: #7c7c7c;
  margin-top: 10px;
}
#index-body .init-5 .container .content {
  margin-top: 40px;
}
#index-body .init-5 .container .content ul li .box {
  padding: 30px 26px;
}
#index-body .init-5 .container .content ul li .box .title {
  display: block;
}
#index-body .init-5 .container .content ul li .box .line {
  height: 2px;
  background-color: #eaeaea;
  margin-top: 20px;
}
#index-body .init-5 .container .content ul li .box .title {
  display: block;
  margin-top: 20px;
  font-weight: 600;
}
#index-body .init-5 .container .content ul li .box .des {
  color: #666666;
  margin-top: 14px;
}
#index-body .init-5 .container .content ul li .box .more {
  margin-top: 20px;
  opacity: 0;
}
#index-body .init-5 .container .content ul li .box:hover {
  background-color: #f7f5f5;
}
#index-body .init-5 .container .content ul li .box:hover .title,
#index-body .init-5 .container .content ul li .box:hover .time,
#index-body .init-5 .container .content ul li .box:hover .des {
  color: #3652a0;
}
#index-body .init-5 .container .content ul li .box:hover .line {
  background-color: #3652a0;
}
#index-body .init-5 .container .content ul li .box:hover .more {
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-color: #595959;
}
#footer .container {
  max-width: 1200px;
}
#footer .fTop .container .tips {
  font-weight: bold;
  color: #fff;
}
#footer .fTop .container form {
  margin-top: 30px;
  background-color: #3e3e3e;
  color: #fff;
}
#footer .fTop .container form .intl-tel-input{
  width: 290px;
}
#footer .fTop .container form > input {
  width: 220px;
  height: 26px;
  border: none;
  padding: 0 20px;
  border-right: 1px solid #525252;
  background-color: rgba(255, 255, 255, 0);
}

#footer .fTop .container form .intl-tel-input > input#phone_gq{
  height: 26px;
  border: none;
  padding: 0 20px;
  padding-left: 50px;
  border-right: 1px solid #525252;
  background-color: rgba(255, 255, 255, 0);
  width: 290px;
}
#footer .fTop .container form .intl-tel-input.inside .flag-dropdown{
  left: 10px;
}
#footer .fTop .container form .intl-tel-input .country-list{
  color: #000;
}
#footer .fTop .container form .intl-tel-input > input#phone_gq::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form > input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
#footer .fTop .container form .content {
  width: 340px;
}
#footer .fTop .container form .btn {
  height: 52px;
  width: 130px;
  background-color: #3652a0;
  text-align: center;
  line-height: 1;
  margin-left: auto;
  cursor: pointer;
}
#footer .fTop .container form .btn:hover {
  background-color: #000;
}
#footer .fMiddle .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  color: #fff;
}
#footer .fMiddle .container .listCont {
  margin-top: 40px;
}
#footer .fMiddle .container .listCont .first {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#footer .fMiddle .container .listCont .list {
  margin-top: 20px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
#footer .fMiddle .container .listCont .list .text {
  padding-left: 10px;
}
#footer .fMiddle .container .listCont .list .tips {
  white-space: nowrap;
}
#footer .fMiddle .container .listCont .list2 {
  margin-top: 20px;
}
#footer .fMiddle .container .listCont .list2 a:hover {
  color: #a7b6df;
}
#footer .fMiddle .container .listCont #ewm {
  width: 140px;
  padding: 6px;
  background-color: #fff;
}
#footer .fMiddle .container .listCont .share {
  margin-top: 40px;
}
#footer .fMiddle .container .listCont .share ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .fMiddle .container .listCont .share ul li {
  width: auto;
}
#footer .fMiddle .container .listCont .share ul li a {
  display: block;
  font-size: 26px;
}
#footer .fMiddle .container .listCont1 {
  width: 420px;
}
#footer .fMiddle .container .listCont2 {
  width: 330px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #ffffff;
  margin-top: 80px;
  background-color: #3e3e3e;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #fff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .left {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 50px;
  }
}
@media (max-width: 1500px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
    font-size: 50px;
  }
}
@media (max-width: 1250px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 16px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
    font-size: 40px;
  }
  #footer .fTop .container form .intl-tel-input > input#phone_gq{
    width: 530px;
  }
  #footer .fTop .container form .content {
    width: 840px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner {
    margin-top: 40px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title1 {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
    font-size: 30px;
    margin-top: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC .play {
    display: none;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .moreC {
    margin-top: 20px;
  }
  #index-body .init-1 .content .sBtn {
    width: 30px;
    height: 50px;
    font-size: 30px;
  }
  #index-body .init-3 .content ul li .box .cont .more {
    margin-top: 20px;
    padding: 10px 16px;
    opacity: 1;
  }
  #index-body .init-3 .content ul li .box .cont .more {
    margin-top: 20px;
    padding: 6px 10px;
    opacity: 1;
    height: 36px;
  }
  #index-body .init-3 .content .sBtn {
    width: 30px;
    height: 50px;
    font-size: 30px;
  }
  #footer .fMiddle .container .listCont1 {
    width: 100%;
  }
  #footer .fTop .container form .intl-tel-input{
    width: 100%;
  }
  #footer .fTop .container form > input,
  #footer .fTop .container form .intl-tel-input > input#phone_gq {
    width: 100%;
    padding: 10px;
    height: auto;
    border: none;
    border-bottom: 1px solid #f2f2f2;
  }
  #footer .fTop .container form .intl-tel-input > input#phone_gq{
    padding-left: 50px;
  }
  #footer .fTop .container form .content {
    width: 100%;
  }
  #footer .fTop .container form .btn {
    margin-top: 10px;
    width: 100%;
  }
}
@media (max-width: 500px) {
  .font-34 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 24px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 260px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .contC .cont .textCont .title2 {
    font-size: 24px;
  }
  #index-body .init-1 .content ul li .box .moreCont {
    opacity: 1;
    position: relative;
    margin-top: 20px;
    bottom: 0;
    left: 0;
    transform: translateX(0);
  }
  #index-body .init-2 .container .sPage {
    margin-top: 20px;
  }
  #index-body .init-2 .container .sPage .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 2px;
  }
  #index-body .init-2 .container .moreC {
    margin-top: 20px;
  }
  #index-body .init-4 {
    padding-top: 0;
  }
  #index-body .init-4 .container .content {
    margin-top: 20px;
  }
  #index-body .init-5 .container .content ul li .box {
    background-color: #f7f5f5;
  }
  #index-body .init-5 .container .content ul li .box .more {
    opacity: 1;
  }
  #index-body .init-5 .container .content {
    margin-top: 20px;
  }
  #footer .fMiddle .container .listCont .list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .fMiddle .container .listCont .list .text {
    width: 100%;
    padding-left: 0;
    margin-top: 10px;
  }
  #footer .fMiddle .container .listCont .first {
    margin-bottom: 20px;
  }
  #footer .fMiddle .container {
    padding-top: 0;
  }
  #footer .copyright {
    margin-top: 40px;
  }
}


/*inner css start*/
.inner-page a.more {
    display: inline-block;
    padding: 0 30px;
    line-height: 50px;
    border-radius: 21px;
    background: #3652a0;
    color: #fff;
    font-size: 16px;
    font-family: "ak";
    font-weight: 700;
    text-transform: uppercase;
}
.inner-page a.more:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: #000;
}
span.tag {
  color: #3652a0;
  font-family: "ak";
  font-weight: 400;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.8;
}
.inner-banner {
  margin-top: 88px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
}
.inner-banner .content {
  position: relative;
  width: 100%;
  left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.inner-banner .content .ui.container h2 {
  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .content .ui.container h2.news{
  font-size: 30px;
}
.mbx {
  font-size: 16px;
  line-height: 2;
  color: #000;
}
.mbx.about {
  position: relative;
  width: 100%;
  text-align: left;
  padding-bottom: 20px;
}
.mbx.about .container{
  border-bottom: 1px solid #666;
  padding-bottom: 20px;
}
.mbx a,
.mbx span {
  margin: 0 10px;
}
.mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #3652a0;
}
.about-page .about-1 {
  padding: 135px 0;
  background: url(../images/about-1-rightjpg.jpg) center right no-repeat;
}
.about-page .about-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .ui.container .left {
  padding-right: 150px;
}
.about-page .about-1 .ui.container .left h3 {
  line-height: 1.64285714;
  color: #000;
  margin-top: 20px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.about-page .about-1 .ui.container .left .content p {
  line-height: 2;
}
.about-page .about-2 {
  padding: 40px;
}
.about-page .about-2 .ui.container {
  text-align: left;
}
.about-page .about-2 .ui.container .culturebox {
  background: url(../images/about-2-bj.jpg) center center no-repeat;
  background-size: cover;
  margin-top: 25px;
}
.about-page .about-2 .ui.container .culturebox ul li .item {
  height: 600px;
  color: #fff;
  position: relative;
  padding: 0 50px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 200px;
  z-index: 3;
  overflow: hidden;
}
 .about-page .about-2 .ui.container .culturebox ul li .item:before{
    content:"";
    background: #3652a0;
    opacity: .5;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: -100%;
  transition: .3s all;
z-index: -1;
  }
   .about-page .about-2 .ui.container .culturebox ul li .item:hover:before{
     transition: 0.3s all;
     top: 0;
     
   }
.about-page .about-2 .ui.container .culturebox ul li .item h5 {
  font-weight: 700;
  margin-bottom: 20px;
}
.about-page .about-2 .ui.container .culturebox ul li .item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 2;
}
.about-page .about-3 {
  padding: 150px 0;
}
.about-page .about-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-3 .ui.container .left {
  padding-left: 65px;
}
.about-page .about-3 .ui.container .left .yearbox {
  height: 750px;
  overflow: hidden;
  position: relative;
}
.about-page .about-3 .ui.container .left .yearbox svg {
  position: absolute;
  right: 45px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 450px;
  height: 450px;
  z-index: 999;
  /*border: 2px solid #eee;*/
  border-radius: 100%;
}
.about-page .about-3 .ui.container .left .yearbox svg path {
  fill: none;
  stroke: #3652a0;
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  transition: all 2s;
  stroke-dasharray: 0,800;
  stroke-dashoffset: 0;
}
.about-page .about-3 .ui.container .left .yearbox ul li {
  height: 250px;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4 {
  line-height: 300px;
  color: #f8f8f9;
  font-weight: 700;
  font-family: "ak";
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4 {
  color: #3652a0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .left .yearbox ul .slick-current li h4:before {
  content: "";
  position: absolute;
  top: 0;
  width: 0%;
  left: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container .right {
  text-align: right;
}
.about-page .about-3 .ui.container .right ul {
  max-width: 500px;
  margin-left: auto;
  margin-right: 80px;
}
.about-page .about-3 .ui.container .right ul li {
  text-align: left;
  padding-bottom: 65px;
  padding-top: 30px;
}
.about-page .about-3 .ui.container .right ul li span {
  color: #aaa;
}
.about-page .about-3 .ui.container .right ul li h5 {
  margin-top: 20px;
}
.about-page .about-4 {
  height: 750px;
  position: relative;
  background: url(../images/about-4-bj.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 500px;
}
.about-page .about-4::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000000));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), #000000);
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
}
.about-page .about-4 .ui.container {
  text-align: center;
}
.about-page .about-4 .ui.container p {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 25px;
}
.about-page .about-5 {
  padding: 160px 0;
  text-align: center;
}
.about-page .about-5 p {
  margin-top: 20px;
  margin-bottom: 35px;
}
.about-page .about-5 .samplelist li {
  padding: 0 35px;
}
.app-page {
  padding-top: 100px;
  padding-bottom: 140px;
}
.app-page .app-1 .appmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 80px;
}
.app-page .app-1 .appmain .right .text {
  padding: 10px 50px;
}
.app-page .app-1 .appmain:nth-child(2n) .right{
  order: -1;
}
.app-page .app-1 .appmain .text {
  max-width: 650px;
  text-align: left;
}
.app-page .app-1 .appmain .left img{
  width: 100%;
}
.app-page .app-1 .appmain .text h6 {
  text-transform: uppercase;
}
.app-page .app-1 .appmain .text .content {
  margin-top: 25px;
  margin-bottom: 45px;
  font-size: 16px;
}
.app-page .app-1 .appmain .text p {
  line-height: 2;
}
.sus-page .sus-banner{
  padding-top: 120px;
  padding-bottom: 30px;
}
.sus-page .sus-1 {
  padding: 80px 0;
}
.sus-page .sus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-1 .ui.container .left h5 {
  max-width: 750px;
}
.sus-page .sus-1 .ui.container .right {
  padding-left: 45px;
}
.sus-page .sus-1 .ui.container .right p {
  line-height: 2;
}
.sus-page .sus-2 {
  padding: 80px 0;
}
.sus-page .sus-2 .ui.container {
  text-align: left;
}
.sus-page .sus-2 .ui.container .honorbox {
  padding-top: 25px;
  margin-top: 30px;
  border-top: 1px solid #aaa;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist {
  margin: 0 -50px;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li {
  padding: 15px 50px;
  text-align: center;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item {
  width: 100%;
  padding: 40px 0;
  text-align: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item img {
  margin: 0 auto;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5 {
  margin-top: 20px;
  height: 75px;
  text-align: center;
  position: relative;
}
.sus-page .sus-2 .ui.container .honorbox ul.honorlist li .item h5:before {
  content: "";
  width: 65px;
  height: 1px;
  position: absolute;
  background: #3652a0;
  bottom: 0;
  left: 50%;
  margin-left: -32.5px;
}
.sus-page .sus-3 {
  padding: 80px 0;
}
.sus-page .sus-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.sus-page .sus-3 .top .left {
  text-align: right;
}
.sus-page .sus-3 .top .left h5 {
  color: #3652a0;
}
.sus-page .sus-3 .top .right p {
  max-width: 630px;
  margin: 0 auto;
  text-align: left;
}
.sus-page .sus-3 .main {
  margin-top: 150px;
  background: #f8f8f8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sus-page .sus-3 .main .left {
  padding-left: 100px;
  padding-right: 60px;
}
.sus-page .sus-3 .main .left h6 {
  font-family: "gt";
  margin: 30px 0;
}
.sus-page .sus-3 .main .left p {
  line-height: 2;
  margin-bottom: 65px;
}
.sus-page .sus-4 {
  padding-top: 20px;
  padding-bottom: 80px;
}
.sus-page .sus-4 .ui.container {
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox {
  margin-top: 25px;
  border-top: 1px solid #999;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist {
  margin: 0 -50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
  padding: 50px;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item {
  background: #f8f8f8;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
  padding: 65px 60px;
  text-align: left;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text h6 {
  color: #000;
  font-weight: 700;
}
.sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text p {
  line-height: 2;
  margin-top: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.manu-page {
  padding-top: 180px;
}
.manu-page .manu-1 {
  padding: 60px 0;
}
.manu-page .manu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.manu-page .manu-1 .ui.container .left {
  padding-right: 55px;
}
.manu-page .manu-1 .ui.container .right {
  padding-left: 40px;
}
.manu-page .manu-3 {
  padding: 100px 0;
}
.manu-page .manu-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.manu-page .manu-3 .ui.container.bottom {
  margin-top: 60px;
}
.manu-page .manu-3 .ui.container .left {
  width: 55%;
  text-align: right;
}
.manu-page .manu-3 .ui.container .left .imgbox {
  display: inline-block;
  position: relative;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
  display: inline-block;
  position: absolute;
  width: 290px;
  height: 92px;
  text-align: left;
  color: #fff;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text p {
  position: absolute;
  width: 80%;
  max-width: 200px;
  top: 50%;
  left: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text1 {
  top: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox span.icon-text.text2 {
  bottom: 70px;
  right: 92%;
}
.manu-page .manu-3 .ui.container .left .imgbox ul {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  top: 0;
  left: 0;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li {
  text-align: center;
}
.manu-page .manu-3 .ui.container .left .imgbox ul li span {
  width: 81px;
  height: 81px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  background: #0080d3;
  margin: 0 auto;
}
.manu-page .manu-3 .ui.container .right {
  width: 40%;
}
.manu-page .manu-3 .ui.container .right p {
  line-height: 2;
  margin: 15px 0;
}
.manu-page .manu-4 {
  padding-top: 40px;
  padding-bottom: 160px;
}
.manu-page .manu-4 .top .ui.container {
  text-align: left;
}
.manu-page .manu-4 .top .ui.container .main {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 55px;
  border-top: 1px solid #aaa;
}
.manu-page .manu-4 .top .ui.container .main .left {
  padding-right: 90px;
}
.manu-page .manu-4 .top .ui.container .main .right {
  padding-left: 35px;
}
.manu-page .manu-4 .bottom {
  margin-top: 100px;
}
.manu-page .manu-4 .bottom .ui.container {
  max-width: 1760px;
  padding: 0;
  margin-left: 0;
  margin-right: auto;
}
.manu-page .manu-4 .bottom ul.factorylist {
  margin: 0 -16px;
}
.manu-page .manu-4 .bottom ul.factorylist li {
  padding: 16px;
}
.strength-page .stren-1 {
  padding-top: 70px;
  padding-bottom: 160px;
}
.strength-page .stren-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-1 .ui.container .right {
  padding-left: 90px;
  padding-right: 0;
}
.strength-page .stren-1 .ui.container .right h5 {
  line-height: 1.6;
}
.strength-page .stren-1 .ui.container .right p {
  line-height: 2;
  margin-top: 30px;
}
.strength-page .stren-1 .ui.container .right .top {
  text-align: left;
  padding-bottom: 40px;
  position: relative;
}
.strength-page .stren-1 .ui.container .right .top:before {
  content: "";
  width: 100px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.strength-page .stren-1 .ui.container .right .bottom {
  margin-top: 60px;
}
.strength-page .stren-2 {
  padding-top: 110px;
  padding-bottom: 70px;
  position: relative;
}
.strength-page .stren-2:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  max-height: 675px;
  background: #054370;
}
.strength-page .stren-2 .ui.container {
  text-align: center;
}
.strength-page .stren-2 .ui.container h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
  color: #fff;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist {
  margin: 0 -25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li {
  padding: 25px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .img-box {
  border-radius: 35px 35px 0 0 ;
  overflow: hidden;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text {
  height: 360px;
  width: 100%;
  background: #fff;
  border-radius: 0 0 35px 35px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  padding: 0 45px;
  padding-top: 40px;
  text-align: left;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #000;
  font-weight: bold;
  height: 47px;
}
.strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text p {
  line-height: 2;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.strength-page .stren-3 {
  padding: 90px 0;
}
.strength-page .stren-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.strength-page .stren-3 .ui.container .left {
  width: 38%;
  padding-right: 0%;
}
.strength-page .stren-3 .ui.container .left h3 {
  text-transform: uppercase;
  color: #000;
  margin: 25px 0;
  font-weight: bold;
}
.strength-page .stren-3 .ui.container .left p {
  line-height: 2;
}
.strength-page .stren-3 .ui.container .center {
  width: 30%;
}
.strength-page .stren-3 .ui.container .right {
  width: 25%;
}
.strength-page .stren-3 .ui.container .right ul.namelist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  margin-bottom: 20px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li:last-child {
  margin-bottom: 0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li span {
  font-size: 18px;
}
.strength-page .stren-3 .ui.container .right ul.namelist li i {
  width: 0px;
  height: 1px;
  margin: 0 10px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #3652a0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li p {
  text-transform: uppercase;
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #3652a0;
}
.strength-page .stren-3 .ui.container .right ul.namelist li.active i {
  width: 65px;
  margin: 0 20px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.proFormCont {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 21;
    display: none;
}
.proFormCont #shadow{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6);
}
.proFormCont #form{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  display: block;
  max-height: 90%;
  width: 700px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
.proFormCont #form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.proFormCont #form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.proFormCont #form i.close:hover {
    background: #3652a0;
}
.proFormCont #form i.close:hover::after,
.proFormCont #form i.close:hover:before{
  background: #fff;
}
.proFormCont i.close::after, .proFormCont i.close::before {
    content: '';
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.proFormCont #form i.close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.proFormCont #form form {
    margin-top: 40px;
}
.proFormCont #form form > ul > li {
    margin-bottom: 10px;
    position: relative;
}
.proFormCont #form form > ul > li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.proFormCont #form form > ul > li label em{
  color: red;
  margin-right: 2px;
}
.proFormCont #form form > ul > li input, .proFormCont #form form > ul > li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
}
.proFormCont #form form > ul > li .product_name{
  background: #eee;
}
.proFormCont #form form > ul > li textarea {
    height: 80px;
}
.proFormCont #form form > ul > li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: #3652a0;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.proFormCont #form form > ul > li input[type="submit"]:hover{
  opacity: 0.9;
}
.proFormCont #form form > ul > li input#phone_gq{
  padding-left: 50px;
}
.proFormCont #form form > ul .intl-tel-input .flag-dropdown{
  left: 10px;
}
.proFormCont #form form > ul .intl-tel-input .selected-flag .arrow{
  border-top-color: #555;
}
.proFormCont #form form > ul .intl-tel-input .country-list{
  left: -10px;
  max-width: 76vw;
}
.product-page .product-1 {
  padding-top: 197px;
  background: #3652a0;
}
.product-page .product-1 .ui.container .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px 30px 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.product-page .product-1 .ui.container .main .left {
  padding: 0 45px;
  text-align: left;
  width: 35%;
}
.product-page .product-1 .ui.container .main .left h4 {
  font-weight: 700;
  color: #000;
  font-weight: bold;
  margin-bottom: 30px;
}
.product-page .product-1 .ui.container .main .left p {
  margin-top: 25px;
}
.product-page .product-2 {
  padding: 130px 0;
  background: #f5f5f5;
}
.product-page .product-2 .ui.container .sidebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-page .product-2 .ui.container .sidebox .side-left {
  width: 315px;
}
.product-page .product-2 .ui.container .sidebox .side-left h4 {
  font-weight: 700;
  margin-bottom: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left p {
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form {
  position: relative;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"] {
  width: 100%;
  padding: 10px 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 16px;
  font-style: italic;
  color: #000;
  background: transparent;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-webkit-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::-moz-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]:-ms-input-placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="text"]::placeholder {
  color: #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .formbox form input[type="submit"] {
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/product-search-icon.png) center center no-repeat;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox {
  margin-top: 60px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist > li {
  background: #fff;
  position: relative;
  border-bottom: none!important;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li {
  position: relative;
  width: 100%;
  padding: 0 0;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  border-bottom: 1px solid #666;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li a {
  padding-left: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li i {
  font-size: 16px;
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
  right: 0;
}
.product-page .product-2 .ui.container .sidebox .side-left .navbox ul.navlist li ul.sub-menu {
  display: none;
}
.product-page .product-2 .ui.container .sidebox .side-right {
  width: -webkit-calc(100% - 350px);
  width: -moz-calc(100% - 350px);
  width: calc(100% - 350px);
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist {
  margin: 0 -15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li {
  padding: 15px;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item {
  border-radius: 15px;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  overflow: hidden;
  padding: 20px;
  background: #fff;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left {
  display: inline-block;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left h4 {
  display: inline-block;
  font-weight: 700;
  color: #3652a0;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text .left p {
  color: #3652a0;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #3652a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item .text a i {
  font-size: 18px;
  color: #3652a0;
}
.product-page .product-2 .ui.container .sidebox .side-right .productbox ul.productlist li .item:hover .text a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.complete-page {
  padding-top: 210px;
}
.complete-page .complete1 {
  padding: 45px 0;
  z-index: 88;
  position: relative;
}
.complete-page .complete1 .ui.ui.container {
  max-width: 1210px;
  text-align: center;
}
.complete-page .complete1 .ui.ui.container h3 {
  font-weight: bold;
  margin-bottom: 30px;
}
.complete-page .complete1 .ui.ui.container p {
  max-width: 990px;
  margin: 0 auto;
}
.complete-page .complete1 .ui.ui.container .imgbox {
  margin-top: 30px;
}
.complete-page .complete2 {
  padding-top: 75px;
  padding-bottom: 35px;
}
.complete-page .complete2 .ui.container .top .main {
  margin-top: 25px;
  padding-top: 35px;
  border-top: 1px solid #666;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.complete-page .complete2 .ui.container .top .main h4 {
  width: 48%;
  max-width: 700px;
  line-height: 1.6;
  font-family: "gt";
}
.complete-page .complete2 .ui.container .top .main p {
  width: 45%;
  max-width: 715px;
  line-height: 2;
}
.complete-page .complete2 .ui.container .bottom {
  width: 100%;
  overflow: hidden;
  padding: 0 200px;
  margin-top: 90px;
}
.complete-page .complete2 .ui.container .bottom ul {
  width: 80%;
}
.complete-page .complete2 .ui.container .bottom .honorbox {
  padding-bottom: 130px;
  background: url(../images/complete-honor-bj.png) bottom center no-repeat;
  background-size: 98%;
}
.complete-page .complete3,
.complete-page .complete4 {
  padding-bottom: 80px;
  z-index: 88;
  position: relative;
}
.complete-page .complete3 .newsbox,
.complete-page .complete4 .content {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}
.complete-page .complete4 .content{
  font-size: 16px;
  line-height: 2;
}
.complete-page .complete4 .content h4{
  color: #3652a0;
    font-size: 20px;
    line-height: 1.8;
    padding: 10px 0;
}
.complete-page .complete3 .newsbox ul.newslist {
  margin: 0 -30px;
}
.complete-page .complete3 .newsbox ul.newslist li {
  padding: 0 30px;
  text-align: left;
}
.complete-page .complete3 .newsbox ul.newslist li .item .time {
  font-size: 14px;
  lighting-color: 2;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 {
  margin: 20px 0;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.complete-page .complete3 .newsbox ul.newslist li .item h6 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #3652a0;
}
.complete-page .complete4:before {
  content: "";
  width: 90%;
  max-width: 900px;
  position: absolute;
  bottom: 0;
  height: 70%;
  background: rgba(255, 255, 255, 0.3);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.complete-page .complete4 h3 {
  margin-bottom: 130px;
  font-weight: bold;
  color: #fff;
}
.complete-page .complete4 p {
  max-width: 630px;
  line-height: 1.5;
  color: #fff;
  margin: 0 auto;
}
.prodet-page{
  padding-top: 100px;
}
.prodet-page .prodet-1 {
  padding-top: 50px;
  padding-bottom: 150px;
}
.prodet-page .prodet-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .ui.container .left {
  width: 40%;
}
.prodet-page .prodet-1 .ui.container .left ul.biglist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist {
  margin: 0 -15px;
  margin-top: 0px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li {
  padding: 15px;
}
.prodet-page .prodet-1 .ui.container .left ul.smallist li a {
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right {
  width: 55%;
}
.prodet-page .prodet-1 .ui.container .right h1 {
  font-weight: bold;
  color: #000;
  line-height: 1.6;
  margin-bottom: 25px;
}
.prodet-page .prodet-1 .ui.container .right .box.text{
  max-height: 500px;
  overflow-y: auto;
  padding-right: 8px;
}
.prodet-page .prodet-1 .ui.container .right .box {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.prodet-page .prodet-1 .ui.container .right .box td,
.prodet-page .prodet-1 .ui.container .right .box th{
  border: none!important;
}
.prodet-page .prodet-1 .ui.container .right .box table tr:nth-child(even){
  background: none;
}
.prodet-page .prodet-1 .ui.container .right .box .top{
  display: flex;
  justify-content: space-between;
  align-items: center;

}
.prodet-page .prodet-1 .ui.container .right .box .top em{
  font-weight: bold;
}
.prodet-page .prodet-1 .ui.container .right .box i{
  font-size: 20px;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content{
  
  margin-top: 45px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .list{
  margin-bottom: 30px;
}
 
.prodet-page .prodet-1 .ui.container .right .box .content .title{
  margin-right: 20px;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd{
  padding: 0 0px;
  text-align: center;
  border: 1px solid #eee;
  
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .item{
  margin-right: 5px;
  text-align: center;
  padding: 20px 0;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box .content .color .ddd span{
  margin-top: 10px;

}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd{
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  border: 1px solid #eee;
  margin-right: 20px;
  margin-top: 20px;
  width: auto!important;
}
.prodet-page .prodet-1 .ui.container .right .box .content .size .ddd.active{
  border: 1px solid #000;
}
.prodet-page .prodet-1 .ui.container .right .box 
.prodet-page .prodet-1 .ui.container .right .text {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .cnashu {
  color: #8F8F8F!important;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table {
  border: none;
}
.prodet-page .prodet-1 .ui.container .right .cnashu table td,
.prodet-page .prodet-1 .ui.container .right .cnashu table th {
  border: none;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p {
  width: 100%;
  font-size: 16px;
  color: #8F8F8F;
  line-height: 1.5;
}
.prodet-page .prodet-1 .ui.container .right .colorbox p em {
  font-weight: bold;
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li {
  margin-right: 30px;
}
.prodet-page .prodet-1 .ui.container .right .colorbox ul.colorlist li a {
  width: 45px;
  height: 45px;
  display: block;
}
.prodet-page .prodet-1 .ui.container .right .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox em {
  color: #000;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li {
  font-size: 24px;
  color: #8F8F8F;
  margin-left: 25px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-1 .ui.container .right .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #3652a0;
}
.prodet-page .prodet-2 {
  padding: 90px 0;
}
.prodet-page .prodet-2 .ui.container .main {
  margin-top: 20px;
  padding-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 1px solid #eee;
}
.prodet-page .prodet-2 .ui.container .main .left {
  width: 40%;
}
.prodet-page .prodet-2 .ui.container .main .left h3 {
  text-transform: uppercase;
  line-height: 1.6;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ui.container .main .left p {
  line-height: 2;
  color: #000;
}
.prodet-page .prodet-2 .ui.container .main .right {
  width: 55%;
}
.prodet-page .prodet-2 .ui.container .main .right form {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul {
  width: 100%;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select {
  background: #eee;
  color: #000;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  line-height: 2;
  padding: 15px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p {
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li p input[type="checkbox"] {
  margin-right: 10px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: #3652a0;
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -40px;
}
.prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
  padding: 0 40px;
}
.prodet-page .prodet-3 .tips{
  text-align: center;
  font-weight: bold;
}
.prodet-page .prodet-3 .content{
  margin-top: 40px;
}
.prodet-page .prodet-3 .content .cont1{
  max-width: 1200px;
  margin: auto;
}
.prodet-page .prodet-3 .content .cont1 table tr{
  background: #fff;
}
.prodet-page .prodet-3 .content .cont1 table tr:nth-child(2n - 1){
  background: #f7f5f6;
}
.prodet-page .prodet-3 .content .cont1 table tr td{
  padding: 10px;
  border: none;
  min-width: 120px;
}

.prodet-page .prodet-3 .content .cont2{
  margin-top: 60px;
  font-size: 18px;
}
/*.prodet-page .prodet-3 .content .cont2 img{
  width: 100%;
}*/
.prodet-page .prodet-3 .content .contC{
  max-width: 1400px;
  text-align: left;
  font-size: 18px;
  line-height: 1.8;
  margin: 60px auto 0;
}
.prodet-page .prodet-3 .content .contC .list{
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 2px solid #3652a0;
}
.prodet-page .prodet-3 .content .contC .list:last-child{
  border-bottom: none;
}
.prodet-page .prodet-3 .content .contC .list .box{
  align-items: flex-start;
}
.prodet-page .prodet-3 .content .contC .list .img{
  width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  position: sticky;
  top: 100px;
  padding: 10px;
}
.prodet-page .prodet-3 .content .contC .list .text{
  width: calc(100% - 300px);
  padding-right: 20px;
}
.prodet-page .prodet-3 .content .contC .list:first-child{
  margin-top: 0;
}
.prodet2-page .init-1{
  text-align: center;
}
.prodet2-page .init-1 video{
  display: block;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.prodet2-page .init-1 .desC{
  justify-content: center;
}
.prodet2-page .init-1 .des{
  cursor: pointer;
  padding: 6px 20px;
  text-decoration: underline;
  border-radius: 4px;
  text-decoration-color: transparent;
  transition: all .5s;
  background: #3652a0;
  color: #fff;
}
.prodet2-page .init-1 .des:hover{
  text-decoration-color: #fff;
}
.prodet2-page .init-2{

}
.prodet2-page .init-2 .container{
  max-width: 1000px;
}
.prodet2-page .init-2 table{
  border: none;
}
.prodet2-page .init-2 table tr{
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.prodet2-page .init-2 table tr:first-child{
  margin-top: 0;
}
.prodet2-page .init-2 table tr:nth-child(2n-1){
    flex-direction: row-reverse;
}
.prodet2-page .init-2 table tr td{
  padding: 0;
  border: none;
  width: 50% !important;
  padding-left: 70px;
}
.prodet2-page .init-2 table tr td:first-child{
  width: 40% !important;
}
.prodet2-page .init-2 table tr td:last-child{
  width: 60% !important;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0;
}
.prodet2-page .init-2 table tr:nth-child(2n) td{
  padding-left: 0;
  padding-right: 30px;
}
.prodet2-page .init-2 table tr:nth-child(2n) td:first-child{
  padding-left: 0;
  padding-right: 70px;
}
.prodet2-page .init-2 table tr td,
.prodet2-page .init-2 table tr td p,
.prodet2-page .init-2 table tr td span,
.prodet2-page .init-2 table tr td b,
.prodet2-page .init-2 table tr td strong{
      font-family: 'pop' !important;
      font-size: 26px !important;
}
.prodet2-page .init-2 table tr td img{
  width: 100%;
}
.product2-page .product-3 {
  padding-top: 140px;
  padding-bottom: 40px;
  background: #3652a0;
}
.product2-page .product-3 .mbx {
  color: #fff;
  opacity: 0.5;
}
.product2-page .product-3 .navbox {
  margin-top: 70px;
}
.product2-page .product-3 .navbox .ui.container {
  text-align: center;
}
.product2-page .product-3 .navbox .ui.container h1 {
  font-weight: bold;
  color: #fff;
}
.product2-page .product-3 .navbox .ui.container h2 {
  font-family: "ak";
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  opacity: 0.3;
  margin: 35px 0;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
  margin: 30px;
  padding: 0px;
 
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a{
 border: 1px solid transparent;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li.active a,
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li:hover a {
border-color: #fff;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a {
  padding: 15px;
  display: inline-block;
}
.product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
  width: 69px;
  height: auto;
}
.product2-page .product-3 .navbox .ui.container .navcontent {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content {
  max-width: 880px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .content.active {
  height: auto!important;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn {
  width: 100%;
  text-align: center;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  margin-top: 35px;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown {
  font-size: 24px;
  color: #fff;
  opacity: 0.5;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  cursor: pointer;
}
.product2-page .product-3 .navbox .ui.container .navcontent .navbtn span.putdown:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.product2-page .product-4 {
  padding-top: 40px;
  padding-bottom: 100px;
}
.product2-page .product-4 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .top h5 {
  font-weight: bold;
  color: #000;
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid #aaa;
  text-transform: uppercase;
}
.product2-page .product-4 .ui.container .top ul.cat2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.product2-page .product-4 .ui.container .top ul.cat2list li {
  width: 25%;
  padding: 4px 8px;
}
.product2-page .product-4 .ui.container .top ul.cat2list li a {
  font-size: 18px;
  line-height: 1.8;
  position: relative;
  border: 1px solid #999;
  height: 100%;
  padding: 2px 6px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 70px;
}
/*.product2-page .product-4 .ui.container .top ul.cat2list li a:before {
  content: "";
  width: 0%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 0;
  bottom: 0;
}*/
/*.product2-page .product-4 .ui.container .top ul.cat2list li.active a:before,
.product2-page .product-4 .ui.container .top ul.cat2list li:hover a:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}*/
.product2-page .product-4 .ui.container .top ul.cat2list li a.active,
.product2-page .product-4 .ui.container .top ul.cat2list li a:hover {
  background: #3652a0;
  color: #fff;
}
.product2-page .product-4 .ui.container .main {
  margin-top: 50px;
}
.product2-page .product-4 .ui.container .main ul.productlist {
  margin: 0 -18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li {
  padding: 18px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item {
  border-radius: 10px;
  -webkit-box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 -1px 10px 0 rgba(0, 0, 0, 0.5);
  padding-top: 40px;
  text-align: center;
  padding-bottom: 15px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 {
  font-weight: 700;
  position: relative;
  padding: 0 30px ;
  
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5:nth-child(1){
  min-height: 81px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 span {
  width: 20px;
  height: 20px;
  font-size: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  filter: grayscale(1);
}

.product2-page .product-4 .ui.container .main ul.productlist li .item .img-box a{
  height: 100%;
  display: block;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .img-box a img{
  height: 100%;
  object-fit: contain;
  object-position: center center;
  max-height: 260px;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item{
  position: relative;
  overflow: hidden;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item:before{
  content:"";
  position: absolute;
  bottom:60px;
  width: 100%;
  left: 0;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.3);
  height: 100%;
  background: #fff;
  border-radius: 0 0 10px 10px;

}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item h5 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #3652a0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item span {
  color: #3652a0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 0 5px;
  padding: 0;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(1) {
  background: #3994cf;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(2) {
  background: #39cf8e;
}
.product2-page .product-4 .ui.container .main ul.productlist li .item .decbox ul.declist li:nth-child(3) {
  background: #cf9139;
}
.contact-page .mbx {
  padding-top: 155px;
}
.contact-page .contact-1 {
  padding: 70px 0;
}
.contact-page .contact-1 .ui.container {
  text-align: center;
}
.contact-page .contact-1 .ui.container h3 {
  text-align: center;
  color: #3652a0;
  line-height: 1;
  margin-bottom: 35px;
}
.contact-page .contact-1 .ui.container form {
  width: 100%;
}
.contact-page .contact-1 .ui.container form > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 .ui.container form > ul > li {
  width: 100%;
  margin-bottom: 20px;
  text-align: left;
}
.contact-page .contact-1 .ui.container form > ul > li .intl-tel-input .flag-dropdown{
  left: 10px;
  color: #000;
}
.contact-page .contact-1 .ui.container form > ul > li .intl-tel-input .selected-flag .arrow{
  border-top-color: #555;
}

.contact-page .contact-1 .ui.container form > ul > li.btnbox {
  text-align: right;
}
.contact-page .contact-1 .ui.container form > ul > li.btnbox input[type="submit"] {
  margin-left: auto;
  margin-right: 0;
}
.contact-page .contact-1 .ui.container form > ul > li.wid50 {
  width: 48%;
}
.contact-page .contact-1 .ui.container form > ul > li .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-1 .ui.container form > ul > li .bottom input[type="text"] {
  /*width: -webkit-calc(100% - 210px);
  width: -moz-calc(100% - 210px);
  width: calc(100% - 210px);*/
}
.contact-page .contact-1 .ui.container form > ul > li .bottom .sexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 210px;
}
.contact-page .contact-1 .ui.container form > ul > li .bottom .sexbox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 13px;
  cursor: pointer;
}
.contact-page .contact-1 .ui.container form > ul > li .bottom .sexbox > div span {
  font-size: 16px;
  margin-left: 10px;
}
.contact-page .contact-1 .ui.container form > ul > li label {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 2;
  margin-bottom: 10px;
}
.contact-page .contact-1 .ui.container form > ul > li select {
  background: #eee;
  color: #7d7d7d;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  line-height: 40px;
  font-size: 16px;
  border: none;
}
.contact-page .contact-1 .ui.container form > ul > li select option {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  padding: 0 15px;
}
.contact-page .contact-1 .ui.container form > ul > li input[type="text"] {
  width: 100%;
  border: none;
  background: #eee;
  color: #000;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 16px;
}
.contact-page .contact-1 .ui.container form > ul > li .intl-tel-input input[type="text"]{
  padding-left: 50px;
}
.contact-page .contact-1 .ui.container form > ul > li textarea {
  width: 100%;
  height: 230px;
  border: none;
  background: #eee;
  color: #000;
  font-size: 16px;
  padding: 15px;
}
.contact-page .contact-1 .ui.container form > ul > li p {
  font-size: 16px;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.contact-page .contact-1 .ui.container form > ul > li p input[type="checkbox"] {
  margin-right: 10px;
}
.contact-page .contact-1 .ui.container form > ul > li input[type="submit"] {
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  color: #fff;
  background: #3652a0;
  padding: 0 35px;
  border-radius: 5px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border: none;
}
.contact-page .contact-1 .ui.container form > ul > li input[type="submit"]:hover {
  background: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-page .contact-2 {
  padding-top: 70px;
  padding-bottom: 150px;
}
.contact-page .contact-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-2 .ui.container .left {
  width: 55%;
}
.contact-page .contact-2 .ui.container .right {
  width: 40%;
}
.contact-page .contact-2 .ui.container .right h5 {
  font-weight: bold;
  margin-bottom: 15px;
}
.contact-page .contact-2 .ui.container .right .mailbox {
  margin: 55px 0;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
  color: #000;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.8;
}
.contact-page .contact-2 .ui.container .right .btmbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contact-page .contact-2 .ui.container .right .btmbox .left {
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}
.contact-page .contact-2 .ui.container .right .btmbox .ewm {
  width: 125px;
  height: 125px;
  padding: 5px;
  background: #fff;
  display: block;
}
.contact-page .contact-2 .ui.container .right .title{
  font-size: 44px;
  font-weight: bold;
}
.contact-page .contact-2 .ui.container .right .info{
    margin-top: 10px;
}
.contact-page .contact-2 .ui.container .right .info .info .title{
  font-size: 30px;
}
.font-55 {
  font-size: 55px;
}
.font-260 {
  font-size: 260px;
}
.font-127 {
  font-size: 127px;
}
.font-48 {
  font-size: 48px;
}
@media screen and (max-width: 1800px) {
  .font-260 {
    font-size: 190px;
    line-height: 210px!important;
  }
  .manu-page .manu-3 .ui.container .left .imgbox span.icon-text {
    display: none;
  }
  .strength-page .stren-1 .ui.container .right .bottom {
    margin-top: 20px;
  }
  .product-page .product-1 .ui.container .main .left p {
    margin-top: 25px;
    max-height: 300px;
    overflow-y: scroll;
  }
  .complete-page .complete2 .ui.container .bottom {
    padding: 0 60px;
  }
  .complete-page .complete3 .newsbox ul.newslist li .item h6 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

}
  .complete-page .complete3 .newsbox ul.newslist li .item p {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  @media screen and (max-width: 1600px) {
    .gxs-about .top .btmarea .ui.container .textbox{
    height: 200px;
  }
  }
  
@media screen and (max-width: 1400px) {
  .font-55{
    font-size: 40px;
  }
  .about-page .about-1 {
    padding: 120px 0;
  }
  .font-260 {
    font-size: 150px;
    line-height: 165px!important;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 600px;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 200px;
  }
  .about-page .about-3 .ui.container .right ul li {
    text-align: left;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
  }
  
  .complete-page .complete2 .ui.container .bottom .honorbox {
    padding-bottom: 0;
    background: #fff;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    padding: 0 15px;
    padding-top: 50px;
    position: relative;

  }
 
  .app-page .app-1 .appmain .text .content {
    max-height: 200px;
    overflow-y: scroll;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 150px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 18px;
  }
  .sus-page .sus-3 .main .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox {
    margin: 20px 0;
  }.font-60 {
    font-size: 40px;
}
}
@media screen and (max-width: 1200px) {
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: 54px;
    height: auto;
  }
  .font-28 {
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .ui.container .left .content {
    max-height: 180px;
    overflow-y: scroll;
  }
  .about-page .about-3 .ui.container .left .yearbox ul li {
    height: 150px;
  }
  .about-page .about-3 .ui.container .left .yearbox {
    height: 450px;
  }
  .font-260 {
    font-size: 110px;
    line-height: 120px!important;
  }
  .font-18 {
    font-size: 14px;
    line-height: 2;
  }
  .font-24 {
    font-size: 16px;
  }
  .font-36 {
    font-size: 24px;
  }
  .gxs-about .top .content{
    top: 22%;
  }
}
.font-18{
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  .inner-banner{
    margin-top: 40px;
    padding-top: 40px;
  }
  .inner-banner .content{
    padding-top: 0;
  }
  .about-page .about-1 {
    background: #fff;
  }
  .strength-page .stren-1 .ui.container .right h5{
    line-height: 1.8;
    font-size: 20px;
  }
  .about-page .about-1 .ui.container .left {
    padding-right: 20px;
  }
  .about-page .about-2 .ui.container .culturebox ul li .item {
    height: 400px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    width: 100%;
  }
  .about-page .about-4 {
    height: 400px;
    padding-top: 130px;
  }
  .sus-page .sus-3 .top .left {
    padding-right: 40px;
  }
  .font-48 {
    font-size: 30px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li .item .text {
    padding: 30px 15px;
    text-align: left;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist {
    margin: 0 -15px;
  }
  .sus-page .sus-4 .ui.container .optionbox ul.optionlist li {
    padding: 50px 15px;
  }
  .strength-page .stren-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .strength-page .stren-1 .ui.container .left {
    width: 100%;
  }
  .complete-page .complete2 .ui.container .bottom {
    display: none;
  }
  .font-127 {
    font-size: 82px;
  }
  .complete-page .complete4 {
    height: 680px;
    padding-top: 40px;
    display: none!important;
  }
  .strength-page .stren-3 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 50%;
  }
  .strength-page .stren-3 .ui.container .right {
    width: 50%;
  }
  .product-page .product-1 .ui.container .main .left p {
    max-height: 60px;
    margin-top: 10px;
  }
  .product-page .product-1 .ui.container .main .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    padding-right: 0;
  }
  .prodet2-page .init-2 table tr td:last-child{
    padding: 10px;
  }
  .prodet2-page .init-2 table tr:nth-child(2n) td:last-child{
    padding: 10px;
  }
  .product-page .product-2 .ui.container .sidebox .side-left {
    display: none;
  }
  .product-page .product-2 .ui.container .sidebox .side-right {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li a img {
    width: auto;
    height: auto;
  }
  .prodet-page .prodet-3 .content .contC .list .text{
    width: 100%;
    padding: 0;
    margin-top: 20px;
    max-height: 500px;
    overflow-y: auto;
    padding-right: 10px;
  }
  .prodet-page .prodet-3 .content .contC .list .img{
    order: -1;
    position: relative;
    top: 0;
  }
  
  .product-6{
    margin-top: 40px;
  }
  .app-page .app-1 .appmain .left{
    width: 100%;
  }
  .app-page .app-1 .appmain .text{
    padding: 0;
    max-width: 100%;
  }
  .app-page .app-1 .appmain .right{
    width: 100%;
    margin-top: 20px;
  }
  .app-page .app-1 .appmain .right .text{
    padding: 0;
  }
  .app-page .app-1 .appmain:nth-child(2n) .right{
    order: -1;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 {
    padding: 20px 0;
  }
  .prodet-page .prodet-2 .ui.container .main .left h3{
    font-size: 20px;
    line-height: 1.8;
  }
  .about-page .about-1 .ui.container .left {
    width: 100%;
    margin-bottom: 40px;
  }
  .about-page .about-1 .ui.container .right {
    width: 100%;
  }
  .about-page .about-2 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding: 20px 0;
  }
  .about-page .about-5 {
    padding: 20px 0;
    text-align: center;
  }
  .app-page {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .app-page .app-1 .appmain {
    margin-top: 20px;
  }
  .app-page .app-1 .appmain:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .app-page .app-1 .appmain .left {
    width: 100%;
    margin-top: 20px;
  }
  .app-page .app-1 .appmain .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .app-page .app-1 .appmain .right .text {
    padding: 0;
    margin-left: 0;
  }
  .sus-page .sus-1 .ui.container .left {
    width: 100%;
  }
  .sus-page .sus-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .sus-page .sus-1 {
    padding: 20px 0;
  }
  .sus-page .sus-2 {
    padding: 20px 0;
  }
  .sus-page .sus-3 {
    padding: 20px 0;
  }
  .sus-page .sus-3 .top .left {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .top .right {
    width: 100%;
    text-align: center;
  }
  .sus-page .sus-3 .main {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sus-page .sus-3 .main .left {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 0;
  }
  .sus-page .sus-3 .main .right {
    width: 100%;
  }
  .strength-page .stren-3 .ui.container .right {
    display: none;
  }
  .strength-page .stren-3 .ui.container .center {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .left {
    width: 100%;
  }
  .manu-page .manu-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .manu-page .manu-3 .ui.container .left {
    width: 100%;
    text-align: right;
  }
  .manu-page .manu-3 .ui.container .right {
    width: 100%;
  }
  .manu-page .manu-3 {
    padding: 20px 0;
  }
  .manu-page .manu-4 .top .ui.container .main {
    margin-top: 20px;
    padding-top: 20px;
  }
  .manu-page .manu-4 .top .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .manu-page .manu-4 .top .ui.container .main .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .strength-page .stren-2 .ui.container .partbox ul.partlist li .item .text h6 {
    height: auto;
  }
  .strength-page .stren-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }
  .product-page .product-1 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .product-1 .ui.container .main .right {
    margin-top: 20px;
  }
  .font-127 {
    font-size: 55px;
  }
  .prodet2-page .init-2 table tr{
    margin-top: 30px;
  }
  .prodet2-page .init-2 table tr td:first-child,
  .prodet2-page .init-2 table tr td:last-child{
    width: 100% !important;
    padding: 0 ;
  }
  .prodet2-page .init-2 table tr:nth-child(2n) td:first-child{
    padding: 0 ;
  }
  .prodet2-page .init-2 table tr td:last-child{
    padding: 0 16px;
    margin-top: 10px;
  }
  .prodet2-page .init-2 table tr td, .prodet2-page .init-2 table tr td p, .prodet2-page .init-2 table tr td span, .prodet2-page .init-2 table tr td b, .prodet2-page .init-2 table tr td strong{
    font-size: 24px !important;
    line-height: 1.6;
  }
  .prodet2-page .init-2 table tr:nth-child(2n) td{
    padding: 0 16px;
  }
  .prodet2-page .init-2 table tr:nth-child(2n) td:last-child{
    padding: 0 16px;
  }
  
  .product-page .product-2 {
    padding: 20px 0;
    background: #f5f5f5;
  }
  .complete-page .complete2 .ui.container .top .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .complete-page .complete2 .ui.container .top .main .left {
    width: 100%;
    padding-right: 0;
  }
  .complete-page .complete2 .ui.container .top .main .right {
    width: 100%;
    padding-left: 0;
  }
  .complete-page .complete4 h3 {
    margin-bottom: 40px;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist li {
    margin: 10px;
    padding: 0px;
  }
  .product2-page .product-4 .ui.container .top ul.cat2list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product2-page .product-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .prodet-page .prodet-1 .ui.container .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .ui.container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }
  .prodet-page .prodet-2 .ui.container .main {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .ui.container .main .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .ui.container .main .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .prodet-page .prodet-2 .ui.container .main .right form ul li .mainbox .column {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form > ul > li.wid50 {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form > ul > li .bottom input[type="text"] {
    width: 100%;
  }
  .contact-page .contact-1 .ui.container form > ul > li .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-page .contact-1 {
    padding: 20px 0;
  }
  .contact-page .contact-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .right .mailbox ul.maillist li {
    font-size: 14px;
    line-height: 2;
  }
  .contact-page .contact-2 .ui.container .right .btmbox .ewm {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .manu-page .manu-3 .ui.container .left {
    display: none;
  }
  .complete-page .complete2 {
    display: none;
  }
  .font-127 {
    font-size: 40px;
  }
  .font-32,
  .font-24 {
    font-size: 20px!important;
    line-height: 1.8!important;
  }
  .product2-page .product-3 .navbox .ui.container .nav ul.navlist {
    display: none;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-55 {
    font-size: 24px;
  }
  .font-24 {
    font-size: 14px;
    line-height: 2!important;
  }
  .inner-banner .content .ui.container h2.news{
    font-size: 24px;
  }
  .about-page .about-3 .ui.container .right ul {
    margin-right: 0;
  }
  .product2-page .product-3 .navbox .ui.container .navcontent .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1{
    padding-bottom: 40px;
  }
  .prodet-page .prodet-3 .content .cont2{
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .content .contC{
    margin-top: 40px;
    font-size: 16px;
  }
  .prodet2-page .init-2 table tr td, .prodet2-page .init-2 table tr td p, .prodet2-page .init-2 table tr td span, .prodet2-page .init-2 table tr td b, .prodet2-page .init-2 table tr td strong{
    font-size: 20px !important;
  }
  .contact-page .contact-2 .ui.container .right .title{
    font-size: 24px;
  }
  .contact-page .contact-2 .ui.container .right .info .info .title{
    font-size: 20px;
  }
  
}
.m-page{
  margin-top: 75px;
  
}
.m-page .wp-pagenavi{
  display: flex;
  justify-content: center;
  align-items: center;

}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eee;
  background: #fff;
  font-size: 16px;
}
.m-page .wp-pagenavi span{
  background: #3652a0;
  color: #fff;
}
.news-page {
  padding: 0px 0;
}
.news-page .list{
  min-height: 400px;
}
.news-page .list ul {
  margin: 0 0 100px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .list ul li {
  padding: 10px;
  height: auto;
}
.news-page .list ul li .img-box {
  display: block;
}
.news-page .list ul li .img-box img {
  width: 100%;
}
.news-page .list ul li .content {
  padding: 30px;
  height: 100%;
  border: 1px solid #eee;
}

.news-page .list ul li .content h4 {
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
  line-height: 1.8;
      margin-top: 21px;
}
.news-page .list ul li .content p {
  font-size: 16px;
  line-height: 2;
  margin: 15px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  /*height: 80px;*/
  color: #767676;
}

.newdet-page {
  padding: 0px 0;
  padding-bottom: 80px;
}
.newdet-page h2,
.newdet-page h1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.8;
}
.newdet-page time {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  margin-top: 20px;
  text-align: center;
}
.newdet-page .content {
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 400px;
}
 .m-link {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
}
 .m-link a {
  display: block;
}
 .m-link a:hover {
  text-decoration: underline;
}
/*inner css end*/
.about-his .ui.container span.gd {
  color: #3652a0;
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 120px;
  width: 25%;
  text-align: right;
  display: block;
  font-weight: bold;
  line-height: 1;
}
.about-his .ui.container span.gd.active {
  position: absolute;
  top: 20px;
  left: 0;
}
.about-his .ui.container .yearbox {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
}
.about-his .ui.container .yearbox ul {
  width: 100%;
}
.about-his .ui.container .yearbox ul li {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-his .ui.container .yearbox ul li.active h4 {
  color: #3652a0;
}
.about-his .ui.container .yearbox ul li h4 {
  font-family: 'ak';
  color: #a9a9a9;
  font-weight: bold;
}
.about-his .ui.container .yearbox ul li .textbox {
  max-width: 480px;
  padding: 40px 0;
}
.about-his .ui.container .yearbox ul li .textbox span {
  color: #a9a9a9;
}
.about-his .ui.container .yearbox ul li .textbox h5 {
  margin-top: 20px;
}

@media screen and (max-width: 1000px) {
  .news-page .list ul>.column{
    width: 50%;
  }  
}
@media screen and (max-width: 700px) {
  .news-page .list ul>.column{
    width: 100%;
  }  
  .about-his .ui.container span.gd {
    display: none;
  }
  .about-his .ui.container .yearbox ul li h4 {
    display: none;
  }
  .about-his .ui.container .yearbox {
    width: 100%;
  }
  .about-his .ui.container .yearbox ul li .textbox {
    padding: 20px 0;
    max-width: 100%;
  }
  
}
.product-6{
 height: 620px;
 /*margin-top: 120px;*/
 position: relative;

}
.product-6 .content{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  
}
.product-6 .mbx{
  position: absolute;
  width: 100%;
  left: 0;
  top: 25px;
  color: #fff;
}
.gxs-cate .ui.container .mainbox .top ul.catelist2 li a{
      width: 100%;
    max-width: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    height: 75px;
    font-family: "gt";
    font-weight: 700;
    
    cursor: pointer;
}
.product-7{
  padding-top: 70px;
  

}
.product-7 .Auxil-description{
  padding-right: 4px;
  overflow-y: auto;
  max-height: 260px;
}
.product-7 .ui.container{
  text-align: center;
padding-bottom: 40px;
  border-bottom: 1px solid #eee;
  
}
.product-7 .ui.container .tit{
color: #3652a0;
font-family: "gt";
font-weight: 700;
font-size: 42px;
line-height: 1.6;
text-transform: uppercase;

}
.product-7 .ui.container p{
  max-width:1055px;
  margin: 0 auto;
  line-height: 24/18;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .product-6{
    margin-top: 40px;
  }
  .product-7 .ui.container .tit{
    font-size: 34px;
  }
  .sus-page .sus-banner{
    padding-top: 40px;
  }
  .prodet-page {
    padding-top: 80px;
}
.gxs-cate .ui.container .mainbox .top ul.catelist li{
  flex-wrap: wrap
}
}
@media screen and (max-width: 700px) {
 .product-7 .ui.container .tit{
    font-size: 20px;
  }
  .product2-page .product-4 .ui.container .top{
  display: none;
}
.product-6{
      height: auto;
    padding: 120px 0;
}
.product-6 .mbx{
  text-align: center;
    font-size: 16px;
    line-height: 2;
    padding-top: 35px;
}
}
.font-32 {
    font-size: 32px;
    line-height: 1.6;
}

.font-14 {
    font-size: 14px;
    line-height: 2;
}

.font-28 {
    font-size: 28px;
    line-height: 1.6;
}

.font-24 {
    font-size: 24px;
    line-height: 1.8;
}

.font-20 {
    font-size: 20px;
    line-height: 1.8;
}

.font-30 {
    font-size: 30px;
    line-height: 1.6;
}

.news-page .list ul li .content time{
  font-size: 16px;
    line-height: 2;
}


.gxs-product .productbox ul li .item .text .cplj {
  width: auto !important;
  height: auto !important;
  opacity: 1;
}

.faq-page{
  padding: 100px 0;
}
.faq-page .init-1 .container .list{
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.faq-page .init-1 .container .list h4{
    font-size: 20px;
    font-family: 'Marcellus';
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 10px;
}
.faq-page .init-1 .container .list .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 17px;
    line-height: 1.8;
}


.gallery-page {
  padding: 120px 0;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  overflow: hidden;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .gallery-list ul li .box .img-box img {
  width: 100%;
}
.gallery-page .container .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 500px) {
  .faq-page{
    padding: 40px 0;
  }
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
}



    .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic #index-body .init-3 .content ul li .box .cont .title{
      font-size: 20px;
      margin-bottom: 0;
    }

    .seoPublic>div {
        padding: 60px 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2;
        margin-bottom: 1em;
    }

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: #3652a0;
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

    .seoPublic .Auxil-news .list ul li .content p {
        font-weight: 300;
        font-size: 16px;
        line-height: 1.4;
        margin: 1em 0;
    }

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: #3652a0;
        color: #3652a0;
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: #3652a0;
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: #3652a0;
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: #3652a0;
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        padding: 10px 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: #3652a0;
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box img{
      max-height: 260px;
      object-fit: contain;
      object-position: center center;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        padding-top: 0;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: #3652a0;
    }

    .seoPublic .Auxil-related .list ul li .box .content p {
        display: block;
        font-size: 16px;
        color: #888;
        line-height: 1.6;
        font-weight: 400;
        margin: .5em 0;
        height: 4.8em;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid #3652a0;
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: #3652a0;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: #3652a0;
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: #3652a0;
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic>div {
            padding: 30px 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }


    