/* 头部 */
.header {
  position: fixed;
  top: 0;
  z-index: 99;
  width: 100%;
  /* display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff; */
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  /* margin: 10px 0; */
}
.header .header-outer {
  width: 1500px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .header-outer .header-left {
  flex-shrink: 0;
  width: 21.94%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .header-outer .header-left > img {
  width: 100%;
  height: 100%;
}
.header .header-outer .header-right-contact {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.header .header-outer .header-right-contact a {
  font-size: 16px;
  padding: 0 24px;
  height: 100px;
  line-height: 100px;
}
.header .header-outer .header-right-contact .active,
.header .header-outer .header-right-contact a:hover {
  color: #0e6eb8;
  border-bottom: 8px solid #0e6eb8;
  box-sizing: border-box;
}
.header .header-outer .header-right-menuBtn {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}
.header .header-outer .header-right-menuBtn > img {
  width: 45%;
}
.header .top-bg {
  background: url(/img/top.png);
  background-size: 100% 100%;
  width: 100%;
  height: 50px;
}
.header .top {
  height: 50px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 75%;
}
.header .phone {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* 头部手机端 */
@media (max-width: 1200px) {
  .header .header-outer {
    width: 100%;
    height: 75px;
    padding: 0 12px;
    box-sizing: border-box;
  }
  .header .header-outer .header-left {
    width: 55%;
  }
  .header .top-bg {
    display: none;
  }
  .header .header-outer .header-right-menuBtn > img{
    width: 35%
  }
}

/* 导航栏 */

.nav-sm {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100vh;
}
.nav-sm .nav-mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.nav-sm .nav-sm-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 60%;
  height: 75px;
  background-color: #0e6eb8;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0 24px;
  box-sizing: border-box;
}
.nav-sm .nav-sm-header .header-text {
  font-size: 18px;
  color: #fff;
}
.nav-sm .nav-sm-header .header-icon {
  position: absolute;
  top: 30px;
  right: 24px;
  z-index: 1;
  display: block;
  width: 16px;
  height: 16px;
}
.nav-sm .nav-sm-item {
  position: absolute;
  top: 50px;
  right: 0;
  width: 60%;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  padding: 55px 15px 0 15px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.nav-sm .nav-sm-item > a {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
  box-sizing: border-box;
}
.nav-sm .nav-sm-item > .active {
  color: #0e6eb8;
  font-weight: bold;
}

/* banner */
.banner-home {
  width: 1920px;
  height: 600px;
  margin: 0 auto;
}
.banner-home img {
  width: 100%;
  height: 100%;
}
.banner {
  width: 1920px;
  height: 400px;
  margin: 0 auto;
}
.banner img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .banner-home,
  .banner {
    width: 100%;
    height: auto;
  }
}

/* 网站新闻 */
.indjianxi {
  width: 100%;
  height: 50px;
}
.indblockbg {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding-bottom: 45px;
}
.indblockbg3 {
  background-color: #fff;
}
.indnews {
  width: 1400px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.indnews .news-title {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;  
  padding-top: 30px;
}
.indnews .news-title .news-title-name{
  font-weight: bold;
  font-size:20px;
}
.indnews .news-title .news-title-enname{
  font-size:16px;
}
.indnews .news-title .more{
  color: #666666
}
.indnews .news-left {
  width: 68%;
  height: auto;
  float: left;
  /* display: flex; */
}
.indnews .news-left .news{
  display: flex; 
}
.indnews .fir {
  width: 45%;
  height: auto;
}
.indnews .fir a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}
.indnews .fir a .pic {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.indnews .fir a .pic img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.indnews .fir a:hover .pic img {
  transform: scale(1.1);
}
.indnews .fir a .tit {
  width: 100%;
  font-size: 16px;
  text-align: center;
  box-sizing: border-box;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background: #7f7f7f;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 50px;
  color: #fff;
}
.indnews .other {
  /* width:460px; */
  width: calc(100% - 500px);
  float: right;
}
.indnews .other .xiang {
  width: 100%;
  height: auto;
  /* overflow: hidden; */
  margin-left: 20px;
}
.indnews .other .xiang:last-child {
  margin-bottom: 0px;
}
.indnews .other .xiang a {
  display: flex;
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 16px;
  padding-bottom: 16px;
  transition: 500ms;
  padding-left: 20px;
  border-bottom: 1px solid #ccc;
}
.indnews .other .xiang:hover a {
  background: #0e6eb8;
}
.indnews .other .xiang a .time {
  width: 139px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.indnews .other .xiang a .time .ri {
  font-size: 30px;
  color: #0e6eb8;
  text-align: center;
  line-height: 34px;
  transition: 500ms;
}
.indnews .other .xiang:hover a {
  color: #fff;
}

.indnews .other .xiang a .time .yue {
  font-size: 16px;
  color: #0e6eb8;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  transition: 500ms;
}
.indnews .other .xiang:hover a {
  color: #fff;
}
.indnews .other .xiang a .line {
  width: 10px;
  float: left;
  background: #0e6eb8;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  transition: 500ms;
  margin-top: 8px;
}
.indnews .other .xiang:hover a .line {
  background: #fff;
}
.indnews .other .xiang a .titdes {
  width: 100%;
  margin-left: 20px;
  height: auto;
  overflow: hidden;
  float: left;
}
.indnews .other .xiang a .titdes .tit {
  font-size: 16px;
  height: auto;
  overflow: hidden;
  color: #333;
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 500ms;
}
.indnews .other .xiang:hover a .titdes .tit {
  color: #fff;
}
.indnews .other .xiang a .titdes .des {
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  transition: 500ms;
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
}
.indnews .other .xiang:hover a .titdes .des {
  color: #fff;
}
.indnews .other .xiang:hover a .titdes .des p {
  color: #fff;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.indnews .news-right {
  width: 400px;
  height: auto;
  float: right;
  /* display: flex; */
}

.indnews .technology {
  text-align: center;
  width: 100%;
}

.indnews .technology .des:hover {
  border:1px solid #0e6eb8
}

.indnews .technology .xiang:last-child {
  margin-bottom: 0px;
}
.indnews .technology .xiang a {
  display: flex;
  width: 100%;
  height: auto;
  background: #fff;
  padding-top: 10px;
  transition: 500ms;
}
.indnews .technology .xiang {
  width: 100%;
}
.indnews .technology .xiang a .time {
  width: 139px;
  height: auto;
  overflow: hidden;
  float: left;
  padding-top: 5px;
  padding-bottom: 5px;
}
.indnews .technology .xiang a .time .ri {
  font-size: 30px;
  color: #0e6eb8;
  text-align: center;
  line-height: 34px;
  transition: 500ms;
}
.indnews .technology .xiang a .time .yue {
  font-size: 16px;
  color: #0e6eb8;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  transition: 500ms;
}
.indnews .technology .xiang a .line {
  width: 10px;
  float: left;
  background: #0e6eb8;
  height: 10px;
  border-radius: 50%;
  overflow: hidden;
  transition: 500ms;
  margin-top: 8px;
}
.indnews .technology .xiang a .titdes {
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
}
.indnews .technology .xiang a .titdes .tit {
  font-size: 16px;
  height: auto;
  overflow: hidden;
  color: #333;
  line-height: 20px;
  height: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 500ms;
}
.indnews .technology .xiang a .titdes .des {
  line-height: 57px;
  height: 57px;
  overflow: hidden;
  transition: 500ms;
  width: 97%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  margin-top: 5px;
}

.indblockbg3 .indmore {
  margin: auto;
}

@media (max-width: 1200px) {
  .indjianxi{
    display: none;
  }
  .indnews,.indnews .news-left,.indnews .news-right{
    width: 95%;
    margin: 0 auto;
    float: none;
  }
  .indnews .fir{
    width: 100%;
  }
  .indnews .fir a .tit p{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
  }
  .indnews .news-title .news-title-name{
    font-size: 18px;
    margin-top: 5px;
  }
  .indnews .news-title .news-title-enname{
    font-size: 12px;
  }
  .indnews .news-title .more{
    font-size: 11px;
  }
  .indnews .news-left .news{
    display: block; 
  }
  .indnews .other {
    width: 100%;
    float: none;
  }
  .indnews .other .xiang {
    width: 100%;
    height: auto;
    margin-left: 0;
  }
  .indnews .other .xiang a{
    padding-left: 10px;    
    width: 96%;
  }
  .indnews .other .xiang a .titdes .des{
    font-size: 16px;
  }
  .indnews .other .xiang a .titdes{
    margin-left: 10px;
  }
}

/* 医院介绍 */
.indblockbg4 {
  background: url('/img/js_bg.png');
  background-size: 100% 100%;
  color: #fff;
}

.indblockbg4 .left{
  width: 55%;
}

.news-left .introduce{
  line-height: 2.2em;
  font-size: 16px;
}

.indblockbg4 .news-right{
  overflow: hidden;
  width: 585px;
  border:5px solid #fff
}

.indblockbg4 .right{
  margin-top: 40px;
}
.news-right img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.news-right img:hover{
  transform: scale(1.1);
}

@media (max-width: 1200px) {
  .news-left .introduce {
    font-size: 16px;
    line-height: 1.5em;
  }
  .indblockbg4 .news-right{
    width: 95%;
  }
  .indblockbg4 .right{
    margin-top: 20px;
  }
  .indblockbg4 .left{
    width: 95%;
    margin: 0 auto;
    float: none;
  }
}



/* 专家介绍 */
.indblockbg5 {
  background-color: #f3f8fc;
}
.navBar {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}

/* 去除底部滚动条 */
.navBar::-webkit-scrollbar {
  display: none;
}

.navBar li {
  display: inline-table;
  height: 114px;
  line-height: 35px;
  padding-top: 20px;
  margin-right: 12.5px;
  border-radius: 10px;
  background: #fff;
  color: #333333;
  text-align: center;
  width: 220px;
}
.navBar img {
  width: 155px;
  height: 215px;
}

.navBar .doc_title {
  font-size: 16px;
  font-weight: bold;
}

.navBar .doc_description {
  margin-top: -5px;
  margin-bottom: 20px;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .navBar li{
    width: 150px;
    line-height: 30px;
  }
  .navBar img {
    width: 110px;
    height: 160px;
  }
  .navBar .doc_title{
    font-size: 16px;
  }
  .navBar .doc_description{
    font-size: 14px;
  }
  .indblockbg5{
    padding-bottom: 0;
  }
}

/* 医院环境 */
.yyhj{
  width: 100%;
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.yyhj-left{
  height: auto;
  display: flex;
  justify-content: space-between;
}
.yyhj-right{
  margin-right:10px;
}
.yyhj-left .yyhj-left-title{
  background:#7bbc30;
  color:#fff;
  width:300px;
  height:100px;
  text-align:center;
  padding-top:50px;
}
.yyhj-left .yyhj-right-title{
  background:#0e6eb8;
  color:#fff;
  width:450px;
  height:100px;
  text-align:center;
  padding-top:50px
}
.yyhj-left .yyhj-left-title .cntitle,.yyhj-left .yyhj-right-title .cntitle{
  font-size:16px;
  margin-bottom:10px
}
.yyhj-left .yyhj-left-title .entitle,.yyhj-left .yyhj-right-title .entitle{
  font-size:14px
}

.yyhj-left div{
  overflow: hidden;
}
.yyhj-left-div1{
  width: 45%;
}
.yyhj-left-div2{
  width: 55%;
}
.yyhj-left-div3{
  width: 64%;
}
.yyhj-left-div4{
  width: 35%;
}
.yyhj-left .environment1{
  width:300px;
  height:275px;
}
.yyhj-left .environment2{
  width:390px;
  height:230px;
}
.yyhj-left .environment3{
  width:390px;
  height:180px;
  margin-top: 12px;
}
.yyhj-left .environment4{
  width:450px;
  height: 270px;
}
.yyhj-left .environment5{
  width: 252px;
  height: 150px;
}
.yyhj-left .environment6{
  width: 252px;
  height: 260px;
  margin-top: 12px;
}
.yyhj-left img {
  width: 100%;
  height: auto;
  transition: 1s;
}
.yyhj-left img:hover{
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .yyhj{
    display: block;
  }
  .yyhj-left{
    margin-top: 40px;
  }
  .yyhj-left .yyhj-left-title{
    width: 160px;
    height: 50px;
    padding-top: 12px;
  }
  .yyhj-left .yyhj-left-title .cntitle{
    font-size:16px;
    margin-bottom:10px
  }
  .yyhj-left .yyhj-left-title .entitle{
    font-size:11px
  }
  .yyhj-left div{
    overflow:hidden;
  }
  .yyhj-left .environment1{
    width: 160px;
    height: 170px;
  }
  .yyhj-left-div1{
    width: 45%;
  }
  .yyhj-left-div2{
    width: 55%;
  }
  .yyhj-left-div3{
    width: 64%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .yyhj-left-div4{
    width: 35%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .yyhj-left .environment2{
    width: 100%;
    height: 115px;
  }
  .yyhj-left .environment3 {
    width: 100%;
    height: 115px;
    margin-top: 0;
  }
  .yyhj-left .environment4{
    width: 100%;
    height: 160px;
  }
  .yyhj-left .environment5{
    width: 100%;
    height: 85px;
  }
  .yyhj-left .yyhj-right-title{
    width: 100%;
    height: 50px;
    padding-top: 20px;
  }
  .yyhj-left .environment6{
    width: 100%;
    height: 145px;
    margin-top: 0;
  }
}


/* 产品展示 */
.outer {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.outer-height-1 {
  height: 780px;
}
.outer-height-2 {
  height: 870px;
}
.outer-height-3 {
  height: 730px;
}
.outer .outer-bkg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1200px) {
  .outer {
    width: 100%;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
  }
}
.outer .outer-show {
  position: relative;
  z-index: 1;
  width: 1600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.outer .outer-show .show-title {
  display: flex;
  align-items: center;
}
.outer .outer-show .show-title p:first-child {
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.outer .outer-show .show-title p:last-child {
  font-size: 40px;
  color: #0e6eb8;
  margin-left: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.outer .outer-show .show-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.outer .outer-show .show-top .top-title {
  display: flex;
  flex-direction: column;
}
.outer .outer-show .show-top .top-title p:first-child {
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.outer .outer-show .show-top .top-title p:last-child {
  font-size: 40px;
  color: #0e6eb8;
  margin-top: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .outer .outer-show {
    width: 100%;
    align-items: unset;
  }
  .outer .outer-show .show-title {
    justify-content: center;
  }
  .outer .outer-show .show-title p:first-child {
    font-size: 20px;
  }
  .outer .outer-show .show-title p:last-child {
    font-size: 20px;
    margin-left: 5px;
  }
  .outer .outer-show .show-top {
    flex-direction: column;
  }
  .outer .outer-show .show-top .top-title {
    justify-content: center;
    flex-direction: row;
  }
  .outer .outer-show .show-top .top-title p:first-child {
    font-size: 20px;
  }
  .outer .outer-show .show-top .top-title p:last-child {
    font-size: 20px;
    margin-left: 5px;
    margin-top: 0;
  }
}
.outer .outer-show .show-top .top-cases {
  width: 1360px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 40px 40px 15px 40px;
  box-sizing: border-box;
  justify-content: space-between;
}
.outer .outer-show .show-top .top-cases .cases-item {
  width: 300px;
  height: 260px;
  margin-bottom: 25px;
}
.outer .outer-show .show-top .top-cases .cases-item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .outer .outer-show .show-top .top-cases {
    width: 100%;
    padding: 20px 12px 8px 12px;
    margin-top: 20px;
  }
  .outer .outer-show .show-top .top-cases .cases-item {
    width: 48%;
    height: auto;
    margin-bottom: 12px;
  }
}
.outer .outer-show .show-type {
  display: flex;
  align-items: center;
  margin: 30px 0;
}
.outer .outer-show .show-type .type-item {
  width: 140px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 0 15px;
}
.outer .outer-show .show-type .active {
  background-color: #0e6eb8;
  font-weight: bold;
  color: #fff;
}
@media (max-width: 1200px) {
  .outer .outer-show .show-type {
    margin: 15px 0;
    justify-content: center;
  }
  .outer .outer-show .show-type .type-item {
    width: 100px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    border-radius: 5px;
    margin: 0 10px;
  }
}
.outer .outer-show .show-wrap {
  width: 1600px;
  display: flex;
  align-items: center;
}
.outer .outer-show .show-wrap .wrap-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  cursor: pointer;
}
.outer .outer-show .show-wrap .wrap-slide {
  width: 1460px;
  display: flex;
  align-items: center;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 290px;
  background-color: #fff;
}
.outer .outer-show .show-wrap .wrap-slide .scale-1 {
  transform-origin: 100% 50%;
  transform: scale(0.7);
  margin-right: -15px;
}
.outer .outer-show .show-wrap .wrap-slide .scale-2 {
  transform-origin: 100% 50%;
  transform: scale(0.85);
  margin-right: 30px;
}
.outer .outer-show .show-wrap .wrap-slide .scale-3 {
  transform-origin: 0 50%;
  transform: scale(0.85);
  margin-left: 30px;
}
.outer .outer-show .show-wrap .wrap-slide .scale-4 {
  transform-origin: 0% 50%;
  transform: scale(0.7);
  margin-left: -15px;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-img {
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-img img {
  width: 100%;
  height: 100%;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .outer .outer-show .show-wrap {
    width: 100%;
    overflow: hidden;
  }
  .outer .outer-show .show-wrap .wrap-slide {
    width: auto;
    margin: 0 12px;
    overflow: scroll;
  }
  .outer .outer-show .show-wrap .wrap-slide .slide-item {
    width: 48%;
    flex-shrink: 0;
    margin-right: 12px;
  }
  .outer .outer-show .show-wrap .wrap-slide .slide-item:last-child {
    margin-right: 0;
  }
  .outer .outer-show .show-wrap .wrap-slide .slide-item .item-img {
    width: 100%;
    height: auto;
  }
  .outer .outer-show .show-wrap .wrap-slide .slide-item .item-text {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #0e6eb8, transparent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding: 0 30px;
  box-sizing: border-box;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-hover .hover-title {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-hover .hover-text {
  color: #fff;
  font-size: 14px;
  margin: 25px 0;
  line-height: 1.5;
}
.outer .outer-show .show-wrap .wrap-slide .slide-item .item-hover .hover-icon {
  width: 46px;
  height: 53px;
  margin-bottom: 30px;
}
.outer .outer-show .show-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.outer .outer-show .show-news .news-item {
  width: 780px;
  height: 120px;
  display: flex;
  margin-top: 30px;
}
.outer .outer-show .show-news .news-item .item-left {
  width: 120px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e6eb8;
}

.outer .outer-show .show-news .news-item .item-left p:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.outer .outer-show .show-news .news-item .item-left p:last-child {
  color: #fff;
  font-size: 16px;
}
.outer .outer-show .show-news .news-item .item-right {
  flex: 1;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  box-sizing: border-box;
}
.outer .outer-show .show-news .news-item .item-right p:first-child {
  color: #000;
  font-size: 18px;
}
.outer .outer-show .show-news .news-item .item-right p:last-child {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  line-height: 1.5;
}
@media (max-width: 1200px) {
  .outer .outer-show .show-news {
    flex-direction: column;
  }
  .outer .outer-show .show-news .news-item {
    width: auto;
    margin: 0 12px;
    height: 90px;
    margin-top: 15px;
  }
  .outer .outer-show .show-news .news-item .item-left {
    width: 90px;
    height: 100%;
  }
  .outer .outer-show .show-news .news-item .item-left p:first-child {
    font-size: 24px;
  }
  .outer .outer-show .show-news .news-item .item-left p:last-child {
    font-size: 14px;
  }
  .outer .outer-show .show-news .news-item .item-right {
    padding: 0 15px;
  }
  .outer .outer-show .show-news .news-item .item-right p:first-child {
    font-size: 16px;
  }
  .outer .outer-show .show-news .news-item .item-right p:last-child {
    margin-top: 5px;
  }
}
.outer .outer-show .show-btn {
  margin-top: 30px;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 16px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
.outer .outer-show .show-btn::after {
  content: '>';
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}
.outer .outer-show .show-btn-right {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.outer .outer-show .show-btn-right .right-btn {
  margin-top: 30px;
  background-color: #1b1b1b;
  color: #fff;
  font-size: 16px;
  width: 160px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 25px;
}
.outer .outer-show .show-btn-right .right-btn::after {
  content: '>';
  color: #fff;
  margin-left: 5px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .outer .outer-show .show-btn {
    margin-top: 15px;
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    margin-left: 50%;
    transform: translateX(-50%);
  }
  .outer .outer-show .show-btn::after {
    font-size: 14px;
  }
  .outer .outer-show .show-btn-right {
    justify-content: center;
  }
  .outer .outer-show .show-btn-right .right-btn {
    margin-top: 15px;
    font-size: 14px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
  }
  .outer .outer-show .show-btn-right .right-btn::after {
    font-size: 14px;
  }
}

/* footer */
.footer {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.footer .footer-msg {
  width: 100%;
  height: 140px;
  background-color: #0e6eb8;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-msg .outer-msg {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-msg .outer-msg .msg-left {
  display: flex;
  flex-direction: column;
  width: 40%;
}
.footer .footer-msg .outer-msg .msg-left p:first-child {
  font-size: 16px;
  color: #fff;
}
.footer .footer-msg .outer-msg .msg-left p:last-child {
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
  line-height: 1.5em;
}
.footer .footer-msg .outer-msg .msg-right p:first-child {
  font-size: 16px;
  color: #fff;
}
.footer .footer-msg .outer-msg .msg-right .content {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.footer-lg{
  display: none;
}
.solid {
  height: 75px;
  width: 1px;
  background: #4591cb;
}
.footer .footer-info {
  width: 100%;
  height: 50px;
  background-color: #1b1b1b;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer-info .outer-info {
  width: 60%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .footer-info .outer-info p {
  height: 50px;
  line-height: 50px;
  color: #fff;
}
@media (max-width: 1200px) {
  .none{
    display: none;
  }
  .solid{
    display: none ;
  }
  .description{
    font-size: 12px;
  }
  .footer {
    width: 100%;
  }
  .footer-lg{
    display: flex;
    width: 100%;
    /* margin-top: 20px; */
    justify-content: space-between;
  }
  .footer .footer-info .outer-info{
    width: 95%;
  }
  .footer .footer-msg {
    width: 100%;
    height: auto;
    align-items: unset;
    flex-direction: column;
    padding: 30px 12px;
    box-sizing: border-box;
  }
  .footer .footer-msg .outer-msg {
    width: 100%;
    flex-direction: column;
  }
  .footer .footer-msg .outer-msg .msg-left {
    width: 100%;
    display: none;
  }
  .footer .footer-msg .outer-msg .msg-left p:first-child {
    font-size: 16px;
  }
  .footer .footer-msg .outer-msg .msg-left p:last-child {
    font-size: 12px;
    margin-top: 5px;
  }
  .footer .footer-msg .outer-msg .msg-right p:first-child {
    font-size: 16px;
  }
  .footer .footer-msg .outer-msg .msg-right p:last-child {
    font-size: 12px;
    margin-top: 5px;
  }
}

/* 公司简介 */
.contain {
  background-color: #f8f8f8;
  width: 1500px;
  height: auto;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.contain-style-1 {
  background-color: #f8f8f8;
  height: auto;
  padding: 50px 0 25px 0;
  box-sizing: border-box;
}
.contain .contain-bkg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contain .contain-ctn {
  width: 100%;
  display: flex;
  justify-content: center;
  /* flex-direction: column; */
  font-size: 16px;
  line-height: 2em;

}
.contain .contain-ctn .ctn-title {
  font-size: 30px;
  position: relative;
}
.contain .contain-ctn .ctn-title::after {
  content: '';
  width: 40px;
  height: 6px;
  background-color: #0e6eb8;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.contain .contain-ctn .ctn-dsc {
  font-size: 16px;
  width: 1400px;
  margin: 50px 0;
  line-height: 1.6;
}
.contain .contain-ctn .ctn-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1400px;
}
.contain .contain-ctn .ctn-img .img-item {
  width: 700px;
  height: 460px;
}
.contain .contain-ctn .ctn-img .img-item img {
  width: 100%;
  height: 100%;
}
.about-pic{
  width: 1500px;
  margin: 20px auto;
}
@media (max-width: 1200px) {
  .contain {
    width: 100%;
    height: auto;
  }
  .contain-style-1 {
    background-color: #f8f8f8;
    height: auto;
    padding: 24px 0 24px 0;
    box-sizing: border-box;
    padding-bottom: 0;
  }
  .contain .contain-ctn {
    width: 100%;
    padding: 0 12px;
    box-sizing: border-box;
    font-size: 16px;
  }
  .contain .contain-ctn .ctn-title {
    font-size: 18px;
    margin-top: 24px;
  }
  .contain .contain-ctn .ctn-title::after {
    width: 20px;
    height: 4px;
    bottom: -10px;
  }
  .contain .contain-ctn .ctn-dsc {
    font-size: 14px;
    width: 100%;
    margin: 24px 0 12px 0;
  }
  .contain .contain-ctn .ctn-img {
    width: 100%;
    flex-direction: column;
  }
  .contain .contain-ctn .ctn-img .img-item {
    width: 100%;
    height: auto;
    margin-top: 12px;
  }
  .contain .contain-ctn .ctn-img .img-item img {
    width: 100%;
    height: auto;
  }
  .about-pic{
    width:95%;
    margin: 20px auto;
  }
}
.contain .contain-ctn .ctn-qualification {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
}
.contain .contain-ctn .ctn-qualification .qualification-item {
  width: 330px;
  height: 330px;
  margin-right: 40px;
  margin-bottom: 26px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contain .contain-ctn .ctn-qualification .sm-box{
  height: 375px;
  width: 250px;
  margin-right:20px;
  display: block;
  padding-top: 30px;
  background: #fff;
  margin-bottom: 10px;
}
.sm-box-img{
  height: 230px;
  width: 175px;
}
.contain .contain-ctn .ctn-qualification .qualification-item:nth-child(3n) {
  margin-right: 0;
}
.contain .contain-ctn .ctn-qualification .qualification-item .item-img-1 {
  width: 60%;
  height: auto;
}
.contain .contain-ctn .ctn-qualification .qualification-item .item-img-2 {
  width: 100%;
  height: auto;
}
.contain .contain-ctn .ctn-qualification .detail {
  color: #fff;
  background: #0e6eb8;
  width: 90px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-radius: 30px; */
  margin: 15px auto;
  font-size: 12px;
}
.contain .contain-ctn .ctn-qualification .sm-box-text2{
  font-size: 18px;
  color: #666666;
}
@media (max-width: 1200px) {
  .contain .contain-ctn .ctn-qualification {
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    margin-bottom: -10px;
    display: flex;
    flex-wrap: wrap;
  }
  .contain .contain-ctn .ctn-qualification .qualification-item {
    width: 48.5%;
    height: 165px;
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.contain .contain-ctn .ctn-products {
  width: 1400px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.contain .contain-ctn .ctn-products .products-item {
  display: flex;
  flex-direction: column;
  margin-right: 26px;
  margin-bottom: 26px;
  align-items: center;
}
.contain .contain-ctn .ctn-products .products-item:nth-child(4n) {
  margin-right: 0;
}
.contain .contain-ctn .ctn-products .products-item .item-img {
  width: 330px;
  height: 330px;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contain .contain-ctn .ctn-products .products-item .item-img img {
  width: 100%;
  height: auto;
}
.contain .contain-ctn .ctn-products .products-item .item-title {
  width: 100%;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  background-color: #fff;
  font-size: 18px;
  padding: 0 15px;
  box-sizing: border-box;
}
.contain .contain-ctn .ctn-products .cases-item {
  margin-right: 25px;
  margin-bottom: 25px;
}
.contain .contain-ctn .ctn-products .cases-item:nth-child(3n) {
  margin-right: 0;
}
.contain .contain-ctn .ctn-products .cases-item:nth-child(4n) {
  margin-right: 25px;
}
.contain .contain-ctn .ctn-products .cases-item .item-img {
  width: 450px;
  height: 300px;
}
.contain .contain-ctn .ctn-products .cases-item .item-img img {
  width: 100%;
  height: 100%;
}
.contain .contain-ctn .ctn-products .cases-item .item-title {
  width: 100%;
  height: 50px;
  line-height: 50px;
}
@media (max-width: 1200px) {
  .contain .contain-ctn .ctn-products {
    width: 100%;
    justify-content: space-between;
    margin-bottom: -10px;
  }
  .contain .contain-ctn .ctn-products .products-item {
    width: 48.5%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  .contain .contain-ctn .ctn-products .products-item .item-img {
    width: 100%;
    height: auto;
  }
  .contain .contain-ctn .ctn-products .products-item .item-title {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    padding: 0 10px;
  }
  .contain .contain-ctn .ctn-products .cases-item {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .contain .contain-ctn .ctn-products .cases-item:nth-child(4n) {
    margin-right: 0;
  }
  .contain .contain-ctn .ctn-products .cases-item .item-img {
    width: 100%;
    height: auto;
  }
  .contain .contain-ctn .ctn-products .cases-item .item-title {
    height: 40px;
    line-height: 40px;
  }

}
.contain .contain-ctn .ctn-news {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1400px;
  flex-wrap: wrap;
  margin: -25px 0 25px 0;
}
.contain .contain-ctn .ctn-news .news-item {
  width: 650px;
  height: 225px;
  display: flex;
  margin-top: 25px;
}
.contain .contain-ctn .ctn-news .news-item .item-left {
  width: 299px;
  height: 225px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e6eb8;
}
.contain .contain-ctn .ctn-news .news-item .date{
  width: 150px;
  height: 150px
}
.contain .contain-ctn .ctn-news .news-item .item-left p:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.contain .contain-ctn .ctn-news .news-item .item-left p:last-child {
  color: #fff;
  font-size: 16px;
}
.contain .contain-ctn .ctn-news .news-item .item-right {
  flex: 1;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  padding: 0 30px;
  box-sizing: border-box;
  padding-top: 30px;
}

.contain .contain-ctn .ctn-news .news-item .news{
  background:#fff;
  height: 150px;
  padding-top: 20px;
}
.contain .contain-ctn .ctn-news .news-item .item-right p:first-child {
  color: #000;
  font-size: 18px;
}
.contain .contain-ctn .ctn-news .news-item .item-right p:last-child {
  color: rgba(0, 0, 0, 0.7);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  line-height: 1.5;
}

.contain .contain-ctn .ctn-news .dep-item {
  width: 650px;
  height: 225px;
  display: flex;
  margin-top: 25px;
}
.contain .contain-ctn .ctn-news .dep-item .item-left {
  width: 270px;
  height: 175px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #0e6eb8;
}
.contain .contain-ctn .ctn-news .dep-item .item-left img{
  width: 270px;
  height: 175px;    
}
.contain .contain-ctn .ctn-news .dep-item .date{
  width: 150px;
  height: 150px
}
.contain .contain-ctn .ctn-news .dep-item .item-left p:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 48px;
}
.contain .contain-ctn .ctn-news .dep-item .item-left p:last-child {
  color: #fff;
  font-size: 16px;
}
.contain .contain-ctn .ctn-news .dep-item .item-right {
  height: 175px;
  background-color: #fff;
  padding: 0 30px;
}

.contain .contain-ctn .ctn-news .dep-item .news{
  background:#fff;
  height: 150px;
  padding-top: 20px;
}
.contain .contain-ctn .ctn-news .dep-item .item-right p:first-child {
  color: #000;
  /* font-size: 18px; */
}
.contain .contain-ctn .ctn-news .dep-item .item-right p:last-child {
  color: rgba(0, 0, 0, 0.7);
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 8px;
  line-height: 1.5;
}
.contain .contain-ctn .ctn-news .dep-item .item-right .second-p{
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.contain .contain-ctn .ctn-news .dep-item .item-right .second-p p{
  font-size: 12px;
}
.contain .contain-ctn .ctn-news .dep-item .item-right .third-p{
  color: #fff;
  background: #0e6eb8;
  width: 90px;
  height: 30px;
  text-align: center;
  margin-left: 66%;
  font-size: 13px;
}
@media (max-width: 1200px) {
  .contain .contain-ctn .ctn-news {
    flex-direction: column;
    width: 100%;
    margin: -12px 0 12px 0;
  }
  .contain .contain-ctn .ctn-news .news-item {
    width: 100%;
    height: 90px;
    margin-top: 15px;
  }
  .contain .contain-ctn .ctn-news .news-item .item-left {
    width: 90px;
    height: 100%;
  }
  .contain .contain-ctn .ctn-news .news-item .item-left p:first-child {
    font-size: 22px;
  }
  .contain .contain-ctn .ctn-news .news-item .item-left p:last-child {
    font-size: 12px;
  }
  .contain .contain-ctn .ctn-news .news-item .item-right {
    padding: 5px 15px;
  }
  .contain .contain-ctn .ctn-news .news-item .item-right p:first-child {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    padding-top: 10px
  }
  .contain .contain-ctn .ctn-news .news-item .item-right p:last-child {
    margin-top: 5px;
    font-size: 15px;
  }
  .contain .contain-ctn .ctn-news .news-item .news{
    height: auto;
  }
  .contain .contain-ctn .ctn-news .dep-item{
    width: 100%;
    height: auto;
    display: flex;
    margin-top: 25px;
  }
  .contain .contain-ctn .ctn-news .dep-item .item-left {
    width: 45%;
    height: 145px;
  }
  .contain .contain-ctn .ctn-news .dep-item .item-right{
    height: 135px;
    width: 59%;
    padding-left: 10px;
    padding-right: 5px;
  }
  .contain .contain-ctn .ctn-news .dep-item .item-right p:first-child{
    font-size: 16px;
  }
  .contain .contain-ctn .ctn-news .dep-item .item-right .third-p{
    margin-left: 38%;
  }
}
.chejian {
  width: 1920px;
  margin: 0 auto;
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 0;
  box-sizing: border-box;
}
.chejian .chejian-title {
  font-size: 30px;
  position: relative;
  font-weight: bold;
}
.chejian .chejian-title::after {
  content: '';
  width: 40px;
  height: 6px;
  background-color: #0e6eb8;
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.chejian .chejian-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 1400px;
}
.chejian .chejian-img .img-item {
  width: 340px;
  height: 270px;
}
.chejian .chejian-img .img-item img {
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .chejian {
    width: 100%;
    padding: 24px 12px;
    background-color: rgba(0, 0, 0, 0.05);
  }
  .chejian .chejian-title {
    font-size: 18px;
  }
  .chejian .chejian-title::after {
    width: 20px;
    height: 4px;
    bottom: -10px;
  }
  .chejian .chejian-img {
    margin-top: 24px;
    width: 100%;
    flex-wrap: wrap;
  }
  .chejian .chejian-img .img-item {
    width: 49%;
    height: auto;
    margin-bottom: 6px;
  }
}