@charset "utf-8";

*, *::after, *::before {
    box-sizing: border-box;
}

    *:focus {
        outline: none;
    }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, img, button, figure {
    margin: 0;
    padding: 0;
    border: 0;
    <video class="bgimg" autoplay="autoplay" src="<%=rich_text_list[0]["url"] %>" controls="controls" poster="http://oa.soft0551.com/images/2023/10/21/46fdbd65-3e63-4282-8d6c-fd033c3c9a19.png"></video>
}

html {
    -webkit-text-size-adjust: none;
}

body, textarea {
    font-size: 14px;
    position: relative;
    *overflow-x: hidden;
    background-color: #fff;
    color: #000;
    font-family: "Microsoft YaHei", "PingFang SC", apple-system, "Helvetica Neue", "Source Han Sans SC","WenQuanYi Micro Hei", sans-serif;
    line-height: 1.5;
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol, ul, li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 12px;
}

img {
    vertical-align: middle;
    border: 0
}

em, i {
    font-style: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        /*color: #1054c8;*/
        text-decoration: none;
    }

    a:focus {
        outline: 0px dotted;
    }

    a:focus, input:focus {
        -moz-outline-style: none;
    }

::selection {
    background: #0080c8;
    color: #fff;
}

::-moz-selection {
    background: #0080c8;
    color: #fff;
}

::-webkit-selection {
    background: #0080c8;
    color: #fff;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

::-webkit-scrollbar {
    height: 11px;
    width: 11px
}

::-webkit-scrollbar-button {
    height: 0;
    width: 0
}

    ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {
        display: block
    }

    ::-webkit-scrollbar-button:vertical:start:increment, ::-webkit-scrollbar-button:vertical:end:decrement {
        display: none
    }

::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal,
::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal,
::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
    border-style: solid;
    border-color: transparent
}

    ::-webkit-scrollbar-track:vertical::-webkit-scrollbar-track:horizontal {
        background-clip: padding-box;
        background-color: #fff;
    }

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
    background-clip: padding-box;
    background-color: rgba(0,0,0,.2);
    min-height: 28px;
    padding-top: 100
}

    ::-webkit-scrollbar-thumb:hover {
        -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,.25);
        background-color: rgba(0,0,0,.4)
    }

    ::-webkit-scrollbar-thumb:active {
        -webkit-box-shadow: inset 1px 1px 3px rgba(0,0,0,.35);
        background-color: rgba(0,0,0,.5)
    }

    ::-webkit-scrollbar-track:vertical, ::-webkit-scrollbar-track:horizontal,
    ::-webkit-scrollbar-thumb:vertical, ::-webkit-scrollbar-thumb:horizontal {
        border-width: 0;
    }

::-webkit-scrollbar-track:hover {
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1);
    background-color: rgba(0,0,0,.05)
}

::-webkit-scrollbar-track:active {
    -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.14),inset -1px -1px 0 rgba(0,0,0,.07);
    background-color: rgba(0,0,0,.05)
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.g-in {
    padding-left: 105px;
    padding-right: 105px;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgb(0 0 0 / 50%);
    box-shadow: 0 0 6px rgba(0,0,0,0.06);
    z-index: 112;
}

.logo {
    float: left;
}

    .logo img {
        margin-top:5px;
        width: auto;
        height: 50px;
    }

.nav {
    float: left;
    padding-right: 73px;
    padding-left: 73px;
}

    .nav ul li {
        position: relative;
        float: left;
        margin-right: 46px;
    }

        .nav ul li a {
            display: block;
            line-height: 60px;
            font-size: 16px;
            color: #fff;
        }

            .nav ul li.on a,
            .nav ul li a:hover {
                color: #1553dd;
            }

        .nav ul li.on::after {
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 100%;
            height: 5px;
            background: #0c4de0;
            content: '';
        }

