@charset "utf-8";

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
button,
a,
i {
  padding: 0;
  margin: 0;
  font-size: 100%;
  box-sizing: border-box;
}

ul,
li,
dl,
dt,
ol,
u,
dd {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i,
s,
a {
  font-style: normal;
  text-decoration: none;
}

label input {
  vertical-align: middle, outline: none;
}

a {
  text-decoration: none;
  color: #666;
}

a:hover {
  color: #f00;
  text-decoration: none;
}

a.hidefocus {
  outline: none
}

body {
  font: 12px/1.5 "微软雅黑", Arial, Helvetica, sans-serif;
  color: black;
  background: #f5f5f5;
}

img {
  border: 0;
  vertical-align: middle;
}

.clear {
  clear: both;
  line-height: 0;
  height: 0
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "."
}

*html .clearfix {
  height: 1%
}

*+html .clearfix {
  height: 1%
}

.orange {
  color: #ee7a29;
}

.green {
  color: #0da056;
}

.gray {
  color: #999;
}

.blue {
  color: #06f;
}

.red {
  color: #f66;
}

.c1 {
  color: #023CC4;
}

.container {
  padding: 0px;
}

.blocks-xxl-4>.block,
.blocks-xxl-4>li {
  width: 25%
}

.blocks-xxl-5>.block,
.blocks-xxl-5>li {
  width: 20%
}

.font-szie-16 {
  font-size: 16px;
}

.flex,
.slick-track {
  display: flex;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.card {
  margin-bottom: 2.143rem;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.card>.card-title {
  padding: 12px 20px;
}

.card-shadow {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.p-r-15 {
  padding-right: 15px !important;
}

.cover-image {
  width: 100%;
}

.ads-image {
  width: 100%;
}

.title-icon {
  width: 100px;
  height: 4px;
  margin: 6px auto;
  background: #000;
}

.case_box {
  padding: 20px 0 10px 0;
}

/* 菜单 */
.nav_box_bg {
  width: 100%;
  height: 100px;
  background: #fff;
  position: absolute;
  left: 0px;
  z-index: 996;
  box-shadow: 0px 5px 15px #000;
}

.nav_box_bg .navbar-collapse {
  padding: 0px;
}

.nav_box_bg .container {
  position: relative;
}

.nav_box_bg .container .logo {
  width: 200px;
  height: 100px;
  float: left;
}

.nav_box_bg .container .logo a {
  width: 155px;
  height: 100px;
  display: block;
  background: url(../images/logo.png) no-repeat left center;
  margin-right: 60px;
  
}

.nav_box_bg .container .logo a.a_en {
  background: url(../images/logo_en.png) no-repeat left center;
  margin-left: 116px;
}

/*中英文切换按钮*/
.nav_box_bg .container .languages {
  width: 155px;
  height: 100px;
  display: block;
  float: right;
}

.nav_box_bg .container .languages ul {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}

.nav_box_bg .container .languages ul li {
  font-size: 16px;
  color: #000;
}




/* 底部 */
.footer_warp {
  width: 100%;
  height: auto;
  display: table;
  background: #1f2122;
  padding-top: 40px;
}

.footer_warp .help_li_box {
  width: 100%;
  height: auto;
  display: flex;
  padding-bottom: 20px;
  justify-content: center;
}

.footer_warp .help_li_box .footer_logo {
  float: left;
}

.footer_warp .help_li_box .footer_logo a {
  width: 100%;
  height: 30px;
  display: block;
  overflow: hidden;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.footer_warp .help_li_box .lian_xi {
  display: flex;
  flex-direction: column;
  width: 290px;
  height: 150px;
  justify-content: space-around;
}

.footer_warp .help_li_box .lian_xi span {
  color: #949495
}

.footer_warp .help_li_box ul {
  width: 130px;
  flex-direction: column;
  height: auto;
  display: flex;
}

.footer_warp .help_li_box ul b {
  width: 100%;
  height: 40px;
  font-size: 18px;
  color: #fff;
  display: block;
}

.footer_warp .help_li_box ul li {
  width: 100%;
  /* height: 28px; */
}

.footer_warp .help_li_box ul li a {
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #949495;
}

.footer_warp .help_li_box ul li a:hover {
  color: #f00;
}

.footer_warp .help_li_box .code_box {
  width: 151px;
  height: auto;
  display: table;
  float: right;
}

.footer_warp .help_li_box .code_box p {
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #949495;
  font-size: 14px;
  text-align: center;
}

.footer_warp .footer_box {
  width: 100%;
  height: 50px;
  line-height: 22px;
  border-top: 1px solid #fff;
  color: #fff;
  text-align: center;
}

.footer_warp .footer_box .company,
.footer_warp .footer_box span,
.footer_warp .footer_box .icp {
  display: block;
  float: left;
  color: #fff;
}

.footer_warp .footer_box span {
  padding-left: 15px;
}

.footer_warp .footer_box .icp {
  padding-left: 15px;
}

.footer_warp .footer_box a {
  color: #fff;
}

.footer_warp .footer_box a:hover {
  color: #f00;
}

/* 右侧浮动BAR */
.bsk_rightBar {
  width: 50px;
  position: fixed;
  right: 50%;
  bottom: 160px;
  margin-right: -680px;
  margin-top: 0px;
  z-index: 999
}

.bsk_rightBar .link_a {
  display: block;
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #424242;
  margin: 1px 0 0 0;
  position: relative;
  left: 0;
  top: 0;
  transition: all linear .2s
}

.bsk_rightBar .link_a .img {
  display: block
}

.bsk_rightBar .link_a .lChi {
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 50px;
  position: absolute;
  right: 49px;
  top: 0;
  padding: 0 20px 0 0;
  overflow: hidden;
  transition: all linear .2s
}

.bsk_rightBar .link_a .lChi .ar {
  display: block;
  position: absolute;
  right: 10px;
  top: 15px
}

.bsk_rightBar .link_a .lChi .txt {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #fff;
  padding: 0 20px;
  white-space: nowrap;
  border-radius: 4px;
  background: url(../images/optBg.png) repeat;
}

.bsk_rightBar .link_a:hover {
  background: url(../images/hoverRtBarBg.jpg) repeat-y;
}

.bsk_rightBar .link_a:hover .lChi {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.bsk_rightBar .link_a:hover .wxgzh,
.bsk_rightBar .link_a:hover .chis {
  display: block
}

.bsk_rightBar .first {
  cursor: default;
}



.bsk_rightBar .wxgzh {
  display: none;
  position: absolute;
  top: -11px;
  left: -192px;
  width: 188px;
  height: 258px;
  background: url(../images/gzhEwm.png) no-repeat 0 0
}

.bsk_rightBar .chis {
  display: none;
  padding: 0 25px 0 0;
  width: 378px;
  position: absolute;
  left: -370px;
  top: -50px
}

.bsk_rightBar .chis .ars {
  display: block;
  width: 12px;
  height: 22px;
  background: url(../images/arrIc.png) no-repeat 0 0;
  position: absolute;
  right: 14px;
  top: 70px;
  z-index: 2
}

.bsk_rightBar .cIns {
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 16px #dcdbdb;
  padding: 18px 0
}

.bsk_rightBar .csIn {
  width: 326px;
  margin: 0 auto;
  position: relative;
  left: 0;
  top: 0;
}

.bsk_rightBar .csIn .tt {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: bold;
  clear: both;
}

.bsk_rightBar .csIn .rowx {
  width: 160px;
  height: 48px;
  border-bottom: 1px dotted #eee;
  text-align: left;
  font-size: 0;
  float: left;
}

.bsk_rightBar .csIn .rowx .lt {
  display: block;
  float: left;
  zoom: 1;
  line-height: 48px;
  font-size: 14px;
  color: #666;
  width: 66px;
  text-align: left
}

.bsk_rightBar .csIn .rowx .qq_box_s {
  display: block;
  float: left;
  padding-top: 13px;
}

.bsk_rightBar .csIn .colv {
  width: 326px;
  height: auto;
  display: table;
}

.bsk_rightBar .csIn .austin {
  margin-top: 20px;
}

.list_banner {
  width: 100%;
  height: 606px;
  background: url(../../pic/product_banner.png) no-repeat center top;
  background-size: contain;
}
.list_banner.product_en  {
  background: url(../../pic/product_banner_en.png) no-repeat center top;
}
.list_banner.case_ch {
  background: url(../../pic/case_banner.png) no-repeat center top;
}
.list_banner.case_en  {
  background: url(../../pic/case_banner_en.png) no-repeat center top;
}
.list_banner.about_ch {
  background: url(../../pic/about_banner.png) no-repeat center top;
}
.list_banner.about_en  {
  background: url(../../pic/about_banner_en.png) no-repeat center top;
}
.list_banner.join_ch {
  background: url(../../pic/join_banner.png) no-repeat center top;
}
.list_banner.join_en  {
  background: url(../../pic/join_banner_en.png) no-repeat center top;
}
.list_banner.job_ch {
  background: url(../../pic/con_banner.png) no-repeat center top;
}
.list_banner.job_en  {
  background: url(../../pic/con_banner_en.png) no-repeat center top;
}



/*通用图片动画样式*/
.pic-img {
  position: relative;
  display: inline-block;
}

.pic-img a:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-top: 1px solid rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(0, 1);
}

.pic-img a:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  z-index: 9;
  border-left: 1px solid rgba(255, 255, 255, 0.8);
  border-right: 1px solid rgba(255, 255, 255, 0.8);
  transform: scale(1, 0);
}

.pic-img a:hover:before,
.pic-img a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

/*通用A链接图片动画样式*/
.aimg {
  position: relative;
  display: inline-block;
}

.aimg a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  border-top: 2px solid #ffa800;
  border-bottom: 2px solid #ffa800;
  transform: scale(0, 1);
}

.aimg a:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 9;
  border-left: 2px solid #ffa800;
  border-right: 2px solid #ffa800;
  transform: scale(1, 0);
}

.aimg a:hover:before,
.aimg a:hover:after {
  transform: scale(1);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
@media (max-width:1024px) {

}
@media (max-width:1200px) {
  .nav_box_bg {
    width: 100%;
    height: 90px;
    left: 0px;
    top: 0px;
    z-index: 996;
    box-shadow: 0px 5px 15px #002981;
  }

  .nav_box_bg .container {
    display: flex;
    position: relative;
  }

  .nav_box_bg .container .logo {
    width: 151px;
    height: 90px;
  }

  .nav_box_bg .container .logo a {
    width: 151px;
    height: 90px;
    display: block;
    background: url(../images/logo.png) no-repeat left center;
    margin-right: 60px;
    margin-left: 20px;
  }
  .nav_box_bg .container .logo a.a_en {
    
    margin-left: 20px;
  }

  .nav_box_bg .container .languages {
    display: none;
  }

  #cssmenu {
    display: flex;
    position: fixed;
    align-items: flex-end;
    padding-right: 25px;
    margin-left: 0;
    flex-direction: column;
    text-align: left;
    width: 60%;
    top: 0;
    right: 0;

  }

  #cssmenu #menu-button {
    padding: 20px 25px 10px 0px;
  }

  #cssmenu ul li a {
    line-height: 25px;

  }

  #cssmenu ul li {
    padding: 30px 0 30px 30px;

  }

  #cssmenu>ul>li:before {
    display: none;
  }

  .nav_box_bg .container .languages ul li {
    font-size: 12px;
  }

  .card>.card-title {
    padding: 20px 0;
  }

  #cssmenu ul li:last-child {
    display: block;
  }

  .footer_warp .help_li_box {
    padding-bottom: 20px;
    padding-left: 20px;
    justify-content: center;
    flex-direction: column;
  }
  .footer_warp .help_li_box ul b {
    font-size: 14px;
  }
  .list_banner {
    height: 20rem;
    margin-top: 90px;
    background-image: url(../../pic/phone/product_phone.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .list_banner.product_en  {
    background: url(../../pic/phone/product_phone_en.png) no-repeat center top;
    background-size: 100% 100%;  
  }
  .list_banner.case_ch {
    background: url(../../pic/phone/case_phone.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.case_en  {
    background: url(../../pic/phone/case_phone_en.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.about_ch {
    background: url(../../pic/phone/about_phone.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.about_en  {
    background: url(../../pic/phone/about_phone_en.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.join_ch {
    background: url(../../pic/phone/join_phone.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.join_en  {
    background: url(../../pic/phone/join_phone_en.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.job_ch {
    background: url(../../pic/phone/job_phone.png) no-repeat center top;
    background-size: 100% 100%;
  }
  .list_banner.job_en  {
    background: url(../../pic/phone/job_phone_en.png) no-repeat center top;
    background-size: 100% 100%;
  }
}





@media (min-width:500px) {
  #cssmenu ul li:last-child {
    display: none;
  }
}