﻿@charset "utf-8";

/*初始化*/

* {
    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);
}

html,
body {
    width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
    font-size: 18px;
    line-height: 1.6;
    color: #333;
    background: #fff;
}

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

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

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

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

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: 73%;
}

body.c-open {
    position: fixed;
    left: 0;
    width: 100%;
}

.c-pd1 {
    padding: 140px 0;
}

.c-pd2 {
    padding-top: 140px;
}

.c-pd3 {
    padding-bottom: 140px;
}

.c-common-btn1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
}

.c-common-btn1 i {
    margin-left: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/template/pc/default/home/picture/jt1.png)no-repeat center/ 100% auto;
}

.c-common-btn2 {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 54px;
    border: 1px solid #ff6c00;
    border-radius: 27px;
    color: #ff6c00;
    background: transparent;
    overflow: hidden;
    transition: all .5s;
}

.c-common-btn2::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
    transition: all .5s;
}

.c-common-btn2 i {
    margin-left: 10px;
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/template/pc/default/home/picture/jt2.png)no-repeat center/ 100% auto;
}

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

.c-common-btn2:hover i {
    background-image: url(/template/pc/default/home/picture/jt1.png);
}

.c-common-btn2:hover::before {
    opacity: 1;
}

.c-common-title {
    margin-bottom: 60px;
    text-align: center;
}

.c-common-title .c-en-title {
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
}

.c-common-title .c-title {
    padding-top: 15px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
}

.c-common-title .c-text {
    margin: 0 auto;
    max-width: 970px;
    padding-top: 45px;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    text-align: left;
    text-indent: 2em;
}

.c-common-title.c-dt .c-title {
    padding-top: 0;
}

.c-common-title .c-text2 {
    padding-top: 20px;
    line-height: 26px;
    color: #666;
}


/*字体*/


/* @font-face {
font-family: "Fontke";
src: url("Fontke.woff2") format("woff2"),
        url("Fontke.woff") format("woff"),
        url("Fontke.ttf") format("truetype"),
        url("Fontke.eot") format("embedded-opentype"),
        url("Fontke.svg") format("svg"),
        url("Fontke.otf") format("opentype");
} */


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

#c-placeholder {
    height: 100px;
}


/*顶部*/

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

#c-header a {
    color: #fff;
    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, .05);
}

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

#c-header .c-container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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


/*顶部logo*/

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

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

#c-header .c-logo img {
    height: 52px;
}

#c-header .c-logo span {
    display: inline-block;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgba(255, 255, 255, .2);
}

#c-header .c-logo img:nth-child(2),
#c-header.c-style2 .c-logo img:nth-child(1) {
    display: none;
}

#c-header.c-style2 .c-logo img:nth-child(2) {
    display: inline-block;
}


/*顶部pc导航*/

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

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

#c-header .c-nav>li>a {
    display: block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

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

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

#c-header .c-nav ul li {
    border-bottom: 1px solid #eee;
}

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

#c-header .c-nav ul a {
    color: #666;
}

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

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


/*顶部移动端导航*/

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

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

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

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

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

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

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

#c-header .c-nav2 .c-title-box i {
    font-size: 20px;
    color: #333;
}

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

#c-header .c-nav2 li ul a {
    padding-left: 40px;
}

#c-header .c-nav2 li li li a {
    padding-left: 30px;
}


/*顶部导航开关*/

#c-header .c-switch {
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer;
}

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

#c-header.c-style2 .c-switch i {
    background: #333;
}

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

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

#c-header .c-switch i:nth-child(2) {
    margin: 6px 0;
}

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: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

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


/* 顶部功能区 */

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

#c-header .c-gn .c-phone {
    position: relative;
    margin-right: 30px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    color: #333;
    background: url(/template/pc/default/home/picture/db-ico1.png)no-repeat center / auto 16px;
    cursor: pointer;
}

#c-header.c-style2 .c-gn .c-phone {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(/template/pc/default/home/picture/db-ico1-h.png);
}

#c-header .c-gn .c-phone .c-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -62px;
    padding: 10px 15px;
    border-radius: 3px;
    width: 160px;
    line-height: 26px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
}

#c-header .c-gn .c-phone .c-text::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#c-header .c-gn .c-phone:hover .c-text {
    visibility: visible;
    opacity: 1;
}

#c-header .c-gn .c-wx {
    position: relative;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    background: url(/template/pc/default/home/picture/db-ico2.png)no-repeat center / auto 16px;
    cursor: pointer;
}

#c-header.c-style2 .c-gn .c-wx {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(/template/pc/default/home/picture/db-ico2-h.png);
}

#c-header .c-gn .c-wx .c-img {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: -32px;
    width: 100px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
    visibility: hidden;
}

#c-header .c-gn .c-wx .c-img::before {
    content: "";
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

#c-header .c-gn .c-wx .c-img img {
    width: 100%;
    border-radius: 3px;
}

#c-header .c-gn .c-wx:hover .c-img {
    visibility: visible;
    opacity: 1;
}

#c-header .c-search {
    position: relative;
    margin-right: 30px;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, .33);
    border-radius: 50%;
    color: #333;
    background: url(/template/pc/default/home/picture/db-ico3.png)no-repeat center / auto 16px;
    cursor: pointer;
}

#c-header.c-style2 .c-search {
    border: 1px solid rgba(0, 0, 0, .33);
    background-image: url(/template/pc/default/home/picture/db-ico3-h.png);
}

#c-header .c-search form {
    /* opacity: 0; */
    position: absolute;
    top: 50px;
    left: -120px;
    display: flex;
    align-items: flex-start;
    width: 240px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    transition: .3s;
    visibility: hidden;
    border-radius: 4px;
    overflow: hidden;
}

#c-header .c-search:hover form {
    visibility: visible;
    opacity: 1;
}

#c-header .c-search input {
    width: 70%;
    padding: 0 15px;
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    background: #fff;
}

#c-header .c-search button {
    width: 30%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #ff6c00 url(/template/pc/default/home/picture/db-ico3.png)no-repeat center / 20px auto;
    cursor: pointer;
}


/*首页轮播图*/

.c-banner1 .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    transition: 1s;
}

.c-banner1 .swiper-slide-active img {
    transition: 0s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.c-banner1 .swiper-slide-prev img {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
    transition: 1s;
}

.c-banner1 .swiper-slide-next img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: 1s;
}

.c-banner1 .c-text-box {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    text-align: center;
}

.c-banner1 .c-text-box .c-title {
    font-size: 60px;
    line-height: 80px;
}

.c-banner1 .c-text-box .c-title span {
    font-weight: 900;
}

.c-banner1 .c-text-box .c-common-btn1 {
    margin: 50px auto 0;
}

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

.c-banner1 .swiper-button-next,
.c-banner1 .swiper-button-prev {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    opacity: .2;
    transition: .5s;
}

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

.c-banner1 .swiper-button-next {
    right: 40px;
    background: url(/template/pc/default/home/picture/next.png) no-repeat center / 16px auto;
}

.c-banner1 .swiper-button-prev {
    left: 40px;
    background: url(/template/pc/default/home/picture/prev.png) no-repeat center / 16px auto;
}

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

.c-banner1 .swiper-pagination-bullet {
    margin: 0 12px !important;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
    vertical-align: middle;
}

.c-banner1 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #ff6c00;
}


/* 底部 */

#c-footer {
    color: #fff;
    background: #222 url(/template/pc/default/home/picture/db-bj.jpg)no-repeat center bottom / cover;
}

#c-footer a {
    color: #a9a9a9;
    transition: .5s;
}

#c-footer a:hover {
    color: #ff6c00 !important;
}

