@charset "UTF-8";
/*******/
@font-face {
  font-family: "OPPOSans-R";
  src: url("/fonts/OPPOSans-R.ttf") format("truetype"), url("/fonts/OPPOSans-R.eot") format("eot"), url("/fonts_mt/OPPOSans-R.woff") format("woff"), url("/fonts/OPPOSans-R.woff2") format("woff2"), url("/fonts/OPPOSans-R.svg#OPPOSans-R") format("svg");
}
@font-face {
  font-family: "OPPOSans-M";
  src: url("/fonts/OPPOSans-M.ttf") format("truetype"), url("/fonts/OPPOSans-M.eot") format("eot"), url("/fonts_mt/OPPOSans-M.woff") format("woff"), url("/fonts/OPPOSans-M.woff2") format("woff2"), url("/fonts/OPPOSans-M.svg#OPPOSans-M") format("svg");
}
@font-face {
  font-family: "OPPOSans-H";
  src: url("/fonts/OPPOSans-H.ttf") format("truetype"), url("/fonts/OPPOSans-H.woff2") format("woff2"), url("/fonts/OPPOSans-H.woff") format("woff"), url("/fonts/OPPOSans-H.eot") format("embedded-opentype"), url("/fonts/OPPOSans-H.svg") format("svg");
}
.font-R {
  font-family: "OPPOSans-R";
}

.font-M {
  font-family: "OPPOSans-M";
}

.font-H {
  font-family: "OPPOSans-H";
}

html,
body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 20px;
}
@media screen and (max-width: 1800px) and (min-width: 1661px) {
  html {
    font-size: 19px;
  }
}
@media screen and (max-width: 1660px) and (min-width: 1441px) {
  html {
    font-size: 18px;
  }
}
@media screen and (max-width: 1440px) and (min-width: 1241px) {
  html {
    font-size: 17px;
  }
}
@media screen and (max-width: 1240px) and (min-width: 1199) {
  html {
    font-size: 16px;
  }
}
@media screen and (min-width: 450.1px) and (max-width: 991.98px) {
  html {
    font-size: 60px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 13.3333333vw;
  }
}

body {
  width: 100%;
  font-size: 1em;
  line-height: 1;
  background: #fff;
  color: #333;
  font-family: "微软雅黑", "Microsoft YaHei";
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 991.98px) {
  body {
    font-size: 0.2rem;
    font-family: "华文细黑", "Microsoft YaHei";
  }
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar-thumb {
  background: rgba(34, 37, 56, 0.5);
}

div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
label,
dl,
dt,
dd,
ul,
li {
  margin: 0;
  padding: 0;
  font-family: inherit;
  outline: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}
div:focus, div:active,
span:focus,
span:active,
h1:focus,
h1:active,
h2:focus,
h2:active,
h3:focus,
h3:active,
h4:focus,
h4:active,
h5:focus,
h5:active,
h6:focus,
h6:active,
p:focus,
p:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
label:focus,
label:active,
dl:focus,
dl:active,
dt:focus,
dt:active,
dd:focus,
dd:active,
ul:focus,
ul:active,
li:focus,
li:active {
  outline: none;
  box-shadow: none;
}

div:focus,
span:focus,
i:focus {
  outline: none;
}

input[type='radio'],
input[type='checkbox'],
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
}
input[type='radio']:focus, input[type='radio']:active,
input[type='checkbox']:focus,
input[type='checkbox']:active,
textarea:focus,
textarea:active {
  outline: none;
  box-shadow: none;
}

input[type="text"]:focus, input[type="text"]:active {
  outline: none;
  box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}
button:focus {
  outline: none;
}

a {
  color: inherit;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
a:focus, a:active {
  color: inherit;
  text-decoration: none;
  outline: none;
}
a.btn-white {
  display: block;
  position: relative;
  color: #222;
  background: transparent;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-white:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #222;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-white span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1199) {
  a.btn-white:hover {
    color: #fff !important;
    border-color: #222 !important;
  }
  a.btn-white:hover:before {
    left: 0;
  }
}
a.btn-bwhite {
  display: block;
  position: relative;
  background: transparent;
  overflow: hidden;
  border: solid 1px #fff;
  text-align: center;
}
a.btn-bwhite:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-bwhite span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1199) {
  a.btn-bwhite:hover {
    color: #222 !important;
    border-color: #fff !important;
  }
  a.btn-bwhite:hover:before {
    left: 0;
  }
}
a.btn-black {
  display: block;
  position: relative;
  color: #fff;
  background: #222;
  overflow: hidden;
  border: solid 1px #222;
  text-align: center;
}
a.btn-black:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: -101%;
  background: #fff;
  transition: left .4s ease-out;
  z-index: 1;
}
a.btn-black span {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1199) {
  a.btn-black:hover {
    color: #222 !important;
  }
  a.btn-black:hover:before {
    left: 0;
  }
}

ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: solid 1px #e3e3e3;
  border-collapse: collapse;
}

