.contacList{
	margin: 2em 0 0 0;
}
.contacList li {
    position: relative;
    width: 100%;
    float: left;
    box-sizing: border-box;
    margin-top: 45px;
    padding: 1px 65px 0px 185px;
}
.contacList li h6 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 120px;
    height: 50px;
    color: #fff;
    background: #1e51a2;
}
.contacList li h6::before {
    content: "";
    display: block;
    border: 8px solid transparent;
    border-left-color: #1e51a2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
}
.contacList li h6::after {
    content: "";
    display: block;
    height: 1px;
    width: 21px;
    background: #1e51a2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 135px;
}
.contacList li h6 p {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.contacList li h6 p::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #1e51a2;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 166px;
}
.contacList li .adderbox {
    height: 58px;
    margin-top: 7px;
}
.contacList li .adderbox p {
    font-size: 14px;
    color: #3c3c3c;
    line-height: 32px;
    text-align: left;
}
@media screen and (max-width: 1280px) and (min-width: 1061px){
.contacList li {
    margin-top: 30px;
    padding: 1px 50px 0px 150px;
}
.contacList li h6 {
    width: 100px;
    height: 36px;
}
.contacList li h6::before {
    border-width: 6px;
}
.contacList li h6 p::before {
    width: 7px;
    height: 7px;
    left: 135px;
}
.contacList li h6::after {
    width: 20px;
    left: 110px;
}
.contacList li .adderbox {
    height: 54px;
    margin-top: 4px;
}
.contacList li .adderbox p {
    font-size: 12px;
    line-height: 26px;
}
}
@media screen and (max-width: 1060px) and (min-width: 769px){
.contacList li {
    margin-top: 30px;
    padding: 1px 50px 0px 150px;
}
.contacList li h6 {
    width: 100px;
    height: 36px;
}
.contacList li h6::before {
    border-width: 6px;
}
.contacList li h6 p::before {
    width: 7px;
    height: 7px;
    left: 135px;
}
.contacList li h6::after {
    width: 20px;
    left: 110px;
}
.contacList li .adderbox {
    height: 54px;
    margin-top: 4px;
}
.contacList li .adderbox p {
    font-size: 12px;
    line-height: 26px;
}
}
@media screen and (max-width: 768px){
.contacList li {
    width: 100%;
    float: none;
    margin-top: 20px;
    padding: 1px 0px 0px 150px;
}
.contacList li h6 {
    width: 100px;
    height: 36px;
}
.contacList li h6::before {
    border-width: 6px;
}
.contacList li h6 p::before {
    width: 7px;
    height: 7px;
    left: 135px;
}
.contacList li h6::after {
    width: 20px;
    left: 110px;
}
.contacList li .adderbox {
    height: auto;
    margin-top: 4px;
}
.contacList li .adderbox p {
    font-size: 12px;
    line-height: 26px;
}
}