@charset "UTF-8";
/********/

html, body {
  -ms-overflow-style: scrollbar;
}

html {
  font-size: 22.2222vw;
}

@media screen and (min-width: 451px) {
  html {
    font-size: 100px;
  }
}

body {
  font-size: 20px;
  font-size: 14px;
  color: #333;
  min-height: 100%;
  background: #fff;
  font-family: '华文黑体', '华文细黑', 'STHeiti', 'STXihei', 'STHeiti Light','Arial';
  overflow-y: scroll;
}

@media screen and (max-width: 1800px) and (min-width: 1601px) {
  body {
    font-size: 19px;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1501px) {
  body {
    font-size: 18px;
  }
}

@media screen and (max-width: 1500px) and (min-width: 1441px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 992px) {
  body {
    font-size: 16px;
  }
}

@media (max-width: 991.98px) {
  body {
    font-family: "华文细黑";
    /* font-size: 0.16rem; */
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, p, input, select, textarea, label, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-family: '华文细黑', STXihei, STHeiti Light;
  outline: none;
  font-weight: normal;
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  font-size: 1em;
  line-height: inherit;
  resize: none;
}

h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, p:focus, input:focus, select:focus, textarea:focus, label:focus, dl:focus, dt:focus, dd:focus, h1:active, h2:active, h3:active, h4:active, h5:active, h6:active, p:active, input:active, select:active, textarea:active, label:active, dl:active, dt:active, dd:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type='radio'], input[type='checkbox'], textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

input[type='radio']:focus, input[type='checkbox']:focus, textarea:focus, input[type='radio']:active, input[type='checkbox']:active, textarea:active {
  outline: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

button {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  outline: none;
  border: none;
  background: transparent;
}

a {
  color: inherit;
}

a[href]:hover {
  color: inherit;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

img {
  vertical-align: middle;
}

table {
  border: none;
  width: 100%;
  text-indent: 0;
  /* margin-bottom: 10px; */
}

th, td {
  font-weight: normal;
  padding: 5px;
  border: solid 1px #e5e5e5;
}

.wrapper {
  width: 100%;
  min-height: 568px;
  position: relative;
  overflow: hidden;
}

.row {
  width: auto;
  margin: 0 auto;
  overflow: hidden;
}

.global-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.global-inner:before, .global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.sl-global-inner {
  width: 87.5%;
  max-width: 1680px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.lg-global-inner {
  width: 77%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  display: block;
  z-index: 5;
}

.lg-global-inner:before, .lg-global-inner:after, .sl-global-inner:before, .sl-global-inner:after {
  content: '';
  display: table;
  clear: both;
}

.clearfix {
  clear: both;
}

b {
  font-weight: normal;
}

@media screen and (max-width: 1600px) {
  .lg-global-inner {
    width: 80%;
  }
}

@media screen and (max-width: 1366px) and (min-width: 992px) {
  .global-inner {
    width: 85%;
  }
}

@media screen and (max-width: 991px) {
  .global-inner, .sl-global-inner {
    width: 100% !important;
    padding: 0 0.18rem;
  }
  .lg-global-inner {
    width: 92%;
  }
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

.en {
  font-family: Arial;
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.swiper-pagination-bullet {
  opacity: 1;
}

.bg-gray {
  background: #f5f5f5;
}

.fa {
  line-height: inherit;
}

.inline-block {
  display: inline-block;
  vertical-align: top;
}

.padding-0 {
  padding: 0 !important;
}

b {
  font-weight: normal !important;
}

/***** 滚动条 *****/

.mCSB_inside>.mCSB_container {
  margin: 0 40px 0 0;
}

.mCSB_scrollTools {
  width: 5px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  background: #f1f1f1;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.mCSB_scrollTools {
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCustomScrollBox {
  overflow: visible;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 58%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center;
  background: #e5e5e5;
  opacity: 0.5;
}

/***** popover-box ****/

.popover-box {
  width: 100%;
  height: 100%;
  display: none;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1020;
}

.popover-zhe {
  width: 100%;
  height: 100%;
  display: block;
  overflow: hidden;
  background: #000;
  opacity: 0.8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1025;
}

.popover-inner {
  width: 100%;
  display: none;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1030;
  -webkit-overflow-scrolling: touch;
}

.popover-close {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  overflow: hidden;
  background: url(../../Img/images/close_02.png) no-repeat center center;
  background-size: 0.2rem auto;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  cursor: pointer;
  z-index: 1040;
}

/**** modal ***/

.modal {
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  position: fixed !important;
}

.modal .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  height: 100%;
}

.modal .modal-content {
  display: block;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  height: 90%;
}

.modal .modal-content .global-inner {
  margin-top: 10%;
  height: 100%;
}

.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: 3em;
  height: 3em;
  display: block;
  background: url(/Img/images/close2.png) no-repeat center center;
  background-size: 1.25em auto;
  border: solid 1px #fff;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  position: fixed;
  right: 20px;
  top: 20px;
  z-index: 1100;
  cursor: pointer;
}

@media screen and (max-width: 1440px) {
  .modal .modal-content .global-inner {
    margin-top: 10%;
  }
}

@media screen and (max-width: 991px) {
  .modal-close {
    right: 0.18rem;
    position: fixed;
    top: 14%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .modal .modal-content .global-inner {
    margin-top: 20%;
  }
}

@media screen and (max-width: 600px) {
  .modal .modal-content .global-inner {
    margin-top: 42%;
  }
}

.container {
  margin: 0 auto;
  padding: 0;
}

.container:after {
  clear: both;
  content: " ";
  display: table;
}

@media (min-width:768px) {
  .container {
    width: 750px
  }
}

@media (min-width:992px) {
  .container {
    width: 970px
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px;
    max-width: 1170px;
    padding: 0 15px;
  }
}
@media (min-width: 1440px) {
  .container {
    padding: 0;
  }
}

/**** header ****/

.header {
  background-color: #213570;
  position: relative;
  margin-top: 50px;
  z-index: 999;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease-out;
}

.utc-bu-bar {
  overflow: hidden;
  padding: 9px 32px 8px;
  background: #000;
}

.utc-bu-bar a {
  float: left;
  margin: 0 20px 0 0;
  color: #fff;
  font-size: 9px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  word-spacing: 0px;
  text-decoration: none;
  padding: 0;
  white-space: nowrap;
}

.utc-bu-bar a:hover {
  color: #fff;
  text-decoration: underline;
}

.headbox {
  position: relative;
}

.headbox .container {
  position: relative;
}

.header .headbox {
  margin-top: 0px;
  transition: all 0.1s ease-out;
}

.header .navbar-header {
  margin: 0;
}

body a {
  outline: none;
}

.header .navbar-header a {
  display: inline-block;
  margin-top: 0;
}

.header .logo {
  height: 28px;
  z-index: 999999;
  position: relative;
  transition: all 0.2s ease-out;
}

.header .secondary__menu {
  position: absolute;
  top: -50px;
  width: 100%;
  background-color: #bcc8cc;
  height: 50px;
}

.header .secondary__menu .social__links li {
  display: inline;
  margin-right: 10px;
  list-style: none;
  list-style-type: none;
}

.header .secondary__menu .social__links li a {
  transition: all 0.4s ease-out;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.header .secondary__menu .social__links li a img {
  width: 100%;
}

.header .secondary__menu .share__info {
  background-color: #ffbf3f;
  float: left;
  padding: 15px;
}

.header .secondary__menu .share__info p {
  color: #FFFFFF;
  text-align: center;
}

/* .header .secondary__menu .share__info p a.en{
  color: #cba052;
} */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.header .secondary__menu .utility__menu {
  float: left;
  margin-top: 21px;
  padding-left: 20px;
}

.header .secondary__menu .utility__menu li {
  display: inline;
  margin-right: 10px;
  list-style: none;
  list-style-type: none;
  font-size: 18px !important;
}

.header .secondary__menu .utility__menu li a {
  transition: all 0.4s ease-out;
  color: #FFFFFF;
}

.header .secondary__menu .utility__menu li:last-child {
  margin-right: 0;
}

.header .fa-search, .header .otis-icon-sphere {
  cursor: pointer;
}

.header .utility__menu li a i.active {
  position: relative;
}

.header .utility__menu .search {
  width: 20px;
  height: 20px;
  background: url(../../Img/images/sou-btn1s.png) no-repeat center center;
  background-size: contain;
  display: inline-block;
}

.header .utility__menu .selen {
  width: 18px;
  height: 18px;
  background: url(../../Img/images/earch.png) no-repeat center center;
  background-size: 18px auto;
  display: inline-block;
}

.navbar-nav-list {
  margin: 7.5px -15px;
  /* transition: all 0.2s ease-out; */
}

.dropdown {
  position: relative;
  display: inline-block;
  z-index: 1000;
}

.pull-right {
  /* margin-top: 12px; */
}

.navbar-collapse-list {
  width: 100%;
  height: auto;
}

.header .mega-dropdown {
  position: relative;
  /* transition: all 0.2s ease-out; */
  padding: 15px 10px 17px;
}

.header .mega-dropdown:hover .mega-dropdown-menu {
  display: block;
}

.header .mega-dropdown a {
  color: #fff;
  font-size: 13px;
  /* padding: 15px 10px 17px; */
  cursor: pointer;
}

.header .mega-dropdown .mege-txt1:hover {
  color: #fff;
}

.navbar-collapse-list::after, .navbar-collapse-list::before {
  content: " ";
  display: table;
  clear: both;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.header .mega-dropdown .caret {
  float: right;
  margin-top: 7px;
  margin-left: 6px;
  transition: all 0.2s ease-out;
  color: #ffbf3f;
}

.header .mega-dropdown.on .mege-txt1 .caret, .header .mega-dropdown:hover .caret {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.mega-second {
  margin-left: -15px;
  margin-right: -15px;
}

.header .mega-dropdown-menu {
  /* transition: all 0.2s ease-out;
  animation-delay: 2s; */
  width: 100%;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
  background-color: #213570;
  font-size: 14px;
  text-align: left;
  padding: 5px 0;
  margin: 2px 0 0;
  left: 0;
  padding-bottom: 20px;
  display: none;
  transition: all 0.2s ease-out;
  animation-delay: 2s;
}

.header .mega-dropdown:hover .mega-dropdown-menu {
  /* display: block;
  transform: scale(1); */
}

.header .mega-dropdown-menu .container {
  padding: 0 15px;
}

.header .mega-dropdown-menu .dropdown-header {
  color: #ffbf3f;
  font-size: 13px;
  border-bottom: 1px solid #ffbf3f;
  padding: 5px 10px 5px 0;
  margin-bottom: 5px;
}

.header .mega-dropdown-menu .productlist {
  overflow: hidden;
}

.header .mega-dropdown-menu .productlist>li {
  width: 50%;
  float: left;
}

.header .mega-dropdown-menu .productlist>li.dropdown-header {
  float: none;
  width: 100%;
}

.header .mega-dropdown-menu .dropdown-sub-header {
  margin-top: 20px;
}

.header .mega-dropdown-menu li ul li a {
  display: block;
  padding: 10px;
  clear: both;
  line-height: 1.428571429;
  color: #fff;
  transition: all 0.2s ease-out;
  position: relative;
}

.header .mega-dropdown-menu li ul li a:hover {
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding: 10px;
}

.header .col-md-3, .header .col-md-4, .header .col-md-6 {
  float: left;
  padding: 0 15px;
}

.header .mega-dropdown-menu li ul li p {
  color: #fff;
}

.header .mega-dropdown a.otis_button {
  width: 100%;
  color: #fff;
  font-size: 12px;
  padding: 10px;
  border: 2px solid #fff;
  margin: 10px 0;
  width: auto;
  display: inline-block;
  min-width: 200px;
  text-align: center;
  letter-spacing: 1px;
  cursor: pointer;
  text-transform: uppercase;
}

@media only screen and (min-width: 992px) and (max-width: 1600px) {
  .header .mega-dropdown {
    padding: 11px 10px 14px;
  }
}

@media only screen and (min-width: 992px) {
  .header {
    margin-top: 0;
    position: fixed;
    width: 100%;
    height: 136px;
  }
  .header .secondary__menu {
    top: 0;
    right: 40px;
    width: auto;
    height: auto;
    background-color: transparent;
    transition: all 0.1s ease-out;
  }
  .header .secondary__menu .social__links {
    float: left;
    margin-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 764px) {
  .utc-bu-bar {
    display: none;
  }
  .header .logo {
    height: 0.26rem;
  }
  .header .utility__menu .search {
    width: 0.2rem;
    height: 0.2rem;
  }
  .header .headbox {
    height: 28px;
  }
}

@media only screen and (min-width: 768px) {
  .header .logo {
    margin-left: 0px;
  }
  .header .logo {
    margin-left: 0px;
  }
}

@media only screen and (min-width: 992px) {
  .header .navbar-header a {
    margin-top: 33px;
  }
  .navbar-header {
    float: left;
  }
  .header .secondary__menu .social__links {
    margin-top: 20px;
    padding-right: 20px;
  }
  .header .secondary__menu .social__links li a {
    width: 24px;
    height: 24px;
  }
  .header .secondary__menu .share__info {
    padding: 15px 20px 10px 20px;
    margin: 0;
    display: block;
  }
  .header .secondary__menu .share__info p {
    margin: 0;
    padding-top: 10px;
    display: block;
    font-size: 14px;
  }
  .header .secondary__menu .share__info p span {
    color: #fff;
  }
  .header .secondary__menu .utility__menu li {
    font-size: 22.4px;
  }
  .navbar-nav-list {
    float: left;
    margin: 0;
  }
  .navbar-nav-list>li {
    float: left;
  }
  .header .mega-dropdown .caret {
    float: none;
    margin-top: 0;
  }
  .header .mega-dropdown-menu {
    position: fixed;
    top: 134px;
  }
  .header .mega-dropdown-menu li ul li a {
    padding: 5px 10px 5px 0;
  }
  .header .mega-dropdown-menu li ul li a:hover {
    padding: 5px 10px 5px 5px;
  }
  .header.fixed {
    height: 81px;
    padding-bottom: 50px;
    top: 0;
  }
  .header.fixed .mega-dropdown {
    padding: 16px 10px 18px;
  }
  .header.fixed .navbar-header a {
    margin-top: 11px;
  }
  .header.fixed .secondary__menu {
    top: -100px;
  }
  .header.fixed .navbar-collapse-list {
    /* top: 16px; */
    top: 0;
    right: 10px;
    position: absolute;
  }
  .header.fixed .pull-right {
    margin-top: 0;
  }
  .header.fixed .mega-dropdown-menu {
    top: 79px;
  }
  .footer-box .footer__utility .social__links {
    float: right;
  }
  .footer-box .footer__utility .legal__copy {
    float: right;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 6px 10px;
  background-color: transparent;
  background-image: none;
  border: none;
  display: none;
}

.pop-nav-box {
  background-color: #213570;
  /* position: fixed;
  left: 0;
  top: 4em; */
  z-index: 600;
  width: 100%;
  padding: 0 0.18rem 0.2rem;
  display: none;
  position: relative;
  /* transition: all 0.2s ease-out; */
  margin-top: 20px;
}

.headbox .nav_btn {
  cursor: pointer;
  height: 21px;
  width: 18px;
  position: relative;
  z-index: 2;
  float: right;
  margin: 0.16rem 0.18rem 0 0.18rem;
  display: none;
}

.headbox .nav_btn span {
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
  -webkit-transition: background-color 0.1s ease-out 0s;
  -moz-transition: background-color 0.1s ease-out 0s;
  -o-transition: background-color 0.1s ease-out 0s;
  -ms-transition: background-color 0.1s ease-out 0s;
  transition: background-color 0.1s ease-out 0s;
}

.headbox .nav_btn.open span {
  background-color: transparent;
  z-index: 9;
}

.headbox .nav_btn span:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: -6px;
  left: 0px;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.1s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.3s ease-out, top 0.3s ease 0.2s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.headbox .nav_btn.open span:before {
  -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -webkit-transform: rotate(45deg);
  top: 0px;
  -moz-transform: rotate(45deg);
  top: 0px;
  -o-transform: rotate(45deg);
  top: 0px;
  -ms-transform: rotate(45deg);
  top: 0px;
  transform: rotate(45deg);
  top: 0px;
}

.headbox .nav_btn span:after {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  top: 6px;
  left: 0px;
  -webkit-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -moz-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -o-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -ms-transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  transition: transform 0.1s ease-out, top 0.3s ease 0.2s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.headbox .nav_btn.open span:after {
  -webkit-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -moz-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -o-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -ms-transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  transition: top 0.3s ease, transform 0.1s ease-out 0.2s;
  -webkit-transform: rotate(-45deg);
  top: 0px;
  -moz-transform: rotate(-45deg);
  top: 0px;
  -o-transform: rotate(-45deg);
  top: 0px;
  -ms-transform: rotate(-45deg);
  top: 0px;
  transform: rotate(-45deg);
  top: 0px;
}

.pop-nav-box .inner {
  width: 100%;
  max-height: 100%;
}

.pop-nav-box .mCSB_scrollTools {
  right: -0.18rem;
}

.pop-nav-list {
  /* margin: 20px 0 0 0; */
}

.pop-nav-list .menu-level1 {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 10.5px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.pop-subnav-list li a.otis_button {
  margin: 10px 0;
  border: 2px solid #FFFFFF;
}

.pop-nav-box .mCSB_inside>.mCSB_container {
  margin: 0;
}

.pop-nav-list .menu-level1 a {
  color: #fff;
  width: 50%;
  float: left;
  line-height: 0.4rem;
}

.pop-nav-list .menu-level1 .arrow {
  float: right;
  transition: all 0.2s ease-out;
  background-color: rgba(255, 255, 255, 0.2);
  background-image: url(../../Img/images/arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.13rem auto;
  border-radius: 50%;
  width: 0.4rem;
  height: 0.4rem;
  line-height: 0.43rem;
}

.pop-subnav-list {
  width: 100%;
  display: none;
  overflow: hidden;
  background: #1e3555;
  padding: 20px 0;
}

.nav-item.current .menu-level1 {
  background: #fff;
}

.nav-item.current .menu-level1 a {
  color: #000;
}

.nav-item.current .arrow {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: url(../../Img/images/arrow02-1.png);
}

.nav-item.current .pop-subnav-list {
  display: block;
}

.nav-item.current .pop-subnav-list>li>ul {
  margin-bottom: 20px;
}

.headerbox {
  height: 136px;
  background-color: #213570;
}

@media only screen and (max-width: 991px) {
  .headbox .nav_btn {
    display: block;
  }
  .header {
    padding: 23px 0;
    width: 100%;
    margin-top: 0;
  }
  .header .secondary__menu .utility__menu {
    margin-top: 14px;
  }
  .social__links, .share__info, .navbar-collapse-list {
    display: none;
  }
  .footer__utility .social__links {
    display: block;
  }
  .header .container {
    width: auto;
    padding: 0 0.18rem;
  }
  .header .secondary__menu {
    top: -9px;
    width: auto;
    background-color: transparent;
    right: 0;
  }
  .navbar-toggle {
    display: block;
  }
  .dropdown-header {
    padding: 5px 10px 5px 0;
    font-size: 14px;
    color: #ffbf3f;
    margin-bottom: 5px;
  }
  .dropdown-header.dropdown-sub-header {
    margin-top: 20px;
  }
  .pop-subnav-list .col-md-4 {
    padding: 0 15px;
  }
  .pop-subnav-list ul li:not(.dropdown-header) a {
    display: block;
    color: #fff !important;
    font-size: 12px;
    padding: 7px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .pop-subnav-list li p {
    color: #fff;
  }
  .otis_button {
    text-align: center;
    display: block;
  }
  .pop-nav-box .secondary__menu {
    position: static;
    padding-top: 20px;
  }
  .pop-nav-box .social__links {
    display: block;
    float: left;
    padding: 0 0.1rem;
    line-height: 0.5rem;
  }
  .pop-nav-box .share__info {
    display: block;
    float: left;
    padding: 0.1rem;
  }
  .headerbox {
    height: 0;
  }
}

.header .secondary__menu .share__info p span.en {
  font-family: "Arial";
}

@media only screen and (max-width: 320px) {
  .header .secondary__menu .utility__menu {
    margin-top: 11px;
  }
}

@media screen and (max-width: 991px) and (min-width: 765px) {
  .header {
    padding: 0 0 20px !important;
  }
  .header .utc-bu-bar {
    margin-bottom: 15px;
  }
}

/* 关注微信弹框 */

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

#weChatModal {
  z-index: 999999;
  background: rgba(0, 0, 0, .3);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

#weChatModal .modal-dialog {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

#weChatModal .modal-dialog.fadeIndown {
  transform: translate(0, 50vh) translate(0, -50%);
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

#weChatModal .modal-content {
  background-color: #ECEAE8;
  overflow: visible;
  border-radius: 5px;
}

.modal .modal-header {
  padding: 15px;
}

#weChatModal .close {
  right: -10px;
  top: -10px;
  position: absolute;
  color: #fff;
  font-size: 18px;
  border-radius: 50% !important;
  width: 38px;
  background-color: #333;
  text-shadow: none;
  opacity: 1;
  line-height: inherit;
  outline: 0;
  cursor: pointer;
  font-weight: bold;
  text-align: center;
  line-height: 38px;
  padding: 0;
  margin: 0;
}

#weChatModal h2 {
  color: #041E42;
  margin: 0.67em 0;
  font-family: '华文细黑', STXihei, STHeiti Light [STXihei];
  font-size: 1.5em;
}

#weChatModal img {
  margin: auto;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  #weChatModal .modal-dialog {
    width: 400px;
    height: 400px;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  #weChatModal img {
    height: 250px;
  }
}

@media (max-width: 768px) {
  #weChatModal .modal-dialog.fadeIndown {
    transform: translateY(25%);
    width: 90%;
    height: auto;
  }
  #weChatModal img {
    margin: auto;
    width: 90%;
  }
  #weChatModal .modal-content {
    padding-bottom: 0.45rem;
  }
}

.main-box {
  min-height: 500px;
}

/***** footer *****/

.footer-box {
  background-color: #ECEAE8;
  padding: 30px 0 60px;
  border-top: 2px solid #ffffff;
}

.noPad {
  padding: 0 !important;
}

.noPad>div {
  float: left;
}

.utc_logo {
  margin-bottom: 10px;
}

.utc_logo .logo {
  height: 47px;
}

.footer-box .footer__address ul li {
  color: #041E42;
  font-size: 16px;
  line-height: 28px;
}

.footer-box .footer__utility .social__links li a {
  transition: all 0.4s ease-out;
  display: inline-block;
  width: 24px;
  height: 24px;
}

.footer-box .footer__utility .social__links li a img {
  width: 100%;
}

.footer-box .footer__utility .social__links {
  margin: 0 0 15px 0;
  text-align: center;
}

.footer-box .footer__utility .social__links li {
  display: inline;
  margin-right: 10px;
}

.footer-box .footer__utility .legal__copy {
  clear: both;
  text-align: center;
}

.footer-box .footer__utility .legal__copy p {
  color: #041E42;
  font-size: 14px;
  line-height: 26px;
  text-align: right;
}

.footer-box .footer__utility .legal__copy a {
  transition: all 0.4s ease-out;
  color: #041E42;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-box .footer__utility .legal__copy a:last-child {
  padding-right: 0;
}

.arrow-nav {
  height: 50px;
  width: 100%;
  background: rgba(236, 234, 232, 0.9);
  border-top: #d8d8d8 solid 2px;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: none;
}

.show {
  display: block;
}

.arrow-nav .arrows {
  height: 20px;
  text-align: center;
  height: 100%;
  padding-top: 10px;
}

.arrow-nav .arrows img {
  cursor: pointer;
  margin: 0 5px;
  max-width: 30px;
}

.foot-support {
  color: #041E42;
  font-size: 16px;
  height: 24px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .utc_logo {
    text-align: center;
  }
  .noPad>div {
    float: none;
  }
  .footer-box .footer__address ul li {
    text-align: center;
  }
  .footer-box .footer__utility .legal__copy p {
    text-align: center;
  }
  .footer-bottom {
    text-align: center;
  }
  .foot-support {
    display: inline-block;
    font-size: 14px;
    height: 20px;
  }
  .utc_logo .logo {
    height: 0.45rem;
  }
}

/**** video ***/

.video-js {
  width: 100% !important;
  height: 100% !important;
  display: block;
  overflow: hidden;
  position: relative !important;
  object-fit: fill;
  z-index: 20;
}

.video-js:hover .vjs-big-play-button {
  background-color: transparent;
  opacity: 1;
}

.video-js .vjs-big-play-button {
  width: 80px;
  height: 80px;
  line-height: 58px;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  /* background: url(/Img/images/video_play.png) no-repeat center center; */
  /* background-size: contain; */
  border: none;
  display: none;
  padding: 0;
  opacity: 0.8;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.video-js .vjs-tech {
  position: static;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.video-js .vjs-tech:focus {
  outline: none;
}

.video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  display: none;
}

.video-js .vjs-poster {
  background-size: cover;
}

.video-js .vjs-play-progress {
  background: #009fdf;
}

.video-js .vjs-progress-control {
  position: absolute;
  top: -17px;
  width: 100%;
}

.video-js .vjs-progress-control .vjs-progress-holder {
  margin: 0;
}

.video-js .vjs-play-progress:before {
  display: none;
}

.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
  height: 4px;
}

.video-js .vjs-fullscreen-control {
  position: absolute;
  right: 10px;
}

@media screen and (max-width: 991px) {
  .video-js .vjs-big-play-button {
    width: 0.6rem;
    height: 0.6rem;
    margin: -0.3rem 0 0 -0.3rem;
  }
}

.frm-tooltip, .jobfrm-tips {
  max-width: 25em;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  display: none;
  position: fixed;
  left: 50%;
  top: 40%;
  z-index: 2000;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

/* 搜索框 */

.search-site {
  display: none;
  position: absolute;
  z-index: 100000;
  top: 0;
  width: 100%;
  min-height: 700px;
  background: rgba(4, 30, 66, 0.95);
}

.search-site.active {
  display: block;
}

.search-site .logo {
  margin-top: 65px;
}

.close-wrap {
  position: relative;
  z-index: 9999;
}

.btn-close {
  cursor: pointer;
  background: url(../../Img/images/close-btn.svg);
  background-position: right;
  background-repeat: no-repeat;
  height: 20px;
  position: absolute;
  top: 30px;
  right: 30px;
  color: #FFFFFF !important;
  display: block;
  padding-right: 30px;
  text-decoration: none;
}

.search-site .search-content .container>div {
  float: left;
}

.search-site h1 {
  color: #FFFFFF;
  font-size: 48px;
  line-height: 56px;
}

.search-site .col-md-8 {
  padding-left: 0;
}

.search-site .subtn {
  width: 100%;
  margin: 0;
  height: 48px;
  border: 1px solid #fff;
  color: #fff !important;
}

.search-site .subtn:hover {
  background-color: #FFFFFF;
  color: #041E42 !important;
  border: 2px solid #041E42;
}

.search-site .search-wrap>div {
  float: left;
}

.search-site input {
  width: 100%;
  margin: 0;
  height: 48px;
  color: #949494;
  font-size: 16px;
  padding-left: 0.5em;
}

.search-content {
  min-height: 700px;
  width: 100%;
  position: absolute;
  text-align: center;
  padding-bottom: 30px;
  padding-top: 80px;
}

.search-content .search-wrap {
  margin-top: 40px;
}

@media only screen and (min-width: 992px) {
  .search-content {
    text-align: left;
    padding-top: 73px;
  }
  .search-content .container {
    padding: 0;
  }
  .search-site .col-md-8 {
    max-width: 66.666667%;
  }
  .search-site .col-lg-4 {
    max-width: 33.333333%;
  }
}

@media only screen and (max-width: 991px) {
  .search-site .logo {
    height: 0.26rem;
    margin-left: 0.18rem;
    margin-top: 25px;
  }
  .search-site .col-md-8 {
    padding: 0 15px;
  }
  .search-site h1 {
    font-size: 32px;
    line-height: 32px;
  }
  .search-site .search-content .search-wrap .col-md-8 {
    padding: 0 0 15px 0px;
  }
  .search-site .search-content .search-wrap .col-md-4 {
    padding: 0 0 15px 0px;
  }
}

.legal__copy a:hover {
      border-bottom: 1px solid #666;
    }


/*** 2024.10.31 ***/
.footer-flex{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .footer-row1{
    height: 35px;
  }
  .utc_logo{
    margin-bottom: 0 !important;
  }
  .footer-box .footer__utility .social__links{
    margin-bottom: 0 !important;
  }
  .footer-box .footer__address{
    color: #041E42;
    font-size: 16px;
    line-height: 28px;
  }
  .footer-row2{
    align-items: flex-end;
  }

  .footer-box .legal__copy{
    color: #041E42;
    font-size: 14px;
    line-height: 26px;
    text-align: right !important;
  }
}
@media (max-width: 991.98px) {
  .footer-row1{
    padding: 0 0.18rem;
    height: .4rem;
  }
  .footer-row2{
    display: block;
    text-align: left;
    padding: 0 0.18rem;
    line-height: 1.6em;
    font-size: .14rem;
  }
  .footer-box .footer__utility .legal__copy{
    text-align: left;
  }
  .foot-kslnk a{
    padding: 0 !important;
    margin:  0 5px 0 0;
  }
  .foot-beian{
    display: flex;
    flex-direction: column-reverse;
  }
}