@import url(f-style.css);
@import url(font-awesome.min.css);
@import url(swiper.min.css);
@import url(animate.css);

/*字体*/

@font-face {
    font-weight: normal;
    font-family: "opensans-normal";
    src        : url("../fonts/OPENSANS-REGULAR.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "opensans-bold";
    src        : url("../fonts/OPENSANS-BOLD.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "opensans-bolder";
    src        : url("../fonts/OPENSANS-SEMIBOLD.TTF") format("truetype");
}

@font-face {
    font-weight: normal;
    font-family: "DIN-Regular";
    src        : url("../fonts/DIN-Regular.otf") format("opentype");
}


/*初始化*/

* {
    padding                    : 0;
    margin                     : 0;
    outline                    : none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing         : border-box;
    -moz-box-sizing            : border-box;
    box-sizing                 : border-box;
}

html {
    font-size               : calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust    : 100%;
    -webkit-font-smoothing  : antialiased;
    -moz-osx-font-smoothing : grayscale;
}

body {
    min-height : 100%;
    font-family: 'opensans-normal', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size  : 16px;
    line-height: 1.5;
    color      : #333;
    background : #f5f5f7 !important;
}

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

li {
    list-style: none;
}

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

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
button {
    -webkit-appearance: none;
    border-radius     : 0;
}

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

textarea {
    resize  : none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border     : 0;
    font-family: inherit;
    font-size  : inherit;
    color      : inherit;
    background : transparent;
}


/* placeholder修改 */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999 !important;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color  : #999 !important;
    opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color  : #999 !important;
    opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999 !important;
}

select {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    white-space       : nowrap;
    -webkit-appearance: none;
    -moz-appearance   : none;
    appearance        : none;
}

select::-ms-expand {
    display: none;
}


/*公共样式*/

.c-clear {
    zoom: 1;
}

.c-clear:after {
    content: '';
    display: block;
    clear  : both;
}

.c-fl {
    float: left;
}

.c-fr {
    float: right;
}

.c-container {
    position: relative;
    margin  : 0 auto;
    width   : 83.333333%;
}

@media (max-width: 972px) {
    .c-container {
        padding: 0 20px;
        width  : 100%;
    }
}

.c-container2 {
    position: relative;
    margin  : 0 auto;
    width   : 72.91666%;
}

@media (max-width: 1500px) {

    .c-container2,
    .c-container {
        width  : 100%;
        padding: 0 3%;
    }
}

@media (max-width: 972px) {
    .c-container2 {
        width  : 100%;
        padding: 0 3%;
    }
}

.c-margin0 {
    margin: 0 !important;
}

.c-font-bold {
    font-family: "opensans-bold";
}

.c-font60 {
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    .c-font60 {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-font60 {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-font40 {
    font-size  : 40px;
    line-height: 50px;
}

@media (max-width: 1580px) {
    .c-font40 {
        font-size  : 34px;
        line-height: 44px;
    }
}

@media (max-width: 748px) {
    .c-font40 {
        font-size  : 24px;
        line-height: 34px;
    }
}

.c-font30 {
    font-size  : 30px;
    line-height: 1.5;
}

@media (max-width: 1580px) {
    .c-font30 {
        font-size  : 24px;
        line-height: 34px;
    }
}

@media (max-width: 748px) {
    .c-font30 {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-font24 {
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 1580px) {
    .c-font24 {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    .c-font24 {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-bgColor1 {
    background: #F5F5F5;
}

.c-bgColor2 {
    background: #fff;
}

.c-ptb120 {
    padding-top   : 62px;
    padding-bottom: 62px;
}


@media (max-width: 748px) {
    .c-ptb120 {
        padding-top   : 40px;
        padding-bottom: 40px;
    }
}

.c-pt120 {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    .c-pt120 {
        padding-top: 80px;
    }
}

@media (max-width: 748px) {
    .c-pt120 {
        padding-top: 60px;
    }
}

.c-pb120 {
    padding-bottom: 80px;
}

@media (max-width: 1580px) {
    .c-pb120 {
        padding-bottom: 80px;
    }
}

@media (max-width: 748px) {
    .c-pb120 {
        padding-bottom: 60px;
    }
}

.c-common-btn1 {
    position     : relative;
    z-index      : 2;
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #fff;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #fff;
    transition   : all 0.5s;
    overflow     : hidden;
    cursor       : pointer;
}

.c-common-btn1::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #e36210;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

.c-common-btn1:hover {
    color       : #fff;
    border-color: #e36210;
}

.c-common-btn1:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

.c-common-btn1.c-dt:hover {
    color       : #333;
    background  : transparent;
    border-color: #333;
}

.c-common-btn1.c-dt:hover::before {
    width: 0;
}

@media (max-width: 1260px) {
    .c-common-btn1 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}

.c-common-btn2 {
    position     : relative;
    z-index      : 2;
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #e36210;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #fff;
    transition   : all 0.5s;
    overflow     : hidden;
    background   : #e36210;
    cursor       : pointer;
}

.c-common-btn2::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

.c-common-btn2:hover {
    border-color: #f18643;
}

.c-common-btn2:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

@media (max-width: 1260px) {
    .c-common-btn2 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}

.c-common-btn3 {
    display      : inline-block;
    width        : 180px;
    height       : 58px;
    border       : 1px solid #fff;
    border-radius: 3px;
    text-align   : center;
    line-height  : 56px;
    color        : #fff;
    transition   : all 0.5s;
    overflow     : hidden;
}

.c-common-btn3hover {
    background  : #e36210;
    border-color: #e36210;
}

.c-common-btn3.c-dt:hover {
    background  : #fff;
    border-color: #fff;
}

@media (max-width: 1260px) {
    .c-common-btn3 {
        width      : 110px;
        height     : 46px;
        line-height: 44px;
    }
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 100px;
}

@media (max-width: 972px) {
    #c-placeholder {
        height: 60px;
    }
}


/*顶部*/

#c-header {
    position   : fixed;
    top        : 0;
    left       : 0;
    z-index    : 900;
    width      : 100%;
    line-height: 100px;
    text-align : center;
    color      : #333;
    transition : all 0.5s;
}

#c-header.c-head-move {
    top: -100px;
}

#c-header.c-style2 {
    color     : #333;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

@media (max-width: 972px) {
    #c-header {
        line-height: 60px;
    }
}

#c-header a {
    color     : #333;
    transition: all 0.5s;
}

#c-header.c-style2 a {
    color: #333;
}

#c-header .c-container {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    height         : 100px;
}

@media (max-width: 972px) {
    #c-header .c-container {
        height: 60px;
    }
}

#c-header .c-right-box {
    display    : flex;
    align-items: center;
}


/*顶部logo*/

#c-header .c-logo {
    position   : relative;
    z-index    : 3;
    display    : flex;
    align-items: center;
}

#c-header .c-logo .c-img-box {
    display    : flex;
    align-items: center;
}



#c-header .c-logo .c-text {
    display    : inline-block;
    margin-left: 20px;
    font-family: "opensans-bolder";
    transition : all 0.5s;
    line-height: 1;
    margin-top : 10px;
    color      : #333;
}

.c_nav_a {
    font-size: 20px;
}

#c-header .c-logo .c-text:hover {
    color: #e36210;
}

@media (max-width: 1260px) {
    #c-header .c-logo .c-text {
        margin-left: 10px;
    }
}

@media (max-width: 748px) {
    #c-header .c-logo .c-text {
        display: none;
    }
}

#c-header.c-style3 .c-logo .c-text {
    color: #fff;
}

#c-header.c-style2 .c-logo .c-text {
    color: #333;
}


/*顶部pc导航*/

#c-header .c-nav {
    position       : absolute;
    top            : 0;
    left           : 0;
    z-index        : 1;
    width          : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-family    : "opensans-bolder";
}

@media (max-width: 1260px) {
    #c-header .c-nav {
        padding-right  : 60px;
        justify-content: flex-end;
    }
}

@media (max-width: 972px) {
    #c-header .c-nav {
        display: none;
    }
}

#c-header .c-nav>li {
    position    : relative;
    margin-right: 40px;
}

#c-header .c-nav>li:last-child {
    margin-right: 0;
}

@media (max-width: 1260px) {
    #c-header .c-nav>li {
        margin-right: 15px;
    }
}

#c-header .c-nav li a {
    position          : relative;
    display           : block;
    -webkit-transition: all 0.5s;
    transition        : all 0.5s;
    color             : #fff;
}

#c-header .c-nav li a i {
    margin-left: 8px;
    font-size  : 20px;
}

#c-header .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #e36210;
}

#c-header .c-nav ul {
    position         : absolute;
    top              : 99%;
    left             : 50%;
    display          : none;
    width            : 150px;
    line-height      : 50px;
    background       : #fff;
    box-shadow       : 0 2px 10px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform        : translateX(-50%);
    border-top       : 2px solid #e36210;
}

#c-header .c-nav ul li:last-child {
    border: 0;
}

#c-header .c-nav ul li a {
    font-size: 14px;
    color    : #666;
}

#c-header .c-nav ul li a:hover {
    color     : #fff;
    background: #e36210;
}

#c-header .c-nav .c-list-box {
    display       : none;
    position      : fixed;
    top           : 100px;
    left          : 0;
    width         : 100%;
    background    : #fff;
    border-top    : 1px solid #ddd;
    font-family   : "opensans-normal";
    /* box-shadow : 0 5px 5px rgba(0, 0, 0, 0.05); */
}

#c-header .c-nav .c-list-box .c-container {
    height: auto;
}

#c-header .c-nav .c-list-box .c-item-box {
    display: table;
    margin : 0 auto !important;
    padding: 30px 0;
}

#c-header .c-nav .c-list-box .c-item-box .c-line2 {
    width     : 100%;
    border-top: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item {
    position: relative;
    float   : left;
    padding : 0 15px;
}
#c-header .c-nav .c-list-box .c-item-box .c-item2{
    width: 14%;
}
#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box,
.c-nav_img {
    width: 100%;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a {
    display : inline-block;
    width   : 100%;
    overflow: hidden;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a img {
    width : 100%;
    height: auto;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a p {
    font-size  : 16px;
    color      : #000;
    line-height: 0;
    padding    : 20px 0;
    margin     : 0;

}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box:hover a p {
    color: #e36210;
}

@media (max-width: 1580px) {

    #c-header .c-nav li a {
        font-size: 18px;
    }

    #c-header .c-nav>li {
        margin-right: 20px;
    }
}

/* #c-header .c-nav .c-list-box .c-item-box .c-item .c-img-box a img {
    width: 100%;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-line {
    position   : absolute;
    top        : 30px;
    right      : 0;
    height     : -webkit-calc(40%);
    height     : calc(100% - 60px);
    border-left: 1px solid #ddd;
}

#c-header .c-nav .c-list-box .c-item-box .c-item:nth-child(3n) .c-line {
    display: none;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
    width     : -webkit-calc(-113%);
    width     : calc(100% - 213px);
    text-align: left;
}

@media (max-width: 1580px) {
    #c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box {
        width: -webkit-calc(-50%);
        width: calc(100% - 150px);
    }
} */

.img_p {
    margin   : 0;
    padding  : 0;
    font-size: 16px;
    color    : #000;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a {
    color     : #333;
    transition: all 0.5s;
}

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a img {
    width: 100%;
}

/* 
#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:first-child {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 18px;
    line-height  : 28px;
} */

#c-header .c-nav .c-list-box .c-item-box .c-item .c-text-box a:hover {
    color: #e36210;
}

#c-header.c-style3 .c-nav li>a {
    color: #fff;
}

#c-header.c-style2 .c-nav li>a {
    color: #333;
}

#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: #e36210;
}


/*顶部移动端导航*/

#c-header .c-nav2 {
    position   : absolute;
    top        : 60px;
    left       : 0;
    width      : 100%;
    height     : 0;
    font-size  : 16px;
    line-height: 50px;
    background : #fff;
    overflow-y : auto;
    transition : all 0.5s;
    text-align : left;
}

#c-header .c-nav2>li:last-child {
    border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
    padding   : 0 20px;
    border-top: 1px solid #f1f1f1;
}

#c-header .c-nav2 li .c-title-box {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
}

#c-header .c-nav2 li a {
    color             : #333;
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

#c-header .c-nav2 li a i {
    font-size: 20px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
    color: #e36210;
}

#c-header .c-nav2 li ul {
    display: none;
}

.c-open #c-header .c-nav2 {
    height: calc(100vh - 60px);
    height: -webkit-calc(90vh);
}


/*顶部导航开关*/

#c-header .c-switch {
    position     : relative;
    display      : none;
    width        : 30px;
    height       : 30px;
    cursor       : pointer;
    background   : #e36210;
    border-radius: 3px;
}

@media (max-width: 972px) {
    #c-header .c-switch {
        display: block;
    }
}

#c-header .c-switch i {
    position          : absolute;
    display           : block;
    left              : 5px;
    height            : 2px;
    width             : 20px;
    background        : #fff;
    -webkit-transition: all 0.3s;
    transition        : all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
    top: 8px;
}

#c-header .c-switch i:nth-child(3) {
    bottom: 8px;
}

#c-header .c-switch i:nth-child(2) {
    top       : 50%;
    margin-top: -1px;
}

body.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
    top              : 50%;
    margin-top       : -1px;
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
    bottom           : 50%;
    margin-bottom    : -1px;
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}


/* 顶部功能区 */

#c-header .c-gn {
    position   : relative;
    z-index    : 2;
    display    : flex;
    align-items: center;
}

#c-header .c-gn .c-search {
    margin-right: 50px;
    width       : 20px;
    height      : 20px;
    background  : url(../images/icon/search2.png) no-repeat center / auto 100%;
}

@media (max-width: 1580px) {
    #c-header .c-gn .c-search {
        margin-right: 20px;
    }
}

#c-header .c-gn .c-search:hover {
    background-image: url(../images/icon/search2.png);
}

#c-header .c-gn .c-shop-car {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 180px;
    height         : 58px;
    color          : #fff;
    background     : #e36210;
    border-radius  : 3px;
    font-family    : "opensans-bolder";
    overflow       : hidden;
}

#c-header .c-gn .c-shop-car::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 200px;
    z-index          : -1;
    height           : 200px;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-header .c-gn .c-shop-car:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-header .c-gn .c-shop-car i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/gwc-ico.png) no-repeat center / 100%;
}

@media (max-width: 972px) {
    #c-header .c-gn .c-shop-car i {
        margin-right: 0;
    }
}

@media (max-width: 1260px) {
    #c-header .c-gn .c-shop-car {
        display: none;
        width  : 110px;
        height : 46px;
    }
}

@media (max-width: 972px) {
    #c-header .c-gn .c-shop-car {
        margin-right: 10px;
        width       : 30px;
        height      : 30px;
    }

    #c-header .c-gn .c-shop-car span {
        display: none;
    }
}

#c-header .c-gn form {
    display    : none;
    position   : fixed;
    top        : 100px;
    left       : 0;
    padding    : 14px 0;
    width      : 100%;
    background : #f5f5f5;
    line-height: auto;
    box-shadow : 0 5px 5px rgba(0, 0, 0, 0.1);
}

@media (max-width: 972px) {
    #c-header .c-gn form {
        top: 60px;
    }
}

#c-header .c-gn form .c-container {
    height: 73px;
}

@media (max-width: 972px) {
    #c-header .c-gn form .c-container {
        height: 40px;
    }
}

#c-header .c-gn form .c-close {
    position  : absolute;
    top       : 50%;
    right     : 0;
    margin-top: -10px;
    width     : 20px;
    height    : 20px;
    background: url(../images/icon/close4.png) no-repeat center / 100%;
    cursor    : pointer;
}

@media (max-width: 972px) {
    #c-header .c-gn form .c-close {
        right: 20px;
    }
}

#c-header .c-gn form .c-box {
    display      : flex;
    align-items  : flex-start;
    height       : 75px;
    margin       : 0 auto;
    width        : 70%;
    max-width    : 1000px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 972px) {
    #c-header .c-gn form .c-box {
        margin: 0;
        height: 40px;
        width : -webkit-calc(60%);
        width : calc(100% - 40px);
    }
}

#c-header .c-gn form .c-box input {
    width      : -webkit-calc(30%);
    width      : calc(100% - 70px);
    height     : 50px;
    height     : 100%;
    line-height: 100%;
}

#c-header .c-gn form .c-box button {
    float      : left;
    width      : 70px;
    height     : 100%;
    font-size  : 16px;
    line-height: 100%;
    color      : #e36210;
    cursor     : pointer;
}

#c-header .c-gn .c-phone {
    display    : flex;
    align-items: center;
}

#c-header .c-gn .c-phone i {
    margin       : 0 10px 0 30px;
    width        : 30px;
    height       : 30px;
    border       : 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    line-height  : 28px;
}

@media (max-width: 1900px) {
    #c-header .c-gn .c-phone i {
        margin: 0 5px 0 15px;
    }
}

#c-header .c-gn .c-phone span {
    font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone i {
    border: 1px solid rgba(222, 47, 9, 0.2);
}

#c-header.c-style2 .c-gn .c-phone {
    color: #e36210;
}

#c-header.c-style2 .c-search {
    background-image: url(../images/icon/search2.png);
}


/*首页轮播图*/


/*--------------------------------------------------------------
# Banner One 首页banner
--------------------------------------------------------------*/

.c-banner1 {
    overflow: hidden;
    position: relative;
}

.c-banner1 .swiper-slide {
    position        : relative;
    background-color: var(--moniz-black, #1e1e22);
}

.c-banner1 .swiper-slide::before {
    position  : absolute;
    top       : 0;
    left      : 0;
    right     : 0;
    bottom    : 0;
    width     : 100%;
    height    : 100%;
    content   : "";
    background: rgb(0, 0, 0, 0.35);
}

.c-banner1 .swiper-slide img {
    width              : 100%;
    max-height         : 100vh;
    background-repeat  : no-repeat;
    background-position: center;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-pc {
        display: none;
    }
}

.c-banner1 .swiper-slide .c-mb {
    display: none;
}

@media (max-width: 748px) {
    .c-banner1 .swiper-slide .c-mb {
        display: block;
    }
}

.c-banner1 .swiper-slide video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    .c-banner1 .swiper-slide video {
        display: none;
    }
}

.c-banner1 .swiper-button-next:hover,
.c-banner1 .swiper-button-prev:hover {
    opacity: 1;
}

.c-banner1 .swiper-pagination {
    bottom: 40px;
}

.c-banner1 .swiper-pagination-bullet {
    position     : relative;
    opacity      : 1;
    margin       : 0 !important;
    width        : 150px;
    height       : 2px;
    background   : #FFFFFF;
    border-radius: 0;
}

@media (max-width: 1580px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 80px;
    }
}

@media (max-width: 972px) {
    .c-banner1 .swiper-pagination-bullet {
        width: 50px;
    }
}

.c-banner1 .swiper-pagination-bullet span {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 0;
    height    : 100%;
    background: #e36210;
    transition: 0s;
}

.c-banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active span {
    width     : 100%;
    transition: 5s linear;
    background: #e36210;
}

.c-banner1 .c-box {
    position  : absolute;
    top       : 2.3rem;
    left      : 0;
    z-index   : 3;
    width     : 100%;
    text-align: center;
}

@media (max-width: 972px) {
    .c-banner1 .c-box {
        top: 5rem;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box {
        top: 6rem;
    }
}

.c-banner1 .c-box .c-title {
    font-family: "opensans-bold";
    font-size  : 72px;
    line-height: 82px;
    color      : #fff;
    margin-top : 10%;
}

@media (max-width: 1580px) {
    .c-banner1 .c-box .c-title {
        font-size  : 54px;
        line-height: 64px;
    }
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-banner1 .c-box .c-text {
    padding    : 30px 0 35px;
    font-size  : 24px;
    line-height: 34px;
    color      : #fff;
}

@media (max-width: 748px) {
    .c-banner1 .c-box .c-text {
        padding    : 20px 0 25px;
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner1 .c-box .c-btn-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #fff;
    border-color   : #fff;
}

.c-banner1 .c-box .c-btn-box a:first-child {
    margin-right: 20px;
}

.c-banner1 .c-box .c-btn-box a:last-child {
    margin-right: 0;
}

.c-banner1 .on {
    color: #fff;
}

.c-banner1 .on .c-common-btn1 {
    border-color: #fff;
    color       : #fff;
    background  : transparent;
}

.c-banner1 .on .c-common-btn1:hover {
    border-color: #e36210;
}


/* 底部 */

/* footer */
.footer_area {
    padding   : 82px 0 30px;
    background: #1F1F1F;
    position  : relative;
}

.footer_main {
    width    : 100%;
    display  : flex;
    flex-wrap: wrap;
}

.footer_area .f-contact {
    width: 45%;
}

.footer_area .f-content {
    width: 55%;
}

.footer_list {
    margin-top: 30px;
}

.footer_list li p {
    margin   : 0;
    padding  : 0;
    font-size: 14px;
    color    : #fff;
}

.footer_list .social_icon a {
    width        : 40px;
    height       : 40px;
    line-height  : 40px;
    background   : rgb(252, 251, 251, 0.65);
    border-radius: 50%;
    font-size    : 18px;
    color        : #fff;
    text-align   : center;
    margin       : 30px 10px 0;
}

.footer_list .social_icon a:hover {
    background: #096b99;
}

.footer_widget h3 {
    font-size  : 18px;
    color      : #fff;
    font-weight: 300;
}

.footer_widget .cild_p {
    display       : flex;
    flex-direction: column;
    margin-top    : 25px;
}

.footer_widget .cild_p a {
    font-size: 13px;
    color    : #fff;
    margin   : 5px 0;
}

.footer_widget {
    float       : left;
    padding-left: 4%;
}

.footer_widget:last-child {
    margin-right: 0;
}

.footer_bottom {
    width      : 100%;
    display    : inline-block;
    margin     : 30px 0 0;
    border-top : 1px solid rgb(252, 250, 250, 0.65);
    padding-top: 30px;
}

.footer_bottom p {
    font-size : 14px;
    color     : #fff;
    text-align: center;
    margin    : 0;
    padding   : 0;
}

.footer_bottom p a {
    font-size: 14px;
    color    : #fff;
}

.footer_bottom p a:hover {
    color: rgb(247, 243, 243, 0.65);
}

.site-footer-top-bg {
    position           : absolute;
    top                : 0;
    bottom             : 0;
    left               : 0;
    right              : 0;
    background-repeat  : no-repeat;
    background-size    : cover;
    background-position: center;
    opacity            : 0.02;
    z-index            : -1;
}

/*  */


/* 顶部banner */

#c-top-banner {
    position: relative;
}

#c-top-banner::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.2);
}

#c-top-banner img {
    width: 100%;
}

