@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: 'Source Han Sans CN', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', 'Arial', 'sans-serif', \5b8b\4f53, "BEBAS";
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    background: #fff;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

textarea {
    resize: none;
    overflow: auto;
}

input,
button,
textarea,
select {
    border: 0;
    font-size: inherit;
    background: transparent;
    font-family: inherit;
}

img {
    border: 0;
    vertical-align: top;
}

li {
    list-style: none;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}


/* 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;
    color: #999;
}

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;
    width: 100%;
    padding: 0 1.6rem;
}

body.c-open {
    overflow: hidden;
}


/* 占位标签，设置导航样式 */

#c-placeholder {
    height: 100px;
}


/* 顶部banner */

#c-top-banner {
    position: relative;
    height: 5.64rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


/* #c-top-banner::before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
} */

#c-top-banner .c-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
}

#c-top-banner .c-title {
    font-size: 48px;
    line-height: 58px;
}

#c-top-banner .c-en-title {
    font-weight: bold;
    font-size: 26px;
    line-height: 36px;
}


/* 顶部菜单 */

#c-top-menu {
    position: relative;
    z-index: 1;
    margin-top: -68px;
    line-height: 68px;
    border-bottom: 1px solid #fafafa;
    background: rgba(0, 0, 0, .3);
}

#c-top-menu .c-list {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-x: auto;
    margin-bottom: -1px;
}

#c-top-menu .c-list li {
    position: relative;
    flex: none;
    padding: 0 30px;
}

#c-top-menu .c-list li:first-child {
    padding-left: 0;
}

#c-top-menu .c-list li:last-child {
    padding-right: 0;
}

#c-top-menu .c-list li:last-child::before {
    display: none;
}

#c-top-menu .c-list li a {
    color: #fff;
    transition: .5s;
}

#c-top-menu .c-list li::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -7px;
    height: 14px;
    border-left: 2px solid #fff;
    transition: .5s;
}

#c-top-menu .c-list li.active a,
#c-top-menu .c-list li:hover a {
    color: #ffbf00;
}


/* 公共查看更多 */

.c-common-more {
    display: block;
    margin: 0 auto;
    padding-right: 50px;
    width: 300px;
    border-bottom: 1px solid #999;
    line-height: 50px;
    font-size: 14px;
    color: #999;
    background-image: url(../images/jt3.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 36px auto;
    transition: .5;
}

.c-common-more:hover {
    color: #ffbf00;
    border-color: #ffbf00;
    background-image: url(../images/jt2.png);
}


/* 地图 */

.c-map {
    opacity: 1;
    width: 100%;
    height: 100%;
    background: #f5f5f5;
}

.c-map.active {
    opacity: 1;
    z-index: 2!important;
}

.c-map .map-title {
    font-size: 14px;
    font-weight: bold;
    color: #ffbf00;
}

.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: #ffbf00;
}

#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 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: #666;
    font-size: 14px;
    line-height: 40px;
}

#c-page .c-box {
    display: flex;
    align-items: flex-start;
}

#c-page .c-box a {
    margin: 0 5px;
    display: block;
    width: 40px;
    text-align: center;
    background: #f9f9f9;
    color: #666;
    transition: .5s;
}

#c-page .c-box .active {
    color: #fff;
    background: #ffbf00;
}

#c-page .c-box .prev,
#c-page .c-box .next {
    width: 100px;
}

#c-page .c-box .c-dot {
    margin: 0 -5px;
    background: #fff;
}

#c-page .c-box a:hover {
    color: #fff;
    background: #ffbf00;
}

#c-page form {
    display: flex;
}

#c-page form .c-text {
    padding: 0 20px;
}

#c-page form input {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border: 1px solid #f9f9f9;
    color: #666;
    text-align: center;
}

#c-page form button {
    width: 40px;
    height: 40px;
    background: #f9f9f9;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-page form button:hover {
    color: #fff;
    background: #ffbf00;
}


/* 公共标题 */

.c-common-title .c-title {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 46px;
    color: #ffbf00;
    text-align: center;
}

