@charset "utf-8";
/* CSS Docnt */
@font-face {
  src: url(../fonts/SourceHanSansCN-Regular-Alphabetic.woff2);
  font-family: "myfont";
}
@font-face {
  src: url(../fonts/impact.ttf);
  font-family: "num";
}
@font-face {
  font-family: "iconfont";
  src: url(../icons/iconfont.eot);
  src: url(../icons/iconfont.eot?#iefix) format("embedded-opentype"),
    url(../icons/iconfont.woff) format("woff"),
    url(../icons/iconfont.ttf) format("truetype"),
    url(../icons/iconfont.svg#iconfont) format("svg");
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
img,
hr,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #666;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
  line-height: 24px;
  font-family: "myfont", Arial, sans-serif;
}
html {
  font-size: 62.5%;
}
img {
  display: block;
}
p {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  list-style: none;
  font-size: 12px;
  line-height: 24px;
}
article,
aside,
dialog,
figure,
footer,
hgroup,
menu,
nav,
dir,
section {
  margin: 0;
  padding: 0;
  display: block;
}
.clear {
  clear: both;
}
a {
  text-decoration: none !important;
}

.header {
  width: 100%;
}

.header .header_up {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  position: relative;
}
.header .header_ups {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .header_up .logo {
  float: left;
  padding: 8px 0;
  margin-left: 5%;
}
.header .header_up .logo img {
  height: 60px;
}
.header .header_up .nav {
  height: 100%;
  width: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header .nav ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .nav ul li {
  width: 16.66%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.header .nav ul li h1 {
  line-height: 76px;
  font-size: 1.8rem;
  color: #333;
}
.header .navs ul li h1 {
  color: #333;
}
.header .header_up .other {
  margin-right: 5%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 100%;
}
.header .language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .language_left img {
  width: 26px;
  height: 26px;
}

.header .language_right img {
  height: 36px;
  box-sizing: border-box;
  cursor: pointer;
  margin-left: 10px;
}
.header .language_txt {
  margin: 0 20px;
}
.header .language_txt p {
  color: #333;
  font-size: 1.6rem;
}
.header .language_txt p a {
  padding: 0px 5px;
  font-size: 1.6rem;
}
.header .language_txt .ps2 {
  color: #999;
}
.header .language_txt p a:nth-child(1) {
  color: #0054cd;
}
html[lang="en"] .header .language_txt p a:nth-child(1) {
  color: #666;
}
html[lang="en"] .header .language_txt p a:nth-child(2) {
  color: #0054cd;
}
.header {
  position: relative;
}
.header_down {
  height: 80px;
  width: 100%;
  position: absolute;
  z-index: 12;
  left: 0;
}
.sousuodiv {
  background: rgba(255, 255, 255, 1);
  position: fixed;
  box-sizing: border-box;
  padding: 10% 10%;
  top: 0;
  left: 0;
  z-index: 888;
  width: 100%;
  height: 100%;
}
.sousuodiv img {
  width: 170px;
  display: block;
  margin: auto;
}
.sousuodiv h2 {
  font-size: 2.4rem;
  font-family: none;

  color: #333;
  margin-top: 50px;
  text-align: center;
}
.sousuodiv input {
  width: 60%;
  margin: auto;
  display: block;
  height: 40px;
  margin-top: 120px;
  font-size: 2.4rem;
  box-sizing: border-box;
  border: none;
  vertical-align: bottom;
  outline: none;
  background: none;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
}
.sousuodiv .ssdivs {
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
.sousuodiv .ssdivs a {
  font-size: 1.6rem;
  padding: 0px 20px;
}
.inic {
  position: relative;
}
.inic p {
  font-size: 2.4rem;
  color: #999;
  letter-spacing: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: -1;
}
.inic p .iconfont {
  font-size: 2.4rem;
}

.header_down ul {
  width: 100%;
  margin: auto;
}
.header_down ul li {
  margin: auto;
  background: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: center;
  font-size: 1.7rem;
  opacity: 0;
  padding: 15px 0;
  flex-wrap: wrap;
  line-height: 46px;
}
.header_down ul li a {
  text-align: center;
  line-height: 20px;
  padding: 3px 50px;
  color: #333;
  font-size: 1.7rem;
  opacity: 0.8;
  line-height: 40px;
}
.header_down ul li:nth-of-type(2) a {
  line-height: 20px;
}
.header_down ul li a:hover {
  color: #0193de;
}

.footer {
  width: 100%;
  background: #001725;
}
.footer_t {
  width: 80%;
  margin: auto;
  overflow: hidden;
  padding: 2.2% 0 1.5%;
}
.footer_t .footer_l {
  float: left;
  overflow: hidden;
  width: 60%;
  border-right: 1px solid #0a3b58;
  box-sizing: border-box;
}
.footer_t .footer_l ul {
  float: left;
  width: 20%;
}
.footer_t ul li p {
  font-size: 1.8rem;
  color: #fff;
}
.footer_t ul li:first-child {
  margin-bottom: 15px;
}
.footer_t ul li {
  margin-bottom: 10px;
}
.footer_t ul li span {
  font-size: 1.4rem;
  color: #fff;
  opacity: 0.6;
  display: block;
  line-height: 1.3;
}
.footer_t ul li span:hover {
  color: #0193de;
  opacity: 1;
}
.footer .footer_r {
  float: right;
  width: 35%;
}
.footer_d {
  background: #00101a;
}
.footer_d p {
  padding: 6px 0;
  line-height: 2;
  color: #fff;
}
.footer_d p a {
  margin-left: 20px;
  color: #fff;
}
.footer_d_all {
  width: 80%;
  margin: auto;
}
.footer_d_l {
  float: left;
}
.footer_d_r {
  display: none;
  float: right;
}
.footer .footer_r ul {
  float: left;
  width: 60%;
}
.footer .footer_r ul:nth-of-type(2) {
  width: 112px;
  float: right;
}
.footer .footer_r b {
  width: 100%;
  display: block;
}
.footer .footer_r b img {
  width: 100%;
}
.banner {
  position: relative;
  padding-bottom: 5%;
}
.banner .top img {
  width: 100%;
  display: none;
}
.banner .top .active {
  display: block;
}
.about .down {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: #fff;
  width: 100%;
  padding: 1% 0;
}
.about .down ul {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 1% 5%;
  padding-bottom: 0;
  box-sizing: border-box;
}
.down ul li {
  padding: 1% 0 !important;
}
.about .down ul li:hover {
  cursor: pointer;
}
.about .down ul li p {
  text-align: center;
  font-size: 1.7rem;
  color: #999;
  line-height: 2;
}
.about .down ul li img {
  width: 30px;
  margin: 0 auto;
}
.about .down ul li img:nth-child(2) {
  display: none;
}
.about .down ul .active img:nth-child(2) {
  display: block;
}
.about .down ul .active img:nth-child(1) {
  display: none;
}
.about .down ul .active p {
  color: #0193de;
}
.indexbox {
  width: 100%;
  margin: auto;
}
.productsbox {
  padding-bottom: 100px;
}
.title {
  margin: auto;

  width: 40%;
  padding-top: 70px;
  padding-bottom: 50px;
}
.title h1 {
  text-align: center;
  color: #0193de;
  font-size: 10rem;
  font-weight: bold;
  position: relative;
  top: 20px;
  z-index: -1;
  font-family: "title";
  transform: rotateZ(20deg);
  -webkit-transform: rotateZ(20deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.title .rota2 {
  transform: rotateZ(-20deg);
  -webkit-transform: rotateZ(-20deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.title h2 {
  text-align: center;
  font-size: 3.6rem;
  color: #333;
  text-shadow: 1px 1px 0px #fff;
  letter-spacing: 1px;
  padding: 8px 0;
  line-height: 1.2;
  text-transform: uppercase;
}
.title p {
  margin: auto;
  text-align: center;
  border: 1px solid #0193de;
  width: 16%;
  padding: 4px 0;
  color: #0193de;
  font-size: 1.7rem;
}
html[lang="en"] .title p {
  display: none;
}
.number {
  width: 100%;
  margin: auto;
  padding: 0% 5%;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.number ul {
  display: flex;
  width: 80%;
  justify-content: space-between;

  margin: auto;

  box-sizing: border-box;
}
.number ul li h3 {
  text-align: center;
  font-family: "num";
  font-size: 5rem;
  color: #0193de;
  line-height: 1;
}
.number ul li p {
  text-align: center;
  font-size: 1.7rem;
  line-height: 1.6;
}
.number ul li {
}
.number ul li p {
  text-align: center;
}
.center {
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  padding: 0% 5%;
}
.center .centers {
  width: 80%;
  margin: auto;
  box-sizing: border-box;
  position: relative;
}
.center .txt p {
  font-size: 2rem;
}
.center1 {
  padding: 0 5%;
}

.box_d {
  padding-bottom: 4%;
}
.box_p .center1 .img {
  width: 45%;
  float: left;
}
.box_p .center1 .img img {
  width: 100%;
}
.box_p .center1 .txt {
  width: 48%;
  float: right;
  top: 70%;
  opacity: 0;
}
.box_p .center2 {
  overflow: hidden;
}
.box_p .center2 .txt {
  position: relative;
  top: 250px;
  opacity: 0;
  font-size: 1.5rem;
  line-height: 2;
  color: #666;
  text-indent: 2em;
}
.box_p .center2 .txt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../imgs/logo_1.png) no-repeat center;
  background-size: 20%;
  opacity: 0.05;
  z-index: -1;
}
.box_p .center1 .txt b {
  font-size: 2.6rem;
  line-height: 1.4;
  color: #0193de;
  margin-bottom: 20px;
  display: block;
}
.box_p .centers .txt .yh {
  width: 10%;
  margin: auto;
  opacity: 0.08;
}
.box_p .centers .txt p {
  font-size: 1.5rem;
  line-height: 2;
  margin-bottom: 20px;
  color: #666;
  text-indent: 0;
}
.box_p .centers .txt p:last-child {
  margin-bottom: 0;
}
.about1center .txt p {
  text-indent: 2em;
}
.box_p .center2 .img {
  width: 100%;
}
.box_p .center2 .img img {
  width: 100%;
  vertical-align: bottom;
}
.box_p .center .center2 {
  padding: 0 5%;
}
.box_p .about1center .center2 {
  margin-top: 0;
}
.about1center {
  overflow: hidden;
}
.about1center .center1 .img {
  position: relative;
}
.about1center_imgmask {
  position: absolute;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.nav ul li h1 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.header .nav ul li .active {
  color: #0193de;
}
.header2 .nav ul li .active {
  color: #0193de;
}
.nav ul li h1:hover {
  color: #0193de;
}
.about1center .center1 .img {
  overflow: hidden;
}
.about1center .aboutimg {
  margin: 4% 0 4%;
  padding: 120px 0;
}
.box_v .centers ul {
  box-sizing: border-box;
  position: relative;
  top: 100px;
  opacity: 0;
}
.box_v .centers ul li {
  float: left;
  width: 32%;
  margin-bottom: 1%;
  margin-top: 1%;
  margin-left: 2%;
  overflow: hidden;
  cursor: default !important;
  position: relative;
}
.box_v .center {
}
.box_v .centers ul li img {
  width: 100%;
  transition: all 0.5s;
  position: relative;
}
.about2center .centers ul li {
  position: relative;
}
.about2center .centers ul li ::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30%;
  width: 60px;
  height: 60px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background: url(../imgs/play.png);
  background-size: cover;
  z-index: 100;
}
.box_v .centers ul li .play {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 45%;
  transform: translateX(-50%);
}
.box_v .centers ul li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.box_v .centers ul li p {
  text-align: center;
  color: #333;
  font-size: 1.7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  line-height: 2;
  padding: 10px 0;
}
.box_par .centers ul li p {
  padding: 0;
}

.box_v .centers ul li:hover p {
  color: #0193de;
}
.box_v .centers ul li:hover {
  cursor: pointer;
}

.box_v .centers ul li:nth-child(3n-2) {
  margin-left: 0;
}
.box_c .center b {
  font-size: 2.6rem;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 1.4;
}
.box_c .center span {
  text-align: center;
  display: block;
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.4;
  margin: 1% 0;
  opacity: 0.8;
}
.about3_center .center span {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 1.5rem !important;
  line-height: 1.4;
}
.box_c .center p {
  width: 20%;
  margin: auto;
  color: #fff;
  line-height: 1.4;
  font-size: 1.8rem;
}
.box_c .center {
  width: 100% !important;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.about3_center .center p {
  width: 100%;
  text-align: left;
  color: #333;
  font-size: 1.7rem;
  line-height: 2;
}
.about3_center .center h2 {
  font-size: 1.9rem;
  color: #333;
  margin-bottom: 20px;
}
.about3_center .center h2 span {
  text-align: left;
  font-size: 1.4rem;
  color: #333;
  opacity: 0.8;
}
.box_h .centers ul li {
  width: 25%;
  padding: 10px;
  box-sizing: border-box;
  float: left;
  cursor: pointer;
}
.box_h .centers {
  position: relative;
  top: 100px;
  opacity: 0;
}
.box_h .centers ul li img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.box_h .centers ul li:hover img {
  transform: scale(1.03);
}
.box {
  display: none;
}
.indexbox .active {
  display: block;
}
.producu {
  position: relative;
  padding-bottom: 0;
}
.producu .lastpag {
  position: absolute;
  left: 5%;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.producu .nextpag {
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 20;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.pags {
  width: 70px;
}
.pags img {
  width: 100%;
  display: block;
  vertical-align: top;
  opacity: 0.2;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  cursor: pointer;
}
.pags img:hover {
  opacity: 1;
}
.producu .down {
  background: #f5f5f5;
}
.producu .down.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  width: 100%;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.producu .down ul li {
  float: left;
  margin-right: 100px;
}
.producu .down ul {
  width: 70%;
  margin: auto;
}
.down ul li {
  padding: 0 10px;
  position: relative;
}
.down ul li:hover {
  cursor: pointer;
}
.down ul .active {
  border-bottom: 2px solid #0193de;
}

.down ul .active::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
  border-bottom: 10px solid #0193de;
  border-left: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-right: 10px solid rgba(0, 0, 0, 0);
}
.producu .down ul li p {
  font-size: 1.7rem;
  padding: 12px 0;
  color: #666;
}
.producu .down ul .active p {
  color: #0193de;
}
.down ul li.back {
  float: right;
  margin-right: 0;
}
.producu {
  position: relative;
}
.producu .top {
  position: relative;
}
.producu .top::before {
  content: "";
  background: url(../imgs/dotss.png) repeat;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.middle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.middle .txt {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 9;
}
.middle .img {
  position: absolute;
  bottom: 50%;
  right: 15%;
  width: 26%;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  z-index: 1;
}
.producu .middle .img img {
  width: 100%;
  display: block;
}
.middle .txt h2 {
  font-size: 4.2rem;
  color: #fff;
  font-weight: bold;
  margin-bottom: 50px;
  display: flex;
}
.middle .txt h2 span {
  color: #0193de;
  font-size: 5.6rem;
  display: block;
  margin-right: 5px;
  margin-top: -2px;
}
.middle .txt p {
  color: #fff;
  font-size: 1.7rem;
  opacity: 0.9;
  letter-spacing: 1px;
  line-height: 1.6;
}
.center_p {
  width: 70%;
  margin: auto;
}
.produnctsdiv {
  width: 100% !important;
  margin: 0 !important;
}
.product_center .center_p {
  margin-top: 3%;
}
.center_p .text .img {
  width: 30%;
  box-sizing: border-box;
  margin-left: 5%;
  position: absolute;
  left: 0;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.center_p .text .img img {
  width: 100%;
}
.produnctsdiv .text .img img {
  width: 60%;
  display: block;
  vertical-align: middle;
  margin: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.center_p .text {
  position: relative;
}
.center_p .text .txt {
  width: 40%;
  float: right;
  opacity: 0;
  padding: 8% 0;
  margin-right: -20%;
  box-sizing: border-box;
}
.produnctsdiv .text .txt {
}
.center_p .text .txt h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
  text-indent: 0;
}
.center_p .text .txt h2 span {
  font-size: 2.6rem;
  color: #0193de;
}

.center_p .text .txt p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  position: relative;
}
.center_p .text .txt ul li {
  font-size: 1.6rem;
  color: #333;
  line-height: 1.6;
}
.center_p .text .txt ul {
  margin: 30px 0;
}
.center_p p {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.6;
  letter-spacing: 1px;
}
.center_p p span {
  font-size: 1.5rem;
  letter-spacing: 0px;
}
.center_p .trall p {
  color: #333;
  font-size: 1.8rem;
}
.center_p tr td:nth-child(1) p {
  color: #333;
  font-size: 1.8rem;
}
table {
  background: rgba(153, 153, 153, 0.5);
  width: 100%;
}
.tb_txt {
  text-align: center;
  margin: 20px auto 0;
  font-size: 1.5rem;
  width: 70%;
  line-height: 1.4;
  color: #888;
}
tr:first-of-type td,
tr:nth-of-type(2) td {
  background: #666;
  color: #fff !important;
  font-size: 1.6rem;
}
td {
  background: rgba(255, 255, 255, 0.9);
  /* width: 12.5%; */
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 1.5rem;
}
td p {
  font-size: 1.5rem !important;
  letter-spacing: 0 !important;
}
tr:first-of-type td p,
tr:nth-of-type(2) td p {
  color: #fff !important;
}
tr td:first-of-type {
  color: #333;
  font-size: 1.6rem;
}
tr td:first-of-type p {
  color: #333;
  font-size: 1.6rem;
}
tr td:first-of-type img {
  display: none;
}
.center_contact td {
  width: 10%;
}
.center_contact2 .tab1 {
  margin-top: 50px;
}
.center_contact .tr1 {
  background: #0193de;
}
.center_contact .tr1 td {
  background: none;
  color: #fff !important;
}
.center_contact tr td {
  padding: 16px 0;
  font-size: 1.7rem;
  background: #fff;
  color: #333 !important;
}
.center_contact tr td:nth-child(5) {
  width: 15%;
}
.center_contact tr td:nth-child(2) {
  width: 4%;
}
.txt_btn {
  width: 200px;
  margin: auto;
  text-align: center;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.txt_btn::after {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #0193de;
}
.txt_btn:hover:after {
  animation: btnmoves 0.2s linear forwards;
}
.xq td:first-of-type {
  cursor: pointer;
  color: #0193de !important;
}
.big_box {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.92);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: none;
  overflow-y: scroll;
}
.big_box .close {
  position: fixed;
  top: 5%;
  right: 4.5%;
  z-index: 100;
  cursor: pointer;
}
.big_box .close img {
  width: 46px;
}
.big_box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: url(../imgs/cuohao.png), auto;
}
.big_imgs {
  width: 60%;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  z-index: 2;
}
.big_imgs img {
  display: block;
  width: 100%;
  margin: 5% auto;
  height: auto !important;
}
@keyframes btnmoves {
  0% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}
@keyframes btnmoves {
  0% {
    top: 50px;
  }
  100% {
    top: 0px;
  }
}

.txt_btn p {
  line-height: 50px;
  letter-spacing: 1px;
  color: #333;
  font-size: 1.7rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.txt_btn p strong {
  color: #333;
  font-size: 1.7rem;
}
.txt_btn p:hover {
  color: #fff;
}
.txt_btn p:hover strong {
  color: #fff;
}
.txt_btn p span {
  margin-left: 5px;
}
.center_p3 ul li {
  width: 45%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0;
  float: left;
}
.center_p3 ul li:nth-of-type(2n) {
  float: right;
}
.center_p3 ul li span {
  display: block;
  width: 30%;
  border-bottom: 1px dashed #999;
}
.center_p3 ul li p {
  width: 60%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.center_p3 ul li:hover p {
  color: #0193de;
  font-size: 1.8rem;
}
.center_p3 ul li img {
  width: 30px;
}
.center_p3 ul a:nth-child(2n) li {
  float: right;
}
.center_p3 ul a:nth-child(2n-1) li {
  float: left;
}

.top {
  position: relative;
}
.top .title {
  display: none;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top .active {
  display: block !important;
}
.yytxt {
  width: 100%;
  background: #f2f2f2;
  text-align: center;
  padding-top: 20px;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.yytxt_mask {
  box-sizing: border-box;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.box_par .center .centers ul li p {
  line-height: 30px !important;
  font-size: 1.6rem !important;
}

.yytxt_mask p {
  font-size: 1.7rem;
  line-height: 40px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.yytxt_mask h2 {
  font-size: 2.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.yytxt p {
  font-size: 1.7rem;
  line-height: 40px;

  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.yytxt h2 {
  font-size: 2rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  margin-bottom: 10px;
}
.centers ul li:hover .yytxt p {
  color: #fff;
}
.centers ul li:hover .yytxt_mask p {
  color: #fff;
}
.centers ul li .yytxt h2 {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  color: #333;
}
.centers ul li:hover .yytxt h2 {
  color: #fff;
}
.centers ul li:hover .yytxt {
  background: #0193de;
}
.centers ul li:hover .yytxt_mask {
  background: #0193de;
}
.centers ul li:hover img {
}

.box_par .centers ul li: {
  position: relative;
}
.yytxt {
  position: absolute;
  bottom: 28px;
  left: 0;
}
.yytxt_mask {
  width: 100%;
  height: 40px;

  background: #f2f2f2;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.centers h1 {
  text-align: center;
  line-height: 2;
  color: #333;
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.news_center {
  width: 70%;
  margin: 0 auto 1%;
}
.news_center ul li p {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_center ul li:hover .p1 {
  color: #0193de;
  letter-spacing: 0.5px;
}
.news_center .news_top .liimg {
  overflow: hidden;
  width: 32%;
  float: left;
}
.news_center .news_top ul li {
  margin-top: 3%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news_center .news_top ul li img {
  width: 100%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.news_top ul li:hover img {
  -webkit-transform: scale(1.06);
  transform: scale(1.06);
}
.news_center .news_down {
  margin-top: 20px;
}
.news_center .news_down a {
}
.news_center .news_top ul li .txt {
  float: right;
  width: 66%;
  padding: 3%;
  box-sizing: border-box;
}
.news_center .news_down ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.news_center ul li .p1 {
  font-size: 2.2rem;
  color: #333;
  line-height: 2;
  float: left;
}
.news_down ul li:hover .p1 {
  font-size: 1.8rem;
}
.news_center ul li .p2 {
  font-size: 1.4rem;
  color: #999;
  float: right;
  margin-top: 10px;
}
.news_center ul li .p3 {
  font-size: 1.6rem;
  border-top: 1px solid #ddd;
  padding-top: 2%;
  margin-top: 2%;
}
.news_center ul li:hover {
  background: #f5fbfe;
}
.menus {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: rgba(0, 30, 47, 0.92);
  z-index: 888;
  opacity: 0;
}
.closs {
  height: 40px;
  width: 40px !important;
  position: fixed;
  right: 5%;
  top: 30px;
  cursor: pointer;
  z-index: 99999;
}
.closs img {
  width: 100%;
}
.menus ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  display: flex;

  width: 100%;
  height: 100%;
}

.menus ul li a {
  display: block;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.menus ul li a:hover {
  color: #0193de;
  cursor: pointer;
}
.menus ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.06);
  height: 100%;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding-left: 4%;
}
.menus ul li .menus_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 30, 47, 0.5);
  z-index: -1;
}

.menus ul li:last-child {
  border-right: none;
}
.menus ul li p {
  margin-bottom: 30px;
  font-size: 2.8rem;
  color: #fff;
  margin-top: 80%;
}
.menus ul li a {
  font-size: 1.8rem;
  line-height: 2.4;
  color: #fff;
  opacity: 0.8;
}

.rongyuimg {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  /*background: rgba(0,30,47,0.92);*/
  background: rgba(255, 255, 255, 0.92);
  z-index: 888;
}
.rongyuimg .cuohao {
  width: 40px;
  position: absolute;
  right: 10%;
  top: 10%;
  cursor: pointer;
}
.rongyuimg ul {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);

  width: 40%;
}
.rongyuimg ul li {
  width: 100%;
  height: 100%;
}
.rongyuimg ul li:nth-child(1) {
}
.rongyuimg ul li .rongyus {
  /*width: 40%;
	position: absolute;
	left: 30%;
	top: 50%;*/
}
.rongyuimg ul li .rongyus img {
  width: 100%;
}

.center_contact {
  width: 70%;
  margin: auto;
  text-align: center;
  overflow: hidden;
}
.center_contact h2 {
  font-size: 2.6rem;
  margin-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.center_contact p {
  font-size: 1.4rem;
}
.allmap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 100px;
}
.mapimg {
  position: absolute;
  left: 26%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 55;
  width: 40px;
}
.allmap .txt {
  position: absolute;
  right: -100%;
  width: 30%;
  height: 100%;
  background: #0193de !important;
  z-index: 55;
  text-align: left;
  padding: 0px 2%;
  box-sizing: border-box;
}
.allmap .txt h3 {
  font-size: 2rem;
  color: #fff;
}
.allmap .txt img {
  width: 47%;
  margin-top: 20px;
}
.allmap .txt ul {
  padding: 4% 0;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  margin: 4% 0;
}
.allmap .txt ul li {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
  line-height: 2;
  display: flex;
}
.allmap .txt ul li strong {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
  display: inline-block;
  min-width: 60px;
}
.allmap .txt ul li a {
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.92);
}
.maptxt {
  padding: 8% 0;
}
.maptxt .left {
  float: left;
}
.maptxt .left img {
  height: 130px;
}
.maptxt .right {
  height: 130px;

  box-sizing: border-box;
  position: relative;
}
.maptxt .right p {
  position: absolute;
  left: 45%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  color: #fff;
  font-size: 1.7rem;
}
.mapimgs {
  position: absolute;
  bottom: 0;
  left: 45%;
}
.mapimgs img {
  height: 20px;
  float: left;
  margin: 0 5px;
}

.inputs ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 2%;
}
.inputs ul li {
  width: 32%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.cic {
  width: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.cit {
  width: 50px;
  font-size: 1.6rem;
  color: #000;
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0.5;
}
.inputs ul li input {
  width: 100%;
  padding: 20px;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 1.6rem;
  border: none;
  outline: none;
  font-family: "title";
}
input:focus {
  border: none;
}
.textarea {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
}
.textarea textarea {
  width: 100%;
  height: 160px;
  font-size: 1.6rem;
  padding: 20px;
  box-sizing: border-box;
  border: none;
  outline: none;
  font-family: "title";
}
button {
  background: #999;
  color: #f5f5f5;
  border: none;
  outline: none;
  margin: 30px;
  padding: 10px 40px;
  cursor: pointer;
}
.bt1 {
  background: #0193de;
}
.center_contact .txt {
  text-align: left;
  padding: 40px;
  background: #eee;
}
.center_contact2 .txt h3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  color: #333;
}
.center_contact2 .txt ul li {
  padding: 10px 0;
}
.center_contact2 .txt ul li:nth-child(3) h3 {
  color: #0193de;
  font-size: 2rem;
}
.center_contact2 .txt ul li p {
  font-size: 1.5rem;
  line-height: 2;
}
.center_contact2 .txt ul li:nth-child(3) p {
  font-size: 1.8rem;
  color: #333;
  line-height: 1.6;
}

.center_contact2 .txt ul {
}
.tr2 td {
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.down ul li:hover img:nth-child(2) {
  display: block !important;
}
.down ul li:hover img:nth-child(1) {
  display: none !important;
}
.down ul li:hover p {
  color: #0193de;
}
.indexbox .box_par {
}
.tables:hover {
  cursor: pointer;
}
.tables:hover .tr2 td:nth-child(1) {
  color: #0193de;
}

.about1center {
  width: 100%;
  padding: 0;
}
.aboutimg {
  position: relative;
  margin-bottom: 50px;
  background: url(../imgs/about3.jpg) no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.aboutimg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #001725;
  opacity: 0.3;
  width: 100%;
  height: 100%;
}
.aboutimg img {
  opacity: 0;
}
.aboutimg p {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  font-size: 2.6rem;
  line-height: 1.4;
  color: #fff;
  z-index: 9;
}
.aboutimg p span {
  font-size: 1.6rem;
  opacity: 0.8;
}
.box_c .center {
  margin: auto;
}
.box_c .centers {
  width: 65%;
  margin: auto;
}
.box_c .centers .centers1 {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}
.box_c .centers .txt {
  border: 10px solid #eeeeee;
  box-sizing: border-box;
  height: 100%;
  padding: 20px;
}
.box_c .centers .centers1 .img {
  float: left;

  width: 50%;
}
.box_c .centers .centers1 .txt {
  position: absolute;
  right: 0;
  width: 50%;
}
.box_c .centers .centers2 {
  position: relative;
  width: 100%;
}
.box_c .centers .centers2 .txt {
  position: absolute;

  left: 0;
  width: 50%;
}
.box_c .centers .centers2 .img {
  float: right;

  width: 50%;
}
.box_c .centers .img img {
  width: 100%;
}
.about3_center .centers .img {
  position: relative;
}
.about3txt {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding-left: 80px;
  opacity: 1;
}
.about3_center .txt {
  position: relative;
  opacity: 0;
  top: 30%;
}
.about3img {
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.about3_center .about3img p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
}
.about3img img {
  width: 56px !important;
  display: block;
  vertical-align: top;
  margin: auto;
}
.title .rota2 {
  transform: rotateZ(-20deg);
  -webkit-transform: rotateZ(-20deg);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
html[lang="en"] .about3_center .center p {
  font-size: 1.5rem;
  line-height: 1.8;
}
html[lang="en"] .about3txt {
  padding: 0 5%;
}
.liimg {
  overflow: hidden;
}
.productall .box ul {
  width: 72%;
  margin: auto;
  margin-bottom: 5%;
}
.productall .box ul li {
  width: 23%;
  float: left;
  margin: 1%;
  background: #f2f2f2;
  text-align: center;
  padding: 3% 1%;
  padding-top: 4%;
  padding-bottom: 2%;
  box-sizing: border-box;
  cursor: pointer;
}
.productall .box ul li img {
  width: 60%;
  display: block;
  vertical-align: bottom;
  margin: auto;
  margin-bottom: 20px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
}
.productall .box ul li:hover img {
  transform: scale(1.1);
}
.productall .box ul li:hover b {
  color: #0193de;
}

.productall .box ul li b {
  font-weight: bold;
  color: #333;
  font-size: 2rem;
  display: block;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.productall .box ul li p {
  text-align: left;
  width: 90%;
  margin: auto;
  color: #666;
  line-height: 1.4;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.produnctsdiv1 .txt {
  box-sizing: border-box;
  padding: 2% 5%;
  box-sizing: border-box;
}
.produnctsdiv1 .txt h2 {
}
.produnctsdiv1 .txt ul li {
}
.produnctsdiv1 .txt p {
  letter-spacing: 0;
}
.produnctsdiv1 .img {
  position: relative;
  width: 40% !important;
  margin-left: 10%;
  box-sizing: border-box;
  padding: 5%;
}
.produnctsdiv1 .img img {
  width: 100%;
}
.produnctsdiv1 .img::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../imgs/productsmask.png) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0.5;
}
.news_d {
  width: 70%;
  margin: 0px auto 100px;
}
.news_d h2 {
  font-size: 2.6rem;
  color: #333;
  line-height: 2;
  text-align: center;
}
.news_d > p {
  color: #666;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}
.news_d .txt p {
  color: #666;
  font-size: 1.6rem;
  line-height: 2;
  margin: 10px 0;
  text-indent: 2em;
}
.news_d img {
  display: block;
  margin-bottom: 30px;
  vertical-align: top;
  width: 100%;
}
.news_d img:nth-child(1) {
}
.news_d .pag {
  margin-top: 3%;
  position: relative;
  border-top: 1px solid #eee;
  padding-top: 15px;
  opacity: 0.9;
}
.news_d .pag a {
  display: block;
  margin: 3px 0;
  font-size: 1.5rem;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.news_d .pag a:hover,
.news_d .pag .back:hover {
  color: #0193de;
  border-color: #0193de;
}
.news_d .pag .back {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 1.5rem;
}
.pro_swiper .swiper-pagination-bullet {
  background: #fff !important;
  opacity: 0.8;
  width: 10px;
  height: 10px;
}

.pro_swiper .swiper-pagination-bullet-active {
  background: #0193de !important;
  width: 40px;
  height: 10px;
  border-radius: 10px;
}

.produnctsdiv2 .center_p {
}
.productsbox h2 {
  text-align: center;
  font-size: 2.6rem;
  color: #333;
  margin-bottom: 15px;
  font-weight: bold;
}
.produnctsdiv2 {
  background: #f8f7f7;
  padding: 5% 0;
}
.produnctsdiv3 {
  margin-top: 5%;
}
table {
  cellspacing: 1;

  border-spacing: 1px;
}
.trcolor td,
table tr td {
  background: #f2f4f7;
}
/* 荣誉 */
.image-list {
  margin: auto;
  padding-left: 25%;
}
.image-list .cover {
  position: relative;
  width: 22.8%;
  display: inline-block;
  margin: 1%;
  cursor: pointer;
}
.image-list .cover img {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.image-list .cover p {
  text-align: center;
  font-size: 1.6rem;
  color: #333;
  margin: 10px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#pictureViewer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 10000;
}
#pictureViewer > .content {
  position: absolute;
  width: 90%;
  height: 90%;
  margin: auto;
  top: 5%;
  left: 5%;
}
#pictureViewer .menu-bar {
  width: 100%;
}
#pictureViewer .menu-bar .handel {
  width: 40px;
  height: 40px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50%;
  cursor: pointer;
}
.maximization {
  display: none !important;
  opacity: 0;
}
#pictureViewer .menu-bar .handel:hover {
  background-color: #0193de;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pictureViewer .menu-bar .handel.close-view {
  background-image: url(../imgs/icons/close_black.png);
  background-size: 25px;
}
#pictureViewer .menu-bar .handel.close-view:hover {
  background-image: url(../imgs/icons/close_white.png);
}
#pictureViewer .handel-prev,
#pictureViewer .handel-next {
  display: inline-block;
  width: 50px;
  height: 70px;
  position: relative;
  top: calc(50% - 80px);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 50%;
  cursor: pointer;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#pictureViewer .handel-prev {
  background-image: url(../imgs/icons/prev_blank.png);
}
#pictureViewer .handel-next {
  background-image: url(../imgs/icons/next_blank.png);
}
#pictureViewer .handel-prev:hover,
#pictureViewer .handel-next:hover {
  background-color: #0193de;
}
#pictureViewer .handel-prev:hover {
  background-image: url(../imgs/icons/prev_white.png);
}
#pictureViewer .handel-next:hover {
  background-image: url(../imgs/icons/next_white.png);
}
#pictureViewer .picture-content {
  display: inline-block;
  width: 80%;
  height: calc(100% - 80px);
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
#pictureViewer .picture-content .cover {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#pictureViewer .counter {
  position: absolute;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 13px;
}
#pictureViewer .hide {
  display: none;
}
#pictureViewer .left {
  float: left;
}
#pictureViewer .right {
  float: right;
}
#pictureViewer .clear-flex {
  clear: both;
}
#pictureViewer img {
  max-width: 100%;
  max-height: 100%;
}
.honor .centers {
  position: relative;
  padding-top: 2%;
}
.honor .centers::before {
  content: "";
  position: absolute;
  left: 20%;
  top: 0;
  width: 2px;
  height: 100%;
  background: #0193de;
  opacity: 0.6;
}
.honor .centers .left {
  position: absolute;
  left: 0;
  top: 40px;
  font-size: 3.4rem;
  color: #0193de;
  font-family: "num";
  width: 20%;
  text-align: right;
  padding-right: 5%;
  box-sizing: border-box;
  opacity: 0.6;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.honor .centers:hover .left {
  opacity: 1;
}
.honor .centers .left::before {
  content: "";
  position: absolute;
  right: -6px;
  top: 4%;
  width: 10px;
  height: 10px;
  margin-top: 5px;
  border-radius: 50%;
  background: #0193de;
}
.honor .centers .left::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 4%;
  width: 50px;
  height: 2px;
  margin-top: 8px;
  background: #0193de;
}
.part3 li {
  margin: 2% 0;
  position: relative;
  background: #eee;
  height: 100%;
}
.part3 li .left {
  width: 22%;
  background: #34a9e5;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-0%, -50%);
  transform: translate(-0%, -50%);
  height: 100%;
}
.part3 li .left b {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
}
.part3 li .left b img {
  width: 65%;
  margin: 0 auto 15px;
}
.part3 li .left b h2 {
  font-size: 1.9rem;
  color: #fff;
  letter-spacing: 1px;
  font-weight: normal;
}
.part3 li .right {
  float: right;
  width: 66%;
  padding: 5%;
}
.part3 li .right p {
  font-size: 1.6rem;
  color: #555;
  position: relative;
  padding-left: 15px;
  margin: 10px 0;
}
.part3 li .right p::before {
  content: "";
  font-size: 1.6rem;
  color: #333;
  position: absolute;
  left: 0;
  top: 12px;
  height: 1px;
  background: #555;
  width: 8px;
}
.row {
  text-align: center;
  margin-top: 3%;
}
.rows {
  margin-top: 5px;
}
.row span {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 3px;
  font-size: 1.2rem;
  border: 1px solid #0193de;
  background: #0193de;
  color: #fff;
}
.row a {
  margin: 5px;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 1.2rem;
  border: 1px solid #eee;
}
html[lang="en"] .image-list .cover p {
  height: 42px;
  line-height: 22px;
  white-space: inherit;
  text-overflow: ellipsis;
  font-size: 1.5rem;
}
html[lang="en"] .middle .txt h2 {
  font-size: 4.6rem;
}
html[lang="en"] .part3 li .left b img {
  width: 40%;
}
html[lang="en"] .part3 li:nth-of-type(2) .left b img {
  width: 50% !important;
}
html[lang="en"] .part3 li .left b h2 {
  font-size: 1.8rem;
  letter-spacing: 0;
}
html[lang="en"] .center_p3 ul li p {
  letter-spacing: 0;
}
html[lang="en"] .news_center ul li .p1 {
  line-height: 1.4;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 72%;
}
html[lang="en"] .cit {
  width: auto;
}
html[lang="en"] .inputs ul li input {
  width: 90%;
}
html[lang="en"] .footer_t .footer_l ul {
  width: 25%;
}

@media (max-width: 1650px) {
  .header_down ul li a {
    padding: 0px 40px;
  }
}
@media (max-width: 1480px) {
  .header_down ul li a {
    padding: 0px 30px;
  }
}
@media (max-width: 1322px) .header_down ul li a {
  padding: 0px 20px;
}
.product_center .bbox {
  display: none;
}
.product_center .bbox:first-of-type {
  display: block;
}
.produnctsdiv0 {
  padding: 0;
  margin-top: 0;
}
.produnctsdiv0 h2 {
  text-align: left;
  color: #0193de;
  margin-bottom: 2%;
}
.produnctsdiv0 .bar {
  padding: 4% 0;
}
.produnctsdiv0 .center_p {
  margin-top: 0;
}
.produnctsdiv0 .bar:nth-of-type(2) {
  background: #f6f6f6;
}
.produnctsdiv0 .bar p {
  margin: 12px 0;
  line-height: 1.8;
  color: #666;
}
.produnctsdiv0 .bar img {
  width: 100%;
  margin: 2% auto;
}
#p123 tr:nth-of-type(2) td {
  background: #f2f4f7;
  color: #0193de;
}
#p128 tr:nth-of-type(2) td {
  background: #f2f4f7;
  color: #666 !important;
}
#p128 tr:nth-of-type(2) td:first-of-type {
  color: #0193de !important;
}
#p131 tr:first-of-type td,
#p131 tr:nth-of-type(2) td {
  background: #f2f4f7;
}
.ph_top {
  display: none;
  background: #1193cf;
  padding: 5px 4%;
  overflow: hidden;
}
.ph_top a {
  margin: 0 10px;
  float: right;
  width: 18px;
  display: block;
}
.ph_top a img {
  width: 18px;
}
.jian {
  height: 40px;
  width: 40px !important;
  position: absolute;
  right: 5%;
  top: 30px;
  cursor: pointer;
  z-index: 80;
}