#c-top-banner .c-box {
    position         : absolute;
    top              : 50%;
    left             : 0;
    width            : 100%;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

#c-top-banner .c-box .c-title {
    font-size  : 48px;
    line-height: 1.5;
    color      : #fff;
}

#c-top-banner .c-container {
    display        : flex;
    justify-content: center;
    align-items    : center;
}


/* 顶部菜单 */

#c-top-menu {
    background   : #f7f7f7;
    border-bottom: 1px solid #fafafa;
}

#c-top-menu .c-list {
    position     : relative;
    display      : flex;
    align-items  : flex-start;
    overflow-x   : auto;
    margin-bottom: -1px;
}

#c-top-menu .c-list li {
    flex        : none;
    margin-right: 0.4rem;
    line-height : 80px;
    width       : 190px;
}

#c-top-menu .c-list li a {
    position  : relative;
    display   : block;
    color     : #666;
    transition: 0.5s;
}

#c-top-menu .c-list li a::before {
    content      : "";
    position     : absolute;
    bottom       : 0;
    left         : 0;
    width        : 0;
    border-bottom: 2px solid #e36210;
    transition   : 0.5s;
}

#c-top-menu .c-list li.on a,
#c-top-menu .c-list li a:hover {
    color: #e36210;
}

#c-top-menu .c-list li.on a::before,
#c-top-menu .c-list li a:hover::before {
    width: 100%;
}

#c-top-menu.c-click-move .c-list li {
    width : 25%;
    margin: 0;
}


/* 地图 */

.c-map {
    width     : 100%;
    height    : 100%;
    background: #f5f5f5;
}

.c-map .map-title {
    font-size  : 16px;
    font-weight: bold;
    color      : #e36210;
}

.c-map .map-content {
    font-size: 12px;
    color    : #222;
}

.c-map .anchorBL {
    display: none;
}


/* 分享 */

div.bsLogoLink,
#bsBox .bsTop,
#bsBox #bsMorePanel {
    width: 100% !important;
}

.bFind-wrapper-top {
    height: 26px !important;
}

#bsBox #bsMorePanel {
    height: 373px !important;
}

.bsPlatDiv {
    height: 312px !important;
}

.bFind {
    width: 204px !important;
}

#bsBox {
    height     : 408px !important;
    width      : 276px !important;
    margin-left: -138px !important;
}

.bsTop {
    width: 208px !important;
}

.bsFrameDiv div {
    width : 208px !important;
    height: 208px !important;
}

.bsFrameDiv img {
    width : 166px !important;
    height: 166px !important;
}


/* 上下页 */

#c-prev-next {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#c-prev-next a {
    max-width  : 46%;
    display    : flex;
    align-items: center;
    font-size  : 16px;
    line-height: 24px;
    color      : #666;
    transition : 0.5s;
}

#c-prev-next a:hover {
    color: #e36210;
}

#c-prev-next .prev i {
    margin-right  : 10px;
    font-size     : 20px;
    vertical-align: middle;
}

#c-prev-next .next i {
    margin-left   : 10px;
    font-size     : 20px;
    vertical-align: middle;
}

@media (max-width: 748px) {
    #c-prevNext {
        margin: -5px 0;
    }

    #c-prevNext a {
        margin: 5px 0;
    }

    #c-prevNext .prev i {
        margin-right: 10px;
    }

    #c-prevNext .next i {
        margin-left: 10px;
    }
}


/* 分页 */

.c-page {
    padding-top    : 100px;
    display        : flex;
    justify-content: center;
    align-items    : flex-start;
    color          : #666;
    font-size      : 16px;
    line-height    : 40px;
}

.c-page a {
    margin    : 5px;
    display   : block;
    width     : 40px;
    text-align: center;
    background: #f9f9f9;
    color     : #666;
    transition: 0.5s;
}

.c-page a:hover,
.c-page a .on {
    color     : #fff;
    background: #e36210;
}

.c-page .prev,
.c-page .next {
    width: 100px;
}

@media (max-width: 748px) {
    .c-page a {
        display: none;
    }

    .c-page .prev,
    .c-page .next {
        display: inline-block;
    }
}


/* 公共标题 */

.c-common-title {
    text-align: center;
}

.c-common-title .c-title {
    margin-bottom: 60px;
    font-size    : 60px;
    font-family  : "opensans-bold";
    color        : #1A1A1A;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    .c-common-title .c-title {
        margin-bottom: 30px;
        font-size    : 40px;
        line-height  : 50px;
    }
}

@media (max-width: 748px) {
    .c-common-title .c-title {
        margin-bottom: 30px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-about {
    background: rgba(0, 173, 187, 0.05);
}

#c-about .c-list {
    margin     : 0 -15px -30px;
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

#c-about .c-list li {
    padding: 0 15px 30px;
    width  : 25%;
}

@media (max-width: 1260px) {
    #c-about .c-list li {
        width: 50%;
    }
}

#c-about .c-list li .c-top {
    margin-bottom  : 20px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #e36210;
}

@media (max-width: 1580px) {
    #c-about .c-list li .c-top {
        margin-bottom: 10px;
    }
}

#c-about .c-list li .c-top .c-num-move {
    font-size  : 100px;
    font-family: "opensans-bolder";
    line-height: 1;
}

@media (max-width: 1580px) {
    #c-about .c-list li .c-top .c-num-move {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-about .c-list li .c-top .c-num-move {
        font-size: 36px;
    }
}

#c-about .c-list li .c-top .c-gt {
    margin-left: 20px;
}

@media (max-width: 748px) {
    #c-about .c-list li .c-top .c-gt {
        margin-left: 10px;
    }
}

#c-about .c-list li .c-top .c-gt .c-t1 {
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 1580px) {
    #c-about .c-list li .c-top .c-gt .c-t1 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about .c-list li .c-top .c-gt .c-t1 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about .c-list li .c-top .c-gt .c-t2 {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-about .c-list li .c-top .c-gt .c-t2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about .c-list li .c-top .c-gt .c-t2 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about .c-list li .c-text {
    text-align : center;
    max-width  : 250px;
    margin     : 0 auto;
    line-height: 26px;
}

@media (max-width: 748px) {
    #c-about .c-list li .c-text {
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-product .c-list {
    margin: 0 -2px -4px;
}

@media (max-width: 748px) {
    #c-product .c-list {
        margin: 0 0 -30px;
    }
}

#c-product .c-list li {
    float  : left;
    padding: 0 10px 4px;
    width  : 33.33%;
    margin-bottom: 15px;
}

@media (max-width: 748px) {
    #c-product .c-list li {
        padding: 0 0 30px;
        width  : 100%;
    }
}

#c-product .c-list li .c-wrap {
    position: relative;
    display : block;
    color   : #333;
    z-index: 2;
    border-radius: 8px;
    
}

#c-product .c-list li .c-wrap::after{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgb(0,0,0,0.35);
    opacity: 0;
    z-index: 1;
    border-radius: 8px;
    
}
#c-product .c-list li:hover .c-wrap::after{
   opacity: 1;
}
#c-product .c-list li .c-wrap .c-img-box {
    overflow: hidden;
}



#c-product .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product .c-list li .c-wrap .c-text-box {
    position: absolute;
    bottom     : 0;
    right:       0;
    width   : 100%;
    z-index: 2;
    padding: 20px 0;
}
#c-product .c-list li .c-wrap:hover .c-text-box{
    opacity: 1;
}
@media (max-width: 1580px) {
    #c-product .c-list li .c-wrap .c-text-box {
        padding: 30px;
    }
}

@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-text-box {
        padding : 15px 0 0;
        position: relative;
    }
}

#c-product .c-list li .c-wrap .c-text-box .c-title {
    font-family: "opensans-bolder";
    max-width: 270px;
    font-size  :16px;
    background: #3d5578;
  padding: 8px 10px;
    color      : #fff;
      text-align: center;
}

/*@media (max-width: 1580px) {*/
/*    #c-product .c-list li .c-wrap .c-text-box .c-title {*/
/*        font-size  : 22px;*/
/*        line-height: 40px;*/
/*    }*/
/*}*/

/*@media (max-width: 748px) {*/
/*    #c-product .c-list li .c-wrap .c-text-box .c-title {*/
/*        font-size  : 22px;*/
/*        line-height: 34px;*/
/*    }*/
/*}*/

#c-product .c-list li .c-wrap .c-text-box .c-text {
    max-width  :230px;
    padding    : 8px 10px;
  background: #4c87c7;
  margin-top: -5px;
  margin-left: 15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
#c-product .c-list li .c-wrap:hover .c-text-box .c-text,#c-product .c-list li .c-wrap:hover .c-text-box .c-title,#c-product .c-list li .c-wrap:hover .c-common-btn1 {
    color: #fff;
}
@media (max-width: 748px) {
    #c-product .c-list li .c-wrap .c-text-box .c-text {
        padding: 0 0 10px;
    }
}

#c-product .c-list li .c-wrap:hover .c-img-box img {
    transform        : scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
}

/*#c-product .c-list li:nth-child(3n-2) .c-wrap .c-img-box {*/
/*    height: -webkit-calc(12rem);*/
/*    height: calc(8rem + 4px);*/
/*}*/

/*@media (max-width: 972px) {*/
/*    #c-product .c-list li:nth-child(3n-2) .c-wrap .c-img-box {*/
/*        height: -webkit-calc(16rem);*/
/*        height: calc(12rem + 4px);*/
/*    }*/
/*}*/

@media (max-width: 748px) {
    #c-product .c-list li:nth-child(3n-2) .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-product .c-list li.on .c-wrap {
    color: #fff;
}

@media (max-width: 748px) {
    #c-product .c-list li.on .c-wrap {
        color: #333;
    }
}

#c-product .c-list li.on .c-wrap .c-common-btn1 {
    border-color: #fff;
    color       : #fff;
}
#c-product  .c-wrap .c-common-btn1 {
    border-color: #666;
    color       : #000;
}


@media (max-width: 748px) {
    #c-product .c-list li.on .c-wrap .c-common-btn1 {
        border-color: #333;
        color       : #333;
    }
}

#c-product .c-list li.on .c-wrap .c-common-btn1:hover {
    color       : #fff;
    border-color: #e36210;
}

#c-product .c-list li.on .c-wrap .c-common-btn1:hover::before {
    width: 100%;
}

#c-expore .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -2px -4px;
}

.mb120 {
    margin-bottom: 120px;
}

#c-expore .c-list li {
    padding: 0 2px 4px;
    width  : 25%;
}

.news_box {
    padding-right: 15px;
}

.news_box:last-child {
    padding-right: 0;
}

@media (max-width: 1260px) {
    #c-expore .c-list li {
        width: 50%;
    }
}

#c-about2-5 .c-list li.news_box .c-wrap .c-text-box {
    display: inline-block;
    padding: 0 42px;
}

#c-about2-5 .c-list li.news_box .c-wrap .c-text-box p {
    overflow          : hidden;
    text-overflow     : ellipsis;
    /*表示文本超出时候用 “...” 来代替*/
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#c-about2-5 .c-list li.news_box .c-wrap:hover .c-text-box .c-title,
#c-about2-5 .c-list li.news_box .c-wrap:hover .c-text-box p {
    color: #e36210;
}

#c-expore .c-list li .c-wrap {
    position: relative;
    display : block;
    height  : 5rem;
    overflow: hidden;
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap {
        height: 10rem;
    }
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap {
        height: 12rem;
    }
}

#c-expore .c-list li .c-wrap img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-expore .c-list li .c-wrap .c-text-box {
    position  : absolute;
    top       : 0;
    left      : 0;
    padding   : 80px 30px;
    width     : 100%;
    height    : 100%;
    transition: all 0.5s;
    text-align: center;
}

@media (max-width: 1580px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 30px;
    }
}

@media (max-width: 1260px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 60px 30px;
    }
}

@media (max-width: 748px) {
    #c-expore .c-list li .c-wrap .c-text-box {
        padding: 20px;
    }
}

#c-expore .c-list li .c-wrap .c-text-box .c-title {
    margin-bottom: 25px;
    font-family  : "opensans-bold";
    font-size    : 24px;
    line-height  : 34px;
    color        : #fff;
    transition   : all 0.5s;
}

@media (max-width: 748px) {
    #c-expore .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-expore .c-list li .c-wrap .c-text-box .c-common-btn2 {
    opacity : 0;
    position: relative;
    top     : 50px;
    display : block;
    margin  : 0 auto;
}

#c-expore .c-list li .c-wrap:hover .c-text-box {
    background: rgba(0, 0, 0, 0.5);
}

#c-expore .c-list li .c-wrap:hover .c-text-box .c-title {
    color: #fff;
}

#c-expore .c-list li .c-wrap:hover .c-text-box .c-common-btn2 {
    opacity: 1;
    top    : 0;
}

.c-banner2 {
    width     : 100%;
    padding   : 0 0 60px;
    text-align: center;
}

.c-banner2 .c-text {
    max-width  : 950px;
    min-height : 250px;
    margin     : 0 auto 30px;
    font-size  : 30px;
    line-height: 60px;
}

@media (max-width: 1580px) {
    .c-banner2 .c-text {
        min-height : 100px;
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-banner2 .c-text {
        font-size  : 24px;
        line-height: 34px;
    }
}

.c-banner2 .c-box img {
    margin-bottom: 15px;
}

.c-banner2 .c-box .c-title {
    line-height: 26px;
    color      : #666;
}

.c-banner2 .swiper-pagination-bullet {
    margin       : 0 10px !important;
    width        : 14px;
    height       : 14px;
    border       : 2px solid transparent;
    border-radius: 50%;
    background   : rgba(0, 0, 0, 0.22);
    opacity      : 1;
}

@media (max-width: 748px) {
    .c-banner2 .swiper-pagination-bullet {
        width : 8px;
        height: 8px;
        margin: 0 4px !important;
    }
}

.c-banner2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border-color: #e36210;
    background  : transparent;
}

.c-banner2 .swiper-slide {
    padding: 0 40px;
}

@media (max-width: 748px) {
    .c-banner2 .swiper-slide {
        padding: 0;
    }
}

.c-banner2 .swiper-button-next,
.c-banner2 .swiper-button-prev {
    opacity   : 0.2;
    right     : 0;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
}

@media (max-width: 748px) {

    .c-banner2 .swiper-button-next,
    .c-banner2 .swiper-button-prev {
        display: none;
    }
}

.c-banner2 .swiper-button-next:hover,
.c-banner2 .swiper-button-prev:hover {
    opacity: 1;
}

.c-banner2 .swiper-button-prev {
    right           : auto;
    left            : 0;
    background-image: url(../images/prev.png);
}


.c-common-box img {
    width: 100%;
}

.video_box {
    width  : 100%;
    padding: 0 0 120px;
}

.inner_box-ty {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
    margin     : 0 -15px;
}

.inner_box-ty .v_list {
    width  : 33.33%;
    margin : 0 0 15px;
    padding: 0 15px;
}

.c-common-box {
    width   : 100%;
    position: relative;

}

.c-common-box .clb {
    display: table;
    margin : 0 auto;
}

.inner_box-ty .v_list .title,
.c-list2 .title {
    padding: 20px;
}

.inner_box-ty .v_list .title h2,
.c-list2 .title h2 {
    font-size: 30px;
    color    : #000;
}

.inner_box-ty .v_list .title p,
.c-list2 .title p {
    color: #666;
}

.c-common-box a {
    width: 100%;
}

.c-common-box .c-text-box {
    position : absolute;
    top      : 50%;
    left     : 50%;
    transform: translate(-50%, -50%);

}

.c-common-box .c-text-box .c-btn {
    margin    : 0 auto;
    width     : 72px;
    height    : 72px;
    background: url(../images/icon/bf-ico.png) no-repeat center / 100%;
    cursor    : pointer;
    transition: 0.5s;
}

@media (max-width: 748px) {
    .c-common-box .c-text-box .c-btn {
        width : 50px;
        height: 50px;
    }
}

.c-common-box .c-text-box .c-btn:hover {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}


/* 视频弹窗 */

#hi-video-pop {
    display           : none;
    position          : fixed;
    top               : 0;
    left              : 0;
    z-index           : 1000;
    width             : 100%;
    height            : 100%;
    background        : rgba(0, 0, 0, 0.5);
    text-align        : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-video-pop * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-video-pop .hi-close {
    position     : fixed;
    top          : 86%;
    left         : 50%;
    margin-left  : -25px;
    width        : 50px;
    height       : 50px;
    color        : #fff;
    background   : #fff;
    border-radius: 50%;
    transition   : 0.5s;
    cursor       : pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
    content   : "";
    position  : absolute;
    bottom    : 24px;
    left      : 10px;
    width     : 30px;
    height    : 2px;
    background: #333;
    transition: 0.5s;
}

#hi-video-pop .hi-close:hover {
    background: #e36210;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
    background: #fff;
}

#hi-video-pop .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

#hi-video-pop .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}

#hi-video-pop video {
    position         : fixed;
    left             : 50%;
    top              : 50%;
    max-width        : 90%;
    max-height       : 70%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}


/* 视频弹窗 */

#hi-iframe-video {
    display           : none;
    position          : fixed;
    top               : 0;
    left              : 0;
    z-index           : 1000;
    width             : 100%;
    height            : 100%;
    background        : rgba(0, 0, 0, 0.5);
    text-align        : center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-iframe-video * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing   : border-box;
    box-sizing        : border-box;
}

#hi-iframe-video .hi-close {
    position     : fixed;
    top          : 86%;
    left         : 50%;
    margin-left  : -25px;
    width        : 50px;
    height       : 50px;
    color        : #fff;
    background   : #fff;
    border-radius: 50%;
    transition   : 0.5s;
    cursor       : pointer;
}

#hi-iframe-video .hi-close:after,
#hi-iframe-video .hi-close:before {
    content   : "";
    position  : absolute;
    bottom    : 24px;
    left      : 10px;
    width     : 30px;
    height    : 2px;
    background: #333;
    transition: 0.5s;
}

#hi-iframe-video .hi-close:hover {
    background: #e36210;
}

#hi-iframe-video .hi-close:hover:after,
#hi-iframe-video .hi-close:hover:before {
    background: #fff;
}

#hi-iframe-video .hi-close:after {
    -webkit-transform: rotate(45deg);
    transform        : rotate(45deg);
}

#hi-iframe-video .hi-close:before {
    -webkit-transform: rotate(-45deg);
    transform        : rotate(-45deg);
}

#hi-iframe-video iframe {
    position         : fixed;
    left             : 50%;
    top              : 50%;
    width            : 100vh;
    height           : 60vh;
    max-width        : 90%;
    max-height       : 70%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

@media (max-width: 972px) {
    #hi-iframe-video iframe {
        width : 90vw;
        height: 60vw;
    }
}

#c-subscription {
    text-align: center;
}

#c-subscription .c-container {
    display    : flex;
    align-items: flex-start;
}

@media (max-width: 748px) {
    #c-subscription .c-container {
        flex-wrap: wrap;
    }
}

#c-subscription .c-container>div {
    width  : 50%;
    padding: 0 15px;
}

@media (max-width: 748px) {
    #c-subscription .c-container>div {
        width: 100%;
    }

    #c-subscription .c-container>div:last-child {
        padding-top: 60px;
    }
}

#c-subscription .c-title {
    font-family: "opensans-bold";
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 748px) {
    #c-subscription .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-subscription .c-text {
    padding    : 10px 0 50px;
    line-height: 26px;
    color      : #666;
}

@media (max-width: 748px) {
    #c-subscription .c-text {
        padding    : 10px 0 25px;
        line-height: 24px;
    }
}

#c-subscription form {
    display      : flex;
    align-items  : flex-start;
    margin       : 0 auto;
    width        : 100%;
    max-width    : 400px;
    height       : 58px;
    border       : 1px solid #e36210;
    border-radius: 3px;
    overflow     : hidden;
}

#c-subscription form input {
    flex       : 1;
    width      : calc(100% - 100px);
    padding    : 0 20px;
    height     : 56px;
    line-height: 56px;
    text-align : left;
}

@media (max-width: 748px) {
    #c-subscription form input {
        width: calc(100% - 70px);
    }
}

#c-subscription form button {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
    z-index        : 2;
    flex           : 0 0 100px;
    height         : 56px;
    color          : #fff;
    background     : #e36210;
    overflow       : hidden;
}

@media (max-width: 748px) {
    #c-subscription form button {
        flex: 0 0 70px;
    }
}

#c-subscription form button::after {
    content   : "";
    display   : block;
    width     : 30px;
    height    : 30px;
    background: url(../images/icon/yx-ico.png) no-repeat center / 28px auto;
}

#c-subscription form button::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 120px;
    z-index          : -1;
    height           : 120px;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-subscription form button:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-subscription .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    flex-wrap      : wrap;
    margin         : 0 -20px -20px;
    padding-top    : 10px;
    min-height     : 58px;
}

@media (max-width: 1260px) {
    #c-subscription .c-list {
        margin: 0 -10px -10px;
    }
}

@media (max-width: 748px) {
    #c-subscription .c-list {
        padding-top: 0;
    }
}

#c-subscription .c-list li {
    padding: 0 20px 20px;
}

@media (max-width: 1260px) {
    #c-subscription .c-list li {
        padding: 0 10px 10px;
    }
}

#c-subscription .c-list li a {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 38px;
    height         : 38px;
}