#c-footer .c-top-box {
    padding: 100px 0 50px;
}

#c-footer .c-top-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-footer .c-top-box .c-wrap {
    max-width: 300px;
}

#c-footer .c-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
}

#c-footer .c-title i {
    display: none;
    transition: .5s;
}

#c-footer .c-list-box.on .c-title i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-footer .c-list-box .c-list li {
    padding-bottom: 10px;
    line-height: 24px;
}

#c-footer .c-text-box {
    line-height: 26px;
    color: #a9a9a9;
}

#c-footer .c-text-box p {
    padding-bottom: 10px;
}

#c-footer .c-text-box p:last-child {
    padding-bottom: 0;
}

#c-footer .c-code {
    padding: 15px;
    width: 132px;
    border-radius: 5px;
    background: #fff;
}

#c-footer .c-code img {
    width: 100%;
}

#c-footer .c-code .c-text {
    padding-top: 15px;
    line-height: 24px;
    text-align: center;
    color: #999;
}

#c-footer .c-ico {
    display: flex;
    align-items: center;
}

#c-footer .c-ico a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    color: #fff;
    background: #33444f;
    transition: .5s;
}

#c-footer .c-ico a:hover {
    background: #ff6c00;
}

#c-footer .c-weixin {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
}

#c-footer .c-weixin .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-footer .c-weixin .c-img-box img {
    width: 100%;
}

#c-footer .c-weixin .c-img-box .c-text {
    padding-top: 10px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #333;
}

#c-footer .c-bottom-box {
    padding: 25px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #7e7e7e;
}

#c-footer .c-bottom-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#c-footer .c-bottom-box a {
    color: #7e7e7e;
}

#c-footer .c-bottom-box .c-copyright {
    word-wrap: break-word;
    word-break: break-all;
    display: flex;
    align-items: center;
}
#c-footer .c-bottom-box .c-copyright .ke-insertfile {
    margin-left: 10px;
    flex-shrink: 0;
}
#c-footer .c-bottom-box .c-link a {
    margin-right: 20px;
}

#c-footer .c-bottom-box .c-link a:last-child {
    margin-right: 0;
}

#c-footer .c-logo {
    display: block;
}

#c-footer .c-logo img {
    height: 52px;
}

#c-footer .c-aBox {
    padding-top: 40px;
}

#c-footer .c-aBox a {
    margin-right: .8rem;
    color: #fff;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
    color: #fff;
    text-align: center;
}

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

#c-top-banner img {
    width: 100%;
    height: 6.8rem;
    object-fit: cover;
}

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

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

#c-top-banner .c-en-title {
    font-family: "AvantGarde";
    font-size: 60px;
    line-height: 1;
}

#c-top-banner .c-title {
    margin: 30px 0 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
}

#c-top-banner .c-line {
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background: #fff;
}


/* 顶部菜单 */

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
    padding: 95px 0 55px;
}

#c-top-menu .c-list li {
    flex: none;
    margin-right: 80px;
    font-size: 24px;
    line-height: 34px;
}

#c-top-menu .c-list li:last-child {
    margin-right: 0;
}

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

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


/* 顶部定位 */

#c-top-site {
    position: relative;
    z-index: 2;
    margin-top: -81px;
}

#c-top-site .c-box {
    display: flex;
    align-items: center;
    height: 81px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    color: #fff;
}

#c-top-site2 .c-box {
    display: flex;
    align-items: center;
}

#c-top-site .c-box a {
    color: #fff;
    transition: .5s;
}

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

#c-top-site .c-box span,
#c-top-site2 .c-box span {
    margin: 0 15px;
}

#c-top-site .c-box span:last-child,
#c-top-site2 .c-box span:last-child {
    display: none;
}

#c-top-site2 .c-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 81px;
    border-bottom: 1px solid #ddd;
    color: #999;
}

#c-top-site2 .c-box a {
    color: #999;
    transition: .5s;
}

#c-top-site2 .c-box a:hover,
#c-top-site2 .c-box a.on {
    color: #333;
}

#c-top-site2 .c-return {
    display: inline-block;
    padding-left: 30px;
    background: url(/template/pc/default/home/picture/fh-ico.png)no-repeat left center / 14px auto;
    color: #ff6c00;
}

#c-top-site2.c-dt {
    background: #f5f5f5;
}


/* 地图 */

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

.c-map.on {
    opacity: 1;
    z-index: 2!important;
}

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

.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-prevNext {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#c-prevNext a {
    max-width: 46%;
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    transition: .5s;
}

#c-prevNext a:hover {
    color: #ff6c00;
}

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

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


/* 分页 */

#c-page {
    padding-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    color: #333;
    font-size: 16px;
    line-height: 50px;
}
#c-page ul li{
    float: left;
}
#c-page ul li.active a{
    color: #fff;
    background: #ff6c00;
}
#c-page a {
    margin: 0 5px;
    display: block;
    width: 50px;
    height: 50px;
    font-family: "AvantGarde";
    text-align: center;
    color: #333;
    transition: .5s;
}
#c-page ul li a:hover{
    color: #fff;
    background: #ff6c00;
}


/* 应用领域 */

#c-application {
    background: #f5f5f5;
    overflow: hidden;
}

#c-application .c-list-wrap {
    position: relative;
}

#c-application .c-list-wrap .c-bj {
    position: absolute;
    top: 0;
    left: -13vw;
    z-index: 1;
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 200px;
    line-height: .8;
    color: #e6e6e6;
}

#c-application .c-list-wrap .c-bj:nth-child(2) {
    top: auto;
    left: auto;
    right: -13vw;
    bottom: 0;
}

#c-application .c-list-wrap .c-list {
    position: relative;
    z-index: 1;
}

#c-application .c-list-wrap .c-list li {
    position: relative;
    z-index: 1;
    width: 50%;
    float: left;
    transition: all .5s;
}

#c-application .c-list-wrap .c-list li:nth-child(even) {
    float: right;
    margin-top: -80px;
    margin-bottom: 80px;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
}

#c-application .c-list-wrap .c-list li:first-child {
    float: left;
    margin-top: 80px;
}

#c-application .c-list-wrap .c-list li:nth-child(2) {
    margin-top: 0;
}

#c-application .c-list-wrap .c-wrap {
    position: relative;
    display: block;
    height: 4.3rem;
    overflow: hidden;
}

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

#c-application .c-list-wrap .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    padding: 60px 40px;
    width: 100%;
    height: 100%;
    color: #fff;
    background: rgba(0, 0, 0, .2);
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox {
    padding-right: 1.5rem;
    width: 100%;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-en-title {
    opacity: .5;
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 48px;
    line-height: 1;
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-title {
    font-weight: normal;
    font-size: 30px;
    line-height: 50px;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-tbox .c-text {
    opacity: 0;
    height: 90px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox .c-jt {
    opacity: 0;
    width: 66px;
    height: 18px;
    background: url(/template/pc/default/home/picture/jt3.png)no-repeat center / 100% auto;
    transition: all .5s;
}

#c-application .c-list-wrap .c-wrap .c-text-box .c-bbox .c-num {
    font-family: "AvantGarde";
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
}

#c-application .c-list-wrap .c-list li:hover {
    z-index: 2;
    box-shadow: 0 50px 50px rgba(165, 70, 0, .5);
}

#c-application .c-list-wrap .c-list li:hover .c-wrap {
    background: transparent;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-title {
    font-weight: bold;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-en-title,
#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box .c-tbox .c-text,
#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box .c-bbox .c-jt {
    opacity: 1;
}

#c-application .c-list-wrap .c-list li:hover .c-wrap .c-text-box::before {
    opacity: .9;
}

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

#c-application .c-common-btn2 {
    margin: 80px auto 0;
}

