*{
    padding: 0;
    margin: 0;
    border: 0;
        letter-spacing: -0.5px;
        font-weight: 400;
}
body{
    font-size: 14px;
    color: #333333;
}
a{
    text-decoration: none;
    color: #333333;
}
ul,li{
    list-style: none;
}
input{
    border:none;
    outline:none;
    background-color:transparent;
    /*FILTER: alpha(opacity=0)*/
    -webkit-appearance:none;
    resize:none;
    box-sizing:border-box;
    border-radius:0;
}

input[type=button], input[type=submit], input[type=file], button {
    cursor:pointer; 
    -webkit-appearance:none; 
}

.clear{
    clear: both;
}

header.pc{
    width: 100%;
    padding: 0 95px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.2);
}
header.inner-page{
    /* background-image: url('../images/nav-bg.png');
    background-position: top 0 right 0; */
    background: #fff;
    position: fixed;
    border-bottom: 1px solid #eee;
}
header.mob{
    display: none;
}
header.pc .logo-img{
    background-size: auto 100%;
    background-repeat: no-repeat;
}
header.pc .logo-img-chn{
    height: 53px;
    margin: 15px 0;
    background-image: url('../images/logo-img-chn.png');
}
header.pc:hover .logo-img-chn,header.fixed-header .logo-img-chn,header.inner-page .logo-img-chn{
    height: 53px;
    margin-top: 15px;
    background-image: url('../images/logo-img-chn-inner.png');
}
header.pc .logo-img-eng{
    height: 53px;
    margin: 15px 0;
    background-image: url('../images/logo-img-eng.png');
}
header.pc:hover .logo-img-eng,header.fixed-header .logo-img-eng,header.inner-page .logo-img-eng{
    height: 53px;
    margin-top: 15px;
    background-image: url('../images/logo-img-eng-inner.png');
}
header.pc .logo-img-kor{
    height: 53px;
    margin: 15px 0;
    background-image: url('../images/logo-img-kor.png');
}
header.pc:hover .logo-img-kor,header.fixed-header .logo-img-kor,header.inner-page .logo-img-kor{
    height: 53px;
    margin-top: 15px;
    background-image: url('../images/logo-img-kor-inner.png');
}
header.pc .nav{
    text-align: center;
    /* justify-content: space-between;
    display: -webkit-flex;
    display: flex; */
}
header.pc .nav span{
    height: 83px;
    line-height: 83px;
    /* float: left; */
    /* padding: 0 30px; */
}
header.pc .nav span a{
    color: #fff;
    font-size: 16px;
    padding: 32px 15px;
}
header.pc .nav span .popover{
    width: 100vw;
    position: absolute;
    z-index: 999;
    left: calc(-25% - 95px);
    top: 83px;
    height: 0;
    overflow: hidden;
    transition: height 0.2s;
    background: #fff;
    line-height: 60px;
    justify-content: center;
    display: -webkit-flex; /* Safari */
    display: flex;
}
header.pc .nav span:hover a,header.pc .nav span .popover a:hover{
    color: #1e51a2;
    /* opacity: 0.5; */
}
header.pc .nav span .popover a{
    padding: 0 35px;
    color: #666666;
    font-size: 14px;
    border-right: 1px solid #eeeeee;
}
header.pc .nav span .popover a.title:first-child{
    border-left: 1px solid #eeeeee;
}
header.pc .nav span:hover .popover{
    height: auto;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eee;
}
header.pc .nav span .nav-product span{
    height: auto;
    padding: 20px 35px;
    border-right: 1px solid #eeeeee;
}
header.pc .nav span .nav-product span p{
    width: initial;
    font-size: 16px;
    line-height: 20px;
    padding: 20px 0;
    color: #666;
    font-weight: 500;
    text-align: left;
}
header.pc .nav span .nav-product span a{
    width: initial;
    padding: 0;
    width: 100%;
    display: block;
    line-height: 35px;
    border-right: 0;
    color: #999;
    text-align: left;
    font-weight: normal;
}


header.pc .search{
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin: 24px 0;
}
header.pc .search .lang{
    float: right;
    margin-right: 10px;
    position: relative;
}
header.pc .search .lang .popover{
    width: 80px;
    height: 0;
    background: #fff;
    position: absolute;
    left: -80%;
    border-radius: 4px;
    overflow: hidden;
    transition: height 0.2s;
}
header.pc .search .lang:hover .popover{
    height: 105px;
}
header.pc .search .lang .popover a{
    width: 100%;
    line-height: 35px;
    display: block;
    text-align: center;
}
header.pc .search .search-box{
    width: 125px;
    height: 25px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 13px;
    float: right;
    margin-top: 5px;
    cursor: pointer;
}
header.pc .search .search-box img{
    float: right;
    width: 15px;
    margin: 5px 6px 0 0;
}