#c-subscription .c-list li a img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-subscription .c-list li a:hover img {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

#c-top-site {
    position: relative;
    z-index : 10;
    padding : 15px 0;
}

#c-top-site .c-box {
    line-height: 24px;
    color      : #999;
}

#c-top-site .c-box a {
    color     : #999;
    transition: 0.5s;
}

#c-top-site .c-box a:hover {
    color: #e36210;
}

#c-top-site .c-box i {
    padding   : 0 10px;
    font-style: normal;
}

#c-top-site .c-box i:last-child {
    display: none;
}

#c-top-site.c-dt .c-box {
    color: #fff;
}

#c-top-site.c-dt .c-box a {
    color: #fff;
}

#c-top-site.c-dt .c-box a:hover {
    color: #e36210;
}

#c-product-menu {
    position  : sticky;
    top       : 0;
    z-index   : 10;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

#c-product-menu .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    overflow-x     : auto;
}

@media (max-width: 972px) {
    #c-product-menu .c-list {
        justify-content: flex-start;
    }
}

#c-product-menu .c-list li {
    flex       : none;
    padding    : 0 25px;
    font-family: "opensans-bold";
    line-height: 80px;
    font-size  : 20px;
}

@media (max-width: 1580px) {
    #c-product-menu .c-list li {
        padding: 0 20px;
    }
}

@media (max-width: 972px) {
    #c-product-menu .c-list li {
        padding    : 0 8px;
        font-size  : 16px;
        line-height: 50px;
    }
}

#c-product-menu .c-list li p {
    display      : inline-block;
    padding      : 0 20px;
    color        : #999;
    border-bottom: 2px solid transparent;
    cursor       : pointer;
    transition   : all 0.5s;
    text-transform: uppercase;
}

@media (max-width: 972px) {
    #c-product-menu .c-list li p {
        padding: 0;
    }
}

#c-product-menu .c-list li.on p,
#c-product-menu .c-list li p:hover {
    color       : #e36210;
    border-color: #e36210;
}

#c-features li {
    position: relative;
}

#c-features li .c-container2 {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    margin: 60px auto 0;
}

#c-features li .c-container2 .c-img-box {
    width        : 46%;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-features li .c-container2 .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-features li .c-container2 .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-features li .c-container2 .c-text-box {
    width       : 47.2%;
    padding-left: 120px;
}

@media (max-width: 1580px) {
    #c-features li .c-container2 .c-text-box {
        padding-left: 60px;
    }
}

@media (max-width: 972px) {
    #c-features li .c-container2 .c-text-box {
        width  : 100%;
        padding: 15px 0 0;
    }
}

#c-features li .c-container2 .c-text-box .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 1900px) {
    #c-features li .c-container2 .c-text-box .c-title {
        font-size  : 26px;
        line-height: 36px;
    }
}

@media (max-width: 1260px) {
    #c-features li .c-container2 .c-text-box .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-features li .c-container2 .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 20px;
        line-height  : 30px;
    }
}

#c-features li .c-container2 .c-text-box .c-text {
    font-size  : 18px;
    line-height: 1.5;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-features li .c-container2 .c-text-box .c-text {
        font-size: 16px;
    }
}

#c-features li .c-container2 .c-text-box .c-btn {
    margin    : 20px auto 0;
    width     : 72px;
    height    : 72px;
    background: url(../images/bf-ico.png) no-repeat center / 100%;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-features li .c-container2 .c-text-box .c-btn {
        width : 50px;
        height: 50px;
    }
}

#c-features li .c-container2 .c-text-box .c-btn:hover {
    transform        : scale(0.8);
    -webkit-transform: scale(0.8);
}

#c-features li:nth-child(3) .c-container2,#c-features li:nth-child(5) .c-container2,#c-features li:nth-child(7) .c-container2 ,#c-features li:nth-child(9) .c-container2 {
    flex-direction: row-reverse;
}

#c-features li:nth-child(3) .c-container2 .c-text-box ,#c-features li:nth-child(5) .c-container2 .c-text-box,#c-features li:nth-child(7) .c-container2 .c-text-box,#c-features li:nth-child(9) .c-container2 .c-text-box{
    width  : 47.2%;
    padding: 0 120px 0 0;
}

@media (max-width: 1580px) {
    #c-features li:nth-child(3) .c-container2 .c-text-box {
        padding: 0 60px 0 0;
    }
}

@media (max-width: 972px) {
    #c-features li:nth-child(3) .c-container2 .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}
#c-features{
    padding-bottom: 60px;
}
#c-features li:nth-child(1) {
    margin-bottom : -60px;
    padding-bottom: 0;
}

@media (max-width: 1580px) {
    #c-features li:nth-child(1) {
        margin-bottom: 80px;
    }
}

@media (max-width: 972px) {
    #c-features li:nth-child(1) {
        margin-bottom: 60px;
    }
}

#c-features li:nth-child(1) .c-container2 {
    position: static;
    margin:  0 auto !important;
}

#c-features li:nth-child(1) .c-container2 .c-img-box {
    position     : absolute;
    top          : 0;
    left         : 0;
    z-index      : 1;
    width        : 100%;
    height       : 100%;
    max-height: 450px;
    border-radius: 0;
}

#c-features li:nth-child(1) .c-container2 .c-img-box::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.2);
}

#c-features li:nth-child(1) .c-container2 .c-text-box {
    position  : relative;
    z-index   : 2;
    margin    : 0 auto;
    width     : 100%;
    max-width : 1000px;
    min-height: 6rem;
    padding   : 30px 0;
    text-align: center;
    color     : #fff;
}

@media (max-width: 972px) {
    #c-features li:nth-child(1) .c-container2 .c-text-box {
        padding: 60px 0;
    }
}

@media (max-width: 748px) {
    #c-features li:nth-child(1) .c-container2 .c-text-box {
        min-height: 18rem;
        padding   : 40px 0 60px;
    }
}

#c-features li:nth-child(1) .c-container2 .c-text-box .c-text {
    color  : #fff;
    opacity: 0.7;
}

#c-features li:last-child {
    margin-bottom : 0;
}

.c-common-box2 {
    position  : relative;
    z-index   : 5;
    background: #fff;
}

.c-common-box2 .c-title {
    margin-bottom : 32px;
    padding-bottom: 28px;
    border-bottom : 1px solid #999;
    font-family   : "opensans-bold";
    font-size     : 36px;
    line-height   : 46px;
}

@media (max-width: 1580px) {
    .c-common-box2 .c-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    .c-common-box2 .c-title {
        padding-bottom: 15px;
        margin-bottom : 25px;
        font-size     : 30px;
        line-height   : 40px;
    }
}

.c-common-box2 .c-box-wrap {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}
.mt120{
    padding: 0 0 82px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap {
        flex-direction: column-reverse;
    }
}

.c-common-box2 .c-box-wrap .c-text-box {
    width: 100%;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box {
        width: 100%;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li {
    display    : flex;
    align-items: flex-start;
    margin     : 0 -10px 20px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li {
        margin-bottom: 10px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
    margin-bottom: 30px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li:last-child {
        margin-bottom: 20px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .text {
    width  : 100%;
    display: table;
    margin : 0 auto;
}

.c-common-box2 .c-box-wrap .c-text-box .text table {
    display        : table;
    margin         : 0 auto;
    width          : 100%;
    text-align     : center;
    border-color   : #000;
    border-collapse: collapse;
}

.c-common-box2 .c-box-wrap .c-text-box .text thead {
    color     : #fff;
    background: rgb(0, 112, 192);
}

.c-common-box2 .c-box-wrap .c-text-box .text tbody {
    font-size: 14px;
}

.c-common-box2 .c-box-wrap .c-text-box .text tbody td,
.c-common-box2 .c-box-wrap .c-text-box .text th {
    padding: 5px 0;
}

.c-common-box2 .c-box-wrap .c-text-box .text .wid150 {
    width: 150px;
}

.c-common-box2 .c-box-wrap .c-text-box .text .spe-td {
    font-weight: 600;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-list li p {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p:first-child {
    font-family: "opensans-bold";
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p a {
    color: #e36210;
}

.c-common-box2 .c-box-wrap .c-text-box .c-list li p a:hover {
    text-decoration: underline;
}

.c-common-box2 .c-box-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #999;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-common-box2 .c-box-wrap .c-img-box {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 49%;
    height         : 400px;
    overflow       : hidden;
    margin-bottom  : 20px;
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-img-box {
        width: 100%;
    }
}

@media (max-width: 972px) {
    .c-common-box2 .c-box-wrap .c-img-box {
        margin-top: 20px;
        height    : 14rem;
    }
}

.c-common-box2 .c-box-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
}

#c-other-products .c-banner3-wrap {
    position: relative;
}

#c-other-products .c-banner3-wrap .c-wrap {
    display: block;
}

#c-other-products .c-banner3-wrap .c-wrap .c-img-box {
    margin-bottom  : 15px;
    overflow       : hidden;
    background     : #fff;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 972px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
        height: 6rem;
    }
}

@media (max-width: 748px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-other-products .c-banner3-wrap .c-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-other-products .c-banner3-wrap .c-wrap .c-title {
    font-size  : 22px;
    line-height: 30px;
    color      : #222;
    text-align : center;
    transition : 0.5s;
    margin-top : 5px;
}

#c-other-products .c-banner3-wrap .c-wrap .f_tit {
    font-size : 16px;
    color     : #000;
    text-align: center;
    margin-top: 5px;
    transition: 0.8s;
}

@media (max-width: 972px) {
    #c-other-products .c-banner3-wrap .c-wrap .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-other-products .c-banner3-wrap .c-wrap:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-other-products .c-banner3-wrap .c-wrap:hover .c-title,
#c-other-products .c-banner3-wrap .c-wrap:hover .f_tit {
    color: #e36210;
}

#c-other-products .c-banner3-wrap .c-next,
#c-other-products .c-banner3-wrap .c-prev {
    position  : absolute;
    top       : 50%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 972px) {

    #c-other-products .c-banner3-wrap .c-next,
    #c-other-products .c-banner3-wrap .c-prev {
        display: none;
    }
}

#c-other-products .c-banner3-wrap .c-next:hover,
#c-other-products .c-banner3-wrap .c-prev:hover {
    opacity: 1;
}

#c-other-products .c-banner3-wrap .c-prev {
    right           : auto;
    left            : -1rem;
    background-image: url(../images/prev.png);
}

#c-product-introduction .c-container2 {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    flex-wrap      : wrap;
}

#c-product-introduction {
    margin-top: 1rem;
}

#c-product-introduction .c-left {
    width: 35.714%;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-left {
        width: 40%;
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-left {
        width: 100%;
    }
}

#c-product-introduction .c-right {

    width: 51.4%;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right {
        padding-top: 0.5rem;
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-right {
        padding-top: 30px;
        width      : 100%;
    }
}

#c-product-introduction .c-right .c-title {
    font-family: "opensans-bold";
    font-weight: bold;
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-product-introduction .c-right .c-subtitle {
    padding      : 20px 0 35px;
    font-size    : 16px;
    line-height  : 34px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-right .c-subtitle {
        padding    : 10px 0 25px;
        font-size  : 16px;
        line-height: 26px;
    }
}

#c-product-introduction .c-right .c-btn {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 180px;
    height         : 58px;
    color          : #fff;
    background     : #e36210;
    border-radius  : 3px;
    font-family    : "opensans-bolder";
    overflow       : hidden;
}

#c-product-introduction .c-right .c-btn::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 200px;
    z-index          : -1;
    height           : 200px;
    background       : #f18643;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-product-introduction .c-right .c-btn:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-product-introduction .c-right .c-btn i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/gwc-ico.png) no-repeat center / 100%;
}

@media (max-width: 972px) {
    #c-product-introduction .c-right .c-btn i {
        margin-right: 0;
    }
}

@media (max-width: 1260px) {
    #c-product-introduction .c-right .c-btn {
        width : 110px;
        height: 46px;
    }
}

.c-banner4-wrap .c-banner4-top {
    margin-bottom: 10px;
    position: relative;
}
.c-banner4-wrap .c-banner4-top img{
    width: 100%;
    height: auto !important;
}
.c-banner4-wrap .c-banner4-top .swiper-pagination{
    top: 0;
    z-index: -1;
}
.c-banner4-wrap .c-banner4-top .swiper-pagination .swiper-pagination-bullet-active{
    background: #e36210;
}
.c-banner4-wrap .c-banner4-top .c-banner4-wrap .c-banner4-top .swiper-slide {
    display        : flex;
    align-items    : center;
    justify-content: center;

}


.c-banner4-wrap .c-banner4-top .swiper-slide img {
    max-width : 100%;
    max-height: 100%;
}

/* .c-banner4-wrap .c-banner4-bottom {
    padding: 0 35px;
} */
.ps {
    margin: 42px 0 0;
    padding: 82px 0 0;
    position: relative;
}

.c-banner4-wrap .c-banner4-bottom .swiper-slide {
    display        : flex;
    align-items    : center;
    justify-content: center;
    border         : 1px solid transparent;
    cursor         : pointer;
}


.c-banner4-wrap .c-banner4-bottom .swiper-slide.swiper-slide-thumb-active {
    border-color: #e36210;
}

.c-banner4-wrap .c-banner4-bottom .swiper-slide img {
    max-width : 100%;
}

.c-banner4-wrap .c-banner4-bottom .c-prev,
.c-banner4-wrap .c-banner4-bottom .c-next {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 10;
    width     : 25px;
    height    : 100%;
    background: #ccc;
    cursor    : pointer;
    
}


.c-banner4-wrap .c-banner4-bottom .c-prev {
    transition: all 0.5s;
}

.c-banner4-wrap .c-banner4-bottom .c-prev::before {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -6px 0 0 -6px;
    border-right : 12px solid #999;
    border-top   : 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition   : all 0.5s;
}

.c-banner4-wrap .c-banner4-bottom .c-prev:hover {
    background: #e36210;
}

.choice-sec2 .font .f_tit {
    padding   : 15px 0;
    text-align: center;
}

.c-banner4-wrap .c-banner4-bottom .c-prev:hover::before {
    border-right: 12px solid #fff;
}

.c-banner4-wrap .c-banner4-bottom .c-next {
    left      : auto;
    right     : 0;
    transition: all 0.5s;
}

.c-banner4-wrap .c-banner4-bottom .c-next::before {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -6px 0 0 -6px;
    border-left  : 12px solid #999;
    border-top   : 6px solid transparent;
    border-bottom: 6px solid transparent;
    transition   : all 0.5s;
}

.c-banner4-wrap .c-banner4-bottom .c-next:hover {
    background: #e36210;
}

.c-banner4-wrap .c-banner4-bottom .c-next:hover::before {
    border-left: 12px solid #fff;
}

#c-product-introduction .c-banner5 {
    margin     : 50px 0 60px;

    font-size  : 18px;
    line-height: 1.5;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner5 {
        font-size: 16px;
        margin   : 25px 0;
       
    }
}

#c-product-introduction .c-banner5 .swiper-slide {
    padding-right: 130px;
    height       : auto;
    padding-right: 60px;
}

@media (max-width: 1580px) {
    #c-product-introduction .c-banner5 .swiper-slide {
        padding-right: 60px;
    }
}

@media (max-width: 748px) {
    #c-product-introduction .c-banner5 .swiper-slide {
        padding-right: 30px;
    }
}

#c-product-introduction .c-banner5 .swiper-scrollbar-drag {
    background: #e36210;
}

#c-special-box {
    position: relative;
}

#c-special1-wrap {
    height  : 100vh;
    position: relative;
}

#c-special1 {
    position: relative;
    left    : 0;
    bottom  : 0;
    z-index : 1;
    width   : 100%;
    height  : 100vh;
}

#c-special1 .c-container {
    margin: 0;
}

#c-special1 .c-text-box {
    position: relative;
    z-index : 5;
    height  : 100vh;
}

#c-special2 {
    position  : relative;
    z-index   : 5;
    background: #fff;
}

#c-special2 .c-container2 {
    position       : relative;
    display        : flex;
    justify-content: space-between;
}

@media (max-width: 748px) {
    #c-special2 .c-container2 {
        flex-direction: column-reverse;
    }
}

#c-special2 .c-list1 {
    position: relative;
    width   : 48.57%;
    padding : 60px 0;
}



@media (max-width: 748px) {
    #c-special2 .c-list1 {
        margin-top: -30px;
        padding   : 0 0 30px 0;
        width     : 100%;
    }
}

#c-special2 .c-list1 li {
    display    : flex;
    align-items: center;
    padding    : 60px 0;
}

@media (max-width: 748px) {
    #c-special2 .c-list1 li {
        padding: 30px 0;
    }
}

#c-special2 .c-list1 li .c-img-box {
    width        : 100%;
    height       : 6.8rem;
    overflow     : hidden;
    border-radius: 30px;
    transition   : 0.5s;
}

@media (max-width: 972px) {
    #c-special2 .c-list1 li .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special2 .c-list1 li .c-img-box {
        height: 14rem;
    }
}

#c-special2 .c-list1 li .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special2 .c-list-wrap {
    position   : relative;
    right      : 0;
    bottom     : 0;
    display    : flex;
    align-items: center;
    width      : 46%;
    height     : 100vh;
    background : #fff;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap {
        padding: 60px 0;
        height : auto;
        width  : 100%;
    }
}

#c-special2 .c-list-wrap .c-list2 {
    position: relative;
    width   : 100%;
}

#c-special2 .c-list-wrap .c-list2 li {
    opacity : 0;
    position: absolute;
    z-index : 1;
}

#c-special2 .c-list-wrap .c-list2 li:last-child {
    margin-bottom: 0;
}

#c-special2 .c-list-wrap .c-list2 li .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    color      : #ddd;
    transition : 0.5s;
}

@media (max-width: 1580px) {
    #c-special2 .c-list-wrap .c-list2 li .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list2 li .c-title {
        padding    : 0;
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-special2 .c-list-wrap .c-list2 li .c-text {
    padding-top: 10px;
    opacity    : 0;
    font-size  : 18px;
    line-height: 28px;
    transition : 0.5s;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list2 li .c-text {
        padding-top: 0;
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special2 .c-list-wrap .c-list2 li.on {
    position: relative;
    z-index : 2;
    opacity : 1;
}

#c-special2 .c-list-wrap .c-list2 li.on .c-title {
    color: #333;
}

#c-special2 .c-list-wrap .c-list2 li.on .c-text {
    opacity: 1;
}

#c-special2 .c-list-wrap .c-list3 {
    position   : relative;
    z-index    : 10;
    display    : flex;
    align-items: flex-start;
    padding-top: 60px;
    font-size  : 20px;
    line-height: 30px;
}

@media (max-width: 748px) {
    #c-special2 .c-list-wrap .c-list3 {
        padding-top: 20px;
    }
}

#c-special2 .c-list-wrap .c-list3 li {
    margin-right: 20px;
    cursor      : pointer;
    transition  : all 0.5s;
    color       : #999;
}

#c-special2 .c-list-wrap .c-list3 li:last-child {
    margin-right: 0;
}

#c-special2 .c-list-wrap .c-list3 li.on {
    color: #e36210;
}

#c-special3 {
    position  : relative;
    z-index   : 1;
    background: #01090e;
    overflow  : hidden;
}

#c-special3 video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special3 video {
        display: none;
    }
}

#c-special3 img {
    display   : none;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special3 img {
        display: block;
    }
}

#c-special3 .c-main-wrap {
    position  : relative;
    z-index   : 2;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap {
        height: 30rem;
    }
}

#c-special3 .c-main-wrap .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special3 .c-main-wrap .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special3 .c-main-wrap .c-text {
    font-size  : 30px;
    line-height: 40px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-special3 .c-main-wrap .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special3 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special4 {
    position  : relative;
    z-index   : 5;
    overflow  : hidden;
    background: #101213;
}

#c-special4 video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special4 video {
        display: none;
    }
}

#c-special4>img {
    display      : none;
    position     : relative;
    z-index      : 1;
    width        : 100%;
    margin-top   : -60px;
    margin-bottom: 20px;
}

@media (max-width: 748px) {
    #c-special4>img {
        display: block;
    }
}

#c-special4 .c-main-wrap {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    color          : #fff;
}

@media (max-width: 972px) {
    #c-special4 .c-main-wrap {
        height: 12rem;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap {
        height: auto;
    }
}

#c-special4 .c-main-wrap .c-container2 {
    margin: 0;
}

#c-special4 .c-main-wrap .c-text-box {
    width    : 50%;
    max-width: 700px;
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box {
        width: 100%;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-text {
    padding    : 20px 0 100px;
    font-size  : 30px;
    line-height: 40px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-text {
        padding    : 10px 0 20px;
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -30px -20px;
}

#c-special4 .c-main-wrap .c-text-box .c-list li {
    padding: 0 30px 20px;
}

#c-special4 .c-main-wrap .c-text-box .c-list li img {
    margin-bottom: 10px;
    height       : 55px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li img {
        height: 30px;
    }
}

#c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
    opacity    : 0.7;
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special4 .c-main-wrap .c-text-box .c-list li .c-text2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special5 .c-main-wrap {
    position       : sticky;
    top            : 0;
    z-index        : 2;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap      : wrap;
}

#c-special5 .c-main-wrap>div {
    width: 100%;
}

#c-special5 .c-main-wrap .c-text-box {
    max-width: 950px;
    margin   : 0 auto;
}

#c-special5 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special5 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special5 .c-main-wrap .c-text-box .c-text {
    margin-bottom: 80px;
    font-size    : 18px;
    line-height  : 28px;
    color        : #666;
}

@media (max-width: 1580px) {
    #c-special5 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 40px;
        font-size    : 16px;
        line-height  : 24px;
    }
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 30px;
    }
}

#c-special5 .c-main-wrap .c-video {
    position  : relative;
    margin    : 0 2.6rem;
    height    : 100vh;
    transition: 1s;
    overflow  : hidden;
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap .c-video {
        display: none;
    }
}

#c-special5 .c-main-wrap .c-video video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    margin-bottom    : -5px;
    width            : 100vw;
    height           : 100%;
    object-fit       : cover;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