#c-application.c-dt .c-list-wrap .c-list li:first-child {
    margin-top: 0;
}

#c-application.c-dt .c-list-wrap .c-list li:nth-child(even) {
    float: left;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

#c-application .c-max-box {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-application .c-max-box .c-text-box {
    width: 40.7%;
    padding: 0 20px 0 40px;
    font-size: 24px;
    line-height: 1.5;
}

#c-application .c-max-box .c-text-box p {
    padding: 10px 0;
    position: relative;
}

#c-application .c-max-box .c-text-box p::before {
    margin: 0 30px 0 -40px;
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50px;
    background: #ff6c00;
    vertical-align: middle;
}

#c-application .c-max-box .c-img-list {
    width: 59.3%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px -20px;
}

#c-application .c-max-box .c-img-list li {
    width: 50%;
    padding: 0 10px 20px;
    width: 50%;
}

#c-application .c-max-box .c-img-list .c-wrap {
    height: 2.76rem;
    overflow: hidden;
}

#c-application .c-max-box .c-img-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* 产品 */

#c-product2 {
    overflow: hidden;
}

#c-product2 .c-top-text .c-text {
    margin-top: -30px;
    padding: 0 90px 90px;
    line-height: 2;
    text-indent: 2em;
}

#c-product2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -5px 0;
}

#c-product2 .c-list li {
    padding: 0 5px 10px;
    width: 50%;
}

#c-product2 .c-wrap.c-last {
    background: #f5f5f5;
}

#c-product2 .c-wrap.c-last .c-text-box {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#c-product2 .c-wrap.c-last .c-text-box .c-title {
    color: #333;
}

#c-product2 .c-wrap.c-last .c-text-box .c-text {
    margin: 20px 0 0;
}

.c-banner2 {
    margin-top: -50px;
    padding: 50px 0;
}

.c-banner2 .c-wrap,
#c-product2 .c-wrap {
    position: relative;
    display: block;
    height: 6.8rem;
    overflow: hidden;
}

.c-banner2 .c-wrap>img,
#c-product2 .c-wrap>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s;
}

.c-banner2 .c-wrap .c-text-box,
#c-product2 .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1.3rem;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
    transition: all .5s;
}

.c-banner2 .c-wrap .c-text-box .c-title,
#c-product2 .c-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
}

.c-banner2 .c-wrap .c-text-box .c-text,
#c-product2 .c-wrap .c-text-box .c-text {
    margin: 15px 0 45px;
    font-size: 18px;
    line-height: 28px;
    /* opacity: .5; */
}

.c-banner2 .c-wrap .c-text-box .c-common-btn1,
#c-product2 .c-wrap .c-text-box .c-common-btn1 {
    margin: 0 auto;
    opacity: 0;
    transition: .5s;
}

.c-banner2 .c-wrap:hover>img,
#c-product2 .c-wrap:hover>img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

.c-banner2 .c-wrap:hover .c-text-box .c-common-btn1,
#c-product2 .c-wrap:hover .c-text-box .c-common-btn1 {
    opacity: 1;
}

.c-banner2 .swiper-button-next,
.c-banner2 .swiper-button-prev {
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
}

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

.c-banner2 .swiper-button-next {
    right: 40px;
    background: url(/template/pc/default/home/picture/next.png) no-repeat center / 10px auto;
}

.c-banner2 .swiper-button-prev {
    left: 40px;
    background: url(/template/pc/default/home/picture/prev.png) no-repeat center / 10px auto;
}

.c-banner2 .swiper-button-next:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/next2.png);
}

.c-banner2 .swiper-button-prev:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/prev2.png);
}

.c-banner2 .swiper-pagination {
    bottom: 0;
}

.c-banner2 .swiper-pagination-bullet {
    margin: 0 12px !important;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-radius: 100%;
    background: #000;
    opacity: .5;
    vertical-align: middle;
}

.c-banner2 .swiper-pagination-bullet-active {
    opacity: 1;
    width: 14px;
    height: 14px;
    background: transparent;
    border: 2px solid #ff6c00;
}


/* 新闻 */

#c-news .c-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

#c-news .c-top .c-common-title {
    text-align: left;
}

#c-news .c-top .c-common-btn2 {
    margin-bottom: 60px;
}

#c-news .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

#c-news .c-list {
    margin: 0 -15px -30px;
}

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

#c-news .c-list .c-wrap {
    position: relative;
    display: block;
    height: 3.2rem;
    overflow: hidden;
}

#c-news .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
}

#c-news .c-list .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2) url(/template/pc/default/home/picture/xw-bjjb.png)repeat-x left bottom/ auto;
}

#c-news .c-list .c-wrap .c-text-box .c-box {
    position: absolute;
    bottom: -46px;
    left: 0;
    padding: 40px;
    width: 100%;
    color: #fff;
    transition: .5s;
}

#c-news .c-list .c-wrap .c-text-box .c-box .c-text {
    line-height: 26px;
}

#c-news .c-list .c-wrap .c-text-box .c-box .c-title {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news .c-list .c-wrap .c-text-box .c-box .c-more {
    opacity: 0;
    display: inline-block;
    padding-right: 26px;
    line-height: 26px;
    background: url(/template/pc/default/home/picture/jt2.png)no-repeat right center / 16px auto;
    transition: .5s;
}

#c-news .c-list .c-wrap:hover .c-text-box .c-box .c-more {
    opacity: 1;
}

#c-news .c-list .c-wrap:hover .c-text-box .c-box {
    bottom: 0;
}

#c-news .c-list .c-wrap:hover img {
    transform: scale(1.06, 1.06);
    -webkit-transform: scale(1.06, 1.06);
}


/* 关于我们 */

#c-about {
    margin-top: 140px;
    position: relative;
    overflow: hidden;
}

#c-about .c-common-title {
    text-align: left;
}

#c-about .c-box-wrap {
    padding: 80px 0;
    height: 5.6rem;
    min-height: 430px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#c-about .c-box-wrap .c-container {
    position: static;
}

#c-about .c-box-wrap .c-text-box {
    padding-right: 2rem;
    width: 50%;
}

#c-about .c-box-wrap .c-text-box .c-title {
    font-size: 24px;
    line-height: 34px;
}

#c-about .c-box-wrap .c-text-box .c-text {
    margin: 30px 0 60px;
    color: #666;
}

#c-about .c-box-wrap .c-text-box .c-btn-box {
    display: flex;
    align-items: flex-start;
}

#c-about .c-box-wrap .c-text-box .c-btn-box .c-common-btn2:last-child {
    margin-left: 20px;
}

#c-about .c-box-wrap .c-img-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 5.8rem;
    overflow: hidden;
}

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


/* 因需定制 */

#c-common-box {
    padding: 80px 0;
    text-align: center;
    color: #fff;
}

#c-common-box .c-wrap {
    padding: 60px 0;
    background: #ff6c00;
    background: #ff6c00 url(/template/pc/default/home/picture/jb-bj.jpg)no-repeat center / cover;
}

#c-common-box .c-title {
    font-size: 30px;
    line-height: 40px;
}

#c-common-box .c-text {
    margin: 10px 0 25px;
    font-size: 18px;
    line-height: 28px;
}

#c-common-box .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 180px;
    height: 54px;
    border-radius: 27px;
    background: #fff;
    color: #ff6c00;
}


/* 产品详情 */

#c-product3 .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-product3 .c-text-box {
    padding-right: 1rem;
    width: 43%;
}

#c-product3 .c-text-box .c-en-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}

