@font-face {
    font-family: 'iconfont';
    /* Project id 2589699 */
    src: url('//at.alicdn.com/t/font_2589699_po3jja2x4y.woff2?t=1622774077058') format('woff2'),
        url('//at.alicdn.com/t/font_2589699_po3jja2x4y.woff?t=1622774077058') format('woff'),
        url('//at.alicdn.com/t/font_2589699_po3jja2x4y.ttf?t=1622774077058') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    /* font-size: 18px; */
    font-family: 微软雅黑, sans-serif;
    /* background-color: #f0f8ff; */
    line-height: 200%;
    /*color: #999;*/
}

.background-img-abs {
    position: absolute;
    background-position: center;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
}

.main-container {
    width: 1920px;
    margin: auto;
    position: relative;
}

.intro-panel {
    /* border: 1px; */
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.intro-panel img {
    width: 100%;
}

.intro-panel .intro-name {
    color: #2A2A2A;
    /* text-align: center; */
    font-size: 20px;
    padding-left: 40px;
    padding-top: 60px;
}

.intro-panel .intro-des {
    color: #999999;
    font-size: 14px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 20px;
    padding-bottom: 60px;
    height: 45px;
}


/* 轮播图部分 */
/* ====================================================== */
.carousel-item {
    color: white;
}

.carousel-text-container {
    position: relative;
    width: 750px;
    margin: auto;
    padding-left: 0px;
}

.carousel-title {
    font-size: 60px;
    font-weight: bold;
    line-height: 80px;
    padding-top: 115px;
}

.carousel-title2 {
    font-size: 20px;
    padding-top: 60px;
}

.carousel-des {
    font-size: 14px;
    padding-top: 20px;
}

.main-carousel .layui-carousel-ind ul {
    background-color: transparent;
}

.main-carousel .layui-carousel-ind li {
    border-radius: 0;
    background-color: #E9695C;
    width: 5px;
    height: 5px;
}

.main-carousel .layui-carousel-ind li.layui-this {
    width: 10px;
    height: 10px;
}

.main-carousel .layui-carousel-arrow {
    /* width: 100px; */
    /* height: 100px; */
    /* font-size: 40px; */
}

.header-logo {
    padding-left: 56px;
    padding-top: 28px;
}

.company-name {
    font-size: 60px;
    line-height: 80px;
    font-weight: bold;
    padding-top: 163.6px;
}

.company-des {
    padding-top: 20px;
    font-size: 14px;
    width: 72%;
}

.intro-panel-wraper {
    padding-top: 160px;
}

.intro-panel-container {
    padding: 10px 50px;
}

.intro-panel1 {
    padding-right: 27px;
}

.intro-panel2 {
    padding-left: 13px;
    padding-right: 13px;
}

.intro-panel3 {
    padding-left: 27px;
}

.uc-section {
    background-image: url(../imgs/bg2.jpg);
    height: 1000px;
    background-position: center;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
}

.uc-app-title {
    padding-top: 312px;
    font-size: 30px;
    font-weight: bold;
}

.contact-us-title {
    font-size: 30px;
    font-weight: bold;
    padding-top: 120px;
    color: #2A2A2A;
}

.contact-us-item{
    color:#999999;
    font-size:20px;
    padding-top: 84.5px;
    white-space: nowrap;
}

.contact-us-qrcode{
    width: 147px;
    height: 147px;
}

@media screen and (max-width: 768px) {

    .header-logo {
        padding: 28px 18px 0 18px;
    }

    .company-name {
        font-size: 40px;
        line-height: 60px;
        padding-top: 100px;
    }

    .company-des {
        padding-top: 20px;
        font-size: 14px;
        width: 88%;
    }

    .intro-panel-wraper {
        padding-top: 124px;
    }

    .intro-panel-container {
        padding: 0;
    }

    .intro-panel1 {
        padding: 10px 0;
    }

    .intro-panel2 {
        padding: 10px 0;
    }

    .intro-panel3 {
        padding: 10px 0;
    }

    .uc-img {
        width: 100%;
    }

    .uc-section {
        height: auto;
        background-repeat: repeat;
        background-position: initial;
        background-size: cover;
    }

    .uc-app-title {
        padding-top: 102px;
        font-size: 26px;
        font-weight: bold;
    }

    .carousel-text-container {
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }

    .carousel-title2 {
        padding-top: 20px;
    }

    .carousel-des {
        padding-top: 80px;
    }
}

@media screen and (max-width: 1920px) {
    .main-container {
        width: 100%;
    }
}