#c-special5 .c-main-wrap img {
    width     : 100%;
    object-fit: cover;
    display   : none;
}

@media (max-width: 748px) {
    #c-special5 .c-main-wrap img {
        display: block;
    }
}

#c-special5.on .c-main-wrap .c-video {
    margin: 0;
}

#c-special6 {
    position: relative;
}

#c-special6 .c-main-wrap {
    position: relative;
    right   : 0;
    bottom  : 0;
    z-index : 2;
    width   : 100%;
    height  : 100vh;
}

#c-special6 .c-main-wrap .c-list1 {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : 1;
    width   : 100%;
    height  : 100%;
}

#c-special6 .c-main-wrap .c-list1 li {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    opacity   : 0;
    transition: all 0.3s;
}

#c-special6 .c-main-wrap .c-list1 li video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list1 li video {
        display: none;
    }
}

#c-special6 .c-main-wrap .c-list1 li img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    display   : none;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list1 li img {
        display: block;
    }
}

#c-special6 .c-main-wrap .c-list1 li.on {
    opacity: 1;
    z-index: 2;
}

#c-special6 .c-main-wrap .c-list2-box {
    position       : relative;
    z-index        : 2;
    float          : right;
    background     : rgba(0, 0, 0, 0.5);
    padding-right  : 2.6rem;
    width          : 41.666%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: flex-start;
    color          : #fff;
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box div {
        width: 100%;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box {
        padding-right: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box {
        position       : absolute;
        bottom         : 0;
        padding        : 20px;
        width          : 100%;
        height         : auto;
        align-items    : flex-start;
        justify-content: flex-start;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-title {
    margin-bottom: 50px;
    padding-left : 60px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        margin-bottom: 30px;
        padding-left : 30px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        padding-left : 20px;
        margin-bottom: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-title {
        margin-bottom: 10px;
        padding-left : 10px;
        font-size    : 20px;
        line-height  : 30px;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li {
    padding   : 35px 1.7rem 35px 60px;
    transition: all 0.5s;
    cursor    : pointer;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 30px;
    }
}

@media (max-width: 972px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 20px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li {
        padding: 10px;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
    transition   : 0.5s;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-title2 {
        font-size    : 16px;
        line-height  : 24px;
        margin-bottom: 0;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.5;
    transition : 0.5s;
    transition : all 0.5s;
}

@media (max-width: 1580px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-special6 .c-main-wrap .c-list2-box .c-list2 li .c-text {
        display: none;
    }
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on {
    background: #e36210;
}

#c-special6 .c-main-wrap .c-list2-box .c-list2 li.on .c-text {
    opacity: 1;
}

#c-special7 {
    position: relative;
    overflow: hidden;
}

#c-special7 img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special7 .c-main-wrap {
    position  : relative;
    z-index   : 2;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 748px) {
    #c-special7 .c-main-wrap {
        height: 100vh;
    }
}

#c-special7 .c-main-wrap .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special7 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 40px;
        line-height  : 50px;
    }
}

@media (max-width: 748px) {
    #c-special7 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special7 .c-main-wrap .c-text {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special7 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special8 {
    position  : relative;
    overflow  : hidden;
    background: #1d1c21;
}

#c-special8 .c-img-list {
    position: absolute;
    z-index : 1;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

@media (max-width: 748px) {
    #c-special8 .c-img-list {
        position  : relative;
        height    : 14rem;
        margin-top: -4rem;
    }
}

#c-special8 .c-img-list img {
    position  : absolute;
    z-index   : 1;
    top       : 0;
    left      : 50%;
    height    : 100%;
    transition: 2s;
}

@media (min-width: 769px) {
    #c-special8 .c-img-list img {
        -webkit-transform: translate(-50%, 0);
        transform        : translate(-50%, 0);
    }
}

@media (max-width: 748px) {
    #c-special8 .c-img-list img {
        -webkit-transform: translate(-70%, 0);
        transform        : translate(-70%, 0);
    }
}

@media (min-width: 769px) {
    #c-special8.on .c-img-list img:nth-child(2) {
        -webkit-transform: translate(-50%, -1.68rem);
        transform        : translate(-50%, -1.68rem);
    }
}

@media (max-width: 748px) {
    #c-special8.on .c-img-list img:nth-child(2) {
        -webkit-transform: translate(-70%, -1.68rem);
        transform        : translate(-70%, -1.68rem);
    }
}

#c-special8 .c-main-wrap {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    color          : #fff;
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap {
        height: auto;
    }
}

#c-special8 .c-main-wrap .c-container2 {
    margin: 0;
}

#c-special8 .c-main-wrap .c-text-box {
    width    : 47%;
    max-width: 700px;
}

@media (max-width: 1260px) {
    #c-special8 .c-main-wrap .c-text-box {
        width: 60%;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box {
        width: 100%;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-text {
    padding    : 20px 0 100px;
    font-size  : 30px;
    line-height: 40px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-text {
        padding    : 10px 0 40px;
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -30px -20px;
}

#c-special8 .c-main-wrap .c-text-box .c-list li {
    padding: 0 30px 20px;
}

@media (max-width: 1260px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li {
        width: 50%;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box {
    display      : flex;
    align-items  : flex-end;
    margin-bottom: 10px;
    line-height  : 1;
    color        : #e36210;
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
    position : relative;
    color    : #2b72de;
    font-size: 70px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 {
        font-size: 30px;
    }
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-num-box .c-t1 em {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #e36210;
    -webkit-mask: linear-gradient(-108deg, #e36210 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #e36210 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #e36210 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #e36210 16%, transparent);
    mask        : linear-gradient(-108deg, #e36210 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

#c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
    opacity    : 0.7;
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-special8 .c-main-wrap .c-text-box .c-list li .c-text2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special9 {
    position: relative;
}

#c-special9 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap {
        height: auto;
    }
}

#c-special9 .c-main-wrap .c-container2 {
    margin         : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-container2 {
        flex-wrap: wrap;
    }
}

#c-special9 .c-main-wrap .c-img-box {
    width        : 60%;
    height       : 6rem;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-special9 .c-main-wrap .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-special9 .c-main-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special9 .c-main-wrap .c-text-box {
    padding-left: 130px;
    width       : 40%;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap .c-text-box {
        padding-left: 40px;
    }
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}

#c-special9 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 748px) {
    #c-special9 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special9 .c-main-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-special9 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

@-webkit-keyframes fade1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fade1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#c-special10 {
    position: relative;
    overflow: hidden;
}

#c-special10::before {
    opacity   : 1;
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: 0.5s;
}

#c-special10.on::before {
    opacity: 0;
}

#c-special10 img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-special10 .c-pc {
        display: none;
    }
}

#c-special10 .c-mb {
    display: none;
}

@media (max-width: 748px) {
    #c-special10 .c-mb {
        display: block;
    }
}

#c-special10 .c-main-wrap {
    position  : relative;
    z-index   : 3;
    height    : 9.5rem;
    color     : #fff;
    text-align: center;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap {
        height: auto;
    }
}

@media (max-width: 748px) {
    #c-special10 .c-main-wrap {
        height: 100vh;
    }
}

#c-special10 .c-main-wrap .c-title {
    max-width  : 480px;
    margin     : 0 auto 30px;
    font-family: "opensans-bold";
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special10 .c-main-wrap .c-text {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 972px) {
    #c-special10 .c-main-wrap .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special11 {
    position: relative;
}

#c-special11 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap {
        height: auto;
    }
}

#c-special11 .c-main-wrap .c-container2 {
    margin         : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-direction : row-reverse;
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-container2 {
        flex-wrap: wrap;
    }
}

#c-special11 .c-main-wrap .c-img-box {
    width        : 60%;
    height       : 6rem;
    overflow     : hidden;
    border-radius: 30px;
}

@media (max-width: 972px) {
    #c-special11 .c-main-wrap .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-img-box {
        width : 100%;
        height: 13rem;
    }
}

#c-special11 .c-main-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-special11 .c-main-wrap .c-text-box {
    padding-right: 130px;
    width        : 40%;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap .c-text-box {
        padding-right: 40px;
    }
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-text-box {
        padding: 15px 0 0;
        width  : 100%;
    }
}

#c-special11 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 748px) {
    #c-special11 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special11 .c-main-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    #c-special11 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special12 {
    position: relative;
}

#c-special12 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
    background     : #101010;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap {
        height: auto;
    }
}

#c-special12 .c-main-wrap .c-container2 {
    margin    : 0;
    text-align: center;
    color     : #fff;
}

#c-special12 .c-main-wrap .c-title-box {
    margin-bottom: 70px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-title-box {
        margin-bottom: 40px;
    }
}

#c-special12 .c-main-wrap .c-title-box .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-title-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-title-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-special12 .c-main-wrap .c-list {
    display    : flex;
    align-items: flex-start;
    margin     : 0 -10px -30px;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list {
        flex-wrap: wrap;
    }
}

#c-special12 .c-main-wrap .c-list li {
    width     : 25%;
    padding   : 0 10px 30px;
    transition: all 0.5s;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list li {
        width: 50%;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-list li {
        width: 100%;
    }
}

#c-special12 .c-main-wrap .c-list li .c-img-box {
    height  : 3rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-special12 .c-main-wrap .c-list li .c-img-box {
        height: 8rem;
    }
}

@media (max-width: 748px) {
    #c-special12 .c-main-wrap .c-list li .c-img-box {
        height: 14rem;
    }
}

#c-special12 .c-main-wrap .c-list li .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: all 0.5s;
}

#c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
    padding    : 25px 0 20px;
    font-family: "opensans-bold";
    font-size  : 20px;
    line-height: 30px;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-list li .c-text-box .c-title {
        padding: 15px 0 10px;
    }
}

#c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.5;
}

@media (max-width: 1580px) {
    #c-special12 .c-main-wrap .c-list li .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special12 .c-main-wrap .c-list li:hover {
    -webkit-transform: translateY(-10px);
    transform        : translateY(-10px);
}

#c-special12 .c-main-wrap .c-list li:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-special13 {
    position: relative;
    overflow: hidden;
}

#c-special13 .c-main-wrap {
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 9.5rem;
}

@media (max-width: 972px) {
    #c-special13 .c-main-wrap {
        height: auto;
    }
}

#c-special13 .c-main-wrap .c-container2 {
    margin  : 0;
    position: static;
}

#c-special13 .c-main-wrap .c-text-box {
    position : relative;
    z-index  : 2;
    width    : 41.4%;
    max-width: 580px;
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box {
        width    : 100%;
        max-width: 100%;
    }
}

#c-special13 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 30px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-special13 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-special13 .c-main-wrap .c-text-box .c-text {
    font-size  : 30px;
    line-height: 40px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-special13 .c-main-wrap .c-text-box .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-special13 .c-main-wrap .c-list {
    position: absolute;
    top     : 0;
    right   : 0;
    z-index : 1;
    width   : 53.6%;
    height  : 100%;
}

@media (max-width: 748px) {
    #c-special13 .c-main-wrap .c-list {
        position: relative;
        width   : auto;
        margin  : 0 -20px;
    }
}

#c-special13 .c-main-wrap .c-list li {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    height         : 100%;
}

#c-special13 .c-main-wrap .c-list li img {
    width: 90%;
}

#c-special14 {
    padding   : 80px 0;
    background: #e36210 url(../images/zt-more-bj.jpg) no-repeat center / cover;
}

@media (max-width: 748px) {
    #c-special14 {
        padding: 60px 0;
    }
}

#c-special14 .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    text-align : center;
    color      : #fff;
}

@media (max-width: 1580px) {
    #c-special14 .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-special14 .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

.c-banner6-wrap {
    position: relative;
}

.c-banner6-wrap .c-next,
.c-banner6-wrap .c-prev {
    position  : absolute;
    top       : 50%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 972px) {

    .c-banner6-wrap .c-next,
    .c-banner6-wrap .c-prev {
        display: none;
    }
}

.c-banner6-wrap .c-next:hover,
.c-banner6-wrap .c-prev:hover {
    opacity: 1;
}

.c-banner6-wrap .c-prev {
    right           : auto;
    left            : -1rem;
    background-image: url(../images/prev.png);
}

.c-banner6-wrap .c-banner6 {
    padding-bottom: 60px;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 {
        padding-bottom: 30px;
    }
}

.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar {
    top   : auto;
    bottom: 0;
}

.c-banner6-wrap .c-banner6 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #e36210;
}

.c-banner6-wrap .c-banner6 .c-wrap {
    background: #fff;
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
    position: relative;
    padding : 50px 50px 150px;
    overflow: hidden;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box {
        padding: 30px 30px 80px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
    font-size  : 18px;
    line-height: 28px;
    color      : #666;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
    position   : absolute;
    left       : 50px;
    bottom     : -60px;
    opacity    : 0.2;
    font-family: "DIN-Regular";
    font-size  : 200px;
    line-height: 1;
    color      : #ddd;
}

@media (max-width: 1580px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-text-box .c-num {
        left     : 30px;
        bottom   : -30px;
        font-size: 100px;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
    overflow  : hidden;
    height    : 3.4rem;
    background: #f5f5f5;
}

@media (max-width: 972px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
        height: 5rem;
    }
}

@media (max-width: 748px) {
    .c-banner6-wrap .c-banner6 .c-wrap .c-img-box {
        height: 9rem;
    }
}

.c-banner6-wrap .c-banner6 .c-wrap .c-img-box img {
    height    : 100%;
    width     : 100%;
    object-fit: cover;
}

#c-about2-1 {
    position  : relative;
    z-index   : 5;
    margin-top: -184px;
    height    : 300vh;
}

@media (max-width: 972px) {
    #c-about2-1 {
        margin-top: -144px;
    }
}

#c-about2-1 .c-main-wrap {
    position: sticky;
    top     : 0;
    padding : 184px 2.6rem;
    height  : 100vh;
}

@media (max-width: 972px) {
    #c-about2-1 .c-main-wrap {
        padding: 144px 2rem;
    }
}

#c-about2-1 .c-main-wrap .c-box-wrap {
    position: relative;
    height  : 100%;
}

#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box {
    position: relative;
    width   : 100%;
    height  : 100%;
    overflow: hidden;
}

#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box img {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 100vw;
    height           : 100%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    object-fit       : cover;
}

#c-about2-1 .c-main-wrap .c-box-wrap .c-img-box video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    z-index          : 2;
    width            : 100vw;
    height           : 100%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    object-fit       : cover;
}

@media (max-width: 972px) {
    #c-about2-1 .c-main-wrap .c-box-wrap .c-img-box video {
        display: none;
    }
}

#c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
    margin     : 0 auto;
    padding    : 0 60px;
    max-width  : 1010px;
    font-family: "opensans-bold";
    font-size  : 60px;
    line-height: 100px;
    text-align : center;
}

@media (max-width: 1580px) {
    #c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-1 .c-main-wrap .c-box-wrap .c-text-box .c-title {
        padding    : 20px;
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-about2-2 {
    position  : relative;
    z-index   : 10;
    margin-top: -100vh;
}

#c-about2-2 .c-text-box {
    margin     : 0 auto 120px;
    max-width  : 920px;
    line-height: 2;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-text-box {
        margin-bottom: 80px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-text-box {
        margin-bottom: 60px;
    }
}

#c-about2-2 .c-list {
    margin     : 0 -15px -30px;
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

#c-about2-2 .c-list li {
    padding: 0 15px 30px;
    width  : 25%;
}

@media (max-width: 1260px) {
    #c-about2-2 .c-list li {
        width: 50%;
    }
}

#c-about2-2 .c-list li .c-top {
    margin-bottom  : 20px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    color          : #e36210;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top {
        margin-bottom: 10px;
    }
}

#c-about2-2 .c-list li .c-top .c-num-move {
    font-size  : 100px;
    font-family: "opensans-bolder";
    line-height: 1;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-num-move {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-num-move {
        font-size: 36px;
    }
}

#c-about2-2 .c-list li .c-top .c-gt {
    margin-left: 20px;
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt {
        margin-left: 10px;
    }
}

#c-about2-2 .c-list li .c-top .c-gt .c-t1 {
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t1 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about2-2 .c-list li .c-top .c-gt .c-t2 {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-top .c-gt .c-t2 {
        font-size  : 12px;
        line-height: 1.2;
    }
}

#c-about2-2 .c-list li .c-text {
    text-align : center;
    max-width  : 250px;
    margin     : 0 auto;
    line-height: 26px;
}

@media (max-width: 748px) {
    #c-about2-2 .c-list li .c-text {
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-about2-3 {
    position: relative;
    z-index : 10;
}

#c-about2-3 .c-img-box {
    position: sticky;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100vh;
    overflow: hidden;
}

#c-about2-3 .c-img-box img {
    display   : none;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    #c-about2-3 .c-img-box img {
        display: block;
    }
}

#c-about2-3 .c-img-box video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    #c-about2-3 .c-img-box video {
        display: none;
    }
}

#c-about2-3 .c-img-box .c-mask {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-about2-3 .c-text-box {
    position       : sticky;
    top            : 0;
    left           : 0;
    width          : 100%;
    height         : 100vh;
    overflow       : hidden;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    color          : #fff;
}

#c-about2-3 .c-text-box img {
    height: 64px;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box img {
        height: 40px;
    }
}

#c-about2-3 .c-text-box .c-title {
    margin     : 30px 0 10px;
    font-family: "opensans-bold";
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-about2-3 .c-text-box .c-text {
    margin-bottom: 55px;
    line-height  : 2;
}

@media (max-width: 1580px) {
    #c-about2-3 .c-text-box .c-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-about2-3 .c-text-box .c-text {
        margin-bottom: 30px;
    }
}

.c-parallax-box {
    position  : relative;
    z-index   : 1;
    background: #fff;
}

.c-parallax-box .c-parallax-img {
    position  : relative;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.c-parallax-box.on .c-parallax-img {
    position: fixed !important;
}

#c-about2-5 {
    position: relative;
    z-index : 5;
    padding : 120px 0;

    display    : flex;
    align-items: center;
}

@media (max-width: 972px) {
    #c-about2-5 {
        height: auto;
    }
}

#c-about2-5 .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
}

#c-about2-5 .c-list li {
    position: relative;
    width   : 50%;
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li {
        margin-bottom: 30px;
        width        : 100%;
    }

    #c-about2-5 .c-list li:last-child {
        margin-bottom: 0;
    }
}

#c-about2-5 .c-list li .c-wrap {
    display: block;
    color  : #222;
}

#c-about2-5 .c-list li .c-wrap .c-img-box {
    height  : 4rem;
    overflow: hidden;
}

@media (max-width: 1580px) {
    #c-about2-5 .c-list li .c-wrap .c-img-box {
        height: 5rem;
    }
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li .c-wrap .c-img-box {
        height: 10rem;
    }
}

#c-about2-5 .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-about2-5 .c-list li .c-wrap .c-text-box {
    padding-right: 1.2rem;
}

#c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
    margin     : 35px 0 20px;
    font-family: "opensans-bold";
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    #c-about2-5 .c-list li .c-wrap .c-text-box .c-title {
        margin     : 20px 0 10px;
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-about2-5 .c-list li .c-wrap .c-text-box .c-text {
    line-height: 26px;
    color      : #666;
}

#c-about2-6 {
    position: relative;
}

@media (max-width: 972px) {
    #c-about2-6 {
        padding: 80px 0;
    }
}

#c-about2-6 img {
    position: absolute;
}

#c-about2-6::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-about2-6 .c-container2 {
    z-index        : 3;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    height         : 100vh;
}

@media (max-width: 972px) {
    #c-about2-6 .c-container2 {
        height: auto;
    }
}

#c-about2-6 .c-text-box {
    max-width: 910px;
    color    : #fff;
}

#c-about2-6 .c-text-box .c-title {
    margin-bottom: 40px;
    font-family  : "opensans-bold";
    font-size    : 60px;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    #c-about2-6 .c-text-box .c-title {
        margin-bottom: 30px;
        font-size    : 40px;
        line-height  : 50px;
    }
}

@media (max-width: 748px) {
    #c-about2-6 .c-text-box .c-title {
        margin-bottom: 20px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-about2-6 .c-text-box .c-text {
    line-height: 2;
}

.c-banner7-top {
    margin-bottom: 60px;
}

@media (max-width: 1580px) {
    .c-banner7-top {
        margin-bottom: 40px;
    }
}

.c-banner7-top::before {
    content   : "";
    position  : absolute;
    bottom    : 16px;
    left      : 0;
    width     : 100%;
    border-top: 1px solid #E6E6E6;
}

.c-banner7-top .swiper-slide {
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
    height         : 100px;
}

@media (max-width: 748px) {
    .c-banner7-top .swiper-slide {
        height: 72px;
    }
}

.c-banner7-top .swiper-slide>div {
    cursor: pointer;
}

.c-banner7-top .swiper-slide .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 22px;
    line-height  : 32px;
    color        : #ccc;
    transition   : all 0.3s;
}

@media (max-width: 748px) {
    .c-banner7-top .swiper-slide .c-title {
        margin-bottom: 10px;
        font-size    : 16px;
        line-height  : 24px;
    }
}

.c-banner7-top .swiper-slide .c-dot {
    position: relative;
    margin  : 0 auto;
    width   : 32px;
    height  : 32px;
}

.c-banner7-top .swiper-slide .c-dot::after {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -8px 0 0 -8px;
    width        : 16px;
    height       : 16px;
    border-radius: 50%;
    border       : 1px solid rgba(179, 179, 179, 0.5);
    background   : rgba(204, 204, 204, 0.4);
    box-sizing   : border-box;
    transition   : all 0.3s;
}

.c-banner7-top .swiper-slide .c-dot::before {
    content      : "";
    position     : absolute;
    top          : 50%;
    left         : 50%;
    margin       : -2px 0 0 -2px;
    width        : 4px;
    height       : 4px;
    border-radius: 50%;
    background   : #999;
    box-sizing   : border-box;
    transition   : all 0.3s;
}