.c-common-title2 {
    position: relative;
    padding: 120px 0 50px;
}

.c-common-title2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    border-top: 6px solid #ffbf00;
}

.c-common-title2 .c-title {
    font-size: 36px;
    line-height: 46px;
}


/* 公用盒子 */

#c-conmon-box {
    margin-top: 80px;
}

#c-conmon-box .c-main-wrap {
    padding: 80px 100px;
    background: #f9f9f9;
}

#c-conmon-box .c-title-box .c-title {
    padding-bottom: 80px;
    font-size: 36px;
    line-height: 46px;
    text-align: center;
    color: #ffbf00;
}

#c-conmon-box .c-top-box {
    margin-bottom: 80px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-conmon-box .c-top-box .c-img-box {
    width: 50%;
    height: 2.94rem;
    overflow: hidden;
}

#c-conmon-box .c-top-box .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-conmon-box .c-top-box .c-img-box:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-conmon-box .c-top-box .c-text-box {
    width: 50%;
    padding-left: 50px;
}

#c-conmon-box .c-top-box .c-text-box .c-title {
    margin-bottom: 20px;
    display: inline-block;
    font-size: 38px;
    line-height: 68px;
    border-bottom: 6px solid #ffbf00;
}

#c-conmon-box .c-top-box .c-text-box .c-text {
    font-size: 18px;
    line-height: 2;
    color: #666;
}

#c-conmon-box .c-bottom-box {
    padding: 80px;
    background: #ececec;
    font-size: 18px;
    line-height: 2;
}

#c-conmon-box .c-bottom-box img {
    max-width: 100%;
    height: auto !important;
}

#c-conmon-box .c-list {
    margin: 0 -15px -30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-conmon-box .c-list li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.3333%;
}

#c-conmon-box .c-list .c-wrap {
    padding: 40px 20px;
    text-align: center;
    background: #ececec;
}

#c-conmon-box .c-list .c-wrap img {
    height: 50px;
}

#c-conmon-box .c-list .c-wrap .c-title {
    padding: 30px 0 10px;
    font-size: 20px;
    line-height: 30px;
}

#c-conmon-box .c-list .c-wrap .c-text {
    line-height: 26px;
}


/* 底部链接 */

#c-link {
    padding: 80px 0;
}

#c-link .c-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-link .c-list a {
    position: relative;
    padding: 80px 0;
    width: 47.3%;
    text-align: center;
    overflow: hidden;
}

#c-link .c-list a img {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-link .c-list a:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-link .c-list .c-text-box {
    position: relative;
    z-index: 2;
}

#c-link .c-list .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #333;
    transition: .5s;
}

#c-link .c-list .c-en-title {
    font-size: 26px;
    line-height: 36px;
    color: #666;
}

#c-link .c-list a:hover .c-title {
    color: #ffbf00;
}


/* 联系我们 */

#c-contact {
    padding: 120px 0;
    background: #fff;
    background: -webkit-linear-gradient(left, #f8f8f8 50%, #fff 50%);
    background: linear-gradient(to right, #f8f8f8 50%, #fff 50%);
}

#c-contact .c-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-contact .c-left-box {
    padding: 0 1rem;
    width: 50%;
}

#c-contact .c-title {
    margin-bottom: 70px;
    font-size: 42px;
    line-height: 52px;
}

#c-contact .c-title.c-dt {
    color: #ffbf00;
}

#c-contact .c-title2 {
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #ffbf00;
}

#c-contact .c-text {
    margin-bottom: 60px;
    color: #666;
    line-height: 2;
}

#c-contact .c-box a {
    margin: 0 5px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

#c-contact .c-box .c-wx img {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#c-contact .c-box .c-wx:hover img {
    display: inline-block;
}

#c-contact .c-box .c-wx {
    background-image: url(../images/footer-wx2.png);
}

#c-contact .c-box .c-wb {
    background-image: url(../images/footer-wb2.png);
}

#c-contact .c-box .c-qq {
    background-image: url(../images/footer-qq2.png);
}

#c-contact .c-box .c-yx {
    background-image: url(../images/footer-yx2.png);
}

