
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
body { font: 14px/1.5 "Microsoft Yahei","Î¢ÈíÑÅºÚ"; }

#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: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from 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 ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 25px;
  z-index: 10;
}
.right_nav_list ul li {
  border-radius: 6px;
  margin-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
}
.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;
  background: #060e1b;
  border: 1px solid #060e1b;
}
.right_nav_list ul li .more_cont {
  font-size: 25px;
  margin-top: 0;
}
.right_nav_list ul li .more_cont i {
  position: relative;
  z-index: 2;
}
.right_nav_list ul li .more_cont::before {
  background-color: #fff;
}
.right_nav_list ul li .more_cont:hover {
  color: #060e1b;
}
#index-body .init-1 .navList{margin: 20px 0 20px; text-align: center;}
#index-body .init-1 .navList ul {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
#index-body .init-1 .navList ul li{ float:left;}
#index-body .init-1 .navList ul li a {
    padding: 10px 30px;
    margin-right: 5px;
    margin-left: 5px;
    border: 1px solid #060e1b;
    display: block;
}
#index-body .init-1 .navList ul li a:hover{    color: #fff;background-color: #060e1b;}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  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;
  -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);
  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;
  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;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover .cont {
  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;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 26px;
    height: 26px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  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-weight: 400;
  margin: 0 auto;
  color: #060f1c;
}
#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;
}
#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 {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  left: 6px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 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);
}
#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 img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.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 {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(204, 204, 204, 0);
}
#header > .nav .f-top {
  background-color: #060e1b;    padding-top: 20px;height: 100px;
}

#header > .nav .f-top .container .left .list {
  font-size: 16px;
  color: #fff;
}
#header > .nav .f-top .container .left .list .img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
#header > .nav .f-top .container .left .list.phone {
  margin-right: 20px;
}
#header > .nav .f-top .container .logo {
  display: block;
  width: 20%;
}

.menu{ width:65%; float:left;}
.yuyan{ width:15%; float:right;}
#header > .nav .f-top .container .logo img {
  display: block;
  width: 100%;
}
#header > .nav .f-top .container .right .lang_cont .c_cont .img {
  width: 25px;
  height: 25px;
}
#header > .nav .f-top .container .right .lang_cont .c_cont i {
  font-size: 16px;
  color: #656565;
  margin-left: 10px;
}
#header > .nav .f-top .container .right form {
  margin-left: 20px;
  width: 150px;
  height: 30px;
  position: relative;
}
#header > .nav .f-top .container .right form .text {
  border-radius: 15px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #989898;
  background-color: #fff;
  font-size: 16px;
  padding: 0 10px 0 36px;
}
#header > .nav .f-top .container .right form .btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  border: none;
  background-color: #fff;
  left: 12px;
}
#header > .nav .f-top .container .right .open_btn {
  margin-left: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#header > .nav .f-top .container > .menu {
  padding: 10px 0;
}
#header > .nav .f-top .container > .menu .menu-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c {
  position: relative;
  z-index: 2;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container {
  position: relative;
  z-index: 2;
}
#header > .nav .f-top .container > .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;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 45px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::after,
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::after {
  opacity: 1;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav .f-top .container > .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 .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .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 .f-top .container > .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: 8px 0;
  text-align: center;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  color:#fff;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: #fff;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  border-radius: 5px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 150px;
  -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 .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-190928 .sub-menu{
  width: 220px;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  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 .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav .f-top .container > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
}
#header > .nav .f-top .container > .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 .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
  font-weight: 700;
  padding: 5px 0;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  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);
}
#header > .nav .lang_cont .lang {
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -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-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,
#header.active_inner > .nav {
  background-color: #060e1b;
}

#header.active > .nav > .menu,
#header.active_inner > .nav > .menu {
  margin-top: 0;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a,
#header.active_inner > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  color: #000;
}
#header.active > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before,
#header.active_inner > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before{
  background: #000;
}
@-webkit-keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ks_2 {
  0% {
    transform: scale(1);
  }
  100% {
      transform: scale(1.5);
      opacity: 0;
  }
}
#banner {
  margin-top: 120px;
  z-index: 2;
  overflow: hidden;
  position: relative;
  padding: 0 35px;
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: cover;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 51vw;
  max-height: 980px;
}
#banner .swiper .swiper-wrapper .swiper-slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {
  position: relative;
  z-index: 2;
  height: 100%;
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
  max-width: 980px;
  color: #fff;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
  text-transform: uppercase;
  font-size: 20px;
  display: block;
  text-align: center;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title_2 {
  text-transform: capitalize;
  font-size: 60px;
  
  text-align: center;
  display: block;
  line-height: 1.2;
  margin-top: 20px;
}
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .title_2,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .more {
  -webkit-animation: fadeInUp 0.5s linear;
  -moz-animation: fadeInUp 0.5s linear;
  -o-animation: fadeInUp 0.5s linear;
  animation: fadeInUp 0.5s linear;
}
.pt-100 {
  padding-top: 100px;
}
.pb-100 {
  padding-bottom: 100px;
}
.pt-80 {
  padding-top: 80px;
}
.pb-80 {
  padding-bottom: 80px;
}
.font-40 {
  font-size: 40px;
}
.font-36 {
  font-size: 36px;
  line-height: 1.4;
}
.font-18 {
  font-size: 18px;
}
.font-16 {
  font-size: 16px;
  line-height: 2;
}
.font-14 {
  font-size: 14px;
  line-height: 2;
}
.more_cont {
  padding: 9px 50px;
  border-radius: 25px;
  border: 1px solid #959ba6;
  position: relative;
  overflow: hidden;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.more_cont:hover {
  color: #fff;
}
.more_cont:hover::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .tips_title {
  
  text-align: center; font-weight:bold;
}
#index-body .init-1 .container .tips_des {
  text-align: center;
  color: #929292;
  margin: 0 auto;
  max-width: 980px;
}
#index-body .init-1 .container .content {
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .init-1 .container .content .list {
  margin-top: 30px;
  width: 24%;
  position: relative;
}
#index-body .init-1 .container .content .list .img {
  display: block;
  width: 100%;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}

#index-body .init-1 .container .content .list .title {
  border-radius: 0;
  border: none;
  padding: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 90%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 300px;
  text-align: center;
}
#index-body .init-1 .container .content .list:hover .shadow {
  opacity: 1;
}
#index-body .init-2 {
  position: relative;background-image: url(/xiaoxu/cn/images/index_7.jpg);margin-top: 60px;
}
.erweimal{ float:left; }
.erweimar{ float:left ; margin-left:5%; }
.erweima p{ font-weight:bold;}
.erweima{ margin-top:20px;}
#index-body .init-2 .shadow {
 
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .init-2 .container .tips_title {
  text-align: center;
  
}
#index-body .init-2 .container .tips_des {
  color: #060f1c;
  text-align: center;
  max-width: 780px;
  margin: 60px auto 0;
}
#index-body .init-2 .container .more {
  margin: 30px auto;
}
#index-body .init-2 .container .more i {
  display: inline-block;
  margin-left: 10px;
}
.mguoqi{width: 35px;
    float: left;
    display: block;
    margin-left: 5px;
    margin-top: 18px;}
#index-body .init-3 .container .tips_title{ text-align:center; font-weight:bold;}
#index-body .init-3 .container .tips_des{ text-align:center; margin:10px auto;}

#index-body .init-4 .container .tips_title {
  
  text-align: center; font-weight:bold;
}

.baogao ul li img{ padding:5px;}
.baogao ul li a{ overflow:hidden;}
.baogao ul li:hover img{transform: scale(1.1);}
.baogao{ overflow:hidden; margin-top:50px;}
.baogao ul{ overflow:hidden;display:flex;}

