﻿@charset "UTF-8";
/* Scss Document */
/*全局样式.开始*/
html {
    height: 100%;
}

body {
    height: 100%;
    color: #282828;
    font-size: 14px;
    font-family: "Microsoft YaHei", "微软雅黑,Arial", "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "sans-serif";
    background: #f9f9f9;
}

button, input, select, textarea {
    font: 14px Verdana, Helvetica, Arial, sans-serif;
}

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

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

a:hover {
    text-decoration: none;
}

.top-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}

.tk-index {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    height: 500px;
    background: #f1f1f1;
}

.tk-index img {
    margin: 0px auto;
}

.tk-content-50 {
    width: 50%;
    padding: 30px;
}

.tk-w-20 {
    width: 20%;
}

.tk-w-80 {
    width: 80%;
}

.tk-main {
    margin: 10px auto;
    width: 1280px;
    overflow: hidden;
}

.tk-main .content-policy {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin-top: 20px;
}

.tk-main .content-policy .content-policy-right .content-policy-right-list {
    /* height: 280px;*/
    overflow: hidden;
}

.tk-transaction-list-item {
    height: 104px;
    overflow: hidden;
}

.content-policy-right-list {
    transition: all 0.8s ease-in-out 1s;
}

.tk-main .content-policy .content-policy-left img {
    width: 610px;
    height: 420px;
}

.tk-main .content-policy .content-policy-left .swiper-wrapper .swiper-slide a p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding-left: 10px;
    background-color: rgba(0, 0, 0, .6);
    display: block;
    width: 100%;
    text-align: left;
}