#c-product3 .c-text-box .c-title {
    margin-top: 10px;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
}

#c-product3 .c-text-box .c-text {
    margin: 30px 0 55px;
    font-size: 18px;
    line-height: 30px;
    color: #666;
}

#c-product3 .c-img-box {
    width: 57%;
    overflow: hidden;
}

#c-product3 .c-img-box img {
    width: 100%;
    height: 5.7rem;
    object-fit: cover;
}


/* 产品介绍 */

#c-product4 .c-list li {
    position: relative;
}

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

#c-product4 .c-wrap {
    position: relative;
    z-index: 2;
    padding: 60px 0;
}

#c-product4 .c-container {
    display: flex;
    align-items: center;
    min-height: 580px;
}

#c-product4 .c-list li:nth-child(even) .c-container {
    justify-content: flex-end;
}

#c-product4 .c-text-box {
    width: 450px;
    max-width: 100%;
    color: #fff;
}

#c-product4 .c-text-box .c-title {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 48px;
    line-height: 58px;
    color: #ff6c00;
    background-image: -webkit-linear-gradient(left, #ff6c00, #f7ab03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#c-product4 .c-text-box .c-text {
    line-height: 30px;
}

#c-product4 .c-list li:nth-child(even) .c-text-box .c-title,
#c-product4 .c-list li:nth-child(even) .c-text-box .c-text {
    opacity: 1;
    color: #333;
}


/* 产品特性 */

#c-product5 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-product5 .c-list {
    margin-bottom: -50px;
}

#c-product5 .c-list li {
    padding: 0 1rem 50px;
    width: 33.333%;
    text-align: center;
}

#c-product5 .c-list img {
    width: 120px;
}

#c-product5 .c-list .c-title {
    margin: 25px 0 10px;
    font-size: 20px;
    line-height: 30px;
}

#c-product5 .c-list .c-text {
    line-height: 30px;
    color: #666;
    word-break: break-all;
}


/* 产品技术参数 */

#c-product6 {
    background: #282828;
}

#c-product6 .c-wrap {
    padding: 70px 100px;
    background: #fff;
}

#c-product6 table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    /* border-spacing: 0px; */
}

#c-product6 td {
    padding: 15px;
    width: 50%;
    border: 1px solid #ddd;
    word-wrap: break-word;
    word-break: normal;
}

#c-product6 tr:nth-child(odd) {
    background: #7872c9;
}

#c-product6 td:first-child {
    font-weight: bold;
}


/* 定制 */

#c-customized {
    padding: 100px 0 390px;
    background: #f5f5f5;
}

#c-customized .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-customized .c-list li {
    padding: 0 10px 20px;
    width: 16.666666%;
}

#c-customized .c-list .c-wrap {
    padding: 50px 20px;
    background: #fff;
    text-align: center;
}

#c-customized .c-list .c-wrap .c-num {
    font-family: "AvantGarde";
    font-size: 24px;
    line-height: 34px;
    color: #ddd;
}

#c-customized .c-list .c-wrap img {
    margin: 25px 0;
    width: 100px;
    border-radius: 50%;
    box-shadow: 0 5px 20px rgba(165, 70, 0, .2);
}

#c-customized .c-list .c-wrap .c-title {
    font-size: 18px;
    line-height: 28px;
}

#c-customized .c-btn-box {
    padding-top: 70px;
    text-align: center;
}

#c-customized .c-btn {
    display: inline-block;
    padding-right: 26px;
    line-height: 26px;
    color: #ff6c00;
    background: url(/template/pc/default/home/picture/jt4.png)no-repeat right center / 14px auto;
}


/* 表单 */

#c-form {
    margin-top: -290px;
}

#c-form form {
    padding: 80px 100px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    background: #fff;
}

#c-form .c-title {
    margin-bottom: 40px;
    font-weight: normal;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}

#c-form .c-list1 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

#c-form .c-list1 li {
    padding: 0 10px 20px;
}

#c-form .c-list1 .c-title2 {
    position: relative;
    z-index: 2;
    padding: 0 15px;
    min-width: 180px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    color: #333;
    transition: all .5s;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#c-form .c-list1 .c-title2::before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
    transition: all .5s;
}

#c-form .c-list1 li.on .c-title2 {
    color: #fff;
    box-shadow: 0 5px 20px rgba(165, 70, 0, .2);
}

#c-form .c-list1 li.on .c-title2::before {
    opacity: 1;
}

#c-form .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -15px;
}

#c-form .c-list2 li {
    padding: 0 15px 30px;
    width: 33.333%;
}

#c-form .c-list2 li:last-child {
    width: 100%;
}

#c-form .c-list2 input {
    padding: 0 30px;
    width: 100%;
    height: 54px;
    line-height: 52px;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
}

#c-form .c-list2 textarea {
    width: 100%;
    height: 242px;
    padding: 15px 30px;
    border: 1px solid #e0e0e0;
    border-radius: 27px;
    line-height: 1.6;
    overflow-y: auto;
}

#c-form button {
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
    width: 100%;
    height: 54px;
    line-height: 54px;
    border-radius: 27px;
    color: #fff;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0 5px 20px rgba(165, 70, 0, .2);
}

#c-form button::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
}

#c-form .c-text {
    color: #999;
    line-height: 26px;
    text-align: center;
}


/* 应用领域 */

#c-application2 .c-top-text .c-text {
    margin-top: -30px;
    padding: 0 90px 90px;
    line-height: 2;
    text-align: center;
}

#c-application2 .c-list li {
    padding: 80px 0;
}

#c-application2 .c-list li:last-child {
    padding-bottom: 0;
}

#c-application2 .c-wrap {
    display: block;
    padding-bottom: 80px;
    color: #333;
    background: -webkit-linear-gradient(left, #fff 32%, #f5f5f5 32%);
    background: linear-gradient(to right, #fff 32%, #f5f5f5 32%);
}

#c-application2 li:nth-child(even) .c-wrap {
    background: -webkit-linear-gradient(right, #fff 32%, #f5f5f5 32%);
    background: linear-gradient(to left, #fff 32%, #f5f5f5 32%);
}

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

#c-application2 li:nth-child(even) .c-wrap .c-container {
    flex-direction: row-reverse;
}

#c-application2 .c-wrap .c-img-box {
    margin-top: -80px;
    width: 50%;
    overflow: hidden;
}

#c-application2 .c-wrap .c-img-box img {
    width: 100%;
    height: 4.3rem;
    object-fit: cover;
    transition: all .5s;
}

#c-application2 .c-wrap .c-text-box {
    padding: 0 1.7rem 0 .5rem;
    width: 50%;
}

#c-application2 li:nth-child(even) .c-wrap .c-text-box {
    padding: 0 2.2rem 0 0;
}

#c-application2 .c-wrap .c-text-box .c-en-title {
    margin-top: -24px;
    font-family: "AvantGarde";
    font-size: 48px;
    line-height: 1;
}

#c-application2 .c-wrap .c-text-box .c-title {
    font-size: 30px;
    line-height: 40px;
    transition: .5s;
}

#c-application2 .c-wrap .c-text-box .c-text {
    margin: 20px 0 30px;
    min-height: 150px;
    line-height: 30px;
    color: #666;
}

#c-application2 .c-wrap .c-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100px;
    height: 20px;
    overflow: hidden;
}

#c-application2 .c-wrap .c-btn .c-p1 {
    margin-top: -20px;
    flex: 0 0 100%;
    padding-right: 20px;
    color: #ff6c00;
    line-height: 20px;
    background: url(/template/pc/default/home/picture/jt2.png)no-repeat right center/ 16px auto;
    transition: .5s;
}