th,
td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e3e3e3;
  word-break: break-all;
}

.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

.row {
  margin: 0 auto;
  position: relative;
}
.row:before, .row:after {
  display: none;
}

.lg-inner {
  width: 95%;
  max-width: 1600px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.lg-inner:before, .lg-inner:after {
  content: '';
  display: table;
  clear: both;
}

.global-inner {
  width: 87.5%;
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.sm-inner {
  width: 87.5%;
  max-width: 1400px;
  height: 100%;
  padding: 0 5rem;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}
.sm-inner:before, .sm-inner:after {
  content: '';
  display: table;
  clear: both;
}

@media screen and (max-width: 1100px) {
  .sm-inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991.98px) {
  .lg-inner,
  .global-inner,
  .sm-inner {
    width: 100% !important;
    max-width: 100%;
    padding: 0 0.3rem;
    margin: 0 auto;
  }
}
.table-cell {
  display: table-cell;
  vertical-align: top;
}

.en {
  font-family: "Arial";
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.fa {
  display: inline-block;
  line-height: inherit;
  font-size: 1em;
  vertical-align: middle;
  font-style: normal;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

.padding-top-0 {
  padding-top: 0 !important;
}

@media (min-width: 1600px) {
  .hidden-xxl-up {
    display: none !important;
  }

  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 1599.98px) {
  .hidden-xxl-down {
    display: none !important;
  }
}
@media (min-width: 991.98px) {
  .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-sm-down {
    display: none !important;
  }

  .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .hidden-xs-up {
    display: none !important;
  }
}
@media (max-width: 575.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
/***** 滚动条 *****/
.mCSB_inside > .mCSB_container {
  margin: 0;
}

.mCSB_scrollTools {
  width: 4px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  border-radius: 0;
  background: transparent;
  transition: all 1.5s easeInOut;
  -webkit-transition: all 1.5s easeInOut;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  border-radius: 4px;
  background: #adadad;
}

/**** modal ***/
.modal-backdrop {
  display: none !important;
}

#modalDiv {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  overflow-y: scroll;
  z-index: -1;
}

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8);
}
.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  pointer-events: auto;
}
.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}
.modal .modal-header,
.modal .modal-body,
.modal .modal-footer {
  border: none;
  padding: 0;
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.modal-close {
  width: 42px;
  height: 42px;
  display: block;
  border-radius: 0;
  position: absolute;
  top: -80px;
  right: 0;
  margin: 0;
  cursor: pointer;
  background: url("/Img/images/close2.png") no-repeat center center;
  background-size: 22px;
  z-index: 1030;
}

/**** animate ***/
.animated {
  animation-delay: .1s;
}

@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp2 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUpBottom{
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
  100% {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@-webkit-keyframes fadeInUp3 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -30px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}
@keyframes fadeInUpWidth {
  0% {
    width: 950px;
	height: 670px;
  }
  100% {
   width: 100%;
   height: 850px;
  }
}
@-webkit-keyframes fadeInUpWidth {
  0% {
    width: 950px;
	height: 670px;
  }
  100% {
   width: 100%;
   height: 850px;
  }
}
@-webkit-keyframes animates {
  0% {
   opacity: 0;
   bottom: 20%;
  }
  100% {
   opacity: 1;
   bottom: 16%;
  }
}
.fadeInUpBottom{
	animation: fadeInUpBottom 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	-webkit-animation: fadeInUpBottom 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.animate-mob{
	animation: animates 1s linear infinite;
	-webkit-animation: animates 1s linear infinite;
}
.fadeInUpWidth{
	animation: fadeInUpWidth 1s linear;
	-webkit-animation: fadeInUpWidth 1s linear;
}
.fadeInUp2 {
  animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.fadeInUp3 {
  animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp3 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.fadeInUp4 {
  animation: fadeInUp4 1s cubic-bezier(0.4, 0, 0.2, 1) both;
  -webkit-animation: fadeInUp4 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

/**** video ***/
.video-box {
  position: relative;
}
.video-box .adjust {
  width: 100%;
  max-width: 100%;
  display: block;
}

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  background-color: #000;
  position: absolute !important;
  left: 0;
  top: 0;
  z-index: 20;
}
.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}
.video-js .vjs-big-play-button {
  width: 60px;
  height: 60px;
  background: transparent;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  border-radius: 100%;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center transparent;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  border: none;
  z-index: 50;
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}
.video-js .vjs-poster {
  background-size: cover;
  transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transition: all 1s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.video-js .vjs-subs-caps-button {
  display: none !important;
}
@media (max-width: 1199.98px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.video-play {
  width: 3.7em;
  height: 4.3em;
  display: block;
  background: url("/Img/images/video_play.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -2.15em 0 0 -1.85em;
  z-index: 50;
}

.modal-video video {
  object-fit: fill;
}
@media screen and (max-width: 991.98px) {
  .modal-video video {
    object-fit: contain;
  }
}

/*** 头部 ***/
.header {
  width: 100%;
  height: 80px;
  position: relative;
  z-index: 200;
  background-color: #fff;
}
.header > .global-inner {
  position: static;
}

.head-place {
  display: none;
}

.head-logo {
  float: left;
  padding: 10px 0;
}
.head-logo img {
  height: 60px;
  display: block;
}

.btn-nav_open {
  width: 0.6rem;
  height: 0.6rem;
  display: block;
  margin: 0.2rem 0 0.2rem 0.16rem;
  background: url("/Img/images/head-menu.png") no-repeat center center;
  background-size: 0.6rem;
  float: right;
}

.btn-nav_close {
  width: 0.6rem;
  height: 0.6rem;
  display: none;
  margin: 0.2rem 0 0.2rem 0.16rem;
  background: url("/Img/images/head-menu2.png") no-repeat center center;
  background-size: 0.6rem;
  float: right;
}

.btn-sch_open {
  float: right;
  position: relative;
  margin: 18px 0;
  background: url("/Img/images/icon-sch4.png") no-repeat 20px center #e0e4e9;
  background-size: 19px;
  width: 95px;
  height: 44px;
  display: block;
  border-radius: 22px;
  line-height: 44px;
  padding: 0 0 0 47px;
  color: #999;
  cursor: pointer;
}
.btn-sch_open span {
  font-size: 16px;
}

.btn-sch_close {
  width: 0.6rem;
  height: 0.6rem;
  background: url("/Img/images/close.png") no-repeat center center;
  background-size: 0.3rem;
  position: absolute;
  right: 1.05rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 50;
  display: none;
}

.head-navlist {
  float: right;
  margin-right: 1.6em;
}
.head-navlist > li {
  padding: 24px 1.35em;
  float: left;
}
.head-navlist > li:hover .navlv1 a {
  color: #ff0b3f;
}
.head-navlist > li.current .navlv1:after {
  content: '';
  display: block;
  width: 15px;
  height: 3px;
  background-color: #da2129;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 1;
}
.head-navlist > li.current .navlv1 a {
  color: inherit;
}
.head-navlist a {
  display: block;
}
.head-navlist .navlv1 {
  font-size: 18px;
  line-height: 32px;
  position: relative;
}
.head-navlist .subnav-box {
  width: 100%;
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 210;
  background-color: #f1f2f2;
  padding: 40px 0 75px;
}
.head-navlist .subnav-box .row {
  width: 100%;
  padding: 0 4.5em;
  position: relative;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.head-navlist .subnav-box a {
  display: inline-block;
  vertical-align: top;
}
.head-navlist .subnav-box a[href]:hover {
  color: #ff0b3f;
}
.head-navlist .subnav-box .col1 {
  padding: 0 1em 0 0;
}
.head-navlist .subnav-box .lv1 {
  font-size: 1.2em;
  line-height: 1em;
  color: #212121;
}
.head-navlist .subnav-box .col2 {
  padding: 0 0.8em 0 5px;
}
.head-navlist .subnav-box .col3 {
  padding: 0 0.8em;
}
.head-navlist .subnav-box .imgs {
  float: right;
  width: 350px;
  max-width: 100%;
}
.head-navlist .subnav-box .imgs img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.head-navlist .lv2list {
  font-size: 16px;
  line-height: 1.75em;
  color: #666;
  margin-top: -0.375em;
}
.head-navlist .lv2list li {
  margin-bottom: 1.125em;
}
.head-navlist .lv2list li:last-child {
  margin-bottom: 0;
}

.modal-schbox .modal-content {
  width: 90%;
  max-width: 700px;
  position: relative;
  margin: 0 auto;
}
.modal-schbox .schbox {
  width: 100%;
  position: relative;
  border-bottom: solid 2px #999;
  padding-right: 68px;
  line-height: 44px;
}
.modal-schbox .inpt {
  width: 100%;
  height: 44px;
  display: block;
  border: none;
  background-color: transparent;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  padding: 0 10px;
}
.modal-schbox .btn-sch {
  width: 68px;
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  font-size: 1.2em;
  color: #fff;
  cursor: pointer;
}

.modal-navbox .modal-dialog {
  width: 100%;
  padding: 1rem 0.4rem;
  transform: translate(none) !important;
  -webkit-transform: translate(none) !important;
}

.modal-navlist {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.modal-navlist > li {
  border-bottom: solid 1px #999;
}
.modal-navlist > li.active .handle span:after {
  display: none;
}
.modal-navlist a {
  float: left;
  min-width: 50%;
  color: #fff;
}
.modal-navlist .navlv1 {
  width: 100%;
  height: 1.1rem;
  overflow: hidden;
  position: relative;
  font-size: 0.3rem;
  line-height: 1.1rem;
}
.modal-navlist .handle {
  width: 30%;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
}
.modal-navlist .handle span {
  width: 0.3rem;
  height: 0.3rem;
  display: block;
  position: absolute;
  right: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.modal-navlist .handle span:before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
.modal-navlist .handle span:after {
  content: '';
  width: 2px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -1px;
}
.modal-navlist .subnav {
  width: 100%;
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 0.4rem 0.22rem;
  font-size: 0.26rem;
  line-height: 0.44rem;
}
.modal-navlist .subnav li {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #999;
  margin-bottom: 0.2rem;
}
.modal-navlist .subnav li:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.modal-navlist .subnav a {
  padding: 0 0 0.2rem;
}

body.open-nav .header {
  z-index: 2000;
}
body.open-nav .btn-nav_close {
  display: block;
}
body.open-nav .btn-nav_open {
  display: none;
}

@media screen and (max-width: 1366px) {
  .head-navlist {
    margin-right: 1rem;
  }
  .head-navlist > li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .head-navlist .navlv1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .head-logo {
    padding: 15px 0;
  }
  .head-logo img {
    height: 50px;
  }

  .head-navlist {
    margin-right: .5rem;
  }
  .head-navlist > li {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
@media screen and (max-width: 991.98px) {
  .header {
    height: 1rem;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: fixed;
    left: 0;
    top: 0;
  }

  .head-place {
    height: 1rem;
    display: block;
  }

  .head-logo {
    padding: 0.2rem 0;
  }
  .head-logo img {
    height: 0.6rem;
  }

  .btn-sch_open {
    background-color: transparent;
    background-position: center center;
    background-size: 0.34rem;
    border-radius: 0px;
    width: 0.6rem;
    height: 0.6rem;
    margin: 0.2rem 0;
    padding: 0;
  }
  .btn-sch_open span {
    display: none;
  }

  .modal-schbox .modal-content {
    max-width: 6.7rem;
  }
  .modal-schbox .schbox {
    line-height: 0.94rem;
    padding-right: 1.12rem;
  }
  .modal-schbox .inpt {
    height: 0.94rem;
    padding: 0 0.1rem;
    font-size: 0.3rem;
    line-height: 0.94rem;
  }
  .modal-schbox .btn-sch {
    width: 1.12rem;
    font-size: 0.26rem;
  }
  .modal-schbox .modal-close {
    display: none !important;
  }

  body.open-schbox .header {
    z-index: 2000;
  }
}
/*** main-box ***/
.main-box {
  width: 100%;
  min-height: 500px;
  position: relative;
  z-index: 10;
}

/**** footer ****/
.footer {
  width: 100%;
  position: relative;
  z-index: 20;
  background: no-repeat center top #121f35;
  background-size: cover;
}
.footer a {
  color: inherit;
}
.footer a[href]:hover {
  color: #fff;
}

.footweb-top {
  width: 100%;
  position: relative;
  padding: 50px 0;
  font-size: 16px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.footweb-top .row {
  width: 100%;
  padding: 0 5rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
}

.footweb-col1 {
  max-width: 438px;
  flex: 0 0 36.5%;
  -webkit-flex: 0 0 36.5%;
  -ms-flex: 0 0 36.5%;
}
.footweb-col1 .logo {
  width: 17rem;
  max-width: 100%;
  margin-bottom: 24px;
}
.footweb-col1 .logo a {
  display: block;
}
.footweb-col1 .logo img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.footweb-col1 .addr {
  margin-bottom: 11px;
}
.footweb-col1 .email {
  margin-bottom: 16px;
}
.footweb-col1 .tel {
  font-size: 1.125em;
  line-height: 22px;
  color: #ff0b3f;
  font-weight: bold;
}
.footweb-col1 .tel img {
  width: 1em;
  margin: -3px 10px 0 0;
}

.footweb-col2 {
  max-width: 262px;
  flex: 0 0 22%;
  -webkit-flex: 0 0 22%;
  -ms-flex: 0 0 22%;
  padding-top: 2.125em;
}
.footweb-col2 .lvtit {
  font-size: 1em;
  line-height: 1em;
  color: #fff;
  margin-bottom: 24px;
}
.footweb-col2 .link li {
  margin-bottom: 10px;
}
.footweb-col2 .link li:last-child {
  margin-bottom: 0;
}

.footweb-col3 {
  max-width: 15em;
  flex: 0 0 15em;
  -webkit-flex: 0 0 15em;
  -ms-flex: 0 0 15em;
  padding-top: 2.125em;
}
.footweb-col3 .wxlist {
  overflow: hidden;
  margin: 0 -0.625em;
}
.footweb-col3 .wxlist li {
  width: 50%;
  padding: 0 0.625em;
  text-align: center;
  float: left;
}
.footweb-col3 .wxlist .ewm {
  width: 100%;
  position: relative;
  margin-bottom: 1em;
}
.footweb-col3 .wxlist img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.footweb-col3 .wxlist .tit {
  font-size: 0.875em;
  line-height: 1em;
  color: #fff;
}

.foot-botbox {
  width: 100%;
  position: relative;
  padding: 24px 0;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
.foot-botbox .row {
  padding: 0 5rem;
  width: 100%;
  display: block;
}

.foot-copy {
  float: left;
  margin-right: 24px;
}

.foot-beian {
  float: left;
}

.foot-support {
  overflow: hidden;
  float: right;
  text-align: right;
  white-space: nowrap;
}
.foot-support .title {
  display: inline-block;
  vertical-align: top;
}

.foot-jszc_swip {
  width: 11em;
  height: 20px;
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.footapp-sect1 {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0.8rem 0;
}

.footapp-link {
  width: 100%;
  overflow: hidden;
  padding: 0 0.4rem;
  margin-bottom: 0.8rem;
}
.footapp-link .lvtit {
  font-size: 0.44rem;
  line-height: 1em;
  font-weight: bold;
  color: #fff;
  margin-bottom: 0.8rem;
}
.footapp-link .swipbox {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0 0.7rem;
  background-color: #fff;
}

.footapp-wx {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 0 0.9rem;
}
.footapp-wx .wxlist {
  margin: 0 -0.35rem;
  overflow: hidden;
}
.footapp-wx li {
  padding: 0 0.35rem;
  width: 50%;
  float: left;
}
.footapp-wx .imgs {
  width: 100%;
  position: relative;
  margin-bottom: 0.2rem;
}
.footapp-wx img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.footapp-wx .tit {
  font-size: 0.28rem;
  line-height: 1em;
  color: #fff;
}

.footapp-link_ctrl {
  width: 0.7rem;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-size: 0.16rem auto;
  position: absolute;
  top: 0;
  z-index: 20;
}
.footapp-link_ctrl.prev {
  left: 0;
  background-position: 0.2rem center;
  background-image: url("/Img/images/arrow-left.png");
}
.footapp-link_ctrl.next {
  right: 0;
  background-position: right 0.2rem center;
  background-image: url("/Img/images/arrow-right.png");
}
.footapp-link_ctrl.swiper-button-disabled {
  display: none;
}

.footapp-link_swip {
  width: 100%;
  height: 2.1rem;
  overflow: hidden;
  position: relative;
  background-color: #fff;
  z-index: 5;
}
.footapp-link_swip a {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  background: no-repeat center center;
  background-size: contain;
}

.footapp-sect2 {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0.52rem 0 0.46rem;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  font-size: 0.28rem;
  line-height: 0.58rem;
  color: rgba(255, 255, 255, 0.5);
}
.footapp-sect2 .tel {
  font-size: 0.6rem;
  line-height: 1em;
  color: #ff0b3f;
  font-weight: bold;
  font-family: 'Arial';
  margin-bottom: 0.36rem;
}
.footapp-sect2 .tel img {
  width: 1em;
  margin: -3px 0.32rem 0 0;
}

@media screen and (max-width: 1280px) {
  .footweb-col2 {
    flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
  }
}
@media screen and (max-width: 1100px) {
  .footweb-top .global-inner > .row,
  .foot-botbox .global-inner > .row {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 991.98px) {
  .footweb-top {
    font-size: 14px;
  }

  .footweb-col1 {
    flex: 0 0 33%;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
  }
  .footweb-col1 .logo {
    width: 3.4rem;
  }

  .footweb-col2,
  .footweb-col3 {
    flex: 0 0 30%;
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
  }
}
@media screen and (max-width: 767.98px) {
  .footer {
    background-image: url("/Img/images/foot-bg.jpg");
  }

  .foot-botbox {
    font-size: 0.24rem;
    line-height: 0.54rem;
    padding: 0.4rem 0 0.44rem;
  }

  .foot-copy,
  .foot-beian,
  .foot-support {
    float: none;
    text-align: center;
    margin: 0;
  }

  .foot-jszc_swip {
    height: 0.54rem;
    text-align: left;
  }
}
/********/
body.bg-gray {
  background-color: #f5f5f5;
}
body.bg-gray .header {
  border-bottom: solid 1px #e0e0e0;
}
@media screen and (max-width: 767.98px) {
  body.bg-gray {
    background: #fff;
  }
}

/**** inside ***/
.layout-row {
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
}

.layout-aside {
  max-width: 200px;
  flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  -webkit-flex: 0 0 200px;
  margin-right: 1em;
}

.layout-content {
  flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  max-width: 100%;
  min-height: 400px;
  overflow: hidden;
}

.form-group {
  width: 100%;
  display: table;
  position: relative;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 40px;
  color: #333;
}
.form-group.has-error .form-control {
  border-color: #ff0000 !important;
}
.form-group.has-error .help-block {
  padding-left: 20px;
  position: relative;
  background: url("/Img/images/icon-warn.png") no-repeat left top;
  background-size: 16px;
  font-size: 1em;
  line-height: 16px;
  color: #f73d35;
  margin: 9px 0 0;
}
.form-group.has-error input[type="radio"],
.form-group.has-error input[type="checkbox"] {
  border-color: #ff0000 !important;
}

.control-label {
  display: block;
  font-size: 1em;
  line-height: 16px;
  color: #666;
  margin-bottom: 12px;
  padding-left: 12px;
  position: relative;
}
.control-label .must {
  color: #ff6788;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.form-control {
  width: 100%;
  height: 40px;
  display: block;
  background: #fff;
  border: solid 1px #bababa;
  border-radius: 3px;
  padding: 0 1em;
  font-size: 1em;
  line-height: 38px;
  color: #333;
}
.form-control:focus {
  border-color: #3a9bec;
  outline: none;
  box-shadow: none;
}
.form-control[disabled] {
  background: #f7f9fc;
}

textarea.form-control {
  height: 80px;
  padding: 9px 1em;
  line-height: 20px;
}

select.form-control {
  color: #888;
}
select.form-control.is-val {
  color: #333;
}

.checklabel {
  cursor: pointer;
}
.checklabel input[type='checkbox'] {
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #bababa;
  margin: -3px 8px 0 0;
  background: transparent;
  cursor: pointer;
}
.checklabel input[type='checkbox']:checked {
  background: url("/Img/images/check-1.png") no-repeat center center #3a9aec;
  background-size: contain;
  border-color: #3a9aec;
}
.checklabel input[type='radio'] {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  border: solid 2px #c6c2c4;
  margin: -3px 8px 0 0;
  background: transparent;
  cursor: pointer;
}
.checklabel input[type='radio']:checked {
  border-width: 4px;
  border-color: #3a9aec;
}

.checklist {
  overflow: hidden;
}
.checklist li {
  float: left;
  margin-right: 38px;
  position: relative;
}
.checklist li:last-child {
  margin-right: 0;
}

.form-group-cell {
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
.form-group-cell .tips {
  margin-top: 10px;
  font-size: 12px;
  line-height: 15px;
  color: #666;
}
.form-group-cell .row {
  margin: 0 -5px;
}
.form-group-cell .row li {
  padding: 0 5px;
}

.form-group-bd {
  padding-left: 12px;
}
.form-group-bd .row {
  margin: 0 -5px;
}
.form-group-bd .row li {
  padding: 0 5px;
}

.form-horizontal .control-label {
  float: left;
  width: 94px;
  padding: 12px 1em 0 12px;
  margin-bottom: 0;
}
.form-horizontal .control-label .must {
  top: 12px;
}

.form-btnbox {
  overflow: hidden;
  margin: 40px 0 0;
  padding-left: 12px;
}
.form-btnbox .frm-btn:last-child {
  margin: 0;
}

.frm-btn {
  width: 200px;
  height: 45px;
  display: block;
  border: solid 1px #ff0b3f;
  text-align: center;
  background: #fff;
  float: left;
  margin-right: 20px;
  font-size: 16px;
  line-height: 43px;
  color: #ff0b3f;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.frm-btn.btn-red {
  color: #fff;
  background: #ff0b3f;
}
@media screen and (min-width: 1199) {
  .frm-btn:hover {
    color: #fff;
    background: #ff0b3f;
  }
  .frm-btn.btn-red:hover {
    color: #ff0b3f;
    background-color: transparent;
  }
}

@media screen and (max-width: 991.98px) {
  .layout-aside {
    flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    -webkit-flex: 0 0 180px;
  }
}
@media screen and (max-width: 767.98px) {
  .layout-row {
    display: block;
  }

  .layout-content {
    width: 100vw;
    max-width: none;
    margin: 0 -0.3rem;
    padding: 0 0.3rem;
  }

  .form-group {
    display: block;
    margin-bottom: 0.4rem;
  }

  .form-horizontal .control-label {
    float: none;
    width: 100%;
    padding: 0 0 0 12px;
    margin-bottom: 10px;
  }
  .form-horizontal .control-label .must {
    top: 0;
  }

  .form-group-cell,
  .form-group-bd {
    display: block;
    padding: 0;
  }
  .form-group-cell .row li,
  .form-group-bd .row li {
    margin: 0 0 0.3rem;
  }
  .form-group-cell .row li:last-child,
  .form-group-bd .row li:last-child {
    margin-bottom: 0;
  }

  .checklist li {
    margin-right: 0.4rem;
  }

  .form-btnbox {
    padding: 0 !important;
  }

  .frm-btn {
    width: 100%;
    height: 0.92rem;
    font-size: 0.32rem;
    line-height: 0.9rem;
    margin: 0 0 0.3rem;
  }

  .checklabel input[type="radio"] {
    width: 15px;
    height: 15px;
  }
}
/*** 默认弹框 ***/
.modal-defult {
  background: rgba(0, 0, 0, 0.2);
}
.modal-defult .modal-content {
  width: 90%;
  max-width: 415px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
}
.modal-defult .modal-header {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 13px 30px 17px;
  border-bottom: solid 1px #e8e8e8;
}
.modal-defult .modal-tit {
  float: left;
  font-size: 16px;
  line-height: 28px;
  color: #333;
}
.modal-defult .modal-close {
  position: absolute;
  right: 22px;
  top: 7px;
  background: url("/Img/images/close3.png") no-repeat center center;
  background-size: 18px;
}
.modal-defult .modal-body {
  padding: 18px 30px 24px;
  min-height: 72px;
}
.modal-defult .doc {
  font-size: 12px;
  line-height: 24px;
  color: #666;
}
.modal-defult .doc a[href] {
  color: #1f7ed0;
}
.modal-defult .doc a[href]:hover {
  color: #ff0b3f;
}
.modal-defult .modal-tool {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 38px;
}
.modal-defult .modal-tool .btn {
  display: inline-block;
  min-width: 80px;
  border: solid 1px #bababa;
  background-color: #f2f2f2;
  border-radius: 3px;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  margin: 0 7px;
  padding: 0 1em;
}
.modal-defult .modal-tool .btn-red {
  background-color: #ff0b3f;
  color: #fff;
  border-color: #ff0b3f;
}
@media screen and (min-width: 1199) {
  .modal-defult .modal-tool .btn-deft:hover {
    background-color: transparent;
  }
  .modal-defult .modal-tool .btn-red:hover {
    background-color: transparent;
    color: #ff0b3f;
  }
}

/*** 侧边菜单 ***/
.aside-menu {
  width: 6em;
  position: fixed;
  right: 0.1em;
  top: 50%;
  margin-top: -12.9em;
  z-index: 100;
}
.aside-menu .mlist {
  width: 100%;
  background: #fff;
  box-shadow: 0 0 1em rgba(204, 204, 223, 0.5);
  position: relative;
}
.aside-menu li {
  height: 5.3em;
}
.aside-menu li:hover .hd {
  height: 5.65em;
  color: #fff;
  background-color: #ff0b3f;
  box-shadow: 0 0 1em rgba(46, 72, 126, 0.5);
  z-index: 20;
}
.aside-menu li:hover .hd:after {
  background-color: #ff0b3f;
}
.aside-menu li:hover .ic1 {
  display: none;
}
.aside-menu li:hover .ic2 {
  display: block;
}
.aside-menu li:hover .tit {
  font-size: 24px;
  font-size: 1.2em;
  color: #fff;
}
.aside-menu li:hover.item4 .tit {
  font-size: 1em;
}
.aside-menu li:hover .dropbox {
  display: block;
}
.aside-menu .hd {
  width: 6em;
  height: 5.3em;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  text-align: center;
  background: #fff;
  color: #1b2946;
  padding: 0 0.5em;
  cursor: pointer;
}
.aside-menu .hd:after {
  content: '';
  height: 1px;
  background-color: #dcdcdc;
  display: block;
  position: absolute;
  left: 0.5em;
  right: 0.5em;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.aside-menu .hd .ic1 {
  width: 1.5em;
  display: block;
  margin: 0 auto 0.5em;
}
.aside-menu .hd .tit {
  font-size: 16px;
  font-size: 0.8em;
  line-height: 1em;
  font-weight: bold;
  transition: font-size 0.3s;
  -webkit-transition: font-size 0.3s;
}
.aside-menu .hd .ic2 {
  width: 2em;
  display: none;
  margin: 0.5em auto 0;
}
.aside-menu .hd .word {
  font-size: 14px;
  font-size: 0.7em;
  line-height: 1em;
  margin-top: 0.5em;
}
.aside-menu .dropbox {
  display: none;
  padding-right: 0.7em;
  position: absolute;
  right: 100%;
  bottom: 0;
  z-index: 110;
  text-align: center;
}
.aside-menu .dropbox .wxlist {
  width: 6em;
  border: solid 1px #e8e8e8;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-radius: 4px;
  padding: 0 0.75em;
}
.aside-menu .dropbox .wx {
  width: 100%;
  padding: 0.75em 0;
  border-bottom: dashed 1px #e8e8e8;
}
.aside-menu .dropbox .wx:last-child {
  border-bottom: none;
}
.aside-menu .dropbox img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 0 auto 0.6em;
}
.aside-menu .dropbox .tit2 {
  font-size: 14px;
  font-size: .7em;
  line-height: 1em;
  color: #666;
  margin-bottom: .5em;
}
.aside-menu .dropbox .tips {
  font-size: 12px;
  font-size: .6em;
  line-height: 1em;
}
.aside-menu .dropbox .wx1 .tips {
  color: #47c333;
}
.aside-menu .dropbox .wx2 .tips {
  color: #3a9aec;
}
@media screen and (max-width: 1440px) {
  .aside-menu {
    font-size: 15px;
  }
}

/*** 内页顶部区 ***/
.inside-topbox {
  width: 100%;
  height: 200px;
  display: block;
  position: relative;
  color: #fff;
}
.inside-topbox .imgs {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: no-repeat center center;
  background-size: cover;
}
.inside-topbox .bd {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}
.inside-topbox .inside-lvtt {
  font-size: 2.2em;
  line-height: 1em;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 30;
  padding-bottom: 0.4em;
}
.inside-topbox .inside-lvtt:after {
  content: '';
  width: 1.14em;
  height: 0.114em;
  max-width: 50px;
  max-height: 5px;
  display: block;
  background: #ff0b53;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.inside-topbox .zhtime {
  position: absolute;
  right: 0;
  top: 1.5em;
  z-index: 25;
}
.inside-topbox .zhtime .tit {
  font-size: 0.9em;
  line-height: 1em;
  margin-bottom: 0.44em;
}
.inside-topbox .zhtime .date {
  font-size: 1.8em;
  line-height: 1em;
  font-weight: bold;
  opacity: .9;
  font-family: "Arial";
}
@media screen and (max-width: 991.98px) {
  .inside-topbox {
    height: 2rem;
  }
  .inside-topbox .inside-lvtt {
    font-size: 0.52rem;
    padding-bottom: 0.2rem;
  }
  .inside-topbox .inside-lvtt:after {
    width: 0.6rem;
    height: 0.06rem;
    max-width: 60px;
    max-height: 6px;
    min-height: 2px;
  }
}

/**** 面包屑导航 ***/
.inside-crumb {
  width: 100%;
  overflow: hidden;
  border-bottom: solid 1px #e6e6e6;
  padding: 26px 0 20px;
  font-size: 16px;
  line-height: 1.5em;
  color: #666;
  margin-bottom: 50px;
}
.inside-crumb a {
  float: left;
}
.inside-crumb a:after {
  content: '>';
  margin: 0 10px;
}
.inside-crumb a:last-child:after {
  display: none;
}
.inside-crumb a[href]:hover {
  color: #ff0b3f;
}
.inside-crumb a[href]:hover:after {
  color: #666;
}
.inside-crumb img {
  width: 1em;
  margin: -3px 0 0;
}
@media screen and (max-width: 991.98px) {
  .inside-crumb {
    padding: 0.34rem 0 0.36rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    margin-bottom: 0.54rem;
  }
  .inside-crumb a:after {
    margin: 0 0.2rem;
  }
}

/******/
body.bg-zim {
  background: url("/Img/images/bg-1.jpg") no-repeat center bottom #fff;
  background-size: cover;
}

@media screen and (max-width: 991.98px) {
  body.bg-zim {
    background: #fff;
  }

  .inside-body {
    min-height: 300px;
    padding-bottom: 0.9rem !important;
  }

}
.floatL{
	float: left;
}
.floatR{
	float: right;
}
.page-solveEN .code-list img,
.page-aboutEN .code-list img,
.p-goodsEn .code-list img
{
  width: 100px;
}
.page-solveEN .code-list img,
.page-aboutEN .code-list img,
.p-goodsEn .code-list img
{
  width: 100px;
}
.en-nav{
  display: none;
  margin-left: -25px;
  position: absolute;
  width: 264px;
  left: -180px;
  height: auto;
}
.en-bottom .en-nav{
  background-color: #f2f2f2;
  
}
.en-bottom .en-nav .item{
  padding: 0 20px 0 23px;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  line-height: 50px;
}
.en-bottom .en-nav a{
  line-height: 50px;
  font-size: 14px;
  color: #666
}
.en-bottom{
}
.en-nav a:hover{
  color: #666666!important;
}
.en-bottom .en-nav .item:hover{
  background-color: #e6e6e6
}
.page-solveEN .box-con-txt,
.page-aboutEN .box-con-txt,
.p-goodsEn .box-con-txt{
  padding: 0 5px
}
.en-logo{
  display: none;
}
.page-solveEN .china-logo,
.page-aboutEN .china-logo,
.p-goodsEn .china-logo{
  display: none
}
.page-solveEN .en-logo,
.page-aboutEN .en-logo,
.p-goodsEn .en-logo{
  display: block
}
.language{
  float:left;
  line-height: 5.1em;
  position: relative;
  font-size: 16px;
}
.search ul{
  float: left;
}
@media(max-width: 991.98px){
  .enlogo{
    display: none!important;
  }
  .page-solveEN .enlogo,
.page-aboutEN .enlogo,
.p-goodsEn .enlogo{
  display: block!important;
}
  .page-solveEN .china-logo,
.page-aboutEN .china-logo,
.p-goodsEn .china-logo{
  display: none!important;
}
}
.foot-swiper .swiper-slide{
  font-size: 14px;
}
/*.page-solveEN,
.page-aboutEN,
.p-goodsEn{
  word-wrap: break-word;
    word-break: break-all;
}*/
/*# sourceMappingURL=module.css.map */