.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
    font-size  : 40px;
    line-height: 50px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    .c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    .c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-dot::after {
    margin      : -16px 0 0 -16px;
    width       : 32px;
    height      : 32px;
    border-color: rgba(0, 173, 187, 0.5);
    background  : rgba(0, 173, 187, 0.5);
}

.c-banner7-top .swiper-slide.swiper-slide-thumb-active .c-dot::before {
    margin    : -4px 0 0 -4px;
    width     : 8px;
    height    : 8px;
    background: #e36210;
}

.c-banner7-bottom-wrap {
    position: relative;
}

.c-banner7-bottom-wrap .c-prev,
.c-banner7-bottom-wrap .c-next {
    position  : absolute;
    top       : 50%;
    width     : 20px;
    height    : 40px;
    margin-top: -20px;
    cursor    : pointer;
    opacity   : 0.4;
    transition: 0.5s;
}

@media (max-width: 972px) {

    .c-banner7-bottom-wrap .c-prev,
    .c-banner7-bottom-wrap .c-next {
        display: none;
    }
}

.c-banner7-bottom-wrap .c-prev:hover,
.c-banner7-bottom-wrap .c-next:hover {
    opacity: 1;
}

.c-banner7-bottom-wrap .c-prev.swiper-button-disabled,
.c-banner7-bottom-wrap .c-next.swiper-button-disabled {
    display: none;
}

.c-banner7-bottom-wrap .c-prev {
    left      : -100px;
    background: url(../images/prev.png) no-repeat center / 100%;
}

.c-banner7-bottom-wrap .c-next {
    right     : -100px;
    background: url(../images/next.png) no-repeat center / 100%;
}

.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box {
    width   : 42.857%;
    height  : 4.2rem;
    overflow: hidden;
}

@media (max-width: 748px) {
    .c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box {
        width : 100%;
        height: 12rem;
    }
}

.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-text-box {
    display    : flex;
    align-items: center;
    width      : 57.143%;
}

@media (max-width: 748px) {
    .c-banner7-bottom-wrap .c-banner7-bottom .c-swiper-slide .c-text-box {
        width: 100%;
    }
}

.c-banner8 {
    width  : 100%;
    padding: 0 130px 0 60px;
    height : 260px;
}

@media (max-width: 1580px) {
    .c-banner8 {
        padding: 0 60px;
    }
}

@media (max-width: 748px) {
    .c-banner8 {
        margin-top: 20px;
        padding   : 0 20px 0 0;
    }
}

.c-banner8 .swiper-scrollbar {
    right: 0;
}

.c-banner8 .swiper-scrollbar-drag {
    background: #e36210;
}

.c-banner8 .swiper-slide {
    height: auto;
}

.c-banner8 .swiper-slide .c-list li {
    margin-bottom: 30px;
}

@media (max-width: 748px) {
    .c-banner8 .swiper-slide .c-list li {
        margin-bottom: 20px;
    }
}

.c-banner8 .swiper-slide .c-list li:last-child {
    margin-bottom: 0;
}

.c-banner8 .swiper-slide .c-list li .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 24px;
    line-height  : 34px;
}

@media (max-width: 748px) {
    .c-banner8 .swiper-slide .c-list li .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner8 .swiper-slide .c-list li .c-text {
    line-height: 2;
    color      : #666;
}

#c-culture1 {
    position  : relative;
    z-index   : 1;
    margin-top: -184px;
    height    : 450vh;
}

@media (max-width: 972px) {
    #c-culture1 {
        margin-top: -144px;
    }
}

#c-culture1 .c-main-wrap {
    position: sticky;
    top     : 0;
    height  : 100vh;
    color   : #fff;
    overflow: hidden;
}

#c-culture1 .c-main-wrap .c-img1 {
    position : absolute;
    top      : 0;
    left     : 0;
    z-index  : 10;
    width    : 100%;
    height   : 100%;
    transform: scale(0.5, 0.5);
}

#c-culture1 .c-main-wrap .c-mask1 {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 9;
    width     : 100%;
    height    : 51vh;
    background: #fff;
}

#c-culture1 .c-main-wrap .c-mask2 {
    position  : absolute;
    top       : 50%;
    left      : 0;
    z-index   : 9;
    width     : 100%;
    height    : 51vh;
    background: #fff;
}

#c-culture1 .c-main-wrap .c-mask3 {
    opacity   : 0.3;
    position  : absolute;
    bottom    : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: #000;
}

#c-culture1 .c-main-wrap video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-culture1 .c-main-wrap video {
        display: none;
    }
}

#c-culture1 .c-main-wrap .c-img3 {
    display   : none;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-culture1 .c-main-wrap .c-img3 {
        display: block;
    }
}

#c-culture1 .c-main-wrap .c-text-box1 {
    position       : absolute;
    top            : 0;
    left           : 0;
    z-index        : 3;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    height         : 100%;
    text-align     : center;
}

#c-culture1 .c-main-wrap .c-text-box1 .c-title {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 60px;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    #c-culture1 .c-main-wrap .c-text-box1 .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-culture1 .c-main-wrap .c-text-box1 .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-culture1 .c-main-wrap .c-text-box1 .c-text {
    font-size  : 36px;
    line-height: 46px;
}

@media (max-width: 1580px) {
    #c-culture1 .c-main-wrap .c-text-box1 .c-text {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture1 .c-main-wrap .c-text-box1 .c-text {
        font-size  : 24px;
        line-height: 34px;
    }
}

#c-culture1 .c-main-wrap .c-text-box2 {
    position       : absolute;
    top            : 100%;
    left           : 0;
    z-index        : 4;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 100%;
    height         : 100%;
    text-align     : center;
    font-size      : 24px;
    line-height    : 2;
}

@media (max-width: 1580px) {
    #c-culture1 .c-main-wrap .c-text-box2 {
        font-size: 20px;
    }
}

@media (max-width: 748px) {
    #c-culture1 .c-main-wrap .c-text-box2 {
        font-size: 16px;
    }
}

#c-culture1 .c-main-wrap .c-text-box2 .c-text {
    margin   : 0 auto;
    max-width: 1000px;
}

#c-culture {
    position: relative;
    z-index : 5;
}

#c-culture .c-common-title {
    margin   : 0 auto 60px;
    max-width: 940px;
}

@media (max-width: 1580px) {
    #c-culture .c-common-title {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture .c-common-title {
        margin-bottom: 30px;
    }
}

#c-culture .c-common-title .c-title {
    margin-bottom: 30px;
}

@media (max-width: 1580px) {
    #c-culture .c-common-title .c-title {
        margin-bottom: 20px;
    }
}

@media (max-width: 748px) {
    #c-culture .c-common-title .c-title {
        margin-bottom: 10px;
    }
}

#c-culture .c-img-box {
    width    : 100%;
    max-width: 300px;
    margin   : 0 auto;
    position : relative;
}

#c-culture .c-img-box img {
    width: 100%;
}

#c-culture .c-img-box .c-play {
    position  : absolute;
    top       : 50%;
    left      : 50%;
    z-index   : 3;
    margin    : -36px 0 0 -36px;
    width     : 72px;
    height    : 72px;
    background: url(../images/bf-ico.png) no-repeat center / 100%;
    cursor    : pointer;
    transition: 0.5s;
}

@media (max-width: 748px) {
    #c-culture .c-img-box .c-play {
        margin: -25px 0 0 -25px;
        width : 50px;
        height: 50px;
    }
}

#c-culture .c-img-box .c-play:hover {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

.c-common-box3 {
    position           : relative;
    z-index            : 1;
    color              : #fff;
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : cover;
}

.c-common-box3::before {
    content   : "";
    position  : absolute;
    bottom    : 0;
    left      : 0;
    z-index   : 3;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

.c-common-box3 .c-img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

.c-common-box3 .c-container2 {
    z-index        : 5;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    height         : 8rem;
}

@media (max-width: 972px) {
    .c-common-box3 .c-container2 {
        padding   : 60px 20px;
        height    : auto;
        min-height: 60vh;
    }
}

.c-common-box3 .c-text-box {
    margin   : 0 auto;
    max-width: 1200px;
}

.c-common-box3 .c-text-box .h2 {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 60px;
    line-height  : 70px;
}

@media (max-width: 1580px) {
    .c-common-box3 .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    .c-common-box3 .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

.c-common-box3 .c-text-box .c-text {
    line-height: 26px;
}

@media (max-width: 1580px) {
    .c-common-box3 .c-text-box .c-text {
        line-height: 24px;
    }
}

.c-common-box3.c-dt .c-img {
    display: none;
}

@media (max-width: 972px) {
    .c-common-box3.c-dt .c-img {
        display: block;
    }
}

.c-common-box3.c-dt video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 972px) {
    .c-common-box3.c-dt video {
        display: none;
    }
}

#c-culture4 {
    position  : relative;
    z-index   : 5;
    background: #000000;
    overflow  : hidden;
}

@media (max-width: 1260px) {
    #c-culture4 {
        padding: 80px 0;
    }
}

@media (max-width: 748px) {
    #c-culture4 {
        padding: 0 0 60px;
    }
}

#c-culture4>img {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-culture4>img {
        position: relative;
        height  : 14rem;
    }
}

#c-culture4>img.c-mb {
    display: none;
}

@media (max-width: 748px) {
    #c-culture4>img.c-mb {
        display: block;
    }
}

@media (max-width: 748px) {
    #c-culture4>img.c-pc {
        display: none;
    }
}

#c-culture4 .c-container2 {
    display    : flex;
    align-items: center;
    height     : 8rem;
}

@media (max-width: 1260px) {
    #c-culture4 .c-container2 {
        height: auto;
    }
}

#c-culture4 .c-text-box {
    width: 50%;
    color: #fff;
}

#c-culture4 .c-text-box h2 {
    font-size    : 24px;
    margin-bottom: 10px;
}

#c-culture4 .c-text-box p {
    font-size    : 18px;
    margin-bottom: 20px;
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box {
        width: 100%;
    }
}

#c-culture4 .c-text-box .c-xwz {
    display    : flex;
    align-items: flex-start;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 64px;
}

@media (max-width: 1580px) {
    #c-culture4 .c-text-box .c-xwz {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box .c-xwz {
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-culture4 .c-text-box .c-xwz img {
    height: 64px;
}

@media (max-width: 1580px) {
    #c-culture4 .c-text-box .c-xwz img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box .c-xwz img {
        height: 30px;
    }
}

#c-culture4 .c-text-box .c-title {
    margin     : 30px 0 60px;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 1.5;
}

@media (max-width: 1580px) {
    #c-culture4 .c-text-box .c-title {
        margin   : 20px 0 40px;
        font-size: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box .c-title {
        font-size: 28px;
        margin   : 10px 0 20px;
    }
}

#c-culture4 .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
}

#c-culture4 .c-text-box .c-list li {
    padding-right: 60px;
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box .c-list li {
        margin-right: 30px;
    }
}

#c-culture4 .c-text-box .c-list li:last-child {
    margin-right: 0;
}

#c-culture4 .c-text-box .c-list li:last-child .c-tbox .c-t2 {
    font-size: 24px;
}

#c-culture4 .c-text-box .c-list li .c-tbox {
    display    : flex;
    align-items: flex-end;
}

#c-culture4 .c-text-box .c-list li .c-tbox .c-t1 {
    position   : relative;
    color      : #2b72de;
    font-size  : 70px;
    line-height: 1;
}

@media (max-width: 1580px) {
    #c-culture4 .c-text-box .c-list li .c-tbox .c-t1 {
        font-size: 50px;
    }
}

@media (max-width: 748px) {
    #c-culture4 .c-text-box .c-list li .c-tbox .c-t1 {
        font-size: 30px;
    }
}

#c-culture4 .c-text-box .c-list li .c-tbox .c-t1 em {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #e36210;
    -webkit-mask: linear-gradient(-108deg, #e36210 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #e36210 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #e36210 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #e36210 16%, transparent);
    mask        : linear-gradient(-108deg, #e36210 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

#c-culture4 .c-text-box .c-list li .c-tbox .c-t2 {
    line-height: 1;
    color      : #e36210;
}

#c-culture4 .c-text-box .c-list li .c-t3 {
    opacity: 0.7;
}

#c-culture5 {
    position  : relative;
    z-index   : 5;
    background: #000000;
}

@media (max-width: 1260px) {
    #c-culture5 {
        padding: 80px 0;
    }
}

@media (max-width: 748px) {
    #c-culture5 {
        padding: 0 0 60px;
    }
}

#c-culture5>img {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-culture5>img {
        position: relative;
        height  : 14rem;
    }
}

#c-culture5>img.c-mb {
    display: none;
}

@media (max-width: 748px) {
    #c-culture5>img.c-mb {
        display: block;
    }
}

@media (max-width: 748px) {
    #c-culture5>img.c-pc {
        display: none;
    }
}

#c-culture5 .c-container2 {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    height         : 8rem;
}

@media (max-width: 1260px) {
    #c-culture5 .c-container2 {
        height: auto;
    }
}

#c-culture5 .c-text-box {
    width: 50%;
    color: #fff;
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box {
        margin-top: 20px;
        width     : 100%;
    }
}

#c-culture5 .c-text-box .c-xwz {
    display    : flex;
    align-items: flex-start;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 64px;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-xwz {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box .c-xwz {
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-culture5 .c-text-box .c-xwz img {
    height: 64px;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-xwz img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box .c-xwz img {
        height: 30px;
    }
}

#c-culture5 .c-text-box .c-title {
    margin     : 30px 0 50px;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-title {
        margin     : 20px 0 20px;
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box .c-title {
        font-size  : 30px;
        line-height: 40px;
        margin     : 10px 0 10px;
    }
}

#c-culture5 .c-text-box .c-title img {
    height        : 60px;
    vertical-align: middle;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-title img {
        height: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box .c-title img {
        height: 30px;
    }
}

#c-culture5 .c-text-box .c-text {
    margin-bottom: 60px;
    font-family  : "opensans-bold";
    font-size    : 24px;
    line-height  : 34px;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-text {
        margin-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-culture5 .c-text-box .c-text {
        margin-bottom: 20px;
    }
}

#c-culture5 .c-text-box .c-list {
    display    : flex;
    align-items: flex-start;
}

#c-culture5 .c-text-box .c-list li {
    margin-right : 20px;
    padding      : 30px;
    font-family  : "opensans-bold";
    border       : 2px solid #e36210;
    border-radius: 3px;
}

@media (max-width: 1580px) {
    #c-culture5 .c-text-box .c-list li {
        padding: 20px;
    }
}

#c-culture5 .c-text-box .c-list li:last-child {
    margin-right: 0;
}

#c-culture5 .c-text-box .c-list li>div {
    position: relative;
}

#c-culture5 .c-text-box .c-list li>div p:first-child {
    color: #2b72de;
}

#c-culture5 .c-text-box .c-list li>div p:last-child {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #e36210;
    -webkit-mask: linear-gradient(-108deg, #e36210 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #e36210 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #e36210 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #e36210 16%, transparent);
    mask        : linear-gradient(-108deg, #e36210 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

@-webkit-keyframes roll1 {
    0% {
        -webkit-transform: translateX(0);
        transform        : translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform        : translateX(-100%);
    }
}

@keyframes roll1 {
    0% {
        -webkit-transform: translateX(0);
        transform        : translateX(0);
    }

    100% {
        -webkit-transform: translateX(-50%);
        transform        : translateX(-50%);
    }
}

#c-culture6 {
    position  : relative;
    z-index   : 5;
    background: #000;
    overflow  : hidden;
}

@media (max-width: 1260px) {
    #c-culture6 {
        padding: 80px 0;
    }
}

@media (max-width: 748px) {
    #c-culture6 {
        padding: 0 0 60px;
    }
}

#c-culture6::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: url(../images/5g-yy.png) repeat-y left top / 100% auto;
}

#c-culture6 .c-img-box {
    position         : absolute;
    top              : 0;
    left             : 0;
    z-index          : 1;
    display          : flex;
    align-items      : flex-start;
    justify-content  : flex-start;
    animation        : roll1 80s linear infinite;
    -webkit-animation: roll1 80s linear infinite;
}

@media (max-width: 1260px) {
    #c-culture6 .c-img-box {
        top       : 50%;
        margin-top: -4rem;
    }
}

@media (max-width: 748px) {
    #c-culture6 .c-img-box {
        margin-top: -150px;
    }
}

#c-culture6 .c-img-box img {
    width : auto;
    height: 8rem;
    flex  : none;
}

@media (max-width: 1260px) {
    #c-culture6 .c-img-box img {
        height: 300px;
    }
}

#c-culture6 .c-container2 {
    z-index    : 5;
    display    : flex;
    align-items: center;
    height     : 8rem;
}

@media (max-width: 1260px) {
    #c-culture6 .c-container2 {
        height    : auto;
        min-height: 16rem;
    }
}

#c-culture6 .c-text-box {
    color: #fff;
}

#c-culture6 .c-text-box .c-text1 {
    font-size  : 30px;
    line-height: 40px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-culture6 .c-text-box .c-text1 {
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-culture6 .c-text-box .c-title {
    margin     : 40px 0 60px;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-culture6 .c-text-box .c-title {
        margin     : 20px 0 40px;
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-culture6 .c-text-box .c-title {
        margin     : 10px 0 20px;
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-culture6 .c-text-box .c-text2 {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-culture6 .c-text-box .c-text2 {
        font-size  : 16px;
        line-height: 26px;
    }
}

#c-culture6 .c-text-box .c-text2 i {
    font-style: normal;
    color     : #e36210;
}

#c-UV1 {
    position: relative;
    height  : 220vh;
}

#c-UV1 .c-main-wrap {
    position: sticky;
    top     : 0;
    height  : 100vh;
}

/* 
#c-UV1 .c-main-wrap .c-common-box {
    height: 100%;
}

#c-UV1 .c-main-wrap .c-common-box::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 4;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-UV1 .c-main-wrap .c-common-box .c-text-box {
    z-index   : 5;
    height    : 100%;
    background: transparent;
}

#c-UV1 .c-main-wrap .c-common-box .c-text-box .c-container {
    margin-top: 50px;
}

#c-UV1 .c-main-wrap .c-common-box .c-text-box2 {
    position       : absolute;
    top            : 100%;
    left           : 0;
    z-index        : 5;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    color          : #fff;
}

#c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
    margin     : 0 auto 35px;
    font-family: "opensans-bold";
    font-size  : 60px;
    line-height: 70px;
}

@media (max-width: 1580px) {
    #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-text {
    margin     : 0 auto;
    max-width  : 800px;
    font-size  : 24px;
    line-height: 34px;
}

@media (max-width: 748px) {
    #c-UV1 .c-main-wrap .c-common-box .c-text-box2 .c-text {
        font-size  : 20px;
        line-height: 30px;
    }
} */

#c-UV2 {
    position  : relative;
    height    : 200vh;
    background: #131519;
}

#c-UV2 .c-main-wrap {
    position: sticky;
    top     : 0;
    height  : 100vh;
    overflow: hidden;
}

#c-UV2 .c-main-wrap .c-box-wrap {
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
    width      : 100%;
    height     : 100%;
    overflow   : hidden;
}

@media (max-width: 972px) {
    #c-UV2 .c-main-wrap .c-box-wrap {
        align-content: center;
    }
}

#c-UV2 .c-main-wrap .c-box-wrap .c-img-box {
    position   : relative;
    display    : flex;
    align-items: center;
    width      : 50%;
    height     : 100%;
}

@media (max-width: 972px) {
    #c-UV2 .c-main-wrap .c-box-wrap .c-img-box {
        width : 100%;
        height: 16rem;
    }
}

#c-UV2 .c-main-wrap .c-box-wrap .c-img-box img {
    width: 100%;
}

@media (max-width: 972px) {
    #c-UV2 .c-main-wrap .c-box-wrap .c-img-box img {
        width : auto;
        height: 100%;
    }
}

#c-UV2 .c-main-wrap .c-box-wrap .c-text-box {
    position     : relative;
    padding-right: 2.6rem;
    width        : 50%;
}

@media (max-width: 972px) {
    #c-UV2 .c-main-wrap .c-box-wrap .c-text-box {
        padding: 0 20px;
        width  : 100%;
    }
}

#c-UV2 .c-main-wrap .c-box-wrap .c-text-box .c-title {
    margin-bottom: 30px;
}

#c-UV2 .c-main-wrap .c-item1 {
    background: #deecf9;
}

#c-UV2 .c-main-wrap .c-item2 {
    opacity   : 0;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : -1;
    background: #131519;
    color     : #fff;
}

#c-UV3 .c-main-wrap {
    position       : sticky;
    top            : 0;
    z-index        : 2;
    text-align     : center;
    display        : flex;
    align-items    : center;
    justify-content: center;
    flex-wrap      : wrap;
}

#c-UV3 .c-main-wrap>div {
    width: 100%;
}

#c-UV3 .c-main-wrap .c-text-box {
    max-width: 950px;
    margin   : 0 auto;
}

#c-UV3 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 20px;
    font-family  : "opensans-bold";
    font-size    : 48px;
    line-height  : 58px;
}

@media (max-width: 1580px) {
    #c-UV3 .c-main-wrap .c-text-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-UV3 .c-main-wrap .c-text-box .c-title {
        margin-bottom: 10px;
        font-size    : 30px;
        line-height  : 40px;
    }
}

#c-UV3 .c-main-wrap .c-text-box .c-text {
    margin-bottom: 80px;
    font-size    : 18px;
    line-height  : 28px;
    color        : #666;
}

@media (max-width: 1580px) {
    #c-UV3 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 40px;
        font-size    : 16px;
        line-height  : 24px;
    }
}

@media (max-width: 748px) {
    #c-UV3 .c-main-wrap .c-text-box .c-text {
        margin-bottom: 30px;
    }
}

#c-UV3 .c-main-wrap .c-video {
    position  : relative;
    margin    : 0 2.6rem;
    height    : 9.5rem;
    transition: 1s;
    overflow  : hidden;
}

@media (max-width: 748px) {
    #c-UV3 .c-main-wrap .c-video {
        display: none;
    }
}