#c-contact .c-box .c-mail {
    display: none;
    position: absolute;
    bottom: 26px;
    left: 50%;
    padding: 0 15px;
    line-height: 40px;
    color: #666;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

#c-contact .c-box .c-yx:hover .c-mail {
    display: block;
}

#c-contact .c-map-box {
    margin-top: 50px;
    width: 100%;
    height: 260px;
}

#c-contact .c-right-box {
    width: 50%;
    padding: 0 2rem;
}

#c-contact .c-right-box input,
#c-contact .c-right-box select {
    margin-bottom: 24px;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #eaeaea;
    line-height: 54px;
    color: #999;
}

#c-contact .c-right-box select {
    background: url(../images/jt.png)no-repeat right 20px center;
    background-size: 14px auto;
}

#c-contact .c-right-box textarea {
    margin-bottom: 24px;
    width: 100%;
    height: 156px;
    padding: 15px 20px;
    color: #999;
    border: 1px solid #eaeaea;
}

#c-contact .c-right-box button {
    width: 100%;
    height: 56px;
    background: #ffbf00;
    color: #fff;
    cursor: pointer;
}


/* 加入我们 */

#c-join {
    padding: 100px 0;
}

#c-join .c-list {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    color: #666;
    cursor: pointer;
    transition: .5s;
}

#c-join .c-list-wrap {
    margin-bottom: 100px;
}

#c-join .c-list-wrap .c-item {
    border-bottom: 1px solid #f8f8f8;
}

#c-join .c-list-wrap .c-item:nth-child(odd) .c-list,
#c-join .c-list-wrap .c-item.active .c-list {
    background: #f2f2f2;
}

#c-join .c-item1 {
    padding: 25px 40px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
}

#c-join .c-item2 {
    padding: 25px 40px;
    width: 100px;
    font-size: 20px;
}

#c-join .c-item2 i {
    transition: .5s;
}

#c-join .c-list-wrap .c-item.active .c-item2 i {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#c-join .c-text {
    display: none;
    padding: 40px;
    line-height: 2;
    color: #666;
}


/* 新闻列表 */

#c-news {
    padding: 100px 0;
}

#c-news .c-list {
    padding-bottom: 40px;
    margin: 0 -.46rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-news .c-list li {
    margin-bottom: 40px;
    padding: 0 .46rem;
    width: 33.3333%;
}

#c-news .c-list .c-wrap {
    display: block;
    color: #666;
}

#c-news .c-list .c-wrap .c-img-box {
    overflow: hidden;
    height: 2.6rem;
}

#c-news .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-news .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-news .c-list .c-wrap .c-title {
    padding-right: 60px;
    font-size: 18px;
    line-height: 28px;
    margin: 25px 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    transition: .5s;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 46px auto;
}

#c-news .c-list .c-wrap .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

#c-news .c-list .c-wrap:hover .c-title {
    color: #ffbf00;
    background-image: url(../images/jt2.png);
}

#c-news .c-hr {
    margin-bottom: 100px;
    border-top: 4px solid #ffbf00;
}

#c-news.c-dt {
    background: #f8f8f8;
}

#c-news.c-dt .c-list {
    margin-bottom: -40px;
    padding-bottom: 0;
}

#c-news.c-dt2 .c-common-title .c-title {
    color: #666;
}


/* 常见问题 */

#c-faq {
    padding: 100px 0;
}

#c-faq .c-main-wrap {
    max-width: 1268px;
    margin: 0 auto;
    padding: 0 50px 80px;
    border: 6px solid #eaeaea;
}

#c-faq .c-list {
    margin-bottom: 80px;
}

#c-faq .c-list li {
    padding: 40px 0 20px;
    border-bottom: 1px solid #ccc;
}

#c-faq .c-list .c-title {
    position: relative;
    padding-left: 40px;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    transition: .5s;
}

#c-faq .c-list li.active .c-title {
    color: #ffbf00;
}

#c-faq .c-list .c-title::before {
    content: "Q";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 22px;
    background: url(../images/wen.png)no-repeat center;
    background-size: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}

