.suwis-nav {
  line-height: 70px;
}

.suwis-nav ul>li span {
  line-height: 74px;
}

.suwis-nav ul li ol {
  top: 70px;
}

.menu-list li {
  overflow: hidden
}

.count-box .main-nb {
  width: 730px
}

.count-box {
  min-height: 850px
}

@media (max-width:1000px) {
  .count-box .main-nb {
    width: 100%
  }
  .count-box .box .h .news span {
    display: none
  }
  .count-box {
    min-height: 450px
  }
}

.count-box .box .h {
  padding-bottom: 20px
}

.count-box .box .h .h-h3 {
  font-size: 22px
}

.en sub, .zh sub {
  line-height: 15px
}

.news .time {
  text-align: right;
  display: block
}

.box .main-show {
  padding: 0 20px 10px 0;
  font-size: 15px;
  line-height: 2
}

.box .main-show p {
  text-indent: 30px
}

.box .main-show table {
  max-width: 100%!important
}

.box .main-show table p {
  margin-bottom: 0;
  line-height: 1.5;
  text-indent: 0
}

.news .main-show img {
  display: unset;
  margin-bottom: 0;
  max-width: 95%
}

.list, .show {
  background-color: #F6F4F3
}

.list .count-box, .show .count-box {
  background: #fff;
  padding: 30px
}

.page .pagination>.active>a, .page .pagination>.active>a:focus, .page .pagination>.active>a:hover, .page .pagination>.active>span, .page .pagination>.active>span:focus, .page .pagination>.active>span:hover {
  background-color: #adadad;
  border-color: #a2a2a2;
  color: #fff
}

.page .pagination>li>a, .page .pagination>li>a:focus, .page .pagination>li>a:hover, .page .pagination>li>span, .page .pagination>li>span:focus, .page .pagination>li>span:hover {
  color: #4b4848
}

.teams {
  max-width: 700px;
  margin: auto;
  background: #fff;
  display: none;
}

.teams .boss {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 50px;
}

.teams p {
  font-size: 12px;
}

.teams a {
  color: #888;
  text-decoration: none;
  font-weight: normal;
}

.teams ul li {
  width: 200px;
  list-style: none;
  float: left;
}

.teams ul li img {
  float: left;
  width: 100px;
  height: 100px;
}

.teams ul li p {
  width: 50%;
  height: 100px;
  text-align: center;
  font-size: 12px;
  float: left;
  background: #f2f2f2;
  vertical-align: top;
  margin: 0px;
}

.teams ul li .name {
  font-size: 18px;
  display: block;
  padding: 10px 0px;
  color: rgb(38, 38, 38);
}

.teams ul li::after {
  display: block;
  content: '';
  clear: both;
}


/*内页*/


/*.sp-header ul li:hover a {
  color: #fff;
}

.sp-header ul li:hover ol li a {
  color: #505050;
}

.sp-header ul>li ol {
  background-color: #efebe9;
  z-index: 2;
}

.sp-header ul>li ol li {
  background-color: #efebe9;
  border-top: 1px solid transparent;
}

.sp-header ul>li ol li:hover {
  background-color: #fffbf8;
}

.sp-header ul>li ol li:hover a {
  color: #505050;
}*/

.sp-container .title {
  text-align: left;
  font-size: 28px;
}

.sp-container hr {
  border-top: 1px solid #eee;
}