#c-application2 .c-wrap .c-btn .c-p2 {
    flex: 0 0 100%;
    height: 100%;
    background: url(/template/pc/default/home/picture/jt5.png)no-repeat center/ 100% auto;
}

#c-application2 .c-wrap:hover .c-btn .c-p1 {
    margin-top: 0;
}

#c-application2 .c-wrap:hover .c-text-box .c-title {
    color: #ff6c00;
}

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


/* 应用背景 */

#c-application3 .c-text {
    margin: -30px auto 0;
    width: 70%;
    line-height: 30px;
    text-align: center;
    color: #666;
}


/* 应用部位 */

#c-application4 {
    background: #f4f4f4;
}

#c-application4 .c-img img {
    width: 100%;
}

#c-application4 .c-text {
    margin: -30px auto 25px;
    width: 70%;
    text-align: center;
    color: #666;
    font-size: 18px;
    line-height: 30px;
}


/* 应用优势 */

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

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

#c-application5 .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    background: #f5f5f5;
}

#c-application5 .c-list li:nth-child(even) .c-wrap {
    flex-wrap: nowrap;
    flex-direction: column-reverse;
}

#c-application5 .c-list .c-img-box {
    width: 100%;
    height: 4.82rem;
    overflow: hidden;
}

#c-application5 .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-application5 .c-list .c-text-box {
    width: 100%;
    padding: 50px;
    text-align: center;
}

#c-application5 .c-list .c-text-box .c-title {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 34px;
}

#c-application5 .c-list .c-text-box .c-text {
    line-height: 30px;
    color: #666;
}


/* 新闻列表 */

#c-news2 .c-list li {
    margin-bottom: 30px;
}

#c-news2 .c-list li:last-child {
    margin-bottom: 0;
}

#c-news2 .c-wrap {
    display: flex;
    align-items: center;
    color: #333;
    background: #f5f5f5;
}

#c-news2 .c-wrap .c-img-box {
    flex: 0 0 330px;
    height: 238px;
    overflow: hidden;
}

#c-news2 .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#c-news2 .c-wrap .c-text-box {
    padding: 0 1.9rem 0 .5rem;
}

#c-news2 .c-wrap .c-text-box .c-title {
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: .5s;
}

#c-news2 .c-wrap .c-text-box .c-text {
    margin: 5px 0 20px;
    height: 60px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news2 .c-wrap .c-text-box .c-btn {
    display: inline-block;
    padding-right: 26px;
    line-height: 26px;
    background: url(/template/pc/default/home/picture/jt2.png)no-repeat right center / 16px auto;
    transition: .5s;
}

#c-news2 .c-wrap .c-time-box {
    flex: 0 0 160px;
    font-family: "AvantGarde";
}

#c-news2 .c-wrap .c-time-box .c-t1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 46px;
}

#c-news2 .c-wrap .c-time-box .c-t2 {
    line-height: 26px;
    color: #999;
}

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

#c-news2 .c-wrap:hover .c-text-box .c-title,
#c-news2 .c-wrap:hover .c-text-box .c-btn {
    color: #ff6c00;
}


/* 新闻详情 */

#c-news3 {
    padding-top: 80px;
}

#c-news3 .c-container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

#c-news3 .c-left {
    width: 68.5%;
}

#c-news3 .c-left .c-title {
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    color: #333;
}

#c-news3 .c-left .c-time {
    margin: 20px 0 50px;
    line-height: 26px;
    color: #666;
}

#c-news3 .c-left .c-time span {
    margin-right: 40px;
}

#c-news3 .c-left .c-text {
    line-height: 1.8;
    color: #666;
    border-bottom: 1px solid #ddd;
    padding-bottom: 45px;
    margin-bottom: 45px;
}

#c-news3 .c-left .c-text img {
    max-width: 100%;
    height: auto !important;
}

#c-news3 .c-left .c-link p:nth-child(2) {
    margin-top: 10px;
}

#c-news3 .c-left .c-link a {
    color: #999;
    transition: .5s;
}

#c-news3 .c-left .c-link a:hover {
    color: #ff6c00;
}

#c-news3 .c-right {
    position: sticky;
    top: 0;
    padding-top: 140px;
    width: 25%;
}

#c-news3 .c-right .c-title {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 24px;
    line-height: 34px;
}

#c-news3 .c-right .c-list li {
    padding-bottom: 20px;
}

#c-news3 .c-right .c-list li:last-child {
    padding-bottom: 0;
}

#c-news3 .c-right .c-list .c-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#c-news3 .c-right .c-list .c-wrap .c-img-box {
    width: 40%;
    height: 1rem;
    overflow: hidden;
}

#c-news3 .c-right .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

#c-news3 .c-right .c-list .c-wrap .c-title2 {
    padding-left: 20px;
    width: 60%;
    max-height: 56px;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    transition: .5s;
}

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

#c-news3 .c-right .c-list .c-wrap:hover .c-title2 {
    color: #ff6c00;
}


/* 联系方式 */

#c-contact .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: -50px;
}

#c-contact .c-list li {
    padding: 0 20px 50px;
    width: 25%;
    text-align: center;
}

#c-contact .c-list .c-img-box {
    position: relative;
    margin: 0 auto 35px;
    width: 80px;
    height: 80px;
    border: 1px solid #ff6c00;
    border-radius: 50%;
}

#c-contact .c-list li:last-child {
    cursor: pointer;
}

#c-contact .c-list .c-img-box img {
    width: 100%;
    height: 100%;
}

#c-contact .c-list .c-img-box img:nth-child(2) {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 140px;
    height: 140px;
    margin: -70px 0 0 -70px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: .5s;
}

#c-contact .c-list li:hover .c-img-box img:nth-child(2) {
    transform: scale(1);
    -webkit-transform: scale(1);
}

#c-contact .c-list .c-title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #333;
}

#c-contact .c-list .c-text1 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 30px;
    word-break: break-all;
}

#c-contact .c-list .c-text2 {
    margin-top: 5px;
    padding: 2px 0;
    line-height: 26px;
}

#c-contact .c-list a {
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    color: #ff6c00;
}


/* 在线留言 */

#c-msg {
    background: #f5f5f5;
}

#c-msg form {
    padding: 50px;
    background: #fff;
}

#c-msg .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-msg .c-list li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%;
}

#c-msg .c-list li:first-child::before,
#c-msg .c-list li:nth-child(2)::before {
    content: "*";
    position: absolute;
    top: 50%;
    right: 30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff0000;
}

#c-msg .c-list li:last-child,
#c-msg .c-list li:nth-last-child(2) {
    width: 100%;
}

#c-msg .c-list li:last-child {
    padding-top: 20px;
}

#c-msg .c-list input {
    padding: 0 30px;
    width: 100%;
    height: 64px;
    line-height: 62px;
    border: 1px solid #ddd;
    border-radius: 5px;
}

#c-msg .c-list textarea {
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 5px;
    line-height: 26px;
    width: 100%;
    height: 154px;
    overflow-y: auto;
}

#c-msg .c-list button {
    width: 180px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #ff6c00;
    border-radius: 26px;
    color: #ff6c00;
    cursor: pointer;
}

#c-msg .c-list button:first-child {
    margin-right: 20px;
    background: #ff6c00;
    color: #fff;
}

#c-msg .c-list .c-text {
    width: 100%;
    padding-top: 15px;
    line-height: 26px;
    text-align: center;
    color: #999;
}


/* 公共盒子2 */

#c-common-box2 .c-wrap {
    position: relative;
    overflow: hidden;
    display: block;
}

