@charset "utf-8";
#mainContainer {
    background-color: #fff;
    overflow: hidden;
    width: 100%;
}

@media all and (max-width:1220px) {}

@media all and (max-width:800px) {}

@media all and (max-width:480px) {}

#mainVisual {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 979px;
}

.visual-img {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.visual-img li.visual-container img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    -webkit-transition: transform 3700ms ease-in-out;
    -moz-transition: transform 3700ms ease-in-out;
    -o-transition: transform 3700ms ease-in-out;
    -ms-transition: transform 3700ms ease-in-out;
    transition: transform 3700ms ease-in-out;
}

.visual-img li.visual-container {
    position: relative;
    overflow: hidden;
}

.visual-txt-wrap {
    width: 1500px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left: -750px;
    z-index: 9998;
}

.visual-txt {
    width: 100%;
}

.visual-txt .slick-dots {
    position: absolute;
    left: 70px;
    bottom: 0px;
}

.visual-txt .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 3px solid #fff;
    border: 3px solid rgba(255, 255, 255, 0.53);
    text-indent: -9999px;
    font-size: 0;
    cursor: pointer;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 10px;
}

.visual-txt .slick-dots li.slick-active {
    border-color: #fff;
}

.visual-txt-inner {
    width: 100%;
}

.visual-txt-inner dt,
.visual-txt-inner dd {
    float: left;
}

.visual-txt-inner dt {
    width: 44px;
}

.visual-txt-inner dt>h4 {
    font-size: 18px;
    line-height: 8px;
    height: 44px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 9px;
    z-index: 2;
    position: relative;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-transition: all 0.7s, opacity 1.0s;
    -ms-transition: all 0.7s, opacity 1.0s;
    -webkit-transition: all 0.7s, opacity 1.0s;
    -o-transition: all 0.7s, opacity 1.0s;
    transition: all 0.7s, opacity 1.0s;
}

.visual-txt-inner dt>h4 b {
    color: #1e5eff;
    margin-right: 10px;
    font-weight: 600;
    line-height: 44px;
}

.visual-txt-inner dd {
    padding-left: 27px;
    position: relative;
    min-width: 1400px;
}

.visual-txt-inner dd:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #fff;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.3);
    -moz-transition: height 0.7s, opacity 1.0s;
    -ms-transition: height 0.7s, opacity 1.0s;
    -webkit-transition: height 0.7s, opacity 1.0s;
    -o-transition: height 0.7s, opacity 1.0s;
    transition: height 0.7s, opacity 1.0s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.visual-txt-inner dd>h2,
.visual-txt-inner dd>h3,
.visual-txt-inner dd>p {
    position: relative;
    left: -10%;
    opacity: 0;
    filter: Alpha(opacity=0);
    z-index: 1;
    -moz-transition: left 0.8s, opacity 1.0s;
    -ms-transition: left 0.8s, opacity 1.0s;
    -webkit-transition: left 0.8s, opacity 1.0s;
    -o-transition: left 0.8s, opacity 1.0s;
    transition: left 0.8s, opacity 1.0s;
    font-weight: 300;
    line-height: 40px;
}

.visual-txt-inner dd>h2 {
    font-size: 60px;
    color: #fff;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 7%;
    -moz-transition-delay: 0.9s;
    -ms-transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
    text-align: center;
}

.visual-txt-inner dd>h2 em {
    color: rgba(255, 255, 255, 0.8);
}

.visual-txt-inner dd>h3 {
    font-size: 44px;
    LINE-HEIGHT: 57px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -0.75px;
    margin-bottom: 5%;
    -moz-transition-delay: 0.6s;
    -ms-transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .5);
}

.visual-txt-inner dd>h3 span {
    display: block;
}

