/* CSS Document */
@media (min-width: 768px) {
  html {
    font-size: 28px !important;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 30px !important;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 32px !important;
  }
}
@media (min-width: 1366px) {
  html {
    font-size: 34px !important;
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 36px !important;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 40px !important;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 666;
  background-color: #ffffff;
}
.header-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.pc-nav {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.pc-nav li {
  width: 97px;
  text-align: center;
  transition: all 0.3s linear;
}
.pc-nav li a {
  display: block;
  padding: 39px 12px;
  text-align: center;
  font-size: 18px;
  position: relative;
  color: #333;
}
.pc-nav li:hover {
  background-color: #1b5895;
}
.pc-nav li:hover a:after {
  transform: none;
}
.pc-nav li.active {
  background-color: #1b5895;
}
.pc-nav li.current {
  background-color: #1b5895;
}
.pc-nav li.current a,.pc-nav li.active a{
  color: #ffffff;
}
.faker-top {
  height: 100px;
}
.warp-nav {
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  position: fixed;
  display: none;
  padding-top: calc(71px);
  z-index: 88;
}
.sub-menu {
  width: 100%;
  z-index: 88;
}
.sub-menu ul {
  width: 100%;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.sub-menu li {
  border-bottom: 1px solid #dcdcdc;
  font-size: 16px;
}
.sub-menu .tit {
  display: block;
  width: 100%;
  padding: 0 3%;
  font-size: 14px;
  line-height: 45px;
  color: #000;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0;
}
.sub-menu .titx {
  display: block;
  width: 100%;
  padding: 0 3%;
  line-height: 45px;
  color: #000;
  position: relative;
  border-bottom: 1px solid #dcdcdc;
}
.sub-menu .sub-tit:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../image/ico_03.png) no-repeat center;
  background-size: 15px auto;
  position: absolute;
  right: 3%;
  top: 8px;
  display: none;
}
.sub-menu .sub-tit.on {
  background-color: #3891ff;
  color: #fff;
}
.sub-menu .sub-tit.on:after {
  background: url(../image/ico_03_h.png) no-repeat center;
  background-size: 15px auto;
}
.sub-menu .sec-list {
  line-height: 40px;
  padding: 10px 4%;
  display: none;
}
.sub-menu .sec-list p {
  background: url(../image/ico_04.png) no-repeat left center;
  background-size: 3px auto;
  font-size: 14px;
}
.sub-menu .sec-list a {
  padding-left: 3%;
  color: #666;
  display: block;
}
.header-ph {
  width: 100%;
  height: 1.2rem;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #1b5895;
  z-index: 888;
  padding: 0 4%;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}
.header-ph .header-ph-in {
  height: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.header-ph .header-ph-in .ph-logo {
  display: block;
  width: 3.36rem;
}
.header-ph .header-ph-in .ph-logo img {
  width: 100%;
}
.header-ph .hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  display: block;
  padding: 0;
  margin-top: 10px;
}
.header-ph .hamburger-box {
  width: 30px;
  height: 24px;
  perspective: 80px;
  display: inline-block;
  position: relative;
}
.header-ph .hamburger-inner,
.header-ph .hamburger-inner::before,
.header-ph .hamburger-inner::after {
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
  width: 30px;
  height: 3px;
  background: #fff;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.5s 0s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
}
.header-ph .hamburger.is-active .hamburger-inner,
.header-ph .hamburger.is-active .hamburger-inner::before,
.header-ph .hamburger.is-active .hamburger-inner::after {
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    height: 60px;
    line-height: 60px;
    z-index: 666;
  }
  .faker-top {
    height: 60px;
  }
}
@media screen and (max-width: 414px) {
  .hamburger {
    transform: scale(0.9);
  }
}
.header-nav-lv2 {
  width: 100%;
  height: 3.75rem;
  background-color: #1b5895;
  display: none;
}
.header-nav-lv2-in {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header-nav-lv2-wrap .lv2-tit {
  width: 4.0rem;
  flex: 0 0 4.0rem;
  display: flex;
  flex-flow: column nowrap;
  margin-right: 30px;
  color: #fff;
  align-items: flex-start;
  position: relative;
}
.header-nav-lv2-wrap .lv2-tit:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../image/sj01.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
}
.header-nav-lv2-wrap .lv2-tit h4 {
  font-size: 0.6rem;
  font-weight: bold;
  font-family: 'Segoe UI';
  text-transform: uppercase;
}
.header-nav-lv2-wrap .lv2-tit h3 {
  font-size: 14px;
  margin-top: 0.35rem;
  color: #cdcdcd;
}
.header-nav-lv2-wrap .lv2-tit i {
  display: inline-block;
  font-size: 30px;
}
.lv2-list {
  flex: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.lv2-list li {
  position: relative;
  padding: 0 1px;
    width: 14.5%;
    margin-right: 2%;
}
.lv2-list li a {
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
}
.lv2-list li a i {
  font-size: 1.2rem;
  margin-bottom: 8px;
}
.lv2-list li a span {
  font-size: 0.4rem;
  line-height: 1.2;
}
.product-lv2-list-wrap {
  flex: 1;
  width: 100%;
}
.product-lv2-list li a {
  width: 100%;
  padding: 14px 0;
}
.product-lv2-list li a .nav-pro-img {
  width: 45px;
  height: 45px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -ms-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.product-lv2-list li a p {
  line-height: 1;
  color: #fff;
      font-size: 14px;
    font-weight: bold;
  margin-top: 10px;
}
.nav-btn-next {
  width: 68px;
  height: 96px;
  margin-left: 10px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.nav-btn-next img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mright-fixed {
  position: fixed;
  height: 305px;
  width: 70px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 888;
}
.mright-fixed .items:nth-child(1) {
  margin-top: 0;
}
.mright-fixed .items {
  height: 70px;
  display: block;
  margin-top: 1px;
  background: rgba(49, 49, 49, 0.6);
  border-radius: 5px;
  cursor: pointer;
}
.mright-fixed .phone {
  background: transparent;
}
.mright-fixed .phone .ibox {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
 transition: .5s;
  width: 402px;
}
.mright-fixed .items .itop {
  width: 70px;
  height: 70px;
  position: relative;
}
.mright-fixed .phone .itop {
  float: left;
}
.mright-fixed .items .itop img {
  position: absolute;
  transition: .5s;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 44px;
  height: 44px;
}
.mright-fixed .phone .ibot {
  font-size: 18px;
  color: red;
  line-height: 70px;
  font-family: Arial;
  width: 300px;
  float: left;
  
  padding-left: 10px;
  box-sizing: border-box;
}
.it-erweima .ibot {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scale(0);
  transition: .5s;
  transform-origin: center right;
}
.it-erweima.hover .ibot {
  transform: scale(1);
}
.mright-fixed .phone .ibox {
  transition: .5s;
  left: -266px;
}
.mright-fixed .items img {
  transition: .5s;
  max-width: 100%;
}
#backtop {
  display: none;
}
.footer {
  text-align: center;
  background-color: #313131;
}
.footer .address,
.footer .addressmore {
  color: #aaa;
  line-height: 24px;
}
.footer .cp {
  color: #d8d8d8;
}
.footer-support-ph {
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  color: #333;
  padding: 8px 0;
}
.footer-support-ph span {
  display: block;
  margin-top: 6px;
}
.cx-tit-cp {
  display: inline-block;
  text-align: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.cx-tit-cp:after {
  content: '';
  width: 104%;
  height: 2px;
  background-color: #014da5;
  position: absolute;
  bottom: -7px;
  left: -4px;
}
.cx-tit-cp span{
  color:#014da5;
}
.i-l-news {
  position: relative;
}
.i-l-news span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  background-color: rgba(27, 27, 27, 0.7);
  text-align: center;
  color: #fff;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.r-i-list {
  margin-top: 12px;
}
.news-item {
  padding-left: 15px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.news-item img {
  flex: 0 0 14px;
  width: 14px;
  margin-top: 2px;
}
.news-item p {
  flex: 1;
  color: #2f2f2f;
  padding-left: 8px;
  min-width: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-item .date {
  flex: 0 0 100px;
  width: 100px;
}
.news-item:hover p {
  color: #3891ff;
}
@media screen and (max-width: 768px) {
  .mright-fixed {
    display: none;
  }
  .footer {
    padding: 0 5%;
  }
}
.main-box{background-color: #f4f4f4;}