#c-common-box2 .c-wrap img {
    width: 100%;
    transition: 1s;
}

#c-common-box2 .c-wrap:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-common-box2 .c-wrap .c-box {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .32);
}

#c-common-box2 .c-wrap .c-box .c-title {
    margin-bottom: 25px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    color: #fff;
}

#c-common-box2 .c-common-btn1 {
    margin: 0 auto;
}


/* 福利待遇 */

#c-job {
    background: #f5f5f5;
}

#c-job .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-job .c-list li {
    padding: 0 10px 20px;
    width: 50%;
}

#c-job .c-list .c-wrap {
    display: flex;
    align-items: flex-start;
    padding: 50px;
    background: #fff;
    border-radius: 5px;
}

#c-job .c-list .c-wrap .c-img-box {
    flex: 0 0 100px;
}

#c-job .c-list .c-wrap .c-img-box img {
    width: 100%;
}

#c-job .c-list .c-wrap .c-text-box {
    padding-left: 50px;
}

#c-job .c-list .c-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 26px;
    line-height: 36px;
}

#c-job .c-list .c-wrap .c-text-box .c-text {
    line-height: 26px;
    color: #666;
}


/* 招聘岗位 */

#c-job2 .c-list2 {
    display: flex;
    align-items: center;
}

#c-job2 .c-list2 li {
    flex: 0 0 14.285%;
    font-size: 18px;
    line-height: 28px;
    padding: 35px 0 35px 40px;
}

#c-job2 .c-list2 li:last-child {
    padding-right: 40px;
}

#c-job2 .c-list:first-child .c-list2 {
    background: #ff6c00;
    background: linear-gradient(to right top, #ff6c00, #f7ab03);
}

#c-job2 .c-list:first-child .c-list2 li {
    font-weight: bold;
    color: #fff;
}

#c-job2 .c-list>li {
    margin-top: 2px;
    background: #f5f5f5;
    word-break: break-all;
}

#c-job2 .c-list .c-bottom {
    display: none;
}

#c-job2 .c-list .c-bottom .c-wrap {
    position: relative;
    padding: 40px 120px 40px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    background: #f5f5f5;
}

#c-job2 .c-list .c-bottom .c-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 40px;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    border-top: 1px solid #ddd;
}

#c-job2 .c-list .c-bottom .c-lt {
    padding-right: 40px;
    line-height: 2;
}

#c-job2 .c-list .c-bottom .c-gt {
    flex: 0 0 400px;
    line-height: 2;
    padding: 40px;
    background: #fff;
}

#c-job2 .c-list .c-bottom .c-common-btn1 {
    margin-top: 40px;
    cursor: pointer;
}

#c-job2 .c-list .c-switch {
    position: relative;
    width: 32px;
    height: 32px;
    border: 2px solid #ff6c00;
    border-radius: 50%;
    cursor: pointer;
}

#c-job2 .c-list .c-switch::before,
#c-job2 .c-list .c-switch::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    width: 16px;
    height: 2px;
    background: #ff6c00;
    transition: .5s;
}

#c-job2 .c-list .c-switch::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

#c-job2 .c-list li.on .c-switch::after {
    opacity: 0;
}


/* 投递简历弹窗 */

#c-deliver-pop {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}

#c-deliver-pop form {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    max-width: 400px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#c-deliver-pop form .c-title-box {
    position: relative;
    padding: 0 30px;
    background: #ff6c00;
}

#c-deliver-pop form .c-title-box .c-title {
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

#c-deliver-pop form .c-title-box .c-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 80px;
    height: 60px;
    background: url(/template/pc/default/home/picture/close.png) no-repeat center center;
    background-size: 20px auto;
    cursor: pointer;
}

#c-deliver-pop form .c-box {
    padding: 30px;
    font-size: 14px;
}

#c-deliver-pop form input {
    margin-bottom: 20px;
    padding: 0 15px;
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
}

#c-deliver-pop form button {
    width: 100%;
    height: 50px;
    background: #ff6c00;
    color: #fff;
    cursor: pointer;
}

#c-deliver-pop form .c-file {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#c-deliver-pop form .c-file .c-input-box {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    padding: 9px 15px;
    background: #ff6c00;
}

#c-deliver-pop form .c-file input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    cursor: pointer;
}

#c-deliver-pop form .c-file .c-text {
    color: #fff;
    text-align: center;
}

#c-deliver-pop form .c-file .c-text2 {
    line-height: 30px;
}

#c-deliver-pop .f_yanzheng {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#c-deliver-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 256px) !important;
}

#c-deliver-pop .f_yanzheng {
    margin-bottom: 20px;
}

#c-deliver-pop .f_yanzheng input {
    margin-bottom: 0;
    width: calc(100% - 146px) !important;
}

#c-deliver-pop .f_yanzheng img {
    width: 130px;
    cursor: pointer;
}


/* 企业优势 */

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

#c-culture .c-list li {
    width: 33.333333%;
    padding: 50px 15px 30px;
}

#c-culture .c-list .c-wrap {
    text-align: center;
    background: #f5f5f5;
}

#c-culture .c-list .c-wrap .c-img-box {
    position: relative;
    top: -50px;
    margin: 0 auto;
    width: 100px;
}

#c-culture .c-list .c-wrap .c-img-box img {
    width: 100%;
}

#c-culture .c-list .c-wrap .c-text-box {
    padding: 40px;
}

#c-culture .c-list .c-wrap .c-text-box .c-en-title {
    font-family: "AvantGarde";
    font-size: 30px;
    line-height: 1;
}

#c-culture .c-list .c-wrap .c-text-box .c-title {
    margin: 15px 0 20px;
    font-size: 24px;
    line-height: 34px;
}

#c-culture .c-list .c-wrap .c-text-box .c-text {
    color: #808080;
    line-height: 30px;
}


/* 企业价值 */

#c-culture2 .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-culture2 .c-list li {
    width: 33.333333%;
    position: relative;
    height: 7.2rem;
    text-align: center;
    color: #fff;
    overflow: hidden;
}

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

#c-culture2 .c-list .c-num {
    position: absolute;
    bottom: -60px;
    left: 0;
    z-index: 2;
    width: 100%;
    font-family: "AvantGarde";
    font-size: 200px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px #fff;
}

#c-culture2 .c-list .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
}

#c-culture2 .c-list .c-text-box .c-box {
    position: absolute;
    top: 50%;
    left: 0;
    padding: 0 20px;
    width: 100%;
    min-height: 276px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-culture2 .c-list .c-text-box .c-en-title {
    margin-bottom: 5px;
    font-family: "AvantGarde";
    font-size: 48px;
    line-height: 1;
}

#c-culture2 .c-list .c-text-box .c-title {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
}

#c-culture2 .c-list .c-text-box .c-text {
    padding-top: 20px;
    line-height: 30px;
    display: none;
    transition: .5s;
}

#c-culture2 .c-list li:hover .c-text-box .c-text {
    display: block;
}

#c-culture2 .c-list li:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}


/* 社会责任 */

#c-culture3 .c-box-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #f5f5f5;
}

#c-culture3 .c-img-box {
    width: 50%;
    height: 5.02rem;
    min-height: 500px;
    overflow: hidden;
}

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

#c-culture3 .c-text-box {
    padding: 70px;
    width: 50%;
}

#c-culture3 .c-text-box .c-text {
    margin: -40px 0 40px;
    line-height: 30px;
    color: #666;
}

#c-culture3 .c-common-title {
    text-align: left;
}


/* 企业简介 */

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

#c-about2 .c-text-box {
    margin-top: -30px;
    padding: 0 90px 90px;
    line-height: 2;
}

