html,
body {
  overflow-x: hidden;
}
ul li {
  list-style: none;
}
.ltr {
  animation: ltr .4s;
  -moz-animation: ltr .4s;
  /* Firefox */
  -webkit-animation: ltr .4s;
  /* Safari 和 Chrome */
  -o-animation: ltr .4s;
  /* Opera */
}
@keyframes ltr {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes ltr {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes ltr {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-o-keyframes ltr {
  from {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
.rtl {
  margin-left: 0;
  animation: rtl .4s;
  -moz-animation: rtl .4s;
  /* Firefox */
  -webkit-animation: rtl .4s;
  /* Safari 和 Chrome */
  -o-animation: rtl .4s;
  /* Opera */
}
@keyframes rtl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes rtl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes rtl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes rtl {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
/*-webkit-transition: all .2s linear;
-moz-transition: all .2s linear;
-ms-transition: all .2s linear;
-o-transition: all .2s linear;
transition: all .2s linear;*/
/*overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;*/
/*display:-webkit-box;
display:-webkit-flex;
display:-moz-box;
display:-ms-flexbox;
display:flex;
-prefix-box-flex: 1;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;*/
.newsDetail {
  background: #f0f3f5;
}
.newsDetail .newsContent {
  background: #fff;
  position: relative;
}
.newsDetail .newsContent .title {
  border-bottom: 1px dashed #b3b3b3;
  text-align: center;
}
.newsDetail .newsContent .title > p {
  background: #507ebb;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 1px;
}
.newsDetail .newsContent .title h1 {
  color: #507ebb;
  margin: 0;
}
.newsDetail .newsContent .detail {
  color: #5b5b5b;
}
.newsDetail .newsContent .detail img {
  display: block;
  max-width: 100%;
  margin: 20px auto;
  height: auto;
}
.news .content {
  padding: 0;
}
.news .content .card1 .card {
  border: none;
}
.index .banners .swiper-pagination-bullet {
  background: #cdcdcd;
  opacity: 1;
}
.index .banners .swiper-pagination-bullet-active {
  background: #135bba;
}
/*overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;*/
.header {
  position: relative;
  z-index: 999;
}
@media (max-width: 767.98px) {
  .footer {
    padding: 0;
    height: 155px;
    background: url("../img/img19.jpg") no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .footer > div {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  .footer > div .left {
    box-sizing: border-box;
    padding: 8px 0 0;
    float: left;
  }
  .footer > div .left .logo {
    display: block;
    height: 30px;
    margin-bottom: 34px;
  }
  .footer > div .left .logo img {
    float: left;
    height: 30px;
    width: auto;
    margin-right: 5px;
  }
  .footer > div .left .logo div {
    height: 30px;
    position: relative;
    float: left;
  }
  .footer > div .left .logo div p {
    font-size: 14px;
    color: #fefefe;
    line-height: 30px;
    font-weight: bold;
  }
  .footer > div .left .logo div span {
    position: absolute;
    bottom: -5px;
    left: 0;
    font-size: 10px;
    color: #fefefe;
    white-space: nowrap;
  }
  .footer > div .left ul {
    padding: 0;
  }
  .footer > div .left ul li {
    min-height: 15px;
    margin-bottom: 10px;
  }
  .footer > div .left ul li div {
    float: left;
    height: 15px;
    width: 14px;
    margin-right: 10px;
    position: relative;
  }
  .footer > div .left ul li div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer > div .left ul li p {
    float: left;
    font-size: 12px;
    color: #ffffff;
    line-height: 15px;
    width: calc(100% - 35px);
    margin-bottom: 0;
  }
  .footer > div .right {
    display: none;
  }
  .header {
    height: 49px;
    background: #fff;
  }
  .header > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header > div .menu {
    display: block;
    width: 20px;
    height: 15px;
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -7.5px;
    cursor: pointer;
    background: url("../img/img53.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  .header > div .left {
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: -4.5px;
  }
  .header > div .left img {
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  .header > div .center {
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .header > div .center p {
    margin: 0;
  }
  .header > div .center .pc {
    display: none!important;
  }
  .header > div .center .other {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .header > div .center .other ul {
    width: 38.8%;
    float: left;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .header > div .center .other ul::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li {
    height: 54px;
  }
  .header > div .center .other ul li > p {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 53px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div {
    display: none;
    width: 48.8%;
    position: absolute;
    left: 38.8%;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .header > div .center .other ul li > div::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.first .ul .li .title {
    padding-left: 14px;
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
  }
  .header > div .center .other ul li > div.first .ul .li .title span {
    display: inline-block;
    font-size: 13px;
    color: #1a1a1a;
    vertical-align: middle;
    max-width: 90%;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .title i {
    display: inline-block;
    font-size: 13px;
    color: #7c7c7c;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    vertical-align: middle;
  }
  .header > div .center .other ul li > div.first .ul .li .detail {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p {
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 14px;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p:last-of-type {
    margin-bottom: 0;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a {
    display: inline-block;
    max-width: 100%;
    font-size: 12px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a:active,
  .header > div .center .other ul li > div.first .ul .li .detail p a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li > div.first .ul .li.active .title i {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .header > div .center .other ul li > div.normal .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.normal .ul .li {
    padding-left: 14px;
    box-sizing: border-box;
    height: 54px;
    line-height: 54px;
    max-width: 90%;
  }
  .header > div .center .other ul li > div.normal .ul .li a {
    display: inline-block;
    font-size: 13px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.normal .ul .li a:active,
  .header > div .center .other ul li > div.normal .ul .li a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li.active > p {
    border-bottom: 1px solid #5eddec;
  }
  .header > div .center .other ul li.active > div {
    display: block;
  }
  .header > div .center .search {
    display: none;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #5eddec;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    padding-left: 33px;
    padding-right: 30px;
    background: #fff;
    background-image: url(../img/search.png);
    background-repeat: no-repeat;
    background-position: 10px 8px;
    background-size: 14px 14px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
  }
  .header > div .center .search form {
    width: 100%;
  }
  .header > div .center .search input {
    display: block;
    border: none;
    width: 100%;
    height: 28px;
    background: #fff;
    font-size: 12px;
    color: #747474;
    padding: 0;
  }
  .header > div .center .search input:focus {
    border: none!important;
    box-shadow: none!important;
  }
  .header > div .center .search i {
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(../img/close.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .header > div .right {
    position: absolute;
    width: auto;
    height: 20px;
    right: 15px;
    top: 14.5px;
    padding: 0;
  }
  .header > div .right > img {
    display: block;
    height: 100%;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header > div .right i {
    display: block;
    width: 1px;
    background: #cdcdcd;
    height: 100%;
    float: left;
    margin: 0 10px;
  }
  .header > div .right > div {
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
  }
  .header > div .right > div > img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .header > div .right > div div {
    position: absolute;
    display: none;
    width: 152px;
    height: 152px;
    border-radius: 6px;
    background-color: #ffffff;
    top: 49px;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    border: 1px solid #d7d7d9;
    right: 0;
  }
  .header > div .right > div div img {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 5px;
  }
  .header > div .right > div div:before {
    display: block;
    content: '';
    width: 15px;
    height: 11px;
    position: absolute;
    top: -10px;
    background: url(../img/img52.png) no-repeat;
    background-size: 100% 100%;
    right: 2px;
  }
  .header > div .right > div:hover div {
    display: block;
  }
  .newsDetail {
    background: #fff;
  }
  .newsDetail .banner {
    margin-bottom: 22px;
  }
  .newsDetail .content {
    max-width: 100%;
  }
  .newsDetail .content .newsContent .title {
    padding: 26px 13px;
  }
  .newsDetail .content .newsContent .title > p {
    font-size: 11px;
    width: 62px;
    height: 18px;
    line-height: 18px;
  }
  .newsDetail .content .newsContent .title h1 {
    font-size: 15px;
    line-height: 24px;
  }
  .newsDetail .content .newsContent .detail {
    padding: 18px 0;
    font-size: 11px;
    line-height: 24px;
  }
  .news {
    background: #f0f3f5;
  }
  .news .content .card1 {
    margin-bottom: 15px;
    padding: 30px 10px 24px;
    background: #fff;
  }
  .news .content .card1 > div {
    padding: 0;
  }
  .news .content .card1 .card img {
    border-radius: 4px;
    max-width: 100%;
    display: block;
    margin: 0 auto 10px;
  }
  .news .content .card1 .card .col-lg-8.col-xl-8 {
    position: relative;
    padding: 0;
  }
  .news .content .card1 .card .card-body {
    padding: 0;
  }
  .news .content .card1 .card .card-body > div {
    line-height: 20px;
    margin-bottom: 8px;
  }
  .news .content .card1 .card .card-body > div b {
    font-size: 11px;
    color: #b2b2b2;
    margin-right: 14px;
    font-weight: normal;
  }
  .news .content .card1 .card .card-body > div i,
  .news .content .card1 .card .card-body > div span {
    font-size: 11px;
    color: #758ca6;
  }
  .news .content .card1 .card .card-body .card-title {
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 8px;
  }
  .news .content .card1 .card .card-body .card-text {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 24px;
    margin: 0;
  }
  .news .content .card1 .card .card-body .btn {
    display: none;
  }
  .news .content .list {
    background: #fff;
    padding: 30px 0 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto 20px;
  }
  .news .content .list .item {
    margin-top: 30px;
    padding: 0;
  }
  .news .content .list .item:nth-of-type(1),
  .news .content .list .item:nth-of-type(2) {
    margin-top: 0;
  }
  .news .content .list .item a {
    text-decoration: none;
  }
  .news .content .list .item a .card {
    border: none;
    border-radius: 12px;
    padding: 0 10px;
  }
  .news .content .list .item a .card img {
    border-radius: 4px;
    margin-bottom: 10px;
  }
  .news .content .list .item a .card .card-body {
    padding: 0;
  }
  .news .content .list .item a .card .card-body > div {
    height: 30px;
    line-height: 30px;
  }
  .news .content .list .item a .card .card-body > div b {
    font-size: 11px;
    color: #b2b2b2;
    font-weight: normal;
  }
  .news .content .list .item a .card .card-body > div p {
    float: right;
    margin-bottom: 0;
  }
  .news .content .list .item a .card .card-body > div i,
  .news .content .list .item a .card .card-body > div span {
    font-size: 11px;
    color: #758ca6;
  }
  .news .content .list .item a .card .card-body .card-title {
    font-size: 12px;
    color: #1a1a1a;
    margin-bottom: 5px;
    line-height: 21px;
    height: 42px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .list .item a .card .card-body .card-text {
    display: none;
  }
  .news .content .list .item a .card button {
    display: none;
  }
  .news .content .paginationC {
    margin: 0 auto;
    -ms-flex-pack: center!important;
    justify-content: center!important;
  }
  .news .content .paginationC .pagination  {
    padding: 0;
    height: 21px;
    position: relative;
    padding-bottom: 46px;
    box-sizing: content-box;
  }
  .news .content .paginationC .pagination  li {
    list-style: none;
    height: 21px;
    float: left;
    width: 21px;
    margin-left: 15px;
    text-align: center;
    line-height: 21px;
  }
  .news .content .paginationC .pagination  li:first-of-type {
    margin-left: 0;
  }
  .news .content .paginationC .pagination  li a, .news .content .paginationC .pagination  li span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    color: #666666;
    line-height: 21px;
  }
  .news .content .paginationC .pagination  li i {
    font-size: 16px;
    color: #666666;
  }
  .news .content .paginationC .pagination  li p {
    font-size: 12px;
    color: #666666;
  }
  .news .content .paginationC .pagination  li.active a,
  .news .content .paginationC .pagination  li.active span,
  .news .content .paginationC .pagination  li:hover a,
  .news .content .paginationC .pagination  li.active i,
  .news .content .paginationC .pagination  li:hover i {
    background: #0c0183;
    color: #fff;
    text-decoration: none;
  }
  .news .content .paginationC .pagination  div {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 21px;
    line-height: 21px;
    white-space: nowrap;
    width: 8.3rem;
  }
  .news .content .paginationC .pagination  div i {
    float: left;
    font-size: 12px;
    color: #666666;
    font-style: normal;
  }
  .news .content .paginationC .pagination  div input[type=text] {
    display: block;
    width: 46px;
    height: 100%;
    border-radius: 7px;
    box-sizing: border-box;
    border: 1px solid #758ca6;
    text-align: center;
    font-size: 12px;
    color: #666666;
    margin: 0 5px;
    float: left;
  }
  .news .content .paginationC .pagination  div a,.news .content .paginationC .pagination  div input[type=submit]  {
    float: left;
    font-size: 12px;
    color: #135bba;
    text-decoration: underline;
    margin-left: 15px;
    background: transparent;
    border: none
  ;
  }
  .index {
    background: #edeff2;
  }
  .index .banners .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 5px;
  }
  .index .hot .content {
    width: 100%;
  }
  .index .hot .content .top {
    height: 50px;
    line-height: 50px;
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
  }
  .index .hot .content .top .title {
    font-size: 15px;
    color: #4c4c4c;
    margin: 0;
  }
  .index .hot .content .bottom .right .other {
    width: 350px;
    margin: 0 auto;
    padding: 0;
  }
  .index .hot .content .bottom .right .other li {
    width: 170px;
    float: left;
    height: 240px;
  }
  .index .hot .content .bottom .right .other li:nth-of-type(2n) {
    float: right;
  }
  .index .hot .content .bottom .right .other li a div {
    background: #fff;
    height: 140px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin-bottom: 12px;
  }
  .index .hot .content .bottom .right .other li a div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .right .other li a p {
    text-align: center;
    font-size: 13px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .index .hot .content .bottom .right .other li a i {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 18px;
    font-style: normal;
  }
  .index .hot .content .bottom .right .all {
    width: 100%;
    background: #fff;
    padding: 15px 0 28px;
  }
  .index .hot .content .bottom .right .all a {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 25px;
    background-color: #b8cacc;
    text-align: center;
    line-height: 25px;
  }
  .index .hot .content .bottom .right .all a span {
    font-size: 12px;
    color: #ffffff;
    margin-right: 8px;
  }
  .index .hot .content .bottom .right .all a i {
    font-size: 12px;
    color: #ffffff;
  }
  .index .hot .content .bottom .right .all a:hover {
    text-decoration: none;
  }
  .index .solution {
    padding-top: 17px;
    margin-bottom: 15px;
  }
  .index .solution .content {
    width: 100%;
  }
  .index .solution .content .title {
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 15px;
  }
  .index .solution .content .title i {
    font-size: 15px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .solution .content .tab {
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
  }
  .index .solution .content .tab > div {
    float: left;
    height: 100%;
    width: auto;
    min-width: 36px;
    box-sizing: border-box;
    padding: 0 6px;
    margin-right: 20px;
    text-align: center;
    cursor: pointer;
  }
  .index .solution .content .tab > div > div {
    height: 30px;
    line-height: 30px;
    min-width: 24px;
    width: 100%;
  }
  .index .solution .content .tab > div > div i {
    font-size: 20px;
    color: #387ebc;
  }
  .index .solution .content .tab > div p {
    font-size: 12px;
    color: #4c4c4c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 24px;
    white-space: nowrap;
    text-align: center;
  }
  .index .solution .content .tab > div.active {
    border-bottom: 3px solid #135bba;
  }
  .index .solution .content .tab > div.active > div i {
    color: #000000;
  }
  .index .solution .tabContent {
    padding: 0;
    margin: 0;
  }
  .index .solution .tabContent li {
    display: none;
    width: 100%;
    height: auto;
  }
  .index .solution .tabContent li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .index .partners {
    padding-top: 32px;
    padding-bottom: 30px;
    background: #fff;
    margin-bottom: 15px;
  }
  .index .partners .content {
    width: 100%;
  }
  .index .partners .content .title {
    height: 18px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
  .index .partners .content .title i {
    font-size: 15px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .partners .content .partnersList {
    margin-bottom: 20px;
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .index .partners .content .partnersList .partnersPc {
    width: 100%;
    height: 60px;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index .partners .content .info {
    text-align: center;
    font-size: 11px;
    color: #4c4c4c;
    line-height: 18px;
    width: 315px;
    margin: 0 auto 22px;
  }
  .index .partners .content .name {
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
  }
  .index .newsList {
    background: #fff;
    padding-top: 25px;
  }
  .index .newsList .content {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .index .newsList .content a {
    display: block;
    width: 100%;
    padding: 18px 0;
    border-bottom: 2px solid #ebebeb;
  }
  .index .newsList .content a > div {
    display: none;
  }
  .index .newsList .content a dt {
    width: 100%;
    font-weight: normal;
  }
  .index .newsList .content a dt > p {
    font-size: 13px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 7px;
  }
  .index .newsList .content a dt > i {
    font-size: 12px;
    color: #4c4c4c;
    font-style: normal;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 13px;
    opacity: .7;
  }
  .index .newsList .content a dt div {
    height: 15px;
    line-height: 15px;
  }
  .index .newsList .content a dt div i {
    font-size: 12px;
    color: #808080;
    margin-right: 5px;
    vertical-align: middle;
  }
  .index .newsList .content a dt div span {
    font-size: 12px;
    color: #808080;
    vertical-align: middle;
  }
  .index .newsList .content a dt div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) {
    padding-top: 0;
  }
  .index .newsList .content a:nth-of-type(1) > div {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
  .index .newsList .content a:nth-of-type(1) > div img {
    max-width: 100%;
    height: auto;
  }
  .index .newsList .content a:nth-of-type(1) > div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) > dt div i {
    color: #d9515e;
  }
  .index .newsList .content a:nth-of-type(1) > dt div span {
    color: #d9515e;
  }
  .index .newsList .content a:last-of-type {
    border-bottom: none;
  }
  .productCenter .content {
    padding: 0;
    margin: 0;
  }
  .productCenter .content > p {
    height: 38px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 10px;
    background: #f0f3f5;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 38px;
  }
  .productCenter .content > .row {
    padding: 20px 0;
    margin: 0;
  }
  .productCenter .content > .row .right {
    box-sizing: border-box;
    padding: 0;
  }
  .productCenter .content > .row .right .row {
    background: #fff;
    padding: 0 5px;
    margin: 0;
  }
  .productCenter .content > .row .right .row .card {
    padding: 0 5px;
    border: none;
    min-height: 242px;
  }
  .productCenter .content > .row .right .row .card .card-img-top {
    border: 1px solid #b8cacc;
    margin-bottom: 12px;
  }
  .productCenter .content > .row .right .row .card .card-body {
    padding: 0;
  }
  .productCenter .content > .row .right .row .card .card-title {
    font-size: 13px;
    color: #1a1a1a;
    margin-bottom: 5px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .right .row .card .card-text {
    font-size: 12px;
    color: #4c4c4c;
    line-height: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 80%;
    margin: 0 auto;
  }
  .productDetail {
    background: #f0f3f5;
  }
  .productDetail .content {
    padding: 0;
    margin: 0;
  }
  .productDetail .content > .row .right .row {
    padding: 40px 0 20px;
    margin: 0 0 15px;
    background: #fff;
  }
  .productDetail .content > .row .right .row .prdImg_other {
    width: 100%;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg {
    width: 300px;
    height: 243px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin: 0 auto 7px;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide {
    width: 300px;
    height: 243px;
    position: relative;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-pagination {
    width: 28px;
    height: 28px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 5px;
    left: auto;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 11px;
    color: #ffffff;
    line-height: 28px;
  }
  .productDetail .content > .row .right .row .prdImg_other > p {
    text-align: center;
    font-size: 12px;
    color: #1a1a1a;
    margin-bottom: 7px;
  }
  .productDetail .content > .row .right .row .prdImg_other > i {
    display: block;
    font-style: normal;
    font-size: 11px;
    color: #4c4c4c;
    text-align: center;
  }
  .productDetail .content > .row .right .tab {
    background: #fff;
  }
  .productDetail .content > .row .right .tab .tabTitle {
    height: 43px;
    box-sizing: border-box;
    line-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productDetail .content > .row .right .tab .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .productDetail .content > .row .right .tab .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
  }
  .productDetail .content > .row .right .tab .tabContent {
    padding: 12px 10px 30px;
    margin: 0;
  }
  .productDetail .content > .row .right .tab .tabContent li {
    display: none;
  }
  .productDetail .content > .row .right .tab .tabContent li p {
    font-size: 11px;
    color: #333333;
    line-height: 24px;
    margin: 0 0 5px;
  }
  .productDetail .content > .row .right .tab .tabContent li.active {
    display: block;
  }
  .companyProfile .content {
    width: 100%;
  }
  .companyProfile .content .tab .tabTitleC {
    width: 100%;
    overflow: hidden;
    background: #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle {
    width: 100%;
    height: 42px;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 100%;
    font-size: 12px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 2px solid #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
    background-color: #ffffff;
  }
  .companyProfile .content .tab .tabContentC {
    width: 100%;
  }
  .companyProfile .content .tab .tabContentC .tabContent {
    width: 100%;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li {
    display: none;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro {
    padding: 18px 10px 33px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p {
    font-size: 11px;
    color: #333333;
    text-indent: 2em;
    line-height: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    width: 100%!important;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p i {
    color: #135bba;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment {
    box-sizing: border-box;
    padding: 30px 10px 10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment p {
    font-size: 11px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 10px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div {
    margin: 22px 0 15px;
    width: 143px;
    height: 26px;
    background: #518ca2;
    position: relative;
    box-sizing: border-box;
    line-height: 26px;
    padding-left: 15px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div i {
    float: left;
    font-size: 12px;
    color: #ffffff;
    font-style: normal;
    margin-right: 5px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div span {
    float: left;
    font-size: 7px;
    color: #ffffff;
    text-transform: uppercase;
    top: 3px;
    position: relative;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #0c0183;
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -8px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:after {
    content: '';
    display: block;
    width: 1px;
    height: 9px;
    background: #135bba;
    position: absolute;
    right: -9px;
    top: 50%;
    margin-top: -4.5px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment img {
    display: block;
    max-width: 100%;
    margin: 0 auto 5px;
    -webkit-border-radius: 6px ;
    -moz-border-radius: 6px ;
    border-radius: 6px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate {
    padding: 63px 10px 1px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div {
    width: 76.6%;
    height: 32px;
    margin: 0 auto 26px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a {
    display: block;
    float: left;
    text-align: center;
    width: 114px;
    height: 32px;
    border-radius: 4px;
    background-color: #b3b3b3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 32px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a i {
    font-size: 11px;
    color: #ffffff;
    vertical-align: middle;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a img {
    vertical-align: middle;
    max-height: 16.5px;
    margin-right: 4px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:nth-of-type(2) {
    float: right;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a.active,
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:hover {
    background: #135bba;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > p {
    font-size: 11px;
    color: #333333;
    line-height: 20px;
    margin-bottom: 20px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt {
    margin: 0;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div {
    display: none;
    width: 293px;
    margin: 0 auto;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div.active {
    display: block;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img {
    display: block;
    width: 138px;
    height: 195px;
    box-sizing: border-box;
    border: 1px solid #807e7f;
    float: left;
    margin: 0 17px 30px 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img:nth-of-type(2n) {
    margin-right: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.active {
    display: block;
  }
  .solutionPage .content {
    margin-bottom: 30px;
  }
  .solutionPage .content > .row .left {
    padding: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .solutionPage .content > .row .left .listMenu {
    width: 66.7%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
  }
  .solutionPage .content > .row .left .listMenu::-webkit-scrollbar {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item {
    margin-bottom: 10px;
  }
  .solutionPage .content > .row .left .listMenu .item > a {
    display: block;
    background-color: #f0f3f5;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    color: #4c4c4c;
    line-height: 40px;
    padding-left: 10px;
  }
  .solutionPage .content > .row .left .listMenu .item > a span {
    max-width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 6px;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item > a i {
    font-size: 9px;
    color: #324057;
    vertical-align: middle;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a {
    display: block;
    height: 35px;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    padding: 0 0 0 27px;
    font-size: 12px;
    color: #808080;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a i {
    display: block;
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 15px;
    top: 50%;
    margin-top: -2.5px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:before {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 16px;
    top: 4px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:after {
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 16px;
    bottom: 4px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active {
    color: #135bba;
    text-decoration: underline;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active i {
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: url("../img/img39.png") no-repeat;
    background-size: 100% 100%;
    left: 14px;
    top: 50%;
    margin-top: -4px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:nth-of-type(1):before {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:last-of-type:after {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item.active,
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item {
    border: none;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a {
    color: #135bba;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .solutionPage .content > .row .left .listMenu .item.active .list-group {
    display: block;
  }
  .solutionPage .content > .row .right {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 101;
  }
  .solutionPage .content > .row .right .row {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .solutionPage .content > .row .right .row > h2 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 23px 0;
    border-bottom: 1px dashed #b3b3b3;
    font-size: 15px;
    color: #507ebb;
    margin: 0;
  }
  .solutionPage .content > .row .right .row > div {
    width: 100%;
  }
  .solutionPage .content > .row .right .row > div > div {
    width: 100%;
    padding-bottom: 14px;
    border-bottom: 1px solid #518ca2;
    padding-top: 20px;
  }
  .solutionPage .content > .row .right .row > div > div:last-of-type {
    border: none;
  }
  .solutionPage .content > .row .right .row > div > div .title {
    height: 15px;
    box-sizing: content-box;
    line-height: 15px;
    position: relative;
    margin-bottom: 23px;
  }
  .solutionPage .content > .row .right .row > div > div .title span {
    float: left;
    margin: 0 4px 0 12px;
    font-size: 12px;
    color: #135bba;
  }
  .solutionPage .content > .row .right .row > div > div .title i {
    float: left;
    font-size: 7px;
    color: #708095;
    text-transform: uppercase;
    font-style: normal;
    line-height: 20px;
  }
  .solutionPage .content > .row .right .row > div > div .title:before {
    content: '';
    display: block;
    width: 1px;
    height: 5px;
    background: #135bba;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div .title:after {
    content: '';
    display: block;
    width: 2px;
    height: 10px;
    background: #0c0183;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div p {
    text-indent: 2em;
    font-size: 11px;
    color: #5b5b5b;
    line-height: 24px;
    margin-bottom: 5px;
  }
  .solutionPage .content > .row .right .row > div > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
  }
  .solutionPage .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 38px;
    height: 51px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 7px;
    z-index: 200;
  }
  .solutionPage .showMenu img {
    width: 22px;
    height: 24px;
    display: block;
    margin: 0 auto 2px;
  }
  .solutionPage .showMenu p {
    margin: 0;
    font-size: 10px;
    color: #ffffff;
  }
  .contactUs .content {
    width: 100%;
    padding: 0 9.86%;
    box-sizing: border-box;
    margin-bottom: 50px;
  }
  .contactUs .content .left {
    box-sizing: border-box;
    padding: 44px 10px 58px;
  }
  .contactUs .content .left > img {
    display: block;
    margin: 0 auto 30px;
    max-width: 81.8%;
    height: auto;
  }
  .contactUs .content .left > div {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f2f2f2;
  }
  .contactUs .content .left > div:last-of-type {
    padding: 0;
    border: none;
  }
  .contactUs .content .left > div h5 {
    margin-left: 10px;
    margin-bottom: 13px;
    font-size: 10px;
    color: #b2b2b2;
  }
  .contactUs .content .left > div > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
  }
  .contactUs .content .left > div > i.icon-dianhua {
    color: #6d9364;
  }
  .contactUs .content .left > div > i.icon-xinfeng {
    color: #acacac;
  }
  .contactUs .content .left > div > i.icon-dizhi {
    color: #5988e9;
  }
  .contactUs .content .left > div p {
    font-size: 11px;
    color: #333333;
    margin-left: 10px;
    margin-bottom: 0;
  }
  .contactUs .content .left > div p span {
    margin-right: 11px;
  }
  .contactUs .content .left > div p span:last-of-type {
    margin-right: 0;
  }
  .contactUs .content .left > div dt {
    margin: 5px 0 0;
    display: block;
    width: 100%;
    height: 275px;
  }
  .contactUs .content .left > div dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contactUs .content .right > div {
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgba(179, 179, 179, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 12px 49px;
    position: relative;
    box-sizing: border-box;
  }
  .contactUs .content .right > div > img {
    display: block;
    margin-bottom: 30px;
    width: 100%;
    height: auto;
  }
  .contactUs .content .right > div div.form-group {
    margin-bottom: 16px;
  }
  .contactUs .content .right > div div.form-group label {
    margin: 0 0 5px 10px;
    font-size: 10px;
    color: #b2b2b2;
  }
  .contactUs .content .right > div div.form-group input {
    height: 32px;
    border-radius: 4px;
    background-color: #f2f2f2;
    font-size: 11px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 10px;
    border: none;
  }
  .contactUs .content .right > div div.form-group textarea {
    height: 119px;
    border-radius: 4px;
    background-color: #f2f2f2;
    font-size: 11px;
    color: #333333;
    box-sizing: border-box;
    padding: 7px 10px;
    border: none;
  }
  .contactUs .content .right > div div.form-group:last-of-type {
    margin-bottom: 40px;
  }
  .contactUs .content .right > div button {
    border-radius: 4px;
    background-color: #135bba;
    width: 90%;
    height: 32px;
    margin: 0 auto;
    font-size: 11px;
    color: #ffffff;
    display: block;
  }
  .contactUs .content .right > div:after {
    content: '';
    display: block;
    width: 50px;
    height: 5px;
    background: #e9e9e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    bottom: 14px;
    margin-left: -25px;
  }
  .case {
    background: #f0f3f5;
  }
  .case .content {
    width: 100%;
  }
  .case .content .item {
    padding: 20px 0 1px;
    background: #fafafa;
    margin-bottom: 15px;
  }
  .case .content .item:last-of-type {
    margin-bottom: 0;
  }
  .case .content .item .left {
    display: inline-block;
    min-width: 98px;
    height: 30px;
    background-color: #b8b8b8;
    box-shadow: 0px 0px 16px 0px rgba(204, 204, 204, 0.5);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 5px;
    line-height: 30px;
    margin-bottom: 23px;
  }
  .case .content .item .left div {
    height: 100%;
    width: 18px;
    position: relative;
    margin-right: 5px;
    float: left;
  }
  .case .content .item .left div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .content .item .left p {
    font-size: 12px;
    color: #ffffff;
    float: left;
  }
  .case .content .item .right {
    width: 100%;
    padding: 0 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case .content .item .right a {
    display: block;
    float: left;
    background: #fff;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid #b3b3b3;
    height: 30px;
    padding: 0 13px;
    font-size: 12px;
    color: #808080;
    line-height: 28px;
  }
  .case .content .item:hover .left,
  .case .content .item.active .left {
    background: #135bba;
  }
  .caseDetail .content {
    margin-bottom: 40px;
    margin-top: 28px;
  }
  .caseDetail .content > .row {
    width: 100%;
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .left {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .caseDetail .content > .row .left .accordion {
    background: #fff;
    overflow-y: auto;
    height: 100%;
    width: 66.8%;
  }
  .caseDetail .content > .row .left .accordion::-webkit-scrollbar {
    display: none;
  }
  .caseDetail .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .caseDetail .content > .row .left .card-header {
    margin-bottom: 5px;
    background: #f0f3f5;
    height: 40px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 40px;
  }
  .caseDetail .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 13px;
    color: #135bba;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    margin-right: 10px;
  }
  .caseDetail .content > .row .left .card-header h2 button i {
    font-size: 9px;
    color: #324057;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed i {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .caseDetail .content > .row .left .card-body {
    margin-bottom: 7px;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 36px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 12px;
    color: #808080;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail .content > .row .left .card-body a.active,
  .caseDetail .content > .row .left .card-body a:hover {
    color: #135bba;
  }
  .caseDetail .content > .row .left .closeLeft {
    width: 33.2%;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .caseDetail .content > .row .right {
    padding: 0;
    box-sizing: border-box;
  }
  .caseDetail .content > .row .right > div {
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .right > div h2 {
    padding: 0 0 12.5px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 17px;
    text-align: center;
    font-size: 15px;
    color: #507ebb;
  }
  .caseDetail .content > .row .right > div p {
    margin: 0 auto 5px;
    font-size: 12px;
    color: #5b5b5b;
    line-height: 25px;
    text-indent: 2em;
  }
  .caseDetail .content > .row .right > div img {
    display: block;
    margin: 0 auto 5px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }
  .caseDetail .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 38px;
    height: 51px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 7px;
    z-index: 200;
  }
  .caseDetail .showMenu img {
    width: 22px;
    height: 24px;
    display: block;
    margin: 0 auto 2px;
  }
  .caseDetail .showMenu p {
    margin: 0;
    font-size: 10px;
    color: #ffffff;
  }
}
@media (max-width: 350px) {
  .index .hot .content .bottom .right .other {
    width: 300px;
    margin: 0 auto;
    padding: 0;
  }
  .index .hot .content .bottom .right .other li {
    width: 140px;
    float: left;
    height: 210px;
  }
  .index .hot .content .bottom .right .other li:nth-of-type(2n) {
    float: right;
  }
  .index .hot .content .bottom .right .other li a div {
    background: #fff;
    height: 115px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin-bottom: 12px;
  }
  .index .hot .content .bottom .right .other li a div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .right .other li a p {
    text-align: center;
    font-size: 13px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  .index .hot .content .bottom .right .other li a i {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #4c4c4c;
    line-height: 18px;
    font-style: normal;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .footer {
    padding: 0;
    height: 310px;
    background: url("../img/img19.jpg") no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .footer > div {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  .footer > div .left {
    box-sizing: border-box;
    padding-top: 18px;
    float: left;
  }
  .footer > div .left .logo {
    display: block;
    height: 52px;
    margin-bottom: 60px;
  }
  .footer > div .left .logo img {
    float: left;
    height: 52px;
    width: auto;
    margin-right: 12px;
  }
  .footer > div .left .logo div {
    height: 52px;
    position: relative;
    float: left;
  }
  .footer > div .left .logo div p {
    font-size: 20px;
    color: #fefefe;
    line-height: 44px;
    font-weight: bold;
  }
  .footer > div .left .logo div span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #fefefe;
    transform-origin: left bottom;
    -webkit-transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
    white-space: nowrap;
  }
  .footer > div .left ul {
    padding: 0;
  }
  .footer > div .left ul li {
    min-height: 45px;
  }
  .footer > div .left ul li div {
    float: left;
    height: 45px;
    width: 24px;
    margin-right: 22px;
    position: relative;
  }
  .footer > div .left ul li div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer > div .left ul li p {
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    line-height: normal;
    width: calc(100% - 46px);
  }
  .footer > div .right {
    display: none;
  }
  .header {
    height: 97px;
    background: #fff;
  }
  .header > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header > div .menu {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    background: url("../img/img53.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  .header > div .left {
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: -9px;
  }
  .header > div .left img {
    height: 18px;
  }
  .header > div .center {
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .header > div .center p {
    margin: 0;
  }
  .header > div .center .pc {
    display: none!important;
  }
  .header > div .center .other {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .header > div .center .other ul {
    width: 38.8%;
    float: left;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header > div .center .other ul::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li {
    height: 85px;
  }
  .header > div .center .other ul li > p {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 24px;
    color: #4c4c4c;
    line-height: 85px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div {
    display: none;
    width: 48.8%;
    position: absolute;
    left: 38.8%;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .header > div .center .other ul li > div::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.first .ul .li .title {
    padding-left: 29px;
    box-sizing: border-box;
    height: 85px;
    line-height: 85px;
  }
  .header > div .center .other ul li > div.first .ul .li .title span {
    display: inline-block;
    font-size: 24px;
    color: #1a1a1a;
    vertical-align: middle;
    max-width: 90%;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .title i {
    display: inline-block;
    font-size: 20px;
    color: #7c7c7c;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    vertical-align: middle;
  }
  .header > div .center .other ul li > div.first .ul .li .detail {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p {
    margin-bottom: 30px;
    box-sizing: border-box;
    padding-left: 29px;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p:last-of-type {
    margin-bottom: 0;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a {
    display: inline-block;
    max-width: 100%;
    font-size: 22px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a:active,
  .header > div .center .other ul li > div.first .ul .li .detail p a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li > div.first .ul .li.active .title i {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .header > div .center .other ul li > div.normal .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.normal .ul .li {
    padding-left: 29px;
    box-sizing: border-box;
    height: 85px;
    line-height: 85px;
    max-width: 90%;
  }
  .header > div .center .other ul li > div.normal .ul .li a {
    display: inline-block;
    font-size: 26px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.normal .ul .li a:active,
  .header > div .center .other ul li > div.normal .ul .li a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li.active > p {
    border-bottom: 1px solid #5eddec;
  }
  .header > div .center .other ul li.active > div {
    display: block;
  }
  .header > div .center .search {
    display: none;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    padding-left: 64px;
    padding-right: 56px;
    background: #fff;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 20px 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
  }
  .header > div .center .search form {
    width: 100%;
  }
  .header > div .center .search input {
    display: block;
    border: none;
    width: 100%;
    height: 46px;
    background: #fff;
    font-size: 18px;
    color: #747474;
    padding: 0;
  }
  .header > div .center .search input:focus {
    border: none!important;
    box-shadow: none!important;
  }
  .header > div .center .search i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url("../img/close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .header > div .right {
    position: absolute;
    width: 126px;
    height: 40px;
    right: 30px;
    top: 28.5px;
    padding: 0;
  }
  .header > div .right > img {
    display: block;
    height: 100%;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header > div .right i {
    display: block;
    width: 3px;
    background: #cdcdcd;
    height: 40px;
    float: left;
    margin: 0 20px;
  }
  .header > div .right > div {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
  }
  .header > div .right > div > img {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header > div .right > div div {
    position: absolute;
     display: none;
    width: 152px;
    height: 152px;
    border-radius: 6px;
    background-color: #ffffff;
    top: 60px;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    border: 1px solid #d7d7d9;
    right: 0;
  }
  .header > div .right > div div img {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 5px;
  }
  .header > div .right > div div:before {
    display: block;
    content: '';
    width: 15px;
    height: 11px;
    position: absolute;
    top: -10px;
    background: url(../img/img52.png) no-repeat;
    background-size: 100% 100%;
    right: 12px;
  }
  .header > div .right > div:hover div {
    display: block;
  }
  .news .content {
    margin-top: 60px;
  }
  .news .content .card1 {
    margin-bottom: 68px;
  }
  .news .content .card1 .card a:hover {
    text-decoration: none;
  }
  .news .content .card1 .card img {
    border-radius: 8px;
  }
  .news .content .card1 .card .col-lg-8.col-xl-8 {
    position: relative;
  }
  .news .content .card1 .card .card-body {
    padding-top: 5px;
  }
  .news .content .card1 .card .card-body > div {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news .content .card1 .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .card1 .card .card-body > div i,
  .news .content .card1 .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .card1 .card .card-body .card-title {
    font-size: 22px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .card-text {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .btn {
    border-radius: 8px;
    background-color: #135bba;
    width: 117px;
    height: 31px;
    font-size: 18px;
    color: #ffffff;
    line-height: 31px;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .news .content .list {
    margin-bottom: 20px;
  }
  .news .content .list .item {
    margin-bottom: 20px;
  }
  .news .content .list .item a {
    text-decoration: none;
  }
  .news .content .list .item a .card {
    border: none;
    border-radius: 12px;
    padding: 30px;
  }
  .news .content .list .item a .card img {
    border-radius: 8px;
  }
  .news .content .list .item a .card .card-body {
    padding: 15px 0 0;
  }
  .news .content .list .item a .card .card-body > div {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .news .content .list .item a .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .list .item a .card .card-body > div p {
    float: right;
  }
  .news .content .list .item a .card .card-body > div i,
  .news .content .list .item a .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .list .item a .card .card-body .card-title {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 0;
  }
  .news .content .list .item a .card .card-body .card-text {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .list .item a .card button {
    width: 117px;
    height: 31px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #135bba;
    font-size: 16px;
    color: #135bba;
    line-height: 29px;
    background: #fff;
    padding: 0;
  }
  .news .content .list .item a:hover .card {
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
  }
  .news .content .list .item a:hover button {
    background: rgba(19, 91, 186, 0.9);
    color: #fff;
  }
  .news .content .pagination {
    margin-right: 40px;
  }
  .news .content .pagination  li {
    list-style: none;
    height: 28px;
    float: left;
    width: 28px;
    margin-left: 15px;
    text-align: center;
    line-height: 28px;
  }
  .news .content .pagination  li a,.news .content .pagination  li span  {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
  }
  .news .content .pagination  li i {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li p {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li.active a,
  .news .content .pagination  li.active span,
  .news .content .pagination  li:hover a,
  .news .content .pagination  li.active i,
  .news .content .pagination  li:hover i {
    background: #0c0183;
    color: #fff;
    text-decoration: none;
  }
  .news .content .pagination  div {
    float: left;
    margin-left: 40px;
    height: 28px;
    line-height: 28px;
  }
  .news .content .pagination  div i {
    float: left;
    font-size: 16px;
    color: #666666;
    font-style: normal;
  }
  .news .content .pagination  div input[type=text] {
    display: block;
    width: 61px;
    height: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #758ca6;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: 0 1px;
    float: left;
  }
  .news .content .pagination  div a,.news .content .pagination  div input[type=submit] {
    float: left;
    font-size: 16px;
    color: #135bba;
    text-decoration: underline;
    margin-left: 20px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .newsDetail {
    background: #fff;
  }
  .newsDetail .banner {
    margin-bottom: 43px;
  }
  .newsDetail .content {
    max-width: 100%;
  }
  .newsDetail .content .newsContent .title {
    padding: 52px 27px;
  }
  .newsDetail .content .newsContent .title > p {
    font-size: 22px;
    width: 124px;
    height: 36px;
    line-height: 36px;
  }
  .newsDetail .content .newsContent .title h1 {
    font-size: 30px;
    line-height: 48px;
  }
  .newsDetail .content .newsContent .detail {
    padding: 38px 0;
    font-size: 22px;
    line-height: 47px;
  }
  .index {
    background: #edeff2;
  }
  .index .banners .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  .index .hot .content {
    width: 100%;
  }
  .index .hot .content .top {
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
  }
  .index .hot .content .top .title {
    font-size: 30px;
    color: #4c4c4c;
    margin: 0;
  }
  .index .hot .content .bottom .right .other {
    width: 710px;
    margin: 0 auto;
    padding: 0;
  }
  .index .hot .content .bottom .right .other li {
    width: 345px;
    float: left;
    height: 485px;
  }
  .index .hot .content .bottom .right .other li:nth-of-type(2n) {
    float: right;
  }
  .index .hot .content .bottom .right .other li a div {
    background: #fff;
    height: 281px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin-bottom: 25px;
  }
  .index .hot .content .bottom .right .other li a div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .right .other li a p {
    text-align: center;
    font-size: 26px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 17px;
  }
  .index .hot .content .bottom .right .other li a i {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
    line-height: 36px;
    font-style: normal;
  }
  .index .hot .content .bottom .right .all {
    width: 100%;
    background: #fff;
    padding: 30px 0 55px;
  }
  .index .hot .content .bottom .right .all a {
    display: block;
    margin: 0 auto;
    width: 240px;
    height: 50px;
    background-color: #b8cacc;
    text-align: center;
    line-height: 50px;
  }
  .index .hot .content .bottom .right .all a span {
    font-size: 24px;
    color: #ffffff;
    margin-right: 15px;
  }
  .index .hot .content .bottom .right .all a i {
    font-size: 24px;
    color: #ffffff;
  }
  .index .hot .content .bottom .right .all a:hover {
    text-decoration: none;
  }
  .index .solution {
    padding-top: 38px;
    margin-bottom: 30px;
  }
  .index .solution .content {
    width: 100%;
  }
  .index .solution .content .title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index .solution .content .title i {
    font-size: 30px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .solution .content .tab {
    height: 121px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .index .solution .content .tab > div {
    float: left;
    height: 100%;
    width: auto;
    min-width: 72px;
    box-sizing: border-box;
    padding: 0 13px;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
  }
  .index .solution .content .tab > div > div {
    height: 60px;
    line-height: 60px;
    min-width: 48px;
    width: 100%;
  }
  .index .solution .content .tab > div > div i {
    font-size: 40px;
    color: #387ebc;
  }
  .index .solution .content .tab > div p {
    font-size: 24px;
    color: #4c4c4c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 48px;
    white-space: nowrap;
    text-align: center;
  }
  .index .solution .content .tab > div.active {
    border-bottom: 6px solid #135bba;
  }
  .index .solution .content .tab > div.active > div i {
    color: #000000;
  }
  .index .solution .tabContent {
    padding: 0;
    margin: 0;
  }
  .index .solution .tabContent li {
    display: none;
    width: 100%;
    height: auto;
  }
  .index .solution .tabContent li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .index .partners {
    padding-top: 64px;
    padding-bottom: 60px;
    background: #fff;
    margin-bottom: 30px;
  }
  .index .partners .content {
    width: 100%;
  }
  .index .partners .content .title {
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin-bottom: 20px;
  }
  .index .partners .content .title i {
    font-size: 30px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .partners .content .partnersList {
    margin-bottom: 30px;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .index .partners .content .partnersList .partnersPc {
    width: 100%;
    height: 120px;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index .partners .content .info {
    text-align: center;
    font-size: 22px;
    color: #4c4c4c;
    line-height: 36px;
    width: 642px;
    margin: 0 auto 45px;
  }
  .index .partners .content .name {
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
  }
  .index .newsList {
    background: #fff;
    padding-top: 50px;
  }
  .index .newsList .content {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .index .newsList .content a {
    display: block;
    width: 100%;
    padding: 35px 0;
    border-bottom: 4px solid #ebebeb;
  }
  .index .newsList .content a > div {
    display: none;
  }
  .index .newsList .content a dt {
    width: 100%;
    font-weight: normal;
  }
  .index .newsList .content a dt > p {
    font-size: 26px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
  }
  .index .newsList .content a dt > i {
    font-size: 24px;
    color: #4c4c4c;
    font-style: normal;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
    opacity: .7;
  }
  .index .newsList .content a dt div {
    height: 30px;
    line-height: 30px;
  }
  .index .newsList .content a dt div i {
    font-size: 24px;
    color: #808080;
    margin-right: 10px;
    vertical-align: middle;
  }
  .index .newsList .content a dt div span {
    font-size: 24px;
    color: #808080;
    vertical-align: middle;
  }
  .index .newsList .content a dt div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) {
    padding-top: 0;
  }
  .index .newsList .content a:nth-of-type(1) > div {
    display: block;
    text-align: center;
    margin-bottom: 33px;
  }
  .index .newsList .content a:nth-of-type(1) > div img {
    max-width: 100%;
    height: auto;
  }
  .index .newsList .content a:nth-of-type(1) > div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) > dt div i {
    color: #d9515e;
  }
  .index .newsList .content a:nth-of-type(1) > dt div span {
    color: #d9515e;
  }
  .index .newsList .content a:last-of-type {
    border-bottom: none;
  }
  .productCenter .content {
    padding: 0;
    margin: 0;
  }
  .productCenter .content > p {
    height: 75px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 20px;
    background: #f0f3f5;
    font-size: 24px;
    color: #4c4c4c;
    line-height: 75px;
  }
  .productCenter .content > .row {
    padding: 40px 0;
    margin: 0;
  }
  .productCenter .content > .row .right {
    box-sizing: border-box;
    padding: 0;
  }
  .productCenter .content > .row .right .row {
    background: #fff;
    padding: 0 10px;
    margin: 0;
  }
  .productCenter .content > .row .right .row .card {
    padding: 0 10px;
    border: none;
    min-height: 483px;
  }
  .productCenter .content > .row .right .row .card .card-img-top {
    border: 1px solid #b8cacc;
    margin-bottom: 24px;
  }
  .productCenter .content > .row .right .row .card .card-body {
    padding: 0;
  }
  .productCenter .content > .row .right .row .card .card-title {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .right .row .card .card-text {
    font-size: 24px;
    color: #4c4c4c;
    line-height: 36px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 80%;
    margin: 0 auto;
  }
  .productDetail {
    background: #f0f3f5;
  }
  .productDetail .content {
    padding: 0;
    margin: 0;
  }
  .productDetail .content > .row .right .row {
    padding: 80px 0 40px;
    margin: 0 0 30px;
    background: #fff;
  }
  .productDetail .content > .row .right .row .prdImg_other {
    width: 100%;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg {
    width: 500px;
    height: 406px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin: 0 auto 30px;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide {
    width: 500px;
    height: 406px;
    position: relative;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-pagination {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 11px;
    left: auto;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    line-height: 56px;
  }
  .productDetail .content > .row .right .row .prdImg_other > p {
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
  }
  .productDetail .content > .row .right .row .prdImg_other > i {
    display: block;
    font-style: normal;
    font-size: 22px;
    color: #4c4c4c;
    text-align: center;
  }
  .productDetail .content > .row .right .tab {
    background: #fff;
  }
  .productDetail .content > .row .right .tab .tabTitle {
    height: 85px;
    box-sizing: border-box;
    line-height: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productDetail .content > .row .right .tab .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .productDetail .content > .row .right .tab .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
  }
  .productDetail .content > .row .right .tab .tabContent {
    padding: 24px 20px 60px;
    margin: 0;
  }
  .productDetail .content > .row .right .tab .tabContent li {
    display: none;
  }
  .productDetail .content > .row .right .tab .tabContent li p {
    font-size: 22px;
    color: #333333;
    line-height: 48px;
    margin: 0 0 10px;
  }
  .productDetail .content > .row .right .tab .tabContent li.active {
    display: block;
  }
  .companyProfile .content {
    width: 100%;
  }
  .companyProfile .content .tab .tabTitleC {
    width: 100%;
    overflow: hidden;
    background: #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle {
    width: 100%;
    height: 84px;
    line-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 100%;
    font-size: 24px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 4px solid #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
    background-color: #ffffff;
  }
  .companyProfile .content .tab .tabContentC {
    width: 100%;
  }
  .companyProfile .content .tab .tabContentC .tabContent {
    width: 100%;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li {
    display: none;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro {
    padding: 35px 20px 67px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p {
    font-size: 22px;
    color: #333333;
    text-indent: 2em;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    width: 100%!important;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p i {
    color: #135bba;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment {
    box-sizing: border-box;
    padding: 70px 20px 20px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment p {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div {
    margin: 44px 0 30px;
    width: 286px;
    height: 52px;
    background: #518ca2;
    position: relative;
    box-sizing: border-box;
    line-height: 52px;
    padding-left: 30px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div i {
    float: left;
    font-size: 24px;
    color: #ffffff;
    font-style: normal;
    margin-right: 10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div span {
    float: left;
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    top: 6px;
    position: relative;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:before {
    content: '';
    display: block;
    width: 5px;
    height: 32px;
    background: #0c0183;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -16px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #135bba;
    position: absolute;
    right: -18px;
    top: 50%;
    margin-top: -9px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment img {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
    -webkit-border-radius: 12px ;
    -moz-border-radius: 12px ;
    border-radius: 12px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate {
    padding: 126px 20px 1px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div {
    width: 76.6%;
    height: 64px;
    margin: 0 auto 45px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a {
    display: block;
    float: left;
    text-align: center;
    width: 229px;
    height: 64px;
    border-radius: 8px;
    background-color: #b3b3b3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 64px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a i {
    font-size: 22px;
    color: #ffffff;
    vertical-align: middle;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a img {
    vertical-align: middle;
    max-height: 33px;
    margin-right: 4px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:nth-of-type(2) {
    float: right;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a.active,
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:hover {
    background: #135bba;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > p {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 39px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt {
    margin: 0;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div {
    display: none;
    width: 583px;
    margin: 0 auto;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div.active {
    display: block;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img {
    display: block;
    width: 275px;
    height: 390px;
    box-sizing: border-box;
    border: 1px solid #807e7f;
    float: left;
    margin: 0 33px 60px 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img:nth-of-type(2n) {
    margin-right: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.active {
    display: block;
  }
  .solutionPage .content {
    margin-bottom: 60px;
  }
  .solutionPage .content > .row .left {
    padding: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .solutionPage .content > .row .left .listMenu {
    width: 66.7%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
  }
  .solutionPage .content > .row .left .listMenu::-webkit-scrollbar {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item {
    margin-bottom: 20px;
  }
  .solutionPage .content > .row .left .listMenu .item > a {
    display: block;
    background-color: #f0f3f5;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    font-size: 26px;
    color: #4c4c4c;
    line-height: 80px;
    padding-left: 20px;
  }
  .solutionPage .content > .row .left .listMenu .item > a span {
    max-width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 12px;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item > a i {
    font-size: 18px;
    color: #324057;
    vertical-align: middle;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a {
    display: block;
    height: 70px;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    padding: 0 0 0 54px;
    font-size: 24px;
    color: #808080;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a i {
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 30px;
    top: 50%;
    margin-top: -4.5px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 31.5px;
    top: 8px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 31.5px;
    bottom: 8px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active {
    color: #135bba;
    text-decoration: underline;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active i {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url("../img/img39.png") no-repeat;
    background-size: 100% 100%;
    left: 28px;
    top: 50%;
    margin-top: -7.5px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:nth-of-type(1):before {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:last-of-type:after {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item.active,
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item {
    border: none;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a {
    color: #135bba;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .solutionPage .content > .row .left .listMenu .item.active .list-group {
    display: block;
  }
  .solutionPage .content > .row .right {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 101;
  }
  .solutionPage .content > .row .right .row {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .solutionPage .content > .row .right .row > h2 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 0;
    border-bottom: 1px dashed #b3b3b3;
    font-size: 30px;
    color: #507ebb;
    margin: 0;
  }
  .solutionPage .content > .row .right .row > div {
    width: 100%;
  }
  .solutionPage .content > .row .right .row > div > div {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #518ca2;
    padding-top: 40px;
  }
  .solutionPage .content > .row .right .row > div > div:last-of-type {
    border: none;
  }
  .solutionPage .content > .row .right .row > div > div .title {
    height: 30px;
    box-sizing: content-box;
    line-height: 30px;
    position: relative;
    margin-bottom: 45px;
  }
  .solutionPage .content > .row .right .row > div > div .title span {
    float: left;
    margin: 0 8px 0 18px;
    font-size: 24px;
    color: #135bba;
  }
  .solutionPage .content > .row .right .row > div > div .title i {
    float: left;
    font-size: 14px;
    color: #708095;
    text-transform: uppercase;
    font-style: normal;
    line-height: 40px;
  }
  .solutionPage .content > .row .right .row > div > div .title:before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #135bba;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div .title:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #0c0183;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div p {
    text-indent: 2em;
    font-size: 22px;
    color: #5b5b5b;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .solutionPage .content > .row .right .row > div > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
  }
  .solutionPage .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 76px;
    height: 102px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 14px;
    z-index: 200;
  }
  .solutionPage .showMenu img {
    width: 44px;
    height: 48px;
    display: block;
    margin: 0 auto 5px;
  }
  .solutionPage .showMenu p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
  }
  .contactUs .content {
    width: 100%;
    padding: 0 9.86%;
    box-sizing: border-box;
    margin-bottom: 100px;
  }
  .contactUs .content .left {
    box-sizing: border-box;
    padding: 88px 20px 116px;
  }
  .contactUs .content .left > img {
    display: block;
    margin: 0 auto 60px;
    max-width: 81.8%;
    height: auto;
  }
  .contactUs .content .left > div {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f2f2f2;
  }
  .contactUs .content .left > div:last-of-type {
    padding: 0;
    border: none;
  }
  .contactUs .content .left > div h5 {
    margin-left: 20px;
    margin-bottom: 26px;
    font-size: 20px;
    color: #b2b2b2;
  }
  .contactUs .content .left > div > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 35px;
  }
  .contactUs .content .left > div > i.icon-dianhua {
    color: #6d9364;
  }
  .contactUs .content .left > div > i.icon-xinfeng {
    color: #acacac;
  }
  .contactUs .content .left > div > i.icon-dizhi {
    color: #5988e9;
  }
  .contactUs .content .left > div p {
    font-size: 22px;
    color: #333333;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .contactUs .content .left > div p span {
    margin-right: 22px;
  }
  .contactUs .content .left > div p span:last-of-type {
    margin-right: 0;
  }
  .contactUs .content .left > div dt {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    height: 550px;
  }
  .contactUs .content .left > div dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contactUs .content .right > div {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 22px 25px 97px;
    position: relative;
    box-sizing: border-box;
  }
  .contactUs .content .right > div > img {
    display: block;
    margin-bottom: 60px;
    width: 100%;
    height: auto;
  }
  .contactUs .content .right > div div.form-group {
    margin-bottom: 32px;
  }
  .contactUs .content .right > div div.form-group label {
    margin: 0 0 10px 21px;
    font-size: 20px;
    color: #b2b2b2;
  }
  .contactUs .content .right > div div.form-group input {
    height: 64px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 21px;
    border: none;
  }
  .contactUs .content .right > div div.form-group textarea {
    height: 238px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding: 15px 21px;
    border: none;
  }
  .contactUs .content .right > div div.form-group:last-of-type {
    margin-bottom: 80px;
  }
  .contactUs .content .right > div button {
    border-radius: 8px;
    background-color: #135bba;
    width: 90%;
    height: 64px;
    margin: 0 auto;
    font-size: 22px;
    color: #ffffff;
    display: block;
  }
  .contactUs .content .right > div:after {
    content: '';
    display: block;
    width: 100px;
    height: 10px;
    background: #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 28px;
    margin-left: -50px;
  }
  .case {
    background: #f0f3f5;
  }
  .case .content {
    width: 100%;
  }
  .case .content .item {
    padding: 40px 0 1px;
    background: #fafafa;
    margin-bottom: 30px;
  }
  .case .content .item:last-of-type {
    margin-bottom: 0;
  }
  .case .content .item .left {
    display: inline-block;
    min-width: 195px;
    height: 60px;
    background-color: #b8b8b8;
    box-shadow: 0px 0px 32px 0px rgba(204, 204, 204, 0.5);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 10px;
    line-height: 60px;
    margin-bottom: 45px;
  }
  .case .content .item .left div {
    height: 100%;
    width: 36px;
    position: relative;
    margin-right: 10px;
    float: left;
  }
  .case .content .item .left div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .content .item .left p {
    font-size: 24px;
    color: #ffffff;
    float: left;
  }
  .case .content .item .right {
    width: 100%;
    padding: 0 0 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case .content .item .right a {
    display: block;
    float: left;
    background: #fff;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #b3b3b3;
    height: 61px;
    padding: 0 29px;
    font-size: 24px;
    color: #808080;
    line-height: 59px;
  }
  .case .content .item:hover .left,
  .case .content .item.active .left {
    background: #135bba;
  }
  .caseDetail .content {
    margin-bottom: 80px;
    margin-top: 56px;
  }
  .caseDetail .content > .row {
    width: 100%;
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .left {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .caseDetail .content > .row .left .accordion {
    background: #fff;
    overflow-y: auto;
    height: 100%;
    width: 66.8%;
  }
  .caseDetail .content > .row .left .accordion::-webkit-scrollbar {
    display: none;
  }
  .caseDetail .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .caseDetail .content > .row .left .card-header {
    margin-bottom: 10px;
    background: #f0f3f5;
    height: 80px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 80px;
  }
  .caseDetail .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 26px;
    color: #135bba;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    margin-right: 20px;
  }
  .caseDetail .content > .row .left .card-header h2 button i {
    font-size: 18px;
    color: #324057;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed i {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .caseDetail .content > .row .left .card-body {
    margin-bottom: 14px;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 72px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 24px;
    color: #808080;
    line-height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail .content > .row .left .card-body a.active,
  .caseDetail .content > .row .left .card-body a:hover {
    color: #135bba;
  }
  .caseDetail .content > .row .left .closeLeft {
    width: 33.2%;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .caseDetail .content > .row .right {
    padding: 0;
    box-sizing: border-box;
  }
  .caseDetail .content > .row .right > div {
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .right > div h2 {
    padding: 0 0 25px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 34px;
    text-align: center;
    font-size: 30px;
    color: #507ebb;
  }
  .caseDetail .content > .row .right > div p {
    margin: 0 auto 10px;
    font-size: 24px;
    color: #5b5b5b;
    line-height: 49px;
    text-indent: 2em;
  }
  .caseDetail .content > .row .right > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }
  .caseDetail .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 76px;
    height: 102px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 14px;
    z-index: 200;
  }
  .caseDetail .showMenu img {
    width: 44px;
    height: 48px;
    display: block;
    margin: 0 auto 5px;
  }
  .caseDetail .showMenu p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .footer {
    height: 310px;
    background: url("../img/img19.jpg") no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .footer > div {
    width: 100%;
    padding: 0 30px;
    margin: 0 auto;
  }
  .footer > div .left {
    box-sizing: border-box;
    padding-top: 18px;
    float: left;
  }
  .footer > div .left .logo {
    display: block;
    height: 52px;
    margin-bottom: 60px;
  }
  .footer > div .left .logo img {
    float: left;
    height: 52px;
    width: auto;
    margin-right: 12px;
  }
  .footer > div .left .logo div {
    height: 52px;
    position: relative;
    float: left;
  }
  .footer > div .left .logo div p {
    font-size: 20px;
    color: #fefefe;
    line-height: 44px;
    font-weight: bold;
  }
  .footer > div .left .logo div span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #fefefe;
    transform-origin: left bottom;
    -webkit-transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
    white-space: nowrap;
  }
  .footer > div .left ul {
    padding: 0;
  }
  .footer > div .left ul li {
    min-height: 45px;
  }
  .footer > div .left ul li div {
    float: left;
    height: 45px;
    width: 24px;
    margin-right: 22px;
    position: relative;
  }
  .footer > div .left ul li div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer > div .left ul li p {
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    line-height: normal;
    width: calc(100% - 46px);
  }
  .footer > div .right {
    display: none;
  }
  .header {
    height: 97px;
    background: #fff;
  }
  .header > div {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header > div .menu {
    display: block;
    width: 40px;
    height: 30px;
    position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
    background: url("../img/img53.png") no-repeat;
    background-size: 100% 100%;
    z-index: 1;
  }
  .header > div .left {
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    margin-top: -9px;
  }
  .header > div .left img {
    height: 18px;
  }
  .header > div .center {
    height: 100%;
    position: relative;
    margin: 0 auto;
  }
  .header > div .center p {
    margin: 0;
  }
  .header > div .center .pc {
    display: none!important;
  }
  .header > div .center .other {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .header > div .center .other ul {
    width: 38.8%;
    float: left;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .header > div .center .other ul::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li {
    height: 103px;
  }
  .header > div .center .other ul li > p {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    font-size: 26px;
    color: #4c4c4c;
    line-height: 103px;
    border-bottom: 1px solid #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div {
    display: none;
    width: 48.8%;
    position: absolute;
    left: 38.8%;
    top: 0;
    overflow-y: auto;
    height: 100%;
  }
  .header > div .center .other ul li > div::-webkit-scrollbar {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.first .ul .li .title {
    padding-left: 29px;
    box-sizing: border-box;
    height: 108px;
    line-height: 108px;
  }
  .header > div .center .other ul li > div.first .ul .li .title span {
    display: inline-block;
    font-size: 26px;
    color: #1a1a1a;
    vertical-align: middle;
    max-width: 90%;
    margin-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .title i {
    display: inline-block;
    font-size: 20px;
    color: #7c7c7c;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
    vertical-align: middle;
  }
  .header > div .center .other ul li > div.first .ul .li .detail {
    display: none;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p {
    margin-bottom: 32px;
    box-sizing: border-box;
    padding-left: 29px;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p:last-of-type {
    margin-bottom: 0;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a {
    display: inline-block;
    max-width: 100%;
    font-size: 24px;
    color: #808080;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.first .ul .li .detail p a:active,
  .header > div .center .other ul li > div.first .ul .li .detail p a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li > div.first .ul .li.active .title i {
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .header > div .center .other ul li > div.normal .ul {
    background: rgba(255, 255, 255, 0.95);
  }
  .header > div .center .other ul li > div.normal .ul .li {
    padding-left: 29px;
    box-sizing: border-box;
    height: 108px;
    line-height: 108px;
    max-width: 90%;
  }
  .header > div .center .other ul li > div.normal .ul .li a {
    display: inline-block;
    font-size: 26px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .other ul li > div.normal .ul .li a:active,
  .header > div .center .other ul li > div.normal .ul .li a.hover {
    color: #135bba;
  }
  .header > div .center .other ul li.active > p {
    border-bottom: 1px solid #5eddec;
  }
  .header > div .center .other ul li.active > div {
    display: block;
  }
  .header > div .center .search {
    display: none;
    width: 100%;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    padding-left: 64px;
    padding-right: 56px;
    background: #fff;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 20px 11px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -24px;
  }
  .header > div .center .search form {
    width: 100%;
  }
  .header > div .center .search input {
    display: block;
    border: none;
    width: 100%;
    height: 46px;
    background: #fff;
    font-size: 18px;
    color: #747474;
    padding: 0;
  }
  .header > div .center .search input:focus {
    border: none!important;
    box-shadow: none!important;
  }
  .header > div .center .search i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url("../img/close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .header > div .right {
    position: absolute;
    width: 126px;
    height: 40px;
    right: 30px;
    top: 28.5px;
    padding: 0;
  }
  .header > div .right > img {
    display: block;
    height: 100%;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header > div .right i {
    display: block;
    width: 3px;
    background: #cdcdcd;
    height: 40px;
    float: left;
    margin: 0 20px;
  }
  .header > div .right > div {
    width: 40px;
    height: 40px;
    float: left;
    position: relative;
  }
  .header > div .right > div > img {
    width: 40px;
    height: 40px;
    display: block;
  }
  .header > div .right > div div {
    position: absolute;
     display: none;
    width: 152px;
    height: 152px;
    border-radius: 6px;
    background-color: #ffffff;
    top: 60px;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    border: 1px solid #d7d7d9;
    right: 0;
  }
  .header > div .right > div div img {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 5px;
  }
  .header > div .right > div div:before {
    display: block;
    content: '';
    width: 15px;
    height: 11px;
    position: absolute;
    top: -10px;
    background: url(../img/img52.png) no-repeat;
    background-size: 100% 100%;
    right: 9px;
  }
  .header > div .right > div:hover div {
    display: block;
  }
  .newsDetail .banner {
    margin-bottom: 60px;
  }
  .newsDetail .newsContent .title {
    padding: 35px 10px;
  }
  .newsDetail .newsContent .title > p {
    font-size: 16px;
    width: 110px;
    height: 32px;
    line-height: 32px;
  }
  .newsDetail .newsContent .title h1 {
    font-size: 24px;
  }
  .newsDetail .newsContent .detail {
    padding: 35px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .news .content {
    margin-top: 60px;
  }
  .news .content .card1 {
    margin-bottom: 68px;
  }
  .news .content .card1 .card a:hover {
    text-decoration: none;
  }
  .news .content .card1 .card img {
    border-radius: 8px;
  }
  .news .content .card1 .card .col-lg-8.col-xl-8 {
    position: relative;
  }
  .news .content .card1 .card .card-body {
    padding-top: 5px;
  }
  .news .content .card1 .card .card-body > div {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news .content .card1 .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .card1 .card .card-body > div i,
  .news .content .card1 .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .card1 .card .card-body .card-title {
    font-size: 22px;
    color: #1a1a1a;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .card-text {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .btn {
    border-radius: 8px;
    background-color: #135bba;
    width: 117px;
    height: 31px;
    font-size: 18px;
    color: #ffffff;
    line-height: 31px;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .news .content .list {
    margin-bottom: 20px;
  }
  .news .content .list .item {
    margin-bottom: 20px;
  }
  .news .content .list .item a {
    text-decoration: none;
  }
  .news .content .list .item a .card {
    border: none;
    border-radius: 12px;
    padding: 30px;
  }
  .news .content .list .item a .card img {
    border-radius: 8px;
  }
  .news .content .list .item a .card .card-body {
    padding: 15px 0 0;
  }
  .news .content .list .item a .card .card-body > div {
    line-height: 25px;
    margin-bottom: 10px;
  }
  .news .content .list .item a .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .list .item a .card .card-body > div p {
    float: right;
  }
  .news .content .list .item a .card .card-body > div i,
  .news .content .list .item a .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .list .item a .card .card-body .card-title {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 0;
  }
  .news .content .list .item a .card .card-body .card-text {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .list .item a .card button {
    width: 117px;
    height: 31px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #135bba;
    font-size: 16px;
    color: #135bba;
    line-height: 29px;
    background: #fff;
    padding: 0;
  }
  .news .content .list .item a:hover .card {
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
  }
  .news .content .list .item a:hover button {
    background: rgba(19, 91, 186, 0.9);
    color: #fff;
  }
  .news .content .pagination {
    margin-right: 40px;
  }
  .news .content .pagination  li {
    list-style: none;
    height: 28px;
    float: left;
    width: 28px;
    margin-left: 15px;
    text-align: center;
    line-height: 28px;
  }
  .news .content .pagination  li a , .news .content .pagination  li span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
  }
  .news .content .pagination  li i {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li p {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li.active a,
  .news .content .pagination  li.active span,
  .news .content .pagination  li:hover a,
  .news .content .pagination  li.active i,
  .news .content .pagination  li:hover i {
    background: #0c0183;
    color: #fff;
    text-decoration: none;
  }
  .news .content .pagination  div {
    float: left;
    margin-left: 40px;
    height: 28px;
    line-height: 28px;
  }
  .news .content .pagination  div i {
    float: left;
    font-size: 16px;
    color: #666666;
    font-style: normal;
  }
  .news .content .pagination  div input[type=text] {
    display: block;
    width: 61px;
    height: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #758ca6;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: 0 1px;
    float: left;
  }
  .news .content .pagination  div a,.news .content .pagination  div input[type=submit] {
    float: left;
    font-size: 16px;
    color: #135bba;
    text-decoration: underline;
    margin-left: 20px;
    background: transparent;
    border: none;
    padding: 0;
  }
  .index {
    background: #edeff2;
  }
  .index .banners .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 10px;
  }
  .index .hot .content {
    width: 100%;
  }
  .index .hot .content .top {
    height: 100px;
    line-height: 100px;
    background: #fff;
    text-align: center;
    margin-bottom: 32px;
  }
  .index .hot .content .top .title {
    font-size: 30px;
    color: #4c4c4c;
    margin: 0;
  }
  .index .hot .content .bottom .right .other {
    width: 961px;
    margin: 0 auto;
    padding: 0;
  }
  .index .hot .content .bottom .right .other li {
    width: 460px;
    float: left;
    height: 599px;
  }
  .index .hot .content .bottom .right .other li:nth-of-type(2n) {
    float: right;
  }
  .index .hot .content .bottom .right .other li a div {
    background: #fff;
    height: 375px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin-bottom: 25px;
  }
  .index .hot .content .bottom .right .other li a div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .right .other li a p {
    text-align: center;
    font-size: 26px;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
  }
  .index .hot .content .bottom .right .other li a i {
    display: block;
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
    line-height: 36px;
    font-style: normal;
  }
  .index .hot .content .bottom .right .all {
    width: 100%;
    background: #fff;
    padding: 41px 0 93px;
  }
  .index .hot .content .bottom .right .all a {
    display: block;
    margin: 0 auto;
    width: 796px;
    height: 50px;
    background-color: #b8cacc;
    text-align: center;
    line-height: 50px;
  }
  .index .hot .content .bottom .right .all a span {
    font-size: 24px;
    color: #ffffff;
    margin-right: 15px;
  }
  .index .hot .content .bottom .right .all a i {
    font-size: 24px;
    color: #ffffff;
  }
  .index .hot .content .bottom .right .all a:hover {
    text-decoration: none;
  }
  .index .solution {
    padding-top: 35px;
    margin-bottom: 30px;
  }
  .index .solution .content {
    width: 100%;
  }
  .index .solution .content .title {
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index .solution .content .title i {
    font-size: 30px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .solution .content .tab {
    height: 122px;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .index .solution .content .tab > div {
    float: left;
    height: 100%;
    width: auto;
    min-width: 72px;
    box-sizing: border-box;
    padding: 0 13px;
    margin-right: 40px;
    text-align: center;
    cursor: pointer;
  }
  .index .solution .content .tab > div > div {
    height: 60px;
    line-height: 60px;
    min-width: 48px;
    width: 100%;
  }
  .index .solution .content .tab > div > div i {
    font-size: 40px;
    color: #387ebc;
  }
  .index .solution .content .tab > div p {
    font-size: 24px;
    color: #4c4c4c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 48px;
    white-space: nowrap;
    text-align: center;
  }
  .index .solution .content .tab > div.active {
    border-bottom: 6px solid #135bba;
  }
  .index .solution .content .tab > div.active > div i {
    color: #000000;
  }
  .index .solution .tabContent {
    padding: 0;
    margin: 0;
  }
  .index .solution .tabContent li {
    display: none;
    width: 100%;
    height: auto;
  }
  .index .solution .tabContent li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .index .partners {
    padding-top: 95px;
    padding-bottom: 60px;
    background: #fff;
    margin-bottom: 30px;
  }
  .index .partners .content {
    width: 100%;
  }
  .index .partners .content .title {
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 30px;
  }
  .index .partners .content .title i {
    font-size: 30px;
    color: #4c4c4c;
    font-style: normal;
  }
  .index .partners .content .partnersList {
    margin-bottom: 40px;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
  }
  .index .partners .content .partnersList .partnersPc {
    width: 100%;
    height: 120px;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index .partners .content .info {
    text-align: center;
    font-size: 22px;
    color: #4c4c4c;
    line-height: 36px;
    width: 640px;
    margin: 0 auto 50px;
  }
  .index .partners .content .name {
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
  }
  .index .newsList {
    background: #fff;
    padding-top: 106px;
    padding-bottom: 56px;
  }
  .index .newsList .content {
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .index .newsList .content a {
    display: block;
    width: 100%;
    padding: 35px 0;
    border-bottom: 4px solid #ebebeb;
  }
  .index .newsList .content a > div {
    display: none;
  }
  .index .newsList .content a dt {
    width: 100%;
    font-weight: normal;
  }
  .index .newsList .content a dt > p {
    font-size: 26px;
    color: #4d4d4d;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
  }
  .index .newsList .content a dt > i {
    font-size: 24px;
    color: #4c4c4c;
    font-style: normal;
    line-height: 36px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 26px;
    opacity: .7;
  }
  .index .newsList .content a dt div {
    height: 30px;
    line-height: 30px;
  }
  .index .newsList .content a dt div i {
    font-size: 24px;
    color: #808080;
    margin-right: 10px;
    vertical-align: middle;
  }
  .index .newsList .content a dt div span {
    font-size: 24px;
    color: #808080;
    vertical-align: middle;
  }
  .index .newsList .content a dt div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) {
    padding-top: 0;
  }
  .index .newsList .content a:nth-of-type(1) > div {
    display: block;
    text-align: center;
    margin-bottom: 33px;
  }
  .index .newsList .content a:nth-of-type(1) > div img {
    max-width: 100%;
    height: auto;
  }
  .index .newsList .content a:nth-of-type(1) > div p {
    display: none;
  }
  .index .newsList .content a:nth-of-type(1) > dt div i {
    color: #d9515e;
  }
  .index .newsList .content a:nth-of-type(1) > dt div span {
    color: #d9515e;
  }
  .index .newsList .content a:last-of-type {
    border-bottom: none;
  }
  .productCenter .content {
    padding: 0;
    margin: 0;
  }
  .productCenter .content > p {
    height: 75px;
    margin: 0;
    box-sizing: border-box;
    padding-left: 30px;
    background: #f0f3f5;
    font-size: 22px;
    color: #4c4c4c;
    line-height: 75px;
  }
  .productCenter .content > .row {
    padding: 38px 0;
    margin: 0;
  }
  .productCenter .content > .row .right {
    box-sizing: border-box;
    padding: 0;
  }
  .productCenter .content > .row .right .row {
    background: #fff;
    padding: 0 5px;
    margin: 0;
  }
  .productCenter .content > .row .right .row .card {
    padding: 0 25px;
    border: none;
    min-height: 540px;
  }
  .productCenter .content > .row .right .row .card .card-img-top {
    border: 1px solid #b8cacc;
    margin-bottom: 26px;
  }
  .productCenter .content > .row .right .row .card .card-body {
    padding: 0;
  }
  .productCenter .content > .row .right .row .card .card-title {
    font-size: 26px;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .right .row .card .card-text {
    font-size: 24px;
    color: #4c4c4c;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productDetail {
    background: #f0f3f5;
  }
  .productDetail .content {
    padding: 0;
    margin: 0;
  }
  .productDetail .content > .row .right {
    box-sizing: border-box;
  }
  .productDetail .content > .row .right .row {
    padding: 130px 0 50px;
    margin: 0 0 30px;
    background: #fff;
  }
  .productDetail .content > .row .right .row .prdImg_other {
    width: 100%;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg {
    width: 628px;
    height: 510px;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    margin: 0 auto 26px;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide {
    width: 628px;
    height: 510px;
    position: relative;
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-slide img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .productDetail .content > .row .right .row .prdImg_other .productImg .swiper-pagination {
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    right: 11px;
    left: auto;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    line-height: 56px;
  }
  .productDetail .content > .row .right .row .prdImg_other > p {
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
    margin-bottom: 15px;
  }
  .productDetail .content > .row .right .row .prdImg_other > i {
    display: block;
    font-style: normal;
    font-size: 22px;
    color: #4c4c4c;
    text-align: center;
  }
  .productDetail .content > .row .right .tab {
    background: #fff;
  }
  .productDetail .content > .row .right .tab .tabTitle {
    height: 85px;
    box-sizing: border-box;
    line-height: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productDetail .content > .row .right .tab .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 24px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .productDetail .content > .row .right .tab .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
  }
  .productDetail .content > .row .right .tab .tabContent {
    padding: 27px 30px 60px;
    margin: 0;
  }
  .productDetail .content > .row .right .tab .tabContent li {
    display: none;
  }
  .productDetail .content > .row .right .tab .tabContent li p {
    font-size: 22px;
    color: #333333;
    line-height: 48px;
    margin: 0 0 10px;
  }
  .productDetail .content > .row .right .tab .tabContent li.active {
    display: block;
  }
  .companyProfile .content {
    width: 100%;
  }
  .companyProfile .content .tab .tabTitleC {
    width: 100%;
    overflow: hidden;
    background: #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle {
    width: 100%;
    height: 84px;
    line-height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 100%;
    font-size: 24px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 4px solid #f0f3f5;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
    background-color: #ffffff;
  }
  .companyProfile .content .tab .tabContentC {
    width: 100%;
  }
  .companyProfile .content .tab .tabContentC .tabContent {
    width: 100%;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li {
    display: none;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro {
    padding: 130px 30px 40px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p {
    font-size: 22px;
    color: #333333;
    text-indent: 2em;
    line-height: 40px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p i {
    color: #135bba;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro img {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment {
    box-sizing: border-box;
    padding: 78px 30px 49px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment p {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 20px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div {
    margin: 50px 0 28px;
    width: 390px;
    height: 70px;
    background: #518ca2;
    position: relative;
    box-sizing: border-box;
    line-height: 70px;
    padding-left: 39px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div i {
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-style: normal;
    margin-right: 10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div span {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    top: 6px;
    position: relative;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:before {
    content: '';
    display: block;
    width: 6px;
    height: 40px;
    background: #0c0183;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -20px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #135bba;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-border-radius: 12px ;
    -moz-border-radius: 12px ;
    border-radius: 12px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate {
    padding: 126px 30px 40px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div {
    width: 698px;
    height: 64px;
    margin: 0 auto 45px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a {
    display: block;
    float: left;
    text-align: center;
    width: 229px;
    height: 64px;
    border-radius: 8px;
    background-color: #b3b3b3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 64px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a i {
    font-size: 22px;
    color: #ffffff;
    vertical-align: middle;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a img {
    vertical-align: middle;
    margin-right: 4px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:nth-of-type(2) {
    float: right;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a.active,
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:hover {
    background: #135bba;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > p {
    font-size: 22px;
    color: #333333;
    line-height: 40px;
    margin-bottom: 39px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt {
    margin: 0;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div {
    display: none;
    width: 965px;
    margin: 0 auto;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div.active {
    display: block;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img {
    display: block;
    width: 275px;
    height: 390px;
    box-sizing: border-box;
    border: 1px solid #807e7f;
    float: left;
    margin: 0 70px 60px 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img:nth-of-type(3n) {
    margin-right: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.active {
    display: block;
  }
  .solutionPage .content {
    margin-bottom: 60px;
  }
  .solutionPage .content > .row .left {
    padding: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
  }
  .solutionPage .content > .row .left .listMenu {
    width: 66.7%;
    background: #fff;
    height: 100%;
    overflow-y: auto;
  }
  .solutionPage .content > .row .left .listMenu::-webkit-scrollbar {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item {
    margin-bottom: 20px;
  }
  .solutionPage .content > .row .left .listMenu .item > a {
    display: block;
    background-color: #f0f3f5;
    height: 80px;
    width: 100%;
    box-sizing: border-box;
    font-size: 26px;
    color: #4c4c4c;
    line-height: 80px;
    padding-left: 20px;
  }
  .solutionPage .content > .row .left .listMenu .item > a span {
    max-width: 430px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    margin-right: 12px;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item > a i {
    font-size: 18px;
    color: #324057;
    vertical-align: middle;
    float: left;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a {
    display: block;
    height: 70px;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    padding: 0 0 0 54px;
    font-size: 24px;
    color: #808080;
    line-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a i {
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 30px;
    top: 50%;
    margin-top: -4.5px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 31.5px;
    top: 8px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 31.5px;
    bottom: 8px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active {
    color: #135bba;
    text-decoration: underline;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a.active i {
    display: block;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: url("../img/img39.png") no-repeat;
    background-size: 100% 100%;
    left: 28px;
    top: 50%;
    margin-top: -7.5px;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:nth-of-type(1):before {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group a:last-of-type:after {
    display: none;
  }
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item.active,
  .solutionPage .content > .row .left .listMenu .item .list-group .list-group-item {
    border: none;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a {
    color: #135bba;
  }
  .solutionPage .content > .row .left .listMenu .item.active > a i {
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .solutionPage .content > .row .left .listMenu .item.active .list-group {
    display: block;
  }
  .solutionPage .content > .row .right {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 101;
  }
  .solutionPage .content > .row .right .row {
    width: 100%;
    background: #fff;
    margin: 0;
    padding: 0;
  }
  .solutionPage .content > .row .right .row > h2 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 45px 0;
    border-bottom: 1px dashed #b3b3b3;
    font-size: 30px;
    color: #507ebb;
    margin: 0;
  }
  .solutionPage .content > .row .right .row > div {
    width: 100%;
  }
  .solutionPage .content > .row .right .row > div > div {
    width: 100%;
    padding-bottom: 27px;
    border-bottom: 1px solid #518ca2;
    padding-top: 40px;
  }
  .solutionPage .content > .row .right .row > div > div:last-of-type {
    border: none;
  }
  .solutionPage .content > .row .right .row > div > div .title {
    height: 30px;
    box-sizing: content-box;
    line-height: 30px;
    position: relative;
    margin-bottom: 45px;
  }
  .solutionPage .content > .row .right .row > div > div .title span {
    float: left;
    margin: 0 8px 0 18px;
    font-size: 24px;
    color: #135bba;
  }
  .solutionPage .content > .row .right .row > div > div .title i {
    float: left;
    font-size: 14px;
    color: #708095;
    text-transform: uppercase;
    font-style: normal;
    line-height: 40px;
  }
  .solutionPage .content > .row .right .row > div > div .title:before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #135bba;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div .title:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #0c0183;
    position: absolute;
    left: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div p {
    text-indent: 2em;
    font-size: 22px;
    color: #5b5b5b;
    line-height: 48px;
    margin-bottom: 10px;
  }
  .solutionPage .content > .row .right .row > div > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
  }
  .solutionPage .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 76px;
    height: 102px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 14px;
    z-index: 200;
  }
  .solutionPage .showMenu img {
    width: 44px;
    height: 48px;
    display: block;
    margin: 0 auto 5px;
  }
  .solutionPage .showMenu p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
  }
  .contactUs .content {
    width: 100%;
    padding: 0 9.86%;
    box-sizing: border-box;
    margin-bottom: 150px;
  }
  .contactUs .content .left {
    box-sizing: border-box;
    padding: 130px 20px 100px;
  }
  .contactUs .content .left > img {
    display: block;
    margin: 0 auto 40px;
    max-width: 81.8%;
    height: auto;
  }
  .contactUs .content .left > div {
    position: relative;
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f2f2f2;
  }
  .contactUs .content .left > div:last-of-type {
    padding: 0;
    border: none;
  }
  .contactUs .content .left > div h5 {
    margin-left: 30px;
    margin-bottom: 26px;
    font-size: 32px;
    color: #b2b2b2;
  }
  .contactUs .content .left > div > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
  }
  .contactUs .content .left > div > i.icon-dianhua {
    color: #6d9364;
  }
  .contactUs .content .left > div > i.icon-xinfeng {
    color: #acacac;
  }
  .contactUs .content .left > div > i.icon-dizhi {
    color: #5988e9;
  }
  .contactUs .content .left > div p {
    font-size: 35px;
    color: #333333;
    margin-left: 30px;
    margin-bottom: 0;
  }
  .contactUs .content .left > div p span {
    margin-right: 30px;
  }
  .contactUs .content .left > div p span:last-of-type {
    margin-right: 0;
  }
  .contactUs .content .left > div dt {
    margin: 10px 0 0;
    display: block;
    width: 100%;
    height: 880px;
  }
  .contactUs .content .left > div dt img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .contactUs .content .right > div {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 30px 40px 155px;
    position: relative;
    box-sizing: border-box;
  }
  .contactUs .content .right > div > img {
    display: block;
    margin-bottom: 98px;
    width: 100%;
    height: auto;
  }
  .contactUs .content .right > div div.form-group {
    margin-bottom: 50px;
  }
  .contactUs .content .right > div div.form-group label {
    margin: 0 0 10px 28px;
    font-size: 32px;
    color: #b2b2b2;
  }
  .contactUs .content .right > div div.form-group input {
    height: 100px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 35px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 30px;
    border: none;
  }
  .contactUs .content .right > div div.form-group textarea {
    height: 378px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 35px;
    color: #333333;
    box-sizing: border-box;
    padding: 28px 30px;
    border: none;
  }
  .contactUs .content .right > div div.form-group:last-of-type {
    margin-bottom: 125px;
  }
  .contactUs .content .right > div button {
    border-radius: 8px;
    background-color: #135bba;
    width: 90%;
    height: 100px;
    margin: 0 auto;
    font-size: 35px;
    color: #ffffff;
    display: block;
  }
  .contactUs .content .right > div:after {
    content: '';
    display: block;
    width: 160px;
    height: 15px;
    background: #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 43px;
    margin-left: -80px;
  }
  .case {
    background: #f0f3f5;
  }
  .case .content {
    width: 100%;
  }
  .case .content .item {
    padding: 64px 0 1px;
    background: #fafafa;
    margin-bottom: 48px;
  }
  .case .content .item:last-of-type {
    margin-bottom: 0;
  }
  .case .content .item .left {
    display: inline-block;
    min-width: 312px;
    height: 97px;
    background-color: #b8b8b8;
    box-shadow: 0px 0px 32px 0px rgba(204, 204, 204, 0.5);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 10px;
    line-height: 97px;
    margin-bottom: 83px;
  }
  .case .content .item .left div {
    height: 100%;
    width: 58px;
    position: relative;
    margin-right: 15px;
    float: left;
  }
  .case .content .item .left div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .content .item .left p {
    font-size: 38px;
    color: #ffffff;
    float: left;
  }
  .case .content .item .right {
    width: 100%;
    padding: 0 0 0 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .case .content .item .right a {
    display: block;
    float: left;
    background: #fff;
    margin-right: 60px;
    margin-bottom: 63px;
    border-radius: 6px;
    border: 1px solid #b3b3b3;
    height: 98px;
    padding: 0 40px;
    font-size: 38px;
    color: #808080;
    line-height: 96px;
  }
  .case .content .item:hover .left,
  .case .content .item.active .left {
    background: #135bba;
  }
  .caseDetail .content {
    margin-bottom: 80px;
    margin-top: 53px;
  }
  .caseDetail .content > .row {
    width: 100%;
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .left {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
  }
  .caseDetail .content > .row .left .accordion {
    background: #fff;
    overflow-y: auto;
    height: 100%;
    width: 66.8%;
  }
  .caseDetail .content > .row .left .accordion::-webkit-scrollbar {
    display: none;
  }
  .caseDetail .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .caseDetail .content > .row .left .card-header {
    margin-bottom: 16px;
    background: #f0f3f5;
    height: 128px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 128px;
  }
  .caseDetail .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 40px;
    color: #135bba;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    margin-right: 20px;
  }
  .caseDetail .content > .row .left .card-header h2 button i {
    font-size: 28px;
    color: #324057;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed i {
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .caseDetail .content > .row .left .card-body {
    margin-bottom: 20px;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 117px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 1% 0 3.99%;
    font-size: 38px;
    color: #808080;
    line-height: 117px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail .content > .row .left .card-body a.active,
  .caseDetail .content > .row .left .card-body a:hover {
    color: #135bba;
  }
  .caseDetail .content > .row .left .closeLeft {
    width: 33.2%;
    height: 100%;
    background: transparent;
    position: absolute;
    right: 0;
    top: 0;
  }
  .caseDetail .content > .row .right {
    padding: 0;
    box-sizing: border-box;
  }
  .caseDetail .content > .row .right > div {
    padding: 0 2.6%;
    box-sizing: border-box;
    margin: 0;
  }
  .caseDetail .content > .row .right > div h2 {
    padding: 0 0 35px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 58px;
    text-align: center;
    font-size: 48px;
    color: #507ebb;
  }
  .caseDetail .content > .row .right > div p {
    margin: 0 auto 20px;
    font-size: 38px;
    color: #5b5b5b;
    line-height: 78px;
    text-indent: 2em;
  }
  .caseDetail .content > .row .right > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }
  .caseDetail .showMenu {
    position: fixed;
    right: 0;
    top: 50%;
    border-radius: 4px;
    background-color: #135bba;
    box-shadow: 0px 0px 10px 0px rgba(128, 128, 128, 0.75);
    width: 76px;
    height: 102px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    padding-top: 14px;
    z-index: 200;
  }
  .caseDetail .showMenu img {
    width: 44px;
    height: 48px;
    display: block;
    margin: 0 auto 5px;
  }
  .caseDetail .showMenu p {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
  }
}
@media (min-width: 1200px) {
  .footer {
    height: 310px;
    background: url("../img/img19.jpg") no-repeat;
    background-size: auto 100%;
    background-position: center;
  }
  .footer > div {
    width: 1200px;
    padding: 0;
    margin: 0 auto;
  }
  .footer > div .left {
    box-sizing: border-box;
    padding-top: 18px;
    float: left;
  }
  .footer > div .left .logo {
    display: block;
    height: 52px;
    margin-bottom: 60px;
  }
  .footer > div .left .logo img {
    float: left;
    height: 52px;
    width: auto;
    margin-right: 12px;
  }
  .footer > div .left .logo div {
    height: 52px;
    position: relative;
    float: left;
  }
  .footer > div .left .logo div p {
    font-size: 20px;
    color: #fefefe;
    line-height: 44px;
    font-weight: bold;
  }
  .footer > div .left .logo div span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    color: #fefefe;
    transform-origin: left bottom;
    -webkit-transform: scale(0.83);
    -moz-transform: scale(0.83);
    -ms-transform: scale(0.83);
    -o-transform: scale(0.83);
    transform: scale(0.83);
    white-space: nowrap;
  }
  .footer > div .left ul {
    padding: 0;
  }
  .footer > div .left ul li {
    min-height: 45px;
  }
  .footer > div .left ul li div {
    float: left;
    height: 45px;
    width: 24px;
    margin-right: 22px;
    position: relative;
  }
  .footer > div .left ul li div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .footer > div .left ul li p {
    float: left;
    font-size: 18px;
    color: #ffffff;
    margin-top: 10px;
    line-height: normal;
    width: calc(100% - 46px);
  }
  .footer > div .right ul {
    float: right;
    padding: 50px 0 0;
    margin-right: -55px;
  }
  .footer > div .right ul li {
    float: left;
    width: 120px;
  }
  .footer > div .right ul li h2 {
    margin-bottom: 30px;
  }
  .footer > div .right ul li h2 a {
    font-size: 16px;
    color: #5eddec;
  }
  .footer > div .right ul li p {
    margin-bottom: 18px;
    max-width: 85px;
    height: 16px;
    line-height: 16px;
  }
  .footer > div .right ul li p:last-of-type {
    margin-bottom: 0;
  }
  .footer > div .right ul li p a {
    font-size: 14px;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #cccccc;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
  }
  .footer > div .right ul li p a:hover {
    color: #fff;
    text-decoration: none;
  }
  .footer > div .right ul li > a {
    display: block;
    width: 45px;
    height: 16px;
    background-color: #5eddec;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    font-size: 18px;
    color: #0c0183;
    line-height: 16px;
    margin-top: 8px;
  }
  .header {
    height: 80px;
    background: #fff;
  }
  .header > div {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .header > div .menu {
    display: none;
  }
  .header > div .left {
    height: 100%;
    position: relative;
  }
  .header > div .left img {
    display: block;
    max-height: 100%;
    position: absolute;
    left: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .header > div .center {
    height: 100%;
    position: static;
  }
  .header > div .center p {
    margin: 0;
  }
  .header > div .center .pc {
    height: 100%;
    display: block;
    padding: 0;
  }
  .header > div .center .pc li {
    float: left;
    height: 100%;
    margin-right: 50px;
    position: relative;
  }
  .header > div .center .pc li:last-of-type {
    margin-right: 0;
  }
  .header > div .center .pc li > p {
    position: relative;
  }
  .header > div .center .pc li > p a {
    font-size: 18px;
    color: #747474;
    line-height: 80px;
  }
  .header > div .center .pc li:first-of-type {
    position: static;
  }
  .header > div .center .pc li:first-of-type > p a {
    color: #333;
  }
  .header > div .center .pc li .first {
    display: none;
    width: 1200px;
    position: absolute;
    left: 0;
    top: 80px;
  }
  .header > div .center .pc li .first .ul {
    width: 308px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 0;
    box-sizing: border-box;
    min-height: 357px;
  }
  .header > div .center .pc li .first .ul .li {
    height: 70px;
    line-height: 70px;
  }
  .header > div .center .pc li .first .ul .li .title {
    position: relative;
    padding: 0 20px;
    box-sizing: border-box;
    cursor: pointer;
    height: 70px;
    line-height: 70px;
  }
  .header > div .center .pc li .first .ul .li .title .icon {
    width: 20px;
    height: 20px;
    float: left;
    margin: 25px 19px 0 0;
    position: relative;
  }
  .header > div .center .pc li .first .ul .li .title .icon img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .header > div .center .pc li .first .ul .li .title > span {
    float: left;
    max-width: 190px;
    display: block;
    overflow: hidden;
    font-size: 18px;
    color: #4c4c4c;
  }
  .header > div .center .pc li .first .ul .li .title > i {
    float: right;
    font-size: 20px;
    color: #7c7c7c;
    display: none;
  }
  .header > div .center .pc li .first .ul .li .detail {
    display: none;
    width: 892px;
    min-height: 357px;
    background: rgba(255, 255, 255, 0.93);
    box-sizing: border-box;
    padding: 31px 10px 0px 30px;
    position: absolute;
    left: 308px;
    top: 0;
  }
  .header > div .center .pc li .first .ul .li .detail .l {
    float: left;
    width: 580px;
  }
  .header > div .center .pc li .first .ul .li .detail .l a {
    float: left;
    font-size: 16px;
    color: #4c4c4c;
    margin-right: 42px;
    position: relative;
    line-height: 18px;
    margin-bottom: 25px;
  }
  .header > div .center .pc li .first .ul .li .detail .l a:after {
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background: #e6e6e6;
    position: absolute;
    right: -22px;
    top: 0;
  }
  .header > div .center .pc li .first .ul .li .detail .l a:last-of-type:after {
    display: none;
  }
  .header > div .center .pc li .first .ul .li .detail .l a:hover,
  .header > div .center .pc li .first .ul .li .detail .l a.hover {
    color: #135bba;
  }
  .header > div .center .pc li .first .ul .li .detail .r {
    float: right;
    width: 200px;
  }
  .header > div .center .pc li .first .ul .li .detail .r a img {
    max-width: 200px;
    height: auto;
    display: block;
  }
  .header > div .center .pc li .first .ul .li:hover .title > i {
    display: block;
  }
  .header > div .center .pc li .first .ul .li:hover .title:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #5eddec;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .header > div .center .pc li .first .ul .li:hover .detail {
    display: block;
  }
  .header > div .center .pc li .normal {
    display: none;
    width: 136px;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    left: -21px;
    top: 80px;
    box-sizing: border-box;
    padding: 6px 0 6px 21px;
  }
  .header > div .center .pc li .normal p {
    height: 45px;
    line-height: 45px;
    margin: 0;
  }
  .header > div .center .pc li .normal p a {
    display: inline-block;
    font-size: 16px;
    color: #4c4c4c;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .header > div .center .pc li .normal p a:hover {
    text-decoration: none;
    color: #135bba;
  }
  .header > div .center .pc li:hover > p {
    position: relative;
  }
  .header > div .center .pc li:hover > p a {
    font-size: 18px;
    color: #747474;
    line-height: 80px;
    text-decoration: none;
  }
  .header > div .center .pc li:hover > p:after {
    content: '';
    display: block;
    width: 36px;
    height: 4px;
    background-color: #5eddec;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 17px;
  }
  .header > div .center .pc li:hover > div {
    display: block;
  }
  .header > div .center .search {
    display: none;
    width: 606px;
    height: 48px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    padding-left: 64px;
    position: relative;
    background: #fff;
    background-image: url("../img/search.png");
    background-repeat: no-repeat;
    background-position: 20px 11px;
    margin-top: 16px;
  }
  .header > div .center .search input {
    display: block;
    border: none;
    width: 470px;
    height: 46px;
    background: #fff;
    font-size: 18px;
    color: #747474;
    padding: 0;
  }
  .header > div .center .search input:focus {
    border: none!important;
    box-shadow: none!important;
  }
  .header > div .center .search i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    top: 15px;
    background: url("../img/close.png") no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .header > div .right {
    padding-top: 26px;
  }
  .header > div .right > img {
    display: block;
    float: left;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header > div .right i {
    display: block;
    width: 2px;
    background: #cdcdcd;
    height: 24px;
    float: left;
    margin: 0 20px;
  }
  .header > div .right > div {
    width: 24px;
    height: 24px;
    float: left;
    position: relative;
  }
  .header > div .right > div > img {
    width: 24px;
    height: 24px;
    display: block;
  }
  .header > div .right > div div {
    position: absolute;
    display: none;
    width: 152px;
    height: 152px;
    border-radius: 6px;
    background-color: #ffffff;
    left: 50%;
    top: 39px;
    box-shadow: 0px 0px 10px 0px rgba(115, 118, 128, 0.5);
    box-sizing: border-box;
    border: 1px solid #d7d7d9;
    margin-left: -76px;
  }
  .header > div .right > div div img {
    display: block;
    width: 122px;
    height: 122px;
    border-radius: 6px;
    border: 1px solid #5eddec;
    box-sizing: border-box;
    margin: 15px auto 0;
    padding: 5px;
  }
  .header > div .right > div div:before {
    display: block;
    content: '';
    width: 15px;
    height: 11px;
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -7.5px;
    background: url("../img/img52.png") no-repeat;
    background-size: 100% 100%;
  }
  .header > div .right > div:hover div {
    display: block;
  }
  .newsDetail .banner {
    margin-bottom: 60px;
  }
  .newsDetail .newsContent .title {
    padding: 35px 10px;
  }
  .newsDetail .newsContent .title > p {
    font-size: 16px;
    width: 110px;
    height: 32px;
    line-height: 32px;
  }
  .newsDetail .newsContent .title h1 {
    font-size: 24px;
  }
  .newsDetail .newsContent .detail {
    padding: 35px 0;
    font-size: 16px;
    line-height: 30px;
  }
  .news .content {
    max-width: 1260px;
    margin: 60px auto 0;
  }
  .news .content .card1 {
    margin-bottom: 68px;
  }
  .news .content .card1 .card img {
    border-radius: 8px;
  }
  .news .content .card1 .card .col-lg-8.col-xl-8 {
    position: relative;
  }
  .news .content .card1 .card .card-body {
    padding-top: 5px;
  }
  .news .content .card1 .card .card-body > div {
    line-height: 25px;
    margin-bottom: 15px;
  }
  .news .content .card1 .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .card1 .card .card-body > div i,
  .news .content .card1 .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .card1 .card .card-body .card-title {
    font-size: 22px;
    color: #1a1a1a;
    height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .card-text {
    font-size: 18px;
    color: #4c4c4c;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .news .content .card1 .card .card-body .btn {
    display: block;
    border-radius: 8px;
    background-color: #135bba;
    width: 117px;
    height: 31px;
    font-size: 18px;
    color: #ffffff;
    line-height: 31px;
    padding: 0;
    position: absolute;
    left: 30px;
    bottom: 0;
  }
  .news .content .card1 .card a:hover {
    text-decoration: none;
  }
  .news .content .list {
    margin-bottom: 20px;
  }
  .news .content .list .item {
    margin-bottom: 20px;
  }
  .news .content .list .item a {
    text-decoration: none;
  }
  .news .content .list .item a .card {
    border: none;
    border-radius: 12px;
    padding: 30px;
  }
  .news .content .list .item a .card img {
    border-radius: 8px;
  }
  .news .content .list .item a .card .card-body {
    padding: 15px 0 0;
  }
  .news .content .list .item a .card .card-body > div {
    line-height: 25px;
    margin-bottom: 20px;
  }
  .news .content .list .item a .card .card-body > div b {
    font-size: 16px;
    color: #b2b2b2;
    margin-right: 60px;
    font-weight: normal;
  }
  .news .content .list .item a .card .card-body > div p {
    float: right;
  }
  .news .content .list .item a .card .card-body > div i,
  .news .content .list .item a .card .card-body > div span {
    font-size: 16px;
    color: #758ca6;
  }
  .news .content .list .item a .card .card-body .card-title {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 0;
  }
  .news .content .list .item a .card .card-body .card-text {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news .content .list .item a .card button {
    width: 117px;
    height: 31px;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #135bba;
    font-size: 16px;
    color: #135bba;
    line-height: 29px;
    background: #fff;
    padding: 0;
  }
  .news .content .list .item a:hover .card {
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
  }
  .news .content .list .item a:hover button {
    background: rgba(19, 91, 186, 0.9);
    color: #fff;
  }
  .news .content .pagination {
    margin-right: 40px;
  }
  .news .content .pagination  li {
    list-style: none;
    height: 28px;
    float: left;
    width: 28px;
    margin-left: 15px;
    text-align: center;
    line-height: 28px;
  }
  .news .content .pagination  li a, .news .content .pagination  li span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
  } {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
  }
  .news .content .pagination  li i {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li p {
    font-size: 16px;
    color: #666666;
  }
  .news .content .pagination  li.active a,
  .news .content .pagination  li.active span,
  .news .content .pagination  li:hover a,
  .news .content .pagination  li.active i,
  .news .content .pagination  li:hover i {
    background: #0c0183;
    color: #fff;
    text-decoration: none;
  }
  .news .content .pagination  div {
    float: left;
    margin-left: 40px;
    height: 28px;
    line-height: 28px;
  }
  .news .content .pagination  div i {
    float: left;
    font-size: 16px;
    color: #666666;
    font-style: normal;
  }
  .news .content .pagination  div input[type=text] {
    display: block;
    width: 61px;
    height: 100%;
    border-radius: 30px;
    box-sizing: border-box;
    border: 1px solid #758ca6;
    text-align: center;
    font-size: 16px;
    color: #666666;
    margin: 0 1px;
    float: left;
  }
  .news .content .pagination  div a {
    float: left;
    font-size: 16px;
    color: #135bba;
    text-decoration: underline;
    margin-left: 20px;
  }
  .news .content .pagination  div input[type=submit] {
    float: left;
    font-size: 16px;
    color: #135bba;
    text-decoration: underline;
    margin-left: 20px;
    background: transparent;
    border: none;
  }
  .index .banners .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 8px;
  }
  .index .hot {
    height: 526px;
    box-sizing: border-box;
    padding-top: 51px;
  }
  .index .hot .content {
    width: 1200px;
    margin: 0 auto;
  }
  .index .hot .content .top {
    height: 63px;
    line-height: 63px;
  }
  .index .hot .content .top .title {
    font-size: 24px;
    color: #4c4c4c;
    margin: 0;
  }
  .index .hot .content .top .more {
    text-align: right;
  }
  .index .hot .content .top .more a {
    font-size: 18px;
    color: #4c4c4c;
  }
  .index .hot .content .bottom .left a {
    display: block;
    width: 180px;
    height: 325px;
    overflow: hidden;
    position: relative;
  }
  .index .hot .content .bottom .left a img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .left a span {
    display: block;
    text-align: center;
    width: 67px;
    height: 22px;
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    position: absolute;
    left: -18px;
    top: 5px;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
    background: #5eddec;
  }
  .index .hot .content .bottom .right .pc {
    position: relative;
    height: 335px;
    overflow: hidden;
  }
  .index .hot .content .bottom .right .pc .hotList {
    width: 890px;
    margin: 0 0 0 20px;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide {
    width: 890px;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a {
    display: block;
    width: 270px;
    margin-right: 40px;
    float: left;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a:nth-of-type(3n) {
    margin-right: 0;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a > div {
    width: 100%;
    height: 220px;
    border: 1px solid #b8cacc;
    margin-bottom: 17px;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a > div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a p {
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    color: #1a1a1a;
  }
  .index .hot .content .bottom .right .pc .hotList .swiper-slide a i {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    line-height: 24px;
    font-style: normal;
  }
  .index .hot .content .bottom .right .pc .swiper-button-next {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    width: 50px;
    height: 160px;
    z-index: 10;
    cursor: pointer;
    background-size: 0;
    background: #b8cacc;
    text-align: center;
    line-height: 160px;
    margin: 0;
  }
  .index .hot .content .bottom .right .pc .swiper-button-next i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    -webkit-transform: rotateZ(90deg);
    -moz-transform: rotateZ(90deg);
    -ms-transform: rotateZ(90deg);
    -o-transform: rotateZ(90deg);
    transform: rotateZ(90deg);
  }
  .index .hot .content .bottom .right .pc .swiper-button-prev {
    position: absolute;
    top: 165px;
    left: auto;
    right: 0;
    width: 50px;
    height: 160px;
    z-index: 10;
    cursor: pointer;
    background-size: 0;
    background: #b8cacc;
    text-align: center;
    line-height: 160px;
    margin: 0;
  }
  .index .hot .content .bottom .right .pc .swiper-button-prev i {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    -webkit-transform: rotateZ(-90deg);
    -moz-transform: rotateZ(-90deg);
    -ms-transform: rotateZ(-90deg);
    -o-transform: rotateZ(-90deg);
    transform: rotateZ(-90deg);
  }
  .index .solution {
    padding-top: 65px;
    background: #ebebeb;
  }
  .index .solution .content {
    width: 1200px;
    margin: 0 auto;
  }
  .index .solution .content .title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 29px;
  }
  .index .solution .content .title i {
    display: inline-block;
    position: relative;
    height: 16px;
    color: #4c4c4c;
    font-size: 24px;
    line-height: 13px;
    padding: 0 20px;
    border-right: 2px solid #0c0183;
    border-left: 2px solid #0c0183;
    font-style: normal;
  }
  .index .solution .content .title i:before {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #135bba;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
  }
  .index .solution .content .title i:after {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #135bba;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -4px;
  }
  .index .solution .content .tab {
    height: 109px;
  }
  .index .solution .content .tab > div {
    float: left;
    height: 100%;
    width: 130px;
    margin-right: 30px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 12px;
    cursor: pointer;
  }
  .index .solution .content .tab > div > div {
    height: 46px;
    line-height: 46px;
    width: 100%;
  }
  .index .solution .content .tab > div > div i {
    font-size: 36px;
    color: #387ebc;
  }
  .index .solution .content .tab > div p {
    font-size: 18px;
    color: #4c4c4c;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .index .solution .content .tab > div.active {
    background: #fff;
  }
  .index .solution .content .tab > div.active > div i {
    color: #000000;
  }
  .index .solution .tabContent {
    padding: 0;
    margin: 0;
  }
  .index .solution .tabContent li {
    display: none;
    width: 100%;
    height: auto;
  }
  .index .solution .tabContent li img {
    display: block;
    width: 100%;
    height: auto;
  }
  .index .partners {
    padding-top: 90px;
    margin-bottom: 70px;
  }
  .index .partners .content {
    width: 1200px;
    margin: 0 auto;
  }
  .index .partners .content .title {
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 33px;
  }
  .index .partners .content .title i {
    display: inline-block;
    position: relative;
    height: 16px;
    color: #4c4c4c;
    font-size: 24px;
    line-height: 13px;
    padding: 0 20px;
    border-right: 2px solid #0c0183;
    border-left: 2px solid #0c0183;
    font-style: normal;
  }
  .index .partners .content .title i:before {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #135bba;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -4px;
  }
  .index .partners .content .title i:after {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: #135bba;
    position: absolute;
    right: -12px;
    top: 50%;
    margin-top: -4px;
  }
  .index .partners .content .partnersList {
    margin-bottom: 22px;
    position: relative;
  }
  .index .partners .content .partnersList .partnersPc {
    width: 1240px;
    margin-left: -20px;
    height: 120px;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a {
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index .partners .content .partnersList .partnersPc .swiper-slide a img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .index .partners .content .partnersList .partnersNext,
  .index .partners .content .partnersList .partnersPrev {
    display: block;
    width: 32px;
    height: 32px;
    background: #b8cacc;
    text-align: center;
    line-height: 32px;
    margin-top: -16px;
  }
  .index .partners .content .partnersList .partnersNext i,
  .index .partners .content .partnersList .partnersPrev i {
    display: inline-block;
    font-size: 20px;
    color: #fff;
  }
  .index .partners .content .partnersList .partnersPrev {
    right: auto;
    left: -52px;
  }
  .index .partners .content .partnersList .partnersNext {
    left: auto;
    right: -52px;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  .index .partners .content .info {
    width: 528px;
    margin: 0 auto 18px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 30px;
  }
  .index .partners .content .name {
    text-align: center;
    font-size: 24px;
    color: #4c4c4c;
  }
  .index .newsList {
    padding-top: 70px;
    margin-bottom: 118px;
  }
  .index .newsList .content {
    width: 1200px;
    margin: 0 auto;
  }
  .index .newsList .content a {
    display: block;
    width: 350px;
    float: left;
    height: 264px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
  }
  .index .newsList .content a:nth-of-type(3n-1) {
    margin: 0 75px 15px;
  }
  .index .newsList .content a > div {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .index .newsList .content a > div img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .index .newsList .content a > div p {
    width: 100%;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 20px 0;
    box-sizing: border-box;
    font-size: 18px;
    color: #ffffff;
    background: url("../img/titleBg.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
    margin-bottom: 0;
  }
  .index .newsList .content a dt {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    background: rgba(19, 91, 186, 0.9);
    box-sizing: border-box;
    padding: 15px 20px 0;
    font-weight: normal;
  }
  .index .newsList .content a dt > p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
  }
  .index .newsList .content a dt > i {
    font-size: 16px;
    color: #ffffff;
    font-style: normal;
    line-height: 30px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 18px;
    opacity: .8;
  }
  .index .newsList .content a dt div {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 24px;
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .index .newsList .content a dt div i {
    font-size: 16px;
    color: #d9515e;
    margin-right: 10px;
    vertical-align: middle;
  }
  .index .newsList .content a dt div span {
    font-size: 16px;
    color: #d9515e;
    vertical-align: middle;
  }
  .index .newsList .content a dt div p {
    float: right;
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-decoration: underline;
  }
  .index .newsList .content a:hover > div p {
    display: none;
  }
  .index .newsList .content a:hover dt {
    top: 0;
  }
  .productCenter {
    background: #f0f3f5;
  }
  .productCenter .banner {
    margin-bottom: 63px;
  }
  .productCenter .content {
    margin-bottom: 60px;
  }
  .productCenter .content > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .productCenter .content > .row .left {
    background: transparent;
    padding: 0;
  }
  .productCenter .content > .row .left .accordion {
    background: transparent;
  }
  .productCenter .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .productCenter .content > .row .left .card-header {
    margin-bottom: 10px;
    background: #f6f6f6;
    height: 54px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 54px;
  }
  .productCenter .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .productCenter .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #135bba;
    margin: 0;
    border-bottom: 2px solid #135bba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
    border-color: #f6f6f6;
  }
  .productCenter .content > .row .left .card-body {
    margin-bottom: 20px;
    padding: 0;
  }
  .productCenter .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 46px;
    background: #e6e8eb;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #808080;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .left .card-body a.active,
  .productCenter .content > .row .left .card-body a:hover {
    color: #135bba;
    background: #fff;
  }
  .productCenter .content > .row .right {
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }
  .productCenter .content > .row .right .row {
    background: #fff;
    padding: 35px 15px 0;
    margin: 0;
  }
  .productCenter .content > .row .right .row .card {
    padding: 0 20px;
    border: none;
    height: 387px;
  }
  .productCenter .content > .row .right .row .card .card-img-top {
    border: 1px solid #b8cacc;
    margin-bottom: 16px;
  }
  .productCenter .content > .row .right .row .card .card-body {
    padding: 0;
  }
  .productCenter .content > .row .right .row .card .card-title {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 20px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productCenter .content > .row .right .row .card .card-text {
    font-size: 16px;
    color: #4c4c4c;
    line-height: 24px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 80%;
    margin: 0 auto;
  }
  .productDetail {
    background: #f0f3f5;
  }
  .productDetail .banner {
    margin-bottom: 63px;
  }
  .productDetail .content {
    margin-bottom: 60px;
  }
  .productDetail .content > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .productDetail .content > .row .left {
    background: transparent;
    padding: 0;
  }
  .productDetail .content > .row .left .accordion {
    background: transparent;
  }
  .productDetail .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .productDetail .content > .row .left .card-header {
    margin-bottom: 10px;
    background: #f6f6f6;
    height: 54px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 54px;
  }
  .productDetail .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .productDetail .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #135bba;
    margin: 0;
    border-bottom: 2px solid #135bba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productDetail .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
    border-color: #f6f6f6;
  }
  .productDetail .content > .row .left .card-body {
    margin-bottom: 20px;
    padding: 0;
  }
  .productDetail .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 46px;
    background: #e6e8eb;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #808080;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .productDetail .content > .row .left .card-body a.active,
  .productDetail .content > .row .left .card-body a:hover {
    color: #135bba;
    background: #fff;
  }
  .productDetail .content > .row .right {
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }
  .productDetail .content > .row .right .row {
    padding: 0;
    margin: 0 0 20px;
  }
  .productDetail .content > .row .right .row .prdImg_pc {
    background: #fff;
    padding: 30px 0 30px 33px;
  }
  .productDetail .content > .row .right .row .prdImg_pc .big {
    width: 360px;
    height: 292px;
    float: left;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    position: relative;
    overflow: hidden;
  }
  .productDetail .content > .row .right .row .prdImg_pc .big img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    min-height: 70%;
    min-width: 70%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .productDetail .content > .row .right .row .prdImg_pc .small {
    float: left;
    margin-left: 50px;
    width: 500px;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small p {
    font-size: 18px;
    color: #1a1a1a;
    margin-bottom: 10px;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small i {
    display: block;
    font-size: 16px;
    color: #4c4c4c;
    margin-bottom: 30px;
    font-style: normal;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small ul {
    padding: 0;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small ul li {
    float: left;
    width: 100px;
    height: 80px;
    margin: 0 19px 10px 0;
    box-sizing: border-box;
    border: 1px solid #b8cacc;
    position: relative;
    cursor: pointer;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small ul li img {
    display: block;
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .productDetail .content > .row .right .row .prdImg_pc .small ul li.active {
    border-color: #135bba;
  }
  .productDetail .content > .row .right .tab {
    background: #fff;
  }
  .productDetail .content > .row .right .tab .tabTitle {
    height: 85px;
    box-sizing: border-box;
    line-height: 83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .productDetail .content > .row .right .tab .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    text-align: center;
    border-bottom: 2px solid #fff;
    font-size: 20px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .productDetail .content > .row .right .tab .tabTitle p.active {
    color: #0c0183;
    border-color: #0c0183;
  }
  .productDetail .content > .row .right .tab .tabContent {
    padding: 29px 30px 38px;
  }
  .productDetail .content > .row .right .tab .tabContent li {
    display: none;
  }
  .productDetail .content > .row .right .tab .tabContent li p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin: 0;
  }
  .productDetail .content > .row .right .tab .tabContent li.active {
    display: block;
  }
  .companyProfile .content {
    width: 100%;
  }
  .companyProfile .content .tab .tabTitleC {
    width: 100%;
    overflow: hidden;
    background: #fafafa;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle {
    width: 1200px;
    margin: 0 auto;
    height: 71px;
    line-height: 71px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p {
    -prefix-box-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 100%;
    font-size: 24px;
    color: #6c819c;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .companyProfile .content .tab .tabTitleC .tabTitle p.active {
    color: #0c0183;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.5);
  }
  .companyProfile .content .tab .tabContentC {
    width: 100%;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.5);
  }
  .companyProfile .content .tab .tabContentC .tabContent {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li {
    display: none;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro {
    padding: 160px 30px 55px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p {
    font-size: 18px;
    color: #333333;
    text-indent: 2em;
    width: 100%!important;
    margin: 0 auto;
    line-height: 38px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;


  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro p i {
    color: #135bba;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.intro img {
    display: block;
    max-width: 100%;
    margin: 0 auto 60px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment {
    box-sizing: border-box;
    padding: 78px 72px 60px 49px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment p {
    font-size: 18px;
    color: #333333;
    line-height: 36px;
    margin-bottom: 20px;
    text-indent: 2em;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div {
    margin: 50px 0 28px;
    width: 354px;
    height: 63px;
    background: #518ca2;
    position: relative;
    box-sizing: border-box;
    line-height: 63px;
    padding-left: 39px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div i {
    float: left;
    font-size: 30px;
    color: #ffffff;
    font-style: normal;
    margin-right: 10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div span {
    float: left;
    font-size: 18px;
    color: #ffffff;
    text-transform: uppercase;
    top: 6px;
    position: relative;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:before {
    content: '';
    display: block;
    width: 6px;
    height: 40px;
    background: #0c0183;
    position: absolute;
    right: -14px;
    top: 50%;
    margin-top: -20px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment div:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #135bba;
    position: absolute;
    right: -24px;
    top: 50%;
    margin-top: -10px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.environment img {
    display: block;
    max-width: 100%;
    margin: 0 auto 30px;
    -webkit-border-radius: 12px ;
    -moz-border-radius: 12px ;
    border-radius: 12px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate {
    padding: 53px 0 20px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div {
    width: 634px;
    height: 64px;
    margin: 0 auto 47px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a {
    display: block;
    float: left;
    text-align: center;
    width: 229px;
    height: 64px;
    border-radius: 8px;
    background-color: #b3b3b3;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 64px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a i {
    font-size: 22px;
    color: #ffffff;
    vertical-align: middle;
    font-style: normal;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a img {
    vertical-align: middle;
    margin-right: 4px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:nth-of-type(2) {
    float: right;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a.active,
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > div a:hover {
    background: #135bba;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate > p {
    font-size: 18px;
    color: #333333;
    width: 1801px;
    margin: 0 auto;
    line-height: 37px;
    margin-bottom: 39px;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt {
    margin: 0;
    padding: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div {
    display: none;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div.active {
    display: block;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img {
    display: block;
    width: 275px;
    height: 390px;
    box-sizing: border-box;
    border: 1px solid #807e7f;
    float: left;
    margin: 0 33.33px 60px 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.certificate dt div img:nth-of-type(4n) {
    margin-right: 0;
  }
  .companyProfile .content .tab .tabContentC .tabContent li.active {
    display: block;
  }
  .solutionPage {
    background: #f0f3f5;
  }
  .solutionPage .banner {
    margin-bottom: 63px;
  }
  .solutionPage .content {
    margin-bottom: 60px;
  }
  .solutionPage .content > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .solutionPage .content > .row .left {
    background: transparent;
    padding: 0;
  }
  .solutionPage .content > .row .left .item > a {
    display: block;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.5);
    height: 54px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 54px;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
  }
  .solutionPage .content > .row .left .item > a.active {
    color: #135bba;
  }
  .solutionPage .content > .row .left .item > a.active span {
    color: #135bba;
  }
  .solutionPage .content > .row .left .item .list-group {
    display: none;
    margin-bottom: 10px;
  }
  .solutionPage .content > .row .left .item .list-group a {
    display: block;
    height: 46px;
    position: relative;
    background: transparent;
    box-sizing: border-box;
    padding: 0 0 0 37px;
    font-size: 16px;
    color: #808080;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .solutionPage .content > .row .left .item .list-group a i {
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 21px;
    top: 50%;
    margin-top: -3px;
  }
  .solutionPage .content > .row .left .item .list-group a:before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 22px;
    top: 5px;
  }
  .solutionPage .content > .row .left .item .list-group a:after {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #b3b3b3;
    left: 22px;
    bottom: 5px;
  }
  .solutionPage .content > .row .left .item .list-group a.active {
    color: #135bba;
    text-decoration: underline;
  }
  .solutionPage .content > .row .left .item .list-group a.active i {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: url("../img/img39.png") no-repeat;
    background-size: 100% 100%;
    left: 20px;
    top: 50%;
    margin-top: -5px;
  }
  .solutionPage .content > .row .left .item .list-group a:nth-of-type(1):before {
    display: none;
  }
  .solutionPage .content > .row .left .item .list-group a:last-of-type:after {
    display: none;
  }
  .solutionPage .content > .row .left .item .list-group .list-group-item.active,
  .solutionPage .content > .row .left .item .list-group .list-group-item {
    border: none;
  }
  .solutionPage .content > .row .left .item.active > a {
    color: #135bba;
  }
  .solutionPage .content > .row .left .item.active .list-group {
    display: block;
  }
  .solutionPage .content > .row .left .listMenu > div {
    width: 200px;
  }
  .solutionPage .content > .row .left .listMenu.float {
    width: 1200px;
    position: fixed;
    top: 10px;
    z-index: 100;
    left: 50%;
    margin-left: -600px;
  }
  .solutionPage .content > .row .right {
    padding: 0 0 0 40px;
    box-sizing: border-box;
    position: relative;
    z-index: 101;
  }
  .solutionPage .content > .row .right .row {
    background: #fff;
    margin: 0;
    box-shadow: 0px 0px 10px 0px rgba(204, 204, 204, 0.5);
  }
  .solutionPage .content > .row .right .row > h2 {
    text-align: center;
    box-sizing: border-box;
    width: 100%;
    padding: 25px 20px;
    border-bottom: 1px dashed #b3b3b3;
    font-size: 24px;
    color: #507ebb;
    margin: 0;
  }
  .solutionPage .content > .row .right .row > div {
    width: 100%;
  }
  .solutionPage .content > .row .right .row > div > div {
    width: 820px;
    margin: 0 auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #518ca2;
    padding-top: 40px;
  }
  .solutionPage .content > .row .right .row > div > div:last-of-type {
    border: none;
  }
  .solutionPage .content > .row .right .row > div > div .title {
    height: 30px;
    box-sizing: content-box;
    line-height: 30px;
    position: relative;
    margin-bottom: 16px;
  }
  .solutionPage .content > .row .right .row > div > div .title span {
    float: left;
    margin: 0 10px 0 33px;
    font-size: 20px;
    color: #135bba;
  }
  .solutionPage .content > .row .right .row > div > div .title i {
    float: left;
    font-size: 12px;
    color: #708095;
    text-transform: uppercase;
    font-style: normal;
    line-height: 40px;
  }
  .solutionPage .content > .row .right .row > div > div .title:before {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    background: #135bba;
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div .title:after {
    content: '';
    display: block;
    width: 3px;
    height: 20px;
    background: #0c0183;
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .solutionPage .content > .row .right .row > div > div p {
    text-indent: 2em;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .solutionPage .content > .row .right .row > div > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
  }
  .contactUs .content {
    width: 1300px;
    margin: 110px auto;
  }
  .contactUs .content .left {
    padding-top: 20px;
  }
  .contactUs .content .left > img {
    display: block;
    margin-bottom: 65px;
  }
  .contactUs .content .left > div {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f2f2f2;
  }
  .contactUs .content .left > div:last-of-type {
    padding: 0;
    border: none;
  }
  .contactUs .content .left > div h5 {
    margin-left: 20px;
    margin-bottom: 26px;
    font-size: 20px;
    color: #b2b2b2;
  }
  .contactUs .content .left > div > i {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 38px;
  }
  .contactUs .content .left > div > i.icon-dianhua {
    color: #6d9364;
  }
  .contactUs .content .left > div > i.icon-xinfeng {
    color: #acacac;
  }
  .contactUs .content .left > div > i.icon-dizhi {
    color: #5988e9;
  }
  .contactUs .content .left > div p {
    font-size: 22px;
    color: #333333;
    margin-left: 20px;
    margin-bottom: 0;
  }
  .contactUs .content .left > div p span {
    margin-right: 25px;
  }
  .contactUs .content .left > div p span:last-of-type {
    margin-right: 0;
  }
  .contactUs .content .left > div dt {
    margin: 10px 0 0;
    padding: 0;
    display: block;
    width: 550px;
    height: 550px;
  }
  .contactUs .content .left > div dt img {
    display: block;
    width: 550px;
    height: 550px;
  }
  .contactUs .content .right > div {
    width: 600px;
    float: right;
    box-shadow: 0px 0px 20px 0px rgba(179, 179, 179, 0.5);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 25px 97px;
    position: relative;
    box-sizing: border-box;
  }
  .contactUs .content .right > div > img {
    display: block;
    margin-bottom: 65px;
  }
  .contactUs .content .right > div div.form-group {
    margin-bottom: 36px;
  }
  .contactUs .content .right > div div.form-group label {
    margin: 0 0 10px 21px;
    font-size: 20px;
    color: #b2b2b2;
  }
  .contactUs .content .right > div div.form-group input {
    height: 64px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding: 0 21px;
    border: none;
  }
  .contactUs .content .right > div div.form-group textarea {
    height: 238px;
    border-radius: 8px;
    background-color: #f2f2f2;
    font-size: 22px;
    color: #333333;
    box-sizing: border-box;
    padding: 17px 21px;
    border: none;
  }
  .contactUs .content .right > div div.form-group:last-of-type {
    margin-bottom: 78px;
  }
  .contactUs .content .right > div button {
    border-radius: 8px;
    background-color: #135bba;
    width: 229px;
    height: 64px;
    margin: 0 auto;
    font-size: 22px;
    color: #ffffff;
    display: block;
  }
  .contactUs .content .right > div:after {
    content: '';
    display: block;
    width: 100px;
    height: 10px;
    background: #e9e9e9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    bottom: 27px;
    margin-left: -50px;
  }
  .case {
    background: #fafafa;
  }
  .case .content {
    width: 1200px;
    margin: 0 auto 66px;
  }
  .case .content .item {
    padding: 60px 0;
    border-bottom: 1px dashed #b3b3b3;
  }
  .case .content .item:last-of-type {
    border: none;
  }
  .case .content .item .left {
    float: left;
    background-color: #b8b8b8;
    box-shadow: 0px 0px 20px 0px rgba(204, 204, 204, 0.5);
    width: 138px;
    height: 134px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 13px;
  }
  .case .content .item .left div {
    height: 64px;
    width: 100%;
    position: relative;
    margin-bottom: 6px;
  }
  .case .content .item .left div img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .case .content .item .left p {
    font-size: 24px;
    color: #ffffff;
  }
  .case .content .item .right {
    float: right;
    width: 1007px;
    margin-bottom: -40px;
  }
  .case .content .item .right a {
    display: block;
    float: left;
    background: #fff;
    margin-right: 36px;
    margin-bottom: 40px;
    border-radius: 6px;
    border: 1px solid #b3b3b3;
    height: 46px;
    padding: 0 19px;
    font-size: 18px;
    color: #808080;
    line-height: 44px;
  }
  .case .content .item:hover .left,
  .case .content .item.active .left {
    background: #135bba;
  }
  .caseDetail {
    background: #f0f3f5;
  }
  .caseDetail .content {
    margin-bottom: 60px;
    margin-top: 63px;
  }
  .caseDetail .content > .row {
    width: 1200px;
    margin: 0 auto;
  }
  .caseDetail .content > .row .left {
    background: transparent;
    padding: 0;
  }
  .caseDetail .content > .row .left .accordion {
    background: transparent;
  }
  .caseDetail .content > .row .left .accordion .card {
    background: transparent;
    border: none;
  }
  .caseDetail .content > .row .left .card-header {
    margin-bottom: 10px;
    background: #f6f6f6;
    height: 54px;
    box-sizing: border-box;
    padding: 0;
    position: relative;
    line-height: 54px;
  }
  .caseDetail .content > .row .left .card-header h2 {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-header h2 button {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #135bba;
    margin: 0;
    border-bottom: 2px solid #135bba;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail .content > .row .left .card-header h2 button i {
    display: none;
  }
  .caseDetail .content > .row .left .card-header h2 button.collapsed {
    color: #4c4c4c;
    border-color: #f6f6f6;
  }
  .caseDetail .content > .row .left .card-body {
    margin-bottom: 20px;
    padding: 0;
  }
  .caseDetail .content > .row .left .card-body a {
    display: block;
    width: 100%;
    height: 46px;
    background: #e6e8eb;
    box-sizing: border-box;
    padding-left: 20px;
    margin-bottom: 2px;
    font-size: 16px;
    color: #808080;
    line-height: 46px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .caseDetail .content > .row .left .card-body a.active,
  .caseDetail .content > .row .left .card-body a:hover {
    color: #135bba;
    background: #fff;
  }
  .caseDetail .content > .row .right {
    padding: 0 0 0 40px;
    box-sizing: border-box;
  }
  .caseDetail .content > .row .right > div {
    background: #fff;
    padding: 0;
    margin: 0;
    padding-bottom: 60px;
  }
  .caseDetail .content > .row .right > div h2 {
    padding: 45px 10px 24px;
    box-sizing: border-box;
    border-bottom: 1px dashed #b3b3b3;
    margin-bottom: 40px;
    text-align: center;
    font-size: 24px;
    color: #507ebb;
  }
  .caseDetail .content > .row .right > div p {
    width: 825px;
    margin: 0 auto 30px;
    font-size: 16px;
    color: #5b5b5b;
    line-height: 30px;
    text-indent: 2em;
  }
  .caseDetail .content > .row .right > div img {
    display: block;
    margin: 0 auto 10px;
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #b3b3b3;
  }
}