#c-faq .c-list .c-bottom-box {
    display: none;
    padding-top: 25px;
}

#c-faq .c-list .c-text-box {
    position: relative;
    padding: 30px;
    border-left: 40px solid #fff;
    background: #f8f8f8;
    line-height: 2;
    color: #999;
}

#c-faq .c-list .c-text-box::before {
    content: "A";
    position: absolute;
    top: 0;
    left: -40px;
    width: 20px;
    height: 22px;
    background: url(../images/da.png)no-repeat center;
    background-size: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    color: #fff;
}


/* 新闻详情 */

#c-news2 {
    padding: 100px 0;
}

#c-news2 .c-main-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 1268px;
}

#c-news2 .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #ffbf00;
    text-align: center;
}

#c-news2 .c-time-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 0 70px;
    line-height: 26px;
    color: #999;
}

#c-news2 .c-time-box .c-time span {
    color: #ffbf00;
}

#c-news2 .c-time-box .c-bshare {
    display: flex;
    align-items: center;
}

#c-news2 .c-text-box {
    line-height: 2;
    color: #666;
}

#c-news2 .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-news2 .c-end {
    margin-bottom: 50px;
    padding: 50px 0;
    line-height: 26px;
    text-align: center;
    color: #ffbf00;
    border-bottom: 4px solid #ffbf00;
}


/* 产品列表 */

#c-product {
    padding: 100px 0;
}

#c-product .c-list {
    margin-bottom: 100px;
    margin-top: -50px;
}

#c-product .c-list li {
    padding: 50px 0;
    border-bottom: 1px solid #eee;
}

#c-product .c-list .c-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#c-product .c-list .c-img-box {
    width: 50%;
    height: 4.6rem;
    overflow: hidden;
}

#c-product .c-list .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product .c-list .c-text-box {
    padding-left: 1rem;
    width: 50%;
}

#c-product .c-list .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
    color: #666;
}

#c-product .c-list .c-text-box .c-hr {
    display: none;
    margin: 30px 0 50px;
    width: 70px;
    border-top: 8px solid #ffbf00;
}

#c-product .c-list .c-text-box .c-text {
    margin-bottom: 80px;
    color: #999;
    line-height: 2;
}

#c-product .c-list .c-text-box .c-btn {
    display: inline-block;
    padding: 0 30px;
    border-radius: 23px;
    font-weight: bold;
    line-height: 46px;
    color: #333;
    background: #ffbf00;
}


/* #c-product .c-list .c-wrap:hover .c-text-box .c-btn {
    color: #ffbf00;
    background: url(../images/jt2.png)no-repeat right center / 36px auto;
} */

#c-product .c-list2 {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 100px;
    margin-top: -50px;
    margin: 50px -15px 70px;
}

#c-product .c-list2 li {
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.3333%;
}

#c-product .c-list2 .c-wrap {
    position: relative;
    display: block;
    height: 3.45rem;
    overflow: hidden;
    color: #fff;
}

#c-product .c-list2 .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-product .c-list2 .c-wrap .c-text-box {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: .5s;
}

#c-product .c-list2 .c-wrap:hover .c-text-box {
    opacity: 1;
}

#c-product .c-list2 .c-wrap .c-title {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 30px;
}

#c-product .c-list2 .c-wrap .c-btn {
    display: inline-block;
    padding: 0 30px;
    border-radius: 23px;
    font-weight: bold;
    line-height: 46px;
    color: #333;
    background: #ffbf00;
}


/* 顶部当前位置 */

#c-top-location {
    padding: 15px 0;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    background: #f7f7f7;
}

#c-top-location a {
    color: #999;
    transition: .5s;
}

#c-top-location a:hover {
    color: #ffbf00;
}

#c-top-location .c-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#c-top-location .c-wrap .c-return i {
    margin-right: 5px;
}


/* 产品详情 */

#c-product2 {
    padding: 60px 0;
    border-bottom: 1px solid #d8d8d8;
}

#c-product2 .c-main-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #f5f5f5;
}

#c-product2 .c-main-wrap .c-img-box {
    width: 50%;
    height: 5.78rem;
    overflow: hidden;
}