#c-about2 .c-list {
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    text-align: center;
}

#c-about2 .c-list .c-tbox {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
}

#c-about2 .c-list .c-tbox .c-num-move {
    font-family: "AvantGarde";
    font-size: 60px;
    line-height: 70px;
    color: #ff6c00;
    background-image: -webkit-linear-gradient(left, #ff6c00, #f7ab03);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#c-about2 .c-list .c-tbox .c-text {
    font-size: 18px;
    line-height: 28px;
    color: #f7ab03;
}

#c-about2 .c-list .c-tbox {
    font-size: 18px;
    line-height: 28px;
}


/* 合作伙伴 */

#c-partner {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

#c-partner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#c-partner .c-common-title {
    position: relative;
    z-index: 2;
}

#c-partner .c-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px -20px;
}

#c-partner .c-list li {
    padding: 0 10px 20px;
    width: 16.666666%;
}

#c-partner .c-list .c-wrap {
    height: 1rem;
    overflow: hidden;
}

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


/* 荣誉 */

.c-banner5 .c-wrap {
    padding: 10px;
    /* background: #f5f5f5; */
    cursor: pointer;
}

.c-banner5 .c-wrap .c-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    height: 4.7rem;
    overflow: hidden;
}

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

.c-banner5 .c-wrap .c-title {
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.c-banner5-wrap {
    position: relative;
    padding: 0 100px;
    margin: 0 -100px;
}

.c-banner5-wrap .c-next,
.c-banner5-wrap .c-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.c-banner5-wrap .c-next.swiper-button-disabled,
.c-banner5-wrap .c-prev.swiper-button-disabled {
    display: none;
}

.c-banner5-wrap .c-next {
    right: 0;
    background: url(/template/pc/default/home/picture/next3.png) no-repeat center / 10px auto;
}

.c-banner5-wrap .c-prev {
    left: 0;
    background: url(/template/pc/default/home/picture/prev3.png) no-repeat center / 10px auto;
}

.c-banner5-wrap .c-next:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/next2.png);
}

.c-banner5-wrap .c-prev:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/prev2.png);
}


/* 图片弹窗 */

#hi-img-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;
}

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

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

#hi-img-pop .hi-close:hover {
    background: #ff6c00;
}

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

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

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

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


/* 研发中心 */

#c-research {
    position: relative;
    color: #fff;
    text-align: center;
}

#c-research::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

#c-research .c-text-box {
    margin-top: -30px;
    padding: 0 1.9rem 50px;
    line-height: 2;
}

#c-research .c-box {
    position: relative;
    z-index: 3;
}

.c-banner4-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.c-banner4-1 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner4-2 .c-wrap {
    position: relative;
    margin: 0 auto;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
}

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

.c-banner4-2 .c-wrap .c-title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

.c-banner4-2 .swiper-slide-thumb-active .c-wrap .c-title {
    background: rgba(255, 108, 0, .9);
}


/* 发展历史 */

#c-history {
    background: #f5f5f5;
}

.c-banner3-wrap {
    position: relative;
    margin-top: -30px;
    padding: 0 200px;
}

.c-banner3-wrap .c-next,
.c-banner3-wrap .c-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    margin-top: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: 1;
    transition: .5s;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
    cursor: pointer;
}

.c-banner3-wrap .c-next.swiper-button-disabled,
.c-banner3-wrap .c-prev.swiper-button-disabled {
    display: none;
}

.c-banner3-wrap .c-next {
    right: 0;
    background: #fff url(/template/pc/default/home/picture/next3.png) no-repeat center / 10px auto;
}

.c-banner3-wrap .c-prev {
    left: 0;
    background: #fff url(/template/pc/default/home/picture/prev3.png) no-repeat center / 10px auto;
}

.c-banner3-wrap .c-next:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/next2.png);
}

.c-banner3-wrap .c-prev:hover {
    background-color: #fff;
    background-image: url(/template/pc/default/home/picture/prev2.png);
}

.c-banner3-wrap .c-num1,
.c-banner3-wrap .c-num2 {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 10;
    font-family: "AvantGarde";
    font-size: 48px;
    line-height: 1;
    color: #ddd;
}

.c-banner3-wrap .c-num2 {
    left: auto;
    right: 0;
}

.c-banner3 {
    padding-top: 90px;
}

.c-banner3 .c-wrap {
    padding: 0 60px 60px;
    background: #fff;
}

.c-banner3 .c-wrap .c-num3 {
    position: relative;
    top: -90px;
    margin-bottom: -30px;
    font-family: "AvantGarde";
    font-size: 200px;
    line-height: 1;
    color: #ff6c00;
    text-align: center;
}

.c-banner3 .c-wrap .c-list {
    position: relative;
}

.c-banner3 .c-wrap .c-list::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background: #ddd;
}

.c-banner3 .c-wrap .c-list li {
    padding: 20px 0;
    position: relative;
    display: flex;
    align-items: center;
}

.c-banner3 .c-wrap .c-list li:nth-child(even) {
    flex-direction: row-reverse;
}

.c-banner3 .c-wrap .c-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff6c00;
}

.c-banner3 .c-wrap .c-list .c-t1 {
    padding-right: 40px;
    width: 50%;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
}

.c-banner3 .c-wrap .c-list li:nth-child(odd) .c-t1 {
    text-align: right;
}

.c-banner3 .c-wrap .c-list li:nth-child(even) .c-t1 {
    padding: 0 0 0 40px;
    width: 50%;
}

.c-banner3 .c-wrap .c-list .c-t2 {
    padding-left: 40px;
    width: 50%;
    line-height: 30px;
    color: #666;
}

.c-banner3 .c-wrap .c-list li:nth-child(even) .c-t2 {
    padding: 0 40px 0 0;
    width: 50%;
    text-align: right;
}

.c-banner3 .swiper-slide {
    opacity: 0 !important;
    z-index: 1 !important;
}

.c-banner3 .swiper-slide-active {
    opacity: 1 !important;
    z-index: 2 !important;
}


/* 网站地图 */

#c-sitemap .c-box {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 80px;
    background: #f5f5f5;
}

#c-sitemap .c-list>li {
    padding: 80px 0;
    border-bottom: 1px solid #ccc;
}

#c-sitemap .c-list>li:last-child {
    border: 0;
}

#c-sitemap .c-list .c-title-box {
    font-size: 24px;
    line-height: 34px;
}

#c-sitemap .c-list .c-title-box a {
    color: #333;
    transition: .5s;
}

#c-sitemap .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding-top: 10px;
    margin: 0 -15px -10px;
}

#c-sitemap .c-list2>li {
    margin-bottom: 10px;
    padding: 0 15px;
    width: 20%;
    line-height: 26px;
}

#c-sitemap .c-list2 a {
    color: #666;
    transition: .5s;
}

#c-sitemap a:hover {
    color: #ff6c00 !important;
}

#c-statement2 .c-text-box {
    margin: 0 auto;
    max-width: 1400px;
    min-height: 30vh;
    padding: 80px;
    background: #f5f5f5;
    line-height: 2;
}


/* 订单弹窗 */

#c-pop-form {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
}

#c-pop-form .c-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 62.5%;
    max-width: 1200px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 60px 90px;
}

#c-pop-form .c-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #999 url(/template/pc/default/home/picture/close.png) no-repeat center / 26px auto;
    transition: .5s;
    cursor: pointer;
}

#c-pop-form .c-close:hover {
    background-color: #ff6c00;
}

#c-pop-form .c-title {
    font-weight: normal;
    font-size: 34px;
    line-height: 44px;
    text-align: center;
}