.navbar-toggle {
    display:none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 60px;
/*    padding: 30px;*/
    /*background: #0c4de0;*/
    cursor: pointer;
}

    .navbar-toggle .icon-bar {
        position: absolute;
        display: block;
        width: 40px;
        height: 1px;
        border-radius: 1px;
        background-color: #fff;
        transition: all .2s;
    }

        .navbar-toggle .icon-bar:nth-child(1) {
            top: 45px;
        }

        .navbar-toggle .icon-bar:nth-child(2) {
            top: 30px;
        }

        .navbar-toggle .icon-bar:nth-child(3) {
            bottom: 44px;
        }

.nav ul li .sub {
    position: absolute;
    top: 98px;
    left: 112px;
    padding: 0;
    background: rgb(0 0 0 / 50%);
    display: none;
    z-index: 9;
    text-align: center;
    transform: translateX(-50%);
    border-radius: 10px 10px 10px 10px;
}

    .nav ul li .sub dl dd {
        font-size: 14px;
        line-height: 20px;
    }

        .nav ul li .sub dl dd:last-child {
            border-bottom: 0;
        }

        .nav ul li .sub dl dd a {
            padding: 12px 10px;
            background: none;
            color: #fff;
            line-height: 24px;
            font-size: 14px;
        }

        .nav ul li .sub dl dd:hover a {
            /*background-color: #0c4de0;*/
            color: #2aa3ff;
        }
.newsInfoTop {
    background: url(newsListTop.png) no-repeat 50% 50%;
    background-size: cover;
    height: 300px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 350px;
    text-align: center;
}
.newsInfoBox {
    background: #091B28;
    color: #fff;
}
    .newsInfoBox .path {
        padding: 20px 300px;
        border-bottom: 1px solid rgba(255,255,255,0.06);
        
    }
    .newsInfoBox .title {
        padding: 20px 300px;
        
    }
.newsInfoBox .title .content{
    color:#fff;
    margin-bottom:20px;
    font-size:26px;
}
.newsInfoBox .title .time{
    color: rgba(255,255,255,0.26);
    margin-bottom:20px;
    font-size:15px;
}
.newsInfoBottom {
    padding: 50px 300px;
    display: flex;
    justify-content: space-between;
    background: #091B28;
    color: #fff;
}
    .newsInfoBottom .left {
        display: flex;
        /*justify-content: space-between;*/
        padding: 20px;
        height: 60px;
        width: calc(50% - 15px);
        border: 1px solid rgba(255,255,255,0.3);
        cursor: pointer;
    }
        .newsInfoBottom .left img {
            margin-right: 20px;
            transform: rotate(-180deg);
        }
    .newsInfoBottom .right {
        display: flex;
        justify-content: space-between;
        padding: 20px;
        height: 60px;
        width: calc(50% - 15px);
        border: 1px solid rgba(255,255,255,0.3);
        cursor: pointer;
    }