.visual-txt-inner dd>p {
    font-size: 17.5px;
    line-height: 30px;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    letter-spacing: -0.75px;
    margin-bottom: 40px;
    -moz-transition-delay: 1.2s;
    -ms-transition-delay: 1.2s;
    -webkit-transition-delay: 1.2s;
    -o-transition-delay: 1.2s;
    transition-delay: 1.2s;
    min-height: 90px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.visual-txt-inner dd>a {
    display: block;
    width: 185px;
    height: 43px;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -0.5px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 60px;
    position: relative;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-transition: all 0.6s, opacity 1.0s;
    -ms-transition: all 0.6s, opacity 1.0s;
    -webkit-transition: all 0.6s, opacity 1.0s;
    -o-transition: all 0.6s, opacity 1.0s;
    transition: all 0.6s, opacity 1.0s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    background-color: rgba(1, 119, 205, 0.2);
}

.visual-title {
    position: absolute;
    right: -20px;
    bottom: 0;
    font-size: 200px;
    line-height: 140px;
    z-index: 98;
    font-style: italic;
}

.visual-title span {
    letter-spacing: -2px;
    display: inline-block;
    font-weight: bold;
}

.visual-title span.sam {
    color: #fff;
    color: rgba(255, 255, 255, 0.1);
}

.visual-title span.woo {
    color: #fff;
    color: rgba(255, 255, 255, 0.17);
}


/* Active */

.visual-img li.visual-container.active img {
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.visual-txt-inner.active dt>h4,
.visual-txt-inner.active dd>a {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.visual-txt-inner.active dd:before {
    height: 100%;
}

.visual-txt-inner.active dd>h2,
.visual-txt-inner.active dd>h3,
.visual-txt-inner.active dd>p {
    left: 0;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}


/*.visual-txt-inner.active dd > h4 strong, .visual-txt-inner.active dd > h4 b{left:0; opacity:1.0;filter:Alpha(opacity=100);}*/

@media all and (max-width:1500px) {
    .visual-txt-wrap {
        width: 94%;
        left: 3%;
        margin-left: 0;
    }
    .visual-txt-inner dd {
        min-width: calc(100% - 73px);
    }
}

@media all and (max-width:1220px) {
    .visual-title {
        font-size: 150px;
        right: 0;
        line-height: 110px;
    }
}

@media all and (max-width:800px) {
    #mainVisual {
        padding-top: 60px;
        height: auto;
    }
    .visual-txt-wrap {
        top: 35%;
    }
    .visual-txt-inner dt,
    .visual-txt-inner dd>p,
    .visual-txt-inner dd:before {
        display: none;
    }
    .visual-txt-inner dd {
        padding-left: 0;
        min-width: auto;
    }
    .visual-txt-inner dd>h2 {
        font-size: 35px;
        margin-bottom: 10%;
        text-align: left;
    }
    .visual-txt-inner dd>h3 {
        font-size: 18px;
        margin-bottom: 4%;
    }
    .visual-txt-inner dd>h3 span {
        display: inline;
    }
    .visual-txt-inner dd>a {
        width: 110px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        margin-bottom: 0;
    }
    .visual-img li.visual-container img {
        max-width: 100%;
        left: 0;
        margin-left: 0;
    }
    .visual-title {
        display: none;
    }
}

@media all and (max-width:480px) {
    .visual-txt-wrap {
        top: 34%;
    }
    .visual-txt-inner dd>h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5%;
        word-break: keep-all;
    }
    .visual-txt-inner dd>h3 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 3%;
    }
    .visual-txt-inner dd>a {
        width: 90px;
        height: 32px;
        line-height: 32px;
        font-size: 13px;
    }
}

#mainContent {
    width: 100%;
    overflow: hidden;
}

.main-tit {
    font-size: 35px;
    color: #00183a;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2%;
}

.main-tit>span {
    display: inline-block;
    position: relative;
    padding-left: 36px;
}

.main-tit>span:before {
    display: inline-block;
    content: "";
    position: absolute;
    /* top:-19px;*/
    left: 0;
    width: 60px;
    height: 35px;
    background: url(../images/main_tit_bg_1.png) no-repeat;
}