#c-UV3 .c-main-wrap .c-video video {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    margin-bottom    : -5px;
    width            : 100vw;
    height           : 100%;
    object-fit       : cover;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
}

#c-UV3 .c-main-wrap img {
    width     : 100%;
    object-fit: cover;
    display   : none;
}

@media (max-width: 748px) {
    #c-UV3 .c-main-wrap img {
        margin-bottom: 60px;
        height       : 16rem;
        display      : block;
    }
}

#c-UV3.on .c-main-wrap .c-video {
    margin: 0;
}

#c-UV4 {
    position   : relative;
    z-index    : 5;
    display    : flex;
    align-items: center;
    flex-wrap  : wrap;
}

#c-UV4 .c-img-box {
    width : 50%;
    height: 9.5rem;
}

@media (max-width: 972px) {
    #c-UV4 .c-img-box {
        width : 100%;
        height: 14rem;
    }
}

#c-UV4 .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV4 .c-text-box {
    display    : flex;
    align-items: center;
    width      : 50%;
    padding    : 80px 2.6rem 80px 100px;
}

@media (max-width: 1580px) {
    #c-UV4 .c-text-box {
        padding: 60px 2.6rem 60px 60px;
    }
}

@media (max-width: 972px) {
    #c-UV4 .c-text-box {
        padding: 80px 20px;
        width  : 100%;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box {
        padding: 60px 20px;
        width  : 100%;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box .c-title {
        margin-bottom: 10px;
    }
}

#c-UV4 .c-text-box .c-text {
    padding: 20px 0 70px;
    opacity: 0.7;
}

@media (max-width: 1580px) {
    #c-UV4 .c-text-box .c-text {
        padding: 20px 0 40px;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box .c-text {
        padding: 10px 0 30px;
    }
}

#c-UV4 .c-text-box .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    text-align     : left;
}

#c-UV4 .c-text-box .c-list li {
    max-width: 160px;
}

#c-UV4 .c-text-box .c-list .c-tbox {
    margin-bottom  : 10px;
    display        : flex;
    align-items    : flex-end;
    justify-content: flex-start;
}

#c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
    position   : relative;
    font-size  : 72px;
    line-height: 82px;
    color      : #2b72de;
}

@media (max-width: 1580px) {
    #c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
        font-size  : 50px;
        line-height: 60px;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box .c-list .c-tbox .c-t1 {
        font-size  : 40px;
        line-height: 50px;
    }
}

#c-UV4 .c-text-box .c-list .c-tbox .c-t1 em {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #e36210;
    -webkit-mask: linear-gradient(-108deg, #e36210 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #e36210 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #e36210 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #e36210 16%, transparent);
    mask        : linear-gradient(-108deg, #e36210 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

#c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
    margin-left: 5px;
    font-size  : 18px;
    line-height: 28px;
    color      : #e36210;
}

@media (max-width: 1580px) {
    #c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
        font-size  : 16px;
        line-height: 26px;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box .c-list .c-tbox .c-t2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-UV4 .c-text-box .c-list .c-t3 {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.7;
}

@media (max-width: 1580px) {
    #c-UV4 .c-text-box .c-list .c-t3 {
        font-size  : 16px;
        line-height: 26px;
    }
}

@media (max-width: 748px) {
    #c-UV4 .c-text-box .c-list .c-t3 {
        font-size  : 16px;
        line-height: 24px;
    }
}

@-webkit-keyframes flicker1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes flicker1 {
    0% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

#c-UV5 {
    position  : relative;
    z-index   : 5;
    background: #DEECF9;
    overflow  : hidden;
}

#c-UV5 .c-title-box {
    text-align: center;
}

#c-UV5 .c-title-box .c-text {
    margin: 40px 0 80px;
}

@media (max-width: 1580px) {
    #c-UV5 .c-title-box .c-text {
        margin: 20px 0 40px;
    }
}

#c-UV5 .c-img-box {
    position : relative;
    margin   : 0 auto;
    max-width: 5.2rem;
}

@media (max-width: 1580px) {
    #c-UV5 .c-img-box {
        max-width: 6rem;
    }
}

@media (max-width: 972px) {
    #c-UV5 .c-img-box {
        max-width: 10rem;
    }
}

@media (max-width: 748px) {
    #c-UV5 .c-img-box {
        max-width        : 8rem;
        -webkit-transform: translateX(-80px);
        transform        : translateX(-80px);
    }
}

#c-UV5 .c-img-box img {
    width: 100%;
}

#c-UV5 .c-img-box img:nth-child(2) {
    opacity : 0;
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : 2;
    width   : 100%;
}

#c-UV5 .c-img-box .c-list {
    position: absolute;
    top     : 0;
    left    : 0;
    z-index : 3;
    width   : 100%;
    height  : 100%;
}

#c-UV5 .c-img-box .c-list li {
    position         : absolute;
    left             : 69.92337%;
    display          : flex;
    align-items      : center;
    -webkit-transform: translateY(-50%);
    transform        : translateY(-50%);
}

#c-UV5 .c-img-box .c-list li:nth-child(1) {
    top: 23.62068%;
}

#c-UV5 .c-img-box .c-list li:nth-child(2) {
    top: 34.739%;
}

#c-UV5 .c-img-box .c-list li:nth-child(3) {
    top: 45.234%;
}

#c-UV5 .c-img-box .c-list li .c-dot {
    opacity        : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 18px;
    height         : 18px;
    border-radius  : 50%;
    background     : rgba(0, 173, 187, 0.3);
    transition     : all 0s;
}

#c-UV5 .c-img-box .c-list li .c-dot::before {
    content      : "";
    display      : block;
    width        : 10px;
    height       : 10px;
    background   : #e36210;
    border-radius: 50%;
}

#c-UV5 .c-img-box .c-list li .c-line {
    position: relative;
    margin  : 0 30px 0 -4px;
    width   : 200px;
    height  : 2px;
}

@media (max-width: 972px) {
    #c-UV5 .c-img-box .c-list li .c-line {
        width: 100px;
    }
}

@media (max-width: 748px) {
    #c-UV5 .c-img-box .c-list li .c-line {
        margin-right: 20px;
        width       : 50px;
    }
}

#c-UV5 .c-img-box .c-list li .c-line::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 0;
    height    : 100%;
    background: #e36210;
    transition: all 0s;
}

#c-UV5 .c-img-box .c-list li .c-text {
    opacity    : 0;
    white-space: nowrap;
    transition : all 0s;
    font-family: "opensans-bold";
}

@media (max-width: 1580px) {
    #c-UV5 .c-img-box .c-list li .c-text {
        font-size: 12px;
    }
}

#c-UV5.on .c-img-box img:nth-child(2) {
    animation        : flicker1 1s 1.7s linear infinite;
    -webkit-animation: flicker1 1s 1.7s linear infinite;
}

#c-UV5.on .c-img-box .c-list li .c-dot {
    opacity   : 1;
    transition: all 0.5s;
}

#c-UV5.on .c-img-box .c-list li .c-line::before {
    width     : 100%;
    transition: all 1s 0.5s;
}

#c-UV5.on .c-img-box .c-list li .c-text {
    opacity   : 1;
    transition: all 0.5s 1.2s;
}

#c-UV6 {
    position  : relative;
    color     : #fff;
    text-align: center;
}

#c-UV6::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, 0.3);
}

#c-UV6>video {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-UV6>video {
        display: none;
    }
}

#c-UV6>img {
    display   : none;
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

@media (max-width: 748px) {
    #c-UV6>img {
        display: block;
    }
}

#c-UV6 .c-container2 {
    position       : relative;
    z-index        : 2;
    display        : flex;
    align-items    : center;
    justify-content: center;
    height         : 7.1rem;
}

@media (max-width: 748px) {
    #c-UV6 .c-container2 {
        min-height: 50vh;
    }
}

#c-UV6 .c-text-box {
    width    : 100%;
    max-width: 1200px;
}

#c-UV7 {
    position  : relative;
    z-index   : 5;
    background: #e5e5e5;
    overflow  : hidden;
}

#c-UV7 .c-title-box {
    text-align: center;
}

#c-UV7 .c-title-box .c-text {
    margin: 40px 0;
}

@media (max-width: 1580px) {
    #c-UV7 .c-title-box .c-text {
        margin: 20px 0 40px;
    }
}

@media (max-width: 748px) {
    #c-UV7 .c-title-box .c-text {
        margin: 10px 0 30px;
    }
}

#c-UV7 .c-img-box {
    margin   : 0 auto;
    width    : 10.52rem;
    max-width: 1052px;
}

@media (max-width: 748px) {
    #c-UV7 .c-img-box {
        width    : 100%;
        max-width: 100%;
    }
}

#c-UV7 .c-img-box img {
    margin           : 0 -25%;
    width            : 150%;
    -webkit-transform: translatex(1.5%);
    transform        : translatex(1.5%);
}

#c-UV7 .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : -1.8rem -15px -30px;
}

@media (max-width: 748px) {
    #c-UV7 .c-list {
        margin: -3rem -15px -20px;
    }
}

#c-UV7 .c-list li {
    padding: 0 15px 30px;
    width  : 33.333333%;
}

@media (max-width: 748px) {
    #c-UV7 .c-list li {
        padding: 0 15px 20px;
        width  : 100%;
    }
}

#c-UV7 .c-list li .c-wrap {
    position     : relative;
    height       : 4.75rem;
    border-radius: 10px;
    overflow     : hidden;
    transition   : all 0.5s;
}

@media (max-width: 748px) {
    #c-UV7 .c-list li .c-wrap {
        height: 14rem;
    }
}

#c-UV7 .c-list li .c-wrap img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV7 .c-list li .c-wrap video {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV7 .c-list li .c-wrap .c-text-box {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    z-index   : 5;
    padding   : 35px 20px;
    width     : 100%;
    color     : #fff;
    background: rgba(0, 0, 0, 0.3);
}

@media (max-width: 1260px) {
    #c-UV7 .c-list li .c-wrap .c-text-box {
        padding: 20px;
    }
}

@media (max-width: 1260px) {
    #c-UV7 .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 16px;
        line-height: 26px;
    }
}

@media (max-width: 972px) {
    #c-UV7 .c-list li .c-wrap .c-text-box .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-UV7 .c-list li .c-wrap .c-text-box .c-text {
    margin-top : 5px;
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    #c-UV7 .c-list li .c-wrap .c-text-box .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 972px) {
    #c-UV7 .c-list li .c-wrap .c-text-box .c-text {
        font-size  : 12px;
        line-height: 22px;
    }
}

@media (min-width: 993px) {
    #c-UV7 .c-list li .c-wrap:hover {
        transform        : scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
    }
}

@-webkit-keyframes showUv8img {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

@keyframes showUv8img {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

#c-UV8 {
    position  : relative;
    z-index   : 5;
    background: #1d1d1d;
    height    : 350vh;
}

#c-UV8 .c-list {
    position: sticky;
    top     : 0;
    width   : 100%;
    height  : 100vh;
}

#c-UV8 .c-list>li {
    position  : absolute;
    top       : 0;
    left      : 0;
    width     : 100%;
    height    : 100%;
    transition: 0.5s;
    background: #1d1d1d;
}

#c-UV8 .c-list .c-item1 {
    position: relative;
}

#c-UV8 .c-list .c-item1 .c-img-box {
    position: relative;
    height  : 100%;
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item1 .c-img-box {
        height: 10rem;
    }
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item1 .c-img-box {
        height: 14rem;
    }
}

#c-UV8 .c-list .c-item1 .c-img-box::before {
    content   : "";
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 3;
    width     : 100%;
    height    : 100%;
    background: url(../images/uv8-yy.png) no-repeat top left / cover;
}

#c-UV8 .c-list .c-item1 .c-img-box img {
    position  : absolute;
    top       : 0;
    left      : 0;
    z-index   : 1;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV8 .c-list .c-item1 .c-img-box img:nth-child(2) {
    opacity   : 0;
    transition: 0.5s;
}

#c-UV8 .c-list .c-item1 .c-text-box {
    position   : absolute;
    top        : 0;
    left       : 0;
    z-index    : 10;
    padding-top: 120px;
    width      : 100%;
    text-align : center;
    color      : #fff;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item1 .c-text-box {
        padding-top: 80px;
    }
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item1 .c-text-box {
        top: 14rem;
    }
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 {
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    text-align     : center;
    max-width      : 960px;
    margin         : 80px auto 0;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 {
        margin-top: 40px;
    }
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-box {
        width    : 30%;
        max-width: auto;
    }
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox {
    margin-bottom  : 10px;
    display        : flex;
    align-items    : flex-end;
    justify-content: center;
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
    position   : relative;
    font-size  : 72px;
    line-height: 82px;
    color      : #2B72DE;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
        font-size  : 50px;
        line-height: 60px;
    }
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t1 em {
    content     : attr(data-text);
    position    : absolute;
    z-index     : 10;
    color       : #e36210;
    -webkit-mask: linear-gradient(-108deg, #e36210 16%, transparent);
    -moz-mask   : linear-gradient(-108deg, #e36210 16%, transparent);
    -ms-mask    : linear-gradient(-108deg, #e36210 16%, transparent);
    -o-mask     : linear-gradient(-108deg, #e36210 16%, transparent);
    mask        : linear-gradient(-108deg, #e36210 16%, transparent);
    left        : 0;
    right       : 0;
    top         : 0;
    font-style  : normal;
    font-weight : normal;
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t2 {
    font-size  : 18px;
    line-height: 28px;
    color      : #e36210;
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-tbox .c-t2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-t3 {
    font-size  : 18px;
    line-height: 28px;
    opacity    : 0.7;
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item1 .c-text-box .c-list2 .c-t3 {
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-UV8 .c-list .c-item1.on .c-img-box img:nth-child(2) {
    opacity: 1;
}

#c-UV8 .c-list .c-item2 {
    opacity    : 0;
    z-index    : -1;
    display    : flex;
    align-items: center;
    color      : #fff;
    background : #1d1d1d;
}

#c-UV8 .c-list .c-item2 .c-text-box {
    position    : relative;
    z-index     : 2;
    padding-left: 2.6rem;
    width       : 60%;
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item2 .c-text-box {
        margin-top: 10rem;
        padding   : 0 20px;
        width     : 100%;
    }
}

#c-UV8 .c-list .c-item2 .c-text-box .c-text {
    max-width : 560px;
    margin-top: 50px;
    opacity   : 0.7;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item2 .c-text-box .c-text {
        margin-top: 40px;
    }
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item2 .c-text-box .c-text {
        max-width: 100%;
    }
}

#c-UV8 .c-list .c-item2 .c-img-box {
    position: absolute;
    width   : 50%;
    z-index : 1;
    top     : 0;
    right   : 0;
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item2 .c-img-box {
        width: 70%;
    }
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item2 .c-img-box {
        width: 90%;
    }
}

#c-UV8 .c-list .c-item2 .c-img-box img {
    opacity : 0;
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
}

#c-UV8 .c-list .c-item2 .c-img-box img:first-child {
    position: relative;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(1) {
    transition: 0s 0.7s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(2) {
    transition: 0s 0.6s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(3) {
    transition: 0s 0.5s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(4) {
    transition: 0s 0.4s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(5) {
    transition: 0s 0.3s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(6) {
    transition: 0s 0.2s;
}

#c-UV8 .c-list .c-item2 .c-img-box img:nth-child(7) {
    transition: 0s 0.1s;
}

#c-UV8 .c-list .c-item2.on {
    opacity: 1;
    z-index: 5;
}

#c-UV8 .c-list .c-item2.on img:nth-child(1) {
    transition: 0s 0.1s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(2) {
    transition: 0s 0.2s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(3) {
    transition: 0s 0.3s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(4) {
    transition: 0s 0.4s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(5) {
    transition: 0s 0.5s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(6) {
    transition: 0s 0.6s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item2.on img:nth-child(7) {
    transition: 0s 0.7s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3 {
    opacity   : 0;
    z-index   : -1;
    color     : #fff;
    background: #1d1d1d;
}

#c-UV8 .c-list .c-item3 .c-text-box {
    position  : relative;
    z-index   : 2;
    padding   : 120px 2.6rem 0;
    text-align: center;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item3 .c-text-box {
        padding-top: 80px;
    }
}

@media (max-width: 972px) {
    #c-UV8 .c-list .c-item3 .c-text-box {
        padding   : 0 20px;
        margin-top: 8rem;
    }
}

#c-UV8 .c-list .c-item3 .c-text-box .c-text {
    margin-top: 50px;
    opacity   : 0.7;
}

@media (max-width: 1580px) {
    #c-UV8 .c-list .c-item3 .c-text-box .c-text {
        margin-top: 40px;
    }
}

#c-UV8 .c-list .c-item3 .c-img-box {
    position: absolute;
    width   : 100%;
    z-index : 1;
    top     : 0;
    bottom  : 0;
    overflow: hidden;
}

#c-UV8 .c-list .c-item3 .c-img-box img {
    opacity : 0;
    position: absolute;
    bottom  : 0;
    left    : 0;
    width   : 100%;
}

@media (max-width: 748px) {
    #c-UV8 .c-list .c-item3 .c-img-box img {
        left : -50%;
        width: 200%;
    }
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(1) {
    transition: 0s 0.7s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(2) {
    transition: 0s 0.6s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(3) {
    transition: 0s 0.5s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(4) {
    transition: 0s 0.4s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(5) {
    transition: 0s 0.3s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(6) {
    transition: 0s 0.2s;
}

#c-UV8 .c-list .c-item3 .c-img-box img:nth-child(7) {
    transition: 0s 0.1s;
}

#c-UV8 .c-list .c-item3.on {
    opacity: 1;
    z-index: 5;
}

#c-UV8 .c-list .c-item3.on img:nth-child(1) {
    transition: 0s 0.1s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(2) {
    transition: 0s 0.2s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(3) {
    transition: 0s 0.3s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(4) {
    transition: 0s 0.4s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(5) {
    transition: 0s 0.5s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(6) {
    transition: 0s 0.6s;
    opacity   : 1;
}

#c-UV8 .c-list .c-item3.on img:nth-child(7) {
    transition: 0s 0.7s;
    opacity   : 1;
}

#c-UV9 {
    position: relative;
    height  : 550vh;
}

@media (max-width: 972px) {
    #c-UV9 {
        height: 300vh;
    }
}

#c-UV9 .c-box1 {
    position: sticky;
    top     : 0;
    z-index : 1;
    width   : 100%;
    height  : 100vh;
    overflow: hidden;
}

#c-UV9 .c-box1 img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV9 .c-box1 .c-text-box {
    position       : absolute;
    top            : 0;
    left           : 0;
    z-index        : 3;
    display        : flex;
    align-items    : center;
    justify-content: center;
    text-align     : center;
    width          : 100%;
    height         : 100%;
    color          : #fff;
}

#c-UV9 .c-box1 .c-text-box>div {
    margin-top: -4rem;
}

@media (max-width: 748px) {
    #c-UV9 .c-box1 .c-text-box>div {
        margin-top: -10rem;
    }
}

#c-UV9 .c-box1 .c-text-box .c-text {
    margin-top: 30px;
    opacity   : 0.7;
}

#c-UV9 .c-box2 {
    position  : sticky;
    top       : 0;
    z-index   : 2;
    background: #1d1d1d;
    height    : 100vh;
}

#c-UV9 .c-box2 .c-mask {
    position  : absolute;
    top       : -99%;
    left      : 0;
    z-index   : 2;
    width     : 100%;
    height    : 100%;
    background: url(../images/uv9-yy.png) no-repeat bottom left / cover;
}

#c-UV9 .c-box2 .c-list-box {
    display     : flex;
    align-items : center;
    padding-left: 2.6rem;
    width       : 62%;
    height      : 100%;
    overflow    : hidden;
}

@media (max-width: 972px) {
    #c-UV9 .c-box2 .c-list-box {
        padding    : 0 20px;
        width      : 100%;
        align-items: flex-start;
    }
}

#c-UV9 .c-box2 .c-list-box .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -0.3rem -0.8rem;
}

@media (max-width: 972px) {
    #c-UV9 .c-box2 .c-list-box .c-list {
        margin: 3rem -15px -5px;
    }
}

#c-UV9 .c-box2 .c-list-box .c-list li {
    position: relative;
    padding : 0 0.3rem 0.8rem;
    width   : 33.333333%;
}

@media (max-width: 972px) {
    #c-UV9 .c-box2 .c-list-box .c-list li {
        padding: 5px 20px;
        width  : 50%;
    }
}

#c-UV9 .c-box2 .c-list-box .c-list li img {
    max-width: 100%;
}

@media (max-width: 972px) {
    #c-UV9 .c-box2 .c-list-box .c-list li img {
        width: 60%;
    }
}

#c-UV9 .c-box2 .c-list-box .c-list li .c-text {
    margin-top : 20px;
    font-size  : 18px;
    line-height: 28px;
    color      : #fff;
}

@media (max-width: 972px) {
    #c-UV9 .c-box2 .c-list-box .c-list li .c-text {
        margin-top : 10px;
        font-size  : 16px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-UV9 .c-box2 .c-list-box .c-list li .c-text {
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-UV9 .c-box2 .c-gt {
    position: absolute;
    bottom  : 0;
    right   : 0;
    width   : 38%;
}

@media (max-width: 748px) {
    #c-UV9 .c-box2 .c-gt {
        right            : 50%;
        width            : 46%;
        -webkit-transform: translateX(50%);
        transform        : translateX(50%);
    }
}

#c-UV9 .c-box2 .c-gt img {
    width: 100%;
}

#c-UV11 .c-main-title {
    text-align: center;
}

.c-banner9-top {
    margin   : 50px auto 60px;
    max-width: 800px;
}

@media (max-width: 1580px) {
    .c-banner9-top {
        margin: 30px auto 40px;
    }
}

.c-banner9-top .c-text {
    padding-bottom: 15px;
    font-size     : 18px;
    line-height   : 28px;
    text-align    : center;
    border-bottom : 2px solid #ccc;
    transition    : all 0.5s;
    cursor        : pointer;
}