#c-product2 .c-main-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product2 .c-main-wrap .c-img-box:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product2 .c-main-wrap .c-text-box {
    padding: 30px 1rem;
    width: 50%;
}

#c-product2 .c-main-wrap .c-text-box .c-title {
    margin-bottom: 10px;
    font-size: 34px;
    line-height: 44px;
}

#c-product2 .c-main-wrap .c-text-box .c-text {
    font-size: 18px;
    line-height: 2;
    color: #666;
}

#c-product2 .c-main-wrap .c-text-box .c-btn-box {
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

#c-product2 .c-main-wrap .c-text-box .c-btn-box a:first-child {
    margin-bottom: 10px;
    margin-right: 10px;
    display: inline-block;
    padding: 0 15px 0 37px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    color: #222;
    background: #ffbf00 url(../jiaju/images/phone.png)no-repeat left 15px center / 16px auto;
}

#c-product2 .c-main-wrap .c-text-box .c-btn-box a:last-child {
    display: inline-block;
    padding: 0 15px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    min-width: 193px;
    color: #222;
    background: #ffbf00;
    text-align: center;
}


/* 产品详情，推荐 */

#c-product3 {
    padding: 60px 0 100px;
}

#c-product3 .c-main-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-product3 .c-left-box {
    width: 63%;
}

#c-product3 .c-left-box .c-title {
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    color: #333;
    background: #ffbf00;
}

#c-product3 .c-left-box .c-text-box {
    padding: 60px 20px;
    line-height: 2;
    color: #666;
    border: 1px solid #eaeaea;
}

#c-product3 .c-left-box .c-text-box img {
    max-width: 100%;
    height: auto !important;
}

#c-product3 .c-right-box {
    width: 31.7%;
    border: 1px solid #eaeaea;
}

#c-product3 .c-right-box .c-title {
    padding: 0 20px;
    font-size: 18px;
    line-height: 58px;
    color: #333;
    border-bottom: 1px solid #ffbf00;
    background: #ffbf00;
}

#c-product3 .c-right-box .c-list {
    padding: 20px 20px 0;
}

#c-product3 .c-right-box .c-list li {
    margin-bottom: 60px;
}

#c-product3 .c-right-box .c-list .c-wrap {
    display: block;
}

#c-product3 .c-right-box .c-list .c-wrap .c-img-box {
    height: 2.64rem;
    overflow: hidden;
}

#c-product3 .c-right-box .c-list .c-wrap .c-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-product3 .c-right-box .c-list .c-wrap:hover .c-img-box img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-product3 .c-right-box .c-list .c-wrap .c-title2 {
    padding-top: 25px;
    text-align: center;
    font-size: 28px;
    line-height: 38px;
    color: #666;
    transition: .5s;
}

#c-product3 .c-right-box .c-list .c-wrap:hover .c-title2 {
    color: #ffbf00;
}


/* 合作伙伴 */

#c-partner {
    padding: 100px 0;
    background: #f5f5f5;
    background: url(../images/hb-bg.jpg)no-repeat center;
    background-size: cover;
}

.c-banner2 {
    padding-bottom: 60px;
    margin: 0 1.5rem;
}

.c-banner2 .swiper-slide {
    height: .9rem;
    border: 1px solid #e8e8e8;
}

.c-banner2 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-banner2 .swiper-pagination {
    bottom: 0;
}

.c-banner2 .swiper-pagination-bullet-active {
    background: #ffbf00;
}


/* 我们的自信源自哪里 */

#c-confidence .c-list {
    border: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 120px;
}

#c-confidence .c-list li {
    width: 25%;
    padding: 60px 40px;
    text-align: center;
}

#c-confidence .c-list .c-img-box {
    margin: 0 auto;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background: #efefef;
    overflow: hidden;
}

#c-confidence .c-list .c-img-box img {
    width: 100%;
}

#c-confidence .c-list .c-title {
    font-size: 24px;
    line-height: 34px;
    padding: 30px 0;
    color: #ffbf00;
}

