.scale_img {
  overflow: hidden;
}
.scale_img img {
  transition: all 0.3s;
  display: block;
}
.scale_img img:hover {
  transform: scale(1.1);
}
.um-main {
  padding: 0 0 0;
  background-color: #F8F8F8;
}
.um-main::after {
  content: "";
  display: block;
  clear: both;
}
.um-banner {
  height: 300px;
  background: url(../image/inner/um-banner.jpg) no-repeat center;
  line-height: 0;
}
.um-bread {
  padding: 18px 0;
  background: #f6f6f6;
  line-height: 24px;
}
.um-bread .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.um-bread .tit {
  font-size: 24px;
  color: #333;
}
.um-bread .um-bread-pos {
  background: url(../image/bread.png) no-repeat left center;
  padding-left: 20px;
  font-size: 14px;
  color: #999;
}
.um-bread .um-bread-pos a:last-of-type {
  color: #052450;
}
.um-nav {
  margin: 45px 0 56px 0;
  text-align: center;
}
.um-nav li {
  width: 200px;
  height: 50px;
  border: 1px solid #575757;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  margin: 0 5px;
}
.um-nav li.on,
.um-nav li:hover {
  background: url(../image/umnavli.png) no-repeat center;
  color: #fff;
}
.um-page-tit {
  text-align: center;
}
.um-page-tit h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  background: url(../image/umline.png) no-repeat center;
}
.um-page-tit h3 {
  font-weight: normal;
  font-size: 14px;
  color: #c0c0c0;
}
.um-page-tit p {
  font-size: 16px;
  color: #666;
}
.um-page-desc {
  margin-top: 38px;
  font-size: 16px;
  color: #888;
  line-height: 30px;
}
.um-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.um-lside {
  width: 264px;
  padding-left: 34px;
  padding-top: 44px;
}
.um-lside-tit h2 {
  font-size: 23px;
  color: #052654;
  font-weight: bold;
}
.um-lside-tit p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.um-lside-nav {
  padding: 7px 0;
  margin-bottom: 30px;
}
.um-lside-nav li {
  position: relative;
  height: 49px;
  line-height: 49px;
  font-size: 16px;
  border-bottom: 1px dashed #ddd;
}
.um-lside-nav li a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: color 0.3s;
  letter-spacing: 1px;
  display: block;
}
.um-lside-nav li.on a,
.um-lside-nav li:hover a {
  color: #0067ed;
}
.um-list-tit {
  height: 61px;
  line-height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}
