body {
    font-family: "Noto Sans SC";
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.header .container {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0;
}

.header nav {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header nav .logo {
    height: 54px;
}

.header nav .logo a:hover {
    text-decoration: none;
}

.header nav .logo .mr30 {
    margin-right: 30px;
}

.header nav .logo img {
    height: 100%;
    width: auto;
}

.header nav .menu {
    margin-left: 50px;
}

.header nav .menu a {
    margin-left: 30px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    color: #212121
}

.header nav .menu a:hover {
    color: #ab7445
}

.header .lang {
    margin-left: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background-color: #044b91;
    color: white;
    border-radius: 40px;
}

.header .lang:hover {
    text-decoration: none;
}

.header .banner {
    width: 100%;
    min-width: 1230px;
    overflow: hidden;
}

.header .banner img {
    width: 100%;
    display: block;
}

.footer {
    background-color: #373737;
}

.footer .container {
    padding: 38px 15px 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #373737;
}

.footer .left {
    width: 810px;
    color: #8c8c8c;
    line-height: 1;
}

.footer .left .title {
    font-size: 22px;
    margin-bottom: 30px;

}

.footer .left .row {
    margin-bottom: 22px;
}

.footer .left .row .icon {
    width: 17px;
    margin-right: 17px;
    height: 13px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .left .row .label {
    display: flex;
}

.footer .left .row .label span {
    font-size: 13px;
    line-height: 1;
    margin-right: 40px;
}

.footer .left .row .label.column {
    flex-direction: column;
}

.footer .left .row .label.column .mb15 {
    margin-bottom: 15px;
}

.footer .qrcode img {
    width: 137px;
    margin-left: 18px;
}

/* footr bottom */
.footer-bottom {
    background-color: #2d2c2c;
}

.footer-bottom .wrap,
.footer-bottom .wrap a {
    height: 30px;
    font-size: 13px;
    line-height: 30px;
    color: #8c8c8c;
    background-color: #2d2c2c;
}

/* 公共内容模块 */
.model-content .title {
    margin-top: 60px;
    padding-bottom: 8px;
    border-bottom: 2px solid #e0e0e0;
}

.model-content .title .up {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1;
    color: #333333;
}

.model-content .title .down {
    margin-left: 10px;
    font-size: 12px;
    line-height: 1;
    color: #959595;
}

.model-content .wrap {
    margin-top: 30px;
}

.model-content .wrap .top-title {
    font-size: 12px;
    line-height: 1;
    color: #010101;
    margin-bottom: 5px;
}

.model-content .wrap .bottom-title {
    font-size: 28px;
    line-height: 1;
    color: #727272;
}

.model-content .wrap .image {
    margin-top: 20px;
}

.model-content .wrap .image {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cn .model-content {
    margin-top: 110px;
    margin-bottom: 12px;
}

.cn .model-content .title .up {
    font-weight: 300;
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 8px;
}

.cn .model-content .title .down {
    margin-left: 0;
    font-size: 14px;
    font-weight: 300;
}

.cn .model-content .wrap {
    margin-top: 50px;
}

.cn .model-content .wrap .top-title {
    font-size: 14px;
    color: #959595;
    font-weight: 300;
    margin-bottom: 7px;
}

.cn .model-content .wrap .bottom-title {
    font-size: 45px;
    margin-left: 0;
    font-weight: 300;
}

.cn .model-content .wrap .image {
    margin-top: 27px;
}

.cn .model-content .wrap .image>div {
    margin-bottom: 10px;
}

.cn .model-content .wrap .image img {
    margin-bottom: 0;
}

.cn .model-content .wrap .image .name {
    margin-top: 12px;
    height: 28px;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    color: #727272;
}

/* 首页 */
.index-page {
    padding-top: 106px;
}

.index-page .section-row .title {
    font-size: 38px;
    line-height: 1;
    color: #222222;
}

.index-page .section-row .title.uk-heading-line>::before,
.index-page .section-row .title.uk-heading-line>::after {
    width: 110px;
}

.index-page .section-1 .image-model {
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
}

.index-page .section-1 .image-model img {
    width: 280px;
    height: 214px;
}

.index-page .section-2 {
    margin-top: 90px;
}

.index-page .section-2 .title {
    margin-bottom: 80px;
}

.index-page .section-2 .slide-item {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index-page .section-2 .slide-item .left {
    width: 530px
}

.index-page .section-2 .slide-item .left img {
    width: 100%;
}

.index-page .section-2 .slide-item .left .mb18 {
    margin-bottom: 18px;
}

.index-page .section-2 .slide-item .right {
    width: 618px;
    padding-top: 30px;
}

.index-page .section-2 .slide-item .right .title-up {
    font-size: 18px;
    color: #010101;
    line-height: 1;
}

.index-page .section-2 .slide-item .right .title-down {
    font-size: 40px;
    color: #727272;
    line-height: 1;
}

.index-page .section-2 .slide-item .right .text {
    text-align: justify;
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
    color: #333333
}

.index-page .section-2 .slide-item .right .text .more {
    margin-top: 5px;
    display: flex;
    align-items: center;
    color: #333333;
    line-height: 12px;
}

.index-page .section-2 .slide-item .right .text .more img {
    margin-right: 10px;
}

.index-page .section-2 .uk-position-small {
    font-size: 12px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0;
    top: 100%;
    left: 493px;
    width: 30px;
    height: 30px;
    background-color: white;
    color: #1f1f1f;
    transform: translateY(-50%) translateY(-31px);
}

.index-page .section-2 .uk-position-small:hover {
    color: white;
    background-color: #33b5ff;
}

.index-page .section-2 .uk-position-center-right {
    left: 523px;
    color: white;
    background-color: #33b5ff;
}

.index-page .section-3 {
    margin-top: 120px;
    height: 216px;
    background-color: #f5f5f5;
}

.index-page .section-3 .container {
    position: relative;
    display: flex;
    background-color: #f5f5f5;
}

.index-page .section-3 .left {
    padding-top: 19px;
}

.index-page .section-3 .left .label-1,
.index-page .section-3 .left .label-2 {
    font-size: 18px;
    line-height: 1;
    color: #333333
}

.index-page .section-3 .left .label-2 {
    margin-top: 10px;
}

.index-page .section-3 .left .label-3 {
    margin-top: 6px;
    font-size: 12px;
    line-height: 21px;
    color: #666
}

.index-page .section-3 .left .text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    color: #6e6c6c;
    opacity: .3;
}

.index-page .section-3 .right {
    width: 665px;
    display: flex;
    flex-shrink: 0;
    position: relative;
    top: -56px
}

.index-page .section-3 .right {
    display: flex;
    justify-content: space-between;
}

.index-page .section-3 .btn {
    position: absolute;
    font-size: 13px;
    top: 54px;
    left: 350px;
    width: 161px;
    height: 33px;
    border: 2px solid #333333;
    color: #333333;
    text-align: center;
    line-height: 33px;

}

.index-page .section-3 .btn img {
    position: absolute;
    top: 50%;
    left: 157px;
    margin-top: -4px;
}

.index-page .section-3 .btn:hover {
    text-decoration: none;
}

.index-page .section-4 {
    margin-top: 98px;
}

.index-page .section-4 .title {
    margin-bottom: 80px;
}

.index-page .section-4 .image-model {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-page .section-4 .image-model img {
    margin-bottom: 40px;
}

.index-page .section-5 {
    margin-top: 60px;

}

.index-page .section-5 ul {
    margin-top: 80px;
    margin-bottom: 105px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}


.index-page .section-5 ul li {
    width: 256px;
    cursor: pointer;
}

.index-page .section-5 ul li .box {
    display: flex;
    position: relative;
    height: 109px;
    border: 1px solid #e2e2e2;
    border-top: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.index-page .section-5 ul li .box {
    font-size: 12px;
    line-height: 1;
}

.index-page .section-5 ul li .box .label {
    color: #000000;
    margin-bottom: 8px;
}

.index-page .section-5 ul li .box .tag {
    color: #999999;
}

.index-page .section-5 ul li:hover .box {
    background-color: #00a2ff;
    border-color: #00a2ff;
}

.index-page .section-5 ul li:hover .box .label,
.index-page .section-5 ul li:hover .box .tag {
    color: #fff;
}

.cn .index-page .section-row .title {
    font-weight: 300;
    color: #333;
}

.cn .index-page .section-2 .slide-item .right {
    padding-top: 5px;
}

.cn .index-page .section-2 .slide-item .right .title-down {
    font-size: 30px;
    line-height: 30px;
    font-weight: 300;
    color: #727272;
}

.cn .index-page .section-2 .slide-item .right .text {
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 1.1px;
    line-height: 22px;
}

.cn .index-page .section-3 .container {
    justify-content: space-between;
}

.cn .index-page .section-3 .left {
    padding-top: 50px;
}

.cn .index-page .section-3 .left .label-1 {
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #333;
}

.cn .index-page .section-3 .left .label-3 {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
    margin-top: 15px;
    color: #666666;
}

.cn .index-page .section-3 .left .text {
    margin-top: 40px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    color: #6e6c6c;
    margin-left: -10px;
}

/* 产品中心 */
.product-page .title .down {
    margin-left: 0;
}

.product-page .wrap .image .lazy {
    margin-bottom: 60px;
    width: 340px;
    height: 238px;
}

.product-page .wrap {
    padding-bottom: 120px;
}

.cn .product-page .wrap .image .lazy {
    margin-bottom: 0;

}

/* processing */
.processing-page {
    padding-bottom: 160px;
}

.processing-page .wrap .image .lazy,
.processing-page .wrap .image img {
    margin-bottom: 60px;
    width: 340px;
    height: 238px;
    background-size: cover;
}

/* 联系我们 */
.contactus-page {
    padding: 110px 0 1230px;

}

.contactus-page .container {
    padding: 0;
    box-shadow: 0px 0px 13px 0px rgba(215, 215, 215, 0.75);
    padding-bottom: 60px;
}

.contactus-page .tabs {
    height: 76px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #5ab6e7;
}

.contactus-page .tabs a {
    box-sizing: border-box;
    display: block;
    margin: 0 18px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-decoration: none;
}

.contactus-page .tabs a.style1 {
    color: white;
    background: #727272;
}

.contactus-page .tabs a.style2 {
    border: 1px solid #1e9bde;
    color: #1e9bde;
}

.contactus-page .wrap {
    padding: 60px 40px 0;

}

.contactus-page .section-card {
    display: flex;
    justify-content: space-between;
}

.contactus-page .section-card.mt110 {
    margin-top: 110px;
}

.contactus-page .section-card .inner-left {
    width: 400px;
    box-shadow: 0px 0px 18px 0px rgba(200, 200, 200, 0.75);
}

.contactus-page .section-card .inner-left .head {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 70px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    background-color: #727272;

}

.contactus-page .section-card .inner-left .body {
    padding: 30px 30px 0;
}

.contactus-page .section-card .inner-left .mt60 {
    margin-top: 60px;

}

.contactus-page .section-card .inner-left .label {
    display: flex;
    align-items: center;
    float: left;
    font-size: 14px;
    ;
}

.contactus-page .section-card .inner-left .label .icon {
    margin-right: 18px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #323232;
}

.contactus-page .section-card .inner-left .value {
    margin-left: 10px;
    line-height: 30px;
    overflow: hidden;
}

.contactus-page .section-card .inner-left .value.f12 {
    padding-top: 5px;
    font-size: 13px;
    line-height: 20px;
}


.contactus-page .section-card .inner-right {
    flex: 1;
    margin-left: 68px;
}

/* about */
.about-page .title {
    margin-top: 100px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0e0e0;
}

.about-page .title .up {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 1;
    color: #333333;
}

.about-page .title .down {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #959595;
}

.about-page .wrap {
    margin-top: 49px;
}

.about-page .wrap .t1 {
    font-size: 18px;
    line-height: 1;
    color: #010101;
    margin-bottom: 4px;
}

.about-page .wrap .t2 {
    font-size: 36px;
    line-height: 45px;
    color: #727272;
}

.about-page .wrap .image {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about-page .wrap .image img {
    width: 550px;
    height: 386px;
    margin-bottom: 69px;
}

.about-page .wrap .text {
    text-align: justify;
    padding-bottom: 700px;
    font-size: 20px;
    line-height: 36px;
    color: #333;
}

.cn .about-page .title .up {
    font-weight: 300;
}

.cn .about-page .title .down {
    font-weight: 300;
    margin-left: 0;
}

.cn .about-page .wrap {
    margin-top: 62px;
}

.cn .about-page .wrap .t2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
}

.cn .about-page .wrap .image {
    margin-top: 35px;
}

.cn .about-page .wrap .text {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: .2px;
}

/* 保税 */
.bonded-page {
    padding-bottom: 300px;
}

.bonded-page .title {
    margin-top: 110px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0e0e0;
}

.bonded-page .title .up {
    margin-bottom: 7px;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    color: #333333;

}

.bonded-page .title .down {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
    color: #959595;
    margin-left: 0;
}

.bonded-page .wrap {
    margin-top: 62px;
}

.bonded-page .wrap .t1 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 300;
    color: #727272;
}

.bonded-page .wrap .image {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bonded-page .wrap .image img {
    width: 550px;
    height: 386px;
}

.bonded-page .wrap .image .name {
    margin-top: 12px;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 1;
    height: 18px;
    color: #727272;
    text-align: center;
}

.bonded-page .wrap .text {
    text-align: justify;
    font-size: 18px;
    line-height: 36px;
    font-weight: 300;
    color: #333;
}

.bonded-page .section-result {
    margin-top: 43px;
}

/* project */
.project-page .title {
    margin-top: 100px;
    padding-bottom: 12px;
    border-bottom: 3px solid #e0e0e0;
}

.project-page .title .up {
    margin-bottom: 9px;
    font-size: 30px;
    line-height: 1;
    color: #333333;
}

.project-page .title .down {
    margin-left: 10px;
    font-size: 14px;
    line-height: 1;
    color: #959595;
}

.project-page .wrap {
    margin-top: 49px;
}

.project-page .wrap .t1 {
    font-size: 18px;
    line-height: 1;
    color: #787878;
    margin-bottom: 4px;
}

.project-page .wrap .t2 {
    font-size: 36px;
    line-height: 45px;
    color: #727272;
}

.project-page .wrap .image {
    margin-top: 25px;
    padding-bottom: 246px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.project-page .wrap .image .lazy {
    margin-bottom: 60px;
    width: 340px;
    height: 238px;
}

.cn .project-page .title .up {
    font-weight: 300;
    color: #727272;
}

.cn .project-page .title .down {
    margin-left: 0;
    font-weight: 300;
}

.cn .project-page .wrap .t1 {
    font-weight: 300;
}

.cn .project-page .wrap .t2 {
    font-size: 45px;
    font-weight: 300;
}

.cn .project-page .wrap .image {
    margin-top: 30px;
}