.header .header-bd .w {
  height: 108px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header-bd .w .call {
  font-weight: bold;
  font-size: 39px;
  color: #146dbd;
  line-height: 39px;
  font-family: fantasy;
  background: url("../image/head-tel.png") no-repeat left;
  padding-left: 64px;
}
.header .header-bd .w .call p {
  font-size: 19px;
  font-weight: normal;
  color: #666666;
  line-height: 19px;
  margin-top: 10px;
  font-family: cursive;
}
.box-tit {
  text-align: center;
  font-size: 32px;
  color: #0f0e0e;
  line-height: 32px;
  padding-bottom: 16px;
  background: url("../image/box-tit.png") no-repeat bottom;
}
.box-tit span {
  color: #146dbd;
}
.box-img {
  width: 100%;
  overflow: hidden;
}
.box-img img {
  display: block;
  transition: 0.5s;
  transform: scale(1);
}
li .box-img:hover img {
  transform: scale(1.2);
}
.product {
  padding: 50px 0 80px;
}
.product .pro-hd {
  text-align: center;
  padding: 55px 0 40px;
}
.product .pro-hd a {
  display: inline-block;
  height: 70px;
  padding: 0 46px;
  line-height: 70px;
  border: 1px solid #535353;
  font-size: 18px;
  color: #1c1b1b;
}
.product .pro-hd a:nth-child(n+2) {
  border-left: none;
}
.product .pro-hd a:hover,
.product .pro-hd a:first-child {
  background: #3b7fe4;
  color: #fff;
}
.product .pro-bd .bd {
  position: relative;
  width: 1123px;
  margin: 0 auto;
}
.product .pro-bd .bd li {
  width: 268px;
  float: left;
  margin-right: 17px;
}
.product .pro-bd .bd li .box-img {
  border: 1px solid #bfbfbf;
  border-bottom: none;
}
.product .pro-bd .bd li p {
  font-size: 16px;
  color: #fff;
  line-height: 40px;
  background: #3b7fe4;
  text-align: center;
}
.product .pro-bd .pro-btn a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.7;
}
.product .pro-bd .pro-btn a:first-child {
  left: -50px;
}
.product .pro-bd .pro-btn a:last-child {
  right: -50px;
}
.product .pro-bd .pro-btn a:hover {
  opacity: 1;
}
.case {
  padding-bottom: 80px;
}
.case .case-hd,
.case .case-bd ul {
  display: flex;
}
.case .hd ul {
  justify-content: center;
  padding: 53px 0 40px;
}
.case .hd ul li:nth-child(n+2) a {
  border-left: none;
}
.case .hd ul li.on a, 
.case .hd ul li:hover a 
{
  border: transparent;
  background: #3b7fe4;
}
.case .hd ul li.on p,
.case .hd ul li:hover p
 {
  color: #fff;
}
.case .hd ul li.on .case-img img,
.case .hd ul li:hover .case-img img
 {
  display: block;
}
.case .hd ul li.on .case-img img:first-child ,
.case .hd ul li:hover .case-img img:first-child 
{
  display: none;
}
.case .hd ul li.on .case-img img:last-child,
.case .hd ul li:hover .case-img img:last-child 
{
  display: block;
}
.case .hd ul li a {
  display: flex;
  width: 156px;
  height: 95px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 2px solid #bfbfbf;
  box-sizing: border-box;
}
.case .hd ul li a p {
  font-size: 14px;
  color: #333333;
}
.case .hd ul li a .case-img img:last-child {
  display: none;
}
.case .bd ul {
  flex-wrap: wrap;
  padding: 0 32px;
  justify-content: space-between;
  width: 1200px !important;
}
.case .bd ul li {
  width: 357px;
}
.case .bd ul li:nth-child(n+4) {
  margin-top: 30px;
}
.case .bd ul li:nth-child(n+7) {
  display: none;
}
.case .bd ul li p {
  font-size: 16px;
  color: #333333;
  line-height: 48px;
  border: 1px solid #bfbfbf;
  text-align: center;
}
.about {
  padding: 73px 0 50px;
  background: url("../image/ab-bg.jpg") center;
}
.about .ab-box {
  padding: 60px 30px 40px;
  box-sizing: border-box;
  background: #fff;
  position: relative;
}
.about .ab-box .ab-more {
  position: absolute;
  width: 276px;
  display: flex;
  justify-content: space-between;
  right: 30px;
  top: -34px;
}
.about .ab-box .ab-more li {
  width: 77px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background: url("../image/ab-jt.png") no-repeat bottom 5px center #3b7fe4;
}
.about .ab-img {
  float: left;
}
.about .ab-con {
  display: flow-root;
  padding: 0 30px;
}
.about .ab-con h3 {
  font-size: 24px;
  color: #322d20;
  font-weight: normal;
  line-height: 90px;
}
.about .ab-con .ab-text {
  font-size: 18px;
  color: #666666;
  line-height: 36px;
  height: 100px;
  overflow: hidden;
}
.about .ab-con .ab-slide {
  margin-top: 70px;
}
.about .ab-con .ab-slide h4 {
  font-size: 18px;
  color: #322d20;
  line-height: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #626262;
  margin-bottom: 30px;
}
.about .ab-con .ab-slide li {
  width: 212px;
  float: left;
  margin-right: 15px;
}
.about .ab-botm {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.about .ab-botm p {
  width: 205px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 18px;
  color: #3b7fe4;
  background: #ffffff;
  border-radius: 15px;
  margin-right: 19px;
}
.about .ab-botm .ab-tel {
  font-size: 16px;
  color: #22282d;
  padding-left: 48px;
  background: url(http://umdemo.wxumeng.com/Template/Home/Default/Public/image/ab-tel.png) no-repeat left top 6px;
}
.about .ab-botm .ab-tel span {
  font-size: 27px;
  font-weight: bold;
  color: #3b7fe4;
  vertical-align: sub;
}
.quality {
  padding-bottom: 0;
}
.quality .qu-tit {
  text-align: center;
  padding: 75px 0 65px;
  border-bottom: 1px solid #3b7fe4;
}
.quality .qu-tit2 {
  text-align: center;
  padding-top: 43px;
}
.quality .hd{
	border-bottom:1px solid #7d7d7d;
}
.quality .qu-box .hd ul {
  padding: 0;
}
.quality .hd ul li a p{
	font-size:18px;
}
.quality .qu-box .hd ul li a {
  height: 100px;
  padding: 0 50px !important;
  flex-direction: unset;
  width: auto;
  border-top:none;
  border-bottom:none;
}
.quality .qu-box .hd ul li a .qu-img {
  margin-right: 20px;
  display: inline-block;
}
.quality .qu-box .qu-bd ul {
  display: block;
}
.quality .qu-box .qu-bd ul li {
  margin: 0;
}
.quality .avant-bd {
  margin: 50px 0;
}
.quality .avant-region .avant-tit {
  font-size: 42px;
  color: #008b62;
  font-weight: bold;
  margin-bottom: 30px;
}
.quality .avant-region .avant-bd h2 {
  display: inline-block;
  border-bottom: 1px solid #be2d2d;
  font-sizE: 25px;
  color: #000;
  font-weight: normal;
  margin-bottom: 30px;
}
.quality .avant-region .avant-bd li {
  width: 96px !important;
  height: 447px;
  position: relative;
  overflow: hidden;
  margin-right: 6px !important;
  float: left;
  transition: all .3s;
}
.quality .avant-region .avant-bd li:last-of-type {
  margin-right: 0;
}
.quality .avant-region .avant-bd li img {
  display: block;
}
.quality .avant-region .avant-bd li .desc {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.quality .avant-region .avant-bd li .desc .tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
}
.quality .avant-region .avant-bd li .desc .tit h3 {
  text-align: center;
  font-sizE: 16px;
  color: #fff;
  font-weight: normal;
  line-height: 77px;
}
.quality .avant-region .avant-bd li .desc .tit p {
  width: 80%;
  flex: 1 0 auto;
  color: #fff;
  padding: 18px 10px 10px 35px;
  font-sizE: 14px;
  line-height: 23px;
  display: none;
  height: 65px;
  border: none;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  text-overflow:ellipsis;
}
.quality .avant-region .avant-bd li.on {
  width: 715px !important;
}
.quality .avant-region .avant-bd li.on .desc {
  background: none;
}
.quality .avant-region .avant-bd li.on .desc img {
  display: none;
}
.quality .avant-region .avant-bd li.on .desc .tit {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  transform: translateY(0%);
  background: rgba(0, 0, 0, 0.5);
}
.quality .avant-region .avant-bd li.on .desc .tit h3 {
  width: 20%;
  flex: 1 0 auto;
  background: #63b4ff;
  color: #fff;
  font-sizE: 16px;
}
.quality .avant-region .avant-bd li.on .desc .tit p {
  display: block;
  position: relative;
}
.quality .avant-region .avant-bd li.on .desc .tit h3::after {
  content: "";
  width: 10px;
  height: 15px;
  background: url(http://umdemo.wxumeng.com/Template/Home/Default/Public/image/qu-jt.png) no-repeat center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 143px;
  z-index: 999;
}
.cooper {
  background: url("../image/cooper-bg.jpg") no-repeat center;
  padding: 55px 0 80px;
}
.cooper .cooper-box {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  padding: 7px;
  box-sizing: border-box;
}
.cooper .cooper-box li {
    width: 480px;
    float: left;
}
.cooper .cooper-box li .box-img {
  border: 1px solid #bfbfbf;
  height: 142px;
  display: flex;
  justify-content: center;
  align-items: center;
    width: 240px;
    float: left;
  background: #fff;
}
.cooper .cooper-box li .box-img:nth-of-type(even){
	margin-right: 0;
}
.news {
  padding: 70px 0 53px;
}
.news .news-box {
  margin-top: 65px;
}
.news .news-l,
.news .news-r {
  border: 2px solid #e8e8e8;
  padding: 10px;
}
.news .news-l .text h3,
.news .news-r .text h3 {
  font-size: 16px;
  color: #333333;
}
.news .news-l .text p,
.news .news-r .text p {
  font-size: 12px;
  color: #919191;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}
.news .news-l {
  width: 630px;
  background: #fff;
  float: left;
  margin-right: 20px;
}
.news .news-l .news-con {
  margin-top: 20px;
}
.news .news-l .news-con .text {
  width: 512px;
  float: left;
}
.news .news-l .news-con .text h3 {
  font-size: 16px;
  color: #333333;
}
.news .news-l .news-con .text p {
  font-size: 12px;
  color: #919191;
  line-height: 20px;
}
.news .news-l .news-con .num {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 86px;
  border-left: 2px solid #eaeaea;
  font-size: 24px;
  color: #353535;
  font-weight: bold;
  font-family: fantasy;
}
.news .news-l .news-con .num p {
  font-size: 14px;
  font-weight: normal;
  font-family: cursive;
}
.news .news-r {
  display: flow-root;
  padding-bottom: 33px;
}
.news .news-r li {
  border-bottom: 2px solid #ededed;
  padding-bottom: 14px;
}
.news .news-r .hd {
  line-height: 60px;
}
.news .news-r .hd i {
  float: right;
  font-size: 12px;
  color: #999999;
}
.i-area {
  border-top: 2px solid #eee;
}
.i-area .i-area-bd {
  line-height: 80px;
}
.i-area .i-area-bd span {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.i-area .i-area-bd i,
.i-area .i-area-bd a {
  color: #999999;
  font-size: 13px;
}
.i-area .i-area-bd a {
  display: inline-block;
  padding: 0 8px;
}
.box-tel {
  background: #eeeeee;
}
.box-tel .w {
  display: flex;
  justify-content: space-between;
  padding: 50px 0;
}
.box-tel .w .icon {
  margin-right: 18px;
}
.box-tel .w li {
  flex: 1;
  display: flex;
  align-items: center;
  height: 76px;
}
.box-tel .w li:nth-child(2) {
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 55px;
}
.box-tel .w li .text {
  font-size: 18px;
  color: #333333;
}
.box-tel .w li .text p {
  width: 245px;
  font-size: 18px;
  font-weight: bold;
  color: #2a78c1;
  font-family: impact;
}
.box-tel .w li:nth-child(n+2) p {
  font-size: 30px;
  font-weight: bold;
}
.footer {
  background: #333333;
}
.footer .footer-hd {
  padding: 60px 0 34px;
}
.footer .footer-hd ul {
  display: flex;
  justify-content: center;
}
.footer .footer-hd ul .item-ft {
  width: 150px;
}
.footer .footer-hd ul .item-ft img {
  display: block;
  width: 100%;
}
.footer .footer-hd ul li {
  background: url(http://umdemo.wxumeng.com/Template/Home/Default/Public/image/foot-nav.jpg) no-repeat left;
  padding: 0px 53px;
  min-width: 220px;
}
.footer .footer-hd ul li:last-child {
  background: url("../image/foot-nav.jpg") no-repeat left, url("../image/foot-nav.jpg") no-repeat right;
}
.footer .footer-hd ul li h3 {
  margin-bottom: 22px;
}
.footer .footer-hd ul li h3 a {
  font-size: 16px;
  color: #cccccc;
  font-weight: bold;
}
.footer .footer-hd ul li h3 a span {
  display: block;
  width: 30%;
  height: 3px;
  background: #0394f0;
  margin-top: 12px;
}
.footer .footer-hd ul li .foot-2nav a {
  display: block;
  font-size: 12px;
  color: #999999;
  height: 33px;
}
.footer .footer-bd{
  padding: 20px 0;
  border-top: 1px solid #606060;
  position: relative;
}
.footer .footer-bd .w{position: relative;}
.footer .footer-bd .w .item-hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .footer-bd .w .item-hd h1 {
  font-size: 14px;
  color: #ccc;
  font-weight: bold;
  line-height: 30px;
}
.footer .footer-bd .w .item-hd p,
.footer .footer-bd .w .item-hd a,
.footer .footer-bd .w .item-hd span {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  padding: 0 5px;
}


a.ho_top{
  position: absolute;
  display: block;
  width: 109px;
  height: 30px;
  border: 1px solid #ffffff;
  line-height: 30px;
  text-align: center;
  font-sizE: 14px;
  color: #fff;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

a.ho_top::after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #fff;
}