html,
body {
  height: 100%;
  font-family: "Noto Sans SC";
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
img{
  max-width: 100%;
  border: none;
}
input:focus{outline: 0!important;}
h1,h2,h3,h4,h5,h6,p {
  padding: 0;
  margin: 0;
}
a:hover,
a:focus {
  text-decoration: none;
}
.table-middle>tbody>tr>td,
.table-middle>tbody>tr>th,
.table-middle>tfoot>tr>td,
.table-middle>tfoot>tr>th,
.table-middle>thead>tr>td,
.table-middle>thead>tr>th{
  vertical-align: middle;
}
ul,li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control{
  box-shadow: none!important;
}
.form-control:focus{
  box-shadow: none!important;
}
.input-group-addon .ion,
.input-group-btn .ion,
.form-control-feedback.ion{
  transform: scale(1.5);
}
.has-feedback label~.form-control-feedback.ion{
  top: 40px;
}

.form-horizontal .control-label{
  margin-bottom: 5px;
}

.input-group-addon-transparent.input-group-addon{
  background-color: transparent;
  border-color: transparent;
}
.input-group-addon-transparent.input-group-addon:first-child{
  padding-left: 0;
}
.input-group-addon-transparent.input-group-addon:last-child{
  padding-right: 0;
}

.label-brand{
  color: #666;
}

/*
 * 按钮
 */
.btn:focus,
.btn:active,
.btn:active:focus{
  outline: none;
}
.btn-brand:active,
.btn-brand:focus,
.btn-brand:active:focus,
.open>.dropdown-toggle.btn-brand,
.open>.dropdown-toggle.btn-brand:hover,
.open>.dropdown-toggle.btn-brand:focus,
.open>.dropdown-toggle.btn-brand:active,
.open>.dropdown-toggle.btn-brand:active:focus{
  background-color: #f1d203;
  border-color: #f1d203;
}
.btn-brand:hover,
.btn-brand:focus{
  border-color: #f5d502;
  background-color: #f8d801;
}

/*
 * 页面框架
 */

.dk-navbar{
  position: relative;
  z-index: 2;
}
.dk-main-container{
  position: absolute;
  left: 240px;
  top: 64px;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding:20px 10px 15px;
  overflow: auto;
}
.dk-main-aside{
  position: absolute;
  left: 0;
  bottom: 0;
  top: 64px;
  z-index: 1;
  width: 240px;
  background-color: #1b1a19;
}


/*
 * 滚动条
 */
.scroll-bar{ overflow: auto; }
.scroll-bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
.scroll-bar::-webkit-scrollbar-button {
  display: none;
}
.scroll-bar::-webkit-scrollbar-track {
  background: #eee;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}

/*
 * 徽章badge
 */
.badge-primary{
  background-color:rgba(89,153,234,.8) ;
}
.badge-success{
  background-color:rgba(104,200,104,.8) ;
}
.badge-warning{
  background-color:rgba(255,151,74,.8) ;
}
.badge-danger{
  background-color:rgba(255,0,0,.8) ;
}
.badge-info{
  background-color:rgba(52,185,235,.8) ;
}
.badge-brand{
  background-color:rgba(255,239,2,.8) ;
}

/*
 * 顶部导航
 */

/* logo */
.dk-navbar .navbar-header{
  width: 249px;
}
.navbar-header{
  text-align: center;
  font-size: 0
}
.navbar-brand{
  float: none;
  padding: 20px 10px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
}
.navbar-brand>img{
  float: left;
  height: 22px;
  margin-right: 12px;
}
.navbar-brand .caret{
  margin-top: -2px;
  margin-left: 8px;
}
.navbar-brand-img{
  padding: 14px 10px;
}
.navbar-brand-img img{
  height: 34px;
}
.navbar-brand-img>.dk-brand-img-sm{display: none;}

@media (max-width: 768px) {
  .dk-navbar .navbar-header{
    width: auto;
  }
  .navbar-brand{
    float: left;
    padding: 20px 10px;
  }
  .navbar-brand-img{
    padding: 17px 10px;
  }
  .navbar-brand-img img{
    height: 28px;
  }

}

/* 搜索 */
.navbar-form{
  margin-top: 16px;
  margin-bottom: 16px;
}
.navbar-form .form-control,
.navbar-form .btn{
  float: left;
  height: 30px;
  padding: 2px 12px;
  max-width: 140px;
  color: #fff;
  font-size: 12px;
  border-color: #3d3d3d;
  background-color: #3d3d3d;
  border-radius: 15px 0 0 15px;
}
.navbar-form .btn{
  float: right;
  padding:4px 14px 4px 10px;
  color: #fff;
  border-radius: 0 15px 15px 0;
}
.navbar-form .btn .ion{
  font-size: 20px;
}
@media (max-width: 768px) {
  .navbar-form .form-control{
    float: none;
    padding-right: 50px;
    border-radius: 15px;
    max-width: none;
  }
  .navbar-form .btn{
    margin-top: -35px;
  }
}

.navbar-nav>li>a{
  height: 62px;
  line-height: 62px;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-nav>li>a .ion{
  float: left;
  margin-top: 18px;
  font-size: 26px;
}
.dk-user-control{
  margin-right: 5px;
}
.dk-user-control>a>img{
  width: 32px;
  height: 32px;
  margin-right: 5px;
  border-radius: 18px;
}
.navbar-nav>li>a .badge{
  position: absolute;
  top: 12px;
  right: 4px;
}

.dk-dropdown-message{
  width: 280px;
  padding: 0;
  margin: 0;
  border-radius:  0 0 4px 4px;
  overflow: hidden;
}
.dk-dropdown-message>.list-group-item{
  border-left: none;
  border-right: none;
  border-bottom: none;
  border-radius: 0;
}
.dk-dropdown-message>.list-group-item:first-child{
  border-top: none;
  color: #333;
}
.dk-dropdown-message>a>strong,
.dk-dropdown-message>a>span{
  display: block;

}
.dk-dropdown-message>a>strong{
  margin-bottom: 3px;
  font-weight: normal;
  color: #333;
}
.dk-dropdown-message>a>span{
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #999;
}
.dk-dropdown-message i{
  font-size: 12px;
  font-style: normal;
  color: #98a6ad;
}
.dk-dropdown-message>.list-group-item:last-child{
  text-align: right;
  font-size: 12px;
  font-weight: bold;
}

.dropdown-menu>li>a{
  padding: 6px 20px;
}
.dropdown-menu>li>a>.ion{
  float: left;
  font-size: 20px;
  margin-right: 15px;
  margin-top: 1px;
}
.navbar .ion-log-out{
  color: #ff0000;
}


/*
 * 侧导航
 */
.dk-nav-shrink-btn{
  display: block;
  height: 34px;
  line-height: 34px;
  background-color:#3d3d3d;
  color: #999;
  font-size: 20px;
  text-align: center;
}
.dk-nav-shrink-btn .ion{
  font-size: 20px;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
}
.dk-nav-shrink-btn:hover,
.dk-nav-shrink-btn:focus{
  color: #ccc;
  background-color: #444;
}

.dk-nav-aside .ion{
  font-size: 22px;
}
.dk-nav-aside.scroll-bar{
  position: absolute;
  top: 44px;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
.dk-nav-aside::-webkit-scrollbar-track{
  background-color: #333;
}
.dk-nav-aside::-webkit-scrollbar-thumb{
  background-color: #666;
}
.dk-nav-aside .panel{
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.dk-nav-aside ul,
.dk-nav-aside li{
  padding: 0;
  list-style-type: none;
}
.dk-nav-aside li{
  margin: 10px 0;
}
.dk-nav-aside li a{
  display: block;
  padding:0 25px 0 25px;
  height: 44px;
  line-height: 44px;
  color: #999;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.dk-nav-aside li a:hover{
  color: #ccc;
  background-color: #292929;
}
.dk-nav-aside>ul>.has-children-active>a{position: relative;}
/*.dk-nav-aside>ul>.has-children-active>a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color:#ffef02 ;
}*/
.dk-nav-aside li li{
  margin: 0;
}
.dk-nav-aside li li a{
  padding-left: 65px;
  color: #666;
}
.dk-nav-aside li .ion{
  float: left;
  margin:11px 10px 0 0;
  width: 30px;
}

.dk-nav-aside li .ion-chevron-right{
  float: right;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  transition: transform .15s;
}

.dk-nav-aside .collapsed .ion-chevron-right{
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

.dk-nav-aside li.active>a{
  background-color: #ffef02;
  color: #3d3d3d;
}

.dk-nav-aside li .badge{
  float: right;
  margin-top:13px;
}

.dk-nav-aside li.dk-nav-aside-group{
  margin: 10px 0;
  padding-left: 20px;
  font-size: 12px;
}
.dk-nav-aside li li.dk-nav-aside-group{
  padding-left: 50px;
}
.dk-nav-aside li ul{display: none;}
.dk-nav-aside li ul.collapsing{display: block;}


/*
 * 侧导航收缩
 */
.dk-nav-aside-narrow .dk-navbar .navbar-header{
  width: 100px;
}
.dk-nav-aside-narrow .navbar-brand{
  padding-top: 15px;
}
.dk-nav-aside-narrow .navbar-brand img{
  margin-right: 0;
  float: none;
}
.dk-nav-aside-narrow .navbar-brand span{
  display: none;
}
.dk-nav-aside-narrow .navbar-brand .caret{
  display: inline-block;
  margin-left: 0;
}

.dk-nav-aside-narrow .dk-main-aside{
  width: 100px;
}
.dk-nav-aside-narrow .dk-nav-shrink-btn .ion{
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.dk-nav-aside-narrow .dk-nav-aside>ul>li>a{
  padding: 0 10px;
  text-align: center;
}
.dk-nav-aside-narrow .dk-nav-aside>ul>.has-children-active>a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color:#ffef02 ;
}
.dk-nav-aside-narrow .dk-nav-aside>ul>li>a>span{
  display: none;
}
.dk-nav-aside-narrow .dk-nav-aside>ul>li>ul>li>a{
  position: relative;
  padding: 0 10px;
  text-align: center;
  font-size: 12px;
}

.dk-nav-aside-narrow .dk-nav-aside>ul>li>a .ion{
  margin-right: 0;
  float: none;
  display: inline-block;
}
.dk-nav-aside-narrow .dk-nav-aside .badge{
  position: absolute;
  top: 5px;
  right: 5px;
  margin-top: 0;
  display: block;
}
.dk-nav-aside-narrow .dk-nav-aside li.dk-nav-aside-group{
  padding:0 5px;
  text-align: center;
}
.dk-nav-aside-narrow .dk-nav-aside li li.dk-nav-aside-group{
  display: none;
}
.dk-nav-aside-narrow .dk-nav-aside .collapse.in,
.dk-nav-aside-narrow .dk-nav-aside .collapsing{
  background-color: #000;
}

.dk-nav-aside-narrow .navbar-brand-img>.dk-brand-img-lg{
  display: none;
}
.dk-nav-aside-narrow .navbar-brand-img{
  padding-top:18px;
}
.dk-nav-aside-narrow .navbar-brand-img>.dk-brand-img-sm{
  display: block;
  height: 28px;
}

.dk-nav-aside-narrow .dk-main-container{
  left: 100px;
}

@media (max-width: 768px) {
  .dk-nav-aside-narrow .dk-navbar .navbar-header{
    width: auto;
  }
  .dk-nav-aside-narrow .navbar-brand{
    padding-top: 13px;
    width: 100px;
    text-align: center;
  }
  .dk-nav-aside-narrow .navbar-brand>img,
  .dk-nav-aside-narrow .navbar-brand>.dk-brand-img-sm{
    float: none;
    display: inline-block;
  }
  .dk-nav-aside-narrow .navbar-brand .caret{
    display: block;
    margin: 10px auto 0;
  }
}


/*
 * 页头
 */

.page-header .breadcrumb{
  padding-top: 0;
  margin-bottom: 0;
}


/*
 * 分页
 */
.dk-pagination-wrapper:after{
  content: '';
  display: block;
  clear: both;
}
.dk-pagination-wrapper{
  zoom: 1;
  margin: 20px 0;
}
.dk-pagination-wrapper .pagination{
  float: left;
  margin: 0 10px 10px 0;
}
.dk-pagination-form{
  float: left;
}
.dk-pagination-form input.form-control{
  width: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .pagination>li{display: none;}
  .pagination>li.first,
  .pagination>li.prev,
  .pagination>li.next,
  .pagination>li.active,
  .pagination>li.last{display: inline;}

  .dk-pagination-wrapper{margin: 20px 0;}
  .dk-pagination-form{display: none;}
  .dk-pagination-wrapper .pagination{
    margin-right: 0;
    margin-bottom: 0;
  }
}

.dk-pagination-gap>li>a,
.dk-pagination-gap>li>span{
  margin-left:10px;
  border-radius: 3px;
}


/*
 *  页面状态
 */
.dk-page-status{
  width: 450px;
  margin: 10% auto;
  text-align: center;
}
.dk-page-status h1{
  font-size: 120px;
  letter-spacing: 5px;
}
.dk-page-status h2{
  margin-bottom: 20px;
  padding: 20px 0;
  background-color: #ddd;
  border-radius: 5px;

}
.dk-page-status p{
  line-height: 30px;
}


/*
 *  登陆
 */
.dk-login-wrapper{
  height: 100%;
  padding-top: 1px;
  background-color: #1b1a19;
  color: #999;
}
.dk-login-wrapper a{color: #999;}
.dk-login-wrapper a:hover{text-decoration: underline;}

.dk-login-wrapper .dk-login-panel{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: auto;
  z-index: 2;
}

.dk-login-wrapper .dk-login-panel .panel{
  position: relative;
  z-index: 2;
  width: 360px;
  margin:10% auto;
  background-color: transparent;
}

.dk-login-wrapper .dk-login-panel .panel-heading{
  text-align: center;
}
.dk-login-wrapper .dk-login-panel .panel-heading img{
  height: 40px;
}
.dk-login-wrapper .dk-login-panel .panel-heading h1{
  font-size: 18px;
  font-weight: normal;
  color: #ffef02;
}
.dk-login-wrapper .dk-login-panel .form-group{
  margin-bottom: 20px;
}
.dk-login-wrapper .dk-login-panel .checkbox{margin-bottom: 15px;}
.dk-login-wrapper .dk-login-panel .form-control{
  height: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
  border-color: #fff;
}
.dk-login-wrapper .dk-login-panel .input-group-addon{
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  background-color: #fff;
  border-color: #fff;
}
.dk-login-wrapper .dk-login-panel .input-group-addon .ion{
  width: 24px;
  font-size: 18px;
}
.dk-login-wrapper .dk-login-panel .dk-verification-code{
  padding-right: 5px;
}
.dk-login-wrapper .dk-login-panel .dk-verification-code img{
  cursor: pointer;
  height: 28px;
}
.dk-login-wrapper .dk-login-panel .btn.btn-block{
  color: #333;
  font-size: 16px;
  letter-spacing: 4px;
  height: 40px;
}
.dk-login-wrapper .dk-copyright{
  position: fixed;
  bottom: 0;
  z-index: 2;
  width: 100%;
  text-align: center;
  color: #666;
}

.dk-login-wrapper .dk-particles{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;
  z-index: 1;
  opacity: .15;
}

/*
 * 表单搜索页
 */
.dk-search-list-bar .form-group{
  margin-right: 10px;
}
.dk-search-list-bar .form-group>label{
  margin-right: 5px;
}


/*
 * 导航
 */
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover{
  background-color: #fff;
  border-bottom-color: #fff;
}

.dk-wizard-nav>li{
  padding: 0 8px;
}
.dk-wizard-nav>li:first-child{padding-left: 0;}
.dk-wizard-nav>li:last-child{padding-right: 0;}
.dk-wizard-nav>li>a{
  padding: 15px 0;
  color: #333;
  background-color: #eee;
  cursor: default;
}
.dk-wizard-nav>li>a .badge{
  margin-right: 5px;
}
@media (max-width: 768px) {
  .dk-wizard-nav>li{
    padding: 0;
  }
  .dk-wizard-nav>li>a{
    padding: 10px 15px;
  }
}


/*
 * 表单验证
 */
label.error{
  display: block;
  color:#fe4747 ;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}
label.error-option{
  margin-top: 0;
}

/*
 * 多级菜单
 */
.dk-nav-tree{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #fdfdfd;
  width: 220px;
  overflow: auto;
}
.dk-nav-tree-container {
  margin-left: 220px;
}

.dk-nav-tree>h2{
  height: 88px;
  padding: 0 20px 0 30px;
  margin: 0 0 10px;
  line-height: 88px;
  font-size: 16px;
  background-color: #fff;
}

.dk-nav-tree .jstree-default .jstree-wholerow{
  height: 44px;
}
.dk-nav-tree .jstree-default .jstree-anchor{
  height: 44px;
  line-height: 44px;
}
.dk-nav-tree .jstree-default .jstree-themeicon{
  background: none;
}
.dk-nav-tree .jstree-default .jstree-themeicon:empty{
  width: auto;
}
.dk-nav-tree .jstree-default .jstree-closed>.jstree-ocl,
.dk-nav-tree .jstree-default>.jstree-no-dots .jstree-open>.jstree-ocl{
  margin-top: 10px;
}
.dk-nav-tree .jstree-default .jstree-node{
  margin-left: 15px;
}
.dk-nav-tree .jstree-default>.jstree-container-ul>.jstree-node{
  margin-left: 10px;
}
.dk-nav-tree .jstree-default .jstree-wholerow-clicked,
.dk-nav-tree .jstree-default .jstree-wholerow-clicked.jstree-wholerow-hovered{
  background: #ecedf2;
}
.dk-nav-tree .jstree-default .jstree-wholerow-hovered{
  background-color: #f4f5f9;
}

.dk-nav-shrink-tree-btn{
  /* 待做 */
  display: none;
}

.jstree-contextmenu{
  z-index: 100;
}

/*
 *  帮助类
 */
.text-wrap { word-break: break-all;}

.cursor-default{cursor: default!important;}
.cursor-pointer{cursor: pointer!important;}

.clear{clear: both;}
.clear-left{clear: left;}
.clear-right{clear: right;}
.clear-float{float: none!important;}

.bg-gray{background-color: #eee;}

.m-0{margin: 0px;}
.m-0-5{margin: 5px;}
.m-1{margin: 10px;}
.m-1-5{margin: 15px;}
.m-2{margin: 20px;}
.m-2-5{margin: 25px;}
.m-3{margin: 30px;}
.mt-0{margin-top: 0px;}
.mt-0-5{margin-top: 5px;}
.mt-1{margin-top: 10px;}
.mt-1-5{margin-top: 15px;}
.mt-2{margin-top: 20px;}
.mt-2-5{margin-top: 25px;}
.mt-3{margin-top: 30px;}
.mr-0{margin-right: 0px;}
.mr-0-5{margin-right: 5px;}
.mr-1{margin-right: 10px;}
.mr-1-5{margin-right: 15px;}
.mr-2{margin-right: 20px;}
.mr-2-5{margin-right: 25px;}
.mr-3{margin-right: 30px;}
.mb-0{margin-bottom: 0px;}
.mb-0-5{margin-bottom: 5px;}
.mb-1{margin-bottom: 10px;}
.mb-1-5{margin-bottom: 15px;}
.mb-2{margin-bottom: 20px;}
.mb-2-5{margin-bottom: 25px;}
.mb-3{margin-bottom: 30px;}
.ml-0{margin-left: 0px;}
.ml-0-5{margin-left: 5px;}
.ml-1{margin-left: 10px;}
.ml-1-5{margin-left: 15px;}
.ml-2{margin-left: 20px;}
.ml-2-5{margin-left: 25px;}
.ml-3{margin-left: 30px;}

.p-0{padding: 0px;}
.p-0-5{padding: 5px;}
.p-1{padding: 10px;}
.p-1-5{padding: 15px;}
.p-2{padding: 20px;}
.p-2-5{padding: 25px;}
.p-3{padding: 30px;}
.pt-0{padding-top: 0px;}
.pt-0-5{padding-top: 5px;}
.pt-1{padding-top: 10px;}
.pt-1-5{padding-top: 15px;}
.pt-2{padding-top: 20px;}
.pt-2-5{padding-top: 25px;}
.pt-3{padding-top: 30px;}
.pr-0{padding-right: 0px;}
.pr-0-5{padding-right: 5px;}
.pr-1{padding-right: 10px;}
.pr-1-5{padding-right: 15px;}
.pr-2{padding-right: 20px;}
.pr-2-5{padding-right: 25px;}
.pr-3{padding-right: 30px;}
.pb-0{padding-bottom: 0px;}
.pb-0-5{padding-bottom: 5px;}
.pb-1{padding-bottom: 10px;}
.pb-1-5{padding-bottom: 15px;}
.pb-2{padding-bottom: 20px;}
.pb-2-5{padding-bottom: 25px;}
.pb-3{padding-bottom: 30px;}
.pl-0{padding-left: 0px;}
.pl-0-5{padding-left: 5px;}
.pl-1{padding-left: 10px;}
.pl-1-5{padding-left: 15px;}
.pl-2{padding-left: 20px;}
.pl-2-5{padding-left: 25px;}
.pl-3{padding-left: 30px;}


/*
 * dataTable
 */
table.dataTable{
  margin-top: 10px!important;
  margin-bottom: 5px!important;
}

table.dataTable thead th:focus{outline: none;}
table.dataTable thead .sorting:before,
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before,
table.dataTable thead .sorting_desc_disabled:after{
  position: absolute;
  right: 11px;
  top: 3px;
  font-family: "Ionicons";
  font-size: 17px;
  color: #ddd;
  opacity: 1;
}

table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:before{
  content: "\f365";
}
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after{
  top: 10px;
  content: "\f35f";
}
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_desc:after{
  color: #5d9cec;
}

div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_info{
  display: inline-block;
  padding-top: 5px;
}
div.dataTables_wrapper div.dataTables_info{
  margin-left: 5px;
}

/* 单行省略 */
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* 多行省略 */
.ellipsis-2l {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;    /* 数值代表显示几行 */
  -webkit-box-orient: vertical;
}
.ellipsis-3l {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;    /* 数值代表显示几行 */
  -webkit-box-orient: vertical;
}
.ellipsis-4l {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;    /* 数值代表显示几行 */
  -webkit-box-orient: vertical;
}
/**动画特效**/
@-webkit-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-moz-keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

@-webkit-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-moz-keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@keyframes fadeOut {
  0% { opacity: 1; }
  100% { opacity: 0; }
}

@-webkit-keyframes fadeInUp {
  0% { opacity: 0; -webkit-transform: translateY(20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes fadeInUp {
  0% { opacity: 0; -moz-transform: translateY(20px); }
  100% { opacity: 1; -moz-transform: translateY(0); }
}

@keyframes fadeInUp {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes fadeInDown {
  0% { opacity: 0; -webkit-transform: translateY(-20px); }
  100% { opacity: 1; -webkit-transform: translateY(0); }
}

@-moz-keyframes fadeInDown {
  0% { opacity: 0; -moz-transform: translateY(-20px); }
  100% { opacity: 1; -moz-transform: translateY(0); }
}

@keyframes fadeInDown {
  0% { opacity: 0; transform: translateY(-20px); }
  100% { opacity: 1; transform: translateY(0); }
}

@-webkit-keyframes fadeInLeft {
  0% { opacity: 0; -webkit-transform: translateX(-20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes fadeInLeft {
  0% { opacity: 0; -moz-transform: translateX(-20px); }
  100% { opacity: 1; -moz-transform: translateX(0); }
}

@keyframes fadeInLeft {
  0% { opacity: 0; transform: translateX(-20px); }
  100% { opacity: 1; transform: translateX(0); }
}
@-webkit-keyframes fadeInRight {
  0% { opacity: 0; -webkit-transform: translateX(20px); }
  100% { opacity: 1; -webkit-transform: translateX(0); }
}

@-moz-keyframes fadeInRight {
  0% { opacity: 0; -moz-transform: translateX(20px); }
  100% { opacity: 1; -moz-transform: translateX(0); }
}

@keyframes fadeInRight {
  0% { opacity: 0; transform: translateX(20px); }
  100% { opacity: 1; transform: translateX(0); }
}
.fadeInLeft,.index-pro-show.animate .do-pro-w:first-child{
  -webkit-animation: fadeInLeft .7s ease both;
  -moz-animation: fadeInLeft .7s ease both;
  animation: fadeInLeft .7s ease both;
}
.fadeInRight,.index-pro-show.animate .do-pro-w:last-child{
  -webkit-animation: fadeInRight .7s ease both;
  -moz-animation: fadeInRight .7s ease both;
  animation: fadeInRight .7s ease both;
}
.fadeInDown{
  -webkit-animation: fadeInDown .7s ease both;
  -moz-animation: fadeInDown .7s ease both;
  animation: fadeInDown .7s ease both;
}
.fadeInUp{
  -webkit-animation: fadeInUp .7s ease both;
  -moz-animation: fadeInUp .7s ease both;
  animation: fadeInUp .7s ease both;
}
/**字体引入**/
@font-face {
  font-family: 'Adobe Garamond Pro Regular';
  src: url('https://www.mtutech.com/themes/zh-cn/fonts/AGaramondPro-Regular.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*@font-face {
  font-family: "Noto Sans SC";
  src: url('../fonts/AGENCYR.TTF') format('truetype'),
  url('../fonts/ufonts.com_agency_fb.eot');
  font-weight: normal;
  font-style: normal;
}*/

@font-face {
  font-family: 'AdobeGurmukhi';
  src: url('https://www.mtutech.com/themes/zh-cn/fonts/AdobeGaramondPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Adobe Garamond Pro';
  src: url('https://www.mtutech.com/themes/zh-cn/fonts/AdobeGaramondPro.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.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;
}
@media screen and (max-width: 1366px) {
  .contaner-box-04 {
    width: 1170px;
    margin: 0 auto;
  }
}
.wrapper {
  max-width: 1920px!important;
  margin: 0 auto;
}
.container-1250 {
  max-width: 1250px!important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1200 {
  max-width: 1200px!important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1050 {
  max-width: 1050px!important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-1600 {
  max-width: 1600px!important;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/**1200*1920**/
.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  right: 0;
  left: 0;
  box-shadow: 0 0px 30px #333;
}

.top-bar {
  padding: 15px 0;
  background: #f4f4f6;
}

.search-box,
.language {
  margin: 0 -15px;
}
.search-box .form-control {
  height: 40px;
  border-color: transparent;
}

.search-box .input-group-btn .btn-select {
  margin-right: 0;
  padding: 9px 15px;
  font-family: Tahoma;
  color: #666;
  border-color: transparent;
  border-right-color: #e7e7e7;
}
.search-box .input-group-btn .btn-select:hover,
.search-box .input-group-btn .btn-select:focus {
  border-color: #d4d4d4;
}
.search-box .input-group-btn .btn-search {
  margin-left: 0;
  padding: 2px 10px;
  font-family: Tahoma;
  font-size: 24px;
  color: #ababab;
  border-color: transparent;
  border-left-color: #e7e7e7;
}
.search-box .btn-default .ion-arrow-down-b {
  margin-left: 5px;
  color: #959595;
}
.language {
  float: right;
}
.lan-cover>li {
  float: left;
  width: 45px;
  text-align: center;
}
.lan-cover>li a:hover {
  text-decoration: none;
}
.lan-cover>li+li {
  margin-left: 5px;
}
.lan-cover>li span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #999;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei";
}
.lan-cover>li.choose {
  width: 90px;
}
.choose .form-control {
  width: 100%;
  height: 22px;
  padding: 3px 5px;
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei";
  font-size: 12px;
  color: #999999;
  text-align: center;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  -webkit-transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.choose .btn-lan {
  margin-left: 0;
  padding: 0px 5px;
  font-family: Tahoma;
  height: 22px;
  font-size: 24px;
  color: #ababab;
  line-height: 10px;
  background: #999999;
  border-color: transparent;
  border-left-color: #e7e7e7;
}
.choose .btn-lan:hover,
.choose .btn-lan:focus {
  background: #999999!important;
  border-color: transparent!important;
  border-left-color: #e7e7e7!important;
}
.choose .btn-lan .ion-arrow-down-b {
  color: #ffffff;
}
.choose .dropdown-menu {
  position: absolute;
  top: 49%;
  min-width: 90px;
}
.header-nav {
  position: relative;
  background: #fff;
}
.product-center {
  position: absolute;
  left: 40px;
  top: 36px;
  transition: all 0.6s;
}
.product-center:hover .pro-center-title{
  color: #0c78c4;
  opacity: 0.6;
}
.pro-center-title {
  display: block;
  width: 165px;
  height: 36px;
  border: none;
  font-size: 18px;
  font-weight: bold;
  color: #0c78c4;
  font-family: "Noto Sans SC";
  line-height: 36px;
  text-transform: uppercase;
  padding: 0;
  text-align: left;
}
.pro-center-title .caret {
  margin-left: 15px;
  margin-top: -5px;
  color: #a7acb2;
}
.logo {
  position: absolute;
  left: 50%;
  top: 20px;
  display: block;
  margin-left: -70px;
}
.contact-us {
  position: absolute;
  right: 40px;
  text-align: right;
  top: 36px;
  display: block;
  width: 85px;
  height: 36px;
  color: #0c78c4;
  font-family: "Noto Sans SC";
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  text-transform: uppercase;
}
.contact-us:hover {
  color: #0c78c4;
  opacity: 0.6;
}
header li.choose .dropdown-menu {
  font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei";
  width: 167px;
  min-width: 87px;
  box-shadow: none;
  left: auto;
  right: 8px;
  max-height: 350px;
  overflow: auto;
}
/*productcenter*/
.product-center .product-center-menu{
  border: 1px solid #c2c2c2;
  box-shadow: none;
  border-radius: 4px;
  /*border-top-right-radius: 0;
  border-bottom-right-radius: 0;*/
  padding: 5px 0;
  padding-top: 15px;
  padding-bottom: 5px;
  margin: 2px 0 0;
  margin-top: -4px;
  width: 350px;
  position: absolute;
  top: 100%;
  left: -40px;
  z-index: 1000;
  float: left;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  display: none;
}

/*.sub-header .product-center .product-center-menu:before{
  content: "";
  position: absolute;
  top: -12px;
  left: 151px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 2;
}

.sub-header .product-center .product-center-menu:after{
  content: "";
  position: absolute;
  top: -14px;
  left: 150px;
  border: 7px solid transparent;
  border-bottom: 7px solid #a7acb2;
  z-index: 1;
}*/
.product-center .product-center-menu .arrow-1{
  position: absolute;
  top: -12px;
  left: 50%;
  margin-left: -20px;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  z-index: 2;
}

.sub-header .product-center .product-center-menu .arrow-2{
  position: absolute;
  top: -14px;
  left: 50%;
  margin-left: -21px;
  border: 7px solid transparent;
  border-bottom: 7px solid #a7acb2;
  z-index: 1;
}

.product-center:hover .product-center-menu{
  display: block;
}

.product-center .product-center-menu >li{
  height: 34px;
  padding: 0;
}

.product-center .product-center-menu >li >a{
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  white-space: nowrap;
  text-overflow:ellipsis;
  overflow-x:hidden;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 80px;
  line-height: 34px;
  font-size: 20px;
  color: #666666;
  font-family: "Noto Sans SC";
  position: relative;
}
.product-center .product-center-menu >li:hover >a{
  color: #e7882c;
  background-color: #fff;
}
.product-center .product-center-menu >li >a:before{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: 34px;
  top: 50%;
  margin-top: -3px;
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  z-index: 2;
}

.product-center .product-center-menu >li >a:after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left: 5px solid #e0dede;
  z-index: 1;
}

.product-center .product-center-menu >li:hover >a:after{
  border-left: 5px solid #666666;
}
.product-center .product-center-menu >li.divider{
  height: 0;
  border-top: 1px solid #c2c2c2;
  margin-left: 26px;
  margin-right: 47px;
  margin-top: 0;
  margin-bottom: 0;
}
.product-center .product-center-menu >li .content{
  position: absolute;
  top: -1px;
  left: 100%;
  margin-left: 1px;
  width: 700px;
  /*background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #fff;
  border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  border-radius: 4px;
  /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
  padding-left: 20px;
  padding-top: 20px;
  display: none;
  overflow: auto;
  bottom: -1px;
}

.product-center .product-center-menu >li:hover .content{
  display: block;
}

.product-center .product-center-menu >li .content a.pic{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.product-center .product-center-menu >li  .scroll-bar{
  position: relative;
  z-index: 2;
  /*height: 433px;
  overflow: auto;*/
  cursor: pointer;
}
.product-center .product-center-menu >li .content .scroll-bar>:first-child{
  /*margin-top: 20px;*/
}

.product-center .product-center-menu >li .content img{
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.product-center .product-center-menu >li .content dl{
  margin-bottom: 0;
  z-index: 1;
  position: relative;
  max-width:48%;
  padding-left:15px;
  float:left;
}

.product-center .product-center-menu >li .content dt{
  font-size: 24px;
  color: #e7882c;
  font-family: "Noto Sans SC";
  font-weight: normal;
  line-height: normal;
  cursor: default;
  width:300px;
}
.product-center .product-center-menu >li .content dt a{
  color: #e7882c;
}
.product-center .product-center-menu >li .content dt a:hover{
  color: #f69c44;
}

.product-center .product-center-menu >li .content dd{
  padding: 5px 0;
  cursor: text;
}

.product-center .product-center-menu >li .content dd a{
  font-size: 14px;
  color: #666;
  font-family: " Adobe Garamond Pro";
}

.product-center .product-center-menu >li .content dd a:hover{
  text-decoration: underline;
  color: #e7882c;
}
.product-center .product-center-menu >li .content dd p{
  font-size: 12px;
  color: #999999;
  font-family: " Adobe Garamond Pro";
  margin: 0;
}

.product-center .product-center-menu >li .content .divider{
  margin-right: 240px;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}

.product-center .product-center-menu >li .content .read-more{
  float: right;
  font-size: 18px;
  color: #fff;
  font-family: arial, sans-serif;
  height: 38px;
  width: 177px;
  line-height: 38px;
  padding-left: 40px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #b20909;
  position: relative;
  z-index: 1;
}

.product-center .product-center-menu >li .content span.tag{
  clear: both;
  float: right;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #b20909;
  height: 52px;
  padding: 0 12px;
  line-height: 52px;
  color: #fff;
  font-size: 26px;
  font-family: arial, sans-serif;
  font-weight: bold;
  margin-top: 6px;
  z-index: 1;
  position: relative;
}




.nav {
  display: inline-block;
  vertical-align: bottom;
}
.nav-part li {
  display: inline-block;
  vertical-align: bottom;
}
.nav-part li a {
  font-size: 18px;
  color: #808080;
  font-family: "Noto Sans SC";
  width: 165px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0;
}
.nav-part li a:hover,
.nav-part li a:focus {
  background: transparent;
  opacity: 0.6;
}
.nav-part li.text-center a {
  height: 0;
}
.page-main {
  position: relative;
  z-index: 10;
  padding-top: 143px;
  overflow: hidden;
  /*padding-bottom: 50px;*/
}

.breadcrumb {
  background: transparent;
  padding-top: 50px;
  padding-bottom: 0;
}
.breadcrumb-cover {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 10px;
  margin-bottom: 40px;
}

.breadcrumb-cover li {
  float: left;
  position: relative;
}
.breadcrumb-cover li+li {
  margin-left: 25px;
  padding-left: 16px;
}
.breadcrumb-cover li+li:before {
  content: ">";
  position: absolute;
  left: -10px;
  font-family: "Noto Sans SC";
  font-family: A;
  line-height: 22px;
  font-weight: 600;
  font-size: 18px;
  color: #666666;
}
.breadcrumb-cover .home {
  display: block;
  width: 20px;
  height: 22px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") 0 0 no-repeat;
  position: absolute;
  left: -20px;
}
.breadcrumb-cover li a:hover,
.breadcrumb-cover li.active a {
  color: #f37a29;
}
.breadcrumb-cover li a {
  font-size: 20px;
  color: #666666;
  font-weight: 600;
  display: block;
  line-height: 25px;
  font-family: "Noto Sans SC";
  font-weight: normal;
}
.page-title {
  margin-bottom: 50px;
  margin-top: 0px;
  text-align: center;
  font-size: 36px;
  font-family: "Noto Sans SC";
  color: #999999;
}
.video-cover {
  margin-bottom: 60px;
}
.video {
  width: 860px;
  height: 515px;
  margin: 0 auto;
}
.star-product {
  margin-bottom: 60px;
}
.content-star .list-star {
  position: relative;
  display: block;
  padding: 0 5px;
  margin-bottom: 10px;
  border-radius: 4px;
  transition: all 0.7s;
  text-align: center;
}
.content-star .no-margin {
  padding: 0;
  margin-bottom: 0;
}
.content-star .list-star .list-star-img {
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 3px 3px 5px #dcdcdc;
  text-align: center;
  overflow: hidden;

}
.content-star .list-star .list-star-img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  /* -ms-filter: grayscale(0%); */
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.content-star .list-star .hover-con {
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 3px;
  display: none;
}
.list-star .hover-con a {
  float: right;
}
.content-star .list-star:hover .hover-con {
  display: block;
}
.introduction .content-intro-list p,
.glories .content-intro-list p,
.introduction .content-intro-list,
.glories .content-intro-list,
.glories .content-intro p,
.introduction .content-intro p {
  margin-bottom: 10px;
  line-height: 34px;
  font-size: 18px;
  font-family: "Noto Sans SC";
  color: #666666;
  text-align: left;
}
.member {
  position: relative;
  display: block;
  width: 218px;
  margin: 0 auto;
  height: 309px;
  border-radius: 4px;
  /*box-shadow: 0px 0px 10px rgba(120,120,120,.2);*/

  -webkit-perspective: 500;
  -moz-perspective: 500;
  -ms-perspective: 500;
  perspective: 500;
  -ms-transform: perspective(500px);
  -moz-transform: perspective(500px); /*重要*/
  transform-style: preserve-3d; /*重要*/


}
.flipper {
  position: relative;
  height: 100%;
  transition: 0.6s;
  transform-style: preserve-3d; /*重要*/
}
.member .front {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  backface-visibility: hidden;  /*重要*/
  transform: rotateY(0deg);
}
.member .back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  height: 100%;
  display: none;
  padding: 10px;
  background: #faf5e1;
  backface-visibility: hidden;  /*重要*/
  transform: rotateY(-180deg);
  /*box-shadow: 0px 0px 5px rgba(120,120,120,.2);*/
}
.member:hover .flipper {
  transform: rotateY(180deg);
  background: transparent;

}
.member:hover .back {
  display: block;
  transform: rotateY(180deg);
}
.member:hover .front {
  display: none;
  transform: rotateY(180deg);
  background: transparent;
}
.member .team-logo {
  width: 38px;
  margin: 0 auto 5px;
}
.member-intro .avatar {
  float: left;
  width: 68px;
  height: 68px;
  overflow: hidden;
}
.member-intro .intro {
  margin-left: 70px;
  height: 68px;
  margin-bottom: 5px;
  padding: 5px 0px 8px;
  background: #c5c5c5;
}
.member-intro .member-name {
  margin-bottom: 2px;
  font-size: 20px;
  color: #3099db;
  font-family: "Noto Sans SC";
  font-weight: bold;
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.member-intro .job {
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  font-family: "Noto Sans SC";
  text-align: center;
  height: 36px;
  /*text-transform: uppercase;*/
}
.member-mess {
  background: #ebeaea;
  padding: 0 5px 10px;
}
.basic-mess .mess-title {
  margin-bottom: 5px;
  font-family: Arial;
  font-size: 17px;
  line-height: 18px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
  letter-spacing: -1px;
}
.basic-mess .mess-con {
  font-family: "Noto Sans SC";
  font-size: 12px;
  line-height: 12px;
  color: #3099db;
}
.mess-list {
  padding-top: 7px;
  padding-bottom: 4px;
}
.mess-list+.mess-list {
  border-top: 1px solid #c5c5c5;
}
.mess-part {
  float: left;
  width: 50%;
}
.link-mess {
  margin-top: 5px;
}
.link-mess ul {
  display: flex;
  flex-direction: row;
}
.link-mess ul li {
  flex: 1;
}
.link-mess ul li a {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -270px 0 no-repeat;
}
.link-mess ul li.link-mess-01 a{
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -165px 0 no-repeat;
}
.link-mess ul li.link-mess-02 a{
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -200px 0 no-repeat;
}
.link-mess ul li.link-mess-03 a{
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -235px 0 no-repeat;
}
.team {
  padding-top: 20px;
  margin-bottom: 50px;
}
.team .page-title {
  margin-bottom: 30px;
}
.team .swiper-container {
  padding-bottom: 40px;
}
.team .swiper-container .swiper-pagination {
  bottom: 0px;
}
.history-cover {
  margin-bottom: 70px;
}
.history-cover  .page-title {
  margin-bottom: 25px;
}

.history-left {
  float: left;
  width: 49%;
  text-align: center;
  padding-right: 40px;
  padding-left: 40px;
}
.history-right {
  float: right;
  width: 51%;
  padding-right: 72px;
}
.history-right p {
  font-family: "Adobe Garamond Pro Regular";
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.history-title {
  margin: 60px 0px 40px;
  font-family: "Noto Sans SC";
  font-size: 36px;
  line-height: 1.1;
  color: #f37a29;
  text-align: center;
}
.history-list {
  margin-bottom: 25px;
  font-family: "Adobe Garamond Pro Regular";
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  text-align: center;
}
.history-cover .swiper-button-next,.history-cover .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 80px;
  margin-top: -40px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
}
.history-cover .swiper-button-next {
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") 0 -30px;
  right: 0;
}
.history-cover .swiper-button-prev {
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -45px -30px;
  left: 0;
}
.history-cover .swiper-button-next.swiper-button-disabled {
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") -45px -110px;
}
.history-cover .swiper-button-prev.swiper-button-disabled {
  background: url("https://www.mtutech.com/themes/zh-cn/images/sprit-01.png") 0px -110px;
}
.history-cover .swiper-pagination-bullet {
  width: 9.09%;
  margin: 0!important;
  text-align: center;
  height: 32px;
  display: inline-block;
  border-radius: 0;
  background: transparent;
  opacity: 1;
  position: relative;
  z-index: 50;
}
.history-cover .swiper-pagination-bullet .pagination-inner {
  display: block;
  position: relative;
  z-index: 999!important;
  width: 12px;
  height: 12px;
  margin: 0 auto 10px;
  border-radius: 50%;
  border: 1px solid #f7f7f7;
  background: #d4d4d4;
}
.history-cover .swiper-pagination-bullet:after {
  content: attr(data-text);
  line-height: 24px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #999999;
}
.history-cover .swiper-pagination-bullet.swiper-pagination-bullet-active:after,
.history-cover .swiper-pagination-bullet:hover:after{
  color: #feb300;
}
.history-cover .swiper-pagination-bullet.swiper-pagination-bullet-active .pagination-inner,
.history-cover .swiper-pagination-bullet:hover .pagination-inner{
  background: #feb300;
}
.history-cover .swiper-pagination {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
}
.history-cover .swiper-pagination-bullet:before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  z-index: -1!important;
  width: 100%;
  height: 2px;
  background: #f7f7f7;

}
.history-cover .swiper-pagination-bullet:first-child:before {
  width: 50%;
  left: 50%;
}
.history-cover .swiper-pagination-bullet:last-child:before {
  width: 50%;
  right: 50%;
}
.history-container {
  padding-bottom: 22px;
}
.history-container .swiper-pagination {
  bottom: -15px;
}
.work .work-list {
  padding: 0 8px;
  transition: all 0.3s;
  margin-bottom: 16px;
  text-align: center;
}
.work-img {
  display: inline-block;
  vertical-align: bottom;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 2px 2px 4px #d6d5d5;
}
/*.work-img img {*/
  /*-webkit-filter: grayscale(100%);*/
  /*-moz-filter: grayscale(100%);*/
  /*-ms-filter: grayscale(100%);*/
  /*-o-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
  /*opacity: .6;*/
  /*-moz-opacity: 0.6;*/
  /*filter: alpha(opacity=60);*/
  /*-o-opacity: .6;*/
  /*-webkit-opacity: .6;*/
/*}*/
.workshop .work {
  margin: 0 -8px;
}
.work .work-list:hover .work-img>img {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
  -moz-opacity: 1;
  filter: alpha(opacity=100);
  -o-opacity: 1;
  -webkit-opacity: 1;
}
.environment .environment-list {
  padding: 0 10px;
  text-align: center;
}
.environment .environment-con {
  margin: 0 -10px;
}
.certifcate .certifcate-con {
  margin: 0 -10px;
}
.certifcate .certificate-list {
  margin-bottom: 20px;
  padding: 0  10px;
  text-align: center;
}
.certifcate .certificate-list a {
  display: inline-block;
  vertical-align: bottom;
}
.certifcate .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  display: inline-block;
  border-radius: 100%;
  background: transparent;
  opacity: 1;
  border: 3px solid #f78805;
}
.certifcate .swiper-pagination-bullet-active {
  opacity: 1;
  background: #dddddd;
  border: 3px solid #dddddd;
}
.certifcate  .swiper-pagination-bullets  .swiper-pagination-bullet {
  margin: 0 10px;
}
.certifcate-container {
  padding-bottom: 40px;
}
.certifcate    .swiper-pagination-bullets,
.certifcate  .swiper-pagination-fraction {
  bottom: 0px;
}

.way-con ul {
  position: relative;
  margin: 0 -4%;
}
.way-con ul li {
  float: left;
  width: 20%;
  position: relative;
  z-index: 99;
  text-align: center;
}
.way-con ul li .pic{
  display: inline-block;
  width: 128px;
  height: 128px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.way-con ul:before {
  content: "";
  display: block;
  width: 80%;
  height: 2px;
  background: #999;
  position: absolute;
  top: 38%;
  left: 10%;
  margin-top: -1px;
  z-index: 0;
}
.page-footer{
  position: relative;
  background-color: #e5e5e5;
  padding-top: 110px;
  text-align: center;
  margin-top: 0px;
  padding-bottom: 65px;
}
.footer-btn-lg {
  display: block;
  height: 86px;
  position: absolute;
  top: -43px;
  left: 50%;
  z-index: 49;
  margin-left: -239px;
  width: 478px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/footer-contact-btn.png") center center no-repeat;
  background-size: contain;
  text-align: center;
  line-height: 80px;
  font-size: 36px;
  color: #fff;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  text-shadow: 3px 0 2px #000;
}
.footer-title-01 {
  font-family: "Noto Sans SC";
  font-size: 30px;
  color: #555555;
  font-weight: 500;
  text-align: center;
}
.footer-title-02 {
  font-size: 24px;
  color: #7b7b7b;
  font-family: "Noto Sans SC";
  margin: 0;
  margin-top: 20px;
  text-align: center;
}
.page-footer .page-footer-con {
  width: 850px;
  padding: 0 15px;
  margin-top: 75px;
}
.page-footer .join-box {
  padding: 0 20px;
}
.page-footer .link-area {
  padding: 0;
  text-align: center;
  font-size: 0;
}
.page-footer .join-box p {
  font-size: 26px;
  color: #555555;
  font-family: "Noto Sans SC";
  text-align: left;
  line-height: normal;
  margin: 0;
  text-transform: uppercase;
}
.page-footer .join-box form {
  position: relative;
  margin-top: 45px;
}
.page-footer .join-box form input {
  height: 60px;
  border: none;
  border-radius: 0;
  padding-left: 24px;
  padding-right: 120px;
  background-color: #eeeeee;
  font-size: 24px;
  color: #666666;
  font-family: "Noto Sans SC";
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
  letter-spacing: -1px;
  font-weight: normal;
}
.page-footer .join-box form .btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 96px;
  padding: 0;
  text-align: center;
  line-height: 60px;
  font-size: 18px;
  color: #666666;
  font-family: "Noto Sans SC";
  border: none;
  box-shadow: none;
  background-color: #cccccc;
  border-radius: 0;
}
.page-footer .link-area .logo-list {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  position: relative;
  top: -26px !important;
}
.page-footer .link-area .logo-list li {
  margin-bottom: 10px;
}
.page-footer .link-area .logo-list li a {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #737373;
  text-align: center;
  padding-top: 8px;
  cursor: pointer;
}
.page-footer .link-area .logo-list li a:hover {
  border: 1px solid #ff6633;
}
.page-footer .link-area .logo-list li a:hover .icon-logo {
  background-position-x: -30px;
}
.icon-logo.twitter {
  width: 20px;
  height: 18px;
  background-position: 0 0;
}
.icon-logo {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(https://www.mtutech.com/themes/zh-cn/images/icon-logo.png) top left no-repeat;
}

.icon-logo.facebook {
  width: 12px;
  height: 24px;
  background-position: 0 -30px;
}

.icon-logo.youtube {
  width: 19px;
  height: 23px;
  background-position: 0 -60px;
}

.icon-logo.in {
  width: 18px;
  height: 16px;
  background-position: 0 -90px;
}

.icon-logo.instagram {
  width: 19px;
  height: 19px;
  background-position: 0 -120px;
}
.page-footer .link-area .link-list {
  display: inline-block;
  margin-left: 30px;
}
.page-footer .link-area .link-list a {
  display: block;
  font-size: 20px;
  color: #666666;
  /* margin-bottom: 12px; */
  text-align: left;
  font-family: "Noto Sans SC";
  font-weight: normal;
}
.page-footer .link-area .link-list a:hover {
  color: #f37a29;
  text-decoration: underline;
}
.page-footer .copyright-text {
  font-size: 18px;
  color: #999999;
  text-align: center;
  font-family: " Adobe Garamond Pro";
  margin: 36px 0;
}
.page-footer  .foot-logo {
  display: block;
  width: 164px;
  margin: 0 auto;
  height: 39px;
  background: url(https://www.mtutech.com/themes/zh-cn/images/logo.png) center no-repeat;
}
.introduction-03 {
  margin-bottom: 100px;
}
.introduction-02 {
  margin-bottom: 50px;
}
.way {
  margin-bottom: 50px;
}
.way .way-con li p.txt {
  text-align: center;
  font-size: 36px;
  color: #999999;
  font-family: "Noto Sans SC";
  margin: 0;
}
.certifcate {
  margin-bottom: 60px;
}
.glories {
  margin-bottom: 45px;
}
.environment {
  margin-bottom: 60px;
}
.environment-img {
  display: inline-block;
  vertical-align: bottom;
  box-shadow: 2px 2px 4px #d6d5d5;
}
.workshop {
  margin-bottom: 35px;
}
/**下载页面**/
.download-cover{
  margin-bottom: 100px;
}
.download-con {
  margin: 0 -20px;
}
.download-wrapper {
  padding: 0 20px;
}
.download-list {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #b5b5b5;
}
.page-download .breadcrumb {
  margin-bottom: 0px;
}
.page-download .page-title {
  margin: 10px 0 100px;
  font-size: 36px;
  font-family: "Noto Sans SC";
  text-align: center;
  font-weight: 500;
  color: #666;
}
.download-title {
  margin-bottom: 10px;
}
.download-list .pic {
  float: left;
  width: 180px;
  height: 130px;
  border-radius: 5px;
  overflow: hidden;
}
.download-list .con-box {
  margin-left: 200px;
  overflow: hidden;
}

.con-box .download-title .title {
  width: 80%;
  height: 38px;
  float: left;
  font-family: "Noto Sans SC";
  font-size: 18px;
  color: #333333;
}
.con-box .download-title .time {
  width: 20%;
  float: right;
  padding-right: 5px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #ccc;
  text-align: right;
}
.con-box .detail {
  height: 45px;
  margin-bottom: 21px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #999;
  line-height: 24px;
}
.btn-gray {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  font-family: "Noto Sans SC";
  background-color: #2c8acc;
  padding: 3px 38px;
  letter-spacing: 1px;
}
.download-wrapper:hover .btn-gray:hover {
  background-color: #f88a14;
}
.download-wrapper:hover {
  cursor: pointer;
}
.download-wrapper:hover .download-title>.time {
  color: #f88a14
}
.download-wrapper:hover .btn-gray {
  background-color: #2c8acc;
  color: #fff;
}
.pager-cover {
  display: inline-block;
  vertical-align: bottom;
}
.pager-wrapper {
  text-align: right;
  margin-top: 15px;
}
.pager-cover li {
  float: left;
}
.pager-cover li a {
  display: block;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #c8c8c8;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  border-radius: 0;
  padding: 0;
  border: none;
}
.pager-cover li+li {
  border-left: 1px solid #888888;
}
.pager-cover li:hover a,
.pager-cover li.active a {
  background: #f88a14;
}
/*下载中心*/
.download-center .download-list {
  width: 1200px;
  margin: 0 auto;
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-bg.png") bottom center no-repeat;
  padding-bottom: 27px;
  padding-left: 25px;
  padding-right: 20px;
  padding-top: 15px;
}
.download-center .download-list li {
  float: left;
  width: 192px;
}
.download-center .download-list li a {
  display: block;
  height: 201px;
  width: 161px;
  margin: 0 auto;
}
.download-center .download-list li.download-center-01 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-1.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list li.download-center-02 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-2.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list li.download-center-03 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-3.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list li.download-center-04 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-4.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list li.download-center-05 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-5.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list li.download-center-06 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/download-center-6.png") center no-repeat;
  background-size: contain;
}
.download-center .download-list {
  border-bottom: none;
}
.download-center .info-text {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: "Noto Sans SC";
  margin-top: 20px;
  padding-bottom: 120px;
}
.download-center .info-text a {
  color: #f37a29;
  text-decoration: underline;
}
.download-pop {
  background: url("https://www.mtutech.com/themes/zh-cn/images/downcenter-pop-bg.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.pop-title {
  padding-top: 90px;
  padding-bottom: 65px;
  font-family: "Noto Sans SC";
  font-size: 30px;
  color: #666666;
  text-align: center;
}
.pop-box {
  display: inline-block;
  vertical-align: bottom;
}
.pop-box .form-cover {
  float: left;
}
.pop-box .pop-list+.pop-list {
  margin-top: 20px;
}
.pop-box .form-cover+.form-cover {
  margin-left: 50px;
}
.pop-box .input-tip {
  float: left;
  width: 92px;
  font-family: "Noto Sans SC";
  font-size: 20px;
  font-weight: 600;
  color: #666666;
  line-height: 50px;
  padding-right: 10px;
  text-transform: uppercase;
}
.pop-box .input-tip span {
  display: inline-block;
  vertical-align: bottom;
  width: 10px;
  color: #ea0a03;
}
.pop-box .input-box {
  float: left;
}
.pop-box .form-input{
  width: 260px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  background: transparent;
  padding: 0 10px;
}
.pop-btn {
  padding-top: 50px;
  padding-bottom: 120px;
}
.btn-blue {
  width: 430px;
  height: 60px;
  padding: 0;
  border-radius: 3px;
  background: #2c8acc;
  font-family: "Myriad Pro";
  font-size: 30px;
  color: #fff;
  line-height: 64px;
}
.btn-blue:hover {
  color: #fff;
  opacity: 0.8;
}
/*blog详情页*/
.document {
  margin-top: 15px;
}
.blog-head {
  background: #cccccc;
  padding: 45px 60px 45px;
}
.blog-head h1 {
  font-family: "Noto Sans SC";
  /*font-weight: bold;*/
  font-size: 48px;
  color: #333333;
  text-align: center;
  line-height: 60px;
}
.blog-body {
  position: relative;
  background: #fff;
  padding-left: 225px;
  padding-top: 100px;
  padding-right: 215px;
  padding-bottom: 60px;
}
.blog-body .blog-time {
  font-family: "Noto Sans SC";
  position: absolute;
  font-size: 30px;
  color: #f37a29;
  left: 38px;
  top: 48px;
  margin: 0;
}
.blog-body article p {
  font-family: "Noto Sans SC";
  /*font-weight: bold;*/
  font-size: 18px;
  color: #666;
  line-height: 24px;
}
.blog-body article p+p {
  margin-top: 25px;
}
.latest-news {
  margin-bottom: 100px;
}
.latest-news .news-title {
  font-family: "Noto Sans SC";
  margin: 35px 0;
  font-size: 36px;
  color: #666666;
  line-height: normal;
  font-weight: normal;
}
.blog-detail .latest-news li {
  float: left;
  margin-right: 40px;
  width: 270px;
  background-color: #fff;
  height: 340px;
}
.blog-detail .latest-news li .cnt {
  height: 279px;
  padding-top: 35px;
  padding-left: 24px;
  padding-right: 24px;
}
.blog-detail .latest-news li .cnt strong {
  font-size: 18px;
  color: #666;
  font-family: "AdobeGurmukhi";
  font-weight: 600;
}
.blog-detail .latest-news li .cnt p {
  font-size: 24px;
  color: #f37a29;
  font-family: "AdobeGurmukhi";
  line-height: normal;
  margin: 0;
  margin-top: 22px;
}
.blog-detail .latest-news li .more {
  height: 61px;
  border-top: 1px solid #cccccc;
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}
.blog-detail .latest-news li .more a {
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  background-color: #2c8acc;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border: none;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
}
.blog-detail .latest-news li .more a:hover {
  opacity: 0.8;
}
.blog-detail .latest-news li:last-child {
  margin-right: 0;
}
/*blog页面*/
.blog-01,
.blog-02,
.blog-03,
.blog-04 {
  background: #fff;
  height: 340px;
  overflow: hidden;
  margin-bottom: 30px;
}
.blog-left {
  float: left;
  padding-right: 10px;
}
.blog-right{
  float: right;
  padding-left: 10px;
  text-align: right;
  overflow: hidden;
}
.blog-left .left-top {
  height: 280px;
  padding: 40px 0 0 30px;
}
.blog-title {
  font-family: "Noto Sans SC";
  font-size: 24px;
  font-weight: bold;
  color: #f37a29;
}
.blog-theme{
  position: relative;
  padding-right: 40px;
  height: 30px;
  line-height: 20px;
}
.blog-num {
  position: absolute;
  right: 0;
  top: -5px;
  height: 30px;
  line-height: 35px;
  font-family: "Noto Sans SC";
  font-size: 12px;
  color: #666666;
}
.blog-num i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 11px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/mini-icon.png") 0 0;
  position: relative;
  top: -1px;
  margin-right: 3px;
}
.sub-title {
  font-family: "Noto Sans SC";
  font-size: 24px;
  color: #f37a29;
  line-height: 30px;
}
.blog-inner-con {
  height: 150px;
  overflow: hidden;
  padding-top: 20px;
  font-family: "Noto Sans SC";
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.blog-list .more {
  height: 60px;
  /*border-top: 1px solid #cccccc;*/
  padding-top: 15px;
  padding-left: 30px;
  padding-bottom: 15px;
}
.blog-list .more a {
  height: 30px;
  width: 100px;
  line-height: 30px;
  text-align: center;
  background-color: #2c8acc;
  color: #fff;
  font-size: 20px;
  padding: 0;
  border: none;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
}
.blog-list .more a:hover {
  opacity: 0.8;
}
.blog-02 .blog-left .left-top {
  height: 280px;
  padding: 40px 20px 0 20px;
}
.blog-02 .blog-left {
  padding-right: 0;
}
.blog-title i {
  display: inline-block;
  vertical-align: bottom;
  width: 34px;
  height: 25px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/mini-icon.png") -20px 0;
}
.blog-02 .sub-title {
  padding-top: 30px;
  font-family: "Noto Sans SC";
  font-size: 24px;
  line-height: 24px;
}
.blog-02 .blog-inner-con {
  height: 115px;
  padding-top: 25px;
  font-family: "Noto Sans SC";
  font-size: 18px;
  line-height: 24px;
  color: #999;
}
.inner-mark {
  color: #666666;
  font-weight: 600;
}
.blog-03 .blog-left .left-top {
  height: 280px;
  padding: 40px 20px 0 20px;
}
.blog-03 .blog-left {
  padding-right: 0;
}
.blog-03 .blog-title {
  font-weight: normal;
  color: #666666;
}
.blog-03 .sub-title {
  padding-top: 0px;
  font-family: "Noto Sans SC";
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.blog-03 .blog-time {
  display: block;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.blog-03 .blog-inner-con {
  height: 185px;
  overflow: hidden;
  padding-top: 30px;
}
.blog-03 .more{
  border-top: 1px solid #cccccc;
}
.blog-con {
  margin: 0 -20px;
  padding-bottom: 70px;
}
.blog-cover {
  padding: 0 20px;
}
.blog-04 .blog-left .left-top {
  height: 280px;
  padding: 40px 20px 0 20px;
}
.blog-04 .blog-left {
  padding-right: 0;
}
.blog-04 .blog-title {
  font-weight: normal;
  color: #666666;
}
.blog-04 .sub-title {
  padding-top: 20px;
  font-family: "Noto Sans SC";
  font-size: 24px;
  line-height: 24px;
}
.blog-04 .blog-time {
  display: block;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #666;
  line-height: 26px;
}
.blog-04 .blog-inner-con {
  height: 185px;
  overflow: hidden;
  padding-top: 30px;
}
.blog-04 .more{
  border-top: 1px solid #cccccc;
}
/*联系我们*/
.page-contact .breadcrumb {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 0;
}
.page-contact .page-title {
  margin: 0px 0 50px;
  font-size: 36px;
  font-family: "Noto Sans SC";
  text-align: center;
  font-weight: 600;
  color: #666666;
}
.page-contact .help .page-title {
  margin: 0px 0 90px;
}
.location-cover .map-list {
  padding: 0 20px;
  text-align: center;
}
.location-cover {
  margin: 0 -20px;
}
.location {
  padding-bottom: 55px;
}
.contact .introduction {
  padding-bottom: 25px;
}
.main-cutoff-line {
  height: 1px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/cutoff-line.png") top center no-repeat;
  background-size: contain;
}
.help {
  margin-top: 0px;
}
.help-con {
  width: 1010px;
  margin: 0 auto;
}
.info-list li .form-group-left {
  float: left;
}
.info-list li .form-group-right {
  float: right;
}
.help-con .info-list .form-group {
  width: 390px;
  margin: 0;
  position: relative;
}
.help-con .info-list .form-group .btn {
  line-height: normal;
}
.help-con .info-list .form-group .dropdown-menu {
  min-width: 260px;
}
.help-con .info-list .form-group label {
  float: left;
  text-align: right;
  padding-right: 30px;
  line-height: 50px;
  font-size: 18px;
  color: #666;
  font-family: "Noto Sans SC";
  margin: 0;
  width: 130px;
}
.help-con .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.help-con .info-list .form-group input {
  float: left;
  width: 260px;
  height: 50px;
  border: 1px solid #d2d2d2;
  background: transparent;
  margin: 0;
  font-size: 18px;
  color: #999;
  font-family: 'Adobe Garamond Pro';
}
.help-con .info-list >li {
  margin-bottom: 30px;
}
.help-con .info-list .input-group {
  float: left;
  width: 258px;
  height: 50px;
  border: 1px solid #d2d2d2;
  background: transparent;
  margin: 0;
  font-size: 18px;
  color: #999;
  font-family: 'Adobe Garamond Pro';
  overflow: hidden;
  border-radius: 4px;
}
.help-con .info-list .input-group input {
  width: 225px;
  border: none;
}
.help-con .info-list .input-group .btn-default {
  width: 34px;
  border: none;
  height: 100%;
  background: #cccccc;
  border-radius: 0px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.help-con .info-list .ion-arrow-down-b {
  color: #fff;
}
.help-con .info-list .form-group-small-01 {
  width: 330px;
}

.help-con .info-list .form-group-small-01 label {
  width: 145px;
}

.help-con .info-list .form-group-small-01 .form-control {
  width: 185px;
}
.help-con .info-list .form-group-small-02 {
  width: 280px;
}

.help-con .info-list .form-group-small-02 label {
  width: 90px;
}

.help-con .info-list .form-group-small-02 .input-group{
  width: 190px;
}
.help-con .info-list .form-group-small-02 .input-group input {
  width: 146px;
}
.help-con .info-list .form-group-small-02 .dropdown-menu {
  min-width: 190px;
}
.help-con .info-list .form-group textarea {
  width: 880px;
  height: 170px;
  float: left;
  font-size: 18px;
  color: #666666;
  font-family: 'Adobe Garamond Pro';
  border: 1px solid #d2d2d2;
  background: transparent;
  margin: 0;
  resize: none;
}
.help-con .info-list .textarea {
  width: 100%;
  margin: 0;
  position: relative;
}
.help-con .info-list >li input[type=checkbox] {
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  margin: 0;
  margin-left: 130px;
  cursor: pointer;
}
.help-con .info-list >li:nth-last-child(2) {
  margin-bottom: 20px;
}
.help-con .info-list >li input[type=checkbox] + label {
  font-size: 18px;
  color: #f37a29;
  font-family: 'Adobe Garamond Pro';
  cursor: pointer;
  margin: 0;
  line-height: normal;
}
.help-con .text-center .btn {
  color: #fff;
  background-color: #2c8acc;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 430px;
  height: 60px;
  line-height: 60px;
  font-family: "Noto Sans SC";
  font-size: 30px;
  text-transform: uppercase;
}
.help-con .btn:hover {
  opacity: 0.8;
}
.help {
  margin-bottom: 60px;
}
.contact-info {
  padding-top: 45px;
}
.page-contact .contact-info .local, .page-contact .contact-info .phone {
  height: 40px;
  width: 360px;
  margin: 0 auto;
  padding-left: 50px;
}
.page-contact .contact-info .phone {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-contact-phone.png") left top no-repeat;
  margin-top: 57px;
}
.page-contact .contact-info .local {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-contact-local.png") left top no-repeat;
  margin-top: 30px;
  margin-bottom: 40px;
}
.page-contact .contact-info .phone p {
  float: left;
  width: 50%;
  line-height: 20px;
  font-size: 14px;
  color: #999999;
  font-family: 'Adobe Garamond Pro';
}
.page-contact .contact-info .local p {
  font-size: 14px;
  color: #999999;
  font-family: 'Adobe Garamond Pro';
}
.page-contact .contact-info ul {
  width: 700px;
  margin: 0 auto;
  margin-top: 40px;
}
.page-contact .contact-info ul li {
  float: left;
  width: 20%;
  text-align: center;
}
.page-contact .contact-info ul a {
  display: inline-block;
  font-size: 18px;
  color: transparent;
  font-family: 'Adobe Garamond Pro';
  text-align: center;
  width: 100%;
}
.page-contact .contact-info ul a:hover {
  color: #999999;
}
.page-contact .contact-info ul a:hover span {
  background-color: #e2e2e2;
}
.page-contact .contact-info ul span {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  margin-bottom: 15px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.page-contact .contact-info ul i {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  display: inline-block;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-contact.png") top left no-repeat;
}
.page-contact .contact-info ul li:nth-child(1) i {
  width: 34px;
  height: 32px;
  margin-left: -17px;
  margin-top: -16px;
  background-position: 0 0;
}

.page-contact .contact-info ul li:nth-child(2) i {
  width: 18px;
  height: 40px;
  margin-left: -9px;
  margin-top: -20px;
  background-position: 0 -50px;
}
.page-contact .contact-info ul li:nth-child(3) i {
  width: 30px;
  height: 28px;
  margin-left: -15px;
  margin-top: -14px;
  background-position: 0 -100px;
}
.page-contact .contact-info ul li:nth-child(4) i {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: 0 -150px;
}
.page-contact .contact-info ul li:nth-child(5) i {
  width: 34px;
  height: 40px;
  margin-left: -17px;
  margin-top: -20px;
  background-position: 0 -200px;
}
.page-contact .contact-info ul a:hover i {
  background-position-x: -50px;
}
.contact .hexagon-picture {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  padding-top: 30px;
}
.contact .hexagon-picture li a {
  display: block;
  width: 240px;
  height: 280px;
  margin: 0 auto;
}
.contact .hexagon-pictureF {
  padding-top: 15px;
}
.contact .star-product {
  margin-bottom: 90px;
}
/*news-center*/
.news-center-con {
  padding: 0 30px 20px;
}
.page-news {
  margin-bottom: 100px;
}
.news-center-con ul li {
  padding: 0 0 30px 10px;
  border-bottom: 1px dashed #b5b5b5;
  position: relative;
}
.news-center-con ul li a {
  display: block;
}
.news-center-con ul li+li {
  margin-top: 30px;
}
.news-center-con .news-list .pic {
  float: left;
  width: 178px;
  height: 118px;
  border-radius: 5px;
  border: 1px solid transparent;
  overflow: hidden;
}
.news-center-con .news-list section {
  /*position: relative;*/
  margin-left: 215px;
  padding-right: 115px;
}
.news-center-con .news-top small {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  font-family: "AdobeGurmukhi";
  font-size: 18px;
  line-height: 18px;
  color: #333333;
}
.news-center-con .news-top strong {
  display: block;
}
.news-center-con .news-top strong p {
  margin-bottom: 10px;
  font-family: "Noto Sans SC";
  font-size: 18px;
  color: #333333;
  line-height: 18px;
}
.news-center-con .news-bottom p {
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #333333;
  line-height: 24px;
}
.news-center-con section .news-more {
  position: absolute;
  bottom: 25px;
  right: 0;
  font-size: 24px;
  color: #666666;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
}
.page-download .breadcrumb-cover {
  margin-bottom: 30px;
}
.news-center-con ul li a:hover .pic {
  border: 1px solid #f88a14;
}
.news-center-con ul li a:hover small,
.news-center-con ul li a:hover strong>p {
  color: #f88a14;
}
.news-center-con ul li a:hover .news-more {
  color: #0c78c4;
}
/*news center nav*/
.news-wrapper {
  padding-top: 110px;
}
.news-center {
  padding: 0 20px;
}
.news-center .row {
  margin: 0 -20px;
}
.news-wrapper {
  margin: 0 -20px;
}
.news-wrapper .news-nav-list {
  padding:  0 20px;
}
.news-wrapper .news-nav-list a {
  display: block;
}
.news-nav-list-01 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/news-center-1.png") center top no-repeat;
  padding-top: 280px;
}
.news-nav-list-02 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/news-center-2.png") center top no-repeat;
  padding-top: 280px;
}
.news-nav-list-03 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/news-center-3.png") center top no-repeat;
  padding-top: 280px;
}
.news-nav-list-04 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/news-center-4.png") center top no-repeat;
  padding-top: 280px;
}
.news-list-readmore {
  padding: 16px 0;
  background-color: #fff;
  text-align: center;
}
.news-list-readmore .btn-link {
  width: 100px;
  height: 30px;
  padding: 0;
  line-height: 28px;
  text-align: center;
  color: #fff;
  background-color: #2c8acc;
  border-color: #2c8acc;
  border-radius: 4px;
  font-family: "Noto Sans SC";
  font-size: 16px;
}
.news-list-readmore .btn-link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.page-news-nav .news-center .info-text {
  text-align: center;
  font-size: 18px;
  color: #333333;
  font-family: "Noto Sans SC";
  padding-top: 30px;
  padding-bottom: 170px;
}
.page-news-nav .news-center .info-text a {
  color: #f37a29;
  text-decoration: underline;
}
.page-news-nav .news-center .info-text a:hover {
  opacity: 0.6;
}
/*FAQ*/
.question {
  position: relative;
  width: 800px;
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  margin-bottom: 10px;
  padding-left: 80px;
  padding-right: 40px;
}
.question .question-con h1 {
  font-family: "Noto Sans SC";
  font-size: 36px;
  color: #999999;
  line-height: 36px;
}
.question-tip {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: -116px;
  width: 60px;
  height: 60px;
  color: #f37a29;
  font-size: 36px;
  line-height: 56px;
  border-radius: 100%;
  border: 2px solid #f37a29;
  text-align: center;
  font-family: 'Corbel';
}
.question:before {
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  margin-top: -7px;
  content: '';
  width: 0;
  height: 0;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-style: solid;
  border-color: transparent #f7f7f7 transparent transparent;
}
.answer {
  position: relative;
  width: 800px;
  background-color: #f7f7f7;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  border-radius: 4px;
  margin-bottom: 0px;
  padding-left: 45px;
  padding-right: 40px;
}
.answer-con p {
  font-size: 14px;
  color: #999;
  font-family: "Noto Sans SC";
  line-height: 24px;
}
.answer .answer-tip {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  right: -116px;
  content: 'A';
  width: 60px;
  height: 60px;
  color: #f37a29;
  font-size: 36px;
  line-height: 56px;
  border-radius: 100%;
  border: 2px solid #f37a29;
  text-align: center;
  font-family: 'Corbel';
}
.answer:after {
  display: block;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -7px;
  content: '';
  width: 0;
  height: 0;
  border-left-width: 10px;
  border-right-width: 10px;
  border-top-width: 7px;
  border-bottom-width: 7px;
  border-style: solid;
  border-color: transparent transparent transparent #f7f7f7;
}
.faq-cover>li+li {
  margin-top: 20px;
}
.page-news-nav {
  margin-bottom: 100px;
}
.page-news-nav .breadcrumb {
  margin-bottom: 15px;
}
.page-news-nav .page-title {
  margin-bottom: 25px;
}
/*page-testimonal*/
.filter {
  margin: 0px -15px 45px;
  padding-top: 20px;
}
.filter ul li {
  float: left;
  width: 33.33333333%;
  height: 60px;
}
.filter ul li a {
  display: block;
  font-family: "Noto Sans SC";
  font-size: 30px;
  text-align: center;
  line-height: 58px;
  color: #979797;
  border: 1px solid #b6b6b6;
}
.filter ul li.active a,
.filter ul li a:hover {
  color: #f37a29;
  border: 1px solid #f37a29;
  background: #f7eae2;
}
.map-nav-filter .testimonal-con {
  float: left;
  width: 73.75%;
  position: relative;
}
.country-nav {
  width: 26.25%;
  float: right;
  padding-top: 85px;
  padding-left: 15px;
}
.country-nav li {
  width: 100%;
  height: 80px;
  line-height: 80px;
}
.country-nav li a {
  position: relative;
  display: block;
  height: 100%;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #272636;
  text-transform: uppercase;
  line-height: 78px;
  border: 1px solid #dcdcdc;
  padding-left: 72px;
}
.country-nav li a span {
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -10px;
  width: 16px;
  height: 21px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/country-icon.png") 0 0;
}

.country-nav li.active a,
.country-nav li a:hover {
  color: #f37a29;
  border: 1px solid #f37a29;
  background: #f7eae2;
}
.country-nav li.active a span,
.country-nav li a:hover span {
  background-position: -16px 0;
}


.word-map-nav {
  position: relative;
  width: 100%;

  height: 625px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/world-map.png") center no-repeat;
  background-size: contain;
  border: none;
  border-radius: 0;
}

.word-map-nav li.map-area-01 {
  width: 108px;
  height: 90px;
  position: absolute;
  top: 404px;
  left: 715px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-01 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-1.png") no-repeat;
  background-size: contain;
}
.word-map-nav li a {
  display: block;
  height: 70px;
  width: 150px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -70px;
  margin-top: -55px;
  background-color: transparent;
  text-align: center;
}
.word-map-nav li a i {
  display: inline-block;
  width: 35px;
  height: 44px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-map-sign.png") 0 0 no-repeat;
  transform: scale(0.75);
}
.word-map-nav li a span {
  display: block;
  margin-top: -5px;
  text-align: center;
  font-size: 14px;
  color: #666666;
  font-family: Adobe Garamond Pro;
}
.word-map-nav li a:hover span {
  color: #f1b00f;
}
.word-map-nav li.active a span {
  color: #fff;
}
.word-map-nav li a:hover i {
  background-position-x: -70px;
}
.word-map-nav li.active a i {
  background-position-x: -35px;
}
.word-map-nav li.map-area-02 {
  width: 117px;
  height: 180px;
  position: absolute;
  top: 355px;
  left: 206px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-02 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-2.png") no-repeat;
  background-size: contain;
}
.word-map-nav li.map-area-02 a {
  margin-top: -73px;
  margin-left: -72px;
}
.word-map-nav li.map-area-03 {
  width: 367px;
  height: 276px;
  position: absolute;
  top: 83px;
  left: 0px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-03 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-3.png") no-repeat;
  background-size: contain;
}
.word-map-nav li.map-area-03 a {
  margin-top: -10px;
  margin-left: -88px;
}
.word-map-nav li.map-area-04 {
  width: 221px;
  height: 177px;
  position: absolute;
  top: 90px;
  left: 378px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-04 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-4.png") no-repeat;
  background-size: contain;
}
.word-map-nav li.map-area-04 a {
  margin-top: 0px;
  margin-left: -111px;
}
.word-map-nav li.map-area-05 {
  width: 178px;
  height: 190px;
  position: absolute;
  top: 261px;
  left: 361px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-05 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-5.png") no-repeat;
  background-size: contain;
}
.word-map-nav li.map-area-05 a {
  margin-top: -68px;
  margin-left: -54px;
}
.word-map-nav li.map-area-06 {
  width: 367px;
  height: 296px;
  position: absolute;
  top: 107px;
  left: 491px;
  margin: 0;
  padding: 0;
  border: none;
}
.word-map-nav li.active.map-area-06 {
  background: url("https://www.mtutech.com/themes/zh-cn/images/continent-6.png") no-repeat;
  background-size: contain;
}
.word-map-nav li.map-area-06 a {
  margin-top: -20px;
  margin-left: -78px;
}
.testimonal-con .continent-content {
  /*min-height: 1000px;*/
  padding: 0;
  border: none;
  border-radius: 0;
  margin-top: 30px;
  padding-bottom: 55px;
  background-color: #fff;
  border-top: 15px solid #f1b00f;
  position: relative;
}
.testimonal-cover .testimonal-tab-main {
  width: 100%;
}
.testimonal-con .continent-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -14px;
  border: 14px solid transparent;
  border-top: 14px solid #f1b00f;
}
.testimonal-con .continent-content h1 {
  line-height: 100px;
  height: 90px;
  padding-bottom: 10px;
  margin: 0;
  text-align: center;
  font-size: 24px;
  color: #666666;
  font-family: "Noto Sans SC";
}
.tab-main {
  float: left;
  width: 71.5%;
  text-align: center;
  overflow: hidden;
}
.tab-testimonal-nav {
  float: right;
  width: 28.5%;
}
.tab-ins .swiper-button-next,
.tab-ins .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  z-index: 99;
  cursor: pointer;
  -moz-background-size: 66px 66px;
  -webkit-background-size: 66px 66px;
  background-size: 66px 66px;
  background-position: center;
  background-repeat: no-repeat;
}
.tab-ins .swiper-button-next {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-testimonial-next.png");
  right: 22px;
  left: auto;
}
.tab-ins .swiper-button-prev {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-testimonial-prev.png");
  right: auto;
  left: 30px;
}
.tab-ins .swiper-button-next.swiper-button-disabled {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-testimonial-next-diabled.png");
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.tab-ins .swiper-button-prev.swiper-button-disabled {
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-testimonial-prev-diabled.png");
  opacity: 1;
  cursor: auto;
  pointer-events: none;
}
.tab-testimonal-nav .gallery-thumbs {
  height: 100%;
  overflow-x: visible;
}
.tab-testimonal-nav {
  height: 890px;
  /*overflow: auto;*/
  border: 1px solid #f7f7f7;
  /*padding: 0 50px 0 30px;*/
}
.tab-testimonal-nav .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: auto !important;
  position: relative;
  padding: 0 50px 0 30px;
}
.tab-testimonal-nav .swiper-slide img {
  border: 2px solid transparent;
}
.tab-testimonal-nav .swiper-slide.active-slide img {
  border-color: #f1b00f;
}
.tab-testimonal-nav .swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 50;
  width: 19px;
  height: 615px!important;
}
.tab-testimonal-nav .swiper-scrollbar {
  border-radius: 0;
  position: relative;
  -ms-touch-action: none;
  background: #e5e5e5;
}
.tab-testimonal-nav .swiper-scrollbar-drag {
  /*height: 10%!important;*/
  width: 100%;
  position: relative;
  background: #ffffff;
  border-radius: 10px;
  left: 0;
  top: 0;
}
.page-testimonal {
  margin-bottom: 100px;
}
.testimonal-cover .tab-pane {
  display: none;
}
.testimonal-cover .tab-pane.active {
  display: block;
}
.mobile-btn {
  display: none;
}
/*下载中心*/
.new-download-cover {
  margin: 0 -15px;
}

.load-list a {
  display: inline-block;
  vertical-align: bottom;
  width: 275px;
  height: 380px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-01.jpg") no-repeat;
  background-size: cover;
}
.load-list a:hover {
  opacity: 0.6;
}
.load-list-02 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-02.jpg") no-repeat;
}
.load-list-03 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-03.jpg") no-repeat;
}
.load-list-04 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-04.jpg") no-repeat;
}
.load-list-05 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-05.jpg") no-repeat;
}
.load-list-06 a {
  background: url("https://www.mtutech.com/themes/zh-cn/images/load-bg-06.jpg") no-repeat;
}
.load-list-02,
.load-list-05 {
  text-align: center;
}
.load-list-03,
.load-list-06 {
  text-align: right;
}
.load-list-04,
.load-list-05,
.load-list-06 {
  margin-top: 95px;
}
.new-page-download .info-text {
  display: block;
  text-align: center;
  font-size: 22px;
  color: #666;
  font-family: "Noto Sans SC";
  margin-top: 75px;
  padding-bottom: 110px;
}
.new-page-download .info-text a {
  color: #f37a29;
  font-size: 22px;
  text-decoration: underline;
}
.new-page-download .info-text a:hover {
  opacity: 0.6;
}
.pop-box {
  width: 100%;
  height: 100%;
}
.download-pop-box {
  width: 370px;
  margin: 0 auto;
  padding-top: 35px;
}
.download-pop-box>ul>li+li {
  margin-top: 25px;
}
.download-pop-box ul li label {
  display: block;
  font-family: "Noto Sans SC";
  color: #c3c3c3;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 15px;
}
.download-pop-box ul li .pop-input {
  width: 370px;
  height: 44px;
  line-height: 44px;
  border: none;
  background: #e2e2e0;
  border-radius: 5px;
  padding: 0 15px;
  color: #a5a5a5;
}
.download-pop-box .dropdown {
  width: 370px;
  height: 44px;
  line-height: 44px;
  border: 1px solid #e2e2e0;
  border-radius: 5px;
  /*overflow: hidden;*/
  position: relative;
}
.download-pop-box .pop-drop {
  width: 340px;
  height: 100%;
  line-height: 100%;
  float: left;
  padding: 0 15px;
  border: none;
  font-family: "Noto Sans SC";
  font-size: 27px;
  color: #a5a5a5;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.download-pop-box .btn-default {
  float: left;
  width: 28px;
  height: 100%;
  border: none;
  padding: 0;
  background: #cccccc;
  border-radius: 0;
}
.download-pop-box .btn-default .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-color: #fff;
  border-top: 8px dashed #fff;
  border-top: 8px solid\9 #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.download-pop-box .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 7;
  float: left;
  min-width: 370px;
  height: 80px;
  overflow: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
.pop-btn-corver .pop-btn {
  width: 370px;
  height: 44px;
  line-height: 44px;
  border: none;
  background: #f88a14;
  border-radius: 5px;
  padding: 0 0px;
  font-family: "Noto Sans SC";
  font-size: 26px;
  color: #fff;
  text-transform: uppercase;
  outline: none;
}
.pop-btn-corver .pop-btn:hover {
  opacity: 0.6;
}
.pop-select,
.pop-btn-corver {
  padding-top: 25px;
}
.layui-layer-pop .layui-layer-ico {
  background: url("https://www.mtutech.com/themes/zh-cn/images/close-btn.jpg") no-repeat;
  background-position: 0 0!important;
}
.layui-layer-pop .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: -12px;
  top: -12px;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-position: 0px 0px!important;
}
.new-download-con {
  margin: 0 -15px;
}
.new-download-cover {
  width: 1285px;
  margin: 0 auto;
  padding: 0 15px 50px;
}
.new-download-list {
  width: 570px;
  margin-bottom: 120px;
}
.new-list-title {
  margin-top: 32px;
  font-family: "Noto Sans SC";
  font-size: 22px;
  color: #f88a14;
  line-height: 26px;
}
.new-list-link {
  margin-top: 30px;
}
.new-list-con {
  margin-top: 25px;
  font-family: "Noto Sans SC";
  font-size: 17px;
  color: #787878;
  line-height: 21px;
}
.new-list-link .btn {
  float: left;
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Noto Sans SC";
  background-color: #2c8acc;
  padding: 2px 38px;
  letter-spacing: 1px;
}
.new-list-link .btn:hover {
  opacity: 0.6;
}
.new-list-link .focus {
  float: left;
  height: 31px;
  line-height: 31px;
  margin-left: 24px;
}
.new-list-link .focus i {
  position: relative;
  top: 3px;
  display: inline-block;
  width: 29px;
  height: 17px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-focus-share.png") 0 -2px;
}
.new-list-link .focus span,
.new-list-link .share span {
  font-family: "Noto Sans SC";
  font-size: 20px;
  color: #666;
  margin-left: 10px;
}
.new-list-link .share {
  float: left;
  height: 31px;
  line-height: 31px;
  margin-left: 15px;
}
.new-list-link .share i {
  position: relative;
  top: -2px;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 21px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-focus-share.png") -40px 0px;
}
.new-download-list-odd {
  float: left;
}
.new-download-list-even {
  float: right;
}
.new-download-cover .page-title {
  margin: 30px 0 80px;
  font-size: 36px;
  font-family: "Noto Sans SC";
  text-align: center;
  font-weight: 500;
  color: #666;
}
.slideActive-02 {
  width: 310px!important;
  height: 443.5px!important;
  position: relative;
  margin-left: -20px;
}
.slideActive {
  width: 346px!important;
  height: 495px!important;
  position: relative;
  z-index: 9999;
}
.help-con .online-inquiry-area {
  width: 100%;
}
.help-con .online-inquiry-area .inquery-02 {
  float: left;
  width: 43.25%;
}
.help-con .online-inquiry-area .inquery-03 {
  float: right;
  width: 49.32%;
  padding-left: 0;
}
.help-con .inquery-box label {
  float: left;
  padding-left: 53px;
  position: relative;
  margin-bottom: 0;
  font-size: 26px;
  color: #a5a5a5;
  background: #fff;
  font-family: "Noto Sans SC";
  font-weight: normal;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.help-con .inquery-box+.inquery-box {
  margin-top: 20px;
}
.help-con .verification-box {
  margin-top: 20px;
}

.help-con  .dropdown {
  width: 304px;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 5px;
  /*overflow: hidden;*/
  position: relative;
}
.help-con  .pop-drop {
  width: 276px;
  height: 100%;
  line-height: 100%;
  float: left;
  padding: 0 15px;
  border: none;
  font-family: "Noto Sans SC";
  font-size: 26px;
  text-align: center;
  color: #a5a5a5;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.help-con .btn-default {
  float: left;
  width: 28px;
  height: 100%;
  border: none;
  padding: 0;
  background: #cccccc;
  border-radius: 0;
}
.help-con .btn-default .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-color: #fff;
  border-top: 8px dashed #fff;
  border-top: 8px solid\9 #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.help-con .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 7;
  float: left;
  min-width: 304px;
  height: 80px;
  overflow: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
.help-con .inquery-box-01 label {
  float: left;
  width: 130px;
  padding-left: 20px;
  position: relative;
  margin-bottom: 0;
  font-size: 26px;
  color: #a5a5a5;
  background: #fff;
  font-family: "Noto Sans SC";
  font-weight: normal;
}
.help-con .inquery-box-01 label:after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 6px;
}
.help-con .inquery-box.inquery-box-09 {
  height: 540px;
  position: relative;
  overflow: hidden;
}
.help-con .inquery-box .inquery-textarea {
  width: 100%;
  height: 100%;
  border: none;
  resize: none;
  padding: 75px 20px 20px;
  outline: none;
  color: #999;
  font-size: 14px;
}
.help-con .online-inquiry-area .submit-btn {
  padding-top: 60px;
  margin-bottom: 0px;
}
.help-con .online-inquiry-area .submit-btn .btn-default {
  float: none;
  margin: 0 auto;
}
















.inquery-box.inquery-box-01 label {
  float: left;
  padding-left: 53px;
  position: relative;
  margin-bottom: 0;
  font-size: 26px;
  color: #a5a5a5;
  background: #fff;
  font-family: "Noto Sans SC";
  font-weight: normal;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.inquery-box.inquery-box-01 .verification-box {
  margin-top: 20px;
}

.inquery-box.inquery-box-01  .dropdown {
  /*width: 305px;*/
  height: 48px;
  flex: 1;
  line-height: 48px;
  border: none;
  border-radius: 5px;
  /*overflow: hidden;*/
  position: relative;
  /*background: #ccc;*/
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.inquery-box.inquery-box-01  .pop-drop {
  width: 100%;
  height: 100%;
  line-height: 100%;
  padding: 0 28px 0px 15px;
  border: none;
  font-family: "Noto Sans SC";
  font-size: 26px;
  text-align: center;
  color: #a5a5a5;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.inquery-box.inquery-box-01 .btn-default {
  position: absolute;
  right: 0;
  top: 0;
  width: 28px;
  height: 100%;
  border: none;
  padding: 0;
  background: #cccccc;
  border-radius: 0;
}
.inquery-box.inquery-box-01 .btn-default .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-color: #fff;
  border-top: 8px dashed #fff;
  border-top: 8px solid\9 #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}
.inquery-box.inquery-box-01 .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 7;
  float: left;
  min-width: 266px;
  height: 80px;
  overflow: auto;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
.inquery-box.inquery-box-01 label {
  float: left;
  width: 130px;
  padding-left: 15px;
  position: relative;
  margin-bottom: 0;
  font-size: 26px;
  color: #a5a5a5;
  background: #fff;
  font-family: "Noto Sans SC";
  font-weight: normal;
}
.inquery-box.inquery-box-01 label:after {
  content: "";
  display: block;
  width: 1px;
  height: 36px;
  background: #cccccc;
  position: absolute;
  right: 0;
  top: 6px;
}
.contact .online-inquiry-area .submit-btn {
  padding-top: 85px;
  margin-bottom: 130px;
  padding-left: 0%;
  text-align: center;
}
.page-contact .contact  .online-inquiry-area .submit-btn {
  margin-bottom: 0;
}

/*产品首页*/

.index-swiper-banner .swiper-slide{
  position: relative;
}

.index-swiper-banner .swiper-slide .cnt{
  position: absolute;
  top: 120px;
  left: 50%;
  text-align: right;
}
.any-question-fix {
  width: 566px;
  height: 80px;
  position: fixed;
  bottom: -1px;
  left: 50%;
  margin-left: -283px;
  padding-right: 22px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/any-question-pic.png") center no-repeat;
  background-size: contain;
  z-index: 9999
}
.any-question-fix.none {
  display: none;
}
.any-question-fix a {
  display: block;
  height: 100%;
  text-align: center;
  line-height: 80px;
  font-size: 36px;
  color: #fff;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  text-shadow: 3px 0 2px #000;
}
.any-question-fix span {
  cursor: pointer;
  position: absolute;
  height: 22px;
  width: 22px;
  right: 1px;
  top: 0;
  z-index: 9999;
}
.live-chat-fix {
  position: fixed;
  top: 50%;
  left: -3px;
  margin-top: -46px;
  height: 92px;
  width: 152px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/live-chat-pic-r.png") no-repeat;
  z-index: 10;
}

.live-chat-fix:hover {
  background: url("https://www.mtutech.com/themes/zh-cn/images/live-chat-pic-hover-r.png") no-repeat;
  left: -3px;
  margin-top: -46px;
}
.livechat-popover {
  position: fixed;
  left: 0;
  width: 160px;
  top: 450px;
  margin-top: -135px;
  background-color: #fff;
  box-shadow: 0 0 6px #eee;
  border-radius: 4px;
  padding-top: 40px;
  padding-bottom: 5px;
  z-index: 10;
  margin-bottom: 0;
}
.livechat-popover .close-chat {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-family: "微软雅黑";
  text-align: center;
  background-color: #e3e1e2;
  color: #8b898a;
  font-size: 12px;
}
.livechat-popover:after {
  content: "";
  width: 120px;
  height: 35px;
  top: 5px;
  left: 5px;
  position: absolute;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-skype.png") center no-repeat;
  background-size: contain;
}
.livechat-popover li {
  margin-bottom: 12px;
  padding-top: 3px;
  padding-bottom: 3px;
}
.livechat-popover li a {
  display: block;
  height: 100%;
  padding-left: 6px;
  padding-right: 6px;
}
.livechat-popover .avatar {
  height: 30px;
  width: 30px;
  border-radius: 100%;
  overflow: hidden;
  float: left;
}
.livechat-popover .avatar img {
  width: 100%;
  height: auto;
  min-height: 100%;
}
.livechat-popover li strong {
  margin-left: 35px;
  color: #666;
  font-family: "Noto Sans SC";
  display: block;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: lighter;
  font-size: 18px;
}
.none {
  display: none;
}
.livechat-popover li:hover {
  background-color: #eee;
}
@media (max-width: 980px) {
  .index-swiper-banner .swiper-slide .cnt{
    display: none;
  }
}

.index-swiper-banner .swiper-slide h2{
  font-size: 56px;
  color: #777;
  font-family: " Adobe Garamond Pro";
  margin: 0;
}

.index-swiper-banner .swiper-slide p{
  font-size: 36px;
  color: #777;
  font-family: " Adobe Garamond Pro";
  margin: 0;
}

.index-swiper-banner .swiper-slide span{
  font-size: 24px;
  color: #0c78c4;
  font-family: " Adobe Garamond Pro";
  margin: 0;
}

.contactus-slide-banner .swiper-slide a,
.printer-slide-banner .swiper-slide a,
.index-swiper-banner .swiper-slide a{
  display: block;
  height: 100%;
}

.contactus-slide-banner .swiper-slide a img,
.printer-slide-banner .swiper-slide a img,
.index-swiper-banner .swiper-slide a img{
  width: 100%;
}

.contactus-slide-banner .swiper-pagination,
.printer-slide-banner .swiper-pagination,
.index-swiper-banner .swiper-pagination{
  bottom: 5%;
  height: auto;
  font-size: 0;
  text-align: center;
}

.contactus-slide-banner .swiper-pagination .swiper-pagination-bullet,
.printer-slide-banner .swiper-pagination .swiper-pagination-bullet,
.index-swiper-banner .swiper-pagination .swiper-pagination-bullet{
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #aaaaaa;
  margin: 0 1% !important;
  cursor: pointer;
}

.contactus-slide-banner .swiper-pagination .swiper-pagination-bullet-active,
.printer-slide-banner .swiper-pagination .swiper-pagination-bullet-active,
.index-swiper-banner .swiper-pagination .swiper-pagination-bullet-active{
  border: 3px solid #e7882c;
  background-color: #fff;
}

@media (max-width: 1100px) {
  .contactus-slide-banner .swiper-pagination .swiper-pagination-bullet,
  .printer-slide-banner .swiper-pagination .swiper-pagination-bullet,
  .index-swiper-banner .swiper-pagination .swiper-pagination-bullet{
    width: 8px;
    height: 8px;
  }

  .contactus-slide-banner .swiper-pagination .swiper-pagination-bullet-active,
  .printer-slide-banner .swiper-pagination .swiper-pagination-bullet-active,
  .index-swiper-banner .swiper-pagination .swiper-pagination-bullet-active{
    border: 1px solid #e7882c;
  }
}

.index-printer-unit{
  width: 100%;
}

.index-printer-unit .pagination-nav{
  text-align: center;
}

@media (max-width: 980px) {
  .index-printer-unit .pagination-nav{
    display: none;
  }
}

.index-printer-unit .pagination-nav .pagination a{
  font-family: "Noto Sans SC";
  font-size: 20px;
  padding: 0;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 38px;
}

.index-printer-unit .pagination-nav .pagination a.active{
  background-color: #ddd;
}

.index-printer-unit .container{
  width: 100%;
  padding: 0 0;
}

.index-printer-unit .row{
  margin: 0;
}

.index-printer-unit .index-printer-title{
  padding: 16px 0 5px;
}

.index-printer-title a{
  display: block;
}

.index-printer-title h2{
  line-height: 30px;
  word-spacing: 10px;
  margin: 20px 0 8px;
  /*letter-spacing: 2px;*/
}

.index-printer-title h2 a{
  color: #666;
  display:inline;
  padding-left:10px;
  padding-right:10px;
  font-family: "Noto Sans SC";
}
.index-printer-title h2 a:hover{
  color: #f37a29;
}

.index-printer-title p{
  font-size: 18px;
  line-height: 18px;
  color: #999;
  margin-bottom: 10px;
  font-family: "Noto Sans SC";
  /*letter-spacing: -1px;
  word-spacing: -2px;*/
}

.printer-unit-4 .col-sm-6{
  padding: 0 2%;
}

.page-label .printer-unit-title h3{
  font-family: "Noto Sans SC";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
  height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-label .printer-unit-title p{
  font-family: "Noto Sans SC";
  font-size: 14px;
  line-height: 20px;
  color: #999;
  word-spacing: -2px;
  margin: 0;
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.printer-unit-label{
  height: 20px;
  margin: 10px 0;
  font-size: 0;
}

.printer-unit-label.active .printer-unit-label-name{
  position: relative;
  float: right;
  background-color: #040707;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  padding: 0 12px;
  font-family: "Noto Sans SC";
}

.printer-unit-label-name:before{
  position: absolute;
  left: -1px;
  top: -1px;
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-right-width: 6px;
  border-left-width: 6px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
}

.printer-unit-label-name:after{
  position: absolute;
  right: -1px;
  top: -1px;
  display: block;
  content: '';
  height: 0;
  width: 0;
  border-top-width: 11px;
  border-bottom-width: 11px;
  border-right-width: 6px;
  border-left-width: 6px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

.page-label .printer-unit-img {
  width: 100%;
  position: relative;
  overflow: visible;
  background-size: contain;
  background-position: top center;
  min-height: 30px;
  background-repeat: no-repeat;
  text-align: center;
  min-height: 178px;
}

.printer-unit-img img{
  width: auto !important;
  max-width: 100%;
  opacity: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

.printer-unit:hover img{
  opacity: 0;
}

.printer-unit-3{
  width: 82%;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .printer-unit-3{
    width: 100%;
  }
}

.printer-unit-3 .col-sm-8{
  padding: 0 3%;
}

.cut-off-rule{
  width: 60%;
  border-bottom: 1px solid #b6b6b6;
  margin: 20px auto;
}

.cut-off-rule-last{
  margin: 0 auto;
}

.printer-unit-2{
  width: 73%;
  margin: 0 auto;
}

@media (max-width: 980px) {
  .printer-unit-2{
    width: 100%;
  }
}

.printer-unit-2 .col-sm-12{
  padding: 0 5%;
}
.page-label {
  margin-bottom: 50px;
}
.active-star {
  position: relative;
}
.label-box {
  position: absolute;
  top: 0;
  right: 0;
}
.active-star .label-box {
  position: absolute;
  right: -12px;
  width: 56px;
  height: 69px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/label-star.png") 0 0;
}
.active-new-01 .label-box {
  position: absolute;
  top: -25px;
  right: -5px;
  width: 52px;
  height: 52px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/label-new-01.png") 0 0;
}
.active-new-02 .label-box {
  position: absolute;
  top: -15px;
  right: -5px;
  width: 62px;
  height: 25px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/label-new-02.jpg") 0 0;
}
.printer-unit >a:hover p, .printer-unit >a:hover h3 {
  color: #f37a29;
}

/*sitemap*/
.bg-white {
  background: #fff;
}
.bg-gray {
  background: #fafafa;
}
.site-map-cover-01 {
  padding: 125px 0 125px;
}
.site-map-cover-02 {
  padding: 100px 0 85px;
}
.map-title {
  font-family: "Noto Sans SC";
  font-size: 30px;
  color: #7e7e7e;
  line-height: 38px;
}
.map-title:after {
  content: "";
  display: block;
  width: 23px;
  height: 2px;
  margin-top: 10px;
  background: #7e7e7e;
}
.contact-wrapper li+li {
  margin-top: 15px;
}
.contact-list {
  position: relative;
  padding-left: 40px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #7e7e7e;
}
.contact-list-01:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 18px;
  height: 17px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 0;
}
.contact-list-02:before {
  content: "";
  position: absolute;
  left: 3px;
  top: 4px;
  width: 19px;
  height: 14px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -20px;
}
.mark-gray {
  color: #c3c3c3;
  font-size: 13px;
  line-height: 15px;
}
.contact-link .contact-list:before {
  content: "";
  position: absolute;
  left: 3px;
  top: -4px;
  width: 26px;
  height: 26px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -39px;
}

.contact-link .contact-list-05:before {
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -78px;
}
.contact-link .contact-list-06:before {
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -119px;
}
.contact-link .contact-list-07:before {
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -159px;
}
.contact-link .contact-list-08:before {
  background: url("https://www.mtutech.com/themes/zh-cn/images/map-icon.png") 0 -200px;
}
a.contact-list {
  position: relative;
  padding-left: 45px;
  font-family: "Noto Sans SC";
  font-size: 14px;
  color: #7e7e7e;
}
.contact-link li+li {
  margin-top: 18px;
}
a.contact-list:hover {
  opacity: 0.8;
}
.site-map-cover-02 dl {
  margin-bottom: 45px;
}
.site-map-cover-02 .site-map-row dl:last-child {
  margin-bottom: 0;
}
.site-map-cover-02 .map-list-02 dl {
  margin-bottom: 79px;
}
.site-map-cover-02 .map-list-03 dl {
  margin-bottom: 53px;
}
.site-map-cover-02 .map-list-03 dl:nth-child(2) {
  margin-bottom: 60px;
}
.site-map-cover dl dt {
  margin-bottom: 15px;
}
.site-map-cover dl dt a {
  font-family: "Noto Sans SC";
  font-size: 20px;
  color: #7e7e7e;
  line-height: 24px;
}
.site-map-cover dl dd a {
  font-family: "Noto Sans SC";
  font-size: 13px;
  color: #aaa;
  line-height: 20px;
  margin-bottom: 10px;
}
.site-map-cover dl dd a:hover {
  color: #f37a29;
}
.site-map-cover-03 {
  padding: 90px 0 130px;
}
.line {
  height: 1px;
  border-bottom: 1px solid #cccccc;
}
.site-map-cover-03 div dl {
  margin-bottom: 50px;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  counter-increment: item-counter;
  width: 100% !important;
}
.site-map-cover-03 .col-lg-16 {
  column-gap: 20px;
  column-count: 2;
}
.site-map-cover-03 div dl:last-child {
  margin-bottom: 0;
}
.introduce-cover {
  overflow: hidden;
  margin-bottom: 80px;
}
.introduce-cover .index-printer-title h2 {
  line-height: 30px;
  word-spacing: 10px;
  margin: 40px 0 45px;
  /* letter-spacing: 2px; */
}
.certifcate {
  width: 1230px!important;
  margin: 0 auto 55px;
}
.swiper-certifcate {
  transform: translateX(10px);
}

.introduce-cover .printer-unit-img {
  overflow: visible;
}
.swiper-certifcate .swiper-slide {
  position: absolute;
}
.swiper-certifcate .swiper-slide.outer,
.swiper-certifcate .swiper-slide.outer07 {
  /*border: 5px solid red;*/
  position: relative;
  z-index: 60;
}
.swiper-certifcate .swiper-slide.outer02,
.swiper-certifcate .swiper-slide.outer06 {
  /*border: 5px solid blue;*/
  position: relative;
  z-index: 80;
}
.swiper-certifcate .swiper-slide.outer03,
.swiper-certifcate .swiper-slide.outer05 {
  /*border: 5px solid yellow;*/
  position: relative;
  z-index: 90;
}

.swiper-certifcate .swiper-slide.outer04 {
  /*border: 5px solid purple;*/
  position: relative;
  z-index: 100;
}

.swiper-certifcate .swiper-slide.outer04 img {
  max-width: none;
  width: 348px;
  transform: translateX(-90px);
}
.swiper-certifcate .swiper-slide.outer03 img {
  max-width: none;
  width: 310px;
  transform: translate(-75px,0px);
}
.swiper-certifcate .swiper-slide.outer05 img {
  max-width: none;
  width: 310px;
  transform: translate(-75px,0px);
}
.swiper-certifcate .swiper-slide.outer06 img {
  max-width: none;
  width: 262px;
  transform: translate(-51px,0px);
  opacity: 0.35;
}
.swiper-certifcate .swiper-slide.outer02 img {
  max-width: none;
  width: 262px;
  transform: translate(-51px,0px);
  opacity: 0.35;
}
.swiper-certifcate .swiper-slide.outer img {
  max-width: none;
  width: 212px;
  transform: translate(0px,0px);
  opacity: 0.35;
}
.swiper-certifcate .swiper-slide.outer07 img {
  max-width: none;
  width: 212px;
  transform: translate(-35px,0px);
  opacity: 0.35;
}
.swiper-certifcate .swiper-button-next, .swiper-certifcate .swiper-button-prev {
  background-image: url("https://www.mtutech.com/themes/zh-cn/images/certificate-btn.png");

}
.swiper-certifcate .swiper-button-next, .swiper-certifcate .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 68px;
  margin-top: -34px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 72px 68px;
  -webkit-background-size: 72px 68px;
  background-size: 72px 68px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-certifcate .swiper-button-next {
  background-position: -36px 0;
  right: 200px;
  left: auto;

}
.swiper-certifcate .swiper-button-prev {
  background-position: 0px 0;
  left: 200px;
  right: auto;
}
/*.swiper-certifcate .swiper-slide {*/
  /*max-width: none;*/
  /*width: 212px;*/
  /*height: 303px;*/
  /*transform: translate(0px,78px);*/
/*}*/
.swiper-certifcate .swiper-slide.outer04 {
  max-width: none;
  height: 498px;
  width: 310px;
  transform: translate(0px,0px);
}
.swiper-certifcate .swiper-slide.outer03 {
  max-width: none;
  height: 443px;
  width: 310px;
  transform: translate(0px,26px);
}
.swiper-certifcate .swiper-slide.outer05 {
  max-width: none;
  width: 310px;
  height: 443px;
  transform: translate(0px,26px);
}
.swiper-certifcate .swiper-slide.outer06 {
  max-width: none;
  width: 262px;
  height: 375px;
  transform: translate(0px,52px);
}
.swiper-certifcate .swiper-slide.outer02 {
  max-width: none;
  width: 262px;
  height: 375px;
  transform: translate(0px,52px);
}
.swiper-certifcate .swiper-slide.outer {
  max-width: none;
  width: 212px;
  height: 303px;
  transform: translate(0px,78px);
}
.swiper-certifcate .swiper-slide.outer07 {
  max-width: none;
  width: 212px;
  transform: translate(0px,78px);
}


.blog-share-amount {
  margin-bottom: 20px;
  margin-top: -22px;
  margin-left: auto;
  margin-right: auto;
}
.blog-share-amount p {
  float: left;
  font-size: 18px;
  color: #666666;
  font-family: "Noto Sans SC";
  line-height: 35px;
  margin-bottom: 0;
  margin-right: 20px;
}
.blog-share-amount ul {
  float: left;
  margin: 0;
  font-size: 0;
}
.blog-share-amount ul li {
  float: left;
  margin-right: 20px;
  font-size: 0;
}
.blog-share-amount ul li:nth-child(1) a {
  background-position-y: 0;
}

.blog-share-amount ul li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-shares.png") 0 0 no-repeat;
  cursor: pointer;
}
.blog-share-amount ul li:nth-child(2) a {
  background-position-y: -35px;
}
.blog-share-amount ul li:nth-child(3) a {
  background-position-y: -70px;
}
.blog-share-amount ul li:nth-child(4) a {
  background-position-y: -140px;
}
.blog-share-amount ul li:nth-child(5) a {
  background-position-y: -175px;
}
.blog-share-amount ul li a:hover {
  background-position-x: -35px;
}
.blog-fun {
  margin-top: 18px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
}
.blog-fun .recommend-t {
  float: left;
  line-height: 24px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-recommend.png") left center no-repeat;
  padding-left: 26px;
  font-size: 18px;
  color: #666666;
  font-family: "Noto Sans SC";
  margin-bottom: 0;
}
.blog-fun .share-t {
  float: left;
  line-height: 24px;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-share.png") left center no-repeat;
  margin-left: 36px;
  padding-left: 26px;
  font-size: 18px;
  color: #666666;
  font-family: "Noto Sans SC";
  margin-bottom: 0;
}
.blog-fun ul {
  float: left;
  margin-left: 12px;
  font-size: 0;
  margin-bottom: 0;
}
.blog-fun ul li {
  float: left;
  margin-right: 12px;
}
.blog-fun ul li a {
  display: inline-block;
  width: 26px;
  height: 24px;
  cursor: pointer;
  background: url("https://www.mtutech.com/themes/zh-cn/images/icon-shares.png") -70px 0 no-repeat;
}
.blog-fun ul li:nth-child(1) a {
  background-position-y: 0;
}
.blog-fun ul li:nth-child(2) a {
  background-position-y: -35px;
}
.blog-fun ul li:nth-child(3) a {
  background-position-y: -70px;
}
.blog-fun ul li:nth-child(4) a {
  background-position-y: -140px;
}
.blog-fun ul li:nth-child(5) a {
  background-position-y: -175px;
}
.blog-fun ul li a:hover {
  background-position-x: -105px;
}
.new-help-con.help-con .inquery-box.inquery-box-09 {
  height: 400px;
  position: relative;
  overflow: hidden;
}
.new-help-con.help-con .inquery-box .inquery-textarea {
  padding: 45px 20px 20px;
}
/*.subscribe弹框*/
.layui-layer-pop-02 .pop-box {
   padding-top: 45px;
   text-align: center;
}
.layui-layer-pop-02 .subscribe-1 h2 {
  font-size: 44px;
  color: #010101;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.layui-layer-pop-02 .subscribe-1 h4 {
  line-height: 26px;
  font-size: 24px;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  margin: 10px 0 10px;
}
.layui-layer-pop-02 .subscribe-1 p {
  font-size: 20px;
  line-height: 20px;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 10px;
}
.layui-layer-pop-02 .subscribe-1 .j-next {
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Noto Sans SC";
  font-size: 28px;
  background-color: #000;
  margin-top: 20px;
}
.layui-layer-pop-02 .subscribe-1 .j-next:hover {
  opacity: 0.6;
}
.layui-layer-pop-02 .j-close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-family: "Noto Sans SC";
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  background-color: #e3e1e2;
  color: #8b898a;
  font-size: 12px;
}
.layui-layer-pop-02 .layui-layer-setwin .layui-layer-close2 {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 30px;
  height: 30px;
  margin-left: 0;
  background-images: none;
  background-color: #e3e1e2;
  _display: none;
}
.layui-layer-pop-02 .layui-layer-setwin .layui-layer-close2:after {
  content: "X";
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #8b898a;
  font-size: 12px;
}
.layui-layer-pop-02 .j-close:after {
  content: "X";
  display: block;
  font-family: "微软雅黑";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #8b898a;
  font-size: 12px;
}
.pop-box-02 .subscribe-2 {
  padding-top: 40px;
  font-family: "Noto Sans SC";
  text-align: center;
  display: none;
}
.pop-box-02 .subscribe-2 h2 {
  margin: 20px 0 10px;
  font-size: 44px;
  color: #010101;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
}
.pop-box-02 .subscribe-2 p {
  font-size: 24px;
  line-height: 28px;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  margin: 0 0 10px;
}
.pop-box-02 .subscribe-2 input {
  width: 370px;
  height: 44px;
  border-radius: 5px;
  background-color: #e2e2e0;
  box-shadow: none;
  border: none;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pop-box-02 .subscribe-2 .btn-join {
  display: inline-block;
  width: 180px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: "Noto Sans SC";
  font-size: 28px;
  background-color: #000;
  margin-top: 20px;
  border: none;
}
.pop-box-02 .subscribe-2 .btn-join:hover {
  opacity: 0.6;
}
.pop-box-02 .subscribe-2 span {
  display: inline-block;
  font-size: 20px;
  font-family: "Noto Sans SC";
  text-transform: uppercase;
  margin-top: 40px;
}


/*修改*/
.product-introduction-detail p {
  margin-bottom: 10px;
}
.product-introduction-detail .pic img {
  float: none!important;
}
.product-introduction-detail .container {
  width:1200px;
  margin:0 auto;
  margin-bottom: 50px;
  padding: 0 30px;
}
.product-introduction-detail .container table {
  width: 100%;
  border-spacing: 1px;
  border-collapse: separate;
}
.product-introduction-detail .container th {
  background-color: #9C9A9B;
  padding: 7px 0;
  font-size: 24px;
  font-family: Agency FB;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 26%;
  text-transform: capitalize;
  word-break: break-all;
}
.product-introduction-detail .container td {
  background-color: #F7F7F7;
  padding: 5px 0;
  font-size: 14px;
  color: #666;
  text-align: center;
  font-family: Adobe Garamond Pro;
  font-weight: 400;
  width: 10%;
  text-transform: capitalize;
  word-break: normal!important;
}
.product-introduction-detail .container tr:hover td {
  background-color: #fed7a5;
}
.product-introduction-detail  .product-introduction-pic {
  width: 33.33333333%;
}
.product-introduction .right {
  float: right;

}
.product-introduction .right .pic {
  padding-left: 20px;
}
.product-introduction .left {
  float: left;

}
.product-introduction .left .pic {
  padding-right: 20px;
}
.introduction .page-title {
  margin-bottom: 30px;
}
img.lazy {
  width: 100%!important;
  height: 100%!important;
  min-height: 100%;
}
#Video-Of-Us,#Star-Product,#who-we-are,#meet-our-team,#history,#workshop,#environment,#glories,#certifcate,#what-we-do,#how-we-do,#Solutions {
  margin-top: -180px;
  padding-top: 180px;
}
#mt-trainning,
#local-training,
#support_maintenance,
#policy,
#like-us {
  margin-top: -180px;
  padding-top: 180px;
}
#contact-us-today,
#mt-location,
#like-with-you,
#support_maintenance,
#product-category {
  margin-top: -180px;
  padding-top: 180px;
}
.dynamic-map {
  height: 400px;
}

/*支持页面 team的hover效果*/
.tip-box {
  display: none;
  position: absolute;
  top: -50px;
  left: -80%;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #A7A6A6;
  border-radius: 5px;
}

.sanjiao{
  display:block;
  width:0;
  height:0;
  border-width:10px 10px 0 ;
  border-style:solid;
  border-color: #A7A6A6 transparent transparent;
  position:absolute;
  bottom:-10px;
  left:50%;/* 三角形居中显示 */
  margin-left:-10px;/* 三角形居中显示 */
}
.sanjiao:after {
  content: "";
  display:block;
  width:0;
  height:0;
  border-width: 10px 10px 0;
  border-style:solid;
  border-color:#fff transparent transparent;
  position:absolute;
  top: -11px;
  left:-10px;
}
.link-mess-03:hover .tip-box {
  display: block;
}
.content-star .new-list-star {
  position: relative;
  width: 20%;
  padding: 5px;
  float: left;
  text-align: center;
  overflow: hidden;

}
.content-star .new-list-star .list-star-img {
  border-radius: 3px;
  box-shadow: 2px 2px 4px #d6d5d5;
}

.jiathis_style_32x32  .jtico  {
  background: none!important;
}
.has-error .help-block {
  position: absolute;
  background: #2c8acc;
  border-radius: 4px;
  padding: 5px;
  height: 17px;
  line-height: 7px;
  margin: 0;
  color: #fff!important;
  font-size: 12px;
  top: -5px;
  right: 100px;
}
.has-error .help-block:after {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  bottom: -5px;
  border-top: 5px solid #2c8acc;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
/*修改导航菜单*/

.product-center .product-center-menu >li .content{
  position: absolute;
  top: -1px;
  left: 99%;
  /*margin-left: 1px;*/
  width: 970px;
  /*background-repeat: no-repeat;
  background-size: cover;*/
  background-color: #fff;
  border: 1px solid #c2c2c2;
 /* border-top: 1px solid #c2c2c2;
  border-bottom: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;*/
  border-radius: 0 4px 4px 0;
  /*border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;*/
  padding-left: 20px;
  padding-top: 5px;
  padding-bottom: 20px;
  display: none;
  overflow: auto;
  bottom: 0;
}

.nav-column {
  float: left;
  clear: none;
  width: 50%;
  padding: 0 15px;
}
.product-center .product-center-menu >li .content .nav-column .nav-title {
  display: block;
  margin-bottom: 8px;
  margin-top: 15px;
}
.product-center .product-center-menu >li .content .nav-column .nav-title .nav-text {
  font-family: "Noto Sans SC";
  font-size: 20px;
  color: #e7882c;
  line-height: 32px;

}

.product-center .product-center-menu >li .content .nav-column .nav-panel .nav-link {
  margin-bottom: 6px;
}

.product-center .product-center-menu >li .content .nav-column .nav-title .nav-text:hover {
  opacity: 0.6;
}
.product-center .product-center-menu >li .content .nav-column .nav-panel .nav-link .nav-text {
  display: block;
  margin-bottom: 5px;
  font-family: "Noto Sans SC";
  font-size: 24px;
  color: #7e7e7e;
  line-height: 24px;
}
.product-center .product-center-menu >li .content .nav-column .nav-panel .nav-link .nav-text:hover {
  text-decoration: underline;
}
.product-center .product-center-menu >li .content .nav-column .nav-panel .nav-link .nav-subtext {
  display: block;
  font-family: "Noto Sans SC";
  font-size: 15px;
  color: #c3c3c3;
  line-height: 18px;
}
.product-center .product-center-menu >li .content .nav-column .nav-divider {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin: 20px 0 15px;
}
.product-center .product-center-menu >li  .content {

}
.product-center .product-center-menu >li .content .nav-img-bottom {
  position: absolute;
  height: auto;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
.certificate-text {
  height: 52px;
  overflow: hidden;
}
.closebtn {
  position: absolute;
  font-size: 22px;
  color: #000;
  top: 0;
  right: 0;
  font-family: "Microsoft YaHei";
  width: 30px;
  height: 30px;
  background: #fff;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
}
.layui-layer-certificate {
  background: transparent!important;
}
@media screen and (max-width: 1300px) {
  /*修改导航菜单*/
  .product-center .product-center-menu >li .content{
    width: 880px;
  }
}

/*666-新加的样式*/
.wrapper {
  max-width: 100%!important;
}
.page-main .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.work .work-list {
  float: left!important;
}
.page-contact .banner img{
  width: 100%;
}
.container-1050 {
  max-width: 1140px!important;
}
.page-main .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
}
/*666*/
.product-center .product-center-menu >li  .content {
  overflow-y: auto;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
}
.product-center .product-center-menu >li .scroll-bar {
  width: 100%;
  height: auto;
  min-height: 100%;
}



.product-category-desc{
  background-color: #f1f1f1;
  font-size: 20px;
  color: #666;
  line-height: 1.5;
  padding-top: 90px;
  padding-bottom: 90px;
}
.product-pagination{
  text-align: center;
}

.product-container .printer-unit{
  position: relative;
}

.product-container{
  text-align: left;
}
.product-item-compare,
.product-compare-filed{
  text-align: center;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  line-height: 20px;
}
.product-item-compare{
  display: none;
  margin-top: 20px;
  padding-bottom: 5px;
}
.product-item-compare th,.product-item-compare td,
.product-compare-filed th,.product-compare-filed td{
  vertical-align: middle!important;
  padding-top: 5px!important;
  padding-bottom: 5px!important;
  word-break: break-all;
}
.product-item-compare th div,.product-item-compare td div,
.product-compare-filed th div,.product-compare-filed td div{
  display: flex;
  flex-direction: column;
  justify-content: center;

}
@media (max-width:768px) {
  .product-item-compare{
    display: block;
  }
  .product-compare-filed{
    display: none;
  }
}
.product-compare-filed{
  position: relative;
}
.product-compare-filed table{
  margin-top: 20px;
  margin-bottom: 25px;
}
.product-compare-field-header{
  position: absolute;
  width: 180px;
  left: -180px;
  top: 0;
}
.product-compare-field-header .table{
  margin: 0;
  border-right: none!important;
}
.product-compare-field-header .table th{
  background-color: #fafafa;
  text-align: center;
  border-right: none!important;
}
.product-compare-filed-one{
  width: 25%;
  display: block;
  margin: 0 auto;
}

@media (min-width: 1200px){
  .product-container{
    padding-left: 200px!important;
    padding-right: 200px!important;
  }
}
@media (max-width: 1200px) and (min-width: 767.99px){
  .product-compare-field-header{
    width: 130px;
    left: -130px;
  }
  .product-container{
    padding-left: 150px!important;
    padding-right: 150px!important;
  }
}
@media (max-width: 768px){
  .product-container{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }
}


/* 新首页 */
.index-2023 .screen-item-header{
  text-align: center;
  padding: 50px 16px 30px;
}
.index-2023 .screen-item-header h2,
.index-2023 .screen-item-header h3,
.index-2023 .screen-item-header h4{
  color: #000;
  font-size: 40px;
  margin-bottom: 15px;
  font-family: "Agency FB";
}
.index-2023 .screen-item-header p{
  font-family: "Agency FB";
  font-size: 24px;
  color: #516274;
}
.index-2023 .container-fluid{
  padding: 0;
}
.index-2023 .screen-item .item{
  height: 700px;
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.index-2023 .screen-item .row{
  margin-left: 6px;
  margin-right: 6px;
}
.index-2023 .screen-item [class^=col-]{
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}
.index-2023 .screen-item .item video,
.index-2023 .screen-item .item img{
  object-fit: cover;
  width: 100%!important;
  height: 100%!important;
  min-height: 100%;
}

.index-2023 .item-header{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  text-align: center;
  color: #000;
  padding: 60px 16px 0;
}
.index-2023 .item-header-white h2,
.index-2023 .item-header-white h3,
.index-2023 .item-header-white p
{
  color: #fff!important;
}
.index-2023 .item-header h2{
  line-height: 30px;
  word-spacing: 10px;
  margin: 0 0 18px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: "Agency FB";
  font-size: 30px;
}
.index-2023 .item-header .line-2{
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 20px;
  font-family: "Agency FB";
}
.index-2023 .item-header p{
  color: #516274;
  font-family: "Adobe Garamond Pro";
  font-size: 14px;
  line-height: 20px;
  word-spacing: -2px;
  margin: 0;
}
.index-2023 .item-header h3{
  color: #262e39;
  font-family: "Agency FB";
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 30px;
  margin-bottom: 5px;
  margin-top: 10px;
}
.index-2023 .item-header h2+h3{
  color: #494949;
  margin-top: 0;
  line-height: 1.1;
}


.index-2023 .screen-1-full .item,
.index-2023 .screen-1-full-slide .item{
  margin-bottom: 20px;
}

.index-2023 .screen-2-full .item-header{
  padding-top: 70px;
}

.index-2023 .screen-slider-swiper .swiper-slide{
  width: 1200px;
}
.index-2023 .swiper-container > .swiper-pagination-bullets{
  bottom:50px;
}
.index-2023 .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet{
  width: 16px;
  height: 2px;
}
.index-2023 .swiper-button-container{
  width: 1200px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform:translateX(-50%);
  z-index: 999;
}
.index-2023 .swiper-button-container .swiper-button-next{
  right: 30px;
}
.index-2023 .swiper-button-container .swiper-button-prev{
  left: 30px;
}


.index-2023 .screen-4 .item{
  height: 500px;
}
.index-2023 .screen-4 .container{
  padding-left: 0;
  padding-right: 0;
}

.index-2023 .screen-2 .item,
.index-2023 .screen-3 .item{
  height: 590px;
}
.index-2023 .screen-3-more{
  background-color: #eaeaea;
  padding: 80px 0;
}
.index-2023 .screen-3-more .item{
  height: auto;
  padding: 50px;
}
.index-2023 .screen-3-more .item img{
  height: 160px!important;
  object-fit: contain!important;
  width: 100% !important;
  min-height: unset;
}
.index-2023 .screen-3-more .item-header{
  position: static;
  padding-top:30px;
  margin-bottom: 10px;
}
.index-2023 .screen-3-more .item-header h2{
  font-size: 34px;
  line-height: 1.2;
}
.index-2023 .screen-3-more .item-header p{
  color: #000;
  font-size: 20px;
}

.index-2023 .screen-1-full-slide .swiper-button-next{
  right: 30px;
}
.index-2023 .screen-1-full-slide .swiper-button-prev{
  left: 30px;
}
.screen-full-slider-swiper-page-wrapper{
  position: absolute;
  bottom: 86px;
  z-index: 100;
  width: 100%;
  left: 50%;
  transform: translateX(-80%);
  display: flex;
}
.screen-full-slider-swiper-page{
  height: 96px;
}
.screen-full-slider-swiper-page .swiper-slide{
  padding: 6px 40px;
  font-size: 14px;
  cursor: pointer;
  transition: color .15s;
  opacity: .4;
}
.screen-full-slider-swiper-page .swiper-slide:before{
  content: '';
  position: absolute;
  left: 0;
  top:50%;
  margin-top: -8px;
  height: 16px;
  width: 2px;
  opacity: 0;
  background-color: #000;
}
.screen-full-slider-swiper-page .swiper-slide-active{
  opacity: 1;
}
.screen-full-slider-swiper-page .swiper-slide-active:before{
  opacity: 1;
}
.swiper-cnt-white .screen-full-slider-swiper-page .swiper-slide{
  color: #fff;
}

.swiper-cnt-white .screen-full-slider-swiper-page .swiper-slide:before{
  background-color: #fff;
}
.index-2023 .swiper-button{
  transform: scale(.6) !important;
}
.index-2023 .swiper-button-black{
  opacity: .8;
}

@media (max-width: 768px){
  .index-2023 .item-header,
  .index-2023 .screen-2-full .item-header{
    padding-top: 40px;
  }
  .index-2023 .item-header h2{
    font-size: 26px;
    margin-bottom: 15px;
  }
  .index-2023 .item-header h2+p{
    margin-bottom: 15px;
  }
  .index-2023 .item-header h3{
    height: auto;
    line-height: normal;
  }
  .index-2023 .item-header p{
    font-size: 16px;
  }

  .index-2023 .screen-2 .container,
  .index-2023 .screen-3-more .container,
  .index-2023 .screen-3 .container{
    padding-left: 0;
    padding-right: 0;
  }

  .index-2023 .screen-3-more{
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .index-2023 .screen-3-more .item{
    display: flex;
    background-color: transparent;
    height: auto!important;
    align-items: center;
    padding: 16px 0!important;
  }
  .index-2023 .screen-3-more .item img{
    width: 50px!important;
    height: 50px!important;
  }
  .index-2023 .screen-3-more .item .item-header{
    padding-top: 0;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 5px;
  }
  .index-2023 .screen-3-more .item h2{
    margin-bottom: 0;
    font-size: 28px;
  }
  .index-2023 .screen-3-more .item h2:after{
    content: '>';
    margin-left: 15px;
    font-size: 30px;
  }
  .index-2023 .screen-3-more .item p{
    display: none;
  }
  .index-2023 .screen-3-more [class^=col-]{
    margin-bottom: 0!important;
  }
}

@media (max-width: 1200px){
  .index-2023 .swiper-button-container,
  .index-2023 .screen-slider-swiper .swiper-slide{
    width: 100%;
  }
}
@media (min-width: 1619.99px){
  .index-2023 .screen-4 .container {
    width: 1600px;
  }
}
@media (max-width: 1620px){
  .index-2023 .screen-4 .container {
    width: 100%;
  }
}

@media (max-width: 991.99px){
  .index-2023 .screen-item .row{
    margin-left: 0;
    margin-right: 0;
  }
  .index-2023 .screen-item [class^=col-]{
    padding-left: 0;
    padding-right: 0;
  }
  .index-2023 .screen-3-more [class^=col-]{
    padding-left: 10px;
    padding-right: 10px;
  }
  .index-2023 .screen-3-more .item{
    height: auto;
    padding: 20px;
  }
  .screen-full-slider-swiper-page-wrapper{
    left: 50px;
    transform: translateX(0);
  }
}
@media (max-width: 768px){
  .screen-full-slider-swiper-page-wrapper{
    z-index: 0;
    opacity: 0;
  }
  .screen-full-slider-swiper{
    z-index: 2;
  }
  .page-main.index-2023{
    margin-top: 48px;
  }
  .index-2023 .screen-item-header{
    padding: 30px 10px 20px;
  }
  .index-2023 .screen-item-header h3{
    margin-bottom: 10px;
    font-size: 32px;
  }
  .index-2023 .screen-item-header p{
    font-size: 20px;
  }
  .index-2023 .screen-3 .row{
    margin-left: 20px;
    margin-right: 20px;
  }
  .index-2023 .screen-item [class^=col-]{
    margin-bottom: 8px;
  }

  .index-2023 .screen-1-full .item,
  .index-2023 .screen-1-full-slide .item{
    margin-bottom: 8px;
  }
  .index-2023 .screen-item .item{
    height: 600px;
  }

  .index-2023 .swiper-container > .swiper-pagination-bullets{
    bottom: 20px;
  }
  .index-2023 .swiper-button-next,.index-2023 .swiper-button-prev:hover{
    background-color: transparent!important;
  }
}

.index-printer-title h2{
  font-family: "Agency FB";
}
.index-2023 .screen-slide{
  margin-bottom: 20px;
}
@media (max-width: 768px){
  .index-2023 .screen-slide{
    margin-bottom: 8px;
  }
}

.index-2023 .screen-3-shoot .item{
  height: 280px;
}
@media (max-width: 768px) {
  .index-2023 .screen-3-shoot .container {
    padding-left: 0;
    padding-right: 0;
  }
  .index-2023 .screen-3-shoot [class^=col-]{
    margin-bottom: 0;
  }
  .index-2023 .screen-3-shoot{
    margin-bottom: 8px;
  }
  .index-2023 .screen-3 .item{
    height: 300px;
    overflow: hidden;
  }
}

.index-2023 .screen-3-more .row{
  display: flex;
}
.index-2023 .screen-3-more .row>div{
  align-items: stretch;
}
.index-2023 .screen-3-more .item{
  height: 100%;
}
@media (max-width: 768px) {
  .index-2023 .screen-3-more .row{
    display: block;
  }
}

.index-2023 .screen-item .item-more{
  font-size: 20px;
  margin-top: 26px;
  font-family: "Agency FB";
  color: #000;
}
.index-2023 .screen-item .item-more span{
  margin: 0 10px;
}
.index-2023 .screen-item .item-more span:first-child{
  margin-left: 0;
}
.index-2023 .screen-item .item-more span:last-child{
  margin-right: 0;
}
.index-2023 .screen-item .item-more span i{
  font-style: normal;
  margin-left: 5px;
}
.index-2023 .screen-3-shoot .item-header h2+.item-more{
  margin-top: 15px;
}
.index-2023 .screen-3-shoot .item-header-no-title{
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  padding-bottom: 0;
  text-align: center;
}
@media (max-width: 768px) {
  .index-2023 .screen-3-shoot .item-more{
    font-size: 24px;
  }
}

.index-2023 .screen-item .item-more span{
  letter-spacing: 1.5px;
}

.product-container .printer-unit-4,
.product-container .printer-unit-3,
.product-container .printer-unit-2,
.product-container .printer-unit-1{
  clear: both;
}
.product-container .btn{
  font-family: "Agency FB";
  letter-spacing: 1px;
  display: inline-block;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 1.2;
}
.product-container .product-item-compare .btn{
  min-width: 115px;
}
@media (min-width: 991.98px) {
  .product-container .btn{
    min-width: 115px;
  }
}
.product-compare-filed table{
  margin-bottom: 20px;
}
@media (max-width: 768px){
  .product-compare-filed+.row{
    display: none;
  }
  .product-compare-filed-one{
    display: none;
  }
}

/*20231129*/
.index-2023 .screen-item .item-more{
  padding-right: 10px;
}
.index-2023 .screen-item .item-more span{
  margin: 0 15px;
  display: inline-block;
  position: relative;
}
.index-2023 .screen-item .item-more span:after,
.index-2023 .screen-3-more .item-header p:after{
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
}
.index-2023 .screen-item .item-more span i,
.index-2023 .screen-3-more .item-header p span{
  position: absolute;
  left: 5px;
  top: 50%;
  margin-left: 100%;
  transform: translateY(-50%);
}
.index-2023 .screen-item .item-more span:hover:after,
.index-2023 .screen-3-more .item-header p:hover:after{
  background-color: #333;
}
.index-2023 .screen-3-more .item-header p{
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.index-2023 .screen-3 .item{
  overflow: hidden;
}
.index-2023 .screen-3 .item img{
  transition: all .6s ease;
}
.index-2023 .screen-3 .item:hover img{
  transform: scale(1.1);
}

.index-2023 .screen-3-more{
  padding: 88px 0 67px;
}
.index-2023 .screen-3-more .item-header h2{
  line-height: 1;
  margin-bottom: 25px;
}
.index-2023 .screen-3-more .item-header p{
  line-height: 1;
}
.index-2023 .screen-3-more .item-header{
  padding-top: 25px;
  margin-bottom: 0;
}
.index-2023 .screen-3-more .item{
  height: 180px;
  padding: 0;
}
.index-2023 .screen-3-more .item img{
  height: 75px!important;
  width: 75px;
}
@media (max-width: 768px){
  .index-2023 .screen-3-more{
    padding: 28px 32px;
  }
  .index-2023 .screen-3-more .item{
    padding-left: 7px!important;
    padding-right: 7px!important;
  }
  .index-2023 .screen-3-more .item-header h2{
    margin-bottom: 0;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .index-2023 .screen-3-more .item h2:after{
    font-size: 24px;
  }
  .index-2023 .screen-3-more .item p {
    display: none!important;
  }
  .index-2023 .screen-3-more .item img{
    height: 40px!important;
    width: 40px!important;
  }
  .index-2023 .screen-3-more .item .item-header{
    margin-left: 24px;
  }
}

.index-2023 .screen-item-header{
  padding-top: 80px;
  padding-left: 24px;
  padding-right: 24px;
}
.index-2023 .screen-item-header h2,
.index-2023 .screen-item-header h3,
.index-2023 .screen-item-header h4{
  margin-bottom: 12px;
  line-height: 1;
}
.index-2023 .screen-item-header h2 +p,
.index-2023 .screen-item-header h3 +p,
.index-2023 .screen-item-header h4 +p{
  margin-top: 26px;
  font-size: 18px;
}
.index-2023 .screen-item-header p{
  margin-bottom: 12px;
}

.index-2023 .screen-3-shoot .container,
.index-2023 .screen-3-shoot [class^=col-],
.index-2023 .screen-3-more .container,
.index-2023 .screen-3-more [class^=col-],
.index-2023 .screen-3 .container,
.index-2023 .screen-3 [class^=col-]{
  padding-left: 9px;
  padding-right: 9px;
}
.index-2023 .screen-3-more .row,
.index-2023 .screen-3-shoot .row,
.index-2023 .screen-3 .row{
  margin-left: -9px;
  margin-right: -9px;
}

.index-2023 .screen-4 .item:before,
.index-2023 .screen-3-shoot .item:before,
.index-2023 .screen-3 .item:before{
  content: '';
  display: block;
}
.index-2023 .screen-4 .item img,
.index-2023 .screen-3-shoot .item img,
.index-2023 .screen-3 .item img{
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
}
.index-2023 .screen-4 .item,
.index-2023 .screen-3-shoot .item,
.index-2023 .screen-3 .item{
  height: auto;
}
.index-2023 .screen-3-shoot .item:before{
  padding-bottom: 100%;
}
.index-2023 .screen-3 .item:before{
  padding-bottom: 131.958%;
}
.index-2023 .screen-4 .item:before{
  padding-bottom: 123.333%;
}
.index-2023 .screen-4.screen-no-title .item:before{
  padding-bottom: 100%;
}

.index-2023 .screen-4 .container{
  width: 100%;
}
.index-2023 .screen-4 .row{
  margin-right: 6px;
  margin-left: 6px;
}

.index-2023 .screen-4.screen-no-title{
  margin-top: 20px;
}
@media (min-width: 1250px){
  .index-2023 .screen-3-shoot .container{
    width: 100%;
    padding-left: 34px;
    padding-right: 34px;
  }
  .index-2023 .screen-3-more .container,
  .index-2023 .screen-3 .container{
    width: 1218px;
  }
}
@media (min-width: 1850px){
  .index-2023 .screen-3-shoot .container{
    width: 1830px;
  }
}
/*@media (min-width: 2078px){
  .index-2023 .screen-4 .container{
    width: 2048px;
  }
}*/
@media (max-width: 767.98px){
  .index-2023 .screen-item-header h2,
  .index-2023 .screen-item-header h3,
  .index-2023 .screen-item-header h4{
    font-size: 28px;
  }
  .index-2023 .screen-item-header h2 +p,
  .index-2023 .screen-item-header h3 +p,
  .index-2023 .screen-item-header h4 +p{
    margin-top: 16px;
    font-size: 16px;
  }
  .index-2023 .screen-item-header{
    padding-top: 38px;
  }

  .index-2023 .screen-4.screen-no-title{
    margin-top: 8px;
  }
  .index-2023 .screen-3-shoot .container,
  .index-2023 .screen-3-shoot [class^=col-],
  .index-2023 .screen-3-more .container,
  .index-2023 .screen-3-more [class^=col-],
  .index-2023 .screen-3 .container,
  .index-2023 .screen-3 [class^=col-]{
    padding-right: 0;
    padding-left: 0;
  }
  .index-2023 .screen-3-more{
    margin-top: 0;
  }
  .index-2023 .screen-4 .row{
    margin-right: 0;
    margin-left: 0;
  }
}
.index-2023 .item-header-white .item-more span:hover:after,
.index-2023 .item-header-white .item-header p:hover:after{
  background-color: #fff;
}

@media (min-width: 767.98px){
  .index-2023 .screen-2-full .container-fluid{
    /*padding-left: 14px;
    padding-right: 14px;*/
  }
}
@media (max-width: 992px){
  .index-2023 .screen-3 .item:before{
    padding-bottom: 100%;
  }
}

.index-2023 .screen-3-more .item-header p{
  letter-spacing: 1.5px;
  font-family: "Agency FB";
  word-spacing: 0;
}
.index-2023 .screen-slide .swiper-button-next,
.index-2023 .screen-slide .swiper-button-prev,
.index-2023 .screen-1-full-slide .swiper-button-next,
.index-2023 .screen-1-full-slide .swiper-button-prev{
  height: 106px;
  width: 52px;
  transform: scale(1) translateY(-50%)!important;
  background-image: none;
  transition: background-color .4s;
}
.index-2023 .screen-slide .swiper-button-next,
.index-2023 .screen-slide .swiper-button-prev{
  height: 52px;
  border-radius: 26px;
}
.index-2023 .screen-1-full-slide .swiper-button-next{
  right: 0;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  padding-left: 3px;
}
.index-2023 .screen-1-full-slide .swiper-button-prev{
  left: 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-right: 3px;
}
.index-2023 .screen-slide .swiper-button-next:after,
.index-2023 .screen-slide .swiper-button-prev:after,
.index-2023 .screen-1-full-slide .swiper-button-next:after,
.index-2023 .screen-1-full-slide .swiper-button-prev:after{
  transform: scale(.45);
  font-weight: bold;
}
.index-2023 .screen-slide .swiper-button-next.swiper-button-black:hover,
.index-2023 .screen-slide .swiper-button-prev.swiper-button-black:hover,
.index-2023 .screen-1-full-slide .swiper-button-next.swiper-button-black:hover,
.index-2023 .screen-1-full-slide .swiper-button-prev.swiper-button-black:hover{
  /*background-color: rgba(255,255,255,.7);*/
  background-color: rgba(0,0,0,.5);
}
.index-2023 .screen-slide .swiper-button-next.swiper-button-white:hover,
.index-2023 .screen-slide .swiper-button-prev.swiper-button-white:hover,
.index-2023 .screen-1-full-slide .swiper-button-next.swiper-button-white:hover,
.index-2023 .screen-1-full-slide .swiper-button-prev.swiper-button-white:hover{
  background-color: rgba(0,0,0,.7);
}

/* 2025-02-13 */
.lang-menu{
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-footer .lang-menu{
  display: none;
}
.lang-menu >*{
  margin-left: 7px;
  margin-right: 7px;
}
.lang-menu a{
  text-decoration:underline;
  color: #555555;
}
.lang-menu .lang-icon{
  width: 22px;
  height: 22px;
  display: block;
}
@media (min-width: 767.98px){
  .lan-cover .lang-menu{
    width: auto;
    padding-right: 10px;
  }
  .lan-cover .lang-menu a{
    line-height: 41px;
  }
}