header.pc:hover{
    /* background: #1e51a2 !important; */
    background: #fff !important;
    border-bottom: 1px solid #eee;
}

header.pc:hover .nav span:hover a.class-a{
    color: #1e51a2;
    /* opacity: 0.5; */
}
header.pc:hover .search .search-box,header.fixed-header .search .search-box,header.inner-page .search .search-box{
    background: rgba(0, 0, 0, 0.2);
}
header.pc:hover .nav span a,header.fixed-header .nav span a,header.inner-page .nav span a{
    color: #333;
}
header.pc:hover .search,header.fixed-header .search,header.inner-page .search{
    color: #333;
}

header.fixed-header{
    background: #fff;
    border-bottom: 1px solid #eee;
}

footer.pc{
    display: block;
}
footer.mob{
    display: none;
}
footer.pc .nav,footer .copyright{
    width: 1400px;
    padding: 20px 0;
    margin: 0 auto;
}
footer.pc .nav{
    /* justify-content: space-between;
    display: -webkit-flex;
    display: flex; */

    text-align: center;
}
footer.pc .nav a{
    margin: 0 100px;
}
footer.pc .line{
    width: 100%;
    height: 1px;
    background: #e5e5e5;
}
footer.pc .copyright img{
    width: 65px;
    float: right;
}
footer.pc .copyright .left{
    line-height: 30px;
}
footer.pc .copyright .left span{
    color: #999999;
}


@media screen and (max-width: 1200px) {
    header.pc{
        display: none;
    }
    header.mob{
        display: block;
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
        z-index: 9999;
        background: #333;
    }
    header.mob .logo{
        height: 20px;
        background-size: auto 100%;
        background-repeat: no-repeat;
    }
    header.mob .logo-img-chn{
        background-image: url('../images/logo-img-chn.png');
    }
    header.mob .logo-img-eng{
        background-image: url('../images/logo-img-eng.png');
    }
    header.mob .logo-img-kor{
        background-image: url('../images/logo-img-kor.png');
    }
    header.mob .nav{
        width: 20px;
        height: 20px;
        float: right;
    }
    header.mob .nav span{
        width: 100%;
        height: 2px;
        display: block;
        background: #fff;
        margin: 4px 0;
    }
    header.mob .nav-model{
        display: none;
        width: 60%;
        height: 100vh;
        background: #393D49;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 40px;
    }
    header.mob .nav-model .layui-nav-tree{
        width: 100%;
    }
    header.mob .nav-model .layui-nav{
        background-color: none;
    }
    header.mob .nav-model .layui-nav .layui-this,header.mob .nav-model .layui-nav .layui-this a:hover{
        background-color: #1e51a2;
        /* opacity: 0.5; */
    }
    .layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this>a, .layui-nav-tree .layui-this>a:hover{
        background-color: #1e51a2;
        /* opacity: 0.5; */
    }
    header.mob .nav-model .close{
        position: absolute;
        right: 10px;
        top: 10px;
        width: 20px;
        height: 20px;
        border-radius: 10px;
        border: 1px solid #ccc;
        color: #ccc;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        z-index: 999;
    }
    header.mob .nav-model .nav-model-c{
        box-sizing: border-box;
        padding: 40px;
    }
    header.mob .nav-model .nav-model-c a{
        color: #fff;
    }
    header.mob .nav-model .nav-model-c p{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    header.mob .nav-model .nav-model-c p a{
        border-bottom: 1px solid #1e51a2;
        padding-bottom: 5px;
        font-size: 16px;
        /* opacity: 0.5; */
    }
    header.mob .nav-model .nav-model-c .popover a{
        padding-right: 20px;
        float: left;
        font-size: 14px;
    }
    header.mob .nav-model .lang{
        padding: 40px 20px 0;
        justify-content: space-between;
        display: -webkit-flex; /* Safari */
        display: flex;
    }
    header.mob .nav-model .lang a{
        color: #ccc;
    }


    footer.pc{
        display: none;
    }
    footer.mob{
        display: block;
        width: 100%;
        margin: 0 auto;
        line-height: 24px;
        color: #999999;
        padding: 20px 10px;
        background: #f5f5f5;
        box-sizing: border-box;
    }
}


#banner{
    width: 100%;
    position: relative;
}
#banner .swiper-slide{
    height: initial;

}
#banner .swiper-slide img{
    width: 100%;
}
#banner .swiper-slide .text{
    position: absolute;
    top: 200px;
    left: 200px;
    text-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