#c-pop-form .c-text {
    margin: 10px 0 35px;
    line-height: 26px;
    color: #666;
    text-align: center;
}

#c-pop-form .c-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 0 -10px;
}

#c-pop-form .c-list li {
    width: 50%;
    padding: 0 10px 20px;
}

#c-pop-form .c-list li:last-child,
#c-pop-form .c-list li:nth-last-child(2) {
    width: 100%;
}

#c-pop-form .c-list li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}

#c-pop-form .c-list .c-wrap {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0 30px;
    border: 1px solid #ddd;
}

#c-pop-form .c-list li:nth-last-child(2) .c-wrap {
    align-items: flex-start;
}

#c-pop-form .c-list .c-wrap .c-text2 {
    flex-shrink: 0;
    line-height: 60px;
}

#c-pop-form .c-list .c-wrap input,
#c-pop-form .c-list .c-wrap select {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 30px;
    height: 60px;
    line-height: 60px;
}

#c-pop-form .c-list .c-wrap select {
    cursor: pointer;
}

#c-pop-form .c-list .c-wrap .c-xs1 {
    position: absolute;
    top: 50%;
    right: 30px;
    z-index: 1;
    margin-top: -6px;
    border-top: 12px solid #ff6c00;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

#c-pop-form .c-list .c-wrap .c-xs2 {
    color: #ff6c00;
}

#c-pop-form .c-list textarea {
    width: 100%;
    height: 116px;
    padding: 17px 0;
    overflow-y: auto;
    line-height: 26px;
}

#c-pop-form .c-list button {
    margin: 20px 10px 0;
    width: 180px;
    line-height: 52px;
    border: 1px solid #ff6c00;
    border-radius: 26px;
    color: #ff6c00;
    cursor: pointer;
}

#c-pop-form .c-list button:first-child {
    background: #ff6c00;
    color: #fff;
}

#c-pop-form .c-text3 {
    color: #999;
    text-align: center;
}


/* 提交成功弹窗 */

#c-ok-pop {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 920;
    width: 620px;
    max-width: 90%;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

#c-ok-pop .c-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #999 url(/template/pc/default/home/picture/close.png) no-repeat center / 26px auto;
    transition: .5s;
    cursor: pointer;
}

#c-ok-pop .c-close:hover {
    background-color: #ff6c00;
}

#c-ok-pop .c-top {
    padding: 60px;
}

#c-ok-pop .c-top .c-title {
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 36px;
    line-height: 46px;
    color: #ff6c00;
}

#c-ok-pop .c-top .c-text {
    line-height: 26px;
    color: #666;
}

#c-ok-pop .c-bottom {
    padding: 25px 60px;
    line-height: 26px;
    color: #fff;
    background: #ff6c00;
}

#c-ok-pop .c-bottom .c-text3 {
    font-size: 24px;
    line-height: 34px;
}

#c-ok-pop .c-bottom .c-text3 span {
    font-size: 16px;
    line-height: 16px;
}

@media screen and (max-width: 1599px) {
    #c-pop-form .c-box {
        padding: 40px;
    }
    #c-pop-form .c-title,
    #c-ok-pop .c-top .c-title {
        font-size: 30px;
        line-height: 40px;
    }
    #c-pop-form .c-list .c-wrap .c-text2,
    #c-pop-form .c-list .c-wrap input,
    #c-pop-form .c-list .c-wrap select {
        height: 50px;
        line-height: 50px;
    }
    #c-pop-form .c-list .c-wrap {
        padding: 0 20px;
    }
    #c-pop-form .c-list .c-wrap .c-xs1 {
        right: 20px;
    }
    #c-pop-form .c-list textarea {
        padding: 12px 0;
    }
}

@media screen and (max-width: 1599px) {
    #c-pop-form .c-box {
        width: 70%;
    }
}

@media screen and (max-width: 991px) {
    #c-pop-form .c-box {
        width: 90%;
    }
}

@media screen and (max-width: 767px) {
    #c-pop-form .c-box,
    #c-ok-pop .c-top,
    #c-ok-pop .c-bottom {
        padding: 20px;
    }
    #c-pop-form .c-title,
    #c-ok-pop .c-top .c-title {
        font-size: 20px;
        line-height: 30px;
    }
    #c-pop-form .c-text {
        margin: 0 0 10px;
        line-height: 26px;
        color: #666;
        text-align: center;
    }
    #c-pop-form .c-list li {
        padding-bottom: 10px;
        width: 100%;
    }
    #c-pop-form .c-list .c-wrap .c-text2,
    #c-pop-form .c-list .c-wrap input,
    #c-pop-form .c-list .c-wrap select {
        height: 30px;
        line-height: 30px;
    }
    #c-pop-form .c-list .c-wrap {
        padding: 0 10px;
    }
    #c-pop-form .c-list textarea {
        height: 80px;
        padding: 3px 0;
        line-height: 24px;
    }
    #c-pop-form .c-list button {
        margin: 10px 5px 0;
        width: 100px;
        line-height: 40px;
        border-radius: 26px;
    }
    #c-pop-form .c-close,
    #c-ok-pop .c-close {
        top: 10px;
        right: 10px;
        width: 40px;
        height: 40px;
        background-size: 20px;
    }
}


/* 右侧浮窗 */

#c-fixed-right {
    display: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 900;
    width: 70px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-fixed-right a {
    position: relative;
    display: block;
    background: #fff;
    transition: .5s;
}

#c-fixed-right li:last-child a .c-box {
    border-bottom: 1px solid #e4e6e9;
}

#c-fixed-right a .c-box {
    padding: 15px 0 10px;
    width: 70px;
    text-align: center;
    border: 1px solid #e4e6e9;
    border-bottom: 0;
}

#c-fixed-right a .c-box img {
    height: 22px;
}

#c-fixed-right a .c-box .c-title {
    font-size: 14px;
    line-height: 22px;
    color: #545454;
}

#c-fixed-right .c-phone {
    position: absolute;
    top: 0;
    left: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 170px;
    height: 100%;
    font-family: "BEBAS";
    font-size: 20px;
    text-align: center;
    background: #fff;
    color: #545454;
}

#c-fixed-right .c-phone::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -22px;
    height: 44px;
    border-left: 1px solid rgba(0, 0, 0, .1);
}

#c-fixed-right .c-code {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 90px;
    width: 154px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    visibility: hidden;
    transition: .5s;
}

#c-fixed-right .c-code::before {
    content: "";
    position: absolute;
    top: 25px;
    right: -18px;
    border: 10px solid transparent;
    border-left: 10px solid #fff;
}

#c-fixed-right .c-code img {
    width: 100%;
    border-radius: 10px;
}

#c-fixed-right .c-code .c-text {
    padding: 10px 0 15px;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    color: #545454;
}

#c-fixed-right li:hover .c-box {
    border-color: #f7ab03 !important;
    background: #f7ab03;
}

#c-fixed-right a:hover .c-code {
    opacity: 1;
    visibility: visible;
}

#c-fixed-right li:first-child:hover a {
    -webkit-transform: translate(-170px);
    transform: translate(-170px);
}

#c-fixed-right li:first-child:hover a .c-phone {
    background: #f7ab03;
}

/* 404 */
#c-404{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
    height: -webkit-calc(100vh - 10px);
    height: calc(100vh - 10px);
    background: #fff;
    text-align: center;
}
#c-404 img {
    max-width: 100%;
}
#c-404 .c-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 34px;
}
#c-404 .c-text {
    font-size: 18px;
    line-height: 28px;
}
#c-404 .c-text a {
    color: #ff6c00;
}
#c-404 .c-text a:hover {
    text-decoration: underline;
}