.main-subtit {
    font-size: 18px;
    color: #333;
    letter-spacing: -0.75px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 4%;
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.main-tit.type2 {
    color: #fff;
}

.main-tit.type21 {
    color: #000000;
}

.main-subtit.type2 {
    color: #fff;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}

@media all and (max-width:1220px) {}

@media all and (max-width:800px) {
    .main-tit {
        font-size: 30px;
        margin-bottom: 3%;
    }
    .main-subtit {
        font-size: 16px;
        line-height: 22px;
        word-break: keep-all;
        padding: 0 3%;
    }
}

@media all and (max-width:480px) {
    .main-tit {
        font-size: 24px;
    }
    .main-subtit {
        font-size: 14px;
        line-height: 20px;
    }
}

#mainBusiness {
    /*margin:0 259px;*/
    position: relative;
    padding: 9.7% 0;
    background: url(../images/main_business_bg_1.jpg) no-repeat center bottom;
    background-size: cover;
}

.main-business-inner {
    max-width: 1500px;
    margin: 0px auto;
    height: 521px;
}

.business-list li>a {
    display: block;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    max-height: 465px;
}

.business-img-thum {
    position: relative;
    height: 465px;
}

.business-img-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    max-width: 477px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.business-txt {
    position: absolute;
    left: 0;
    bottom: -60px;
    padding-bottom: 25px;
    overflow: hidden;
    width: 100%;
    max-width: 465px;
    background-color: rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    border-top: 1px solid #fff;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.business-txt>h2,
.business-txt>strong,
.business-txt>p {
    padding-left: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.business-txt>h2 {
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.75px;
    padding-top: 10px;
    text-align: left;
}

.business-txt>strong {
    width: 200%;
    overflow: hidden;
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    font-weight: 400;
    margin-bottom: 21px;
    text-align: left;
}

.business-txt>p {
    font-size: 16px;
    line-height: 28px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.75px;
    width: 100%;
    min-width: 610px;
    max-width: 610px;
    opacity: 0;
    filter: Alpha(opacity=00);
    font-weight: 300;
    text-align: left;
}

.business-txt>p span {
    display: block;
}

.business-list li>a img {
    height: 100%;
}

.business-list li:hover .business-img-cover {
    background: none;
}

.business-list li:hover .business-txt {
    bottom: 0;
    background-color: rgba(85, 181, 61, 0.8);
}

.business-list li:hover .business-txt>h2 {
    font-size: 28px;
}

.business-list li:hover .business-txt>strong {
    font-size: 26px;
    line-height: 32px;
    font-weight: 500;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.business-list li:hover .business-txt>p {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}


/* --------  Business -------- */

.main-business-inner-mobile {
    display: none;
}

.business-list-mobile {
    width: 100%;
}

.business-list-mobile>li {
    float: left;
    width: 49%;
    margin-left: 2%;
}

.business-list-mobile>li:first-child,
.business-list-mobile>li:nth-child(2) {
    margin-bottom: 2%;
}

.business-list-mobile>li>a {
    display: block;
    position: relative;
}

.business-list-mobile>li.mal0 {
    margin-left: 0;
}

.business-list-img-thum {
    width: 100%;
    position: relative;
    padding-top: 97.5%;
}

.business-list-img-thum>span {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.business-list-img-thum>span img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.business-list-txt-thum {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 7% 5%;
    width: 90%;
    background-color: #153c9d;
    background-color: rgba(21, 60, 157, 0.9);
}

.business-list-txt-thum>h3 {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -1px;
}

.business-list-txt-thum>p {
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    letter-spacing: -0.5px;
}

@media all and (max-width:1500px) {
    .main-business-inner {
        width: 94%;
    }
}

@media all and (max-width:1220px) {
    .business-txt>h2,
    .business-txt>strong,
    .business-txt>p {
        padding-left: 5px;
    }
    .business-txt>h2 {
        font-size: 22px;
        line-height: 44px;
    }
    .business-txt>strong {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.75px;
    }
    .business-txt>p {
        font-size: 14px;
        line-height: 24px;
        min-width: 223px;
        max-width: 223px;
        letter-spacing: -0.95px;
    }
    .business-txt>p span {
        display: inline;
    }
    .business-list li:hover .business-txt>h2 {
        font-size: 22px;
    }
    .business-list li:hover .business-txt>strong {
        font-size: 18px;
        line-height: 24px;
    }
}

@media all and (max-width:800px) {
    .main-business-inner {
        display: none;
    }
    .main-business-inner-mobile {
        display: block;
    }
}

@media all and (max-width:480px) {
    .business-list-txt-thum>h3 {
        font-size: 16px;
        line-height: 26px;
    }
    .business-list-txt-thum>p {
        font-size: 13px;
        line-height: 18px;
    }
}


/* ****************** :: mainContent :: mainCompany ********************** */

#mainCompany {
    padding: 9% 0;
    background: url(../images/main_company_bg_1.jpg) no-repeat center top;
    background-size: cover;
}

.main-company-container {
    max-width: 1500px;
    margin: 0px auto;
    height: 521px;
}

.main-comapany-list .slick-prev,
.main-comapany-list .slick-next {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    z-index: 99;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    opacity: 0.3;
    filter: Alpha(opacity=30);
}

.main-comapany-list .slick-prev {
    left: -4%;
}

.main-comapany-list .slick-next {
    right: -4%;
}

.main-comapany-list .slick-prev:hover,
.main-comapany-list .slick-next:hover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-comapany-list li {
    text-align: center;
}

.main-company-img-thum {
    display: inline-block;
    overflow: hidden;
    max-width: 357px;
    max-height: 519px;
    position: relative;
}

.main-company-img-thum img {
    max-width: 100%;
    display: block;
    margin: 0px auto;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -ms-transform: scale(1.0);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
}

.main-company-tit {
    position: absolute;
    bottom: 3%;
    left: 0;
    width: 100%;
    font-size: 24.5px;
    line-height: 43.75px;
    color: #fff;
    letter-spacing: -0.75px;
    text-align: center;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.main-company-cover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
    text-align: center;
    background: rgba(0, 0, 0, 0.9);
}

.main-company-cover-inner {
    position: relative;
    top: 30%;
}

.main-company-detail-tit,
.main-company-txt,
.main-company-detail-btn {
    position: relative;
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -o-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

.main-company-detail-tit {
    font-size: 24.5px;
    line-height: 43.75px;
    color: #fff;
    letter-spacing: -0.75px;
    font-weight: 400;
    margin-bottom: 10px;
}

.main-company-txt {
    font-size: 18px;
    line-height: 24px;
    max-width: 94%;
    margin: 0px auto;
    word-break: keep-all;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: -0.75px;
    font-weight: 300;
    margin-bottom: 10%;
}

.main-company-detail-btn {
    width: 153px;
    height: 46px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 46px;
}

.main-company-detail-btn i {
    vertical-align: middle;
}

.main-comapany-list li:hover .main-company-img-thum img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main-comapany-list li:hover .main-company-tit {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.main-comapany-list li:hover .main-company-cover {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-comapany-list li:hover .main-company-detail-tit,
.main-comapany-list li:hover .main-company-txt,
.main-comapany-list li:hover .main-company-detail-btn {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

@media all and (max-width:1500px) {
    .main-company-container {
        width: 94%;
    }
    .main-company-img-thum {
        max-width: 94%;
    }
    .main-comapany-list .slick-prev {
        left: -3%
    }
    .main-comapany-list .slick-next {
        right: -3%;
    }
}

@media all and (max-width:1220px) {
    .main-company-container {
        width: 100%;
        height: auto;
    }
}

@media all and (max-width:800px) {
    .main-company-img-thum {
        max-width: 96%;
    }
    .main-company-cover {
        display: none;
    }
    .main-comapany-list li:hover .main-company-img-thum img {
        -ms-transform: scale(1.0);
        -webkit-transform: scale(1.0);
        -moz-transform: scale(1.0);
        -o-transform: scale(1.0);
        transform: scale(1.0);
    }
    .main-company-tit {
        font-size: 20px;
        line-height: 40px;
    }
    .main-comapany-list li:hover .main-company-tit {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }
}

@media all and (max-width:480px) {}

#attractinvestment {
    padding: 9% 0;
    /*background:url(../images/main_company_bg_1.jpg) no-repeat center top;*/
    background-size: cover;
}

#attractinvestment2 {
    padding: 9% 0;
    background-size: cover;
}


/* ******************  :: mainContent :: mainRecruit ********************** */

#mainRecruit {
    padding-bottom: 9%;
    background-color: #eee;
}

.main-recruit-top-container {
    width: 100%;
    height: 626px;
    background: url(../images/main_recruit_bg_1.jpg) no-repeat center top;
}

.main-recruit-top-inner {
    display: table;
    height: 100%;
}

.main-recruit-top-box {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.main-recruit-top-box dt,
.main-recruit-top-box dd {
    float: left;
}

.main-recruit-top-box dt {
    max-width: 24px;
}

.main-recruit-top-box dt h3 {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 14px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.main-recruit-top-box dt h3 b {
    color: #1e5eff;
    font-weight: 600;
}

.main-recruit-top-box dd {
    padding-left: 15px;
    border-left: 1px solid #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.main-recruit-top-box dd>h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.25px;
    margin-bottom: 30px;
}

.main-recruit-top-box dd>strong {
    display: block;
    font-size: 24px;
    color: #fff;
    letter-spacing: -0.75px;
    font-weight: 400;
    margin-bottom: 15px;
}

.main-recruit-top-box dd>p {
    font-size: 17.5px;
    line-height: 32px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 300;
    letter-spacing: -0.75px;
    margin-bottom: 3%;
}

.main-recruit-top-box dd>a {
    display: block;
    width: 185px;
    height: 43px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 16px;
    line-height: 45px;
    color: #fff;
    letter-spacing: -0.5px;
    text-align: center;
}

.main-recruit-list-wrap {
    margin-top: -74px;
}

.main-recruit-list {
    width: 100%;
    height: 290px;
    position: relative;
}

.main-recruit-list .slick-prev,
.main-recruit-list .slick-next {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    z-index: 9;
}

.main-recruit-list .slick-prev {
    left: -120px;
}

.main-recruit-list .slick-next {
    right: -110px;
}

.main-recruit-list .slick-prev img,
.main-recruit-list .slick-next img {
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.main-recruit-list .slick-prev:hover img,
.main-recruit-list .slick-next:hover img {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.main-recruit-list li {
    height: 100%;
}

.main-recruit-list-inner {
    width: 96%;
    height: 288px;
    border: 1px solid #ddd;
    background-color: #f7fdff;
}

.main-recruit-list-inner>a {
    display: block;
    height: 252px;
    padding: 18px 20px;
}

.recruit-tag {
    display: block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.75px;
    background-color: #1463d2;
    margin-bottom: 25px;
}

.main-recruit-list-inner>a h3 {
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    letter-spacing: -0.75px;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 15px;
}

.main-recruit-list-inner>a p {
    font-size: 14px;
    line-height: 26px;
    max-height: 78px;
    height: 78px;
    overflow: hidden;
    color: #999;
    letter-spacing: -0.75px;
    font-weight: 300;
    margin-bottom: 45px;
}

.main-recruit-list-inner>a h4 span {
    float: left;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    letter-spacing: -0.25px;
    font-weight: 400;
}

.main-recruit-list-inner>a h4 em {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #999;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.main-recruit-list-inner>a h4 em i {
    font-size: 22px;
    vertical-align: middle;
}


/* 채용 중인 공고 */

.main-recruit-list li.ing .main-recruit-list-inner {
    border-color: #1463d2;
    background-color: #1463d2;
}

.main-recruit-list li.ing .recruit-tag {
    background-color: #fff;
    color: #1463d2;
}

.main-recruit-list li.ing .main-recruit-list-inner>a h3 {
    color: #fff;
}

.main-recruit-list li.ing .main-recruit-list-inner>a p {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.main-recruit-list li.ing .main-recruit-list-inner>a h4 span {
    color: #fff;
}

.main-recruit-list li.ing .main-recruit-list-inner>a h4 em {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.main-recruit-list li:hover .main-recruit-list-inner {
    border-color: #1463d2;
    background-color: #1463d2;
}

.main-recruit-list li:hover .recruit-tag {
    background-color: #fff;
    color: #1463d2;
}

.main-recruit-list li:hover .main-recruit-list-inner>a h3 {
    color: #fff;
}

.main-recruit-list li:hover .main-recruit-list-inner>a p {
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.main-recruit-list li:hover .main-recruit-list-inner>a h4 span {
    color: #fff;
}

.main-recruit-list li:hover .main-recruit-list-inner>a h4 em {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

@media all and (max-width:1220px) {}

@media all and (max-width:800px) {
    #mainRecruit {
        padding-bottom: 7%;
    }
    .main-recruit-top-container {
        height: 230px;
        background-size: cover;
        margin-bottom: 3%;
    }
    .main-recruit-top-box dt,
    .main-recruit-top-box dd>strong,
    .main-recruit-top-box dd>p {
        display: none;
    }
    .main-recruit-top-box dd {
        padding-left: 5px;
        border-left: 0;
    }
    .main-recruit-list-wrap {
        width: 97%;
        margin-left: 3%;
        margin-top: 0;
    }
    .main-recruit-list-inner {
        width: 96%;
    }
    .main-recruit-list {
        overflow: hidden;
        height: auto;
    }
    .main-recruit-list>.slick-list {
        margin-left: -5%;
    }
    .main-recruit-list-inner {
        height: auto;
    }
    .main-recruit-list-inner>a {
        height: auto;
    }
    .recruit-tag {
        font-size: 16px;
    }
    .main-recruit-list-inner>a h3 {
        font-size: 18px;
    }
    .main-recruit-list-inner>a p {
        line-height: 22px;
        height: 44px;
        min-height: 44px;
        max-height: 44px;
        overflow: hidden;
        margin-bottom: 6%;
    }
    .main-recruit-top-box dd>h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .main-recruit-top-box dd>a {
        width: 150px;
        height: 38px;
        line-height: 38px;
    }
}

@media all and (max-width:480px) {
    .main-recruit-top-container {
        height: 160px;
    }
    .main-recruit-top-box dd>h2 {
        font-size: 24px;
    }
    .main-recruit-top-box dd {
        padding-left: 0;
    }
    .main-recruit-list>.slick-list {
        margin-left: 0;
    }
    .main-recruit-list-inner>a {
        padding: 4%;
    }
}


/* ****************** :: MAIN :: RIGHTBAR ********************** */

#rightBar {
    position: fixed;
    top: 50%;
    right: 15px;
    z-index: 9999999;
    margin-top: -72px;
    width: 36px;
}

#rightBar>ul {
    width: 100%;
}

#rightBar>ul li {
    width: 36px;
    height: 24px;
    position: relative;
    line-height: 24px;
    text-align: center;
}

#rightBar>ul li.on {
    height: 36px;
    line-height: 36px;
    margin: 3px 0;
}

#rightBar>ul li .bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    border: 2px solid #999;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -o-border-radius: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#rightBar>ul li .bullet i {
    display: none;
}

#rightBar>ul li .rightbar-bullet-txt {
    position: absolute;
    right: 10px;
    top: 3px;
    display: inline-block;
    padding: 0 0px 0 10px;
    background-color: #154ad3;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

#rightBar>ul li.on .bullet {
    width: 32px;
    height: 32px;
    border-color: #154ad3;
    line-height: 32px;
}

#rightBar>ul li.on .bullet-03 {
    border: 2px solid#fff;
}

#rightBar>ul li.on .bullet i {
    display: block;
    font-size: 20px;
    line-height: 33px;
    color: #154ad3;
}

#rightBar>ul li.on .rightbar-bullet-txt {
    right: 40px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
    padding: 0 20px;
}

#rightBar>ul li.on .bullet-05 {
    border: 2px solid#999;
}

#rightBar>ul li.on .bullet-05 i {
    color: #999 !important;
}

@media all and (max-width:1220px) {
    #rightBar {
        display: none;
    }
}

