/* 公共样式 */

.info p,
.article p {
    text-justify: inter-ideograph;
    text-align: justify;
}

.center {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.table-bordered {
    width: 100%;
    border: 1px solid #ddd;
    border-collapse: collapse;
}

.table p {
    font-size: 14px !important;
}

.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8;
    font-size: 14px;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    font-size: 14px;
}

.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}


/* 顶部部分 */

.header {
    /* width: 100%; */
    height: 100px;
    background-color: #f5f5f5;
    box-shadow: 2px 0px 8px rgba(0, 0, 0, .3);
}

.header .center {
    /* 待修改 */
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    padding: 0 40px;
    padding-top: 20px;
    background-color: #f5f5f5;
}

.header .title_box {
    position: relative;
    display: inline-block;
    padding-left: 30px;
    text-align: center;
}

.header .title_box span {
    position: absolute;
    left: 100px;
    top: 20px;
    font-weight: 700;
    font-size: 20px;
}

.logo {
    display: inline-block;
    height: 62px;
    width: 200px;
    vertical-align: bottom;
}

.logo img {
    width: 90%;
}

.logo h1 {
    font-size: 0;
}

.header .title {
    display: inline-block;
    font-weight: normal;
    /* padding-left: 30px; */
    font-weight: 700;
    font-size: 2.23em;
}

.header .right_nav {
    float: right;
    padding-top: 35px;
    font-weight: 700;
}

.header .right_nav .order {
    position: relative;
    display: inline-block;
}

.header .right_nav .order .sub_order {
    /* display: none; */
    position: absolute;
    z-index: 10;
    left: -130%;
    top: 45px;
    width: 412px;
    height: 0;
    line-height: 0px;
    border-radius: 4px;
    background-color: #f5f5f5;
    font-weight: normal;
    transition: all .3s;
}

.header .right_nav .order:hover .sub_order {
    display: block;
    height: 55px;
    line-height: 55px;
    border: 1px solid #67B02F;
}

.header .right_nav .order:hover .sub_order::before {
    content: '';
    position: absolute;
    left: 49.5%;
    top: -10px;
    width: 2px;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 10px solid #67B02Faa;
}

.header .right_nav .order:hover .sub_order a {
    font-size: 16px;
    color: #000;
}

.header .right_nav .order .sub_order a {
    padding: 2px 8px;
    font-size: 0;
    color: transparent;
    font-weight: 700;
    transition: color .3s;
}

.header .right_nav .order .sub_order a:hover {
    color: #67B02F;
}

.header .right_nav a {
    padding: 16px 15px;
    transition: color .3s;
    font-size: 22px;
}

.header .right_nav>a:hover {
    border-bottom: 2px solid #67B02F;
}


/* 主体部分 */

.info_box {
    float: left;
    /* width: 375px; */
    margin: 45px;
    margin-bottom: 0;
}

.info_box .top {
    height: 35px;
    border-bottom: 1px dashed #67B02F;
}

.info_box .top .main_title {
    padding: 4px 10px;
    font-size: 25px;
    background-color: #67B02F;
    color: white;
}

.info_box .top .title_en {
    color: #aaa;
    line-height: 29px;
    font-size: 14px;
    font-weight: 700;
}

.info_box .top .more {
    float: right;
    line-height: 35px;
    color: #aaa;
}

.info_box .top .more:hover {
    color: #67B02F;
}

.info_box .info {
    padding: 10px 2px;
    overflow: hidden;
    font-size: 18px;
    font-weight: normal;
}

.info_box .info p,
.info_box .info a {
    padding: 5px 0;
}

.info_box .time {
    padding-left: 80px;
}


/* 主要介绍框 */

.main_intro {
    display: block;
    float: none;
}

.main_intro .info {
    font-size: 22px;
    font-weight: normal;
    text-indent: 1.2em;
}

.main_intro .info p .more {
    font-style: italic;
}


/* 产品展示框 */

.product {
    width: 1310px;
}

.info_box .big_box {
    height: 45px;
    margin-bottom: 30px;
}

.info_box .top .big_title {
    font-size: 31px;
    padding: 5px 20px
}

.info_box .big_box .title_en {
    line-height: 45px;
}

.product .info {
    padding: 0 50px;
}


/* 产品盒子 */

.info .product_box {
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
    border: 1px solid #67B02F;
    background-color: #67B02F;
    color: white;
}

.info .first_product {
    float: none;
    width: 1210px;
    /* margin: 0 auto; */
    margin-bottom: 30px;
}