.productClassTop {
  
    background: url(junmanchanpin.jpg) no-repeat 50% 50%;
    background-size: cover;
    height: 600px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 600px;
    text-align: center;
}
.productClassBox1 {
    height: 160vh;
    background: url(productClassCPFL-bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding:120px 160px 0px;
}
.productClassBox1 .title {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.productClassBox1 .title img{
    width:212px;
}
.productClassBox1 .title .wire{
    width: 1px;
    height: 68px;
    background: rgba(255,255,255,0.2);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0px 80px;
}
.productClassBox1 .title p{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.productClassBox1 .content {
    text-align:center;
    margin-top:69px;
}
.productClassBox1 .content .bgimg{
    border: 1px solid rgba(255,255,255,0.4);
    padding:10px;
    width:100%;
    max-width:900px;
    /*height: 590px;*/
}
    .productClassBox1 .content .item {
        background: #044272;
        padding:20px;
        margin-bottom: 50px;
        border-radius: 0px 0px 0px 0px;
        display: inline-block;
        width: calc((100% - 160px) / 3);
        margin-right: 50px;
        text-align: left;
    }

    .productClassBox1 .content:nth-child(3n) {
        margin-right: 0px;
    }

    .productClassBox1 .content img {
        width: 100%;
        height: 300px;
    }

    .productClassBox1 .content .p1 {
        font-size: 24px;
        margin-top: 22px;
        font-weight: 400;
        color: #FFFFFF
    }

    .productClassBox1 .content .p2 {
        width: 123px;
        height: 42px;
        border-radius: 42px 42px 42px 42px;
        opacity: 1;
        margin-top: 22px;
        font-size: 14px;
        line-height: 42px;
        text-align: center;
        font-weight: 400;
        color: #FFFFFF;
        display: inline-block;
        background: #24A0FF;
    }
.productClassBox2 {
    /*height: 100vh;*/
    background: url(productClassFWHY-bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding:120px 160px 0px;
}
.productClassBox2 .title {
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.productClassBox2 .title img{
    width:371px;
}
.productClassBox2 .title .wire{
    width: 1px;
    height: 68px;
    background: rgba(255,255,255,0.2);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:0px 80px;
}
.productClassBox2 .title p {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}
.productClassBox2 .list{
    margin-top:60px;
}
.productClassBox2 .list .item {
    background: #163240;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    width: calc((100% - 110px) / 3);
    margin-right:50px;
    padding:20px;
    text-align:center;
    margin-bottom:50px;
}
.productClassBox2 .list .item:nth-child(3n){
    margin-right:0px;
}
.productClassBox2 .list .item img{
    width:100%;
    height:260px;
}
.productClassBox2 .list .item .p1{
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    margin-top:12px;
}
.productClassBox2 .list .item .p2{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:5px;
}
.productClassBottom {
    background: url(productClassLXWM-bg.png) no-repeat 50% 50%;
    background-size: cover;
    padding:90px 0px 100px;
    text-align: center;

    font-size: 40px;
    color: #FFFFFF;
}
.productClassBottom .btn{
    width: 221px;
    height: 64px;
    background: linear-gradient(90deg, #72C2FF 0%, #1198FF 100%);
    border-radius: 42px 42px 42px 42px;
    opacity: 1;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 64px;
    margin-top:56px;
    display:block;
    margin:56px auto 0px;
}
.productPath {
    padding: 20px 300px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: #091B28;
}
.productContent {
    padding-top: 83px;
    background: #091B28;
}
.productContent .productContent-title {
    font-size: 40px;
    font-weight: bold;
    color: #24A0FF;
    text-align:center;
}
.productContent .productContent-wire {
    width: 90px;
    height: 1px;
    background: #24A0FF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:60px auto;
}
.productContent .productContent-list{
    padding:0px 160px;
}
.productContent .productContent-list .item {
    background: #072A44;
    padding-bottom: 30px;
    margin-bottom: 50px;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    width: calc((100% - 110px) / 3);
    margin-right: 50px;
    text-align: center;
}

.productContent .productContent-list .item:nth-child(3n) {
    margin-right: 0px;
}
.productContent .productContent-list .item img{
    width:100%;
    height:320px;
}
.productContent .productContent-list .item .p1 {
    font-size: 24px;
    margin-top:22px;
    font-weight: 400;
    color: #FFFFFF
}
.productContent .productContent-list .item .p2 {
    width: 129px;
    height: 42px;
    border-radius: 42px 42px 42px 42px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    margin-top: 22px;
    font-size: 14px;
    line-height:42px;
    text-align:center;
    font-weight: 400;
    color: #FFFFFF;
    display:inline-block;
}
.productContent2 {
    padding-top: 83px;
    background: url(product-bg.png) no-repeat 50% 50%;
    background-size: cover;
}

.productContent2 .productContent-title2 {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
}

.productContent2 .productContent-wire2 {
    width: 90px;
    height: 1px;
    background: #fff;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin: 60px auto;
}
.productContent2 .productContent-left-list {
    width: 230px;
    line-height: 106px;
    font-size: 26px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    text-align:center;
    display:inline-block;
}
.productContent2 .productContent-left-list .item {
    background: rgba(255,255,255,0.08);
    margin-bottom:1px;
}
.productContent2 .productContent-list2 {
    padding: 0px 160px 55px;
}
.productContent2 .productContent-list2 .title {
    padding-left:20px;
    height: 59px;
    background: rgba(255,255,255,0.08);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 59px;
}
.productContent2 .productContent-list2 .item2 {
    border-bottom: 1px solid rgba(255,255,255,0.2);
    height: 52px;
}

.productContent2 .productContent-list2 .item2 p {
    text-align: center;
    display: inline-block;
    width: calc(100% / 6);
    line-height: 52px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.productContent .productContent-list3{
    padding:0px 160px;
}
.productContent .productContent-list3 .item {
    background: #072A44;
    margin-bottom: 50px;
    border-radius: 0px 0px 0px 0px;
    display: inline-block;
    width: calc((100% - 110px) / 2);
    margin-right: 50px;
    text-align: center;
}

.productContent .productContent-list3 .item:nth-child(2n) {
    margin-right: 0px;
}
.productContent .productContent-list3 .item img{
    width:calc(100% - 275px);
    height:320px;
}
.productContent .productContent-list3 .item .p1 {
    font-size: 24px;
    margin-top:100px;
    font-weight: 400;
    color: #FFFFFF;
}
.productContent .productContent-list3 .item .p2 {
    width: 129px;
    height: 42px;
    border-radius: 42px 42px 42px 42px;
    opacity: 1;
    border: 1px solid #FFFFFF;
    margin-top: 22px;
    font-size: 14px;
    line-height:42px;
    text-align:center;
    font-weight: 400;
    color: #FFFFFF;
    display:inline-block;
}
.productContent2 .download{
    padding:0px 160px 50px;
}
.productContent2 .download .download-title {
    font-size: 16px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
}
.productContent2 .download .download-list{
    margin-top:27px;
}
.productContent2 .download .download-list .item {
    display: inline-block;
    margin-right: 50px;
    font-size: 14px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #24A0FF;
    cursor: pointer; 
}
.productContent2 .download .download-list .item img{
    width:20px;
    margin-right:10px;
}
.productContent2 .img-list{
    padding:0px 160px 50px;
}
.productContent2 .img-list img{
    width:calc((100% - 60px) / 2);
    margin-right:50px;
    margin-bottom:50px;
}
.productContent2 .img-list img:last-child{
    margin-right:0px;
}
.productInfoPath {
    color:#fff;
    padding: 80px 160px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.06);
    background: #04131E;
}
.productInfo-content {
    padding: 60px 160px;
    display: flex;
    background: #04131E;
    justify-content:space-between;
}
.productInfo-content .left{
    width:30%;
    border: 1px solid rgba(255,255,255,0.2);
    padding:10px;
}
.productInfo-content .left img{
    width:100%;
}
.productInfo-content .right{
    width:48%;
}
.productInfo-content .right .title {
    font-size: 34px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom:34px;
}
.productInfo-content .right p {
    font-size: 18px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #7a8288;
    margin-bottom: 21px;
}
    .productInfo-content .right .text {
        font-size: 16px;
        font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
        font-weight: 400;
        color: #787C80;
        height: auto;
        overflow-wrap: break-word;  
    }
.productInfo-content .right .btn {
    cursor: pointer; 
    width: 180px;
    height: 64px;
    background: linear-gradient(90deg, #72C2FF 0%, #1198FF 100%);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    font-size: 24px;
    font-family: Microsoft YaHei UI-Regular, Microsoft YaHei UI;
    font-weight: 400;
    color: #04131E;
    line-height: 64px;
    margin-top:50px;
    text-align:center;
}
    .contactTop {
    background: url(contactTop.png) no-repeat 50% 50%;
    background-size: cover;
    height: 600px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 600px;
    text-align: center;
}
.contactUs {
    background: #04131E;
    padding: 0px 360px;
    
    overflow: hidden;
}
.contactUs .contactUs-logo {
    margin: 60px auto;
    text-align: center;
}
.contactUs .contactUs-logo img {
    width: 74px;
}
.contactUs .form-list .item{
    margin-bottom:87px;
}
.contactUs .form-list .item .title {
    font-size: 20px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 23px;
    margin-bottom:20px;
    text-align:left;
}
    .contactUs .form-list .item input {
        width: 100%;
        background: #04131E;
        height: 60px;
        border-bottom: 1px solid rgba(217,217,217,0.2);
    }
.contactUs .title {
    text-align:center;
    font-size: 34px;
    font-family: Microsoft YaHei UI-Bold, Microsoft YaHei UI;
    font-weight: bold;
    color: #FFFFFF;
}
.contactUs .wire {
    width: 60px;
    height: 1px;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    margin:20px auto;
}
.newsListTop {
    background: url(newsListTop.png) no-repeat 50% 50%;
    background-size: cover;
    height: 600px;
    font-size: 60px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 600px;
    text-align: center;
}
.newsListBox {
    padding: 60px 160px;
    min-height:626px;
    background: #002D50;
}
.newsListBox .title {
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}
.newsListBox .title .left{
     font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
}
.newsListBox .title .left img{
    width:13px;
    margin-right:14px;
}
.newsListBox .title .right{
    display:flex;
}
.newsListBox .title .right .input-icon1{
     width: 240px;
     height:45px;
    background: #002846;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #1D5078;
    padding:0px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-right:20px;
}
.newsListBox .title .right .input-icon1 input{
    background: #002846;
    height: 40px;
}
.newsListBox .title .right .input-icon2{
     width: 240px;
    height: 45px;
    background: #002846;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #1D5078;
    padding:0px 20px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}
.newsListBox .title .right .input-icon2 input{
    background: #002846;
    height: 40px;
}
.newsListBox .title .right .input-icon2 select{
    background: #002846;
    height: 40px;
    border:none;
    font-size: 16px;
    font-weight: 400;
    color: #295474;
    width:100%;
}
.newsListBox .title .right .input-icon2 select .option {
}
.newsListBox .title .right input::placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #295474;
}
.newsListBox .title .right input {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    margin-right:10px;
    width:100%;
}

.newsListBox .title .right img {
    width: 16px;
}

.newsListBox .newsList .item {
    width: calc((100% - 135px)/4);
    background:#005699;
    margin-right:40px;
    margin-bottom:40px;
    display:inline-block;
    cursor:pointer;
}
.newsListBox .newsList .item:nth-child(4n) {
    margin-right: 0px;
}
.newsListBox .newsList .item img{
    width:100%;
    height: 208px;
}

.newsListBox .newsList .item .title {
    display:block;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 14px;
    padding: 20px 30px 0px;
    position: relative;
}

.newsListBox .newsList .item .title::before {
    position: absolute;
    width: 11px;
    height: 11px;
    background-size: 100%;
    margin: 0 auto;
    background: url(newsListIcon3.png);
    content: '';
    bottom:11px;
    left: 11px;
}
.newsListBox .newsList .item .content {
    height: 48px;
    color: rgba(255,255,255,0.4);
    font-size: 16px;
    margin-bottom: 19px;
    font-weight: 400;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding:0px 30px;
}
.newsListBox .newsList .item .time .img {
    width: 48px;
    height: 26px;
}

.newsListBox .newsList .item .time {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0px 30px 20px;
}

.newsListBox .newsList .item .time span {
    font-weight: 400;
    color: rgba(255,255,255,0.26);
    margin-bottom: 5px;
    font-size: 16px;
}
@media screen and (max-width: 1440px) {
    .g-in {
    padding-left: 15px;
    padding-right: 15px;
}
}

@media screen and (max-width: 1280px) {
    .nav {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    body {
        /*padding-top: 70px !important;*/
    }
    .lunbo {
        font-size: 20px !important;
        line-height: 60vh !important;
    }
    .select-box{
        width:100%;
    }
    .newsInfoBottom{
        padding:20px;
        display:block;
    }
    .newsInfoBox .title {
        padding:20px;
    }
    .newsInfoBox .path {
        padding: 20px;
    }
    .newsInfoBottom .left{
        width:100%;
        margin-bottom:20px;
    }
    .newsInfoBottom .right{
        width:100%;
    }
    .newsInfoTop {
        font-size: 20px;
        height: 180px;
        line-height: 180px;
    }
    .newsListTop {
        font-size: 20px;
        height: 180px;
        line-height: 180px;
    }
    .newsInfoBox{
        min-height:50vh;
    }
    .newsListBox .title {
        display: block;
    }
    .newsListBox{
        padding:25px 20px;
        min-height:405px;
    }
    .newsListBox .title .right{
        display:block;
    }
    .newsListBox .title .left{
        font-size:20px;
        margin-bottom:20px;
    }
    .newsListBox .title .right .input-icon1{
        width:100%;
        margin-bottom:10px;
    }
    .newsListBox .title .right .input-icon1 .content{
        padding:0px;
    }
    .newsListBox .newsList .item{
        width:100%;
        margin-right:0px;
        margin-bottom:20px;
    }
    .newsListBox .title .left img {
        width: 11px;
        margin-right: 8px;
        margin-bottom: 4px;
    }
    .newsListBox .newsList .item .title::before{
        width:9px;
        height:9px;
        bottom: 6px;
        left: 15px;
        background-size:100% 100%;
    }
    .newsListBox .newsList .item .title{
        font-size:15px;
        margin-bottom:0px;
    }
    .newsListBox .newsList .item .content{
        font-size:14px;
        margin:0px;
    }
    .newsListBox .newsList .item .time{
        font-size:14px;
    }
    .right_div_en {
        margin-right: 50px;
        margin-top: 25px !important;
    }
    .navbar-toggle {
        display: block;
    }   
    .header{
        height: 70px;
    }
    .logo img{
        margin-top:10px;
    }
    .navbar-toggle {
        width: 70px;
        height: 70px;
        padding: 20px;
    }

        .navbar-toggle .icon-bar {
            width: 30px;
        }

            .navbar-toggle .icon-bar:nth-child(1) {
                top: 25px;
            }

            .navbar-toggle .icon-bar:nth-child(2) {
                top: 34px;
            }

            .navbar-toggle .icon-bar:nth-child(3) {
                bottom: 25px;
            }
}

.section {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.footer {
    background: rgb(22,27, 35);
    height: 38px;
}

    .footer .g-in {
        padding-top: 50px;
        padding-bottom: 50px;
        max-width: 1680px;
        margin: 0 auto;
        padding-right: 0;
        padding-left: 0;
    }

    .footer .ft-logo {
        float: left;
        width: 240px;
        font-size: 18px;
        color: rgb(255, 255, 255);
        line-height: 34px;
        text-align: center;
    }

        .footer .ft-logo img {
            display: block;
            margin: 0 auto 22px;
        }

    .footer .ct {
        float: left;
        padding: 0 48px;
        border-left: 1px solid rgb(46, 50, 57);
        border-right: 1px solid rgb(46, 50, 57);
    }

    .footer dl {
        float: left;
        padding: 0 20px;
        font-size: 14px;
        line-height: 30px;
    }

        .footer dl dt {
            margin-bottom: 13px;
            color: #fff;
        }

        .footer dl dd,
        .footer dl dd a {
            color: #b6b6b6;
        }

    .footer .rt {
        position: relative;
        float: left;
        min-width: 500px;
        padding-left: 48px;
    }

        .footer .rt dt {
            font-size: 16px;
        }

        .footer .rt .code {
            position: absolute;
            top: 6px;
            right: 0;
        }

            .footer .rt .code img {
                margin-right: 15px;
            }

    .footer .copyright {
        padding: 9px;
        line-height: 20px;
        background: #003A67;
        font-size: 12px;
        color: rgba(255,255,255,0.5);
        text-align: center;
    }

        .footer .copyright a {
            color: rgba(255,255,255,0.5);
        }

    .footer .copyright a:hover {
        color: #fff;
    }

@media screen and (max-width: 1520px) {
    .footer dl {
        padding: 0 10px;
    }
}

@media screen and (max-width: 1360px) {
    .footer dl {
        padding: 0 10px;
    }
}

@media screen and (max-width: 768px) {
    .contactUs{
        padding:20px;
    }
    .contactUs-logo{
        margin:0px;
    }
    .contactUs .contactUs-logo {
        margin: 0px;
    }
    .contactUs .title{
        font-size:20px;
        margin-top:10px;
    }
    .contactUs .form-list .item .title{
        font-size:14px;
        margin-bottom:0px;
    }
    .contactUs .form-list .item{
        margin-bottom:30px;
    }
    .contactUs .form-list .item .up {
        margin-top: 20px;
    }
    .contactUs .form-list .item .up .p1{
        font-size:20px;
    }
    .contactUs .form-list .item .up .p2{
        width: 144px;
        height: 50px;
        font-size:20px;
        line-height:50px;
    }
    .contactUs .form-list .btn {
        width: 202px;
        height: 60px;
        font-size: 20px;
        line-height: 60px;
    }
    .contactUs .contactUs-logo img {
        width: 48px;
    }
    .productInfo-content .right .btn {
        width: 144px;
        height: 50px;
        font-size: 20px;
        line-height: 50px;
    }
    .productClassTop {
        font-size: 20px;
        height: 180px;
        line-height: 180px;
    }
    .productClassBox1{
        padding:30px 20px;
        height:auto;
    }
    .productClassBox2 {
        padding: 30px 20px 0px;
        height: auto;
    }
    .productClassBox2 .title img{
        width: 150px !important;
        margin-bottom: 10px;
    }
    .productClassBox2 .title p {
        font-size: 14px;
    }
    .productClassBox1 .title img {
        width: 85px;
        margin-bottom: 10px;
    }
    .productClassBox1 .title .wire {
        display:none;
    }
    .productClassBox2 .title .wire {
        display: none;
    }
    .productClassBox1 .title p{
        font-size:14px;
    }
    .productClassBox2 .title {
        display: block;
    }
    .productClassBox1 .title {
        display: block;
    }
    .productClassBox2 .title img{
        width:100%;
    }
    .productClassBox1 .content .item {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .productClassBox2 .list .item {
        margin-right: 0px;
        margin-bottom: 20px;
        width: 100%;
    }
    .productClassBox1 .content img{
        height:200px;
    }
    .productClassBox2 .list .item img {
        height: 174px;
    }
    .productClassBox1 .content .p1 {
        font-size: 18px;
        margin-top: 15px;
    }
    .productClassBox1 .content .p2{
        width:100px;
        height:34px;
        font-size:14px;
        line-height:34px;
        margin-top:10px;
    }
    .productClassBox2 .list .item .p1{
        font-size:18px;
    }
    .productClassBox2 .list .item .p2{
        font-size:14px;
    }
    .productClassBottom{
        font-size:20px;
    }
    .productClassBottom .btn{
        width:123px;
        height:34px;
        line-height:34px;
        font-size:14px;
        margin-top:20px;
    }
    .productClassBottom .btn img{
        width:14px !important;
    }

    .productPath {
        padding: 20px;
    }
    .productContent {
        padding-top:25px;
    }
    .productContent .productContent-title{
        font-size:20px;
    }
    .productContent .productContent-wire{
        width:43px;
        margin:18px auto 30px;
    }
    .productContent .productContent-list{
        padding:0 20px;
    }
    .productContent .productContent-list .item{
        margin-right:0px;
        width:100%;
    }
    .productContent .productContent-list .item img{
        height:200px;
    }
    .productContent .productContent-list .item .p1{
        font-size:18px;
        margin-top:15px;
    }
    .productContent .productContent-list .item .p2{
        font-size:14px;
        width:123px;
        height:34px;
        line-height:34px;
        margin-top:10px;
    }
    .productContent2{
        padding-top:27px;
    }
    .productContent2 .productContent-title2{
        font-size:20px;
    }
    .productContent2 .productContent-wire2{
        width:43px;
        margin-top:18px;
        margin-bottom:20px;
    }
    .productContent2 .productContent-list2 {
        padding:0px 20px 20px;
    }
    .productContent-list2{
        overflow-y:auto;
    }
    .productContent2 .download{
        padding:20px;
    }
    .productContent2 .img-list {
        padding: 20px;
    }
    .productContent2 .img-list img{
        margin-right:0px;
        width:100%;
    }
    .productContent .productContent-list3 {
        padding: 20px;
    }
    .productContent .productContent-list3 .item{
        margin-right:0px;
        width:100%;
    }
    .productContent .productContent-list3 .item .item-div{
        display:block !important;
    }
    .productContent .productContent-list3 .item img{
        height:200px;
        width:100%;
    }
    .productContent .productContent-list3 .item .p1{
        margin-top:15px;
    }
    .productContent .productContent-list3 .item .p2{
        margin-top:10px;
        margin-bottom:20px;
    }
    .productInfoPath{
        padding:100px 20px 20px;
    }
    .productInfo-content{
        padding:20px;
        display:block;
    }
    .productInfo-content .left{
        width:100%;
    }
    .productInfo-content .right{
        width:100%;
    }
    .firstRow td {
        min-width: 80px;
    }
    .contactTop {
        font-size: 20px;
        height: 180px;
        line-height: 180px;
    }
    .footer {
        height: auto;
    }

        .footer .g-in {
            padding: 10% 5% 5%;
            max-width: inherit;
        }

        .footer .ft-logo {
            float: none;
            width: auto;
        }

            .footer .ft-logo img {
                display: block;
                margin: 0 auto 5px;
            }

        .footer .ct {
            display: none;
        }

        .footer dl {
            float: none;
            padding: 5% 0;
        }

            .footer dl dt {
                margin-bottom: 0;
            }

        .footer .rt {
            position: relative;
            float: left;
            padding-left: 0;
            float: none;
            min-width: auto;
        }

            .footer .rt dt {
                font-size: 16px;
            }

            .footer .rt .code {
                position: relative;
                top: 0;
                text-align: center;
                left: 0;
            }

                .footer .rt .code img {
                    display: block;
                    margin: 0 auto;
                }
}


.section2 .line {
    background-repeat: no-repeat;
    background-image: url(https://www.lays.com.cn/images/story/mc2_5.png);
    position: absolute;
    left: 322px;
    top: 0;
    width: 319px;
    height: 0;
    z-index: 258;
    transition: all 5s ease;
    overflow: hidden;
    transform-origin: 0 0 0;
}

.section2.active .line {
    height: 800px;
}
.right_div_en {
    cursor: pointer;
    margin-top: 20px;
    float: right;
    width: 60px;
    height: 20px;
    background: #555657;
    border-radius: 9px 9px 9px 9px;
    opacity: 1;
    line-height: 20px;
}
    .right_div_en .div1 {
        width: 30px;
        height: 20px;
        display: inline-block;
        background: #37A8FF;
        border-radius: 9px 9px 9px 9px;
        opacity: 1;
        color: #fff;
        text-align: center;
        padding: 2px;
    }
    .right_div_en .div2 {
        height: 20px;
        display: inline-block;
        color: #AFB1B2;
        text-align: center;
        padding: 2px;
    }
.lunbo {
    font-size: 60px;
    text-align: center;
    line-height: 100vh;
}