@media all and (max-width:800px) {}

@media all and (max-width:480px) {}

.ipro {
    left: 0;
    bottom: 0;
    /*height: 105px;*/
    height: 160px;
    background: rgba(0, 0, 0, .2);
    position: absolute;
    width: 100%;
    z-index: 999;
    margin-top: -115px;
}

.ipro-list {
    width: 920px;
    margin: 0 auto;
}

.ipro-list li {
    /*width: 126px;*/
    width: 180px;
    /*height: 105px;*/
    height: 160px;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
}

.ipro-list li ._nr {
    display: block;
    height: 100%;
    float: left;
    width: 100%;
}

.ipro-list li ._img {
    height: 100%;
    /*width: 60%;*/
    width: 65%;
    position: absolute;
    top: 0px;
    right: 0px;
    display: none;
    overflow: hidden;
}

.ipro-list li ._img img {
    width: 100%;
    height: 100%;
}

.ipro-list li ._ipico {
    display: inline-block;
    width: 55px;
    height: 55px;
    overflow: hidden;
    margin-top: 45px;
}

.ipro-list li ._title {
    font-size: 14px;
    color: #fff;
    height: 22px;
    line-height: 22px;
    word-break: break-all;
    overflow: hidden;
}

.ipro-list li.hover {
    color: #000;
    width: 318px;
}