.gongchang{ overflow:hidden;margin-top: 50px;}
.gongchangz{ float:left; width:50%;}
.gongchangz a{ display:block; overflow:hidden;}
.gongchangz img{ width:100%;height: 478px;}
.gongchangz:hover img{transform: scale(1.1);}
.gongchangy{ float:left; width:50%;}
.gongchangy ul li{ float: left; margin-left:15px; margin-bottom:15px; width:335px;}
.gongchangy ul li a{ display:block; overflow:hidden;}

.gongchangy ul li:hover img{transform: scale(1.1);}
#index-body .init-4 .container .tips_des {
  color: #989898;
  max-width: 820px;
  margin: 20px auto 0;
  text-align: center;
}
#index-body .init-4 .container .more_c {
  margin-top: 30px;
  text-transform: uppercase;
}
#index-body .init-4 .container .more_c i {
  margin-left: 10px;
}
#index-body .init-4 .container .swiper {
  margin-top: 20px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    width: 25%;
    float: left;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block; padding:5px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #060e1b;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: 600;
  height: 56px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 4px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .des {
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #535353;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img_sca {
  overflow: hidden;
  margin-top: 30px;
}
#index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img_sca .img {
  height: 220px;
  -o-background-size: cover;
  background-size: cover;
  overflow:hidden;
}
#index-body .init-5 {
  padding: 60px 0;
  background-color: #f8f8f8;
}
#index-body .init-5 .container .tips_title {
  
  text-align: center;
}
#index-body .init-5 .container .tips_des {
  margin-top: 10px;
  text-align: center;
  color: #929292;
}
#index-body .init-5 .container .content {
  margin: 20px -13px 0;
}
#index-body .init-5 .container .content .list {
  width: 20%;
  padding: 0 13px;
  margin-top: 20px;
}
#index-body .init-5 .container .content .list .box .img {
  height: 250px;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index-body .init-5 .container .content .list .box .text {
  margin-top: 14px;
  text-align: center;
}
#index-body .init-5 .container .content .list .box:hover .img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .init-6 .container .tips_title {
  
  text-align: center;
}
#index-body .init-6 .container .tips_des {
  color: #929292;
  text-align: center;
  max-width: 680px;
  margin: 10px auto 0;
}
#index-body .init-6 .container .swiper {
  margin-top: 40px;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide {
  height: auto;
  background-color: #f8f8f8;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #060e1b;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
  height: 350px;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .text {
  padding: 50px 30px;
  font-weight: 700;
}
#index-body .init-7 {
  padding: 60px 0;
  background-color: #fafafa;
}
#index-body .init-7 .container .tips_title {
  
  text-align: center;
}
#index-body .init-7 .container .tips_des {
  color: #747474;
  text-align: center;
  margin-top: 10px;
}
#index-body .init-7 .container form {
  max-width: 50%;
  margin: 10px auto 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .inner-page{background-color: #fafafa;}
#index-body .contact-page .contact-1 .box .form ul li input, #index-body .contact-page .contact-1 .box .form ul li textarea{ background-color:#060e1b;color: #fff;}
#index-body .init-7 .container form .list {
  margin-top: 30px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
}
#index-body .init-7 .container form .list .tips {
  font-weight: bold;
}
#index-body .init-7 .container form .list input,
#index-body .init-7 .container form .list textarea {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
  padding: 5px 0;
  margin-top: 6px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #d7d7d7;
}
#index-body .init-7 .container form .content {
  width: 100%;
}
#index-body .init-7 .container form .more_c {
  width: 100%;
  margin-top: 20px;
}
#index-body .init-7 .container form .more_c .submit_btn {
  cursor: pointer;
  padding: 10px 46px;
  background-color: #060e1b;
  color: #fff;
  border-radius: 0;
  border: none;
}
#footer {
  position: relative;
  color: #fff;
  background-color: #1d1d1d;
}
#footer .f-top {
  padding-top: 40px;
}
#footer .f-top .container .list_cont {
  margin-top: 30px;
}
#footer .f-top .container .list_cont .line {
  background-color: #3a3a3a;
  height: 2px;
  margin-bottom: 10px;
}
#footer .f-top .container .list_cont .first {
  margin-bottom: 20px;
}
#footer .f-top .container .list_cont .list {
  margin-top: 10px;
}
#footer .f-top .container .list_cont .list .img {
  width: 20px;
  height: 20px;
  margin-top: 5px;
}
#footer .f-top .container .list_cont .list .text {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  margin-left: auto;
  color: #888888;
}
#footer .f-top .container .list_cont .list2 {
  color: #888888;
  margin-top: 10px;
}
#footer .f-top .container .list_cont .list2 a:hover {
  color: #fff;
}
#footer .f-top .container .list_cont .news_list {
  background-color: #313131;
  padding: 16px 26px;
}
#footer .f-top .container .list_cont .news_list .swiper .swiper-wrapper .swiper-slide {
}
#footer .f-top .container .list_cont .news_list .swiper .swiper-wrapper .swiper-slide a:hover {
  color: #060e1b;
}
#footer .f-top .container .list_cont .news_list .swiper .swiper-wrapper .swiper-slide .title {
  display: block;
  font-weight: 500;
}
#footer .f-top .container .list_cont .news_list .swiper .swiper-wrapper .swiper-slide .time {
  color: #bab9b9;
  margin-top: 10px;
}
#footer .f-top .container .list_cont .news_list .swiper .swiper-wrapper .swiper-slide .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #919191;
}
#footer .f-top .container .list_cont .share_list {
  padding: 20px 26px;
  background-color: #313131;
  margin-top: 10px;
}
#footer .f-top .container .list_cont .share_list .left .tips {
}
#footer .f-top .container .list_cont .share_list .left .list_c a {
  color: #656565;
  margin-right: 35px;
}
#footer .f-top .container .list_cont .share_list .left .list_c a:hover {
  color: #fff;
}
#footer .f-top .container .list_cont .share_list #ewm {
  width: 70px;
  height: 70px;
  padding: 3px;
  background-color: #fff;
  margin-left: auto;
}
#footer .f-top .container .list_cont1 {
  width: 260px;
}
#footer .f-top .container .list_cont2 {
  width: 250px;
  margin-left: 140px;
}
#footer .f-top .container .list_cont3 {
  width: 450px;
  margin-left: auto;
}
#footer .copyright {
  font-size: 16px;
  color: #767676;
  margin-top: 70px;
}
#footer .copyright .container {
  padding-bottom: 10px;
  padding-top: 10px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #767676;
  margin-top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .login {
  position: relative;
}
@media (max-width: 1700px) {
  #header>.nav .f-top .container>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item{
    margin-left: 30px;
  }
}
@media (max-width: 1500px) {
  #header>.nav .f-top .container .logo{
    width: 20%;
  }
  #header>.nav .f-top .container>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a{
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    padding: 10px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title_2 {
    font-size: 50px;
  }
  #index-body .init-3 .container .cont {
    height: 38vw;
  }
}
@media (max-width: 1250px) {
  #header > .nav .f-top .container .logo {
    width: 260px;
  }
  #header.active > .nav .f-top .container .logo,
  #header.active_inner > .nav .f-top .container .logo {
    width: 260px;
  }
  #header>.nav .f-top .menu-box{
    padding: 10px 0;
  }
  #header>.nav .right{
    margin-left: auto;
    width: 500px;
  }
  #header>.nav .lang_cont{
    margin-left: auto;
  }
  #banner {
    margin-top: 84px;
  }
  #index-body .init-3 .container .cont {
    font-size: 60px;
  }
  #index-body .init-5 .container .content .list .box .img {
    height: 170px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .img {
    height: 250px;
  }
  #index-body .init-6 .container .swiper .swiper-wrapper .swiper-slide .text {
    padding: 20px;
    text-align: center;
  }
  #footer .f-top .container .list_cont1 {
    width: 580px;
  }
  #footer .f-top .container .list_cont3 {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  
  #banner {
    margin-top: 40px;
    padding: 0;
  }
  #banner .swiper .swiper-wrapper .swiper-slide{
    height: 55vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title_2 {
    font-size: 40px;
  }
  #index-body .init-1 .container .content .list {
    width: 48.5%; margin-top:5px;
  }
  #index-body .init-3 .container .cont {
    font-size: 40px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
	 width:100%;
  }
  #index-body .init-5 .container .content .list {
    width: 33.33%;
  }
  #footer .f-top .container .list_cont1 {
    width: 410px;
  }
  #footer .f-top .container .list_cont2 {
    margin-left: 40px;
  }
  #footer .copyright .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
  #footer .copyright .container .right {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 700px) {
  .font-40 {
    font-size: 30px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 56vw;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {
    font-size: 16px;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title_2 {
    font-size: 20px;
    line-height: 1.4;
    margin-top: 10px;
  }
  #index-body .init-2 {
    padding-bottom: 0;
  }
  #index-body .init-7 .container form .list {
    width: 100%;
  }
  #footer .f-top .container .list_cont .line {
    display: none;
  }
  #footer .f-top .container .list_cont .share_list {
    padding: 0;
    background-color: rgba(0, 0, 0, 0);
  }
  #footer .f-top .container .list_cont .share_list #ewm {
    margin-left: 0;
  }
}
@media (max-width: 500px) {
  .pb-100 {
    padding-bottom: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-80 {
    padding-bottom: 40px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-36 {
    font-size: 24px;
    line-height: 1.6;
  }
  #index-body .init-4 .container .tips_des {
    margin-top: 10px;
  }
  #index-body .init-4 .container .swiper {
    margin-top: 20px;
  }
.init-4 .swiper-wrapper { display:block!important;}
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img_sca {
    margin-top: 16px;
  }
  #index-body .init-4 .container .swiper .swiper-wrapper .swiper-slide .img_sca .img {
    height: 56vw;
  }
  #index-body .init-7 {
    padding: 40px 0;
  }
  #footer .f-top .container .list_cont1 {
    margin-top: 0;
  }
  #footer .f-top .container .list_cont .first {
    text-align: center;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #footer .f-top .container .list_cont .share_list #ewm {
    margin: auto;
  }
}