.um-list-tit h3 {
  font-weight: normal;
  font-size: 24px;
  color: #333;
}
.um-list-tit .um-list-pos {
  font-size: 14px;
  color: #999;
  background: url(../image/bread.png) no-repeat left center;
  padding-left: 25px;
}
.um-list-tit .um-list-pos a:last-of-type {
  color: #052450;
}
.um-flex-right {
  width: 936px;
  padding: 30px;
  background: #fff;
}
.um-case-list li {
  margin: 0 0 2.5% 0;
  background: #f6f6f6;
  overflow: hidden;
}
.um-case-list li .img {
  float: left;
  width: 45%;
  overflow: hidden;
}
.um-case-list li .img img {
  width: 100%;
  display: block;
}
.um-case-list li .desc {
  float: right;
  width: 45%;
  margin-top: 45px;
  margin-right: 6%;
}
.um-case-list li .desc h4 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.um-case-list li .desc p {
  font-size: 14px;
  color: #888888;
  height: 72px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin: 20px 0 40px 0;
}
.um-case-content .um-case-tit {
  color: #666;
  padding: 10px 0px 24px 0px;
  line-height: 20px;
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 1px dashed #d5d5d5;
}
.um-case-content .um-case-tit h4 {
  font-size: 28px;
  color: #333;
  font-weight: bold;
  padding-bottom: 18px;
  line-height: 1;
}
.um-case-content .um-case-tit p {
  font-size: 14px;
  color: #999;
}
.um-case-content .um-case-desc {
  font-size: 14px;
  line-height: 25px;
  color: #666666;
}
.um-case-content .pagenav {
  margin-top: 20px;
}
.um-news-list {
  background: #f8f8f8;
}
.um-news-list li {
  padding: 0 0 40px 0;
  overflow: hidden;
}
.um-news-list li .img {
  float: left;
  width: 240px;
  overflow: hidden;
}
.um-news-list li .img img {
  width: 100%;
  display: block;
}
.um-news-list li .desc {
  float: right;
  width: 70%;
  margin-top: 5px;
}
.um-news-list li .desc h4 {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.um-news-list li .desc span {
  color: #999;
  font-size: 14px;
  display: block;
  margin: 13px 0;
}
.um-news-list li .desc p {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  color: #333;
  letter-spacing: 1px;
  height: 52px;
  overflow: hidden;
}
.um-prolist ul {
  overflow: hidden;
}
.um-prolist li {
  width: 274px;
  float: left;
  margin-bottom: 20px;
  margin-right: 27px;
}
.um-prolist li:nth-of-type(3n) {
  margin-right: 0;
}
.um-prolist li .img {
  border: 1px solid #f3f3f3;
}
.um-prolist li .img img {
    max-width: 100%;
    display: block;
    /*max-height: 228px;*/
    margin: 0 auto;
    height: 200px;
}
.um-prolist li .desc {
  width: 100%;
}
.um-prolist li .desc h4 {
  font-weight: normal;
  font-size: 16px;
  color: #333;
  line-height: 2;
}
.um-prolist li:hover .desc h4 {
  color: #3a588c;
}
.um-procon .um-pro-slide {
  margin-top: 48px;
  overflow: hidden;
}
.um-procon .um-pro-slide .left {
  width: 599px;
  position: relative;
}
.um-procon .um-pro-slide .left .sbtn {
  position: absolute;
  z-index: 9;
  width: 45px;
  height: 60px;
  outline: none;
  background-size: 100% 100%;
  transition: all 300ms ease-in;
  top: 50%;
  transform: translateY(-50%);
}
.um-procon .um-pro-slide .left .prev {
  left: 0%;
  background: url(../image/pfl.jpg) no-repeat center;
}
.um-procon .um-pro-slide .left .next {
  right: 0;
  background: url(../image/prh.jpg) no-repeat center;
}
.um-procon .um-pro-slide .right {
  width: 600px;
  height: 480px;
  padding: 0px 5%;
  background: #3a588c;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.um-procon .um-pro-slide .right h3 {
  font-size: 20px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
}
.um-procon .um-pro-slide .right p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.4);
  height: 96px;
  overflow: hidden;
  line-height: 24px;
}
.um-procon .um-pro-slide .right h4 {
  margin-top: 40px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.um-procon .um-pro-slide .right div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.um-procon .um-pro-slide .right div a {
  display: block;
  width: 49%;
  height: 50px;
  line-height: 50px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 2%;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
.um-procon .um-pro-tit {
  margin-top: 50px;
}
.um-procon .um-pro-tit h2 {
  font-size: 30px;
  color: #333;
  font-weight: bold;
  text-align: center;
  background: url(../image/line1.png) center center no-repeat;
}
.um-procon .content {
  font-size: 16px;
  color: #888;
  line-height: 30px;
  margin: 50px 0 0;
}
.pagenav {
  padding: 10px 0 0 0;
  border-top: #ddd solid 1px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}
.pagenav a {
  color: #999;
}
.pagenav a:hover {
  color: #052654;
}
.pagenav p {
  margin-top: 10px;
}
.um-recommend {
  background: #f7f7f7;
  margin-top: 40px;
}
.um-recommend .recomm-tit {
  font-size: 20px;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 20px 10px;
}
.um-recommend .recomm-tit h3 {
  border-left: 3px solid #052654;
  font-size: 16px;
  color: #333;
  padding-left: 12px;
  line-height: 20px;
}
.um-recommend .commend-pro {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.um-recommend .commend-pro li {
  width: min-content;
}
.um-recommend .commend-pro li h5 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333;
}
.um-recommend .commend-news {
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.um-recommend .commend-news li {
  width: 48%;
  margin-bottom: 5px;
}
.um-recommend .commend-news li a {
  display: block;
  border-bottom: 1px dashed #d6d6d6;
  line-height: 42px;
  color: #333;
  font-size: 14px;
}
.um-recommend .commend-news li a span {
  color: #999;
}
.um-recommend .commend-news li a:hover {
  color: #052654;
}
#pages {
  clear: both;
  padding: 10px 0 10px;
  text-align: center;
  font: 12px "宋体";
  margin-top: 40px;
}
#pages a {
  display: inline-block;
  padding: 0px 14px;
  height: 40px;
  font-size: 12px;
  line-height: 40px;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #333;
}
#pages a.a1 {
  padding: 0px 12px;
  height: 40px;
  line-height: 40px;
  margin-top: 0px;
}
#pages a:hover {
  background: #f1f1f1;
  color: #000;
  text-decoration: none;
}
#pages span {
  display: inline-block;
  padding: 0px 14px;
  height: 40px;
  line-height: 40px;
  background: #052654;
  border: 1px solid #052654;
  color: #fff;
  text-align: center;
}
.page .noPage {
  display: inline-block;
  padding: 0px 14px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #e3e3e3;
  text-align: center;
  color: #a4a4a4;
}