.ipro-list li.hover ._nr {
    display: block;
    /*width: 40%;*/
    width: 35%;
    background: #9e1f62;
}

.ipro-list li.hover ._img {
    display: block;
}


/*颜色*/

.ipro-list li.ipro-li10865.hover ._nr {
    background: #0075c1;
}

.ipro-list li.ipro-li10866.hover ._nr {
    background: #00ABE9;
}

.ipro-list li.ipro-li10867.hover ._nr {
    background: #09B8CB;
}

.ipro-list li.ipro-li10868.hover ._nr {
    background: #09D29C;
}

.company>h1 {
    font-size: 21px;
    color: #0262ac;
    font-weight: normal;
    margin: 0 auto 30px;
}

.company>h2 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    font-weight: 300;
    letter-spacing: -0.75px;
    /*word-break: keep-all;*/
    margin-bottom: 30px;
    text-align: justify;
}

.company .content {
    width: 1200px;
    margin: 0 auto;
}

.company .content h1 {
    font-size: 32px;
    color: #252525;
    font-weight: normal;
    border-bottom: 1px solid #3d3b3c;
    padding: 0 0 22px;
}

.company .content ul {
    margin: 0 auto 55px;
}

.company .content ul li {
    float: left;
    width: 27%;
}

.company .content ul li:last-child {
    width: 19%;
}

.company .content ul li h2 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #272727;
    font-weight: normal;
    margin: 32px auto 16px;
}

.company .content ul li h3 {
    font-size: 48px;
    color: #292929;
    font-weight: normal;
    font-family: "微软雅黑";
}