#banner .swiper-slide .text span{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
}
#banner .swiper-slide .text p{
    font-size: 24px;
    color: #fff;
}
#banner .swiper-button-prev, #banner .swiper-button-next{
    color: #fff;
    opacity: 0.3;
}
#banner .swiper-button-prev:hover, #banner .swiper-button-next:hover{
    opacity: 0.8;
}
#banner .guide{
    width: 100px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    z-index: 9999;
    text-align: center;
    color: #ffffff;
    margin-bottom: 66px;
}
#banner .guide p{
    margin-bottom: 40px;
    font-size: 18px;
}
#banner .guide img{
    -webkit-animation: bounce-up 1.5s linear infinite;
    animation: bounce-up 1.5s linear infinite;
}

@keyframes bounce-up {
    25% {transform: translateY(-10px);}
    50%, 100% {transform: translateY(0);}
    75% {transform: translateY(10px);}
}

.box{
    width: 100%;
    padding: 140px 0 0;
}
.box .box-title{
    font-size: 28px;
    text-align: center;
    line-height: 30px;
}
.box p {
    padding: 30px 0;
}
.box p a{
    font-size: 12px;
    background: #1e51a2;
    opacity: 0.5;
    padding: 8px 15px;
    border-radius: 20px;
    color: #ffffff;
}

.about-box{
    width: 100%;
    position:relative;
    /* margin-left: 10%; */
}
.about-box .about-box-c{
    width: 1440px;
    height: 640px;
    margin: 0 auto;
    position: relative;
    background: #2782e8;
}
.about-box .text{
    width: 40%;
    height: 100%;
    color: #fff;
    height: initial;
    float: left;
    box-sizing: border-box;
    padding: 80px 0 0 60px;
    background-repeat: no-repeat;
    background-position: top 40px right 40px;
    margin: 0 auto;
}
.about-box .text .title{
    font-size: 40px;
}
.about-box .text .title-line{
    width: 20px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    margin: 40px 0;
}
.about-box .text .content{
    width: 80%;
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.8);

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
}
.about-box .text .about-btn{
    width: 140px;
    height: 50px;
    border: 1px solid #fff;
    line-height: 50px;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 80px;
}
.about-box .text .about-btn a{
    color: #fff;
}
.about-box .pic{
    height: 640px;
    position: absolute;
    left: 700px;
}
.about-box .pic img.pic-bg{
    height: 640px;
}
.about-box .pic .advantage{
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #1e51a2;
    opacity: 0.5;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
    justify-content: center;
    display: -webkit-flex; /* Safari */
    display: flex;
}
.about-box .pic .advantage .item{
    padding: 0 20px;
}
.about-box .pic .advantage .item .icon{
    float: left;
    height: initial;
}
.about-box .pic .advantage .item .word{
    float: left;
    margin-left: 20px;
}
.about-box .pic .advantage .item .word h2{
    font-size: 40px;
    font-weight: 700;
}
.about-box .pic .advantage .item .word p{
    padding: 0;
    line-height: 24px;
    margin-top: 10px;
}


.product-box,.news-box{
    width: 1440px;
    margin: 0 auto;
}
.product-box .item{
    padding: 80px 60px;
    background: #ececec;
    margin: 10px;
    box-sizing: border-box;
}
.product-box .item img{
    height: 150px;
    float: left;
}
.product-box .item .text{
    text-align: center;
    color: #333333;
    font-size: 18px;
}
.product-box .item .text h2{
    padding: 0 10px ;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.product-box .item .text p{
    height: 40px;
    padding: 0 10px;
    margin: 15px 0 40px;
    word-break: break-all;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;      /* 可以显示的行数，超出部分用...表示*/
    -webkit-box-orient: vertical;
}
.product-box .item .text a{
    font-size: 18px;
    color: #2782e8;
}


#customer .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-justify-content: center;
    justify-content: center;

    -webkit-align-items: center;
    align-items: center;
}
#customer .swiper-slide img {
    display: block;
    width: 100%;
    max-height: 120px;
    object-fit: cover;
}

