.um-banner
{
  height:300px;
}

.text-overflow {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.header-hd {
  height: 38px;
  background: url(../image/hline.jpg) repeat-y center;
  line-height: 38px;
  font-size: 12px;
  color: #898989;
}
.header-hd a {
  display: inline-block;
  margin-left: 20px;
}
.header-hd a img {
  margin-right: 3px;
  vertical-align: -3px;
}
.header-bd {
  height: 110px;
}
.header-bd .w {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-bd .header-tel-hd {
  font-size: 17px;
  color: #666666;
  line-height: 32px;
}
.header-bd .header-tel-hd img {
  vertical-align: -9px;
}
.header-bd .header-tel-hd span {
  font-weight: bold;
  font-size: 34px;
  color: #ff9000;
  font-family: fantasy;
  vertical-align: -5px;
}
.search-region {
  height: 98px;
  box-shadow: 0 5px 10px #bdbdbd;
  background: #eeeeee;
}
.search-region .w {
  height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-region .search-hot {
  height: 98px;
  line-height: 98px;
  font-size: 18px;
  color: #999999;
}
.search-region .search-form form {
  height: 43px;
  border: 1px solid #bfbfbf;
}
.search-region .search-form form .search__key {
  border: none;
  outline: none;
  padding: 0 20px;
  vertical-align: top;
  line-height: 43px;
  background: none;
  font-size: 18px;
  color: #999;
  width: 300px;
}
.search-region .search-form form .search__button {
  width: 48px;
  height: 43px;
  border: none;
  cursor: pointer;
  background: url(../image/sbtn.png) no-repeat center #5895c6;
}
.recom-region {
  overflow: hidden;
  background: url(../image/recombg.jpg) no-repeat center;
  height: 969px;
  padding-top: 50px;
  box-sizing: border-box;
}
.recom-region-tit {
  text-align: center;
  line-height: 1.4;
  color: #333;
}
.recom-region-tit p {
  font-size: 16px;
}
.recom-region-tit h2 {
  font-size: 40px;
  background: url(../image/recomtit.png) no-repeat 4px center;
}
.recom-region-bd .hd {
  text-align: center;
  margin: 35px 0 38px;
}
.recom-region-bd .hd li {
  display: inline-block;
  margin: 0 20px;
  height: 48px;
  padding: 0 20px;
  background: #5895c6;
  font-size: 23px;
  color: #fff;
  cursor: pointer;
}
.recom-region-bd .hd li.on {
  background: #ff9000;
}
.recom-region-bd .bd .slideBox {
  position: relative;
  height: 660px;
}
.recom-region-bd .bd .slideBox .slideimg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.recom-region-bd .bd .slideBox li {
    width: 303px;
    height: 76px;
    padding: 0px 15px;
    box-sizing: border-box;
    position: absolute;
    font-size: 17px;
    line-height: 23px;
    color: #5895c6;
    text-align: right;
    overflow: hidden;
    font-weight: bold;
    color: #2196F3;
    display: flex;
    align-items: center;
}
.recom-region-bd .bd .slideBox .li1 {
  left: -4px;
  top: 37px;
}
.recom-region-bd .bd .slideBox .li2 {
  right: -7px;
  top: 37px;
  text-align: left;
}
.recom-region-bd .bd .slideBox .li3 {
  left: -4px;
  top: 36%;
}
.recom-region-bd .bd .slideBox .li4 {
  right: -7px;
  top: 36%;
  text-align: left;
}
.recom-region-bd .bd .slideBox .li5 {
  left: -4px;
  bottom: 23%;
}
.recom-region-bd .bd .slideBox .li6 {
  right: -7px;
  bottom: 23%;
  text-align: left;
}
.region-tit {
  text-align: center;
  background: url(../image/titbg.png) no-repeat center;
  line-height: 1.8;
}
.region-tit h2 {
  font-size: 40px;
  color: #333;
  /*font-weight: normal;*/
}
.region-tit h2 span {
  color: #5895c6;
}
.region-tit p {
  font-size: 14px;
  color: #666;
  display: inline-block;
  border: 1px solid #bfbfbf;
  line-height: 24px;
  padding: 0 20px;
  border-radius: 12px;
}
.product-region {
  padding: 60px 0 40px;
}
.product-region ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 35px 0 79px;
}
.product-region li {
  width: 278px;
  margin-bottom: 33px;
}
.product-region li:nth-of-type(1n+7) {
  margin-bottom: 0;
}
.product-region li .img {
  border: 1px solid #bfbfbf;
  border-bottom: 0;
}
.product-region li .img img {
  width: 100%;
  display: block;
}
.product-region li h5 {
  height: 41px;
  line-height: 41px;
  font-weight: normal;
  background: #5895c6;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.product-region .product-more {
  display: block;
  width: 195px;
  height: 48px;
  border: 1px solid #7d7d7d;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.partner-region {
  height: 468px;
  background: #5895c6;
  padding-top: 28px;
  box-sizing: border-box;
}
.partner-region .partner-tit {
  height: 96px;
  line-height: 96px;
  color: #fff;
  font-size: 40px;
  text-align: center;
  background: url(../image/parttit.png) no-repeat center;
}
.partner-region .partner-img {
  text-align: center;
  line-height: 0;
  margin-top: 25px;
}
.avant-region {
  height: 830px;
  overflow: hidden;
  background: url(../image/avantbg.png) no-repeat bottom center;
}
.avant-region-tit {
  margin: 51px 0 69px;
  text-align: center;
  line-height: 1.3;
}
.avant-region-tit h3 {
  font-size: 59px;
  color: #eee7e7;
  font-weight: bold;
  text-transform: uppercase;
  font-family: fantasy;
  margin-top: -65px;
  position: relative;
  z-index: -1;
}
.avant-region-tit h2 {
  font-size: 49px;
  color: #5895c6;
}
.avant-region-tit p {
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.avant-bd {
  position: relative;
}
.avant-bd li {
    width: 348px;
    height: 144px;
    margin-bottom: 34px;
    padding: 0px 34px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.avant-bd li h4 {
    font-size: 20px;
    color: #333;
    margin-bottom: 0px;
    font-weight: bold;
}
.avant-bd li h4 i {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #015ca3;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 21px;
    font-family: fantasy;
    margin-right: 10px;
}
.avant-bd li p {
  font-size: 14px;
  line-height: 21px;
  color: #666;
}
.avant-bd-left {
  position: absolute;
  left: 16px;
  top: 35px;
}
.avant-bd-right {
  position: absolute;
  right: -16px;
  top: 35px;
}
.case-region {
  height: 737px;
  background: #f2f2f2;
  box-sizing: border-box;
  padding-top: 25px;
}
.case-region .casemore {
  display: block;
  width: 195px;
  height: 48px;
  border: 1px solid #7d7d7d;
  line-height: 48px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  color: #666;
}
.case-bd {
  margin: 55px 0 40px;
}
.case-bd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.case-bd li {
  width: 282px;
  position: relative;
  margin-bottom: 11px;
}
.case-bd li:nth-of-type(1n+5) {
  margin-bottom: 0;
}
.case-bd li img {
  width: 100%;
  display: block;
}
.case-bd li h5 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 41px;
  line-height: 41px;
  background: url(../image/casei.png) no-repeat 10px center rgba(67, 67, 67, 0.33);
  padding-left: 50px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.68);
  font-weight: normal;
  box-sizing: border-box;
}
.problem-region {
  background: #5895c6;
  height: 385px;
  margin-top: 90px;
}
.problem-region .w {
  height: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.problem-region .problem-img {
  position: absolute;
  bottom: 0;
  left: -180px;
}
.problem-region .problem-region-hd {
  width: 625px;
  margin-left: 124px;
}
.problem-region .problem-region-hd h2 {
  font-size: 42px;
  color: #fff;
}
.problem-region .problem-region-hd h2 span {
  line-height: 56px;
  display: inline-block;
  background: #fff;
  font-size: 25px;
  color: #5895c6;
  padding: 0 15px;
  vertical-align: 5px;
  margin-left: 10px;
}
.problem-region .problem-region-hd ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
}
.problem-region .problem-region-hd li {
  height: 147px;
  background: #fff;
  text-align: center;
  width: 25%;
  font-size: 16px;
  line-height: 3;
  box-sizing: border-box;
  padding-top: 33px;
}
.problem-region .problem-region-hd li img {
  height: 51px;
}
.problem-region .problem-region-hd li:nth-of-type(2n) {
  background: #7fafd4;
  color: #fff;
}
.problem-region-bd {
  width: 420px;
  height: 318px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 25px 0 13px;
  box-sizing: border-box;
}
.problem-region-bd li a {
  display: block;
  height: 52px;
  border-bottom: 1px solid #bfbfbf;
  line-height: 60px;
  font-size: 16px;
  color: #646464;
  padding: 0 10px;
    font-weight: bold;
}
.process-region {
  padding: 70px 0;
}
.process-bd {
  position: relative;
  margin-top: 80px;
}
.process-bd ul {
  overflow: hidden;
  padding-left: 47px;
}
.process-bd li {
  background: url(../image/cessr.png) no-repeat 184px 80px;
  padding-right: 62px;
  width: 168px;
  float: left;
  margin-bottom: 50px;
}
.process-bd li:nth-of-type(1n+6) {
  margin-bottom: 0;
}
.process-bd li .img {
  width: 168px;
  height: 168px;
  border: 1px solid #bfbfbf;
  border-radius: 50%;
  padding: 3px;
  overflow: hidden;
  box-sizing: border-box;
  line-height: 0;
}
.process-bd li .img img {
  width: 100%;
  height: 100%;
}
.process-bd li p {
  width: 144px;
  height: 39px;
  background: #f5f5f5;
  line-height: 39px;
  text-align: center;
  font-size: 16px;
  color: #333;
  margin: 14px auto 0;
}
.process-bd li:nth-of-type(5),
.process-bd li:last-of-type {
  padding-right: 0;
  background: none;
}
.process-bd-tel {
  position: absolute;
  right: 0;
  bottom: 33px;
}
.process-bd-tel h3 {
  font-size: 24px;
  color: #656565;
  font-weight: bold;
  height: 51px;
  border: 1px solid #bfbfbf;
  padding: 0 20px;
  margin-bottom: 6px;
}
.process-bd-tel h4 {
  font-size: 29px;
  color: #0094da;
  font-weight: normal;
  line-height: 1.4;
}
.process-bd-tel p {
  font-size: 16px;
  color: #666;
}
.process-bd-tel a {
  display: block;
  width: 126px;
  height: 39px;
  border: 1px solid #015ca3;
  border-radius: 20px;
  line-height: 39px;
  text-align: center;
  font-size: 21px;
  color: #0094da;
  margin-top: 10px;
}
.news-region {
  background: #f4f4f4;
  padding: 50px 0 55px;
}
.news-bd {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.news-about {
  width: 543px;
}
.news-about .img {
  width: 100%;
  line-height: 0;
}
.news-about .img img {
  width: 100%;
}
.news-about .desc a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
  height: 103px;
  border: 1px solid #bfbfbf;
  padding: 0 12px;
}
.news-about .desc span {
  display: block;
  width: 115px;
  height: 36px;
  background: url(../image/nspan.png) no-repeat center;
  line-height: 36px;
  text-align: center;
  font-sizE: 19px;
  color: #5895c6;
}
.news-about .desc div {
  width: 75%;
  font-sizE: 14px;
  line-height: 21px;
  color: #666;
}
.news-list {
  width: 580px;
}
.news-list .news-tit {
  font-sizE: 24px;
  color: #666;
  line-height: 40px;
  margin-bottom: 22px;
  border-bottom: 1px solid #e5e5e5;
}
.news-list .news-tit a {
  font-size: 16px;
  color: #686868;
}
.news-list li {
  height: 139px;
  box-sizing: border-box;
  padding: 23px 40px;
  background: #fff;
  margin-bottom: 40px;
}
.news-list li:last-of-type {
  margin-bottom: 0;
}
.news-list li .img {
  float: left;
  width: 123px;
  margin-right: 20px;
}
.news-list li .img img {
  width: 100%;
}
.news-list li h5 {
  font-size: 16px;
  color: #666;
  font-weight: normal;
  margin: 6px 0;
}
.news-list li p {
  font-size: 12px;
  line-height: 21px;
  color: #666;
  height: 42px;
  overflow: hidden;
}
.news-list li:hover {
  background: #5895c6;
}
.news-list li:hover h5,
.news-list li:hover p {
  color: #fff;
}
.link-region {
  width: 1200px;
  margin: 56px auto;
  border: 1px solid #dadada;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
.link-region dt {
  text-align: center;
  width: 16%;
  line-height: 1.4;
  border-right: 1px solid #e2e2e2;
}
.link-region dt h2 {
  font-size: 30px;
  color: #323232;
}
.link-region dt a {
  font-size: 12px;
  color: #5895c6;
}
.link-region dd {
  width: 80%;
}
.link-region dd a {
  font-size: 14px;
  line-height: 30px;
  padding-right: 22px;
  display: inline-block;
}
.footer-region {
  border-top: 31px solid #5895c6;
  background: #2e2e2e;
}
.footer-region .footer-hd {
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  padding-bottom: 30px;
}
.footer-region .footer-hd .footer-tit {
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
}
.footer-region .footer-hd .footer-tit::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  border-left: 21px solid #f08200;
  border-right: 30px solid #fff;
}
.footer-region .footer-hd-code {
  width: 30%;
  border-right: 1px solid #818181;
}
.footer-region .footer-hd-code h2 {
  color: #fff;
  font-weight: normal;
  font-size: 18px;
  background: url(../image/ftline.png) no-repeat center;
  text-align: center;
}
.footer-region .footer-hd-code .link {
  text-align: center;
  margin: 15px 0;
}
.footer-region .footer-hd-code .link a {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px;
}
.footer-region .footer-hd-code ul {
  text-align: center;
}
.footer-region .footer-hd-code ul li {
  display: inline-block;
  margin: 0 10px;
  width: 124px;
  height: 120px;
  background: url(../image/codebg.png) no-repeat center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  box-sizing: border-box;
  padding-top: 9px;
}
.footer-region .footer-hd-code ul li img {
  max-width: 100%;
}
.footer-region .footer-hd-nav {
  width: 40%;
  padding-left: 6%;
  box-sizing: border-box;
  border-right: 1px solid #818181;
}
.footer-region .footer-hd-nav li {
  display: inline-block;
  width: 33%;
  font-size: 18px;
  line-height: 34px;
  color: #fff;
}
.footer-region .footer-hd-contact {
  width: 30%;
  padding-left: 6%;
  box-sizing: border-box;
}
.footer-region .footer-hd-contact .tel {
  background: url(../image/fttel.png) no-repeat left center;
  padding-left: 60px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 27px;
}
.footer-region .footer-hd-contact .tel p {
  font-sizE: 25px;
}
.footer-region .footer-ft {
  padding: 15px 0;
  line-height: 20px;
  border-top: 1px solid #606060;
  font-sizE: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.footer-region .footer-ft .right {
  display: block;
  width: 109px;
  height: 30px;
  border: 1px solid #ffffff;
  line-height: 30px;
  text-align: center;
  font-sizE: 14px;
  color: #fff;
}
.footer-region .footer-ft .right::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}