.company .content ul li h3 em {
    font-size: 12px;
}

.gallery-top {
    height: 80%;
    width: 100%;
}

.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
    height: 100%;
    position: relative;
}

.gallery-thumbs .swiper-slide:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
}

.gallery-thumbs .swiper-slide img {
    width: 100%;
}

.gallery-thumbs .swiper-slide-thumb-active:after {
    display: none;
}

.gallery-thumbs .swiper-button-white {
    top: inherit;
    bottom: 35%;
}

.gallery-thumbs .swiper-button-next {
    background-color: #206fe6;
    background-size: 40%;
    right: 0;
}

.gallery-thumbs .swiper-button-prev {
    background-color: #206fe6;
    background-size: 40%;
    right: inherit;
    left: 0;
}

.company2 ul {}

.company2 ul li {
    float: left;
    width: 588px;
    height: 312px;
    margin: 0 auto 22px;
    /*background:#e5e5e5;*/
    border: 1px solid #006fbe;
}

.company2 ul li .top .text {
    float: left;
    width: 252px;
    height: 247px;
}

.company2 ul li .bottom {
    height: 65px;
    padding: 0 20px 0 36px;
    display: table-cell;
    vertical-align: middle;
}

.company2 ul li .bottom p {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #004098;
    line-height: 24px;
    font-weight: bold;
}

.company2 ul li:nth-child(even) {
    float: right;
}

.product {}

.product .titles {
    margin: 0 auto 49px;
}

.product .titles h1 {
    float: left;
    font-size: 22px;
    font-family: "微软雅黑";
    color: #0262ac;
    font-weight: normal;
}

.product .titles .button {
    float: right;
}

.product .titles .button a {
    float: left;
    display: block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #666;
    background: #fff;
    margin: 0 0 0 8px;
    font-size: 16px;
    color: #555;
}

.product .titles .button .on {
    float: left;
    display: block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #007ac3;
    background: #007ac3;
    margin: 0 0 8px 8px;
    font-size: 16px;
    color: #fff;
}

.product .content {}

.product .content li {
    float: left;
    width: 584px;
    height: 505px;
    margin: 0 auto 49px;
}

.product .content li:nth-child(even) {
    float: right;
}

.product .content li a img {
    display: block;
    width: 584px;
    height: 425px;
}

.product .content li a p {
    width: calc(100% - 2px);
    height: 77px;
    line-height: 77px;
    text-align: center;
    border: 1px solid #ededed;
    background: #ededed;
    font-size: 18px;
    font-family: "微软雅黑";
    margin: 1px auto 0;
    overflow: hidden;
}

.product .jump {
    text-align: center;
    margin: 10px auto;
}

.product-ny .content {
    width: 1200px;
    margin: 0 auto;
}

.product-ny .content .titles {
    position: relative;
}

.product-ny .content .titles span {
    position: relative;
    z-index: 2;
    background: #fff;
    font-size: 30px;
    font-family: "微软雅黑";
    color: #555;
    padding: 0 20px 0 26px;
}

.product-ny .content .titles:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    content: "";
    display: block;
    width: 9px;
    height: 23px;
    background: #0263ac;
    transform: skew(-30deg);
}

.product-ny .content .titles:after {
    position: absolute;
    left: 0;
    top: calc(50% + 1px);
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #0263ac;
    margin: 1px auto 0;
}

.product-ny .content .data {
    margin: 50px auto;
}

.product-ny .content .data img {
    float: left;
    display: block;
    width: 428px;
    height: 327px;
    /*margin: 0 0 0 54px;*/
}

.product-ny .content .data dl {
    float: right;
    margin: 64px 18px 0 0;
}

.product-ny .content .data table {
    float: right;
    width: 50%;
    margin: 58px 18px 0 0;
}

.product-ny .content .data dl dd {
    text-indent: 2em;
}

.product-ny .content .data dl dd h1 {
    float: left;
    width: 160px;
    height: 57px;
    line-height: 57px;
    border-bottom: 1px solid #fff;
    background: #0263ac;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.product-ny .content .data table tr th {
    width: 27%;
    line-height: 57px;
    border-bottom: 1px solid #fff;
    background: #0263ac;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.product-ny .content .data dl dd p {
    float: left;
    width: 434px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #555;
    font-family: "微软雅黑";
    border: 1px solid #ccc;
    border-left: none;
    position: relative;
}

.product-ny .content .data table tr td {
    width: 100%;
    line-height: 2em;
    font-size: 16px;
    color: #555;
    font-family: "微软雅黑";
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
}

.product-ny .content .data table tr td p {
    margin-left: 3%;
}

.product-ny .content .data dl dd+dd p {
    height: 57px;
    line-height: 57px;
    border-top: none;
}

.product-ny .content .data dl dd:last-child h1 {
    border-bottom: none;
}

.product-ny .content .data dl dd:last-child p {
    height: 56px;
    line-height: 56px;
}

.product-ny .content .block {
    padding: 0 16px;
}

.product-ny .content .block .title {
    height: 54px;
    line-height: 54px;
    background: #f4f4f4;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 20px;
    font-family: "微软雅黑";
    color: #555;
    font-weight: bold;
    padding: 0 40px;
}

.product-ny .content .block .text {
    padding: 0 40px;
    font-size: 16px;
    font-family: "微软雅黑";
    line-height: 36px;
    color: #555;
    margin: 10px auto 38px;
}