@media (max-width: 1580px) {
    .c-banner9-top .c-text {
        font-size  : 16px;
        line-height: 26px;
    }
}

@media (max-width: 748px) {
    .c-banner9-top .c-text {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-banner9-top .swiper-slide-thumb-active .c-text {
    color       : #e36210;
    border-color: #e36210;
    font-weight : bold;
}

.c-banner9-bottom-wrap {
    position: relative;
}

.c-banner9-bottom-wrap .c-next,
.c-banner9-bottom-wrap .c-prev {
    position  : absolute;
    top       : 50%;
    opacity   : 0.2;
    right     : -1rem;
    margin-top: -20px;
    width     : 20px;
    height    : 40px;
    background: url(../images/next.png) no-repeat center / 100% auto;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 972px) {

    .c-banner9-bottom-wrap .c-next,
    .c-banner9-bottom-wrap .c-prev {
        display: none;
    }
}

.c-banner9-bottom-wrap .c-next:hover,
.c-banner9-bottom-wrap .c-prev:hover {
    opacity: 1;
}

.c-banner9-bottom-wrap .c-prev {
    right           : auto;
    left            : -1rem;
    background-image: url(../images/prev.png);
}

.c-banner9-bottom .c-wrap {
    display    : flex;
    align-items: center;
    background : #deecf9;
    flex-wrap  : wrap;
}

.c-banner9-bottom .c-wrap .c-text-box {
    padding    : 0 130px 0 90px;
    width      : 50%;
    display    : flex;
    align-items: center;
}

@media (max-width: 1580px) {
    .c-banner9-bottom .c-wrap .c-text-box {
        padding: 0 80px;
    }
}

@media (max-width: 1260px) {
    .c-banner9-bottom .c-wrap .c-text-box {
        padding: 40px;
    }
}

@media (max-width: 748px) {
    .c-banner9-bottom .c-wrap .c-text-box {
        padding: 20px;
        width  : 100%;
    }
}

.c-banner9-bottom .c-wrap .c-text-box .c-text1 {
    margin-bottom: 10px;
    font-family  : "opensans-bold";
    font-size    : 36px;
    line-height  : 46px;
}

@media (max-width: 1580px) {
    .c-banner9-bottom .c-wrap .c-text-box .c-text1 {
        font-size  : 30px;
        line-height: 40px;
    }
}

@media (max-width: 748px) {
    .c-banner9-bottom .c-wrap .c-text-box .c-text1 {
        font-size  : 20px;
        line-height: 30px;
    }
}

.c-banner9-bottom .c-wrap .c-text-box .c-text2 {
    font-size  : 18px;
    line-height: 28px;
}

@media (max-width: 1580px) {
    .c-banner9-bottom .c-wrap .c-text-box .c-text2 {
        font-size  : 16px;
        line-height: 26px;
    }
}

@media (max-width: 748px) {
    .c-banner9-bottom .c-wrap .c-text-box .c-text2 {
        font-size  : 16px;
        line-height: 24px;
    }
}

.c-banner9-bottom .c-wrap .c-img-box {
    width: 50%;
}

@media (max-width: 748px) {
    .c-banner9-bottom .c-wrap .c-img-box {
        width: 100%;
    }
}

.c-banner9-bottom .c-wrap .c-img-box img {
    width: 100%;
}

#c-UV10 {
    position: relative;
    height  : 9.5rem;
}

@media (max-width: 972px) {
    #c-UV10 {
        height: 14rem;
    }
}

#c-UV10 .pro_alt {
    position         : absolute;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    z-index          : 4;
    width            : 180px;
    height           : 180px;
    background-color : #ffffff;
    box-shadow       : 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
    border-radius    : 3px;
    padding          : 80px 40px;
    display          : none;
}

@media (max-width: 1580px) {
    #c-UV10 .pro_alt {
        padding: 40px 30px;
        width  : 150px;
        height : 100px;
    }
}

#c-UV10 .pro_alt .xian {
    width           : 100%;
    height          : 2px;
    background-color: #dddddd;
    position        : relative;
    margin-bottom   : 16px;
}

@media (max-width: 1580px) {
    #c-UV10 .pro_alt .xian {
        margin-bottom: 12px;
    }
}

#c-UV10 .pro_alt .xian img {
    position         : absolute;
    top              : 0;
    left             : 0;
    transform        : translateY(-50%);
    width            : 16px;
    -webkit-animation: rit 5s linear infinite;
    animation        : rit 5s linear infinite;
}

@media (max-width: 1580px) {
    #c-UV10 .pro_alt .xian img {
        width: 12px;
    }
}

#c-UV10 .pro_alt p {
    text-align : center;
    font-size  : 16px;
    color      : #e36210;
    line-height: 1.1;
}

@media (max-width: 1580px) {
    #c-UV10 .pro_alt p {
        font-size: 14px;
    }
}

#c-UV10 .c-mask {
    content            : "";
    position           : absolute;
    top                : 0;
    left               : 0;
    z-index            : 5;
    width              : 100%;
    height             : 100%;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none;
}

#c-UV10 .c-mask.on {
    cursor: grab;
}

#c-UV10 .c-bj {
    position  : absolute;
    top       : 0;
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-UV10 .c-img-box {
    margin  : 0 auto;
    position: relative;
    width   : 9.5rem;
    height  : 100%;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-UV10 .c-img-box {
        width: 14rem;
    }
}

#c-UV10 .c-img-box img {
    opacity : 0;
    position: absolute;
    top     : 0;
    left    : 0;
    width   : 100%;
    height  : 100%;
}

#c-UV10 .c-img-box img.on {
    opacity: 1;
}


/* 首页提示 */

#c-home-tips {
    display   : none;
    position  : fixed;
    z-index   : 890;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}

#c-home-tips .c-wrap {
    display        : flex;
    align-items    : center;
    justify-content: space-between;
    position       : relative;
    padding        : 35px 0;
    line-height    : 24px;
    text-align     : center;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap {
        flex-wrap      : wrap;
        justify-content: center;
        padding        : 15px 0;
    }
}

#c-home-tips .c-wrap p {
    margin-right: 30px;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap p {
        width: 100%;
    }
}

#c-home-tips .c-wrap .c-common-btn2 {
    margin-right: 30px;
    flex-shrink : 0;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap .c-common-btn2 {
        margin-right: 0;
        margin-top  : 10px;
        flex-shrink : 1;
    }
}

#c-home-tips .c-wrap a {
    color: #e36210;
}

#c-home-tips .c-wrap a:hover {
    text-decoration: underline;
}

#c-home-tips .c-wrap .c-close {
    position  : absolute;
    top       : 50%;
    right     : -20px;
    margin-top: -10px;
    width     : 20px;
    height    : 20px;
    background: url(../images/close3.png) no-repeat center / 18px;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-home-tips .c-wrap .c-close {
        top  : 20px;
        right: -10px;
    }
}

#c-partner-title {
    text-align: center;
}

#c-partner-title .c-title-box img {
    height: 55px;
}

@media (max-width: 1580px) {
    #c-partner-title .c-title-box img {
        height: 50px;
    }
}

@media (max-width: 1260px) {
    #c-partner-title .c-title-box img {
        height: 40px;
    }
}

@media (max-width: 972px) {
    #c-partner-title .c-title-box img {
        height: 36px;
    }
}

#c-partner-title .c-title-box .c-text {
    margin     : 20px auto 0;
    max-width  : 700px;
    font-size  : 18px;
    line-height: 36px;
}

@media (max-width: 1580px) {
    #c-partner-title .c-title-box .c-text {
        font-size  : 16px;
        line-height: 2;
    }
}

#c-sitemap .c-main-title {
    padding    : 80px 0 40px;
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
}

@media (max-width: 1580px) {
    #c-sitemap .c-main-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-sitemap .c-main-title {
        padding    : 60px 0 30px;
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-sitemap .c-list>li {
    padding-bottom: 80px;
}

#c-sitemap .c-list>li:last-child {
    padding-bottom: 0;
}

@media (max-width: 1580px) {
    #c-sitemap .c-list>li {
        padding-bottom: 40px;
    }
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li {
        padding-bottom: 30px;
    }
}

#c-sitemap .c-list>li a {
    color     : #333;
    transition: 0.5s;
}

#c-sitemap .c-list>li a:hover {
    color: #e36210;
}

#c-sitemap .c-list>li .c-title-box {
    position     : relative;
    line-height  : 54px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li .c-title-box {
        line-height: 40px;
    }
}

#c-sitemap .c-list>li .c-title-box::before {
    content   : "";
    position  : absolute;
    bottom    : -1px;
    border-top: 1px solid #e36210;
    width     : 110px;
}

#c-sitemap .c-list>li .c-title-box a {
    font-family: "opensans-bold";
    font-size  : 24px;
}

@media (max-width: 748px) {
    #c-sitemap .c-list>li .c-title-box a {
        font-size: 20px;
    }
}

#c-sitemap .c-list>li ul {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 20px -25px -20px;
}

@media (max-width: 972px) {
    #c-sitemap .c-list>li ul {
        margin: 20px -10px -20px;
    }
}

#c-sitemap .c-list>li ul li {
    padding: 0 25px 20px;
}

@media (max-width: 972px) {
    #c-sitemap .c-list>li ul li {
        padding: 0 10px 10px;
    }
}

#c-sitemap .c-list>li ul li a {
    color: #666;
}

#c-news .c-main-title {
    margin-bottom: 75px;
    text-align   : center;
}

@media (max-width: 1580px) {
    #c-news .c-main-title {
        margin-bottom: 40px;
    }
}

.c-text-box {
    padding: 20px 0 0;
}

@media (max-width: 748px) {
    #c-news .c-main-title {
        margin-bottom: 30px;
    }
}

#c-news .c-list1 {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    margin         : 20px 0 60px;
    overflow-x     : auto;
}

#c-news .c-list1-2 {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    margin         : 20px 0 60px;
    overflow-x     : auto;
}

#c-news .c-list1-2 li {
    margin-right: 60px;
}

#c-news .c-list1-2 li a {
    font-size: 18px;
    color    : #000;
}

@media (max-width: 1580px) {
    #c-news .c-list1 {
        margin-bottom: 50px;
    }
}

@media (max-width: 748px) {
    #c-news .c-list1 {
        margin-bottom  : 30px;
        justify-content: flex-start;
    }
}

#c-news .c-list1 li {
    flex        : 0;
    margin-right: 20px;
}

#c-news .c-list1 li:last-child {
    margin-right: 0;
}

#c-news .c-list1 li a {
    position      : relative;
    z-index       : 2;
    display       : inline-block;
    vertical-align: top;
    width         : 180px;
    height        : 58px;
    border        : 1px solid #333;
    border-radius : 3px;
    text-align    : center;
    line-height   : 56px;
    color         : #333;
    transition    : all 0.5s;
    overflow      : hidden;
    cursor        : pointer;
}

@media (max-width: 1260px) {
    #c-news .c-list1 li a {
        width      : 140px;
        height     : 46px;
        line-height: 44px;
    }
}

@media (max-width: 640px) {
    #c-news .c-list1 li a {
        width      : 96px;
        height     : 46px;
        line-height: 44px;
    }
}

#c-news .c-list1 li a::before {
    content          : "";
    position         : absolute;
    top              : 50%;
    left             : 50%;
    width            : 110%;
    z-index          : -1;
    height           : 400%;
    background       : #e36210;
    transition       : 0.5s;
    border-radius    : 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform        : translate(-50%, -50%) scale(0);
}

#c-news .c-list1 li a:hover {
    color       : #fff;
    border-color: #e36210;
}

#c-news .c-list1 li a:hover::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

#c-news .c-list1-2 li.on a,#c-news .c-list1-2 li:hover a {
    color: #e36210;
}

#c-news .c-list1 li.on a {
    color       : #fff;
    border-color: #e36210;
}

#c-news .c-list1 li.on a::before {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform        : translate(-50%, -50%) scale(1);
}

.product-sec1 h1 {
    font-size    : 36px;
    color        : #000;
    text-align   : center;
    margin-bottom: 42px;
}

#c-news .c-list2 {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -15px -80px;
}

.product-sec1 .f_cont ul {
    display    : flex;
    flex-wrap  : wrap;
    align-items: center;
}

.product-sec1 .f_cont li {
    width  : 16.66%;
    padding: 15px 5px;
}

@media (max-width: 1580px) {
    #c-news .c-list2 {
        margin: 0 -15px -40px;
    }
}

@media (max-width: 748px) {
    #c-news .c-list2 {
        margin: 0 -15px -30px;
    }
}

#c-news .c-list2 li {
    width  : 33.333333%;
    padding: 0 15px 80px;
}

#c-news .c-list2 li:hover .c-d-title h3,
#c-news .c-list2 li:hover .c-d-title p {
    color: #e36210;
}

#c-news .c-list2 li .c-d-title h3 {
    height: initial !important;
}

#c-news .c-list2 li .c-d-title p {
    text-align: center;
}

@media (max-width: 1580px) {
    #c-news .c-list2 li {
        padding: 0 15px 40px;
    }
}

@media (max-width: 748px) {
    #c-news .c-list2 li {
        width  : 100%;
        padding: 0 15px 30px;
    }
}

#c-news .c-list2 li .c-wrap {
    color: #333;
}

#c-news .c-list2 li .c-wrap .c-img-box {
    height  : 2.84rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-news .c-list2 li .c-wrap .c-img-box {
        height: 3.84rem;
    }
}

@media (max-width: 748px) {
    #c-news .c-list2 li .c-wrap .c-img-box {
        height: 12rem;
    }
}

#c-news .c-list2 li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
    transition: all 1s;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-text {
    margin     : 5px 0 20px;
    font-size  : 14px;
    line-height: 24px;
    color      : #666;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-title {
    font-family       : "opensans-bold";
    font-size         : 18px;
    text-align        : center;
    line-height       : 28px;
    height            : 56px;
    overflow          : hidden;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
    position       : relative;
    margin-top     : 35px;
    padding-top    : 15px;
    border-top     : 1px solid #333;
    display        : flex;
    align-items    : flex-start;
    justify-content: space-between;
    font-size      : 14px;
    line-height    : 24px;
    color          : #666;
}

@media (max-width: 1580px) {
    #c-news .c-list2 li .c-wrap .c-text-box .c-bottom {
        margin-top: 15px;
    }
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom::before {
    content   : "";
    position  : absolute;
    top       : -1px;
    left      : 0;
    width     : 0;
    border-top: 1px solid #e36210;
    transition: 0.5s;
}

#c-news .c-list2 li .c-wrap .c-text-box .c-bottom .c-more {
    color     : #333;
    transition: 0.5s;
}

#c-news .c-list2 li .c-wrap:hover .c-img-box img {
    transform        : scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom::before {
    width: 100%;
}

#c-news .c-list2 li .c-wrap:hover .c-text-box .c-bottom .c-more {
    color: #e36210;
}

#c-news .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-news .basepage {
        padding-top: 50px;
    }
}

@media (max-width: 748px) {
    #c-news .basepage {
        padding-top: 40px;
    }
}

#c-news2 .c-main {
    margin   : 0 auto;
    max-width: 1160px;
}

#c-news2 .c-main .c-title-box {
    margin-bottom: 5px;
    padding      : 40px 0 45px;
    text-align   : center;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-title-box {
        margin-bottom: 30px;
        padding      : 30px 0;
    }
}

#c-news2 .c-main .c-title-box .c-title {
    margin-bottom: 15px;
    font-family  : "opensans-bold";
    font-size    : 44px;
    line-height  : 54px;
}

@media (max-width: 1580px) {
    #c-news2 .c-main .c-title-box .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-title-box .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-news2 .c-main .c-title-box .c-text {
    line-height: 26px;
    color      : #666;
}

#c-news2 .c-main .c-text-box {
    line-height: 1.8;
}

#c-news2 .c-main .c-text-box p {
    padding: 20px 0;
}

#c-news2 .c-main .c-text-box img {
    max-width: 100%;
    height   : auto !important;
}

#c-news2 .c-main .c-share {
    display      : flex;
    align-items  : center;
    margin-bottom: 35px;
    padding      : 60px 0 30px;
    border-bottom: 1px solid #ddd;
}

#c-news2 .c-main .c-share .c-text {
    margin-right: 20px;
}

#c-news2 .c-main .c-share a {
    margin-right: 15px;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-share a {
        margin-right: 10px;
    }
}

#c-news2 .c-main .c-share a .a2a_svg {
    width      : 24px;
    height     : 24px;
    line-height: 24px;
    transition : 0.5s;
    color      : #01a954;
    background : #01a954;
}

#c-news2 .c-main .c-share a:hover .a2a_svg {
    opacity   : 1;
    background: #e36210 !important;
}

#c-news2 .c-main .c-pnBox p {
    display    : flex;
    align-items: flex-start;
    margin-top : 10px;
}

#c-news2 .c-main .c-pnBox p:first-child {
    margin-top: 0;
}

#c-news2 .c-main .c-pnBox p span {
    flex-shrink: 0;
    display    : inline-block;
    width      : 70px;
}

@media (max-width: 748px) {
    #c-news2 .c-main .c-pnBox p span {
        width: 90px;
    }
}

#c-news2 .c-main .c-pnBox p a {
    color     : #666;
    transition: 0.5s;
}

#c-news2 .c-main .c-pnBox p a:hover {
    color: #e36210;
}

#c-video {
    padding-top: 20px;
}

@media (max-width: 748px) {
    #c-video {
        padding-top: 30px;
    }
}

#c-video .c-container2 {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#c-video .c-left {
    position: sticky;
    top     : 120px;
    width   : 21.42857%;
}

@media (max-width: 972px) {
    #c-video .c-left {
        top  : 80px;
        width: 27%;
    }
}

@media (max-width: 748px) {
    #c-video .c-left {
        position: relative;
        top     : 0;
        width   : 100%;
    }
}

#c-video .c-left .c-list li {
    margin-bottom: 10px;
    line-height  : 30px;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-video .c-left .c-list li {
        margin-bottom: 10px;
    }
}

#c-video .c-left .c-list li a {
    color     : #333;
    transition: 0.5s;
}

#c-video .c-left .c-list li a:hover {
    color: #e36210;
}

#c-video .c-left .c-list li:nth-child(1) {
    margin-bottom : 0;
    padding-bottom: 10px;
    border-bottom : none;
}

@media (max-width: 748px) {
    #c-video .c-left .c-list li:last-child {
        margin-bottom : 30px;
        padding-bottom: 30px;
    }
}

#c-video .c-left .c-list li.on a {
    font-family: "opensans-bold";
    color      : #e36210;
}

#c-video .c-right {
    width: 75%;
}

@media (max-width: 972px) {
    #c-video .c-right {
        width: 70%;
    }
}

@media (max-width: 748px) {
    #c-video .c-right {
        width: 100%;
    }
}

#c-video .c-right .c-main-title {
    margin-bottom: 35px;
    font-family  : "opensans-bold";
    font-size    : 30px;
    line-height  : 40px;
}

@media (max-width: 748px) {
    #c-video .c-right .c-main-title {
        margin-bottom: 20px;
    }
}

#c-video .c-right .c-list {
    width      : 100%;
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -20px -60px;
}

@media (max-width: 1580px) {
    #c-video .c-right .c-list {
        margin: 0 -20px -40px;
    }
}

@media (max-width: 972px) {
    #c-video .c-right .c-list {
        margin: 0 -10px -40px;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list {
        margin: 0 -10px -30px;
    }
}

#c-video .c-right .c-list li {
    padding: 0 20px 60px;
    width  : 50%;
}

.caes-comment {
    padding: 42px 0;
}

.case_box {
    background: rgba(224, 224, 224, 0.2);
    padding   : 30px;
}

.caes-comment .swiper-slide {
    width   : 100%;
    overflow: hidden;
    margin  : 0;
    padding : 0;
}

.caes-comment .swiper-slide img {
    width: 100%;
}

.case_details h1 {
    font-size    : 36px;
    color        : #000;
    margin-bottom: 30px;
    text-align   : center;
}

#c-video .c-right .c-list li .inner-box {
    margin: 0 5px;
}

#c-video .c-right .c-list li .inner-box .caes_img {
    width   : 100%;
    overflow: hidden;
}

#c-video .c-right .c-list li .inner-box .caes_img img {
    width: 100%;
}

#c-video .c-right .c-list li .inner-box h3 {
    font-size         : 18px;
    color             : #000;
    margin            : 20px 0 0;
    text-align        : center;
    overflow          : hidden;
    text-overflow     : ellipsis;
    display           : -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#c-video .c-right .c-list li .inner-box:hover h3 {
    color: #e36210;
}

@media (max-width: 1580px) {
    #c-video .c-right .c-list li {
        padding: 0 20px 40px;
    }
}

@media (max-width: 972px) {
    #c-video .c-right .c-list li {
        padding: 0 10px 40px;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li {
        padding: 0 10px 30px;
        width  : 100%;
    }
}

#c-video .c-right .c-list li .c-wrap .c-img-box {
    position: relative;
    height  : 3.2rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box {
        height: 4.2rem;
    }
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box {
        height: 12rem;
    }
}

#c-video .c-right .c-list li .c-wrap .c-img-box img {
    width     : 100%;
    height    : 100%;
    object-fit: cover;
}

#c-video .c-right .c-list li .c-wrap .c-img-box::after {
    content   : "";
    position  : absolute;
    top       : 50%;
    left      : 50%;
    z-index   : 5;
    margin    : -36px 0 0 -36px;
    width     : 72px;
    height    : 72px;
    background: url(../images/bf-ico.png) no-repeat center / 100%;
    transition: 0.5s;
    cursor    : pointer;
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-img-box::after {
        width : 50px;
        height: 50px;
    }
}

#c-video .c-right .c-list li .c-wrap .c-text-box {
    line-height: 26px;
}

#c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
    margin    : 25px 0 15px;
    transition: 0.5s;
}

@media (max-width: 748px) {
    #c-video .c-right .c-list li .c-wrap .c-text-box .c-title {
        margin: 15px 0 10px;
    }
}