.sp-container .sp-nav {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.sp-container .sp-nav ul li {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
}

.sp-container .sp-nav ul li.active {
  border-bottom: 2px solid red;
}

.sp-container .sp-nav ul li.active a {
  color: red;
}

.sp-container .sp-content {
  min-height: 800px;
  overflow: hidden;
  margin-top: 20px;
}

.sp-container .sp-content .header {
  min-height: 350px;
}

.sp-container .sp-content .header img {
  margin-left: 40px;
}

.sp-container .sp-content .header div.title {
  margin-left: 50px;
  float: right;
  position: relative;
}

.sp-container .sp-content .header div.title span {
  position: absolute;
  right: 20px;
  top: 280px;
  width: 120px;
  border-bottom: 2px solid #353535;
}

.sp-container .sp-content .footer {
  margin-top: 30px;
}

.sp-content.about {
  background: url(../images/v3/content-bg.png) no-repeat;
  background-size: 100%;
}

.about .text, .idea .text, .honor .text {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
}


/*公司大事*/

.sp-content.bigs {
  background: url(../images/v3/gsds_bg.png) no-repeat;
  background-size: 100%;
}

.bigs .year ul {
  margin-top: 50px;
  padding-bottom: 5px;
  border-bottom: 1px solid #d4d4d4;
}

.bigs .year li {
  display: inline;
  margin-left: 10%;
}

.bigs .year li a {
  font-size: 16px;
}

.bigs .year li.active a {
  color: #ef5d04;
}

.bigs .events {
  padding-left: 40px;
  padding-right: 40px;
  min-height: 400px;
}

.bigs .events li {
  min-height: 100px;
}

.bigs .events li .date {
  line-height: 100px;
  text-align: right;
  padding-right: 30px;
}

.bigs .events li .text {
  border-left: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  min-height: 100px;
  padding-bottom: 15px;
}

.bigs .events li .text p {
  padding-top: 30px;
  margin-left: 50px;
  line-height: 28px;
}

.bigs .events ul li:first-child .text {
  border-top: 0px solid #d4d4d4;
}

.bigs .events .icon {
  position: relative;
}

.bigs .events .icon i {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  top: 40px;
  left: -24px;
  background: url(../images/v3/gsds_none.png) no-repeat;
}

.bigs .events li:hover .icon i {
  background: url(../images/v3/gsds_active.png) no-repeat;
}

.sp-content.idea {
  background: url(../images/v3/hxln_bg.png) no-repeat;
  background-size: 100%;
}

.sp-content.idea .footer {
  height: 300px;
  background: url(../images/v3/heln_footer.png) no-repeat;
  background-size: 100%;
  margin-top: -100px;
}


/*合作伙伴*/

.partner .sp-container .sp-content {
  margin-top: 0px;
}

.partner .sp-container .sp-content {
  padding-left: 80px;
  padding-right: 80px;
}

.partner .cate {
  text-align: center;
}

.partner .cate .btn {
  color: #827f7f;
  border-color: #445565;
  margin-top: 15px;
  width: 125px;
  font-size: 16px;
}

.partner .cate .btn.active {
  background-color: #445565;
  color: #fff;
}

.partner .box {
  margin-top: 80px;
}

.partner .box .h {
  border-bottom: 0px;
}

.partner .box .h .title {
  text-align: left;
  font-size: 16px;
}

.partner .box .h .title span {
  color: #333;
}

.partner .box .h .title span:after {
  content: '';
  position: absolute;
  top: 9px;
  background: #E4E4E4;
  width: 100%;
  height: 2px;
  margin-left: 10px;
}

.partner .box .h .content {
  text-align: left;
  margin-top: 40px;
  margin-bottom: 40px;
}

.sp-content.honor {
  background: url(../images/v3/zzry_bg.png) no-repeat;
  background-size: 100%;
}


/*联系我们*/

.contact .text .info {
  margin-top: 80px;
}

.contact .text .info .name {
  font-size: 24px;
  text-align: center;
  padding-left: 100px;
}

.contact .text .info .content ul li {
  color: #888888;
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 5px;
}

.contact .text .info .content ul li em {
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 15px;
}

.contact .text .info .info-title {
  margin-top: 40px;
  font-size: 15px;
  margin-bottom: 10px;
}

.contact .text .info .content ul li .phone {
  background: url(../images/v3/phone.png) no-repeat;
}

.contact .text .info .content ul li .address {
  background: url(../images/v3/address.png) no-repeat;
}

.contact .text .info .content ul li .email {
  background: url(../images/v3/email.png) no-repeat;
}

.sp-content.contact {
  background: url(../images/v3/lxwm_bg.png) no-repeat;
  background-size: 100%;
}


/*新闻列表*/

.news {
  padding-top: 40px;
}

.news .page {
  text-align: center;
}

.news .media .media-left img {
  width: 200px;
  height: 150px;
  max-width: 200px;
}

.news .media .media-body {
  padding-left: 40px;
}

.news .media .media-body .media-heading {
  font-size: 16px;
}

.news .media .media-body .media-heading a:hover {
  color: #171515;
}

.news .media .media-body .abstract {
  margin-top: 20px;
  color: #888888;
  height: 60px;
}

.news .media .media-body .info {
  margin-top: 35px;
}

.news .media .media-body .time {
  float: left;
  color: #888888;
}

.news .media .media-body .more {
  float: right;
  color: #888888;
}

.news .media .media-body .more:hover {
  border-bottom: 1px solid;
}


/*新闻详情*/

.new .info {
  margin-top: 30px;
  text-align: center;
}

.new .info span {
  padding: 10px;
}

.new .sp-content .text {
  font-size: 15px;
  color: #888888;
  line-height: 30px;
  padding-left: 50px;
  padding-right: 50px;
}


/*核心产品*/

.prodcut .content {
  background: url(../images/v3/hxcp_bg.png) no-repeat;
  min-height: 850px;
  background-size: 100%;
}

.prodcut .content .title {
  border-bottom: 2px solid #353535;
  height: 45px;
  width: 250px;
  float: right;
  text-align: right;
}

.prodcut .content .pro img {
  padding: .5%;
  background: url(../images/v3/hxcp_o.png) center no-repeat;
  width: 350px;
  background-size: 350px;
  margin-top: 15%;
  margin-left: 15%;
}

.prodcut .pro-list {
  padding-top: 8%;
  padding-right: 5%;
  padding-left: 5%;
  width: 98%;
  float: right;
}

.prodcut .pro-list li {
  -webkit-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
  float: left;
  width: 45%;
  background: #d3d3d1;
  text-align: center;
  height: 50px;
  line-height: 20px;
  padding-top: 5px;
  color: #8c8c8c;
  margin: 20px 0 20px 5%;
  cursor: pointer;
}

.prodcut .pro-list li a {
  line-height: 22px;
  padding: 0px;
  display: block;
}

.prodcut .pro-list li.active {
  background: #a5a5a5;
}

.prodcut .pro-list li.active a {
  color: #fff;
}

.prodcut .content .text {
  margin-top: 100px;
  padding-left: 15%;
  padding-right: 15%;
  font-size: 15px;
  color: #888888;
  line-height: 30px;
}


/*弹窗*/

.layer-user-alert {
  width: 850px!important;
  height: 500px!important;
}


/*解决方案*/

.solutions .title {
  text-align: right;
  margin-bottom: 20px;
}

.solutions .m-nav {
  display: none;
}

.solutions .navi ul {
  background: url(../images/v3/jjfn_nav1.png) center no-repeat;
  text-align: center;
  background-size: 100%;
  padding-right: 140px;
}

.solutions .navi ul li {
  display: inline-block;
  line-height: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.solutions .navi ul li a {
  color: #fff;
}

.solutions .navi ul li a {
  position: relative;
  display: block;
}

.solutions .navi ul li a.active:after {
  content: "";
  bottom: 0;
  height: 0;
  width: 0;
  margin-left: -8px;
  border-color: transparent transparent #fff;
  border-style: none solid solid;
  border-width: 0 8px 8px;
  left: 50%;
  position: absolute;
}

.solutions .en-title {
  background: url(../images/v3/jjfn_nav.png) center no-repeat;
  height: 100px;
  background-size: 100%;
  margin-top: -25px;
}

.solutions .en-title h1 {
  padding-top: 70px;
  font-size: 30px;
  padding-left: 45px;
  color: #DB001B;
}

.solutions .content {
  min-height: 650px;
  background-color: #FAFAFA;
  padding-top: 20px;
}

.solutions .content h2 {
  padding-left: 45px;
  font-size: 18px;
}

.solutions .desc {
  margin-top: 40px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  border: 2px solid #F3F1F2;
  background-color: #F5F5F5;
  padding: 20px;
  font-size: 18px;
}

.solutions .text {
  margin-top: 40px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  font-size: 15px;
  line-height: 30px;
  color: #888888;
  overflow: hidden;
  padding-bottom: 30px;
}

.solutions #c-58 .img, .solutions #c-59 .img, .solutions #c-62 .img, .solutions #c-77 .img, .solutions #c-78 .img, .solutions #c-81 .img {
  width: 30%;
  float: left;
}

.solutions #c-58 .p, .solutions #c-59 .p, .solutions #c-62 .p, .solutions #c-77 .p, .solutions #c-78 .p, .solutions #c-81 .p {
  width: 70%;
  float: right;
}