.product-ny .content .img {
    padding: 0 18px;
}

.product-ny .content .img img {
    display: block;
    width: 100%;
}

.product-ny .content a {
    float: right;
    display: block;
    width: 136px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border: 1px solid #666;
    background: #fff;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #555;
    margin: 60px 18px 0 0;
}

.business .one {
    background: #fbfbfb;
}

.business .one .padding {
    padding: 30px 38px 24px 28px;
}

.business .one .padding .img {
    float: left;
    position: relative;
    border: 1px solid #efefef;
    width: 512px;
    height: 362px;
}

.business .one .padding .img img {
    position: absolute;
    top: 0px;
    left: 0px;
}

.business .one .padding .img img.hot {
    z-index: 2;
}

.business .one .padding .text {
    float: right;
    width: 588px;
}

.business .one .padding .text .title {
    margin: 66px auto 36px;
}

.business .one .padding .text .title h1 {
    font-size: 24px;
    font-family: "微软雅黑";
    color: #898989;
    line-height: 1;
}

.business .one .padding .text .title p {
    font-size: 18px;
    font-family: "微软雅黑";
    color: #898989;
    line-height: 1;
    margin: 10px auto 0;
}

.business .one .padding .text>p {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #555;
    line-height: 26px;
    text-align: justify;
}

.business .one .padding .text a {
    float: right;
    margin: 40px auto 0;
    display: block;
    width: 144px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    background: #1c67c2;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #fff;
}

.business .one .padding .text a span {
    font-size: 28px;
    font-weight: 100;
    vertical-align: middle;
    margin: 0 6px 0 0;
    position: relative;
    top: -4px;
}

.business .one .padding .bottom {
    float: left;
    width: 100%;
    border-top: 1px solid #c9caca;
    margin: 38px auto 0;
    padding: 24px 0 0 0;
}

.business .one .padding .bottom .left {
    float: left;
}

.business .one .padding .bottom .left .landline {
    float: left;
    position: relative;
    margin: 0 0 0 8px;
}

.business .one .padding .bottom .left .landline:after {
    position: absolute;
    top: 50%;
    left: 140px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: block;
    content: "";
    width: 2px;
    height: 47px;
    background: #c9caca;
}

.business .one .padding .bottom .left .landline h1 {}

.business .one .padding .bottom .left .landline h1 img {
    display: inline-block;
}

.business .one .padding .bottom .left .landline h1 span {
    display: inline-block;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #1c67c2;
    font-weight: 500;
    vertical-align: middle;
    margin: 0 0 0 6px;
}

.business .one .padding .bottom .left .landline h2 {
    font-size: 22px;
    font-family: "微软雅黑";
    color: #1c67c2;
    margin: 6px auto 0;
}

.business .one .padding .bottom .left .iphone {
    float: left;
    text-align: right;
    margin: 0 0 0 110px;
}

.business .one .padding .bottom .left .iphone h1 {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #898989;
    font-weight: 300;
    line-height: 1;
    margin: 10px auto 3px;
}

.business .one .padding .bottom .left .iphone h2 {
    font-size: 37px;
    font-family: "黑体";
    color: #1c67c2;
    line-height: 1;
    font-weight: bold;
}

.business .one .padding .bottom .right {
    float: right;
}

.business .one .padding .bottom .right ol li {
    float: left;
}

.business .one .padding .bottom .right ol li+li {
    margin: 0 0 0 14px;
}

.business .one .padding .bottom .right ol li img {
    width: 74px;
    height: 74px;
}

.business .one .padding .bottom .right ol li p {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #898989;
    line-height: 20px;
}

.business-content {
    background: url(../images/business-content.jpg) no-repeat center;
    background-size: cover;
    height: 827px;
}

.business-content .content {
    widht: 1200px;
    margin: 0 auto;
}

.business-content .content .padding {
    padding: 60px;
}

.business-content .content {
    width: 1200px;
    margin: 0 auto;
}

.business-content .content .padding {
    padding: 60px;
}

.business-content .content .padding h1 {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #fff;
    line-height: 1;
}

.business-content .content .padding ul {
    margin: 35px auto 0;
}

.business-content .content .padding ul li {
    float: left;
    text-align: center;
    margin: 0 0 22px 0;
}

.business-content .content .padding ul li+li {
    margin: 0 0 22px 15px;
}

.business-content .content .padding ul li:nth-child(5n+1) {
    margin: 0 0 22px 0;
}

.business-content .content .padding ul li img {
    width: 200px;
    height: 145px;
}

.business-content .content .padding ul li p {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #fff;
    line-height: 36px;
    margin: 11px auto 0;
}

.business-list {
    margin: 74px auto 0;
}

.business-list .content {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 80px 0;
    background-color: #fbfbfb;
    margin-bottom: 60px;
}

.business-list .content .title {
    background: #f4f4f4;
    border-top: 1px solid #333;
    border-bottom: 1px solid #ddd;
    text-indent: 2em;
    height: 54px;
    line-height: 54px;
}

.business-list .content ul {
    margin: 16px auto 0;
}

.business-list .content ul li {
    float: left;
    margin-left: 20px;
}

.business-list .content ul li+li {
    margin: 0 0 0 25px;
}

.business-list .content ul li dl dt {
    overflow: hidden;
    margin: 0 auto 20px;
}

.business-list .content ul li dl dt img {
    width: 50%;
}