.info .product_box.small .product_info {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 327.47px;
}

.info .product_box.small {
    /* width: 350px; */
    width: 45%;
    margin: 30px;
    margin-top: 0;
}

.info .product_box.small .product_info img {
    /* margin: 0 30px; */
    width: 100%;
}

.product_box .top {
    height: 32px;
}

.product_box .top .product_name {
    padding-left: 10px;
    font-size: 20px;
    line-height: 32px;
    /* font-weight: 700; */
}

.product_box .top .title_en {
    color: #eee;
    font-size: 12px;
    font-weight: normal;
}

.product_box .top .more {
    padding-right: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #eee;
}

.product_box .top .more:hover {
    color: #fff;
}


/* 轮播图 */

#carousel-example-generic {
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

.carousel-inner .item {
    overflow: hidden;
}

.carousel {
    width: 100%;
    height: 550px;
    margin: 0;
}

.main {
    width: 100%;
}


/* 左侧列表导航条 */

.center .left_part {
    position: sticky;
    top: 0;
    float: left;
    width: 300px;
}

.center .left_part .about_company {
    display: inline-block;
    width: 100%;
    margin: 15px;
    margin-bottom: 0px;
    border: 1px solid #67B02F;
    border-bottom: none;
    border-radius: 4px;
    font-size: 14px;
}

.center .left_part .about_company a {
    display: inline-block;
    width: 100%;
    padding: 10px 15px;
}

.center .left_part .about_company .title {
    background-color: #67B02F;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
}

.center .left_part .about_company li,
.center .left_part .about_company dt {
    position: relative;
    border-bottom: 1px solid #67B02F;
    transition: all .2s;
}

.center .left_part .about_company li:hover {
    right: 1px;
    bottom: 1px;
    background-color: #eee;
}


/* 右侧详细信息 */

.center .right_part {
    display: inline-block;
    width: 1000px;
    margin: 10px 30px;
    height: 100%;
}

.center .right_part .img {
    /* height: 350px; */
    overflow: hidden;
}

.center .right_part .top_img {
    width: 100%;
}

.center .right_part .title {
    border-left: 4px solid #67B02F;
    background-color: #f5f5f5;
    padding: 5px 15px;
    margin: 5px 0;
}

.center .right_part .title span {
    font-size: 26px;
    font-weight: 700;
    color: #000;
}

.center .right_part p {
    margin: 8px 0;
    white-space: pre-wrap;
    word-wrap: normal;
    font-size: 20px;
    text-indent: 2em;
    /* font-weight: 700; */
}

.center .right_part .article img {
    float: left;
}

.center .right_part .article .scale {
    width: 33%;
    transform: scale(1);
    transition: all .3s;
}

.center .right_part .article .scale:hover {
    position: relative;
    z-index: 10;
    /* transform: scale(2); */
}


/* 底部部分 */

.footer {
    /* position: absolute; */
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 110px;
    padding-top: 15px;
    background-color: #f5f5f5;
}

.footer p {
    padding: 2px 0;
}

.footer .center {
    bottom: 0;
    padding: 10px 0;
    /* width: 100%; */
    /* height: 110px; */
    background-color: #f5f5f5;
    font-size: 12px;
}

.footer .beian {
    padding-top: 5px;
}


/* 商品分类栏 */

.main .product_box {
    margin: 0 14%;
}

.main .products {
    float: left;
    margin: 11px;
    border: 1px solid #67B02F;
    transform: scale(1);
    -moz-transform: scale(1);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.main .products h3 {
    color: #67B02F;
}

.main .products:hover {
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    transform: scale(1.01);
    -moz-transform: scale(1.01);
}

.main .products .detail {
    padding: 5px 2px;
}

.main .products .detail p {
    padding-top: 2px;
}

.main .fore_page,
.main .next_page {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
    transition: all .3s;
}

.main .fore_page:hover,
.main .next_page:hover {
    text-decoration: none;
    background-color: #eee;
}

.main .page_tool {
    text-align: center;
    padding: 20px 0;
}

.main .product_box .title {
    text-align: center;
    padding: 10px 0;
    padding-top: 30px;
    color: #67B02F;
    border-bottom: 1px dashed #ccc;
}

.main .products .item img {
    width: 480px;
    transition: all .3s;
}

.main .products .item:hover .scaleable {
    transform: scale(.6);
}

.main .products .item .img {
    height: 400px;
    overflow: hidden;
    display: flex;
    vertical-align: middle;
    align-items: center;
}

.beian_img {
    width: 14px;
}