/** 以下通用变量 */
/*全局样式*/
html,
body {
  color: #333;
  margin: 0;
  height: 100%;
  font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  border: 0;
}

body {
  background: #fff;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  text-align: center;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #08acee;
}

button {
  outline: 0;
}

img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  outline: none;
}

li {
  list-style: none;
}

p,
h3,
h1,
h2,
h4,
div {
  cursor: default;
}

a {
  cursor: pointer;
}

a p,
a div {
  cursor: pointer;
}

.main {
  /*向右浮动*/
  /*块内居中显示*/
  /*鼠标悬浮上浮加阴影效果*/
  /*取消鼠标悬浮上浮加阴影效果*/
  /*消除左边外边距*/
  /*消除左边内边距*/
  /*消除右边外边距*/
  /*消除右边内边距*/
  /*消除上边外边距*/
  /*快内行间距30*/
  /*块之间的距离130*/
  /*清除边框*/
  /*标题与正文之间的距离80，标题下65，正文上15*/
  /*标题与上标签距离30*/
  /*图片悬浮放大*/
  /*缩放图片固定框及缩放时间*/
  /*清除浮动代码*/
}

.mutli-wrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main .clear {
  clear: both;
}

.main .element-center {
  float: left;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.main .element-center ul {
  /* 小屏幕（移动显示器，小于等于768px） */
  width: 1190px;
  clear: left;
  float: left;
  position: relative;
  left: 50%;
  /*整个分页向右边移动宽度的50%*/
  text-align: center;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .main .element-center ul {
    width: 940px;
  }
}

@media screen and (min-width: 740px) and (max-width: 960px) {
  .main .element-center ul {
    width: 82.9%;
  }
}

@media screen and (max-width: 740px) {
  .main .element-center ul {
    width: 88.55%;
  }
}

.main .element-center li {
  line-height: 25px;
  margin-right: 5px;
  display: block;
  float: left;
  position: relative;
  right: 50%;
  /*将每个分页项向左边移动宽度的50%*/
}

.main .hover-float-top-15 {
  background-color: #f1f1f1;
}

@media screen and (max-width: 480px) {
  .main .hover-float-top-15 {
    background-color: transparent;
  }

  .main .hover-float-top-15 ul li {
    background-color: transparent !important;
  }
}

.main .hover-float-top-15 ul li {
  background-color: #FFFFFF;
  position: relative;
  top: 0px;
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.main .hover-float-top-15 .animate {
  position: relative;
  top: -15px;
  opacity: 1;
  box-shadow: 0 8px 20px 0 rgba(153, 153, 153, 0.3);
}

@media screen and (max-width: 480px) {
  .main .hover-float-top-15 .animate {
    top: 0;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
  }
}

.main .hoverNOchange .animate {
  position: relative;
  top: 0px;
  opacity: 1;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.main .clear-margin-left {
  margin-left: 0 !important;
}

.main .clear-padding-left {
  padding-left: 0 !important;
}

.main .clear-margin-right {
  margin-right: 0 !important;
}

.main .clear-padding-right {
  padding-right: 0 !important;
}

.main .clear-margin-top {
  margin-top: 0 !important;
}

.main .clear-margin-buttom {
  margin-bottom: 0 !important;
}

.main .block-spacing {
  margin: 15px 0;
}

.main .block-spacing-out {
  margin: 65px 0;
}

.main .cert-apply-process .cert-apply-content {
  padding-bottom: 100px;
  padding-left: 2.5%;
}

.main .cert-apply-process .cert-apply-content li {
  width: 18%;
  position: relative;
}

.main .cert-apply-process .cert-apply-content li::after {
  position: absolute;
  content: "";
  border-bottom: 2px dashed #BFC1C7;
  width: 30%;
  top: 20%;
  left: 88%;
}

@media screen and (max-width: 480px) {
  .main .cert-apply-process .cert-apply-content li::after {
    position: absolute;
    content: "";
    border-bottom: 1px dashed #BFC1C7;
    width: 30%;
    top: 12%;
    left: 88%;
  }

  .main .cert-apply-process .cert-apply-content {
    padding-bottom: 0;
    padding-left: 2.5%;
  }
}

.main .cert-apply-process .cert-apply-content li:last-child::after {
  border-bottom: none;
}

.main .cert-apply-process .cert-apply-content li .cert-apply-img {
  padding-bottom: 44px;
}

.main .cert-apply-process .cert-apply-content li .cert-apply-txt {
  color: #333;
  font-size: 16px;
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .main .cert-apply-process .cert-apply-content li .cert-apply-txt {
    color: #333;
    width: 76px;
    display: inline-block;
    text-align: center;
  }
}

@media screen and (max-width: 480px) {
  .main .block-spacing-out {
    margin-top: 60px;
  }

  .main .cert-apply-process .cert-apply-content li .cert-apply-img {
    padding-bottom: 20px;
  }

  .main .cert-apply-process .cert-apply-content li .cert-apply-txt {
    color: #333;
    font-size: 12px;
    width: 52px;
    display: inline-block;
    text-align: center;
  }
}


.main .clear-border {
  border: 0px solid transparent !important;
}

.main .title1 {
  margin-bottom: 65px;
  font-size: 26px;
  color: #333;
}

.main .title1 .eng-title {
  color: #999BA4;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .main .title1 {
    font-size: 22px;
    margin-bottom: 25px;
  }
}

.main .title2 {
  margin-left: 25px;
  margin-top: 30px;
  width: 90%;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .main .title2 {
    margin-left: 15px;
    margin-top: 15px;
  }
}

@media screen and (min-width: 660px) and (max-width: 960px) {
  .main .title2 {
    margin-left: 20px;
    margin-top: 20px;
  }
}

@media screen and (min-width: 441px) and (max-width: 660px) {
  .main .title2 {
    margin-left: 13px;
    margin-top: 10px;
    font-size: 15px;
  }
}

@media screen and (max-width: 440px) {
  .main .title2 {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
    font-size: 20px;
    font-weight: normal;
  }

  .main .cert-apply-process .cert-apply-content {
    padding-bottom: 15px;
  }
}

.main .title3 {
  font-size: 18px;
  color: #dcdcdc;
}

.main .title4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin: 22px 0 8px 0;
}
.main .mcs-scp-title4{
  margin: 18px 0;
}

.main .electric-head {
  font-size: 14px;
  color: #999;
  margin-top: 15px;
  margin-bottom: 30px;
  margin-left: 25px;
  text-align: left;
}

.main .text-body {
  font-size: 15px;
  color: #777;
  margin-bottom: 40px;
  margin-left: 25px;
  text-align: left;
  height: 50px;
  width: 90%;
}

@media screen and (min-width: 660px) and (max-width: 960px) {
  .main .text-body {
    margin-left: 20px;
    margin-bottom: 20px;
  }
}

.main .img-hover-enlarge img:hover {
  transform: scale(1.1);
}

@media screen and (max-width: 480px) {
  .main .img-hover-enlarge img:hover {
    transform: scale(1);
  }
}

.main .variable-img {
  overflow: hidden;
}

.main .variable-img img {
  transition: transform 0.5s;
}

.main .location {
  font-size: 14px;
  color: #333;
  margin-bottom: 30px;
}

.main .location a {
  color: #333;
  text-decoration: none;
}

.main .location a:hover {
  color: #68a0ff;
}

@media screen and (min-width: 440px) and (max-width: 960px) {
  .main .clear-margin-right-440 {
    margin-right: 0 !important;
  }
}

@media screen and (min-width: 961px) {
  .main .clear-margin-right-960 {
    margin-right: 0 !important;
  }
}

.main .clearfloat:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.main .clearfloat {
  zoom: 1;
}

.main .come {
  cursor: pointer;
}

.mcsca-navcer-page {
  transition: background-color 0.2s;
  background-color: rgba(255, 255, 255, 0);
  height: 100px;
  margin-bottom: 0px;
  padding-top: 25px;
  border-bottom: 0px solid #dcdcdc;
}

.mcsca-navcer-page .navbar-header .navbar-toggle {
  border: 0 solid transparent;
  background-color: transparent;
  margin-top: -2px;
}

.mcsca-navcer-page .navbar-header .navbar-toggle:hover {
  background-color: transparent;
}

.mcsca-navcer-page .navbar-header .collapsed {
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .mcsca-navcer-page .navbar-header {
    margin-right: 10px;
    margin-left: 25px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-navcer-page .navbar-header img {
    width: 105px;
    height: 35px !important;
  }

  .mcsca-navcer-page .navbar-header .navbar-toggle {
    margin-top: -3px;
  }

  .mcsca-navcer-page .navbar-header .navbar-toggle img {
    width: 26px;
    height: 24px !important;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-navcer-page {
    padding-top: 15px;
    height: 60px;
  }
}

/* .mcsca-navcer-page .container {
  padding-left: 80px;
} */

@media screen and (min-width: 768px) and (max-width: 1210px) {
  .mcsca-navcer-page .container {
    width: 940px;
  }
}

@media screen and (max-width: 767px) {
  .mcsca-navcer-page .container {
    padding: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .mcsca-navcer-page .container .navbar-brand {
    margin-left: 10px;
  }
}

.mcsca-navcer-page .navbar-nav {
  display: inline-block;
  line-height: 0.3rem;
  margin-left: 110px;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-navcer-page .navbar-nav {
    margin-left: 55px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-navcer-page .navbar-nav {
    margin-left: 20px;
  }

  .mcsca-navcer-page .navbar-nav>li>a {
    padding: 10px 10px;
  }
}

@media screen and (max-width: 767px) {
  .mcsca-navcer-page .navbar-nav {
    margin-left: 45px;
  }
}

.mcsca-navcer-page .navbar-nav .nav-item {
  height: 74px;
}

.mcsca-navcer-page .navbar-nav .nav-item a {
  font-size: 16px;
}

.mcsca-navcer-page .navbar-nav .nav-item .buttom-border {
  width: 2em;
  height: 1px;
  border-bottom: 0.3rem solid transparent;
  transition: color 0.2s, border-color 0.2s, height 0.2s;
  margin-left: 2em;
}

.mcsca-navcer-page .navbar-nav .nav-item .show {
  display: block;
}

.mcsca-navcer-page .navbar-nav .nav-item .max-767px {
  display: inline-block;
}
.mcsca-navcer-page .navbar-nav .nav-item .min-767px {
  display: none;
}

@media screen and (max-width: 767px) {
  /* .mcsca-navcer-page .navbar-nav .nav-item .show {
    display: none !important;
  } */
  .mcsca-navcer-page .navbar-nav .nav-item .max-767px {
    display: none;
  }
  .mcsca-navcer-page .navbar-nav .nav-item .min-767px {
    display: inline-block;
  }
}

.mcsca-navcer-page .search {
  margin-left: 200px;
  margin-top: 10px;
}

@media screen and (max-width: 1210px) {
  .mcsca-navcer-page .search {
    margin-left: 25px;
  }
}

.mcsca-navcer-page .collapse,
.mcsca-navcer-page .collapsing {
  width: 1190px;
}

@media screen and (max-width: 1210px) {

  .mcsca-navcer-page .collapse,
  .mcsca-navcer-page .collapsing {
    width: 940px;
  }
}

@media screen and (max-width: 880px) {

  .mcsca-navcer-page .collapse .sear,
  .mcsca-navcer-page .collapsing .sear {
    display: none;
  }
}

@media screen and (max-width: 767px) {

  .mcsca-navcer-page .collapse,
  .mcsca-navcer-page .collapsing {
    max-height: 500px !important;
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
    margin: 17px 0 0;
    border-color: transparent;
    z-index: 11111111;
  }

  .mcsca-navcer-page .collapse .buttom-border,
  .mcsca-navcer-page .collapsing .buttom-border {
    display: none;
  }

  .mcsca-navcer-page .collapse ul,
  .mcsca-navcer-page .collapsing ul {
    padding-top: 30px;
  }

  .mcsca-navcer-page .collapse li,
  .mcsca-navcer-page .collapsing li {
    height: 50px !important;
  }

  .mcsca-navcer-page .collapse .sear,
  .mcsca-navcer-page .collapsing .sear {
    display: none;
  }
}

@media screen and (max-width: 480px) {

  .mcsca-navcer-page .collapse,
  .mcsca-navcer-page .collapsing {
    margin: 0;
    position: relative;
    top: -6px;
  }
}

.mcsca-navcer-page .collapse .dropdown-menu,
.mcsca-navcer-page .collapsing .dropdown-menu {
  width: 229.72972973px;
  background-color: #fff;
  box-shadow: 0 8px 10px 0 rbg(153 153 153 0.3);
  border: 0 solid transparent !important;
  padding-bottom: 15px;
  z-index: 111111111;
}
@media screen and (min-width: 960px) and (max-width: 1210px) {

  .mcsca-navcer-page .collapse .dropdown-menu,
  .mcsca-navcer-page .collapsing .dropdown-menu {
    width: 181.46718147px;
  }
}

.mcsca-navcer-page .collapse .dropdown-menu a,
.mcsca-navcer-page .collapsing .dropdown-menu a {
  padding: 10px 0;
  color: #333 !important;
  font-size: 16px;
}

.mcsca-navcer-page .collapse .dropdown-menu a img,
.mcsca-navcer-page .collapsing .dropdown-menu a img {
  margin: 0 15px;
}

.mcsca-navcer-page .collapse .dropdown-menu li:hover,
.mcsca-navcer-page .collapsing .dropdown-menu li:hover {
  background-color: rgba(66, 136, 255, 0.1);
}

.mcsca-navcer-page .collapse .nav .nav-item:hover {
  cursor: pointer;
  /*height: .42rem !important;*/
}

.mcsca-navcer-page .collapse .nav .on>.buttom-border {
  border-color: #4289ff !important;
  color: #4289ff !important;
}

@media screen and (max-width: 767px) {
  .mcsca-navcer-page .collapse .nav .on>.buttom-border {
    border-color: transparent !important;
  }
}

.mcsca-navcer-page .collapse .nav .on>a {
  color: #4289ff !important;
  top: -10px;
}

@media screen and (max-width: 767px) {
  .mcsca-navcer-page .collapse .nav .on>a {
    top: 0;
  }
}

.mcsca-navcer-page .container .index-page .navbar-nav .nav-item a {
  color: #fff;
}

.mcsca-navcer-page .container .navbar-nav .nav-item a {
  color: #333;
}

.mcsca-footer-page {
  background-color: #373D41;
}

.mcsca-footer-page .mcsca-footer-one-plus {
  display: none;
  border-bottom: 0.2rem solid #666;
  padding: 20px;
}
.mcsca-footer-page .mcsca-footer-one-plus img{
  width: 90px;
  height: 90px;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-left {
  display: inline-block;
  text-align: center;
  width: 25%;
  margin-right: 15px;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-left span {
  display: block;
  color: #fff;
  padding-top: 10px;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-right {
  width: 68%;
  display: inline-block;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-right p:first-child {
  font-size: 16px;
  color: #dcdcdc;
  padding-bottom: 8px;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-right .slide-line {
  width: 20px;
  border-bottom: 0.2rem solid #4289ff;
  margin-bottom: 10px;
}
.mcsca-footer-page .mcsca-footer-one-plus .footer-one-plus-right>p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}

@media screen and (max-width: 960px) {
  .mcsca-footer-page .mcsca-footer-one {
    display: none;
  }
  .mcsca-footer-page .mcsca-footer-one-plus {
    display: block;
  }
}

.mcsca-footer-page .mcsca-footer-one .slide-line {
  width: 25px;
  border-bottom: 0.2rem solid #4289ff;
  margin: 0 0 20px 0;
}

.mcsca-footer-page .mcsca-footer-one ul {
  margin-bottom: 30px;
}

@media screen and (max-width: 960px) {
  .mcsca-footer-page .mcsca-footer-one ul {
    width: 100%;
    left: 0;
    border-bottom: 0.2rem solid #666;
  }

  .mcsca-footer-page .mcsca-footer-one ul li {
    right: 0;
    border-bottom: 0 solid transparent !important;
  }
}

.mcsca-footer-page .mcsca-footer-one li {
  padding: 80px 49px 70px;
  margin: 0;
  border-bottom: 0.2rem solid #666;
}

.mcsca-footer-page .mcsca-footer-one li:last-child {
  padding: 80px 49px 35px;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-footer-page .mcsca-footer-one li {
    padding: 80px 30px 70px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-footer-page .mcsca-footer-one li {
    padding: 80px 10% 70px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-footer-page .mcsca-footer-one li {
    padding: 40px 6%;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-footer-page .mcsca-footer-one li {
    padding: 40px 2.53%;
  }
}

.mcsca-footer-page .mcsca-footer-one div {
  cursor: default;
  text-align: left;
  margin: 10px 0;
  font-size: 14px;
  color: #999;
}

@media screen and (max-width: 530px) {
  .mcsca-footer-page .mcsca-footer-one div {
    font-size: 12px;
  }

  .mcsca-footer-page .mcsca-footer-one div img {
    width: 90px;
    height: 90px;
  }

  .mcsca-footer-page .mcsca-footer-one div p {
    font-size: 16px !important;
  }
}

.mcsca-footer-page .mcsca-footer-one div img {
  padding-bottom: 12px;
}

@media screen and (max-width: 960px) {
  .mcsca-footer-page .mcsca-footer-one div img {
    padding-bottom: 0;
  }
}

.mcsca-footer-page .mcsca-footer-one div p {
  font-size: 18px;
  color: #dcdcdc;
  padding-bottom: 10px;
}

.mcsca-footer-page .mcsca-footer-one div :hover {
  color: #dcdcdc !important;
  text-decoration: none !important;
}

.mcsca-footer-page .mcsca-footer-one a {
  color: #999;
}

.mcsca-footer-page .mcsca-footer-two {
  height: 50px;
}

.mcsca-footer-page .mcsca-footer-two div {
  text-align: center;
}

.mcsca-footer-page .mcsca-footer-two a {
  font-size: 14px;
  color: #777;
  text-decoration: none;
}


.mcsca-footer-page .mcsca-footer-two div :hover {
  color: #dcdcdc !important;
}

.mcsca-footer-page .mcsca-footer-two h3 {
  font-size: 14px;
  color: #777;
}

@media screen and (max-width: 480px) {
  .mcsca-footer-page .mcsca-footer-two a,
  .mcsca-footer-page .mcsca-footer-two h3 {
    font-size: 12px;
  }
}

/*首页样式*/
.mcsca-index-page .mcsca-navcer-page {
  border-bottom: 0.1px solid transparent !important;
}

.mcsca-index-page .mcsca-navcer-page .collapsing,
.mcsca-index-page .mcsca-navcer-page .in {
  background: rgba(8, 59, 112, 0.95);
}

.mcsca-index-page .mcsca-navcer-page .nav .nav-item a {
  color: #FFFFFF;
}

.mcsca-index-page .mcsca-index-one {
  /*轮播*/
}

.mcsca-index-page .mcsca-index-one .swiper-container .swiper-button-next {
  background-image: url("../images/index/next-btn.png") !important;
  right: 10%;
  opacity: 0.93;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-button-next {
    display: none;
  }
}

.mcsca-index-page .mcsca-index-one .swiper-container .swiper-button-prev {
  background-image: url("../images/index/pre-btn.png");
  left: 10%;
  opacity: 0.93;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-button-prev {
    display: none;
  }
}

.mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination {
  margin-bottom: 100px;
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination {
    margin-bottom: 2%;
  }
}

.mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border: 2px solid #FFD046;
  opacity: 1;
  margin: 0 10px;
  background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 8px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
}

.mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 40px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.15);
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-one .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    width: 30px;
  }
}

.mcsca-index-page .mcsca-index-two {
  position: relative;
  margin-bottom: 0;
  top: -70px;
  height: 280px;
  z-index: 222;
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two {
    top: -50px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-two {
    top: 0;
  }
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two {
    height: 221.17647059px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-two {
    height: 140px;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li {
  margin: 0 12.5px;
  width: 378px;
  height: 260px;
  background-color: #fff;
  box-shadow: 0 8px 20px 0 rgba(153, 153, 153, 0.3);
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two .product-info li {
    width: 299.36305732px;
    margin: 0 9.5px;
    height: 205.37815126px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-two .product-info li {
    width: 32%;
    height: 196px;
    box-shadow: 0 0 0 0 rgba(153, 153, 153, 0.3);
    margin: 50px 1% 0;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-two .product-info li {
    width: 32%;
    margin: 14px 1% 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-two .product-info li {
    height: 140px;
    margin: 14px 1% 0;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li .title3 {
  text-align: center;
  color: #fff;
  padding: 60px 0 35px 0;
  font-weight: bold;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two .product-info li .title3 {
    padding: 70px 0 17px 0;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-two .product-info li .title3 {
    padding: 20px 0 10px 0;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li div {
  width: 378.98089172px;
  height: 264px;
  border-radius: 2px;
  background-color: rgba(66, 137, 255, 0.93) !important;
  font-size: 14px;
  color: #fff;
  text-align: left;
  position: relative;
  top: -234px;
  padding: 0 40px;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two .product-info li div {
    width: 299.36305732px;
    height: 256px;
    padding: 0 25px;
    top: -210px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-two .product-info li div {
    width: 215px;
    height: 196px;
    top: -165px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-two .product-info li div {
    width: 100%;
    height: 196px;
    top: -165px;
    padding: 0 20px;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li div p {
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mcsca-index-page .mcsca-index-two .product-info li :hover {
  text-decoration: none !important;
}

@media screen and (min-width: 1210px) {
  .mcsca-index-page .mcsca-index-two .product-info li img {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-two .product-info li img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-two .product-info li img {
    margin-top: 32px;
    margin-bottom: 32px;
    width: 69px;
    height: 69px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-two .product-info li img {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-two .product-info li img {
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li a {
  font-size: 20px;
  font-weight: bold;
  color: #333;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-two .product-info li a {
    font-size: 14px;
    color: #333333;
  }
}

.mcsca-index-page .mcsca-index-two .product-info li a div p {
  font-weight: normal;
}

.mcsca-index-page .mcsca-index-three {
  margin-top: 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three {
    margin-top: 60px;
  }
}

.mcsca-index-page .mcsca-index-three ul {
  padding-bottom: 30px;
}

@media screen and (min-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul {
    width: 1205px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul {
    width: 950px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul {
    padding-bottom: 0;
  }
}

.mcsca-index-page .mcsca-index-three ul .fill {
  display: none;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-three ul .fill {
    display: block;
  }

  .mcsca-index-page .mcsca-index-three ul .fill div {
    padding: 95px 0;
  }

  .mcsca-index-page .mcsca-index-three ul .fill .change-bg {
    padding: 95px 5px 50px 5px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-three ul .block-last {
    margin-right: 0 !important;
  }
}

.mcsca-index-page .mcsca-index-three ul li {
  margin: 0 7.5px 30px;
  height: 300px;
  width: 259.82532751px;
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul li {
    margin: 0 5px 20px;
    height: 250px;
    width: 227px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-three ul li {
    width: 31.3%;
    margin: 0 1% 20px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-three ul li {
    width: 47.5%;
    margin-left: 0;
    margin-right: 4.7%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li {
    height: 200px;
    margin-bottom: 10px;
  }
}

.mcsca-index-page .mcsca-index-three ul li a {
  color: #FFFFFF;
  text-decoration: none;
}

.mcsca-index-page .mcsca-index-three ul li div {
  padding: 136.5px 0;
  height: 300px;
  text-align: center;
}

@media screen and (min-width: 740px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul li div {
    height: 250px;
    padding: 115.5px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li div {
    height: 200px;
    padding: 87.5px 0;
  }
}

.mcsca-index-page .mcsca-index-three ul li div p,
.mcsca-index-page .mcsca-index-three ul li div h4 {
  cursor: pointer !important;
}

.mcsca-index-page .mcsca-index-three ul li div p {
  height: 140px;
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li div p {
    -webkit-line-clamp: 3;
    height: 100px;
  }
}

.mcsca-index-page .mcsca-index-three ul li .change-bg {
  background: rgba(66, 137, 255, 0.8);
  padding: 95px 5px 50px 5px;
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul li .change-bg {
    padding: 50px 3px 40px 3px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li .change-bg {
    padding: 33px 3px 40px 3px;
  }
}

.mcsca-index-page .mcsca-index-three ul li .bp-three {
  padding: 95px 20px 50px 20px !important;
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three ul li .bp-three {
    padding: 50px 15px 40px 15px !important;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li .bp-three {
    padding: 39px 15px 40px 15px !important;
  }
}

.mcsca-index-page .mcsca-index-three ul li .bp-three p {
  padding: 40px 50px;
  cursor: default;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li .bp-three p {
    padding: 26px 25px;
  }
}

.mcsca-index-page .mcsca-index-three ul li h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li h4 {
    font-size: 16px;
  }
}

.mcsca-index-page .mcsca-index-three ul li p {
  text-align: left;
  padding: 40px 20px;
  font-size: 16px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-three ul li p {
    padding: 20px 10px;
  }
}

.mcsca-index-page .mcsca-index-three .bp {
  width: 639.78494624px;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-three .bp {
    width: 465px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-three .bp {
    width: 64.6%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-index-page .mcsca-index-three .bp {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

.mcsca-index-page .mcsca-index-five {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-five {
    padding-bottom: 15px;
    padding-top: 60px;
    margin-bottom: 60px;
  }
}

@media screen and (min-width: 961px) {
  .mcsca-index-page .mcsca-index-five ul .my-hide-five {
    display: none;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-index-page .mcsca-index-five ul .my-hide-five {
    display: none;
  }
}

@media screen and (min-width: 440px) and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-five ul .clear-margin-right {
    margin-right: 2.66% !important;
  }
}

.mcsca-index-page .mcsca-index-five ul li {
  width: 370px;
  margin: 15px 40px 30px 0;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-five ul li {
    width: 303px;
    margin: 15px 15px 30px 0;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-five ul li {
    width: 48.34%;
    margin: 0 2.66% 40px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-five ul li {
    width: 99%;
    margin: 0;
  }
}

.mcsca-index-page .mcsca-index-five ul a {
  text-decoration: none;
}

.mcsca-index-page .mcsca-index-five .electric-head {
  width: 90%;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-five .electric-head {
    margin: 8px 0 10px 15px;
  }
}

@media screen and (min-width: 660px) and (max-width: 960px) {
  .mcsca-index-page .mcsca-index-five .electric-head {
    margin: 10px 0 20px 20px;
  }
}

@media screen and (min-width: 441px) and (max-width: 660px) {
  .mcsca-index-page .mcsca-index-five .electric-head {
    margin: 5px 0 10px 13px;
    width: 95%;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-index-page .mcsca-index-five .electric-head {
    margin-left: 0;
    margin-top: 15px;
    margin-bottom: 20px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
  }
}

.mcsca-index-page .mcsca-index-five .text-body {
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-five .text-body {
    margin: 0 0 10px 15px;
  }
}

@media screen and (min-width: 441px) and (max-width: 660px) {
  .mcsca-index-page .mcsca-index-five .text-body {
    margin-left: 13px;
    font-size: 14px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-index-page .mcsca-index-five .text-body {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
}

/* .mcsca-index-page .mcsca-index-five .more :hover {
  color: #2a75f0;
} */
.mcsca-index-page .mcsca-index-five .more li {
  width: 100%;
  /* padding-right: 45%; */
  margin: 0 auto;
  background-color: transparent;
  padding-bottom: 50px;
  height: 25px;
}

.mcsca-index-page .mcsca-index-five .more li p {
  cursor: pointer;
  margin: 0 auto;
  width: 200px;
  height: 48px;
  line-height: 48px;
  border-radius: 5px;
  background-color: #4669F5;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-five .more li {
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .mcsca-index-page .mcsca-index-five .more li p {
    cursor: pointer;
    margin: 0 auto;
    width: 150px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    background-color: #4669F5;
  }
}

.mcsca-index-page .mcsca-index-five .more li a {
  font-size: 16px;
  color: #fff;
  position: relative;
}

.mcsca-index-page .mcsca-index-six {
  padding-top: 120px;
  padding-bottom: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-six {
    padding-top: 20px;
    padding-bottom: 0;
    margin-bottom: 60px;
  }
}

.mcsca-index-page .mcsca-index-six .fl {
  float: left;
  margin: 0 5px;
}

.mcsca-index-page .mcsca-index-six .clearfix {}

.mcsca-index-page .mcsca-index-six .clearfix:after {
  content: '';
  clear: both;
  display: block;
  height: 0;
  width: 0;
  visibility: hidden;
}

.mcsca-index-page .mcsca-index-six #partners {
  width: 80%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  margin: 0 auto;
  position: relative;
}

.mcsca-index-page .mcsca-index-six #demoin {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
.mcsca-index-page .mcsca-index-six #partners:before,
.mcsca-index-page .mcsca-index-six #partners:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 50px;
  z-index: 2;
}
.mcsca-index-page .mcsca-index-six #partners:before {
  top: 0;
  left: 10%;
  background: -webkit-linear-gradient(right, #fff  0%, transparent  100%);
  background: -moz-linear-gradient(right, #fff  0%, transparent  100%);
  background: -o-linear-gradient(right, #fff  0%, transparent  100%);
  background: linear-gradient(to right, #fff  0%, transparent  100%);
}

.mcsca-index-page .mcsca-index-six #partners:after {
  right: 10%;
  top: 0;
  background: -webkit-linear-gradient(right, transparent  0%, #fff 100%);
  background: -moz-linear-gradient(right, transparent  0%, #fff 100%);
  background: -o-linear-gradient(right, transparent  0%, #fff 100%);
  background: linear-gradient(to right, transparent  0%, #fff 100%);
}

@media screen and (max-width: 1210px) {
  .mcsca-index-page .mcsca-index-six #demoin {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
  }
  .mcsca-index-page .mcsca-index-six #partners:before {
    left: 0;

  }

  .mcsca-index-page .mcsca-index-six #partners:after {
    right: 0;
  }

}

.mcsca-index-page .mcsca-index-six #partners1,
.mcsca-index-page .mcsca-index-six #partners2 {
  float: left;
}

.mcsca-index-page .mcsca-index-six #partners1 ul,
.mcsca-index-page .mcsca-index-six #partners2 ul {
  list-style: none;
}

.mcsca-index-page .mcsca-index-six .newsList {
  width: auto !important;
}

.mcsca-index-page .mcsca-index-six .newsList li {
  margin: 0 30px;
}

.mcsca-index-page .mcsca-index-six ul .my-hide-six {
  display: none;
}

@media screen and (max-width: 660px) {
  .mcsca-index-page .mcsca-index-six ul .my-hide-six {
    display: block;
  }
}

.mcsca-index-page .mcsca-index-six ul li {
  margin: 0 25px;
}

/* @media screen and (max-width: 660px) {
  .mcsca-index-page .mcsca-index-six ul li {
    width: 33.33%;
  }
} */
.mcsca-index-page .mcsca-index-six ul li .float-to-top {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: Center;
  top: 0;
  width: 100%;
  height: 100%;
}

.mcsca-index-page .mcsca-index-six ul li .float-to-top img {
  width: 45%;
}

.mcsca-index-page .mcsca-index-six ul li:hover .float-to-top {
  border-radius: 3px;
  opacity: 0.8;
  background-color: rgba(60, 137, 255, 0.8);
}

.mcsca-index-page .mcsca-index-seven {
  right: 30px;
  left: auto;
  bottom: 70px;
}

@media screen and (max-width: 480px) {
  .mcsca-index-page .mcsca-index-seven>div {
    width: 32px !important;
    height: 32px !important;
  }
  .mcsca-index-page .mcsca-index-seven>div img{
    width: 16px !important;
    height: auto !important;
  }

  .mcsca-index-page .mcsca-index-seven>div .btn {
    padding: 3px 8px;
  }

  .mcsca-index-page .mcsca-index-seven .mis-active-content{
    width: 280px !important;
    height: auto !important;
    right: 50px !important;
    padding: 15px !important;
    bottom: -25px !important;
    top: auto !important;
  }
  .mcsca-index-page .mcsca-index-seven .mis-active-content::after{
    top: auto !important;
    bottom: 30px !important;
  }
}

@media screen and (max-width: 320px) {
  .mcsca-index-page .mcsca-index-seven .mis-active-content{
    width: 230px !important;
    height: auto !important;
    right: 50px !important;
    padding: 10px !important;
    bottom: -25px !important;
    top: auto !important;
    line-height: 1.8 !important;
  }
}

.mcsca-index-page .mcsca-index-seven>div:first-child img{
  width: 24px;
  height: auto;
}
.mcsca-index-page .mcsca-index-seven .mis-shadow{
  cursor: pointer;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.12);
}
.mcsca-index-page .mcsca-index-seven>div:first-child {
  background-color: #fff;
}

.mcsca-index-page .mcsca-index-seven>div:nth-child(3) {
  background-color: #fff;
}

.mcsca-index-page .mcsca-index-seven>div:nth-child(2) {
  background-color: #fff;
}

.mcsca-index-page .mcsca-index-seven>div:nth-child(4) {
  background-color: #fff;
}

.mcsca-index-page .mcsca-index-seven>div {
  display: flex;
  justify-content: center;
  align-items: Center;
  width: 46px;
  height: 46px;
  margin: 12px 0;
  position: relative;
  border-radius: 3px;
}
.mcsca-index-page .mcsca-index-seven .mis-active-content {
  position: absolute;
  z-index: -1;
  padding: 35px 40px 34px;
  right: 60px;
  top: 0;
  width: 480px;
  height: auto;
  display: none;
  line-height: 26px;
  border-radius: 3px;
  background-color: #fff;
  text-align: justify;
  text-align-last: left;
}
.mcsca-index-page .mcsca-index-seven .mis-active-content .mis-ac-text {
  font-size: 16px;
  color: #333333;
  font-weight: bold;
}
.mcsca-index-page .mcsca-index-seven .mis-active-content::after{
  position: absolute;
  width: 0;
  height: 0;
  content: '';
  right: -8px;
  top: 13px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.mcsca-index-page .mcsca-index-seven .mis-active-content a{
  text-decoration: underline;
  color: #4669F5;
}

.mcsca-index-page .mcsca-index-seven div:not(:last-child):hover{
  background-color: #4669F5;
}

.mcsca-index-page .mcsca-index-seven div .mis-img-normal{
  display: block;
}
.mcsca-index-page .mcsca-index-seven div .mis-img-active{
  display: none;
}
.mcsca-index-page .mcsca-index-seven div.hover .mis-img-active{
  display: block;
}
.mcsca-index-page .mcsca-index-seven div.hover .mis-img-normal{
  display: none;
}

.mcsca-index-page .mcsca-index-seven div>a {
  color: #FFFFFF;
  text-decoration: none;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

@media (min-width: 768px) {
  .mcsca-index-page #download .modal-dialog {
    width: 500px;
  }
}

.mcsca-index-page #download .modal-dialog a {
  color: #4289ff;
  text-decoration: none;
}

.mcsca-index-page #download .modal-dialog a:hover {
  color: #4289ff;
  text-decoration: underline;
}

/*产品服务页样式*/
.mcsca-product-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-product-page {
    margin-top: 65px;
  }
}

.mcsca-product-page .mcsca-product-one {
  width: 100%;
}

.mcsca-product-page .mcsca-product-one img {
  width: 100%;
}

.mcsca-product-page .mcsca-product-two ul {
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .mcsca-product-page .mcsca-product-two ul {
    margin-top: 60px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-product-page .mcsca-product-two ul {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.mcsca-product-page .mcsca-product-two ul li {
  width: 370px;
  margin: 0 20px;
}

@media screen and (max-width: 1210px) {
  .mcsca-product-page .mcsca-product-two ul li {
    width: 303px;
    margin: 15px 15px 30px 0;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-product-page .mcsca-product-two ul li {
    width: 47.34%;
    margin: 0 5.32% 40px 0;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-product-page .mcsca-product-two ul li {
    width: 99%;
    margin: 0 0 30px 0;
  }
}

.mcsca-product-page .mcsca-product-two ul li :hover {
  text-decoration: none !important;
}

.mcsca-product-page .mcsca-product-two ul li .text-body {
  font-size: 14px;
  margin-top: 20px;
  text-align: left;
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-product-page .mcsca-product-two ul li .text-body {
    margin: 10px 0 20px 15px;
  }
}

@media screen and (min-width: 441px) and (max-width: 660px) {
  .mcsca-product-page .mcsca-product-two ul li .text-body {
    margin-left: 13px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-product-page .mcsca-product-two ul li .text-body {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
}

/*电子认证页样式*/
.mcsca-product-DC-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-product-DC-page {
    margin-top: 65px;
  }
}

.mcsca-product-DC-page .mcsca-product-DC-one img {
  width: 100%;
}

.mcsca-product-DC-page .mcsca-product-DC-two {
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}

.mcsca-product-DC-page .mcsca-product-DC-two ul {
  font-size: 14px;
  color: #333;
}

.mcsca-product-DC-page .mcsca-product-DC-three {
  margin-bottom: 40px;
}

.mcsca-product-DC-page .mcsca-product-DC-three ul {
  margin: 40px 0;
}

.mcsca-product-DC-page .mcsca-product-DC-three ul li :first-child p {
  font-size: 22px;
  color: #4289ff;
  margin: 0 15px 20px 0;
}

.mcsca-product-DC-page .mcsca-product-DC-three ul li div {
  text-align: left;
}

.mcsca-product-DC-page .mcsca-product-DC-three ul li p {
  font-size: 16px;
  color: #333;
}

.mcsca-product-DC-page .mcsca-product-DC-three ul li img {
  margin: 60px 0 20px 0;
}

.mcsca-product-DC-page .mcsca-product-DC-three h3 {
  font-size: 28px;
  color: #333;
  margin: 80px 0 40px 0;
}

.mcsca-product-DC-page .mcsca-product-DC-three .border-left {
  border-left: 0.5rem solid #4289ff;
  text-align: left;
}

.mcsca-product-DC-page .mcsca-product-DC-three .border-left p {
  padding-left: 15px;
}

/* .mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify {
  margin-top: 40px;
} */

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li {
  text-align: left;
  height: 165px;
  width: 48%;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li div,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li div {
  display: inline-block;
  width: 78%;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li div span:first-child,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li div span:first-child {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  padding-bottom: 5px;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify_section,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprise_ID_verify_section {
  margin-bottom: 0;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul {
  width: 100%;
}

.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li {
  text-align: left;
  width: 48%;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li div span,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li div span {
  display: block;
}

.mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li img,
.mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li img {
  padding-right: 15px;
  margin: -10px 0 20px 0;
  vertical-align: top;
}

@media screen and (max-width: 960px) {

  .mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li,
  .mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li {
    text-align: left;
    height: 150px;
    width: 100%;
  }

  .mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul li div,
  .mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul li div {
    display: inline-block;
    width: 70%;
  }

}

@media screen and (max-width: 480px) {

  .mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify,
  .mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify {
    margin-top: 0;
  }

  .mcsca-product-DC-page .mcsca-product-DC-three .person_ID_verify ul,
  .mcsca-product-DC-page .mcsca-product-DC-three .enterprice_ID_verify ul {
    margin: 20px 0;
    width: 100%;
  }

}

/*解决方案页样式*/
.mcsca-solution-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-solution-page {
    margin-top: 65px;
  }
}

.mcsca-solution-page .mcsca-solution-one {
  width: 100%;
}

.mcsca-solution-page .mcsca-solution-one img {
  width: 100%;
}

.mcsca-solution-page .mcsca-solution-two {
  padding-top: 80px;
  padding-bottom: 100px;
}

.mcsca-solution-page .mcsca-solution-two ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mcsca-solution-page .mcsca-solution-two ul li {
  width: 370px;
  margin: 0 20px 60px;
}

@media screen and (max-width: 1210px) {
  .mcsca-solution-page .mcsca-solution-two ul li {
    width: 303px;
    margin: 0 15px 40px 0;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-solution-page .mcsca-solution-two ul li {
    width: 47.34%;
    margin: 0 5.32% 40px 0;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-solution-page .mcsca-solution-two ul li {
    width: 99%;
    margin: 0 0 30px 0;
  }
}

.mcsca-solution-page .mcsca-solution-two ul li :hover {
  text-decoration: none !important;
}

.mcsca-solution-page .mcsca-solution-two ul li .text-body {
  font-size: 14px;
  text-align: left;
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

@media screen and (min-width: 961px) and (max-width: 1210px) {
  .mcsca-solution-page .mcsca-solution-two ul li .text-body {
    margin: 10px 0 20px 15px;
  }
}

@media screen and (min-width: 441px) and (max-width: 660px) {
  .mcsca-solution-page .mcsca-solution-two ul li .text-body {
    margin-left: 13px;
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-solution-page .mcsca-solution-two ul li .text-body {
    margin-left: 0;
    width: 100%;
    font-size: 16px;
  }
}

/*医疗行业页样式*/
.mcsca-solution-MI-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-solution-MI-page {
    margin-top: 65px;
  }
}

.mcsca-solution-MI-page .mcsca-solution-MI-one img {
  width: 100%;
}

.mcsca-solution-MI-page .mcsca-solution-MI-two {
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}

.mcsca-solution-MI-page .mcsca-solution-MI-two ul {
  font-size: 14px;
  color: #333;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three {
  margin-bottom: 40px;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul {
  margin: 40px 0;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul :first-child li p {
  margin-bottom: 10px;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul li :first-child p {
  font-size: 22px;
  color: #4289ff;
  margin: 0 15px 20px 0;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul li div {
  text-align: left;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul li p {
  font-size: 16px;
  color: #333;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul li img {
  margin: 60px 0 20px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-solution-MI-page .mcsca-solution-MI-three ul li img {
    margin: 40px 0 0 0;
  }
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul .advantage ul {
  width: 100% !important;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three ul .advantage ul li {
  width: 31.93%;
  margin-right: 2.1%;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three h3 {
  font-size: 28px;
  color: #333;
  margin: 80px 0 40px 0;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three .border-left {
  border-left: 0.4rem solid #4289ff;
  text-align: left;
}

.mcsca-solution-MI-page .mcsca-solution-MI-three .border-left p {
  padding-left: 15px;
}

/*证书查询页样式*/
.mcsca-certificate-page {
  position: relative;
  top: 20px;
}

/*服务与支持页样式*/
.mcsca-service-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-service-page {
    margin-top: 65px;
  }
}

.mcsca-service-page .mcsca-service-one {
  width: 100%;
}

.mcsca-service-page .mcsca-service-one img {
  width: 100%;
}

.mcsca-service-page .mcsca-service-two {
  background-color: #f1f1f1;
  padding-top: 117px;
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-two {
    padding-top: 90px;
  }
}

.mcsca-service-page .mcsca-service-two .btn {
  width: 140px;
  height: 40px;
  background: #c6c6c6;
  border-radius: 20px;
  font-size: 18px;
  color: #fffefe;
  border: 0.1px solid #fffefe;
  margin: 0 15px;
}

@media screen and (max-width: 560px) {
  .mcsca-service-page .mcsca-service-two .btn {
    width: 100px;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-service-page .mcsca-service-two .btn {
    width: 90px;
    font-size: 17px;
    margin: 0 6px;
  }
}

.mcsca-service-page .mcsca-service-two .btn:focus {
  outline: 0 auto -webkit-focus-ring-color;
}

.mcsca-service-page .mcsca-service-two .on {
  background: #4289ff;
}

.mcsca-service-page .mcsca-service-three {
  background-color: #f1f1f1;
}
.mcsca-service-page .mcsca-service-table .table > thead > tr > th {
  border-bottom: none;
}

.mcsca-service-page .mcsca-service-three .toDoc {
  padding: 90px 0 35px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-service-page .mcsca-service-three .toDoc {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-three .toDoc {
    padding: 75px 0 0;
  }
}

@media screen and (max-width: 400px) {
  .mcsca-service-page .mcsca-service-three .toDoc {
    width: 97%;
  }
}

.mcsca-service-page .mcsca-service-three .toDoc .table {
  margin-bottom: 0;
  height: 70px;
}

.mcsca-service-page .mcsca-service-three .toDoc .table tr {
  text-align: left;
}

.mcsca-service-page .mcsca-service-three .toDoc .table tr td {
  padding-top: 5px;
  padding-bottom: 0;
  border-top: 0px solid transparent !important;
  border-right: 0.1rem solid #ddd;
  width: 33.33%;
  text-align: center;
}

@media screen and (max-width: 400px) {
  .mcsca-service-page .mcsca-service-three .toDoc .table tr td {
    padding: 0 5px;
  }
}

.mcsca-service-page .mcsca-service-three .toDoc .right-border {
  border-right: 0.2rem solid #666;
}

.mcsca-service-page .mcsca-service-three .toDoc li {
  margin: 0;
  background-color: transparent;
  width: 100% !important;
}

.mcsca-service-page .mcsca-service-three .toDoc .title .on {
  color: #4289ff !important;
}

.mcsca-service-page .mcsca-service-three .toDoc .title p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

@media screen and (max-width: 400px) {
  .mcsca-service-page .mcsca-service-three .toDoc .title p {
    font-size: 15px;
  }
}

.mcsca-service-page .mcsca-service-three .toDoc p {
  font-size: 12px;
  color: #999;
}

.mcsca-service-page .mcsca-service-four .mcsca-SKB {
  background-color: #f1f1f1;
  padding-top: 50px;
  padding-bottom: 100px;
}

@media screen and (max-width: 960px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB {
    padding-top: 40px;
    padding-bottom: 0;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SKB ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mcsca-service-page .mcsca-service-four .mcsca-SKB ul li {
  width: 369.56521739px;
  margin-right: 40px;
  margin-bottom: 60px;
  background-color: #FFFFFF !important;
}

@media screen and (max-width: 1210px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li {
    width: 291.92546584px;
    margin-right: 31.59663866px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li {
    width: 47.45%;
    margin-right: 5.1%;
  }
}

@media screen and (max-width: 440px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SKB ul li :hover {
  text-decoration: none !important;
}

@media screen and (max-width: 440px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li .title2 {
    margin-left: 20px;
    width: 95%;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SKB ul li .text-body {
  text-align: right;
  font-size: 14px;
  color: #777;
  margin-left: 0;
  margin-top: 20px;
  width: 90%;
}

@media screen and (max-width: 440px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li .text-body {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SKB ul li .text-body {
    margin-bottom: 0;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP {
  background-color: #f1f1f1;
  padding-top: 100px;
  padding-bottom: 115px;
}

@media screen and (max-width: 960px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SCP {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SCP {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul {
  margin-bottom: 15px;
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul .on .text {
  display: block;
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul li {
  width: 100%;
  text-align: left;
  background-color: rgba(144, 167, 208, 0.13);
  font-size: 14px;
  color: #333;
  margin: 0;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul li img {
  float: right;
  margin-right: 30px;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul li .text {
  padding: 0 4% 0 2%;
  display: none;
  text-indent: 2em;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SCP ul li .title4 {
  padding-left: 1em;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA {
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 115px;
}
.mcsca-service-page .mcsca-service-four .mcsca-SDA .content-title {
  overflow: hidden;
}
.mcsca-service-page .mcsca-service-four .mcsca-SDA .content-title h4 {
  margin: 60px 0;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SDA {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-page .mcsca-service-four .mcsca-SDA {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA ul {
  margin-bottom: 15px;
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA ul .on .text {
  display: block;
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA ul li {
  width: 100%;
  text-align: left;
  background-color: rgba(144, 167, 208, 0.13);
  font-size: 14px;
  color: #333;
  margin: 0;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA ul li span {
  float: right;
  margin-right: 30px;
  cursor: pointer;
  font-size: 13px;
  color: #4289ff;
}
.mcsca-service-page .mcsca-service-four .mcsca-SDA ul li img {
  margin-right: 10px;
  margin-top: -2px;
}


.mcsca-service-page .mcsca-service-four .mcsca-SDA ul li .text {
  padding: 0 4% 0 2%;
  display: none;
  text-indent: 2em;
  cursor: pointer;
}

.mcsca-service-page .mcsca-service-four .mcsca-SDA ul li .title4 {
  padding-left: 1em;
  cursor: pointer;
}

/*服务与支持知识库页样式------可删*/
.mcsca-service-KB-page {
  margin-top: 100px;
}

.mcsca-service-KB-page .mcsca-SKB-one {
  width: 100%;
}

.mcsca-service-KB-page .mcsca-SKB-one img {
  width: 100%;
}

.mcsca-service-KB-page .mcsca-SKB-two {
  background-color: #f1f1f1;
  padding-top: 117px;
}

.mcsca-service-KB-page .mcsca-SKB-two .btn {
  width: 140px;
  height: 40px;
  background: #c6c6c6;
  border-radius: 20px;
  font-size: 18px;
  color: #fffefe;
  border: 0.1px solid #fffefe;
  margin: 0 15px;
}

.mcsca-service-KB-page .mcsca-SKB-two .btn:hover {
  background: #4289ff;
}

.mcsca-service-KB-page .mcsca-SKB-three {
  padding-top: 80px;
  padding-bottom: 100px;
}

.mcsca-service-KB-page .mcsca-SKB-three ul {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mcsca-service-KB-page .mcsca-SKB-three ul li {
  width: 369.56521739px;
  margin-right: 40px;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-service-KB-page .mcsca-SKB-three ul li {
    width: 291.92546584px;
    margin-right: 31.59663866px;
  }
}

.mcsca-service-KB-page .mcsca-SKB-three ul li dl {
  height: 155px;
  width: 319.89247312px;
  line-height: 37px;
  margin-left: 10px;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-service-KB-page .mcsca-SKB-three ul li dl {
    width: 252.68817204px;
    height: 150px;
  }
}

.mcsca-service-KB-page .mcsca-SKB-three ul li :hover {
  text-decoration: none !important;
}

.mcsca-service-KB-page .mcsca-SKB-three ul li .text-body {
  position: relative;
  float: right;
  font-size: 14px;
  color: #777;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc {
  margin: 60px 0 25px 0;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .table {
  margin-bottom: 0;
  height: 70px;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .table tr {
  text-align: left;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .table tr td {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 10%;
  border-top: 0px solid transparent !important;
  border-right: 0.1rem solid #ddd;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .right-border {
  border-right: 0.2rem solid #666;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc li {
  margin: 0;
  background-color: transparent;
  width: 1190px;
}

@media screen and (min-width: 960px) and (max-width: 1210px) {
  .mcsca-service-KB-page .mcsca-SKB-three .toDoc li {
    width: 940px;
  }
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .title p {
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc .title p:hover {
  color: #4289ff;
}

.mcsca-service-KB-page .mcsca-SKB-three .toDoc p {
  font-size: 12px;
  color: #999;
}

/*服务与支持知识详情页样式*/
.mcsca-service-info-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page {
    margin-top: 65px;
  }
}

.mcsca-service-info-page .mcsca-service-info-one img {
  width: 100%;
}

.mcsca-service-info-page .mcsca-service-info-two {
  font-size: 14px;
  color: #333;
  margin-top: 30px;
}

.mcsca-service-info-page .mcsca-service-info-two ul {
  font-size: 14px;
  color: #333;
}

.mcsca-service-info-page .mcsca-service-info-three {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three {
    margin-bottom: 80px;
  }
}

.mcsca-service-info-page .mcsca-service-info-three .border-buttom {
  margin-top: 20px;
  margin-bottom: 0px;
}

.mcsca-service-info-page .mcsca-service-info-three .border-buttom li {
  width: 100%;
  border-bottom: 0.3px solid #dcdcdc;
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three .border-buttom li {
    border-bottom: 0.3px solid transparent;
  }
}

.mcsca-service-info-page .mcsca-service-info-three .border-buttom div {
  padding-bottom: 55px;
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three .border-buttom div {
    padding-bottom: 0;
  }
}

.mcsca-service-info-page .mcsca-service-info-three ul li {
  margin: 35px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .mcsca-service-info-page .mcsca-service-info-three ul li {
    margin: 17.5px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three ul li {
    margin-top: 35px;
    margin-bottom: 0;
  }
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 100%;
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table :first-child p {
  font-size: 16px;
  color: #777;
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table :first-child .title p {
  font-size: 16px;
  color: #333;
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table :first-child .title+tr p:hover {
  color: #4289ff !important;
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table tr td {
  width: 595px;
  padding: 0 0 10px 0;
  border-top: 0px solid transparent !important;
  border-right: 0.1rem solid #ddd;
}

.mcsca-service-info-page .mcsca-service-info-three ul li .table tr td p {
  margin: 0;
}

.mcsca-service-info-page .mcsca-service-info-three ul li :first-child p {
  font-size: 24px;
  color: #333;
  margin: 0 15px 40px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-service-info-page .mcsca-service-info-three ul li :first-child p {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three ul li :first-child p {
    font-size: 20px;
  }
}

.mcsca-service-info-page .mcsca-service-info-three ul li div {
  text-align: left;
}

.mcsca-service-info-page .mcsca-service-info-three ul li p {
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}

.mcsca-service-info-page .mcsca-service-info-three ul li a {
  float: right;
  font-size: 14px;
  color: #4289ff;
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three .come>li {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .mcsca-service-info-page .mcsca-service-info-three .come>dl {
    display: none;
  }
}

.mcsca-service-info-page .mcsca-service-info-three .come>dl {
  width: 100%;
  margin-top: 25px;
}

.mcsca-service-info-page .mcsca-service-info-three .come>dl dt {
  position: relative;
  float: left;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: normal;
}

.mcsca-service-info-page .mcsca-service-info-three .come>dl .one {
  width: 20%;
}

.mcsca-service-info-page .mcsca-service-info-three .come>dl .two {
  width: 80%;
}

.mcsca-service-info-page .mcsca-service-info-three h3 {
  font-size: 28px;
  color: #333;
  margin: 80px 0 25px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-service-info-page .mcsca-service-info-three h3 {
    margin: 50px 0 25px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-service-info-page .mcsca-service-info-three h3 {
    margin: 50px 15px 25px;
    font-size: 24px;
  }
}

.mcsca-service-info-page .mcsca-service-info-three h5 {
  font-size: 16px;
  color: #999;
  margin-bottom: 25px;
}

@media screen and (max-width: 960px) {
  .mcsca-service-info-page .mcsca-service-info-three h5 {
    font-width: 144px;
    font-height: 16px;
  }
}

.mcsca-service-info-page .mcsca-service-info-three .border-left {
  border-left: 0.5rem solid #4289ff;
  text-align: left;
}

.mcsca-service-info-page .mcsca-service-info-three .border-left p {
  padding-left: 15px;
}

/*服务与支持常见问题页样式-------可删*/
.mcsca-service-CP-page {
  margin-top: 100px;
}

.mcsca-service-CP-page .mcsca-SCP-one {
  width: 100%;
}

.mcsca-service-CP-page .mcsca-SCP-one img {
  width: 100%;
}

.mcsca-service-CP-page .mcsca-SCP-two {
  padding-top: 150px;
  padding-bottom: 115px;
}

.mcsca-service-CP-page .mcsca-SCP-two ul {
  margin-bottom: 15px;
}

.mcsca-service-CP-page .mcsca-SCP-two ul .on .text {
  display: block;
}

.mcsca-service-CP-page .mcsca-SCP-two ul li {
  width: 100%;
  text-align: left;
  background-color: rgba(144, 167, 208, 0.13);
  font-size: 14px;
  color: #333;
  margin: 0 20px;
}

.mcsca-service-CP-page .mcsca-SCP-two ul li img {
  float: right;
  margin-right: 30px;
}

.mcsca-service-CP-page .mcsca-SCP-two ul li .text {
  padding: 0 4% 0 2%;
  display: none;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc {
  margin: 90px 0 85px 0;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc .table {
  margin-bottom: 0;
  height: 70px;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc .table tr {
  text-align: left;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc .table tr td {
  padding-top: 5px;
  padding-bottom: 0;
  padding-left: 10%;
  border-top: 0px solid transparent !important;
  border-right: 0.1rem solid #ddd;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc .right-border {
  border-right: 0.2rem solid #666;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc li {
  margin: 0;
  background-color: transparent;
  width: 1190px;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc .title p {
  font-size: 16px;
  color: #4289ff;
  font-weight: bold;
}

.mcsca-service-CP-page .mcsca-SCP-two .toDoc p {
  font-size: 12px;
  color: #999;
}

/*公司资讯页样式*/
.mcsca-CI-page {
  margin-top: 140px;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page {
    margin-top: 100px;
  }
}

.mcsca-CI-page .mcsca-CI-one .information-nav {
  background-color: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 60px;
  position: absolute;
  top: 390px;
  text-align: left;
  display: flex;
  align-items: Center;
  font-size: 20px;
  padding-left: 30px;
  color: #FFFFFF;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .information-nav {
    height: 50px;
    top: 285px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .information-nav {
    font-size: 16px;
    padding-left: 15px;
  }

  .mcsca-CI-page .mcsca-CI-one .information-nav> :first-child {
    width: 60%;
    height: 20px;
    word-wrap: break-word;
    /* word-break:break-all;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.mcsca-CI-page .mcsca-CI-one .information-nav .img-nav {
  position: absolute;
  right: 30px;
  width: 140px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .information-nav .img-nav {
    width: 120px;
    right: 20px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .information-nav .img-nav {
    width: 20%;
    right: 3%;
  }
}

.mcsca-CI-page .mcsca-CI-one .information-nav .img-nav img {
  padding: 3px;
  border-radius: 2px;
  float: right;
  width: 33%;
}

.mcsca-CI-page .mcsca-CI-one .information-nav .img-nav :hover {
  background-color: #4289ff;
}

.mcsca-CI-page .mcsca-CI-one .information-nav .img-nav .on img {
  background-color: #4289ff;
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-button-next {
  background-image: url("../images/information/next-btn.png") !important;
  right: 0;
  opacity: 0.93;
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-button-next {
    display: none;
  }
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-button-prev {
  background-image: url("../images/information/pre-btn.png");
  left: 0;
  opacity: 0.93;
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-button-prev {
    display: none;
  }
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination {
  margin-bottom: 0;
  text-align: right;
  padding-right: 20px;
  background: rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination {
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination {
    padding-right: 5px;
  }
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .slide-title {
  position: absolute;
  float: left;
  text-indent: 2em;
  text-align: left;
  width: 60%;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  align-items: Center;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .slide-title {
    text-indent: 1em;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .slide-title {
    text-indent: 0.5em;
  }
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .slide-title p {
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  overflow: hidden;
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  margin: 10px 5px 0;
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet img {
  display: block;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 5px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 820px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 3px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 10px;
  }
}

@media screen and (max-width: 610px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 5px;
  }
}

@media screen and (max-width: 500px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 3px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    margin-top: 8px;
  }
}

@media screen and (max-width: 420px) {
  .mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin-top: 4px;
  }
}

.mcsca-CI-page .mcsca-CI-one .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  border: 2px solid #4289ff;
  background: transparent;
}

.mcsca-CI-page .mcsca-CI-one .left {
  width: 820px;
  text-align: left;
  padding-bottom: 65px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .left {
    width: 610px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left {
    width: 68.3%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .left {
    width: 100%;
    padding-bottom: 45px;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .more {
  text-align: center;
  padding-top: 70px;
  font-size: 14px;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .more {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .left .more {
    padding-top: 45px;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .more a {
  color: #999;
}

.mcsca-CI-page .mcsca-CI-one .left .more a:hover {
  color: #333;
}

.mcsca-CI-page .mcsca-CI-one .left dl {
  padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left dl {
    padding-bottom: 15px;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information a {
  text-decoration: none;
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul {
  border-bottom: 0.1px solid #dcdcdc;
  position: relative;
  left: 0;
  padding: 20px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul {
    width: 100%;
    padding: 15px 0;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .img-di {
  width: 360px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .img-di {
    width: 310px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .img-di {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .img-di {
    width: 42%;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul li {
  position: relative;
  right: 0;
  text-align: left;
  margin: 0 15px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul li {
    width: 51%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul li {
    width: 54%;
    margin: 0 2%;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .synopsis a {
  font-weight: bold;
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information ul .synopsis .share img:hover {
  transform: scale(1);
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .source {
  padding-top: 25px;
  font-size: 14px;
  color: #4289ff;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .source {
    font-size: 12px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 741px) and (max-width: 810px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .source {
    padding-top: 10px;
  }
}

@media screen and (max-width: 540px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .source {
    padding-top: 7px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .source {
    padding-top: 2px;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
  padding: 20px 0 40px 0;
  font-size: 20px;
  color: #333;
  width: 430px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
    width: 280px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
    font-size: 16px;
    width: 100%;
    padding: 15px 0 25px 0;
  }
}

@media screen and (min-width: 741px) and (max-width: 810px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
    padding: 10px 0 15px 0;
  }
}

@media screen and (max-width: 540px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
    padding: 7px 0 14px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title {
    padding: 2px 0 4px 0;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title a {
  color: #333;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title a {
    height: 23px;
    word-wrap: break-word;
    /* word-break:break-all;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .title:hover a {
  color: #4289ff;
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .date {
  font-size: 14px;
  color: #999;
}

@media screen and (min-width: 961px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .date {
    width: 280px;
  }
}

@media screen and (min-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .date {
    width: 430px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .left .dynamic_information .date {
    font-size: 12px;
  }
}

.mcsca-CI-page .mcsca-CI-one .left .dynamic_information .date a {
  position: relative;
  float: right;
  color: #999;
}

.mcsca-CI-page .mcsca-CI-one .right {
  width: 320px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .right {
    width: 290px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right {
    width: 26.25%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right {
    width: 100%;
  }

  .mcsca-CI-page .mcsca-CI-one .right> :first-child {
    display: none;
  }
}

.mcsca-CI-page .mcsca-CI-one .right a {
  text-decoration: none;
}

.mcsca-CI-page .mcsca-CI-one .right a p {
  font-weight: normal;
}

.mcsca-CI-page .mcsca-CI-one .right a p:hover {
  color: #4289ff;
}

.mcsca-CI-page .mcsca-CI-one .right>dl {
  border-bottom: 0.1px solid #dcdcdc;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right>dl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right>dl {
    margin-bottom: 40px;
  }
}

.mcsca-CI-page .mcsca-CI-one .right .recommend> :nth-child(6) {
  padding-top: 5px;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend> :nth-child(6) {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend> :nth-child(6) {
    padding-top: 0;
    display: none;
  }
}

.mcsca-CI-page .mcsca-CI-one .right .recommend ul {
  position: relative;
  left: 0;
  padding: 0 0 40px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul {
    padding-bottom: 30px;
  }
}

.mcsca-CI-page .mcsca-CI-one .right .recommend ul li {
  position: relative;
  right: 0;
  text-align: left;
  margin: 0 10px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul li {
    width: 70px;
    margin: 0 7.5px;
  }
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul li {
    width: 35%;
    margin: 0 2.3%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul li {
    margin: 0 2.3%;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul> :nth-child(2) {
    width: 60%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend ul> :nth-child(2) {
    width: 66%;
  }
}

.mcsca-CI-page .mcsca-CI-one .right .recommend .title1 {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  width: 215px;
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend .title1 {
    font-size: 14px;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page .mcsca-CI-one .right .recommend .title1 {
    width: 100%;
    -webkit-line-clamp: 1;
  }
}

.mcsca-CI-page .mcsca-CI-one .right .recommend .title1 a {
  color: #333;
}

.mcsca-CI-page .mcsca-CI-one .right .recommend .title1 a:hover {
  color: #4289ff;
}

.mcsca-CI-page .mcsca-CI-one .right .recommend .date {
  font-size: 12px;
  color: #999;
}

.mcsca-CI-page .mcsca-CI-one .right p {
  margin: 25px 0 45px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one .right p {
    margin: 20px 0 30px;
    font-size: 14px;
  }
}

.mcsca-CI-page .mcsca-CI-one ul li {
  margin: 0 25px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page .mcsca-CI-one ul li {
    margin: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one ul li {
    margin: 0 2.5%;
  }
}

.mcsca-CI-page .mcsca-CI-one ul li .title {
  float: left;
  padding: 0 0 45px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page .mcsca-CI-one ul li .title {
    padding: 0 0 30px 0;
  }
}

/*公司资讯详情页样式*/
.mcsca-CII-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-CII-page {
    margin-top: 65px;
  }
}

.mcsca-CII-page .mcsca-CII-two {
  margin-top: 30px;
}

.mcsca-CII-page .mcsca-CII-two .left {
  width: 820px;
  text-align: left;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two .left {
    width: 610px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .left {
    width: 68.3%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .left {
    width: 100%;
    padding-bottom: 45px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .left .come .table {
    display: none;
  }
}

@media screen and (min-width: 741px) {
  .mcsca-CII-page .mcsca-CII-two .left .come>div {
    display: none;
  }
}

.mcsca-CII-page .mcsca-CII-two .left .come>div {
  width: 100%;
}

.mcsca-CII-page .mcsca-CII-two .left .come>div dt {
  margin-top: 40px;
  position: relative;
  float: left;
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-weight: normal;
}

.mcsca-CII-page .mcsca-CII-two .left .come>div .one {
  width: 20%;
}

.mcsca-CII-page .mcsca-CII-two .left .come>div .two {
  width: 80%;
}

.mcsca-CII-page .mcsca-CII-two .left .table {
  text-align: center;
}

.mcsca-CII-page .mcsca-CII-two .left .table .border-right {
  border-right: 0.1rem solid #ddd !important;
}

.mcsca-CII-page .mcsca-CII-two .left .table td {
  width: 595px;
  padding: 0;
}

.mcsca-CII-page .mcsca-CII-two .left .table td p {
  padding-bottom: 10px;
}

.mcsca-CII-page .mcsca-CII-two .left .table td a {
  color: #999;
}

.mcsca-CII-page .mcsca-CII-two .left .table td a:hover {
  color: #4289ff !important;
  text-decoration: none;
}

.mcsca-CII-page .mcsca-CII-two .left .title {
  font-size: 26px;
  color: #111;
  padding: 0;
  line-height: 36px;
}

.mcsca-CII-page .mcsca-CII-two .left .source {
  font-size: 14px;
  color: #999;
  margin: 30px 0 60px 0;
  border-bottom: 0.1px solid #dcdcdc;
}

.mcsca-CII-page .mcsca-CII-two .left .source p {
  padding-bottom: 15px;
}

.mcsca-CII-page .mcsca-CII-two .left .source .share {
  position: absolute;
  float: right;
  width: 45px;
}

.mcsca-CII-page .mcsca-CII-two .left .source .share a {
  color: #999;
}

.mcsca-CII-page .mcsca-CII-two .left .source .share a:hover {
  text-decoration: none;
}

.mcsca-CII-page .mcsca-CII-two .left .info {
  border-bottom: 0.1rem solid #ddd;
  margin-bottom: 20px;
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .left .info {
    border-bottom: 0;
  }
}

.mcsca-CII-page .mcsca-CII-two .left .info .text {
  text-indent: 2em;
  line-height: 32px;
  color: #333;
  font-size: 16px;
}

.mcsca-CII-page .mcsca-CII-two .left .info .text p {
  padding-bottom: 35px;
}

.mcsca-CII-page .mcsca-CII-two .left .info .text dd {
  text-align: center;
  padding-top: 10px;
  width: 640px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two .left .info .text dd {
    width: 500px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .left .info .text dd {
    width: 90%;
  }
}

.mcsca-CII-page .mcsca-CII-two .left .info .text dd p {
  padding: 0 0 40px 0;
}

.mcsca-CII-page .mcsca-CII-two .left .info .text dd img {
  padding-bottom: 20px;
}

.mcsca-CII-page .mcsca-CII-two .left .info .text h4 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: left;
  padding: 4px 0 35px 0;
}

.mcsca-CII-page .mcsca-CII-two .left .info .more {
  text-align: right;
  padding: 25px 0;
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .left .info .more {
    padding-bottom: 0;
    padding-top: 45px;
  }
}

.mcsca-CII-page .mcsca-CII-two .left .info .more a {
  color: #999;
}

.mcsca-CII-page .mcsca-CII-two .left .info .more a:hover {
  color: #4289ff !important;
}

.mcsca-CII-page .mcsca-CII-two .left .info ul {
  width: 820px;
  position: relative;
  left: 0;
  padding: 0;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two .left .info ul {
    width: 610px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .left .info ul {
    width: 100%;
  }
}

.mcsca-CII-page .mcsca-CII-two .left .info ul li {
  position: relative;
  right: 0;
  text-align: left;
  margin: 0;
  width: 100%;
}

.mcsca-CII-page .mcsca-CII-two .right {
  width: 320px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two .right {
    width: 290px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right {
    width: 26.25%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right {
    width: 100%;
  }

  .mcsca-CII-page .mcsca-CII-two .right> :first-child {
    display: none;
  }
}

.mcsca-CII-page .mcsca-CII-two .right a {
  text-decoration: none;
}

.mcsca-CII-page .mcsca-CII-two .right a p {
  font-weight: normal;
}

.mcsca-CII-page .mcsca-CII-two .right>dl {
  border-bottom: 0.1px solid #dcdcdc;
  margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right>dl {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right>dl {
    margin-bottom: 40px;
  }
}

.mcsca-CII-page .mcsca-CII-two .right .recommend> :nth-child(6) {
  padding-top: 5px;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend> :nth-child(6) {
    padding-top: 0;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend> :nth-child(6) {
    padding-top: 0;
    display: none;
  }
}

.mcsca-CII-page .mcsca-CII-two .right .recommend ul {
  position: relative;
  left: 0;
  padding: 0 0 40px 0;
  width: 100%;
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul {
    padding-bottom: 30px;
  }
}

.mcsca-CII-page .mcsca-CII-two .right .recommend ul li {
  position: relative;
  right: 0;
  text-align: left;
  margin: 0 10px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul li {
    width: 70px;
    margin: 0 7.5px;
  }
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul li {
    width: 35%;
    margin: 0 2.3%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul li {
    margin: 0 2.3%;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul> :nth-child(2) {
    width: 60%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend ul> :nth-child(2) {
    width: 66%;
  }
}

.mcsca-CII-page .mcsca-CII-two .right .recommend .title1 {
  padding: 5px 0;
  margin-bottom: 0;
  font-size: 16px;
  color: #333;
  width: 215px;
  word-wrap: break-word;
  /* word-break:break-all;*/
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend .title1 {
    font-size: 14px;
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CII-page .mcsca-CII-two .right .recommend .title1 {
    width: 100%;
    -webkit-line-clamp: 1;
  }
}

.mcsca-CII-page .mcsca-CII-two .right .recommend .title1 a {
  color: #333;
}

.mcsca-CII-page .mcsca-CII-two .right .recommend .date {
  font-size: 12px;
  color: #999;
}

.mcsca-CII-page .mcsca-CII-two .right p {
  padding: 25px 0 45px;
  text-align: left;
  font-size: 16px;
  color: #333;
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two .right p {
    padding: 20px 0 30px;
    font-size: 14px;
  }
}

.mcsca-CII-page .mcsca-CII-two ul li {
  margin: 0 25px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CII-page .mcsca-CII-two ul li {
    margin: 0 20px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CII-page .mcsca-CII-two ul li {
    margin: 0 2.5%;
  }
}

.mcsca-CII-page .mcsca-CII-two ul li .title {
  float: left;
  padding: 0 0 45px 0;
}

/*关于我们主页样式*/
.mcsca-about-us-page {
  margin-top: 100px;
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page {
    margin-top: 65px;
  }
}

.mcsca-about-us-page .mcsca-AU-two {
  background-color: #fff;
}

.mcsca-about-us-page .mcsca-AU-two .nav-hover ul li a {
  font-weight: normal !important;
  text-decoration: none !important;
}

.mcsca-about-us-page .mcsca-AU-two .nav-hover ul li .buttom-border {
  border-bottom: 0 solid transparent !important;
}

.mcsca-about-us-page .mcsca-AU-two .nav-hover ul li:hover a {
  font-weight: bolder !important;
  text-decoration: none !important;
}

.mcsca-about-us-page .mcsca-AU-two .nav-hover ul li:hover .buttom-border {
  border-bottom: 0.3rem solid #4289ff !important;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav {
  width: 658.5px;
  text-align: center;
}

@media screen and (max-width: 960px) {
  .mcsca-about-us-page .mcsca-AU-two .AU-nav {
    width: 395px;
  }

  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul {
    width: 100%;
  }

  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul li {
    margin: 0 7.5px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-two .AU-nav {
    width: 320px;
  }

  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul {
    width: 100%;
  }

  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul li {
    margin: 0 3.5px;
    font-size: 14px;
  }
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav ul {
  height: 100px;
  left: 0;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav ul .on a {
  font-weight: bolder;
  text-decoration: none;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav ul .on .buttom-border {
  border-bottom: 0.3rem solid #4289ff;
}

@media screen and (max-width: 960px) {
  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul .on .buttom-border {
    border-bottom: 0.2rem solid #4289ff;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-two .AU-nav ul .on .buttom-border {
    border-bottom: 0.15rem solid #4289ff;
  }
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav dt {
  padding-bottom: 60px;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav li {
  position: relative;
  right: 0;
  margin: 0 30px;
  padding-top: 58px;
  font-size: 18px;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav li a {
  color: #333;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav li a:hover {
  cursor: pointer;
}

.mcsca-about-us-page .mcsca-AU-two .AU-nav li .buttom-border {
  width: 35px;
  height: 1px;
  padding-top: 12px;
  margin-left: 1em;
}

.mcsca-about-us-page .mcsca-AU-three {
  background-color: #f1f1f1;
  padding-bottom: 80px;
}

.mcsca-about-us-page .mcsca-AU-three :last-child li p {
  padding-bottom: 120px;
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-three :last-child li p {
    padding-bottom: 60px;
  }
}

.mcsca-about-us-page .mcsca-AU-three :first-child li {
  margin-top: 20px;
}

.mcsca-about-us-page .mcsca-AU-three ul .sign {
  text-align: center;
  padding: 0 0 60px 0;
}

.mcsca-about-us-page .mcsca-AU-three ul .sign img {
  position: relative;
  top: -3px;
}

.mcsca-about-us-page .mcsca-AU-three ul li {
  background-color: #fff;
  width: 100%;
  margin: 0;
  padding: 0 70px;
  text-align: left;
}

@media screen and (max-width: 960px) {
  .mcsca-about-us-page .mcsca-AU-three ul li {
    padding: 0 50px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-three ul li {
    padding: 0 10px;
  }
}

.mcsca-about-us-page .mcsca-AU-three ul li p {
  padding-bottom: 30px;
  font-size: 16px;
  color: #333;
  text-indent: 2em;
}

.mcsca-about-us-page .mcsca-AU-three ul li h2 {
  font-size: 24px;
  color: #333;
  padding-bottom: 70px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-three ul li h2 {
    font-size: 22px;
    padding-bottom: 40px;
  }
}


.mcsca-about-us-page .mcsca-AU-three ul li h3 {
  text-align: left;
  padding-bottom: 35px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.mcsca-about-us-page .mcsca-AU-three .mcsca-AU-threeXUL li {
  width: 33.33333333333333333333%;
  padding: 20px 25px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .mcsca-about-us-page .mcsca-AU-three .mcsca-AU-threeXUL li {
    width: 100%;
    padding: 20px 25px;
    text-align: center;
  }

  .mcsca-about-us-page .mcsca-AU-three .mcsca-AU-threeXUL li:last-child,
  .mcsca-about-us-page .mcsca-AU-three .mcsca-AU-threeXUL li:nth-last-child(2) {
    display: none;
  }
}

.mcsca-about-us-page .mcsca-AU-three .mcsca-AU-threeXUL li p {
  text-align: center;
  padding: 0 !important;
  margin-top: 20px;
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #141414;
  text-indent: 0em;
}

/*# sourceMappingURL=style.css.map */





.mcsca-CI-page2 .mcsca-CI-one2 .left2 {
  width: 820px;
  text-align: left;
  padding-bottom: 65px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 {
    width: 610px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 {
    width: 68.3%;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 {
    width: 100%;
    padding-bottom: 45px;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .more {
  text-align: center;
  padding-top: 70px;
  font-size: 14px;
}

@media screen and (min-width: 741px) and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .more {
    padding-top: 30px;
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 740px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .more {
    padding-top: 45px;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .more a {
  color: #999;
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .more a:hover {
  color: #333;
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 dl {
  padding-bottom: 20px;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 dl {
    padding-bottom: 15px;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information a {
  text-decoration: none;
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul {
  border-bottom: 0.1px solid #dcdcdc;
  position: relative;
  left: 0;
  padding: 20px 0;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul {
    width: 100%;
    padding: 15px 0;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .img-di {
  width: 360px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .img-di {
    width: 310px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .img-di {
    width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .img-di {
    width: 42%;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul li {
  position: relative;
  right: 0;
  text-align: left;
  margin: 0 15px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul li {
    margin: 0 10px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul li {
    width: 51%;
    margin: 0 2%;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul li {
    width: 54%;
    margin: 0 2%;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .synopsis a {
  font-weight: bold;
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information ul .synopsis .share img:hover {
  transform: scale(1);
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .source {
  padding-top: 25px;
  font-size: 14px;
  color: #4289ff;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .source {
    font-size: 12px;
    padding-top: 20px;
  }
}

@media screen and (min-width: 741px) and (max-width: 810px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .source {
    padding-top: 10px;
  }
}

@media screen and (max-width: 540px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .source {
    padding-top: 7px;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .source {
    padding-top: 2px;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
  padding: 20px 0 40px 0;
  font-size: 20px;
  color: #333;
  width: 430px;
}

@media screen and (max-width: 1210px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
    width: 280px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
    font-size: 16px;
    width: 100%;
    padding: 15px 0 25px 0;
  }
}

@media screen and (min-width: 741px) and (max-width: 810px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
    padding: 10px 0 15px 0;
  }
}

@media screen and (max-width: 540px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
    padding: 7px 0 14px 0;
  }
}

@media screen and (max-width: 480px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title {
    padding: 2px 0 4px 0;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title a {
  color: #333;
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title a {
    height: 23px;
    word-wrap: break-word;
    /* word-break:break-all;*/
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .title:hover a {
  color: #4289ff;
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .date {
  font-size: 14px;
  color: #999;
}

@media screen and (min-width: 961px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .date {
    width: 560px;
  }
}

@media screen and (min-width: 1210px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .date {
    width: 720px;
  }
}

@media screen and (max-width: 960px) {
  .mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .date {
    font-size: 12px;
  }
}

.mcsca-CI-page2 .mcsca-CI-one2 .left2 .dynamic_information .date a {
  position: relative;
  float: right;
  color: #999;
}

.mcsca-about-us-page .mcsca-CI-one2 {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}

.mcsca-about-us-page .mcsca-CI-one2 ul .sign {
  text-align: center;
  padding: 0 0 60px 0;
  width: 100%;
  margin: 0;
  /*padding: 0 70px;text-align: left;*/
}

.mcsca-about-us-page .mcsca-CI-one2 ul li {
  background-color: #fff;
  /*width: 100%;*/
  /*margin: 0;*/
  /*padding: 0 70px;*/
  /*text-align: left;*/
}

.mcsca-about-us-page .mcsca-CI-one2 ul .sign img {
  position: relative;
  top: -3px;
}

.mcsca-about-us-page .mcsca-CI-one2 :first-child li {
  margin-top: 20px;
}

/* 业务申明--服务与支持（OCSP/LDAP客户端） */

.table-margin {
  margin-bottom: 100px !important;
}
@media screen and (max-width: 480px) {
  .table-margin {
    margin-bottom: 50px !important;
  }
}

/*@media screen and (max-width: 960px) {*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li {*/
/*padding: 0 50px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 480px) {*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li {*/
/*padding: 0 10px;*/
/*}*/
/*}


/*.mcsca-about-us-page .mcsca-CI-one2 {*/
/*background-color: #f1f1f1;*/
/*padding-bottom: 80px;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 :last-child li p {*/
/*padding-bottom: 120px;*/
/*}*/
/*@media screen and (max-width: 480px) {*/
/*.mcsca-about-us-page .mcsca-CI-one2 :last-child li p {*/
/*padding-bottom: 5px;*/
/*}*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 :first-child li {*/
/*margin-top: 20px;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul .sign {*/
/*text-align: center;*/
/*padding: 0 0 60px 0;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul .sign img {*/
/*position: relative;*/
/*top: -3px;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li {*/
/*background-color: #fff;*/
/*!*width: 100%;*!*/
/*!*margin: 0;*!*/
/*!*padding: 0 70px;*!*/
/*!*text-align: left;*!*/
/*}*/
/*@media screen and (max-width: 960px) {*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li {*/
/*padding: 0 50px;*/
/*}*/
/*}*/
/*@media screen and (max-width: 480px) {*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li {*/
/*padding: 0 10px;*/
/*}*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li p {*/
/*padding-bottom: 30px;*/
/*font-size: 16px;*/
/*color: #333;*/
/*text-indent: 2em;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li h2 {*/
/*font-size: 24px;*/
/*color: #333;*/
/*padding-bottom: 70px;*/
/*font-weight: bold;*/
/*}*/
/*.mcsca-about-us-page .mcsca-CI-one2 ul li h3 {*/
/*text-align: left;*/
/*padding-bottom: 35px;*/
/*font-size: 16px;*/
/*color: #333;*/
/*font-weight: bold;*/
/*}*/