.business-list .content ul li dl dd {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #595757;
    line-height: 28px;
    padding: 0;
}

#footerBottom .footer-bottom-inner p img {
    float: left;
    line-height: 30px;
    margin: 7px 10px 0 0;
}

#footerBottom .footer-bottom-inner p b {
    font-style: normal;
    font-weight: normal;
    margin: 0 10px 0 0;
}

#footerBottom .footer-bottom-inner p u {
    font-style: normal;
    text-decoration: none;
    display: block;
}

@media all and (max-width:768px) {
    .business .one .padding .img {
        width: 100%;
        height: auto;
    }
    .business .one .padding .img img {
        position: relative;
        width: 100%;
    }
    .business .one .padding .img img.hot {
        width: auto;
        position: absolute;
    }
    .business .one .padding .text {
        width: 100%;
    }
    .business .one .padding .text .title {
        margin: 10% auto 6%;
    }
    .business .one .padding .text .title h1 {
        font-size: 20px;
        line-height: 1.4;
    }
    .business .one .padding .text .title p {
        font-size: 16px;
        line-height: 1.4;
    }
    .business .one .padding .bottom .left .iphone {
        margin: 10px auto 0;
    }
    .business .one .padding .bottom .left .landline:after {
        display: none;
    }
    .business .one .padding .bottom .right {
        margin: 10px auto 0;
    }
    .business .one .padding .bottom .right ol li+li {
        margin: 10px 0 0 0;
    }
    .business-content {
        height: auto;
    }
    .business-content .content {
        width: 100%;
    }
    .business-content .content .padding {
        padding: 5%;
    }
    .business-content .content .padding ul li {
        width: 100%;
        margin: 0 auto 10px;
    }
    .business-content .content .padding ul li:nth-child(even) {
        float: right;
    }
    .business-content .content .padding ul li+li {
        margin: 0 auto 10px;
    }
    .business-content .content .padding ul li:nth-child(4n+1) {
        margin: 0 auto 10px;
    }
    .business-content .content .padding ul li img {
        width: 100%;
        height: auto;
    }
    .business-list .content {
        width: 90%;
        margin: 0 auto;
        padding: 0 0 10% 0;
    }
    .business-list .content ul {
        margin: 10% auto 0;
    }
    .business-list .content ul li {
        width: 100%;
    }
    .business-list .content ul li+li {
        margin: 10% auto 0;
        margin-left: 20px;
    }
    .company>h1 {
        line-height: 1.4;
    }
    .company>h2 {
        word-break: inherit;
    }
    .company .content {
        width: 100%;
    }
    .company .content ul li {
        width: 50%;
    }
    .company .content ul li {
        word-break: keep-all;
    }
    .company .content ul li h3 {
        font-size: 30px;
        word-break: keep-all;
    }
    .swiper-slide {
        width: 100% !important;
    }
    .swiper-slide img {
        width: 100%;
    }
    .gallery-thumbs {
        opacity: 0;
        position: absolute;
    }
    .company2 ul li {
        width: 100%;
        height: auto;
        position: relative;
    }
    .company2 ul li .top .text {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100px;
        height: 100px;
    }
    .company2 ul li .top .text img {
        width: 100%;
    }
    .company2 ul li .top>img {
        width: 100%;
    }
    .company2 ul li .bottom p {
        padding: 5%;
    }
    .pt3 li .imgZoom {
        width: 100% !important;
        margin: 0 !important;
    }
    .pt3 li .imgZoom+.imgZoom {
        margin: 3% auto 0 !important;
    }
    .pt3 li .imgZoom img {
        width: 100%;
    }
    .main-company-container>img {
        width: 100%;
    }
    .main-company-container a>img {
        width: 100%;
    }
    .main-recruit-top-container {
        height: 160px;
        padding: 10% 0 0 0;
    }
    .ceo-bottom-box>p {
        word-break: inherit;
        line-height: 1.4;
    }
    .ceo-bottom-box>p img {
        width: 100%;
    }
    .product .titles h1 {
        line-height: 1.4;
    }
    .product .titles .button {
        float: left;
        margin: 5% 0 0 0;
    }
    .product .content li {
        width: 100%;
        height: auto;
        margin: 0 auto 8%;
    }
    .product .content li a {
        display: block;
    }
    .product .content li a img {
        width: 100%;
        height: auto;
    }
    .product .titles .button a {
        margin: 0 0 8px 8px;
    }
    .product-ny .content {
        width: 100%;
    }
    .product-ny .content .titles span {
        font-size: 24px;
    }
    .product-ny .content .data img {
        width: 100%;
        margin: 0 auto;
    }
    .product-ny .content .data dl {
        width: 100%;
        margin: 0 auto;
    }
    .product-ny .content .data dl dd h1 {
        width: 30%;
        text-indent: 0;
    }
    .product-ny .content .data dl dd p {
        width: calc(70% - 2px);
    }
    .product-ny .content .block {
        margin: 8% auto 0;
        padding: 0;
    }
    .product-ny .content a {
        margin: 10% auto;
        float: none;
    }
    #footerBottom .footer-bottom-inner p b {
        display: block;
    }
    #footerBottom .footer-bottom-inner p img {
        float: none;
        position: relative;
        top: -5px;
    }
    #footerBottom .footer-bottom-inner p b a {
        display: inline-block;
    }
    .product-ny .content .data table {
        width: 100%;
        margin: 3% auto;
    }
}