/*
共享css，即本css文件中定义的样式在其它css文件中可以直接引用
@date 20171207
@author guob
*/
/*
系统通用的css，包括：全局样式，layout样式，右边浮动区样式等

@date 20171207
@author guob
*/
/**
 * 用于存放一些公共控件样式
 * @author guob
 * @date 20171207
 */
/*******************************************全局开始***********************************************************/
body {
  padding: 0px;
  margin: 0px;
  font-size: 14px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: MicrosoftYaHeiLight, MicrosoftYaHei, -apple-system, BlinkMacSystemFont, "SF Pro SC", "SF Pro Text", "Helvetica Neue", Helvetica, "PingFang SC", "Segoe UI", Roboto, "Hiragino Sans GB", 'arial', 'microsoft yahei ui', "Microsoft YaHei", SimSun, sans-serif;
}
a {
  text-decoration: none;
  outline: none;
  color: inherit;
}
div,
span,
img,
ul,
li,
a {
  padding: 0px;
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
span {
  display: inline-block;
}
/********************************************全局结束******************************************************/
/********************************************按钮控件******************************************************/
.cm-button {
  cursor: pointer;
  text-align: center;
}
.cm-button-blue {
  background-color: #128BFF;
}
.cm-button-border {
  border: 2px solid #128BFF;
  color: #128BFF;
}
.cm-button-border:hover {
  color: white;
  background-color: #128BFF;
}
/********************************************按钮控件结束******************************************************/
/*********************************************横幅控件******************************************************/
.cm-bannerbar {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  z-index: 99;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(7%, rgba(0, 0, 0, 0)), color-stop(68%, rgba(0, 0, 0, 0.55)), to(#000000));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.55) 68%, #000000 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 7%, rgba(0, 0, 0, 0.55) 68%, #000000 100%);
}
.cm-banner-item {
  display: none;
}
.cm-bannerbar-li {
  position: relative;
  background: #FFF;
  width: 30px;
  height: 3px;
  opacity: 0.4;
  filter: alpha(opacity=40);
  margin: 0px 10px;
  cursor: pointer;
  top: 30px;
}
.cm-bannerbar-li::after {
  content: '';
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -9px;
  left: 0;
}
.cm-bannerbar-current {
  opacity: 0.8;
}
.cm-banner-radio {
  display: none;
}
.cm-banner-radio:checked + .cm-bannerbar-li {
  opacity: 0.8;
}
.cm-banner-radio:checked + .cm-banner-item {
  display: block;
}
.cm-banner2 {
  position: relative;
  width: 100%;
  height: 380px;
}
.cm-banner2-content {
  position: relative;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 60px;
  width: 1180px;
  height: 380px;
  margin: 0 auto;
}
.cm-banner2-item {
  width: 100%;
  height: 100%;
  display: block;
}
.cm-banner2-item-text {
  width: 100%;
  color: white;
}
.cm-banner2-item-text1 {
  width: 100%;
  font-size: 27px;
  margin-bottom: 25px;
}
.cm-banner2-item-text2 {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
.cm-banner2-item-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
/*********************************************横幅控件结束******************************************************/
/*********************************************MaskSlide控件******************************************************/
.cm-maskslide-item {
  width: 25%;
  max-width: 280px;
  max-height: 420px;
  -webkit-transition: margin 0.5s;
  -o-transition: margin 0.5s;
  transition: margin 0.5s;
  margin-top: 20px;
  padding: 10px;
}
.cm-maskslide-item:hover {
  margin-top: 0px;
}
.cm-maskslide-sidea,
.cm-maskslide-sideb {
  display: block;
  max-width: 260px;
  height: 300px;
  margin: 0 auto;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-maskslide-sidea {
  position: relative;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 22px;
  overflow: hidden;
}
.cm-maskslide-bigimg {
  position: relative;
  width: 100%;
  height: 100%;
}
.cm-maskslide-sideb {
  opacity: 0.95;
  font-size: 20px;
  color: #363C3D;
  letter-spacing: 0;
  line-height: 32px;
  background: #FFFFFF;
  position: relative;
  display: none;
}
.cm-maskslide-detail {
  width: 232px;
  margin: 0 auto;
  font-size: 18px;
  color: #363C3D;
  line-height: 32px;
  text-align: left;
  padding: 0px 10px 0px 20px;
}
.cm-maskslide-link {
  float: right;
  display: none;
}
.cm-maskslide-quotestart,
.cm-maskslide-quoteend {
  width: 232px;
  margin: 0 auto;
  font-size: 64px;
  height: 60px;
  line-height: 60px;
  color: #313131;
}
.cm-maskslide-quotestart {
  padding-top: 30px;
  text-align: left;
  padding-bottom: 20px;
  background: url(/images/index/quote1.png) bottom left no-repeat;
}
.cm-maskslide-quoteend {
  text-align: right;
  background: url(/images/index/quote2.png) top right no-repeat;
}
.cm-maskslide-btn {
  position: absolute;
  bottom: 20px;
  left: 25px;
  width: 116px;
  height: 40px;
  line-height: 40px;
  color: white;
  font-size: 16px;
}
.cm-maskslide-item:hover .cm-maskslide-sidea {
  display: none;
}
.cm-maskslide-item:hover .cm-maskslide-sideb {
  display: block;
}
.cm-maskslide-desc {
  position: absolute;
  width: 100%;
  bottom: 0px;
  padding: 30px 20px 20px 20px;
  text-align: left;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0)), color-stop(23%, rgba(0, 0, 0, 0.52)), color-stop(42%, rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.81)));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.52) 23%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.81) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.52) 23%, rgba(0, 0, 0, 0.68) 42%, rgba(0, 0, 0, 0.81) 100%);
}
.cm-maskslide-bottom {
  max-width: 260px;
  max-height: 80px;
  line-height: 80px;
  background-color: white;
  font-size: 24px;
  color: #1F1F1F;
  text-align: left;
  margin: 0 auto;
}
.cm-maskslide-smallimg {
  width: 60px;
  height: 60px;
  margin: 0px 10px 0px 20px;
  display: inline-block;
  vertical-align: middle;
}
/*********************************************MaskSlide控件结束******************************************************/
.cm-slidebar {
  height: 20px;
  z-index: 99;
  margin: 0 auto;
}
.cm-slidebar-label {
  display: inline-block;
}
.cm-slidebar-li {
  position: relative;
  background: #D8D8D8;
  width: 10px;
  height: 10px;
  margin: 0px 10px;
  cursor: pointer;
  border-radius: 50%;
}
.cm-slidebar-radio {
  width: 0px;
  height: 0px;
  visibility: hidden;
  display: none;
}
.cm-slidebar-radio:checked + .cm-slidebar-li {
  background: #128BFF;
}
.cm-list {
  width: 1180px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cm-list-info {
  position: relative;
  width: 33.33%;
  padding: 10px;
  max-height: 2000px;
}
.cm-list-info-item {
  width: 100%;
  height: 100%;
  text-align: center;
  border-top: none;
}
.cm-list-info-border {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid #DAE4EC;
}
.cm-list-title {
  font-size: 16px;
  color: #FFFFFF;
  background: #1E3952;
  height: 50px;
  line-height: 50px;
}
.cm-list-items {
  padding: 30px 7%;
}
.cm-list-text {
  position: relative;
  font-size: 14px;
  color: #111111;
  letter-spacing: 0;
  line-height: 29px;
  text-align: left;
}
.cm-list-text-square {
  width: 8px;
  height: 8px;
  background-color: #D7D7D7;
  margin-right: 6px;
  margin-bottom: 2px;
}
.ie9 .cm-list-info-item {
  height: auto;
}
@media (max-width: 1279px) {
  .cm-list {
    width: 100%;
    padding: 0px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 640px) {
  .cm-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .cm-list-info {
    width: 100%;
  }
  .cm-list-info-item {
    height: auto;
  }
  .cm-list-items {
    padding: 15px;
  }
  .cm-list-text {
    padding-left: 0px;
  }
}
@media (max-width: 480px) {
  .cm-list-title {
    font-size: 14px;
  }
  .cm-list-text {
    font-size: 12px;
  }
  .cm-list-text-square {
    margin-bottom: 0px;
  }
}
/********************************************头部开始******************************************************/
.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  color: #fff;
  background-color: rgba(41, 45, 56, 0.4);
  z-index: 98;
}
.header-container {
  width: 1180px;
  height: 60px;
  margin: 0 auto;
  padding: 0px 270px 0px 190px;
  white-space: nowrap;
}
.header-contact {
  height: 60px;
  line-height: 60px;
}
.logo-link {
  position: absolute;
  width: 190px;
  height: 60px;
  line-height: 60px;
  padding-left: 60px;
  font-size: 22px;
  color: #FFFFFF;
  display: inline-block;
  margin-left: -190px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.logo-link:before {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 5px;
  left: 0px;
  content: url(/images/logo.png);
}
.header-center {
  display: inline-block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  vertical-align: top;
}
.header-menus {
  max-width: 440px;
  height: 100%;
  padding: 0px;
  white-space: nowrap;
}
.header-menu-checked {
  display: none;
}
.header-menuitem {
  position: relative;
  height: 100%;
  width: 20%;
  padding: 0;
  line-height: 60px;
  text-align: center;
}
.header-menuitem:hover > a::after {
  content: '';
  display: block;
  margin-top: -3px;
  margin-left: -10px;
  padding: 0 10px;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#00A1FF), to(#0B62FF));
  background-image: -o-linear-gradient(right, #00A1FF, #0B62FF);
  background-image: linear-gradient(to left, #00A1FF, #0B62FF);
  background-repeat: repeat;
}
.header-menuitem > a {
  color: white;
  display: inline-block;
}
.header-floatmenus {
  position: absolute;
  top: 60px;
  list-style: none;
  min-width: 120px;
  -webkit-transition: max-height 0.1s linear 0s;
  -o-transition: max-height 0.1s linear 0s;
  transition: max-height 0.1s linear 0s;
  max-height: 0px;
  background-color: #131C26;
  color: white;
  overflow: hidden;
  z-index: 1001;
  opacity: 0.98;
}
#headerproduct > .header-floatmenus {
  left: -15px;
}
#headersolution1 > .header-floatmenus {
  left: -30px;
}
#headercompany > .header-floatmenus {
  left: -20px;
}
.header-floatmenuitem {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 40px;
  white-space: nowrap;
  height: 72px;
  text-align: left;
}
.header-floatmenuitem-title {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 23px;
}
.header-floatmenuitem-desc {
  font-size: 12px;
  color: #8590A4;
  letter-spacing: 0;
  line-height: 23px;
}
.header-floatmenuitem:hover {
  background-color: #303B44;
}
.header-menuitem:hover > .header-floatmenus {
  padding: 10px 0px;
  max-height: 328px;
}
.header-menus-close,
.header-menus-btn {
  position: absolute;
  top: 0px;
  right: 20px;
  height: 60px;
  line-height: 60px;
  width: 24px;
  cursor: pointer;
}
.header-menus-btn {
  background: url(../images/menu.png) center center no-repeat;
  display: none;
}
.header-menus-close {
  right: 20px;
  background: url(../images/close.png) center center no-repeat;
}
.header-menus-checkbox {
  display: none;
}
.mobilemenus {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #131C26;
  color: white;
  display: none;
  overflow: auto;
  z-index: 1001;
  padding-top: 60px;
}
.mobilemenus-header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  padding: 0px 20px;
}
.mobilemenus-header > .logo-link {
  margin-left: 0px;
}
.mobilemenus-main {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.mobilemenus-level1-item {
  line-height: 44px;
}
.mobilemenus-level1-caption {
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0;
  padding: 0px 25px;
  width: 100%;
  border-bottom: #232B35 1px solid;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobilemenus-level2-item {
  line-height: 44px;
}
.mobilemenus-level3-item {
  line-height: 44px;
}
.mobilemenus-level2-caption,
.mobilemenus-level3-caption {
  font-size: 14px;
  color: #899CAD;
  letter-spacing: 0;
  line-height: 44px;
  width: 100%;
  border-bottom: #232B35 1px solid;
}
.mobilemenus-level2-caption {
  padding: 0px 25px;
}
.mobilemenus-level3-caption {
  padding: 0px 25px 0px 50px;
}
.mobilemenus-checkbox {
  display: none;
}
.mobilemenus-level {
  overflow: hidden;
  max-height: 0px;
}
.mobilemenus-level2,
.mobilemenus-level3 {
  background-color: #1F2731;
}
.mobilemenus-checkbox:checked + .mobilemenus {
  display: block;
}
.mobilemenus-checkbox:checked + .mobilemenus-level {
  display: block;
  max-height: 1200px;
}
.mobilemenus-case {
  color: #475662;
}
.mobilemenus-apply {
  width: 280px;
  height: 34px;
  line-height: 34px;
  margin: 40px auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mobilemenus-caption {
  position: relative;
}
.mobilemenus-forarrow + .mobilemenus-caption::after {
  position: absolute;
  top: 2px;
  right: 25px;
  content: url(/images/expand.png);
}
.mobilemenus-forarrow:checked + .mobilemenus-caption::after {
  content: url(/images/collapse.png);
}
.header-sidemenuitem {
  position: relative;
  height: 100%;
  padding: 0;
  line-height: 40px;
  text-align: center;
}
.header-sidefloatmenus {
  position: absolute;
  top: 0px;
  left: -160px;
  list-style: none;
  min-width: 120px;
  max-height: 0px;
  background-color: #0d1c2c;
  color: white;
  overflow: hidden;
  z-index: 1001;
}
.header-sidemenuitem:hover > .header-sidefloatmenus {
  max-height: 240px;
}
#headersolution {
  position: static;
}
#headersolution1 .header-floatmenuitem,
#headercompany .header-floatmenuitem {
  height: 50px;
  line-height: 50px;
}
.header-menupanel {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 0px;
  background: #131C26;
  -webkit-transition: height 0.1s linear;
  -o-transition: height 0.1s linear;
  transition: height 0.1s linear;
  overflow: hidden;
  opacity: 0.98;
}
.header-menuitem:hover > .header-menupanel {
  padding: 20px 0px;
  height: 320px;
}
.header-menupanel a:hover {
  text-decoration: underline;
}
.header-menupanel-content {
  width: 1180px;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-menupanel-title {
  font-size: 14px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 36px;
  margin: 10px 0px;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-floatmenuitem-split {
  width: 2px;
  background-color: #128BFF;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.header-menupanel-row {
  font-size: 14px;
  color: #8590A4;
  letter-spacing: 0;
  line-height: 36px;
  margin-left: 11px;
  text-align: left;
}
.header-menupanel-row:hover {
  color: #3282cf;
}
.header-tel {
  vertical-align: top;
  margin: 0px 25px;
  font-family: "szfont";
  font-style: normal;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.header-tel::before {
  position: relative;
  top: 2px;
  margin-right: 4px;
  content: url(../images/tel.png);
}
.header-apply {
  color: #128BFF;
  padding: 6px 12px;
}
/********************************************头部结束******************************************************/
/********************************************尾部开始******************************************************/
.footer {
  width: 100%;
  color: #fff;
  background: #1D3549;
  -webkit-box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.01);
          box-shadow: inset 0 0 1px 0 rgba(0, 0, 0, 0.01);
}
.footer-container {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1180px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.footer-container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 0px 30px 0px;
  margin: 0 auto;
}
.footer-links {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 600px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.footer-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
  padding: 0px 10px;
}
.footer-contact {
  max-width: 240px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.footer-linkheader {
  line-height: 40px;
}
.footer-linkitem {
  font-size: 12px;
  line-height: 37px;
  color: #899CAD;
}
.footer-attention {
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer-qrcode {
  margin-top: 10px;
  width: 129px;
  height: 129px;
}
.footer-linkfooter {
  font-size: 12px;
  color: #899CAD;
}
.footer-copyright {
  padding: 0px 20px;
  text-align: center;
  font-size: 12px;
  color: #899CAD;
  padding-bottom: 40px;
  line-height: 20px;
}
.footer-record {
  margin-right: 10px;
  position: relative;
  padding-left: 22px;
  line-height: 20px;
}
.footer-record::before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  content: url(/images/gwab.png);
}
.footer-button {
  width: 80px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  margin-top: 10px;
  border: 1px solid #979797;
  background-color: transparent;
}
.footer-button:hover {
  border-color: #128BFF;
  background-color: #128BFF;
  color: white;
}
/********************************************尾部结束******************************************************/
/********************************************响应式布局开始******************************************************/
@media (max-width: 1279px) {
  .header {
    padding: 0px 20px;
  }
  .header-container,
  .footer-container {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-container {
    padding: 40px 20px;
  }
  .header-menupanel-content {
    width: 100%;
    padding: 0px 20px;
  }
}
@media (max-width: 1220px) {
  .cm-banner2-content {
    width: 100%;
    padding: 0px 20px;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .cm-banner2-item-text {
    padding: 0px 20px;
  }
  .cm-maskslide-item:hover {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  .footer-map {
    display: none;
  }
  .footer-address {
    margin-left: 20px;
  }
}
@media (max-width: 1024px) {
  .cm-maskslide-item {
    -webkit-transition-property: none;
    -o-transition-property: none;
    transition-property: none;
    margin-bottom: 0px;
    margin-top: 0px;
    height: auto;
    max-width: none;
    max-height: none;
  }
  .cm-maskslide-item:hover .cm-maskslide-sidea {
    display: block;
  }
  .cm-maskslide-item:hover .cm-maskslide-sideb {
    display: none;
  }
  .cm-maskslide-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .cm-maskslide-item:hover {
    margin-top: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .cm-maskslide-sidea,
  .cm-maskslide-sideb {
    height: 280px;
  }
}
@media (max-width: 768px) {
  .header-container {
    padding-right: 24px;
  }
  .cm-banner2,
  .cm-banner2-content {
    height: 300px;
  }
  .header-contact {
    display: none;
  }
  .header-center {
    display: none;
  }
  .header-menus-btn {
    display: block;
  }
  .footer-anchor {
    display: none;
  }
  .cm-maskslide-item {
    width: 50%;
    margin-top: 0px;
  }
  .cm-maskslide-bottom,
  .cm-maskslide-sidea,
  .cm-maskslide-sideb {
    max-width: none;
  }
  .cm-maskslide-item:nth-child(odd) {
    padding-right: 10px;
  }
  .cm-maskslide-item:nth-child(even) {
    padding-left: 10px;
  }
  .cm-maskslide-bottom {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
  }
  .cm-maskslide-smallimg {
    width: 30px;
    height: 30px;
  }
  .cm-maskslide-sidea,
  .cm-maskslide-sideb {
    width: auto;
    height: auto;
  }
  .cm-maskslide-detail {
    width: auto;
    font-size: 14px;
  }
  .cm-maskslide-quotestart,
  .cm-maskslide-quoteend {
    width: auto;
    font-size: 32px;
    height: 35px;
    line-height: auto;
  }
  .cm-maskslide-quotestart {
    padding: 10px 0px;
  }
  .cm-maskslide-desc {
    font-size: 14px;
    padding: 20px 10px 10px 10px;
  }
}
@media (max-width: 700px) {
  .footer-links {
    display: none;
  }
  .footer-address {
    max-width: none;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media (max-width: 560px) {
  .header-tel {
    display: none;
  }
}
@media (max-width: 480px) {
  .cm-banner2,
  .cm-banner2-content {
    height: 290px;
  }
  .cm-banner2-item {
    background-size: 260% 100%;
  }
  .cm-banner2-item-text1 {
    font-size: 22px;
  }
  .cm-banner2-item-text2 {
    line-height: 28px;
    font-size: 12px;
  }
  .cm-maskslide-desc {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .header-apply {
    display: none;
  }
}