/*inner-page*/
#index-body .init-1 .more_cont{ margin-top:20px;}
.inner-banner {
  margin-top: 100px;
  height: 500px;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
}
.inner-banner:after {
  content: '';
  height: 15%;
  width: 100%;
  /*background: url("../images/banner-mask.png") center top no-repeat;*/
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
.inner-banner .box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}
.inner-banner .box .mbx {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  /*text-transform: uppercase;*/
}
.inner-banner .box .mbx a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 0 5px;
}
.inner-banner .box .mbx a:hover {
  color: #060e1b;
}
.inner-banner .box h2 {
  line-height: 1;
  font-weight: bold;
  font-size: 30px;
  color: white;
  /*text-transform: uppercase;*/
}
.inner-banner .box p{ font-size:18px; color:#fff;line-height: 50px;letter-spacing:5px;}
.inner-page {
  position: relative;
  z-index: 1;
}
.inner-page .m-page {
  margin-top: 55px;
  text-align: center;
  /*font-style: italic;*/
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.now{ background-color:#060e1b; color:#fff;}
.inner-page .m-page a,
.inner-page .m-page b {
  padding: 10px 20px;
  display: inline-block;
 
  border:1px solid #060e1b;
  color:#060e1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .m-page b,
.inner-page .m-page a:hover {
  color: #fff;
   background-color:#060e1b;
  
}
.inner-page .publicBox {
  padding: 200px 0 170px;
  overflow: hidden;
  background: url("../images/publicBox-bg.jpg") right top 10% no-repeat;
}
.inner-page .publicBox .box {
  width: 65%;
  padding: 100px 0;
  padding-right: 20%;
  background: #c4eee1;
  position: relative;
}
.inner-page .publicBox .box a.more2 {
  position: absolute;
  top: 50%;
  font-size: 35px;
  right: 12%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.inner-page .publicBox .box:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: inherit;
}
.inner-page .publicBox .box h3 {
  font-size: 36px;
  color: #060e1b;
  line-height: 1.8;
  font-weight: bold;
  text-transform: uppercase;
}
.inner-page .publicBox .box h3 em {
  color: #060e1b;
}
.inner-page .publicBox .box .text {
  display: block;
  font-size: 16px;
  color: #060e1b;
  line-height: 30px;
  margin-top: 18px;
}


.odm-page .title {
  text-align: center;
}
.odm-page .title span {
  display: inline-block;
  font-size: 18px;
  
  font-weight: 500;
  color: #00378C;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 3.5px;
}
.odm-page .title .tit {
  font-size: 36px;
  
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
}
.odm-page .title .tit i {
  display: block;
}
.odm-page .title p {
  font-size: 18px;
  
  font-weight: 400;
  color: #929292;
  line-height: 1.6;
  max-width: 830px;
  margin: 0 auto;
}
.odm-page .odm-1{
  padding-top: 30px;
}
.odm-page .odm-1 .mbx {
  font-size: 14px;
  
  font-weight: 400;
  color: #000000;
  line-height: 1;
  margin-top: 33px;
}
.odm-page .odm-1 .title span {
  margin-top: 70px;
}
.odm-page .odm-1 .title .tit {
  margin: 20px 0;
  font-weight: Regular;
  
}
.odm-page .odm-1 .list {
  margin-top: 85px;
  overflow: hidden;
}
.odm-page .odm-1 .list ul li .img {
  position: relative;
  border-radius: 20px;
}
.odm-page .odm-1 .list ul li .img img{
  width: 100%;
}
.odm-page .odm-1 .list ul li .img .mask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 45px;
  padding-bottom: 65px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 11;
  overflow: hidden;
  border-radius: 0px;
}
.odm-page .odm-1 .list ul li .img .mask .tit4 {
  font-size: 24px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  text-transform: uppercase;
}
.odm-page .odm-1 .list ul li .img .mask .cona {
  font-size: 16px;
  
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  opacity: 0.7;
  margin-top: 17px;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  height: 145px;
}
.odm-page .odm-1 .list ul li .img .mask::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -300px;
  width: 100%;
  height: 100%;
  background: #060e1b;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask {
  padding-bottom: 30px;
}
.odm-page .odm-1 .list ul li:hover .img .mask .cona {
  opacity: 1;
}
.odm-page .odm-1 .list ul li:hover .img .mask::after {
  opacity: 1;
  height: 100%;
  z-index: -1;
  bottom: 0;
}
.odm-page .odm-2 {
  padding-top: 135px;
}
.odm-page .odm-2 .title .tit {
  font-size: 36px;
  
  font-weight: 300;
  color: #1D1D1D;
  line-height: 1.3;
  margin-top: 20px;
}
.odm-page .odm-2 .title .tit i {
  display: block;
}
.odm-page .odm-2 .title .btn {
  margin-top: 30px;
}
.odm-page .odm-2 .title .btn a {
  display: inline-block;
  font-size: 16px;
  
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  background: #060e1b;
  border-radius: 5px;
  padding: 16px 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.odm-page .odm-2 .title .btn a:hover {
  background: #e37600;
}
.odm-page .odm-2 .top {
  margin-top: 70px;
}

.odm-page .odm-2 .container .content {
  margin: 40px -13px 0;
}
.odm-page .odm-2 .container .content .list {
  width: 20%;
  padding: 0 13px;
  margin-top: 20px;
}
.odm-page .odm-2 .container .content .list .box .img {
  height: 250px;
  -o-background-size: cover;
  background-size: cover;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.odm-page .odm-2 .container .content .list .box .text {
  margin-top: 14px;
  text-align: center;
}
.odm-page .odm-2 .container .content .list .box:hover .img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.odm-page .odm-3 {
  padding: 89px 0 160px;
}
.about-page span.tag {
  font-size: 14px;
  color: #060e1b;
  line-height: 3;
  display: block;
  margin-bottom: 5px;
  text-align:center;
}
.about-page h2 {
  font-size: 36px;
  color: #060e1b;
  text-align:center;
  font-weight:bold;
}
.news-1 h2{font-size: 36px; font-weight:bold;
  color: #060e1b;
  text-align:center;}
.news-1 h4{font-size: 14px;
   color: #929292;
    line-height: 3;
    display: block;
    margin-bottom: 5px;
    text-align: center;}
.about-page h2 em {
    color: #060e1b;
    /*background: url(/template/en/images/icon-title-1.png);*/
    background-size: 100% 100%;
    padding: 5px 10px;
    line-height: 1;
    display: inline-block;
}
.about-page .about-1 {
  padding: 160px 0 120px;
}
.about-page .about-1 .left {
  width: 55%;
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  height: 490px;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.about-page .about-1 .left .img .play {
  text-align: center;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  cursor: pointer;
  cursor: hand;
}

.about-page .about-1 .left .img .play .cont{
  position: relative;
  z-index: 2;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  background: #fff;
}
.about-page .about-1 .left .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: ks_2 3s linear infinite;
}
.about-page .about-1 .left .img .play .ling:first-child{
  animation-delay: 1.5s;
}


.about-page .about-1 .left .img .play {
  text-align: center;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 1;
  cursor: pointer;
  cursor: hand;
  width: 80px;
  height: 80px;
}
.guoqi{ width:40px; float:left; margin-left:10px; }
.about-page .about-1 .left .img .play .cont{
  position: relative;
  z-index: 2;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  background: #fff;
}
.about-page .about-1 .left .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  animation: ks_2 3s linear infinite;
}
.about-page .about-1 .left .img .play .ling:first-child{
  animation-delay: 1.5s;
}

.about-page .about-1 .left .img .play img {
  display: block;
  margin: 0 auto 6px;
}
.about-page .about-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-right:7%;
}
.about-page .about-1 .right h3 {
  
  font-weight: bold;
  font-size: 36px;
  line-height: 48px;
  /*text-transform: uppercase;*/
  color: #060e1b;
}
.about-page .about-1 .right h6 {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #060e1b;
  margin: 20px 0 15px;
}
.about-page .about-1 .right .content {
  font-size: 15px;
  color: #555;
  line-height: 30px;
}
.about-page .about-1 .list {
  margin-top: 70px;
  /*position: relative;*/
}

.about-page .about-1 .list ul li {
  font-weight: bold;
}
.about-page .about-1 .list ul li i {
  display: block;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list ul li i img {
  height: 35px;
}
.about-page .about-1 .list ul li i:after {
  content: '';
  width: 18px;
  height: 18px;
  border-radius: 100%;
  border: 3px solid #060e1b;
  background: white;
  display: block;
  margin: 8px 0 20px;
}
.about-page .about-1 .list ul li h6 {
  font-size: 36px;
  color: #060e1b;
  line-height: 1;
  /*text-transform: uppercase;*/
}
.about-page .about-1 .list ul li p {
  font-size: 16px;
  color: #060e1b;
  /*text-transform: uppercase;*/
  margin-top: 5px;
}
.about-page .about-1 .list ul li:hover i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.about-page .about-2 {
  padding: 80px 0 70px;
  background-size: 100% auto;
  text-align: center;
  background: #f9f9f9;
}
.about-page .about-3 .list {
  margin-top: 20px;
}
.about-page .about-2 .list ul {
  margin: -11px;
}
.about-page .about-2 .list ul li {
  padding: 11px;
}
.about-page .about-2 .list ul li .img {
  display: block;
  position: relative;
}
.about-page .about-2 .list ul li .img img {
  width: 100%;
}
.about-page .about-2 .list ul li .img .text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 5%;
  color: white;
  transform: translateY(-50%);
}
.about-page .about-2 .list ul li .img .text h4 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
.about-page .about-2 .list ul li .img .text p {
  display: block;
  font-size: 18px;
  line-height: 30px;
  height: 120px;
  overflow-y: auto;
}
.about-page .about-2 .list ul li .content {
  margin-top: 35px;
  padding: 0 5%;
  text-align: left;
}
.about-page .about-2 .list ul li .content i {
  display: block;
}
.about-page .about-2 .list ul li .content h6 {
  margin: 10px 0 5px;
  font-size: 20px;
  color: #060e1b;
  line-height: 40px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .content h6:hover {
  color: #060e1b;
}
.about-page .about-2 .list ul li .content p {
  display: block;
  font-size: 15px;
  color: #6f6f6f;
  line-height: 30px;
}
.about-page .about-3 {
  padding: 90px 0;
  text-align: center;
  background-size: 100% auto;
}

header{ position: fixed; width:100%; display:none;  z-index:1920; background-color:#060f1c;     box-shadow: 0 2px 20px 2px rgba(10,110,211,.08);transition: all .3s linear; height:60px; }
header.fix{ background:rgba(0,0,0,.9)}
header .logo{ float:left; padding-top:15px;}
header .logo img{ float:left; }
header .logo .txt{ float:left; font-size:24px; color:#fff; padding-left:15px; height:42px; line-height:42px; margin-left:15px; position:relative;}
header .logo .txt:before{ content:""; display:block; width:2px; height:80%; position:absolute; left:0; top:10%; background:#fff;}
header .menu{ float:right;  width:70%;padding-right: 30px;}
header .menu nav{ float:left; width:94%; }
header .menu nav>ul{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;}
header .menu nav>ul>li{ float:left;flex: auto;-webkit-box-flex: auto;text-align: center;}
header .menu nav>ul>li.re{position: relative;}
header .menu nav>ul>li>a{ display: inline-block; line-height:100px; font-size:16px;  position: relative;}
header .menu nav>ul>li>a i{ margin-left:4px;}
header .menu nav>ul>li>a:before{ content:""; display:block; width:0; height:2px; background:#106dcc; position:absolute; left:50%; margin-left:-50%; bottom:0;transition: all .3s linear; }
header .menu nav>ul:hover>li.on>a:before{ width:0;}
header .menu nav>ul:hover>li.on>a{ font-weight:normal;}

.menu-bar{ display:block; width:26px; height:18px; float:right; position: absolute; right:1.5rem; top:20px; border-bottom:2px solid #ddc099;}
.menu-bar:after{ content:""; display:block; width:100%; height:2px; background:#ddc099; position:absolute; left:0; top:0;}
.menu-bar:before{ content:""; display:block; width:100%; height:2px; background:#ddc099; position:absolute; left:0; top:50%;}
header.ny .menu-bar:after , header.ny .menu-bar:before{ background:#333;}
header.ny .menu-bar{ border-color:#333}
header .logo{ height:60px; line-height:60px; padding-left:5px; padding-top:10px;}
header.ny .logo{ padding-top:10px;}
.searbtn{ display:none;}
header .logo img{ height:36px;}
header .logo .txt{ font-size:14px; height:26px; line-height:26px;}
header .menu nav{ position:fixed; width:100%; height:100%; left:-100%; top:0; z-index:99999;transition: all .3s linear;}
header .menu nav.active{ left:0; opacity:1;pointer-events: none;}
header .am-container{ padding:0; height:100%;}
header .menu nav .ulnav{ display:block; width:60%;background: #737e8a; height:100%; position:relative;overflow-y: auto;    pointer-events: auto;}
header .menu nav .ulnav>li{ width:100%; float:none; border-bottom:1px solid rgba(255,255,255,.1); border-radius:0!important; position:relative;}
header .menu nav .ulnav>li>a{ line-height:60px; color: #fff;}
header.ny .menu nav>ul>li>a{ color:#fff;}
header .menu nav .ulnav>li>a:before{ display:none;}
header .menu nav .ulnav>li .xm{ position:absolute; width:70px; display:block; right:0; top:0; color:rgba(255,255,255,.81); line-height:60px;}
header .menu nav .ulnav>li .subnav{ position:relative; display:none; top:0; opacity:1;visibility:inherit; border-radius:0;}
header .menu nav .ulnav>li:hover>a{ background:none;}
header .menu nav .ulnav>li .subnav.show{ display:block;}
header .menu nav>ul>li>a i{ display:none;}

header.ny{ background:#fff; position:relative;}
header.ny .logo .txt{ color:#333;}
header.ny .logo{ padding-top:18px;}
header.ny .logo .txt:before{ background:#eee;}
header.ny .menu nav>ul>li>a{ color:#333;}



.about-page .about-3 .list ul {
  margin: -10px;
}
.about-page .about-3 .list ul li {
  padding: 10px;
}
.about-page .about-3 .list ul li a.img-box {
  display: block;
  width: 100%;
}
.about-page .about-3 .list ul li a.img-box img {
  width: 100%;
}
.product-page .product-1{
  padding-bottom: 70px; padding-top:60px;
}
.product-page .product-1 h3{font-size: 14px;
color: #929292;    line-height: 3;
    display: block;
    margin-bottom: 5px;
    text-align: center;}
.product-page .product-1 .navList {
  margin: 20px 0 20px;
  text-align: center;
}
.product-page .product-1 .navList ul {
display: inline-flex;
    align-content: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
.product-page .product-1 .navList ul li {
float:left;
}


.swiper-banner{ background:#1e2136;}
.swiper-banner .banmask{ position:absolute; z-index:99; left:0; bottom:0; max-width:30%;pointer-events: none;}
.swiper-banner .swiper-button-next{ right:30px; opacity:.2;}
.swiper-banner  .swiper-button-prev{ left:30px; opacity:.2;}
.swiper-banner .swiper-button-next,.swiper-banner .swiper-button-prev{background-size: 20px 40px;}
.swiper-banner .swiper-button-next:hover,.swiper-banner .swiper-button-prev:hover{ opacity:.8;}
.swiper-banner .swiper-slide{ background:#1e2136;width: 100%;}
.swiper-banner .swiper-slide .txt{ position:absolute; width:100%; left:0; top:41%; color:#fff; z-index:2;pointer-events: none;}
.swiper-banner .swiper-slide .txt .mo{ display:inline-block;}
.swiper-banner .swiper-slide .txt .line{ width:0; height:5px; background:#fff; margin-bottom:5%;transition: all .8s linear;}
.swiper-banner .swiper-slide .txt .line.animated{ width:250px;}
.swiper-banner .swiper-slide .txt .tit{ font-size:36px; line-height:1; text-transform:uppercase;}
.swiper-banner .swiper-slide .txt .tit span{ font-size:48px; font-weight:bold;vertical-align: middle;}
.swiper-banner .swiper-slide .txt .note{ font-size:64px; line-height:1; margin:5% 0;font-weight:bold;}
.swiper-banner .swiper-slide .txt .info{ font-size:16px; font-weight: lighter;}

.swiper-banner .swiper-slide.swiper-slide-active .banitem .img100{-webkit-animation: banner_outside 6s ease 1 forwards;-moz-animation: banner_outside 6s ease 1 forwards;-o-animation: banner_outside 6s ease 1 forwards;animation: banner_outside 6s ease 1 forwards;}

@-webkit-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-moz-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@-o-keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}
@keyframes banner_outside{from{-o-transform:scale(1.1);transform:scale(1.1)}
to{-o-transform:scale(1);transform:scale(1)}
}

@keyframes rotate {0% {transform: translateY(0)}25% {transform: translateY(5px)}50% {transform: translateY(10px) scale(1.1,.9)}75% {ransform: translateY(5px)}100% {transform: translateY(0)}
}
.ban-yuand{ position:absolute; width:100%; left:0; top:50%; transform:translateY(-50%); z-index:2;}
.ban-yuand .am-container{ position:relative;}
.swiper-banner .swiper-banpa{ position:relative; bottom:0; float:right;}
.swiper-banner .swiper-banpa .swiper-pagination-bullet{ display:block; width:14px; height:14px; margin:25px 0; background:none; border:1px solid rgba(255,255,255,0); opacity:1; border-radius:50%; position:relative; }
.swiper-banner .swiper-banpa .swiper-pagination-bullet:before{ content:""; display:block; width:50%; height:50%; border-radius:50%; background:#fff; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%)} 
.swiper-banner  .swiper-banpa .swiper-pagination-bullet-active{ border:1px solid rgba(255,255,255,1); opacity: 1;}
.hm-more a{ display:inline-block; height:46px; line-height:46px; position:relative; padding-left:56px; font-size:18px; color:#fff;pointer-events: auto;}
.hm-more a i{ display:block; width:46px; height:46px; border-radius:50%; border:2px solid #fff;position:absolute; left:0; top:0;}
.hm-more a i:before{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(40deg);transform-origin: right;}
.hm-more a:hover i:before{animation: rota .6s ease 1 forwards;}
.hm-more a i:after{ content:""; display:block; width:26%; height:2px; background:#fff; position:absolute; left:50%; top:50%; margin:-1px 0 0 -15%;    transform: rotate(-40deg);transform-origin: right;}
.hm-more a:hover i:after{animation: rotaf .6s ease 1 forwards;}
@keyframes rota{from{transform: rotate(0deg);}to{transform: rotate(40deg);}}
@keyframes rotaf{from{transform: rotate(0deg);}to{transform: rotate(-40deg);}}

.product-page .product-1 .navList ul li a{padding: 10px 30px;margin-right: 5px; margin-left:5px;border: 1px solid #060e1b;display: block;}
.product-page .product-1 .navList ul li a:hover{ color:#fff; background-color:#060e1b;}
.cptitle{ font-size:14px; text-align:center; display:block; line-height:40px;}
.sycptitle span{ line-height:30px;}
.product-page .product-1 .list ul li:hover .cptitle { background-color:#060e1b; color:#fff;}
.product-page .product-1 .navList ul li img {
  border-radius: 100%;
  border: 6px solid #e4e4e4;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: block;
  margin: 0 auto;
  max-width: 120px;
  height: 120px;
}
.product-page .product-1 .navList ul li h6 {
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  line-height: 1.2;
  padding-bottom: 12px;
}
.product-page .product-1 .navList ul li h6:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 30%;
  height: 4px;
  background: #060e1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .navList ul li h6:before {
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #060e1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  position: absolute;
}
.product-page .product-1 .navList ul li:hover img {
  border-color: #060e1b;
}
.product-page .product-1 .navList ul li:hover h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li:hover h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul li.active img {
  border-color: #060e1b;
}
.product-page .product-1 .navList ul li.active h6::before {
  opacity: 1;
}
.product-page .product-1 .navList ul li.active h6:after {
  width: 100%;
}
.product-page .product-1 .navList ul .slick-arrow {
  width: 12px;
  height: 16px;
  border: none;
  background: url("../images/icon-play.png") center center no-repeat;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.product-page .product-1 .navList ul .slick-arrow.slick-prev {
  left: 20px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page .product-1 .navList ul .slick-arrow.slick-next {
  right: 20px;
}
.cases .img-box img{ border:0px!important;}

.product-page .product-1 .list ul > p{
  font-size: 16px;
  letter-spacing: 0;
}

.lvlvh1 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #060e1b;
  font-weight: bold;
}

.lvlvpro {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
}
.product-page .product-1 .list .cat_des{
  margin-bottom: 20px;
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.product-page .product-1 .list ul li {
  padding: 15px;
}
.product-page .product-1 .list ul li a.img-box {
  display: block;
}
.product-page .product-1 .list ul li a.img-box img {
  width: 100%;
}
.product-page .product-1 .list ul li a.img-box span {
  padding: 0 30px;
  line-height: 28px;
  height: 28px;
  background: white;
  font-weight: 300;
  font-size: 15px;
  color: #060e1b;
  text-transform: uppercase;
  position: absolute;
  right: -1px;
  top: 80%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.product-page .product-1 .list ul li h6 {
  font-size: 18px;
    font-weight: bold;
    line-height: 32px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .product-1 .list ul li h6:hover {
  color: #060e1b;
}
.product-page .product-1 .list ul li .des{
  font-size: 14px;
  display: block;
  color: #666;
  margin-top: 10px;
  transition: all .5s;
  line-height: 30px;
}
.product-page .product-1 .list ul li .des:hover{
   color: #060e1b;
}
.prodet-page .prodet-1 {
  padding: 60px 0 40px;
}
.prodet-page .prodet-1 .left {
  width: 55%;
  vertical-align: middle;
}
.prodet-page .prodet-1 .left ul {
  margin: -8px;
}
.prodet-page .prodet-1 .left ul li {
  padding: 8px;
}
.prodet-page .prodet-1 .left ul li a {
  display: block;
  position: relative;
}
.prodet-page .prodet-1 .left ul li a img{
  width: 100%;
}
.prodet-page .prodet-1 .left ul li img {
  display: block;
}
.prodet-page .prodet-1 .left .smallImg {
  width: 17.5%;
  padding-right: 20px;
  float: left;
}
.prodet-page .prodet-1 .left .smallImg a:after {
  content: '';
  border: 3px solid #060e1b;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .left .smallImg a:hover:after,
.prodet-page .prodet-1 .left .smallImg a.active:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .smallImg .slick-current a:after {
  opacity: 1;
}
.prodet-page .prodet-1 .left .bigImg {
  width: 82.5%;
  display: inline-block;
  overflow: hidden;
}
.prodet-page .prodet-1 .right {
  width: 45%;
  vertical-align: middle;
  padding-left: 5%;
}
.prodet-page .prodet-1 .right span.tag {
  font-size: 15px;
  color: #060e1b;
  line-height: 1;
  display: block;
}
.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    line-height: 42px;
    margin-top: 12px;
    
}
.prodet-page .prodet-1 .right a.more:after {
  display: none;
}
.prodet-page .prodet-1 .right .text {
  font-size: 15px;
  color: #060e1b;
  line-height: 30px;
  margin: 20px 0 25px;
}
.prodet-page .prodet-1 .right .more{
  overflow: hidden;
  display: inline-block;
}
.prodet-page .prodet-1 .right .box2 {
  margin-top: 35px;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
  padding: 18px 0;
}
.prodet-page .prodet-1 .right .box2 h6 {
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  margin-right: 12px;
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 > div {
  margin-bottom: 15px;
  line-height: 30px;
}
.prodet-page .prodet-1 .right .box2 > div:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-1 .right .box2 .color ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .color ul li {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
.prodet-page .prodet-1 .right .box2 .color ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .tag .link a {
  margin-right: 10px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 15px;
  color: #060e1b;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .tag .link a:hover {
  color: #060e1b;
}
.prodet-page .prodet-1 .right .box2 .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .right .box2 .share ul li {
  width: auto;
  margin-right: 20px;
  font-size: 16px;
  color: #878787;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .box2 .share ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-1 .right .box2 .share ul li:hover {
  color: #060e1b;
}
.prodet-page .prodet-2 {
  padding-bottom: 90px;
}
.prodet-page .prodet-2 .options {
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-2 .options ul li {
  margin-right: 100px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 15px;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options ul li:last-child {
  margin-right: 0;
}
.prodet-page .prodet-2 .options ul li:after {
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1px;
  background: #060e1b;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0;
}
.prodet-page .prodet-2 .options ul li.active:after,
.prodet-page .prodet-2 .options ul li:hover:after {
  opacity: 1;
}
.prodet-page .prodet-2 .retBox {
  margin-top: 40px;
}
.prodet-page .prodet-2 .retBox .content {
  font-size: 16px;
    color: #060e1b;
    line-height: 30px;
}
.prodet-page .prodet-2 .retBox .content table {
  border: none;
}
.prodet-page .prodet-2 .retBox .content table td {
  border: 1px solid #b4b4b4;
  padding: 10px;
  min-width: 120px;
  line-height: 30px;
}
.prodet-page .prodet-2 .retBox .form {
  max-width: 1300px;
  display: block;
  margin: 0 auto;
}
.prodet-page .prodet-2 .retBox .form li {
  margin-bottom: 15px;
}
.prodet-page .prodet-2 .retBox .form li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .form li input,
.prodet-page .prodet-2 .retBox .form li textarea {
  width: 100%;
  line-height: 24px;
  padding: 12px 20px;
  background: #f3f3f3;
  border: none;
}
.prodet-page .prodet-2 .retBox .form li textarea {
  height: 200px;
}
.prodet-page .prodet-2 .retBox .form li input[type="submit"] {
  width: auto;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background: #060e1b;
  color: white;
}
.prodet-page .prodet-2 .retBox .faq li {
  margin-bottom: 15px;
  padding: 10px;
  background: #f9f9f9;
}
.prodet-page .prodet-2 .retBox .faq li:last-child {
  margin-bottom: 0;
}
.prodet-page .prodet-2 .retBox .faq li h6 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
}
.prodet-page .prodet-2 .retBox .faq li .text {
  font-size: 16px;
  margin-top: 10px;
  font-weight: 300;
  line-height: 30px;
}
.prodet-page .prodet-3 {
  padding: 100px 0 110px;
  text-align: center;
  background: url("../images/prodet-3-bg.jpg") center top no-repeat #f4f4f4;
  margin-bottom: -30px;
}
.prodet-page .prodet-3 span.tag {
  font-size: 16px;
  color: #060e1b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 1;
  position: relative;
  z-index: 1;
  margin-bottom: 5px;
  display: block;
  margin-top: 20px;
}
.prodet-page .prodet-3 h2 {
  font-size: 36px;
  font-weight: Regular;
  color: #060e1b;
  
  /*text-transform: uppercase;*/
  line-height: 1;
  margin-top: 20px;
}
.prodet-page .prodet-3 h2 em {
  color: #060e1b;
  /*background: url("../images/icon-title-1.png");*/
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
.prodet-page .prodet-3 .list {
  margin-top: 70px;
  text-align: center;
}
.prodet-page .prodet-3 .list .slick-track{
  display: flex;
}
.prodet-page .prodet-3 .list .slick-track .slick-slide{
  height: auto;
}
.prodet-page .prodet-3 .list .slick-track .slick-slide > div{
  height: 100%;
}
.prodet-page .prodet-3 .list ul {
  margin: -9px;
}
.prodet-page .prodet-3 .list ul li {
  height: 100%;
  padding: 9px;
}
.prodet-page .prodet-3 .list ul li .box{
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  background: #fff;
}
.prodet-page .prodet-3 .list ul li a.img-box {
  display: block;
}
.prodet-page .prodet-3 .list ul li a.img-box img {
  display: block;
  width: 100%;
}
.prodet-page .prodet-3 .list ul li .content {
  padding: 40px 15px;
  background: white;
}
.prodet-page .prodet-3 .list ul li .content h4 {
  font-size: 18px;
  font-weight: bold;
     line-height: 34px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
      padding-bottom: 10px;
}
.prodet-page .prodet-3 .list ul li .content h4:hover {
  color: #060e1b;
}
.prodet-page .prodet-3 .list ul li .content a.more2 {
  font-weight: 300;
  font-size: 15px;
  color: #060e1b;
  /*text-transform: uppercase;*/
  margin-top: 10px;
  display: inline-block;
}
.news-page .news-1 {
  padding-top: 60px;
}
.news-page .news-1 .list ul {
  margin: -30px -15px;
}
.news-page .news-1 .list ul li {
  padding: 30px 15px; border-bottom:1px dotted #9E9E9E;
}
.news-page .news-1 .list ul li a.img-box {
  display: block;
}
.news-page .news-1 .list ul li a.img-box img {
  width: 100%;
}
.news-page .news-1 .list ul li .content {
  display: block;
  margin-top: 35px;
  text-align: left;
}
.news-page .news-1 .list ul li .content time {
  display: block;
  font-size: 14px;
  color: #9E9E9E;
  line-height: 1;
  margin: 10px 0;
}
.news-page .news-1 .list ul li .content h3 {
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  /*text-transform: uppercase;*/
  line-height: 1.4;
  margin: 8px 0 15px;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .news-1 .list ul li .content h3:hover {
  color: #e1c198;
}
.news-page .news-1 .list ul li .content p {
  display: block;
  font-size: 16px;
  color: #6f6f6f;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#footer p{ line-height:80px; text-align:center;}
.news-page .news-1 .list ul li .content a.more {
  margin-top: 20px;
  display: inline-block;
  /*text-transform: uppercase;*/
  padding: 4px 20px;
}
.newdet-page {
  padding-top: 60px;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.newdet-page h1 {
  
  font-size: 36px;
  color: #333;
}
.newdet-page time {
  font-size: 16px;
  margin-top: 10px;
  display: block;
}
.newdet-page .content {
  padding: 20px 0;
  margin: 20px 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  text-align: left;
}
.newdet-page .prodet-page .prodet-3 .list ul li .content{
  margin: 20px 0;
  padding: 20px 16px;
  border: none;
}
.m-link {
  margin-top: 20px;
  font-size: 16px;
  display: inline-block;
  text-align: left;
  float: left;
  line-height: 30px;
  margin-bottom: 50px;
}

.contact-page .contact-1 {
  padding-bottom: 40px;
  padding-top: 60px;
  
}
.contact-page .contact-1 h2 {
  font-size: 36px;
  color: #060e1b;
  text-align:center;
  font-weight:bold;
  
}
.contact-page .contact-1 h3{    font-size: 14px;color: #929292;display: block;margin-bottom: 5px;text-align: center;    line-height: 3;} 
.contact-page .contact-1 h2 em {
  color: #060e1b;
  background-size: 100% 100%;
  padding: 5px 10px;
  line-height: 1;
  display: inline-block;
}
.contact-page .contact-1 .box {
  position: relative;

  padding: 60px;
  z-index: 1;
}
.Auxil-form p{ padding-bottom:20px; font-size:16px;}

.contact-page .contact-1 .box .info {
 
  position: relative;
}

.contact-page .contact-1 .box .info h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
}
.contact-page .contact-1 .box .info .text {
  font-size: 14px;
  font-weight: 300;
  line-height: 34px;
  
}
.contact-page .contact-1 .box .form ul li {
  margin-bottom: 12px;
}
.contact-page .contact-1 .box .form ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-1 .box .form ul li input,
.contact-page .contact-1 .box .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 13px 20px;
  background: #f9f9f9;
  border: none;
  font-size: 16px;
  font-weight: 300;
  color: #060e1b;
}
.contact-page .contact-1 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-1 .box .form ul li textarea::-webkit-input-placeholder {
  color:  #060e1b;
}
.contact-page .contact-1 .box .form ul li input:-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea:-moz-placeholder {
  color:  #060e1b;
}
.contact-page .contact-1 .box .form ul li input::-moz-placeholder, .contact-page .contact-1 .box .form ul li textarea::-moz-placeholder {
  color:  #060e1b;
}
.contact-page .contact-1 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-1 .box .form ul li textarea:-ms-input-placeholder {
  color:  #060e1b;
}
.contact-page .contact-1 .box .form ul li input::placeholder,
.contact-page .contact-1 .box .form ul li textarea::placeholder {
  color:  #060e1b;
}
#index-body .contact-page .contact-1 .box .form ul li input::placeholder,
#index-body .contact-page .contact-1 .box .form ul li textarea::placeholder {
  color:  #fff;
}
.contact-page .contact-1 .box .form ul li textarea {
  height: 140px;
}
.contact-page .contact-1 .box .form ul li input[type="submit"] {
  padding: 13px 60px;
  width: auto;
  color: #fff;
  display: inline-block;
  background: #e1c198;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .box .form ul li input[type="submit"]:hover {
  background: #000;
}
.contact-page .map #mapContainer {
  height: 720px;
  margin-bottom: -30px;
}
.contact-page .map #mapContainer .amap-copyright,
.contact-page .map #mapContainer .amap-logo {
  display: none !important;
}

.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;
    
    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: 1500px) {
  .inner-banner{
    margin-top: 96px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 500px;
  }
  .inner-banner .box .mbx {
    font-size: 16px;
  }
  .inner-banner .box h2 {
    font-size: 60px;
  }
  .odm-page .odm-1 .list ul li .img .mask {
    padding: 25px;
  }
  .odm-page .odm-2{
    padding-top: 80px;
  }
  .odm-page .odm-3{
    padding: 80px 0;
  }
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit{
    font-size: 36px;
  }
  .odm-page .odm-2 .title .tit i {
    display: initial;
  }
  .odm-page .odm-1 .title span {
    margin-top: 40px;
  }
  .contact-page .contact-1 h2,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 40px;
  }
  .contact-page .contact-1 .box .info .text {
    font-size: 16px;
  }
  .contact-page .contact-1 .box .info {
    padding-right: 0%;
  }
  .contact-page .contact-1 .box .form ul li input,
  .contact-page .contact-1 .box .form ul li textarea {
    padding: 10px 20px;
  }
  .contact-page .map #mapContainer {
    height: 600px;
  }
  .newdet-page {
    padding-top: 50px;
  }
  .news-page .news-1 {
    padding-top: 60px;
  }
  .inner-page .m-page a,
  .inner-page .m-page b {
    padding: 6px 14px;
  }
  .inner-page .m-page {
    font-size: 20px;
  }
  .news-page .news-1 .list ul li .content {
    margin-top: 20px;
  }
  .news-page .news-1 .list ul li .content h3 {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    padding-bottom: 10px;
  }
  .prodet-page .prodet-3 .list {
    margin-top: 40px;
  }
  .prodet-page .prodet-3 .list ul li .content {
    padding: 25px 10px;
  }
  .prodet-page .prodet-3 .list ul li .content a.more2 {
    font-size: 14px;
    line-height: 1;
  }
  .product-page .product-1 .navList ul li h6 {
    font-size: 20px;
    margin-top: 10px;
    padding-bottom: 8px;
  }
  .product-page .product-1 .list ul li a.img-box span {
    padding: 0 15px;
  }
  .inner-page .publicBox .box {
    padding: 50px 0;
    padding-right: 10%;
  }
  .inner-page .publicBox {
    padding: 100px 0;
    background-size: auto 120%;
  }
  .about-page .about-1 {
    background-size: 70% auto;
  }
  .about-page .about-1 .right h6 {
    font-size: 18px;
    margin: 10px 0;
  }
  .about-page .about-1 .left .img {
    height: 400px;
  }
  .about-page .about-1 .list ul li h6 {
    font-size: 30px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 14px;
  }
  .about-page .about-1 {
    padding: 90px 0 60px;
  }
  .contact-page .contact-1 {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 360px;
  }
  .inner-banner .box h2 {
    font-size: 40px;
  }
  .odm-page .odm-1 .title .tit {
    margin: 15px 0;
  }
  .odm-page .odm-2 .container .content .list .box .img {
    height: 170px;
  }
  .about-page .about-1 {
    background: none;
  }
  .inner-banner .box {
    top: 45%;
  }
  .about-page .about-1 .right {
    padding-left: 4%;
  }
  .about-page .about-1 .right .content {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .list ul li .img .text h4 {
    font-size: 28px;
  }
  .about-page .about-2 .list ul li .img .text p {
    font-size: 15px;
    line-height: 1.6;
  }
  .about-page .about-2 .list ul li .content {
    margin-top: 20px;
  }
  .about-page .about-2 .list ul li .content h6 {
    font-size: 20px;
  }
  .about-page .about-3 .list {
    margin-top: 40px;
  }
  .about-page .about-3 {
    padding: 60px 0;
  }
  .contact-page .map #mapContainer {
    height: 440px;
  }
  .contact-page .contact-1 .box {
    padding: 40px 5% 40px 0;
  }
  .newdet-page h1 {
    font-size: 24px;
  }
  .newdet-page .content,
  .m-link,
  .newdet-page time {
    font-size: 14px;
  }
  .about-page .about-1 .right h3 {
    font-size: 26px;
  }
  .prodet-page .prodet-2 {
    padding-bottom: 50px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 28px;
    margin-top: 15px;
  }
  .prodet-page .prodet-1 .right .box2 {
    margin-top: 20px;
    padding: 10px 0;
  }
  .prodet-page .prodet-1 .right .box2 > div {
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 17px;
  }
  .inner-page .publicBox .box a.more2 {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: auto;
    padding: 100px 0;
    margin-top: 40px;
  }
  .inner-banner .box{
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
  }

  .odm-page .odm-3{
    padding: 60px 0;
  }
  .odm-page .odm-2{
    padding-top: 60px;
  }

  
  .odm-page .odm-1 .list ul li .img .mask {
    position: static;
    opacity: 1;
    z-index: 111;
    background: #060e1b;
  }
  .odm-page .odm-1 .list ul li .img .mask::after {
    display: none;
  }
  .odm-page .odm-1 .list ul li .img .mask .cona {
    opacity: 1;
  }
  .odm-page .odm-1 .list ul li .img .mask .tit4 {
    line-height: 1.2;
  }
  
  .odm-page .odm-2 .container .content .list {
    width: 33.33%;
  }
  .odm-page .title span {
    margin-top: 15px;
  }


  .seoIndustry.Auxil-industry, a.qiangye {
      display: none !important;
  }







  .inner-banner .box .mbx {
    font-size: 14px;
    line-height: 30px;
  }
  .inner-banner .box h2 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .product-1 .navList{margin: 20px 0 30px;}
  .product-page .product-1 .navList ul li a{padding: 5px 10px;}
  #index-body .init-1 .navList ul li a{padding: 5px 10px;}
  .gongchangz{ width:100%;}
  .gongchangz img{ height:auto; margin-bottom:15px;}
  .gongchangy{ width:100%;}
  .gongchangy ul li{ width:100%; margin-left:0px;}
  .news-1 h4{ line-height:1;}
  .lvlvh1{
    font-size: 20px;
    line-height: 36px;
  }

  .product-page .product-1 {
    padding-top: 50px;
  }
  .product-page .product-1 .list ul li {
    padding: 5px;
  }
  .product-page .product-1 .list ul {
  }
  .product-page .product-1 .list ul li h6 {
    margin-top: 10px;
    text-align: center;
  }
  .inner-page .publicBox .box {
    width: 80%;
    padding-right: 30px;
  }
  .inner-page .publicBox .box h3 {
    font-size: 28px;
  }
  .inner-page .publicBox {
    padding: 50px 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .smallImg {
    width: 20.6%;
  }
  .prodet-page .prodet-1 .left .bigImg {
    width: 79.4%;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 40px;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 20px;
  }
  .contact-page .contact-1 h2,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 32px;
  }
  .prodet-page .prodet-3 span.tag,
  .about-page span.tag {
    font-size: 14px;
  }
  .prodet-page .prodet-3 {
    padding: 70px 0;
  }
  .news-page .news-1 .list ul li {
    padding: 7px;
  }
  .news-page .news-1 .list ul {
    margin: -7px;
  }
.baogao ul{display: inline-grid;}  
  .contact-page .contact-1 .box {
    padding: 15px;
    width: 100%;
    margin-top: 0px;
  }
  .contact-page .contact-1 .box:after{
    display: none;
  }
  .contact-page .contact-1 .box .info {
    width: 100%;
  }
  .contact-page .contact-1 .box .form {
    width: 100%;
    margin-top: 20px;
  }
  .contact-page .contact-1 .box .info .text {
    margin-top: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .box .form ul li input,
  .contact-page .contact-1 .box .form ul li textarea {
    font-size: 14px;
  }
  .contact-page .map #mapContainer {
    height: 360px;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .left .img {
    height: 260px;
  }
  .about-page .about-1 .list ul li {
    width: 25%;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 700px) {

  #footer:after {
    top: 20%;
  }

  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit {
    font-size: 32px;
  }
  .odm-page .title .tit i {
    display: initial;
  }
  .about-page .about-1 .list {
    display: none;
  }
  .contact-page .contact-1 h2 em {
    background: none;
  }
  .contact-page .contact-1 .box {
    width: 100%;
  }
  .inner-page .publicBox {
    background-size: auto 80%;
  }
  .inner-page .publicBox .box {
    width: 90%;
  }
  .inner-page .publicBox .box .text {
    font-size: 14px;
  }
  .contact-page .contact-1 h2,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 28px;
  }
  #footer .footer-top .searchBox h2 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 .options ul li {
    margin-right: 30px;
    font-size: 16px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }
  .inner-page .m-page {
    margin-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  #footer:after {
    top: 5%;
  }
  .odm-page .title .tit,
  .odm-page .odm-2 .title .tit{
    font-size: 26px;
  }
  .odm-page .odm-3{
    padding: 40px 0;
  }
  .odm-page .odm-2 .container .content .list{
    width: 50%;
    padding: 0 4px;
  }
  .odm-page .odm-2 .container .content .list .box .img{
    height: 46vw;
  }
  .inner-page .publicBox .box h3 {
    font-size: 24px;
  }
  .contact-page .contact-1 h2,
  .prodet-page .prodet-3 h2,
  .about-page h2 {
    font-size: 24px;
  }
  .erweimar{ margin-left:5px;}
  .contact-page .contact-1 h3{ line-height:1.6;}
  .prodet-page .prodet-3 span.tag,
  .about-page span.tag {
    font-size: 14px;
  }
  .prodet-page .prodet-2 .options {
    display: none;
  }
  .prodet-page .prodet-2 .retBox {
    margin-top: 0;
  }
  .prodet-page .prodet-2 .retBox .slide {
    display: block !important;
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .retBox .content {
    font-size: 14px;
  }
  .prodet-page .prodet-1 .right .box2 h6 {
    font-size: 14px;
  }
  .about-page .about-1 .right h3 {
    font-size: 22px;
    line-height: 30px;
  }
  .newdet-page h1 {
    font-size: 22px;
  }
  .faq-page{
    padding: 40px 0;
  }
  .gallery-page{
    padding: 40px 0;
  }
  .gallery-page .container .gallery-list ul li{
    padding: 15px 0;
  }
}




.seoPublic .title {
  
    font-size: 36px;
    font-weight: Regular;
    line-height: 1.4;
    margin-bottom: 2em;
}

.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: normal;
    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;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.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: #060e1b;
}

.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: #060e1b;
    color: #060e1b;
}

.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: #060e1b;
}

.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: #060e1b;
    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: #060e1b;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 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: #060e1b;
    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 .content {
    display: block;
    padding: 20px;
    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: #060e1b;
}

.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 #060e1b;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: #060e1b;
}

.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: #060e1b;
}

@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;
    }
	
  header {
    display: block;
  }
.sybanner{ margin-top:60px;}
    #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: #060e1b;
        border-radius: 5px;
        color: white;
    }

    #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;
    }
}