* {
    cursor: default;
    font-family: 微软雅黑;
}

a, button {
    cursor: pointer;
}

.company-center {
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
    color: #093EB6;
    font-size: 26px;
}

.company-line {
    position: relative;
    height: 1px;
    background-color: #EAEAEA;
    width: 100%;
    margin-bottom: 36px;
}

.company-line-box {
    position: absolute;
    top: -6px;
    z-index: 1;
    margin-left: 49.6%;
    width: 12px;
    height: 12px;
    background-color: #093EB6;
}

.company-details-line {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2px;
}

.company-details-line div:nth-child(1) {
    height: 1px;
    width: 50%;
}

.company-details-line div:nth-child(2) {
    height: 1px;
    width: 10%;
    background-color: #9DA2AA;
}

.company-details-line div:nth-child(3) {
    height: 2px;
    width: 40%;
    background-color: #093EB6;
}

.underline-blue {
    display: table;
    border-bottom: 1px solid #093EB6;
    margin-bottom: 20px;
}

.underline-blue h4 {
    margin: 20px 0 5px 0;
}

.home-services-other {
    padding: 15px;
}

.stats-info-1 {
    display: flex;
}

.stats-info-1 p {
    margin-bottom: 0;
}

.center {
    text-align: center;
}

.video-photo {
    max-width: 100%;
	position: absolute;
	top:-450px;
}

@media (max-width: 991px) {
    .video-photo {
       position: unset;
    }
}

.about-padding {
    padding-top: 56px;
}

.w100{
    width: 100%;
}

.w80{
    width: 80%;
}

.mt100 {
    margin-top: 100px;
}

.mt60 {
    margin-top: 60px;
}

.pt60 {
    padding-top: 60px;
}

.pb84 {
    padding-bottom: 84px;
}

.service-title {
    padding: 90px 0 100px 0;
}

.service-title div {
    font-size: 24px;
    padding-bottom: 15px;
}

.service-k {
    padding-bottom: 30px;
}

.service-k div:nth-child(1) {
    color: #1C1D1E;
    font-size: 18px;
    padding-bottom: 16px;
}

.service-k div:nth-child(2) {
    color: #9DA2A7;
    font-size: 14px;
}

.service-b {
    padding: 20px;
    border: 1px solid #093EB6;
}

.service-b div:nth-child(1) {
    font-size: 18px;
    margin-bottom: 22px;
    color: #093EB6;
}

.service-b div:nth-child(2) {
    font-size: 14px;
    color: #093EB6;
}

.service-c {
    display: flex;
    background-color: #093EB6;
    padding: 0 40px 40px;
}

.service-c-n {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    color: #fff;
}

.service-c-n span {
    padding-left: 24px;
    font-size: 30px;
    color: #fff;
}

.service-c-i {
    padding-left: 29px;
}

.service-c-i div:nth-child(1) {
    display: flex;
    justify-content: center;
    font-size: 16px;
    color: #FFF;
    margin-top: 50px;
}

.service-c-i div:nth-child(2) {
    padding-top: 37px;
}

.service-c-i img {
    width: 80px;
    height: 80px;
}

.service-d {
    background-color: #FFF;
    text-align: center;
    padding: 40px 0;
    width: 100%;
}

.service-d div:nth-child(1) {
    font-size: 16px;
    color: #373737;
}

.service-d div:nth-child(2) {
    display: inline-block;
    background-color: #D8D8D8;
    height: 1px;
    width: 40px;
    margin: 26px 0 20px 0;
}

.service-d div:nth-child(3) {
    line-height: 1;
    font-size: 14px;
    color: #9DA2A7;
    padding: 0 50px;
}

.address {
    padding-top: 0;
}

.address .row h2 {
    color: #093EB6;
    font-size: 20px;
    padding-bottom: 39px;
}

.address .row .tro {
    color: #9DA2A7;
    font-size: 16px;
    padding-bottom: 20px;
}

.address .row .tro span {
    padding-left: 5px;
}

.subtitle.services-title-one {
    font-size: 16px;
    color: #1C1D1E;
}

.subtitle.worker-title-one {
    font-size: 16px;
    color: #1C1D1E;
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
}

.subtitle.services-title-one-blue {
    font-size: 16px;
    color: #093EB6;
}

.services-intro {
    font-size: 14px;
    color: #9DA2A7;
}

.detail-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
    background-color: #093EB6;
}

.detail-title h2 {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.detail-info {
    padding-top: 16px;
}

.news-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 23px 0;
}

.news-title h2 {
    font-size: 18px;
    color: #093EB6;
    margin: 0;
    font-weight: 600;
}

.news-info p {
    font-size: 14px;
    color: #9DA2A7;
}

.worker-company {
    padding-top: 40px;
}

.product_img_class{
	width: 100%;
}

.zh {
    background: url('../images/ZH.svg') no-repeat left center;
    width: 32px;
    height: 32px;
}

.en {
    background: url('../images/EN.svg') no-repeat left center;
    width: 32px;
    height: 32px;
}

.jp {
    background: url('../images/JP.svg') no-repeat left center;
    width: 32px;
    height: 32px;
}