.news-box .item{
    margin: 0 20px 20px;
    background: #fff;
    transition: margin-top 0.2s;
}
.news-box .item:hover{
    margin-top: -10px;
}
.news-box .item .img{
    width: 100%;
    padding:50% 0 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.news-box .item .text{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    overflow: hidden;
}
.news-box .item .text h4{
    font-size: 16px;
    color: #333;
}
.news-box .item .text p{
    font-size: 14px;
    color: #999;
    padding: 0;
    margin: 10px 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news{
    margin-top: 140px;
    padding-bottom: 140px;
    background-color: #f0f0f0;
}



@media screen and (max-width: 1200px) {
    #banner .guide{
        display: none;
    }
    #banner .swiper-slide .text{
        top: 40px;
        left: 60px;
    }
    #banner .swiper-slide .text span{
        font-size: 24px;
        color: #fff;
        font-weight: 700;
    }
    #banner .swiper-slide .text p{
        font-size: 14px;
        color: #fff;
    }
    .box{
        width: 100%;
        padding: 60px 0 0;
    }
    .box .box-title{
        font-size: 18px;
        text-align: center;
        line-height: 30px;
    }
    .about-box .about-box-c{
        width: calc(100% - 20px);
        height: auto;
        margin: 0 auto;
        background: #2782e8;
    }
    .about-box .text{
        width: 100%;
    }
    .about-box .text{
        width: 100%;
        height: auto;
        padding: 20px 0 0 20px;
        background-repeat: no-repeat;
        background-position: top 40px right 40px;
        margin: 0 auto;
    }
    .about-box .text .title{
        font-size: 24px;
    }
    .about-box .text .title-line{
        width: 20px;
        height: 3px;
        background: #fff;
        border-radius: 2px;
        margin: 20px 0;
    }
    .about-box .text .content{
        width: calc(100% - 40px);
    }
    .about-box .text .about-btn{
        width: 140px;
        height: 40px;
        border: 1px solid #fff;
        line-height: 40px;
        font-size: 12px;
        padding-left: 20px;
        margin: 40px 0;
    }
    .about-box .pic{
        width: 100%;
        height: auto;
        position: relative;
        left: 0;
    }
    .about-box .pic img.pic-bg{
        width: 100%;
        height: auto;
    }
    .about-box .pic .advantage{
        padding: 10px;
    }
    .about-box .pic .advantage .item{
        padding: 0 10px;
    }
    .about-box .pic .advantage .item .icon{
        width: 100%;
        text-align: center;
        float: left;
        height: initial;
    }
    .about-box .pic .advantage .item .icon img{
        width: 30px;
    }
    .about-box .pic .advantage .item .word{
        margin-left: 0;
        text-align: center;
    }
    .about-box .pic .advantage .item .word h2{
        font-size: 16px;
        font-weight: 700;
    }
    .about-box .pic .advantage .item .word p{
        padding: 0;
        font-size: 12px;
        line-height: 24px;
        margin-top: 10px;
    }


    .product-box,.news-box{
        width: 100%;
        margin: 0 auto;
    }

    .product-box .item{
        padding: 20px;
        background: #000000;
        margin: 10px;
        box-sizing: border-box;
    }
    .product-box .item img{
        height: 140px;
        width: 140px;
        float: left;
    }
    .product-box .item .text{
        text-align: center;
        color: #fff;
        font-size: 16px;
    }
    .product-box .item .text p{
        margin: 15px 0 20px;
        font-size: 14px;
        font-weight: normal;
    }
    .product-box .item .text a{
        font-size: 14px;
    }

    .news{
        margin-top: 40px;
        padding-bottom: 40px;
        background-color: #f0f0f0;
    }
}


.breadcrumb{
    width: 1200px;
    padding: 20px 0;
    margin: 85px auto 0;
}
.breadcrumb .layui-breadcrumb{
    float: right;
}
.inner-page-title h2{
    width: 1200px;
    font-size: 32px;
    margin: 20px auto 60px;
}
.title-line{
    width: 30px;
    height: 2px;
    background: #1e51a2;
    /* opacity: 0.5; */
    display: block;
    margin: 10px 0;
}
.stay-devolepent{
    margin-top: 30px;
}
#pagination{
    text-align: center;
}
#pagination .layui-laypage-em{
    background-color: #1e51a2;
    /* opacity: 0.5; */
}
#pagination a:hover{
    color: #1e51a2;
    /* opacity: 0.5; */
}

@media screen and (max-width: 1200px) {
    .breadcrumb{
        width: calc(100% - 20px);
        padding: 10px 0;
        margin: 0 auto;
    }
    .inner-page-title h2{
        width: calc(100% - 20px);
        font-size: 20px;
        margin: 20px auto 40px;
    }
}

/* 概况 ceo */
.inner-page-box{
    width: 100%;
    position: relative;
}
.inner-page-box .introduce{
    width: 1200px;
    margin: 0 auto 80px;
}
.inner-page-box .introduce img{
    width: 600px;
    float: left;
    margin-right: 40px;
    z-index: 100;
    position: relative;
}
.inner-page-box .ceo img{
    width: 400px;
}
.inner-page-box .introduce .blue-bg{
    width: 50vw;
    height: 50%;
    background: #ececec;
    position: absolute;
    right: 50%;
    bottom: -60px;
    z-index: 0;
}
.inner-page-box .introduce .blue-bg2{
    width: calc(50vw + 600px);
    height: 20%;
    background: #ececec;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
}
.inner-page-box .introduce .content{
    padding-top: 40px;
    float: left;
    width: 45%;
}
.inner-page-box .introduce .content-lot{
    padding-top: 10px;
}