#c-confidence .c-list .c-text {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/* 我们为什么存在 */

#c-why {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

#c-why .c-title {
    position: relative;
    padding-left: 100px;
    font-size: 36px;
    line-height: 50px;
    background: url(../images/dh.png)no-repeat left center;
    background-size: 56px auto;
}

#c-why .c-text {
    opacity: .6;
    padding: 60px 0;
    margin: 0 0 60px 100px;
    font-size: 16px;
    line-height: 2;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}


/* 链金狮是国内第一家金融产品设计公司 */

#c-company {
    padding-bottom: 126px;
    background: #f5f5f5;
}

#c-company .c-common-title2 {
    padding-top: 50px;
}

#c-company .c-list {
    margin: 0 -8px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-company .c-list li {
    margin-bottom: 16px;
    width: 25%;
    padding: 0 8px;
}

#c-company .c-list .c-wrap {
    padding: 40px 0;
    background: #fff;
    text-align: center;
    color: #666;
}

#c-company .c-list .c-wrap img {
    width: 84px;
}

#c-company .c-list .c-wrap .c-title {
    padding: 40px 0 10px;
    font-size: 26px;
    line-height: 36px;
}

#c-company .c-list .c-wrap .c-en-title {
    font-size: 14px;
    line-height: 24px;
}


/* 深度挖掘 */

#c-product4 .c-title-box {
    padding: 100px 0 60px;
}

#c-product4 .c-title-box .c-title {
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 46px;
}

#c-product4 .c-title-box .c-text {
    line-break: 26px;
    color: #666;
}

#c-product4 .c-main-wrap {
    padding: 0 .2rem;
    border-right: 1.4rem solid #282828;
    border-left: 1.4rem solid #f5f5f5;
}

#c-product4 .c-list {
    margin: 0 -.1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-product4 .c-list li {
    width: 33.3333%;
    padding: 0 .1rem;
}

#c-product4 .c-list .c-wrap {
    position: relative;
    display: block;
    height: 7.28rem;
    overflow: hidden;
    color: #666;
}

#c-product4 .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-product4 .c-list .c-wrap .c-text-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-t-box {
    padding: .5rem;
    background: #f5f5f5;
}

#c-product4 .c-list .c-wrap .c-t-box .c-hr {
    width: 50px;
    border-top: 6px solid #282828;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-t-box .c-en-title {
    padding: 25px 0 20px;
    font-size: 26px;
    line-height: 1;
}

#c-product4 .c-list .c-wrap .c-t-box .c-title {
    font-size: 22px;
    line-height: 32px;
}

#c-product4 .c-list .c-wrap .c-b-box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .5rem;
    color: #fff;
    opacity: 0;
    transition: .5s;
}

#c-product4 .c-list .c-wrap .c-b-box .c-text {
    font-size: 16px;
    line-height: 2;
    height: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}

#c-product4 .c-list .c-wrap .c-b-box .c-more {
    font-size: 14px;
    line-height: 50px;
    padding-right: 50px;
    background: url(../images/jt4.png)no-repeat right center;
    background-size: 36px auto;
    border-bottom: 1px solid #fff;
}

#c-product4 .c-list .c-wrap:hover .c-text-box {
    color: #fff;
    background: rgba(0, 0, 0, .3);
}

#c-product4 .c-list .c-wrap:hover .c-t-box {
    background: transparent;
}

#c-product4 .c-list .c-wrap:hover .c-t-box .c-hr {
    border-color: #fff;
}

#c-product4 .c-list .c-wrap:hover .c-b-box {
    opacity: 1;
}


/* 金品狮  */

#c-about2 {
    padding: 80px .2rem 80px 0;
    border-right: 1.4rem solid #282828;
}

#c-about2 .c-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #eaf2fe;
}

#c-about2 .c-img-box {
    width: 48.5%;
    overflow: hidden;
}

#c-about2 .c-img-box img {
    width: 100%;
}

#c-about2 .c-text-box {
    padding: 30px .8rem 30px;
    width: 51.5%;
}

#c-about2 .c-text-box .c-title {
    font-size: 36px;
    line-height: 46px;
}

