
.page-title {
    padding-bottom: 30px;
    text-align: center;
}
.page-title h3 {
    height: 50px;
    font-size: 36px;
}
.mycol .col {
    float: left;
    padding: 0 10px;
    text-align: center;
}
.box1 {
    padding: 3.75vw 1.5vw 0;
    background-color: #f5f5f5;
    position: relative;
    text-align: left;
}
.box1 span {
  position: absolute;
  left: 30px;
  top: 0;
  transform: translateY(-50%);
  display: block;
  width: 76px;
  height: 76px;
  line-height: 76px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: #e60012;
  border-radius: 50%;
}
.mycol li h5 {
    height: 20px;
    color: #e60012;
    font-size: 18px;
}
.mycol li  h4 {
    height: 45px;
    margin-bottom: 20px;
    font-size: 24px;
    position: relative;
}
.mycol  li h4:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    border-bottom: 3px solid #e60012;
}
.mycol li .con {
    height: 240px;
    overflow: hidden;
	font-size:14px;
	line-height:2;
}
.serviceMain{margin-top:60px;padding-left:340px;position:relative;}
.serviceImg{height:240px;}
.serviceMain .tie{float:left;margin-left:-250px;font-size:1.714em;color:#333;writing-mode: tb-rl;
    font-size: 48px;
    letter-spacing: 20px;}
.serviceMain::after{content:"";position:absolute;left:250px;height:100%;width:1px;background:#ccc;top:0;}
.serviceMain li{padding-left:50px;margin-bottom:50px;line-height:1.8;}
.serviceMain li h5{margin-bottom:20px;color:#191919;font-size:1.571em;}
.serviceMain li h5 em{float:left;margin-left:-40px;background:#b40e12;width:30px;height:30px;border-radius:100%;color:#fff;display:inline-block;font-style:normal;font-size:14px;text-align:center;line-height:30px;font-family:Arial;}
.serviceMain li:last-child{margin-bottom:0;}
.serviceMain li p{font-size:14px}
@media only screen and (max-width:1024px){
.serviceMain{margin-top: 10px;padding: 0;position: static;}
.serviceMain::after{width:0}
.serviceMain .tie{width: 100%;text-align: center;font-size: 32px;float: none;margin: unset;writing-mode: unset;letter-spacing: inherit;}
}