#main-slider .item {
    background-image: url(/images/gif/us.gif);
}

.carousel-content {
    margin-top: 28%;
    width: 44%;
}

.carousel-content p {
    color: #000;
}

p {
    font-size: 16px;
    line-height: 24px;
    color: #0c0c0c;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.stroll-container {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
}

.stroll-container p {
    margin-top: 0;
    margin-bottom: 0;
}

.stroll-container p span {
    display: inline-block;
    height: 6px;
    border-radius: 6px;
    margin: 14px 6px 0 0;
}

.item1:nth-child(1) {
    background: #ff5a27;
    width: 6px;
    animation: width-change1 1.2s linear infinite alternate;
}

.item1:nth-child(2) {
    background: #ff5a27;
    width: 48px;
    animation: width-change2 1.2s linear infinite alternate;
}

@keyframes width-change1 {
    0% {
        width: 6px;
    }
    100% {
        width: 48px;
    }
}

@keyframes width-change2 {
    0% {
        width: 48px;
    }
    100% {
        width: 6px;
    }
}

.container h5 {
    font-family: 'Lato', sans-serif;
    text-transform: capitalize;
    letter-spacing: 2px;
    position: relative;
    color: #ff5a27;
    margin-left: 40px;
    font-weight: 700;
}

.container h5:before {
    position: absolute;
    width: 30px;
    left: -40px;
    content: "";
    display: block;
    height: 2px;
    background: #ff5a27;
    top: 9px;
}

.container h3 {
    color: #ff5a27;
	/*禁止选中和复制内容*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    /*禁止选中和拖拽图片*/
}

.ewmnew p {
	font-size: 12px;
}

.about-us h5, .about-us h3, .about-us p {
	-webkit-user-select: none; /* Safari/Chrome */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* IE10+ */
    user-select: none;         /* Standard syntax */
}
.thumbnail {
    transition: transform .3s ease;
    height: 384px;
}

.company {
    height: 424px;
}

.company img {
    height: 414px;
}

.location img {
    height: 364px;
}

.thumbnail:hover {
    transform: scale(1.05);
}

.thumbnail img {
    transition: transform .3s ease;
}

@media only screen and(max-width: 991px) {
    .sectionPT {
        padding-top: 60px;
    }

    .sectionPB {
        padding-bottom: 60px;
    }
}