#c-about2 .c-text-box .c-text {
    padding: 10px 0 50px;
    line-height: 26px;
    color: #666;
}

#c-about2 .c-text-box .c-title2 {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px;
}

#c-about2 .c-text-box .c-text2 {
    line-height: 32px;
}

#c-about2 .c-text-box .c-text2 p {
    position: relative;
    padding-left: 20px;
}

#c-about2 .c-text-box .c-text2 p::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 13px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffbf00;
}


/* 金融产品设计服务 */

#c-service {
    padding-bottom: 120px;
    border-right: 1.4rem solid #282828;
    background: url(../images/sjfw-bg.jpg) no-repeat left top;
    background-size: cover;
}

#c-service .c-main-wrap {
    padding: 0 .2rem 0 1.6rem;
}

#c-service .c-list {
    margin: 0 -.1rem;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

#c-service .c-list li {
    margin-bottom: .2rem;
    width: 25%;
    padding: 0 .1rem;
}

#c-service .c-list li:first-child {
    width: 100%;
}

#c-service .c-list .c-wrap {
    position: relative;
    display: block;
    height: 2.8rem;
    overflow: hidden;
    color: #fff;
    text-align: center;
}

#c-service .c-list li:first-child .c-wrap {
    height: 4.2rem;
    text-align: left;
}

#c-service .c-list .c-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

#c-service .c-list .c-wrap:hover img {
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
}

#c-service .c-list .c-wrap::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 50%;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .4));
}

#c-service .c-list .c-wrap .c-title {
    padding: .35rem .6rem;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
}


/* 认识我们的核心团队 */

#c-team {
    background: url(../images/td-bg.jpg)no-repeat center / cover;
}

#c-team .c-main-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.c-banner3-wrap {
    width: 83%;
    padding: .6rem 1rem 1.6rem 1.6rem;
    background: #fff;
}

.c-banner3 .swiper-slide {
    opacity: 0 !important;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.c-banner3 .swiper-slide-active {
    z-index: 2;
    opacity: 1 !important;
}

.c-banner3 .c-text-box {
    padding-bottom: 50px;
    padding-right: 1rem;
    width: 53.5%;
}

.c-banner3 .c-text-box .c-title {
    margin-bottom: 20px;
    position: relative;
    padding-left: 60px;
    font-size: 36px;
    line-height: 46px;
}

.c-banner3 .c-text-box .c-job {
    font-size: 24px;
    line-height: 34px;
}

.c-banner3 .c-text-box .c-text {
    margin: .5rem 0;
    font-size: 14px;
    line-height: 2;
    color: #999;
}

.c-banner3 .c-common-more {
    margin: 0;
}

.c-banner3 .c-text-box .c-title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    border-top: 1px solid #ffbf00;
}

.c-banner3 .c-img-box {
    width: 46.5%;
}

.c-banner3 .c-img-box img {
    width: 100%;
}

.c-banner3 .c-arrow {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.c-banner3 .c-arrow .c-prev,
.c-banner3 .c-arrow .c-next {
    margin-right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 20px;
    background-color: #ffbf00;
    cursor: pointer;
}

.c-banner3 .c-arrow .c-prev {
    background-image: url(../images/prev.png);
}

.c-banner3 .c-arrow .c-next {
    background-image: url(../images/next.png);
}

#c-team .c-list-wrap {
    padding: 0 0 1.6rem 1rem;
    width: 17%;
}

#c-team .c-list {
    opacity: .5;
    position: relative;
    height: 2.2rem;
}

#c-team .c-list li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 1s;
}

#c-team .c-list li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#c-team .c-list li.active {
    opacity: 1;
}

#pag_bottom a {
    color: #333;
    transition: .5s;
}

#pag_bottom a:hover {
    color: #ffbf00;
}


/* 声明  */

#c-statement {
    padding: 100px;
}

#c-statement .c-title {
    font-size: 34px;
    line-height: 44px;
    text-align: center;
}

#c-statement .c-text-box {
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 60px;
    background: #f9f9f9;
    line-height: 2;
    color: #666;
}