#c-video .c-right .c-list li .c-wrap .c-text-box .c-text {
    color: #999;
}

#c-video .c-right .c-list li .c-wrap:hover .c-img-box::after {
    transform        : scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
}

#c-video .c-right .c-list li .c-wrap:hover .c-text-box .c-title {
    font-family: "opensans-bold";
    color      : #e36210;
}

#c-video .c-right .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-video .c-right .basepage {
        padding-top: 50px;
    }
}

#c-downloads {
    padding-top: 40px;
}

@media (max-width: 748px) {
    #c-downloads {
        padding-top: 30px;
    }
}

#c-downloads .c-container2 {
    display        : flex;
    align-items    : flex-start;
    flex-wrap      : wrap;
    justify-content: space-between;
}

#c-downloads .c-left {
    position: sticky;
    top     : 120px;
    width   : 21.42857%;
}

@media (max-width: 972px) {
    #c-downloads .c-left {
        top  : 80px;
        width: 27%;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-left {
        position: relative;
        top     : 0;
        width   : 100%;
    }
}

#c-downloads .c-left .c-list li {
    margin-bottom: 20px;
    line-height  : 28px;
}

@media (max-width: 748px) {
    #c-downloads .c-left .c-list li {
        margin-bottom: 10px;
    }
}

#c-downloads .c-left .c-list li a {
    color     : #333;
    transition: 0.5s;
}

#c-downloads .c-left .c-list li a:hover {
    color: #e36210;
}

#c-downloads .c-left .c-list li:last-child {
    margin-bottom : 0;
    padding-bottom: 50px;
    border-bottom : 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-downloads .c-left .c-list li:last-child {
        margin-bottom : 30px;
        padding-bottom: 30px;
    }
}

#c-downloads .c-left .c-list li.on a {
    font-family: "opensans-bold";
    color      : #e36210;
}

#c-downloads .c-right {
    width: 75%;
}

@media (max-width: 972px) {
    #c-downloads .c-right {
        width: 70%;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right {
        width: 100%;
    }
}

#c-downloads .c-right .c-main-title {
    font-family: "opensans-bold";
    font-size  : 30px;
    line-height: 40px;
}

#c-downloads .c-right .c-list li {
    padding      : 40px 0;
    border-bottom: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li {
        padding: 20px 0;
    }
}

#c-downloads .c-right .c-list li .c-title-box {
    display      : flex;
    align-items  : center;
    margin-bottom: 25px;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box {
        margin-bottom: 10px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox {
    width     : calc(100% - 360px);
    transition: all 0.5s;
}

@media (max-width: 1260px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox {
        width: calc(100% - 230px);
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox {
        width: calc(100% - 130px);
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a {
    display    : flex;
    align-items: center;
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 64px;
    height         : 64px;
    border         : 1px solid #e36210;
    border-radius  : 5px;
    font-weight    : bold;
    font-size      : 18px;
    color          : #e36210;
    transition     : all 0.5s;
    flex-shrink    : 0;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-gs {
        width    : 36px;
        height   : 36px;
        font-size: 12px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
    padding-left: 20px;
    font-weight : normal;
    font-size   : 16px;
    line-height : 26px;
    color       : #333;
    transition  : all 0.5s;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-lbox a .c-title {
        padding-left: 10px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-gs {
    color     : #fff;
    background: #e36210;
}

#c-downloads .c-right .c-list li .c-title-box .c-lbox a:hover .c-title {
    color: #e36210;
}

#c-downloads .c-right .c-list li .c-title-box .c-cbox {
    width      : 220px;
    padding    : 0 30px;
    line-height: 26px;
}

@media (max-width: 1260px) {
    #c-downloads .c-right .c-list li .c-title-box .c-cbox {
        width: 150px;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-cbox {
        width  : 100px;
        padding: 0 20px;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox {
    width        : 140px;
    padding-right: 30px;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox {
        width        : 30px;
        padding-right: 0;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a {
    display        : flex;
    align-items    : center;
    justify-content: flex-end;
    line-height    : 26px;
    color          : #333;
    transition     : 0.5s;
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
    margin-right: 10px;
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    background  : url(../images/xz-ico.png) no-repeat center / 100%;
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox a i {
        margin-right: 4px;
        width       : 20px;
        height      : 20px;
    }
}

@media (max-width: 748px) {
    #c-downloads .c-right .c-list li .c-title-box .c-rbox a span {
        display: none;
    }
}

#c-downloads .c-right .c-list li .c-title-box .c-rbox a:hover {
    color: #e36210;
}

#c-downloads .c-right .c-list li .c-text-box {
    color: #999;
}

#c-downloads .c-right .basepage {
    padding-top: 80px;
}

@media (max-width: 1580px) {
    #c-downloads .c-right .basepage {
        padding-top: 50px;
    }
}

#c-search .c-top {
    padding-top: 80px;
    background : #f5f5f5;
}

@media (max-width: 748px) {
    #c-search .c-top {
        padding-top: 60px;
    }
}

#c-search .c-top .c-title {
    font-family: "opensans-bold";
    font-size  : 48px;
    line-height: 58px;
    text-align : center;
}

@media (max-width: 1580px) {
    #c-search .c-top .c-title {
        font-size  : 40px;
        line-height: 50px;
    }
}

@media (max-width: 748px) {
    #c-search .c-top .c-title {
        font-size  : 30px;
        line-height: 40px;
    }
}

#c-search .c-top form {
    display    : flex;
    align-items: flex-start;
    max-width  : 600px;
    height     : 60px;
    margin     : 35px auto 90px;
    background : #fff;
}

@media (max-width: 1580px) {
    #c-search .c-top form {
        margin: 35px auto 60px;
    }
}

@media (max-width: 748px) {
    #c-search .c-top form {
        margin: 20px 0;
    }
}

#c-search .c-top form input {
    padding    : 0 30px;
    width      : -webkit-calc(20%);
    width      : calc(100% - 80px);
    line-height: 60px;
}

#c-search .c-top form button {
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 80px;
    height         : 100%;
}

#c-search .c-top form button img {
    width: 20px;
}

#c-search .c-top .c-list {
    display        : flex;
    align-items    : flex-start;
    justify-content: center;
    padding        : 30px 0;
}

@media (max-width: 748px) {
    #c-search .c-top .c-list {
        padding: 20px 0;
    }
}

#c-search .c-top .c-list li {
    margin-right: 90px;
    font-size   : 20px;
    line-height : 30px;
}

@media (max-width: 748px) {
    #c-search .c-top .c-list li {
        margin-right: 20px;
        font-size   : 16px;
        line-height : 26px;
    }
}

#c-search .c-top .c-list li .c-wrap {
    cursor: pointer;
}

#c-search .c-top .c-list li:last-child {
    margin-right: 0;
}

#c-search .c-top .c-list li.on {
    font-family: "opensans-bold";
    color      : #e36210;
}

#c-search .c-bottom>div {
    display: none;
}

#c-search .c-bottom>div.on {
    display: block;
}

#c-search .c-bottom #c-news {
    padding-top: 80px;
}

@media (max-width: 748px) {
    #c-search .c-bottom #c-news {
        padding-top: 40px;
    }
}

#c-search .c-bottom .faqbox-sec1 .c-container2 {
    padding-top: 60px;
}

#c-search .c-bottom .faqbox-sec1 .c-container2 .cont {
    justify-content: center;
}

#c-products {
    padding-top: 80px;
    background : #f5f5f5;
}

@media (max-width: 748px) {
    #c-products {
        padding-top: 20px;
    }
}

#c-products .c-list {
    display    : flex;
    align-items: flex-start;
    flex-wrap  : wrap;
    margin     : 0 -10px -40px;
}

@media (max-width: 748px) {
    #c-products .c-list {
        margin: 0 -10px -30px;
    }
}

#c-products .c-list li {
    width  : 33.333333%;
    padding: 0 10px 40px;
}

@media (max-width: 748px) {
    #c-products .c-list li {
        padding: 0 10px 30px;
        width  : 100%;
    }
}

#c-products .c-list li .c-wrap {
    display: block;
}

#c-products .c-list li .c-wrap .c-img-box {
    margin-bottom  : 15px;
    /* height      : 4.53rem; */
    overflow       : hidden;
    /* background  : #fff; */
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 972px) {
    #c-products .c-list li .c-wrap .c-img-box {
        height: 6rem;
    }
}

@media (max-width: 748px) {
    #c-products .c-list li .c-wrap .c-img-box {
        height: 16rem;
    }
}

#c-products .c-list li .c-wrap .c-img-box img {
    max-width : 100%;
    max-height: 100%;
    transition: all 0.5s;
}

#c-products .c-list li .c-wrap .c-title {
    font-size  : 20px;
    line-height: 30px;
    color      : #222;
    text-align : center;
    transition : 0.5s;
}

@media (max-width: 972px) {
    #c-products .c-list li .c-wrap .c-title {
        font-size  : 16px;
        line-height: 24px;
    }
}

#c-products .c-list li .c-wrap:hover .c-img-box img {
    transform        : scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-products .c-list li .c-wrap:hover .c-title {
    color: #e36210;
}

#pro_alt {
    position         : fixed;
    top              : 50%;
    left             : 50%;
    -webkit-transform: translate(-50%, -50%);
    transform        : translate(-50%, -50%);
    z-index          : 4;
    width            : 180px;
    height           : 180px;
    background-color : #ffffff;
    box-shadow       : 0px 0px 21px 0px rgba(47, 47, 47, 0.2);
    border-radius    : 3px;
    padding          : 80px 40px;
    display          : none;
}

@media (max-width: 1580px) {
    #pro_alt {
        padding: 40px 30px;
        width  : 150px;
        height : 100px;
    }
}

#pro_alt .xian {
    width           : 100%;
    height          : 2px;
    background-color: #dddddd;
    position        : relative;
    margin-bottom   : 16px;
}

@media (max-width: 1580px) {
    #pro_alt .xian {
        margin-bottom: 12px;
    }
}

#pro_alt .xian img {
    position         : absolute;
    top              : 0;
    left             : 0;
    transform        : translateY(-50%);
    width            : 16px;
    -webkit-animation: rit 5s linear infinite;
    animation        : rit 5s linear infinite;
}

@media (max-width: 1580px) {
    #pro_alt .xian img {
        width: 12px;
    }
}

#pro_alt p {
    text-align : center;
    font-size  : 16px;
    color      : #e36210;
    line-height: 1.1;
}

@media (max-width: 1580px) {
    #pro_alt p {
        font-size: 14px;
    }
}

#c-comparison {
    padding-top: 20px;
}

#c-comparison .c-container2 {
    display    : flex;
    align-items: flex-start;
}

#c-comparison .c-container2 .c-box1 {
    padding: 0 15px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 {
        padding: 0 10px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-common-btn2 {
        font-size: 14px;
    }
}

#c-comparison .c-container2 .c-box1 .c-hide {
    display    : flex;
    align-items: center;
    height     : 60px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-hide {
        font-size  : 12px;
        line-height: 16px;
    }
}

#c-comparison .c-container2 .c-box1 .c-hide .c-dot {
    flex-shrink : 0;
    margin-right: 10px;
    width       : 16px;
    height      : 16px;
    border      : 1px solid #ddd;
    cursor      : pointer;
}

#c-comparison .c-container2 .c-box1 .c-hide .c-dot.on {
    background: #e36210;
}

#c-comparison .c-container2 .c-box1 .c-tbox {
    position: relative;
    z-index : 5;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-title {
    display      : flex;
    align-items  : center;
    height       : 61px;
    font-family  : "opensans-bold";
    font-size    : 18px;
    border-bottom: 1px solid #ddd;
    cursor       : pointer;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-title {
        font-size: 16px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-title::before {
    content   : "";
    position  : absolute;
    top       : 50%;
    right     : 0;
    margin-top: -6px;
    width     : 12px;
    height    : 12px;
    background: url(../images/jt.png) no-repeat center / 100% auto;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
    display   : none;
    position  : absolute;
    top       : 100%;
    left      : 0;
    width     : 480px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding   : 28px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
        width: 400px;
    }
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap {
        padding: 15px;
        width  : 100%;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
    display      : flex;
    align-items  : flex-start;
    align-content: flex-start;
    flex-wrap    : wrap;
    margin       : 0 -5px -10px;
    overflow-y   : auto;
    height       : 528px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 352px;
    }
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 328px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list {
        height: 264px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
    padding   : 0 5px 10px;
    width     : 33.333333%;
    text-align: center;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
        width: 50%;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li {
        width: 100%;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-wrap {
    border: 1px solid #ddd;
    cursor: pointer;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
    width          : 100%;
    height         : 120px;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

@media (max-width: 1260px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
        height: 100px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img {
        height: 80px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-img img {
    max-width : 100%;
    max-height: 100%;
    object-fit: cover;
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-text {
    height     : 52px;
    line-height: 26px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li .c-text {
        height     : 40px;
        font-size  : 14px;
        line-height: 20px;
    }
}

#c-comparison .c-container2 .c-box1 .c-tbox .c-list-wrap .c-list li.on .c-wrap {
    border-color: #e36210;
}

#c-comparison .c-container2 .c-box1 .c-cbox {
    position: relative;
    z-index : 1;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
    position: relative;
    height  : 2.9rem;
    overflow: hidden;
}

@media (max-width: 972px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list1 {
        height: 5rem;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li {
    opacity        : 0;
    position       : absolute;
    top            : 0;
    left           : 0;
    z-index        : 1;
    width          : 100%;
    height         : 100%;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : all 0.5;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li img {
    max-width : 100%;
    max-height: 100%;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list1 li.on {
    opacity: 1;
    z-index: 5;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 {
    position       : relative;
    display        : flex;
    align-items    : center;
    justify-content: center;
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
    flex      : none;
    padding   : 0 10px;
    text-align: center;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li {
        padding: 0 5px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
    margin         : 0 auto;
    display        : flex;
    align-items    : center;
    justify-content: center;
    width          : 38px;
    height         : 38px;
    border         : 1px solid transparent;
    border-radius  : 50%;
    cursor         : pointer;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box {
        width : 20px;
        height: 20px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
    width        : 28px;
    height       : 28px;
    border-radius: 50%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-dot-box .c-dot {
        width : 14px;
        height: 14px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
    margin-top: 10px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li .c-text {
        margin-top : 0;
        font-size  : 12px;
        line-height: 22px;
    }
}

#c-comparison .c-container2 .c-box1 .c-cbox .c-list2 li.on .c-dot-box {
    border-color: #e36210;
}

#c-comparison .c-container2 .c-box1 .c-bbox {
    margin-top: 30px;
    padding   : 40px 0 70px 0;
    border-top: 1px solid #ddd;
    text-align: center;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box1 .c-bbox {
        margin-top: 20px;
        padding   : 20px 0 30px;
    }
}

#c-comparison .c-container2 .c-box2 {
    padding   : 50px 0;
    border-top: 1px solid #ddd;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 {
        padding: 20px 0;
    }
}

#c-comparison .c-container2 .c-box2:last-child {
    padding-bottom: 0;
}

#c-comparison .c-container2 .c-box2:nth-child(3) ul li:nth-child(8) {
    height: 104px;
}

#c-comparison .c-container2 .c-box2 .c-title {
    display    : flex;
    align-items: center;
    height     : 72px;
    font-family: "opensans-bold";
    font-size  : 30px;
    line-height: 40px;
}

@media (max-width: 1580px) {
    #c-comparison .c-container2 .c-box2 .c-title {
        font-size  : 24px;
        line-height: 24px;
    }
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 .c-title {
        font-size  : 20px;
        line-height: 30px;
    }
}

#c-comparison .c-container2 .c-box2 ul li {
    display    : flex;
    align-items: center;
    height     : 72px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 ul li {
        font-size  : 12px;
        line-height: 16px;
    }
}

#c-comparison .c-container2 .c-box2 ul li img {
    height: 20px;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-box2 ul li img {
        height: 16px;
    }
}

#c-comparison .c-container2 .c-left {
    width: 25%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-left {
        width: 40%;
    }
}

#c-comparison .c-container2 .c-left .c-box1 {
    padding: 0;
}

#c-comparison .c-container2 .c-left .c-box2 li {
    font-family: "opensans-bold";
}

#c-comparison .c-container2 .c-right {
    width: 75%;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-right {
        width: 60%;
    }
}

#c-comparison .c-container2 .c-right .c-box2 ul li {
    padding   : 0 15px;
    border-top: 1px solid #ddd;
}

#c-comparison .c-container2 .c-right .c-box2 ul li:first-child {
    border-top: 0;
}

@media (max-width: 748px) {
    #c-comparison .c-container2 .c-right .c-box2 ul li {
        padding: 0 10px;
    }
}

#c-comparison .c-container2 .c-right .swiper-slide:last-child .c-box1 .c-tbox .c-list-wrap {
    left : auto;
    right: 0;
}

#c-products_list .c-container2 .c-list1 {
    display: table;
    margin : 0 auto 42px;
}

#c-products_list .c-container2 .c-list1 {
    display  : flex;
    flex-wrap: wrap;
}

#c-products_list .c-container2 .c-list1 li {
    width : 12.5%;
    height: 43px;
}

#c-products_list .c-container2 .c-list1 li a {
    margin : 0 5px;
    width  : 100%;
    padding: 20px 10px;
    border : 1px solid #000;
}


/* scroll to top */

.scroll-to-top {
    display           : inline-block;
    width             : 45px;
    height            : 45px;
    background        : var(--moniz-primary, #e36210);
    position          : fixed;
    bottom            : 40px;
    right             : 40px;
    z-index           : 99;
    text-align        : center;
    -webkit-transition: all 0.4s ease;
    transition        : all 0.4s ease;
    display           : none;
    border-radius     : 50%;
    transition        : all 0.4s ease;
}

.scroll-to-top i {
    color      : #ffffff;
    font-size  : 18px;
    line-height: 45px;
}

.scroll-to-top:hover {
    background-color: var(--moniz-black, #1e1e22);
}

.scroll-to-top:hover i {
    color: #fff;
}

@media (max-width: 748px) {
    .scroll-to-top {
        right: 2px;
    }
}

/* ***** */

.list_dl {
    margin-top: 15px;
}

.list_dt {
    color        : #000;
    width        : 100%;
    padding      : 0 40px 0 0;
    height       : 45px;
    line-height  : 45px;
    cursor       : pointer;
    overflow     : hidden;
    text-overflow: ellipsis;
    white-space  : nowrap;
    position     : relative;
    border-bottom: 1px solid #ddd;
}

#open {
    background: none;
}

.list_dt_icon {
    position  : absolute;
    right     : 10px;
    top       : 12px;
    display   : block;
    width     : 16px;
    height    : 16px;
    background: url("../images/open.png") no-repeat;
}

#open .list_dt_icon {
    background: url("../images/open2.png") no-repeat;
}

#open.list_dt .active,
.list_dd .list_li a.acitve,
.list_dt:hover p {
    color: #e36210;
}

.list_dd {
    display      : none;
    margin-bottom: 20px;
}

.list_li {
    background     : none;
    list-style-type: none;
    color          : #000;
    width          : 100%;
    padding        : 0 30px 0 20px;
    height         : 34px;
    line-height    : 34px;
    cursor         : pointer;
}

.list_li a {
    color: #000;
}

.list_li a:hover,
.top_all a:hover,
.top_all.active a {
    color: #e36210;
}

.top_all {
    margin-top: 40px;
}

.top_all a {
    font-size: 18px;
    color    : #000;
}

@media (max-width: 1024px) {

    .c-container2,
    .c-container {
        position: relative;
        margin  : 0 auto;
        width   : 100%;
        padding : 0 4.5%;
    }
}

@media (max-width: 640px) {
    .top_all {
        margin-top: 15px;
    }

    #c-top-site {
        display: none;
    }

    .list_dl {
        margin-bottom: 40px;
    }

    .product-sec1 .f_cont li {
        width  : 100%;
        padding: 0 0;
    }

    .site-footer__top {
        padding: 30px 0;
    }

    #c-footer .c-logo img {
        height: auto;
    }

    #c-footer .c-title-box a {
        line-height: 24px;
    }

    #c-footer .c-title {
        font-size: 14px;
    }

    #c-product .c-list li .c-wrap .c-text-box {
        padding: 15px 0;
    }

    #c-product .c-list li .c-wrap .c-text-box .c-title {
        font-size: 18px;
        color    : #000;
    }

    #c-product .c-list li .c-wrap .c-text-box .c-text {
        color: #000;
    }

    .c-common-btn1 {
        color : #000;
        border: 1px solid #eee;
    }

    /* .c-common-box .c-text-box .c-title {
        font-size  : 22px;
        line-height: 30px;
    }

    .c-common-box .c-text-box .c-text {
        font-size: 14px;
    } */
}

.service-video {
    width            : 100%;
    background-repeat: no-repeat;
    position         : relative;
}

.service-video .c-text-box {
    padding: 120px 0;
}

.service-video img {
    width   : 100%;
    position: absolute;
    top     : 0;
    right   : 0;
    left    : 0;
    display : block !important;
}

/* 换页 */
.pag_box {
    display: table;
    margin : 40px auto;
}

.page-title-light *,
.page-title-light .breadcrumb-item,
.page-title-light .breadcrumb-item::before {
    color: #fff;
}

.pagination {
    display  : flex;
    flex-wrap: wrap;
}

.pagination li {
    margin-right: 10px;
}

.pagination .page-item a,
.page-item.disabled .page-link {
    border       : 1px solid #b5b5b5;
    border-radius: 0px !important;
    color        : #b5b5b5;
    height       : 40px;
    width        : 40px;
    text-align   : center;
    line-height  : 40px;
    padding      : 0 15px;
    font-size    : 18px;
}

.pagination .page-item a i {
    font-size     : 22px;
    vertical-align: middle;
    margin-bottom : 5px;
}

.page-item.active .page-link,
.page-item .page-link:hover {
    background-color: #e36210;
    border-color    : #e36210;
    color           : #fff;
}

.page-link:focus {
    box-shadow: none;
}