.solutions #c-60 .img, .solutions #c-79 .img {
  width: 40%;
  float: left;
}

.solutions #c-60 .p, .solutions #c-79 .p {
  width: 60%;
  float: right;
}

.solutions #c-61 .img, .solutions #c-80 .img {
  margin-top: 40px;
  height: 250px;
  text-align: center;
}

.solutions #c-63 .img, .solutions #c-82 .img {
  width: 45%;
  float: left;
}

.solutions #c-63 .p, .solutions #c-82 .p {
  width: 55%;
  float: right;
}


/*手机版*/

@media screen and (max-width:1024px) {
  .suwis-nav ul>li span {
    line-height: 30px;
  }
  .solutions .navi, .solutions .en-title, .solutions .content h2 {
    display: none;
  }
  .layer-user-alert {
    width: 80%!important;
  }
  .layer-user-alert .layui-layer-content {
    padding: 10px;
  }
  .solutions .text .img {
    float: none!important;
    width: 100%!important;
    text-align: center;
  }
  .solutions .text .p {
    float: none!important;
    width: 100%!important;
  }
  .solutions .title {
    text-align: center;
  }
  .solutions .m-nav {
    display: block;
  }
  .prodcut .pro-list li a {
    line-height: 45px;
  }
  .prodcut .pro-list li a p {
    display: none;
  }
  .prodcut .content {
    background: none;
  }
  .prodcut .content .img {
    display: none;
  }
  .prodcut .content .cate {
    width: 100%;
  }
  .prodcut .pro-list {
    padding-top: 5%;
    padding-right: 0%;
    padding-left: 0%;
    width: 100%;
    float: right;
  }
  .prodcut .content .title {
    border-bottom: 2px solid #353535;
    height: 45px;
    text-align: center;
    width: 120px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .prodcut .pro-list li {
    margin: 5px 0 10px 5%;
  }
  .prodcut .content .text {
    margin-top: 30px;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact .text .info .name {
    padding-left: 0px;
  }
  .contact .text .info .content {
    margin-left: 40px;
    margin-top: 20px;
  }
  .new .sp-content .text {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .contact .text .info {
    margin-top: 0px;
  }
  .bigs .events {
    padding-left: 5px;
    padding-right: 5px;
    min-height: 150px;
  }
  .bigs .events li .text p {
    margin-top: 25px;
    margin-left: 15px;
    padding-top: 0px;
    margin-top: 0px;
  }
  .bigs .events li .text {
    border-top: 1px solid #d4d4d4;
    height: 100%;
    width: 80%;
  }
  .bigs .events li .date {
    text-align: center;
    width: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .bigs .events .icon i {
    top: 25px;
  }
  .sp-container .sp-content .header div.title span {
    top: 25px;
    font-size: 18px;
    width: 90px;
  }
  .sp-container .sp-content .header {
    min-height: 220px;
  }
  .sp-container .sp-nav ul li {
    display: block;
    border: 1px solid #e7e7e7;
    margin: 0px;
    width: 33.333%;
    float: left;
    height: 36px;
    line-height: 25px;
  }
  .sp-container .sp-nav ul li.active {
    background: #a5a5a5;
  }
  .sp-container .sp-nav ul li.active a {
    color: #fff;
  }
  .teams {
    display: block;
  }
  .teams-table {
    display: none;
  }
  .teams .boss img {
    max-width: 150px;
  }
  .teams .boss {
    max-width: 90%;
    margin: auto;
  }
  .teams ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  .teams ul li:nth-child(2n) {
    float: right;
  }
  .teams ul li p {
    width: 100px;
  }
  .box .main-show .teams-en p {
    text-indent: 0px;
  }
  .teams-en ul li .name {
    font-size: 16px;
  }
  body .suwis-service .title h1 {
    font-size: 18px;
  }
  body .suwis-service .title span {
    font-size: 16px;
  }
  .sp-content .text {
    padding-top: 17px;
  }
  .bigs .events li .date+.text {
    border-left: 1px solid #d4d4d4;
  }
  .sp-container .sp-content .header div.title {
    margin: 0px;
    float: unset;
  }
  .partner .sp-container .sp-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .partner .cate .btn {
    width: 90px;
  }
  .news .media .media-left img {
    width: 100px;
    height: 75px;
    max-width: 100px;
  }
  .news .media .media-body .abstract {
    display: none;
  }
  .news .media .media-body .info {
    margin-top: 35px;
  }
  .news .media .media-body .more {
    display: none;
  }
}


/*宽屏*/

@media (min-width:1440px) {
  .list .count-box {
    width: 1100px;
  }
  .sp-content.idea .footer {
    width: 1150px;
  }
  .sp-container .sp-content {
    padding-left: 40px;
    padding-right: 40px;
  }
  .partner .sp-container .sp-content {
    padding-left: 125px;
    padding-right: 125px;
  }
  .prodcut .content .pro img {
    margin-left: 35%;
  }
}