.inner-page-box .introduce .content .title{
    font-size: 24px;
    color: #1e51a2;
    opacity: 0.5;
    /* color: #000; */
    /* font-weight: 900; */
    margin-bottom: 40px;
}
.inner-page-box .introduce .content .title-top{
    margin-top: -40px;
}

.inner-page-box .introduce .content .text{
    line-height: 30px;
    color: #666666;
}
.data{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: space-between;
    display: -webkit-flex; /* Safari */
    display: flex;
}
.data span{
    font-size: 40px;
    display: block;
}
.data p{
    font-size: 14px;
    color: #666666;
}
.about-img{
    width: 100%;
    margin-bottom: 100px;
    text-align: center;
}
.about-img img{
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1200px) {
    .inner-page-box .introduce{
        width: calc(100% - 20px);
        margin: 0 auto 20px;
    }
    .inner-page-box .introduce img{
        width: 100%;
        margin-right: 0;
        float: none;
    }
    .inner-page-box .ceo img{
        width: 100%;
        margin: 0 auto;
    }
    .inner-page-box .introduce .blue-bg{
        display: none;
    }
    .inner-page-box .introduce .blue-bg2{
        display: none;
    }
    .inner-page-box .introduce .content{
        padding-top: 40px;
        width: 100%;
    }
    .inner-page-box .introduce .content .title{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .data{
        width: calc(100% - 20px);
        margin: 0 auto;
        padding: 20px 0;
        justify-content: space-between;
        display: -webkit-flex; /* Safari */
        display: flex;
    }
    .data span{
        font-size: 30px;
        display: block;
    }
    .about-img{
        margin-bottom: 40px;
    }
}

/* 合作客户 */
.customer{
    width: 1200px;
    margin: 0 auto;
}
.customer .item{
    margin: 0 10px 20px;
}
.customer .item .img{
    width: 100%;
    padding: 60% 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.customer .item .text{
    padding: 20px 0;
}
.customer .item .text h3{
    height: 28px;
}
.customer .item .text p{
    height: 28px;
    line-height: 28px;
    color: #999999;
}

@media screen and (max-width: 1200px) {
    .customer{
        width: calc(100% - 20px);
    }
    .customer .item{
        margin: 0 0 10px;
    }
    .customer .item .img{
        width: 100%;
        padding: 60% 0 0;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
    .customer .item .text{
        padding: 20px 0;
    }
}

/* 企业荣誉 */
.honor{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 100px;
}
.honor img{
    width: 100%;
    height: 385px;
}
.honor .text{
    /* position: absolute; */
    margin-top: -180px;
    /* left: 0; */
    width: 80%;
    min-height: 160px;
    background: #fff;
    padding: 20px 20px 20px 0;
    line-height: 24px;
}
.honor .text .title{
    font-size: 20px;
}
.honor .text .content{
    color: #666666;
    line-height: 28px;
}

@media screen and (max-width: 1200px) {
    .honor{
        width: calc(100% - 20px);
        padding-bottom: 20px;
    }
    .honor img{
        width: 100%;
        height: auto;
    }
    .honor .text{
        position: relative;
        top: 0;
        width: 100%;
        min-height: 160px;
        background: #fff;
        padding: 20px 20px 20px 0;
        line-height: 24px;
    }
}

/* 企业文化 */
.culture{
    width: 1200px;
    margin: 0 auto;
}
.culture .text{
    line-height: 24px;
    color: #666666;
}
.culture .box{
    border: 1px solid #e5e5e5;
    margin-top: 60px;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 80px;
}
.culture .box .item{
    padding: 30px;
}
.culture .box .item-bg{
    background: #f5f6f8;
}
.culture .box .item img{
    float: left;
    width: 30px;
    margin-right: 20px;
    margin-top: 10px;
}
.culture .box .item .text h3{
    font-size: 18px;
    font-weight: 500;
}
.culture .box .item .text p{
    color: #999;
}

@media screen and (max-width: 1200px) {
    .culture{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .culture .box{
        margin-top: 20px;
        margin-bottom: 40px;
    }
    .culture .box .item-bg{
        background: none;
    }
}

/* 人才理念 */
.talent-concept{
    width: 1200px;
    margin: 0 auto 80px;
}
.talent-concept .layui-row{
    margin-top: 80px;
}

.talent-concept .item{
    padding: 20px;
    position: relative;
    margin-bottom: 40px;
}
.talent-concept .item img{
    width: 100%;
}
.talent-concept .item .text{
    width: calc(100% - 100px);
    margin-left: 40px;
    background: #fff;
    padding: 30px;
    position: absolute;
    bottom: -40px;
}
.talent-concept .text p{
    margin-bottom: 5px;
}
.talent-concept .item .text h3{
    margin-bottom: 20px;
}
.talent-concept .item .text p{
    color: #666666;
}

@media screen and (max-width: 1200px) {
    .talent-concept{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .talent-concept .layui-row{
        margin-top: 40px;
    }
    .talent-concept .item{
        padding: 20px 0;
    }
}

/* 招聘列表 */
.social_recruitment{
    width: 1200px;
    margin: 80px auto;
}
.social_recruitment .item{
    border: 1px solid #eee;
    background: #fff;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    margin-bottom: 20px;
}
.social_recruitment .item .title{
    font-size: 20px;
    padding-bottom: 10px;
}
.social_recruitment .item .content{
    line-height: 28px;
}
.social_recruitment .item h4{
    font-size: 16px;
    padding: 10px 0;
}
/* .social_recruitment .item p{
    margin-bottom: 10px;
    line-height: 28px;
} */
.social_recruitment .item .btn{
    position: absolute;
    right: 40px;
    top: 40px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #1e51a2;
    opacity: 0.5;
}
.social_recruitment .item .btn a{
    color: #fff;
}

@media screen and (max-width: 1200px) {
    .social_recruitment{
        width: calc(100% - 20px);
        margin: 20px auto;
    }
    .social_recruitment .item{
        padding: 20px;
    }
    .social_recruitment .item .btn{
        position: absolute;
        right: 20px;
        top: 20px;
    }
}


/* 职业发展 */
.occupation{
    width: 1200px;
    margin: 0 auto 80px;
    line-height: 24px;
}
.occupation .text{
    margin-bottom: 40px;
}
.occupation .text p{
    margin-top: 5px;
}
.occupation .flow-chart{
    width: 100%;
    text-align: center;
    background: #f5f5f5;
    padding: 40px;
    box-sizing: border-box;
}
.occupation .flow-chart img{
    width: 100%;
}
.occupation .btn {
    justify-content: space-between;
    display: -webkit-flex; /* Safari */
    display: flex;
    margin-top: 40px;
}
.occupation .btn .item{
    width: 50%;
    box-sizing: border-box;
    padding: 40px;
    background: #c40452;
    color: #fff;
    margin: 0 20px;
}
.occupation .btn .item h4{
    font-size: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1200px) {
    .occupation{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .occupation .btn .item{
        padding: 10px;
    }
    .occupation .btn .item h4{
        font-size: 16px;
        margin-bottom: 5px;
    }
    .occupation .btn .item p{
        font-size: 12px;
    }
}

/* 企业治理 */
.corporate-governance{
    width: 1200px;
    margin: 0 auto 80px;
}
.corporate-governance .nav{
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.corporate-governance .nav a{
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center
}
.corporate-governance .nav a.select{
    background: #1e51a2;
    opacity: 0.5;
    color: #fff;
}
.corporate-governance .content{
    width: 100%;
    padding: 40px;
    border: 1px solid #eee;
    text-align: center;
}
.corporate-governance .content img{
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .corporate-governance{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .corporate-governance .content{
        padding: 20px;
        box-sizing: border-box;
    }
}

/* 企业新闻 */
.new{
    width: 1200px;
    margin: 0 auto 80px;
}
.new .nav{
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 40px;
}
.new .nav a{
    width: 50%;
    height: 40px;
    line-height: 40px;
    float: left;
    text-align: center
}
.new .nav a.select{
    background: #1e51a2;
    color: #fff;
    opacity: 0.5;
}
.new .content{
    margin: 0 -10px;
}
.new .content .item{
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.new .content .item .img{
    width: 100%;
    padding:50% 0 0;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.new .content .item .text{
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    background: #f5f5f5;
}
.new .content .item .text p{
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

@media screen and (max-width: 1200px) {
    .new{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .new .nav{
        width: 100%;
        border: 1px solid #eee;
        margin-bottom: 40px;
    }
}

/* 产品中心列表 */
.product{
    width: 1200px;
    margin: 0 auto 80px;
}
.product .classify{
    width: 1200px;
    margin: 0 auto;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
}
.product .classify a{
    width: calc(25% - 1px);
    height: 40px;
    display: block;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    float: left;
    text-align: center;
    line-height: 40px;
}
.product .classify a.select{
    background-color: #1e51a2;
    color: #fff;
    opacity: 0.5;
}

.product .describe{
    padding: 40px 0;
}

.product .title{
    font-size: 24px;
}
.product .layui-row{
    margin: 0 -10px 40px;
}
.product .item{
    margin: 10px;
}
.product .item .thumb{
    content: ""; 
    padding-top: 100%; 
    vertical-align: middle;
    display: block;
    background: #f5f5f5;
    position: relative;
}
.product .item .thumb img{
    width: 50%;
    position: absolute;
    top: 50%;
    left: 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%);
}
.product .item .thumb span{
    display: block;
    width: 0;
    height: 0;
    text-align: center;
    line-height: 20;
    color: #fff;
    background: #1e51a2;
    opacity: 0.9;
    position: absolute;
    left: 50%;
    top: 50%;
    overflow: hidden;
    webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width 0.1s;
    transition: height 0.2s;
}
.product .item:hover .thumb span{
    width: 100%;
    height: 100%;
}
.product .item:hover .thumb img{
    /* box-shadow: 0px 60px 40px #1e51a2; */
    /* opacity: 0.5; */
}
.product .item .text{
    width: 100%;
    text-align: center;
    line-height: 40px;
}

@media screen and (max-width: 1200px) {
    .product{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .product .classify{
        width: 100%;
    }
    .product .classify a{
        overflow: hidden;
    }
}

/* 商品详情页 */
.product-info-title{
    width: 100%;
    padding: 120px 0;
    background: #f5f5f5;
}
.product-info-title .product-info-title-c{
    width: 1200px;
    margin: 0 auto;
}
.product-info-title .product-info-title-c .title{
    float: left;
}
.product-info-title .product-info-title-c .title p{
    font-size: 16px;
    padding-top: 20px;
}
.product-info-title .product-info-title-c .title h2{
    font-size: 30px;
    padding: 30px 0;
}
.product-info-title .product-info-title-c .title .tag{
    background: #1e51a2;
    opacity: 0.5;
    padding: 3px 10px;
    color: #fff;
}
.product-info-title .product-info-title-c .thumb{
    width: 200px;
    height: 200px;
    text-align: center;
    float: right;
    margin-right: 200px;
}
.product-info-title .product-info-title-c .thumb .swiper-slide img{
    max-width: 200px;
    max-height: 200px;
}
.product-info-title .product-info-title-c .thumb .swiper{
    padding-bottom: 30px;
}
.product-info-title .product-info-title-c .thumb .swiper-pagination .swiper-pagination-bullet{
    width: 30px;
    height: 2px;
    border-radius: 2px;
}
.inner-page-product-c{
    width: 1200px;
    margin: 80px auto;
}
.product-info-parameter{
    width: 40%;
    float: left;
}
.relevant-product{
    width: 60%;
    float: left;
    position: relative;
}
.relevant-product .relevant-product-bg{
    width: calc(50vw + 600px);
    height: 180px;
    position: absolute;
    right: 0;
    bottom: -40px;
    background: #1e51a2;
    /* opacity: 0.5; */
}
.relevant-product .layui-row{
    width: 800px;
    margin: 0 auto;
}
.relevant-product .layui-row .item{
    background: #f5f5f5;
    text-align: center;
    margin: 0 10px;
    padding: 40px 0;
}
.relevant-product .layui-row .item img{
    margin-bottom: 60px;
    width: 100px;
}

@media screen and (max-width: 1200px) {
    .product-info-title{
        width: 100%;
        padding: 40px 0;
        background: #f5f5f5;
    }
    .product-info-title .product-info-title-c{
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .product-info-title .product-info-title-c .title{
        float: none;
    }
    .product-info-title .product-info-title-c .title p{
        font-size: 16px;
        padding-top: 20px;
    }
    .product-info-title .product-info-title-c .title h2{
        font-size: 20px;
        padding: 10px 0;
    }
    .product-info-title .product-info-title-c .thumb{
        width: 200px;
        height: 200px;
        text-align: center;
        margin: 20px auto 0;
        float: none;
    }
    .inner-page-product-c{
        width: calc(100% - 20px);
        margin: 20px auto 40px;
    }
    .product-info-parameter{
        width: calc(100% - 20px);
        margin: 20px auto 40px;
    }
    .relevant-product{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
        position: relative;
    }
    .relevant-product .relevant-product-bg{
        display: none;
    }
    .relevant-product .layui-row{
        width: 100%;
    }
    .relevant-product .layui-row .item{
        background: #f5f5f5;
        text-align: center;
        margin: 10px 0;
        padding: 20px 0;
    }
    .relevant-product .layui-row .item img{
        margin-bottom: 30px;
        width: 100px;
    }
}

/* 新闻详情 */
.news-info{
    width: 1200px;
    margin: 0 auto;
}
.news-info .title{
    font-size: 20px;
    line-height: 40px;
}
.news-info .title p{
    padding: 20px 0;
    height: 42px;
    line-height: 42px;
    border-bottom: 2px solid #000;
}
.news-info .title p span{
    float: right;
    color: #999999;
    font-size: 14px;
}
.news-info .title .current-time{
    display: none;
}
.news-info .content{
    padding: 30px 0 80px;
    color: #333;
    line-height: 30px;
}
.news-info .content img{
    max-width: 100%;
}

@media screen and (max-width: 1200px) {
    .news-info{
        width: calc(100% - 20px);
        margin: 30px auto 0;
    }
    .news-info .title p{
        padding: 10px 0;
        border-bottom: 2px solid #000;
    }
    .news-info .title p span{
        display: none;
    }
    .news-info .title .current-time{
        display: block;
        color: #999;
        font-weight: 100;
        font-size: 14px;
    }
    .news-info .content{
        padding: 0 0 40px;
    }
}

/* 搜索 */
.search-page{
    width: 1200px;
    margin: 80px auto;
}
.search-page-box{
    width: 800px;
    height: 50px;
    border: 2px solid #333;
    margin: 0 auto;
}

.search-page-box input{
    width: calc(100% - 50px);
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    padding: 0 20px;
    box-sizing: border-box;
}
.search-page-box img{
    cursor: pointer;
}
.search-page .layui-tab{
    margin-top: 60px;
}
.search-page .layui-tab-title{
    height: 60px;
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
}
.search-page .layui-tab-title li{
    line-height: 60px;
    width: calc(20% - 1px);
    box-sizing: border-box;
    border-right: 1px solid #eee;
}
.search-page .layui-tab-title .layui-this{
    background: #1e51a2;
    opacity: 0.5;
    color: #fff;
}
.search-page .layui-tab-title .layui-this:after{
    height: 60px;
    border: 0;
}
.search-page .layui-tab-content{
    padding: 40px 0;
}
.search-page .layui-tab-content .title{
    font-size: 20px;
    margin-bottom: 20px;
}
.search-page .layui-tab-content ul{
    border-top: 2px solid #000;
    margin-bottom: 40px;
}
.search-page .layui-tab-content ul li{
    border-bottom: 1px dashed #b7b7b7;
    padding: 30px 0;
}
.search-page .layui-tab-content ul li a p{
    font-size: 20px;
    color: #333333;
    margin-bottom: 10px;
}
.search-page .layui-tab-content ul li p span{
    float: right;
    color: #999999;
    font-size: 14px;
}
.search-page .layui-tab-content ul li p{
    color: #999999;
}

@media screen and (max-width: 1200px) {

}

/* 招聘表单 */
.recruit-form{
    width: 1200px;
    margin: 0 auto 80px;
}
.recruit-form input,.recruit-form select{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 0 10px;
}
.recruit-form .input-box{
    width: 50%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 10px;
    float: left;
}
.recruit-form .input-box label{
    margin-bottom: 5px;
    display: block;
    color: #666666;
}
.recruit-form .submit{
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 40px;
}
.recruit-form .submit input{
    width: 400px;
    height: 40px;
    background: #1e51a2;
    color: #fff;
    opacity: 0.5;
}

@media screen and (max-width: 1200px) {
    .recruit-form{
        width: calc(100% - 20px);
        margin: 0 auto 40px;
    }
    .recruit-form .input-box{
        width: 100%;
    }
    .recruit-form .submit{
        margin-top: 20px;
    }
    .recruit-form .submit input{
        width: calc(100% - 20px);
        height: 40px;
        margin: 0 auto;
        background-color: #1e51a2;
        /* opacity: 0.5; */
        color: #fff;
    }
}

.inner-banner{
    margin-top: 85px;
}


@media screen and (min-width:1200px) and (max-width:1440px) {
    header.pc{
        padding:0 40px;
    }
    header.pc .nav span a{
        padding: 33px 10px;
    }
    header.pc .nav span .popover{
        left: calc(-25% - 40px);
    }
    footer.pc .nav,footer .copyright{
        width: 1200px;
    }
    .about-box .about-box-c{
        width: 1180px;
        height: 500px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .about-box .pic{
        height: 500px;
        left: 520px;
    }
    .about-box .pic img.pic-bg{
        height: 500px;
    }
    .about-box .pic .advantage .item{
        padding: 0 5px;
    }
    .product-box,.news-box{
        width: 1200px;
    }
}

@media screen and (min-width:1200px) and (max-width:1440px) {
    .breadcrumb{
        width: 1200px;
    }
    .inner-page-title h2{
        width: 1200px;
    }
}
