*{margin:0;padding:0;}
.fr{float:right;}
.fl{float:left;}
.clear{clear:both;}
/* 图片展示 */
#Showpic{width:100%;}
.banner{width:100%;}
.banner img{width:100%;}


/* 快捷服务 */
#Serve{width:1200px;margin:0 auto;padding: 30px 0px 30px 0px;}
.serve{font-size: 34px;line-height: 42px; letter-spacing: 5px;color: #333333;text-align: center;font-weight: 700; margin-bottom: 33px;}
.serve p {display: inline-block;width: 8px;height: 8px;background-color: #119232;border-radius: 50%;position: relative;vertical-align: middle;margin: 0 12px;margin-bottom: 5px;}
.serve p:first-child::before {content: '';display: inline-block;position: absolute; width: 142px; height: 1px;background-color: #005b9e;right: 8px; top: 4px;}
.serve p:last-of-type::after { content: '';display: inline-block; position: absolute;width: 142px;height: 1px; background-color: #005b9e;left: 8px;top: 4px;}

.fuwu ul{overflow: hidden;}
.fuwu ul li{width: 20%;float: left;border-right: 1px solid #d7d7d7;}
.fuwu ul li img{display: block;height: 56px;width: auto;margin: 0 auto;transition: 0.3s;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.fuwu ul .last{border: 0;}
.fuwu ul li:hover img{ -webkit-animation-name: rubberBand;animation-name: rubberBand;cursor: pointer;}
.fuwu ul li h5 a{font-size: 18px;color: #333333; margin-top: 20px;text-align: center; font-weight:normal;display:block; }
@-webkit-keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
}
@keyframes rubberBand {
    from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
  
    30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
    }
  
    40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
    }
  
    50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
    }
  
    65% {
      -webkit-transform: scale3d(.95, 1.05, 1);
      transform: scale3d(.95, 1.05, 1);
    }
  
    75% {
      -webkit-transform: scale3d(1.05, .95, 1);
      transform: scale3d(1.05, .95, 1);
    }
  
    to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
    }
}


.Col{font-size: 34px;line-height: 42px; letter-spacing: 5px;color: #333333;text-align: center;font-weight: 700; margin-bottom: 20px;color:#fff;}
.Col p {display: inline-block;width: 8px;height: 8px;background-color: #119232;border-radius: 50%;position: relative;vertical-align: middle;margin: 0 12px;margin-bottom: 5px;}
.Col p:first-child::before {content: '';display: inline-block;position: absolute; width: 142px; height: 1px;background-color: #fff;right: 8px; top: 4px;}
.Col p:last-of-type::after { content: '';display: inline-block; position: absolute;width: 142px;height: 1px; background-color: #fff;left: 8px;top: 4px;}
.Col h3{color:#fff;}



/* 产品 */
.grey{background:#f5f5f5;overflow: hidden;padding-bottom: 60px;}
.mokuai{width:1200px;margin:0 auto;}
.busRight{background: #fff url(/uiFramework/commonResource/image/2020121509202379820.jpg) no-repeat right bottom;
    padding: 30px;
    margin-top: 30px;
    height: 230px;
    cursor: pointer;
    background-size: 28%;
    border-radius: 10px;
    box-shadow: 0px 1px 7px #ccc; }
.busRight:hover img{-webkit-transform: rotate(360deg);}
.busRight img{ width:80px;transition-duration: 2s;}
.businessBox{width:49%;}
.busRight h3 {font-size: 24px;color: #333;display: inline-block;padding-left: 30px;}
.business {overflow: hidden;    width: 80%;padding-left: 30px;}
.business li{margin-top: 20px;width: 50%;}
/* .business .Tit2{margin-left:80px}
.business .Tit4{margin-left:80px}
.business .Tit6{margin-left:80px}
.business .Tit8{margin-left:80px}
.business .Tit10{margin-left:80px}*/
.business li a{color: #666;font-size: 16px;}
.business li::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #666;
    vertical-align: middle;
    margin-right: 8px;
    margin-bottom: 2px;
}
.businessBox2{width:49%;}
.businessBox3{width:49%;}
.businessBox4{width:49%;}
.businessBox5{width:49%;}
.businessBox6{width:49%;}







@media (max-width: 768px){
.busRight img{
 width:52px;
}
.fuwu ul li {
    width: 20%; padding:0 10px;

    border: none;
}
.serve p:first-child::before{width:100px;}
.serve p:last-of-type::after{width:100px;}
	/* 快捷服务 */
	#Serve{width:100% !important;margin:0 auto;padding: 20px 0px 20px 0px;}
        .serve{font-size:20px;}
	.fuwu ul li img{height:33px;}
	.fuwu ul li h5 a{font-size:12px; margin-top:10px;}

	/* 组合产品 */
        .mokuai {width: 100%;}
        .businessBox {width: 100%;float: none;}
        .busRight{margin-top: 20px; padding:10px; height:140px;}
        .business{width: 80%;padding-left:15px;}
.business .Tit2{margin-left:0px}
.business .Tit4{margin-left:0px}
.business .Tit6{margin-left:0px}
.business .Tit8{margin-left:0px}
.business .Tit10{margin-left:0px}
.businessBox2{float:none;width: 100%;}
.businessBox3 {width: 100%;float: none;}
.businessBox4{float:none;width: 100%;}
.businessBox5 {width: 100%;float: none;}
.businessBox6{float:none;width: 100%;}
.busRight h3{font-size: 18px;     padding-left: 15px;}
.business li a{font-size: 12px;}
.business li{margin-top:15px;}

.tsul li {clear:both; width:70%;}
}