.tk-main .content-policy .content-policy-left .swiper-wrapper .swiper-slide a p span {
    background: none !important;
    width: 405px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tk-main .font-color-blue-hover:hover {
    color: #005e2b;
!important;
}

.tk-main .tk-content-list-li {
    border-bottom: dashed 1px #c4c8cd;
}

.tk-main .tk-list-title {
    width: 100%;
}

.tk-main .tk-list-title .tk-list-title-left {
    float: left;
    font-size: 20px;
    color: rgb(0, 94, 43);
    margin-right: 10px;
}

.tk-main .tk-list-title .tk-list-title-right {
    float: right;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.tk-trading-announcement {
    width: 1200px;
    height: 310px;
    overflow: hidden;
}

.tk-main .content-trading .content-trading-right .content-trading-right-list {
    height: 310px;
    overflow: hidden;
}

.content-trading {
    margin-top: 30px;
}

.content-trading-right-list {
    margin-top: 25px;
}

.tk-main-business-p {
    margin-bottom: 20px;
    margin-top: 35px;
    padding-bottom: 30px;
    background: #F5F3F4;
}

.tk-main-business-title {
    margin-top: 35px;
    margin-bottom: 30px;
}

.tk-main-business {
    margin: 10px auto;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

.tk-main-business-title {
    color: rgb(0, 94, 43);
}

.tk-main-business-title h2 {
    padding-bottom: 10px;
}

.tk-main-business-title-back {
    background: #C8C4C3;
    height: 6px;
    width: 30px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.tk-main-business-content {
    display: flex;
}

.tk-main-business-content p {
    text-align: center;
    line-height: 30px;
    font-weight: 700;
    font-size: 16px;
}

.tk-main-business-content img {
    float: left;
    flex: 1 1 auto;
    padding: 0 15px;
    width: 270px;
    height: 202px;
}

.tk-brand-products .brand-products img {
    margin: 0 auto;
    height: 310px;
}

.tk-brand-products {
    margin: 10px auto;
    width: 1200px;
    height: 100%;
    overflow: hidden;
}

.tk-brand-products-title {
    color: rgb(0, 94, 43);
    margin-top: 35px;
    margin-bottom: 30px;
}

.tk-brand-products-title h2 {
    padding-bottom: 10px;
}

.tk-brand-products-title-back-top {
    margin-bottom: 10px;
}

.tk-brand-products-title-back {
    background: #C8C4C3;
    height: 6px;
    width: 30px;
    margin: 0px auto;
}

.tk-carousel {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    width: 100%;
    height: 200px;
    padding: 0px 50px;
    background: #f1f1f1;
    margin-bottom: 100px;
}

.brand-products {
    position: relative;
    width: 1140px;
    margin: 0 auto
}

.brand-products .swiper-container {
    padding-bottom: 60px;
}

.brand-products .swiper-slide {
    width: 520px;
    height: 408px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.brand-products .swiper-slide img {
    display: block;
}

.brand-products .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin: 0;
}

.brand-products .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.brand-products .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.brand-products .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.brand-products .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/web/images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.brand-products .swiper-button-prev:after {
    content: none !important;
}

.brand-products .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.brand-products .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/web/images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.brand-products .swiper-button-next:after, .brand-products .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.brand-products .swiper-button-next:after {
    content: none !important;
}

.brand-products .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.tk-industry {
    margin: 10px auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #F5F3F4;
}

.tk-industry .swiper-container img {
    width: 383px;
    height: 256px;
}

.content-file {
}

.content-file .list-wrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-right: -20px;
}

.content-file .list-wrap .list-box {
    display: block;
    position: relative;
    margin: 0 20px 20px 0;
    width: 100%;
    flex-grow: 1;
    box-sizing: border-box;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    overflow: hidden;
}

.content-file .list-wrap .list-box .img-box {
    display: block;
    float: left;
    margin: 5px 10px 5px 5px;
    color: #fff;
    font-size: 24px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #67C23A;
}

.content-file .list-wrap .list-box .info-box {
    margin: 5px;
}

.content-file .list-wrap .list-box .info-box h3 {
    margin-bottom: 10px;
    color: #606266;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-file .list-wrap .list-box .info-box dl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.content-file .list-wrap .list-box .info-box dl dt {
    color: #C0C4CC;
    font-size: 12px;
    line-height: 1em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.content-file .list-wrap .list-box .info-box dl dd {
    display: flex;
    justify-content: space-between;
    color: #67C23A;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

.content-file .list-wrap .list-box .info-box dl dd {
    display: flex;
    justify-content: space-between;
    color: #67C23A;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
}

.content-file .list-wrap .list-box .info-box dl dd span {
    margin: 0 5px;
    cursor: pointer;
}

.m-nav-nav a {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.m-head {
    background: url(/web/images/headerBg.jpg) no-repeat center;
}

.fl-right .title {
    width: 100%;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fl-right .description {
    line-height: 32px;
}

/*宁德江修改*/
.isect1_2 {
}

.isect1_2 .tabs {
    height: 48px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 12px;
    line-height: 20px;
}

.clearfix {
    zoom: 1;
}

.isect1_2 .fl {
    float: left;
}

.isect1_2 .tabs ul li:first-child {
    margin-left: 0;
}

.isect1_2 .tabs ul li {
    margin-left: 45px;
    font-size: 20px;
    color: #525252;
    position: relative;
    height: 48px;
}

.isect1_2 .tabs ul li.active {
    color: #005e2b;
    font-weight: bold;
}

.isect1_2 .tabs ul li.active a {
    color: #005e2b;
    font-weight: bold;
}

.isect1_2 .tabs ul li.active:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    opacity: 1;
    visibility: visible;
}

.isect1_2 .clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: "";
}

.isect1_2 .tabs .imore {
    font-size: 14px;
    color: #9e9e9e;
    display: none;
}

.tran300 {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.more_fl {
    float: left;
}

@media screen and (max-width: 1420px) {

    .isect1_2 .tabs ul li {
        margin-left: 30px;
        font-size: 18px;
    }
}

.isect1_2 .fr {
    float: right;
}

.isect1_2 .container .recom {
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.isect1_2 .tabs ul li:before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: 3;
    background: url(/web/images/line.jpg) no-repeat center;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    opacity: 0;
    visibility: hidden;
}

.isect1_2 .container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.isect1_2 .container .recom {
    border-bottom: 1px dotted #d1d1d1;
    margin-bottom: 15px;
    padding-bottom: 20px;
}

.isect1_2 .container .recom a {
    display: block;
}

.isect1_2 .container .recom a h5 {
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 42px;
    color: #212121;
    font-weight: bold;
}

.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.isect1_2 .tabs ul li {
    margin-left: 60px;
    font-size: 20px;
    color: #525252;
    position: relative;
    height: 48px;
}

.isect1_2 .container ul li a:before {
    content: "";
    width: 10px;
    height: 16px;
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -8px;
    background: url(/web/images/liIcon.png) no-repeat left top;
}

.isect1_2 .container .recom a p {
    font-size: 14px;
    line-height: 30px;
    color: #9e9e9e;
    height: 60px;
    overflow: hidden;
}

.isect1_2 .container ul li a span {
    font-size: 14px;
    color: #9e9e9e;
    position: absolute;
    right: 0;
    top: 0;
}

.isect1_2 .container ul li a {
    display: block;
    height: 40px;
    padding: 0 120px 0 30px;
    position: relative;
    line-height: 40px;
}

.container ul li a h5 {
    font-size: 16px;
    color: #212121;
    font-weight: bold;
}

.isect1_2 .container ul li a:hover:before {
    background-position: left bottom;
}

.isect1_2 .container ul li a:hover h5 {
    color: #005e2b;
}

.isect1_2 .container .recom a:hover h5 {
    color: #005e2b;
}

.sy_lx ul li {
    width: 15%;
    margin: 0 5%;
    float: left;
    text-align: center;
}

.sy_lx ul li h1 {
    font-size: 15px;
    color: white;
}

.sy_lx img {
    vertical-align: middle;
    width: 40px;
    margin: 0 auto;
}

.sy_lx ul li p {
    font-size: 14px;
    color: wheat;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

/*宁德江修改*/


.honor-brand-products {
    position: relative;
    width: 1140px;
    margin: 0 auto
}

.honor-brand-products .swiper-container {
    /*padding-bottom: 60px;*/
}

.honor-brand-products .swiper-slide {
    width: 260px;
    height: 185px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
}

.honor-brand-products .swiper-slide img {
    display: block;
}

.honor-brand-products .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 16px;
    margin: 0;
}

.honor-brand-products .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.honor-brand-products .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.honor-brand-products .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

.honor-brand-products .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(/web/images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.honor-brand-products .swiper-button-prev:after {
    content: none !important;
}

.honor-brand-products .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.honor-brand-products .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(/web/images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.honor-brand-products .swiper-button-next:after, .honor-brand-products .swiper-container-rtl .swiper-button-prev:after {
    content: none !important;
}

.honor-brand-products .swiper-button-next:after {
    content: none !important;
}

.honor-brand-products .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.honor-brand-products .swiper-button-next, .swiper-button-prev {
    top: 95px !important;
}
.expect-box-lis {
    box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
    border-radius: 10px;
    background: #f9f9f9;
    padding: 25px;
    padding-top:0px;
}