﻿body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*a:visited {
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}*/

a:hover {
    color: #1a81d7;
    text-decoration: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

/*  a:active {
        color: #333;
        text-decoration: none;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }*/

img {
    max-width: 100%;
}

a {
    text-decoration: none;
}

header {
}

header .header-top {
    background-color: #666;
    color: #fff;
    line-height: 32px;
    font-size: 14px;
}

header .header-top a {
    color: #fff;
}

header .header-logo {
    border-bottom: 1px solid #dedede;
}

header .header-logo .logo {
    margin-bottom: -1px;
}

header .header-logo .slogan {
    font-size: 22px;
    font-weight: bold;
    color: #1a81d7;
    margin-left: 24px;
}

header .header-logo .header-logo-right {
    display: flex;
    align-items: center;
}

header .header-logo .header-logo-right p {
    font-size: 28px;
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;
    color: #1a81d7;
    margin-top: 5px;
    margin-bottom: 7px;
}

.page-index {
}

.page-index section {
    margin-top: 90px;
}

.page-index section .linkmore {
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

.page-index section .linkmore a {
    display: block;
    color: #999999;
    line-height: 38px;
    width: 150px;
    height: 40px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 40px;
    margin: 0 auto;
}

.page-index section .linkmore a:hover {
    border: 1px solid #1a81d7;
    background: #1a81d7;
    color: #fff;
}

.page-index section .section-title {
    text-align: center;
}

.page-index section .section-title a {
    font-size: 26px;
    color: #1a81d7;
    position: relative;
}

.page-index section .section-title a span {
    font-size: 20px;
    color: #999999;
}

.page-index section .section-title a::after {
    content: " ";
    position: absolute;
    width: 40px;
    height: 4px;
    background: #1a81d7;
    border-radius: 4px;
    left: 50%;
    margin-left: -20px;
    bottom: -14px;
}

.page-index section .section-content {
    margin-top: 45px;
}

.section-about {
}

.section-about .section-content {
    color: #fff;
}

.section-about .section-content .content-main {
    background-color: #489adf;
    height: 100%;
    padding: 5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-about .section-content .content-main .title {
    font-size: 18px;
}

.section-about .section-content .content-main .text {
    flex: 1;
    font-size: 14px;
    padding-top: 5%;
    padding-bottom: 5%;
}

.section-about .section-content .content-main .link {
}

.section-about .section-content .link a {
    display: inline-block;
    color: #fff;
    line-height: 38px;
    border: 1px solid #fff;
    border-radius: 40px;
    text-align: center;
    padding-left: 48px;
    padding-right: 48px;
}

.section-about .section-content .link a:hover {
    background: #fff;
    color: #1a81d7;
}

.section-about img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-prod {
    background: url(/images/part02_bg.jpg) no-repeat center;
    background-size: cover;
}

.section-prod .section-title {
    padding-top: 40px;
}

.section-prod .nav-tabs {
    display: flex;
    background-color: #fff;
    padding: 15px;
}

.section-prod .nav-tabs a {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 20px;
    color: #999999;
    text-align: center;
    margin-right: 20px;
}

.section-prod .nav-tabs a:hover,
.section-prod .nav-tabs a.active {
    display: block;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 20px;
    color: #999999;
    text-align: center;
    background: #1a81d7;
    color: #fff;
    position: relative;
    border: 1px solid #1a81d7;
}

.section-prod .section-content {
}

.section-prod .tab-pane {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.section-prod .pro-wrap {
    background-color: #fff;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-top: 0;
    padding-top: 0;
}

.section-prod .pro-item {
    position: relative;
    border: 1px solid #cccccc;
    overflow: hidden;
    background-color: #fff;
}

.section-prod .pro-item .title {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    bottom: -2.5em;
    text-align: center;
    line-height: 2.5em;
    padding-bottom: 2.5em;
    transition: all 0.3s linear;
}

.section-prod .pro-item:hover .title {
    bottom: 0px;
}

.section-prod .pro-item .title a {
    color: #fff;
}

.section-prod .pro-item .img {
    width: 100%;
}

.section-prod .more {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.section-prod .more a {
    display: block;
    color: #999999;
    line-height: 38px;
    width: 150px;
    height: 40px;
    border: 1px solid #999999;
    box-sizing: border-box;
    border-radius: 40px;
    margin: 0 auto;
}

.section-prod .more a:hover {
    border: 1px solid #1a81d7;
    background: #1a81d7;
    color: #fff;
}

.section-advantage {
}

.page-index .section-advantage .section-content {
    margin-top: 90px;
}

.section-advantage .advantage {
    text-align: center;
}

.section-advantage .advantage a {
    display: block;
    width: 100%;
    color: #999999;
    background-position: top center;
    background-repeat: no-repeat;
    color: #333333;
    margin-bottom: 12px;
    text-align: center;
}

.section-advantage .advantage a span {
    display: block;
}

.section-advantage .advantage a img {
    margin-bottom: 15px;
}

.section-advantage .advantage a:hover {
    color: #1a81d7;
}

.section-advantage .advantage a .normal,
.section-advantage .advantage a:hover .hover {
    display: inline-block;
}

.section-advantage .advantage a:hover .normal,
.section-advantage .advantage a .hover {
    display: none;
}

.section-news {
}

.section-news .news-recommand {
}

.section-news .news-recommand img {
    width: 100%;
}

.section-news .news-recommand .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    padding-top: 12px;
}

.section-news .news-recommand .title .date {
    color: #999;
}

.section-news .news-recommand .text {
    line-height: 24px;
}

.section-news .news-items {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.section-news .news-items .item {
    height: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 4px solid transparent;
    padding-top: 25px;
    padding-bottom: 25px;
}

.section-news .news-items .item:hover {
    background-color: #eee;
    border-left: 4px solid #1a81d7;
}

.section-news .news-items .item .number {
    height: 100%;
    font-size: 44px;
    font-weight: normal;
    color: #666666;
    border-right: 1px solid #999999;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.section-news .news-items .item .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 100%;
    padding-left: 24px;
}

.section-news .news-items .item .wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-news .news-items .item .wrap .title a {
    font-size: 18px;
}

.section-news .news-items .item .wrap .title .date {
    color: #999;
}

.section-news .news-items .item .wrap .text {
    color: #666;
    font-size: 14px;
}

.section-solution {
}

.section-solution .section-content {
    position: relative;
}

.section-solution .section-content .swiper {
    padding-left: 48px;
    padding-right: 48px;
}

.section-solution .section-content .swiper .swiper-button-lock {
    display: block;
}

.section-solution .section-content .swiper-slide {
}

.section-solution .section-content .swiper-slide a {
    display: block;
    position: relative;
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 0;
    text-align: center;
}

.section-solution .section-content .swiper-slide a:hover {
    border: 1px solid #1a81d7;
}

.section-solution .section-content .swiper-slide a span {
    display: block;
    height: 48px;
    line-height: 48px;
}

.section-solution .section-content .swiper-slide a .hover_bg {
    background: url(/images/part06_hover.png) no-repeat center;
    background-size: cover;
    z-index: 999;
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 48px;
    transition: all 0.3s linear -1ms;
    opacity: 0;
}

.section-solution .section-content .swiper-slide a:hover .hover_bg {
    opacity: 1;
}

.section-solution .section-content .swiper-slide a img {
    width: 100%;
}
/*   .section-solution .section-content .swiper-button-next {
            right:-18px;
        }
        .section-solution .section-content .swiper-button-prev{
            left:-18px;
        }*/

.page-wrap {
    margin-top: 10px;
}

.page-wrap .page-menu {
    margin-top: -50px;
    max-width: 220px;
}

.page-wrap .page-menu .title {
    background: url(/images/left_bg.jpg) no-repeat center;
    background-size: cover;
    color: #fff;
    padding: 24px;
    margin-bottom: 10px;
}

.page-wrap .page-menu ul {
}

.page-wrap .page-menu ul li {
    width: 100%;
    height: 50px;
    line-height: 50px;
    position: relative;
    margin-bottom: 0px;
    background: url(/images/left_n_bg.jpg) no-repeat center;
    background-size: cover;
}

.page-wrap .page-menu ul li:hover,
.page-wrap .page-menu ul li.current {
    background: url(/images/left_bg_hover.jpg) center no-repeat;
    background-size: cover;
}

.page-wrap .page-menu ul li a {
    display: block;
    text-indent: 1em;
}

.page-wrap .page-menu ul li a:hover,
.page-wrap .page-menu ul li.current a {
    color: #fff;
}

.page-wrap .page-recommand {
    margin-top: 20px;
    max-width: 220px;
}

.page-wrap .page-recommand .title {
    background: #1a81d7;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.page-wrap .page-recommand a {
    display: block;
    border: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}

.page-wrap .page-recommand a img {
    width: 100%;
}

.page-wrap .page-recommand a .po_txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 2.5em;
    height: 5em;
    bottom: -2.5em;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    transition: all 0.3s linear;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
}

.page-wrap .page-recommand a:hover .po_txt {
    bottom: 0;
}

.page-wrap .page-content {
}

.page-wrap .page-content p {
    margin-bottom: 0px;
}

.page-wrap .page-content img {
    max-width: 100%;
}

.page-wrap .page-content .crumbs h3 {
    display: none;
}

.page-wrap .page-content .crumbs {
    border-bottom: 1px solid #cccccc;
    line-height: 42px;
    text-align: right;
    font-size: 14px;
    color: #666;
}

.page-wrap .page-content .crumbs a {
    color: #666;
}

.page-wrap .page-content .content {
    padding-top: 30px;
}

/*浮动客服*/
#floatDivBoxs {
    width: 140px;
    background: #fff;
    position: fixed;
    top: 160px;
    right: 0;
    z-index: 999;
}

#floatDivBoxs .floatDtt {
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #006699;
    color: #fff;
    font-size: 14px;
    text-align: center;
    position: relative;
}

#floatDivBoxs .floatDqq {
    padding: 0 14px;
    margin-top: 0px;
}

#floatDivBoxs .floatDqq li {
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 50px;
}

#floatDivBoxs .floatDqq li a {
    display: block;
    line-height: 45px;
    color: #666666;
    margin-bottom: 0px;
}

#floatDivBoxs .floatDqq li a:hover {
    color: #34a3d4;
}

#floatDivBoxs .floatDqq li a img {
    line-height: 45px;
    margin-top: 5px;
    display: block;
    float: left;
    margin-right: 5px;
}

#floatDivBoxs .floatDqq .kefu_tel {
    width: 100%;
}

#floatDivBoxs .floatDtxt {
    font-size: 16px;
    color: #333;
    padding: 12px 14px;
}

#floatDivBoxs .floatDtel {
    padding: 0 0 90px 10px;
}

#floatDivBoxs .floatDtel img {
    display: block;
}

#floatDivBoxs .floatDbg {
    width: 100%;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

.floatShadow {
    background: #fff;
    box-shadow: -2px 0 3px rgba(0, 0, 0, 0.25);
}

#rightArrow {
    width: 50px;
    height: 140px;
    background: url(../images/online_arrow.jpg) no-repeat;
    position: fixed;
    top: 160px;
    right: 140px;
    z-index: 999;
}

#rightArrow a {
    display: block;
    height: 140px;
}

.main_left .classify.mt15 {
    margin-top: 20px;
}
/*---------------搜索框-----------------*/
.navbar .search {
    width: 250px;
    height: 40px;
    background: url(/images/search_bg.jpg) no-repeat center;
    float: right;
}

.navbar input {
    width: 200px;
    height: 40px;
    text-indent: 10px;
    float: left;
    font-size: 14px;
    background-color: transparent;
    border: 0px;
}

.navbar .search_b {
    width: 40px;
    height: 40px;
    float: left;
}

.feedback-box {
}

.feedback-box .title-box {
}

.feedback-box .title-box h3 {
    margin: 0px;
    font-weight: bold;
    font-size: 20px;
}

.feedback-box .title-box .text {
    color: #666666;
    font-size: 14px;
}

.feedback-box input {
    text-indent: 10px;
    background: #f0f0f0;
    width: 100%;
    height: 40px;
    border: none;
    margin-bottom: 16px;
}

.feedback-box textarea {
    display: block;
    background: #f0f0f0;
    width: 100%;
    height: 154px;
    border: none;
    resize: none;
    text-indent: 10px;
    line-height: 24px;
    margin-bottom: 16px;
}

.feedback-box a {
    display: block;
    width: 100%;
    height: 40px;
    background: #1a81d7;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.feedback-box a:hover {
    background: #6699cc;
}

.feedback-box img {
    height: 100%;
    object-fit: cover;
}

.page-wrap .news-recommand {
    display: flex;
    justify-content: space-between;
    background-color: #f4f4f4;
    margin-bottom: 20px;
}

.page-wrap .news-recommand img {
    width: 55%;
}

.page-wrap .news-recommand .title-box {
    flex: 1;
    padding: 20px;
}

.page-wrap .news-recommand .title-box a {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline-block;
}

.page-wrap .news-recommand .title-box .date {
    color: #999;
    font-size: 14px;
    margin-bottom: 15px;
}

.page-wrap .news-recommand .title-box .text {
}

.page-wrap .news-items {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
}

.page-wrap .news-items .item {
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 4px solid transparent;
    padding-top: 25px;
    padding-bottom: 25px;
    height: 127px;
}

.page-wrap .news-items .item:hover {
    background-color: #eee;
    border-left: 4px solid #1a81d7;
}

.page-wrap .news-items .item .date-box {
    height: 100%;
    font-size: 44px;
    font-weight: normal;
    color: #666666;
    border-right: 1px solid #999999;
    padding-left: 0.75em;
    padding-right: 0.75em;
}

.page-wrap .news-items .item .date-box .day {
    font-size: 44px;
}

.page-wrap .news-items .item .date-box .date {
    font-size: 14px;
    color: #999999;
}

.page-wrap .news-items .item .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    height: 100%;
    padding-left: 24px;
}

.page-wrap .news-items .item .wrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-wrap .news-items .item .wrap .text {
    font-size: 14px;
    color: #666;
}

.page-wrap .news-items .item .wrap .title a {
    font-size: 18px;
}

.page-wrap .solution_list {
}

.page-wrap .solution_list .item {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.page-wrap .solution_list .item .img {
    width: 32%;
}

.page-wrap .solution_list .item img {
    width: 100%;
}

.page-wrap .solution_list .item .title-box {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}

.page-wrap .solution_list .item .title-box .text {
    color: #666;
}

.page-wrap .products_list {
}

.page-wrap .products_list .item-wrap {
}

.page-wrap .products_list .item-wrap .pro_img {
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    overflow: hidden;
}

.page-wrap .products_list .item-wrap .pro_img img {
    width: 100%;
    transition: 0.4s linear -1ms;
}

.page-wrap .products_list .item-wrap:hover .pro_img img {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    overflow: hidden;
}

.page-wrap .products_list .item-wrap .pro_txt {
    height: 1.5em;
    overflow: hidden;
    margin-bottom: 20px;
}

.product-info {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;
}

.product-info .title {
    font-size: 22px;
    color: #333;
    font-weight: normal;
    line-height: 36px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.product-info .text {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #666;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin-bottom: 30px;
    flex: 1;
}

.product-info .feedback a {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 38px;
    width: 150px;
    height: 40px;
    background: #1a81d7;
    border-radius: 40px;
    margin-top: 30px;
    background: #1a81d7;
}

.pro_de_tuijian_title {
    border-bottom: 1px solid #ddd;
    height: 50px;
    line-height: 50px;
    margin-bottom: 20px;
}

.pro_de_tuijian_title h2 {
    color: #1a81d7;
    font-weight: normal;
    font-size: 22px;
    float: left;
}

.pro_de_tuijian_title span a {
    display: block;
    float: right;
    color: #666;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    font-family: Arial, "Times New Roman";
}

.pro_de_tuijian_title span a:hover {
    color: #1a81d7;
}
/*产品css*/
.pro_fl {
    margin-bottom: 35px;
}

.products_cot_1 {
    margin-bottom: 30px;
}

.products_cot_2 {
    margin-bottom: 20px;
}

.products_cot_2 strong {
    color: #333;
    font-size: 14px;
    float: left;
    font-weight: normal;
    padding-left: 10px;
    margin-right: 25px;
}

.products_cot_2 li {
    display: inline-block;
    margin-right: 30px;
}

.products_cot_2 li a {
    color: #666;
}

.products_cot_2 li a span {
    color: #f00;
    font-family: Arial, "Times New Roman";
    font-size: 14px;
}

.products_cot_2 li a:hover {
    text-decoration: underline;
    color: #1a81d7;
}
/*下载页面样式*/
.down_search {
    width: 314px;
    height: 44px;
    background: url(/images/6.down_search.jpg) no-repeat center;
    text-align: left;
    margin: 20px auto 20px auto;
}

.down_search input {
    background: none;
    border: none;
    height: 40px;
    width: 270px;
    text-indent: 10px;
}

.down_search .search_b {
    display: inline-block;
    width: 44px;
    height: 44px;
}

.page-download .brand {
    padding-top: 20px;
    margin-bottom: 30px;
}

.page-download .brand ul {
    border-bottom: 1px solid #cccccc;
}

.page-download .brand ul li {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.page-download .brand ul li a {
    display: block;
    width: 140px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
}

.page-download .brand ul li:hover a {
    background: #1a81d7;
    color: #fff;
}

.page-download .brand ul li .cur {
    background: #1a81d7;
    color: #fff;
}

.down_list .item {
    margin-bottom: 20px;
    border-bottom: 1px dashed #cccccc;
    display: flex;
    padding-bottom: 20px;
}

.down_list .item img {
    width: 100px;
    height: 100px;
    border: 1px solid #cccccc;
    margin-right: 20px;
}

.down_list .item .title-box {
    flex: 1;
}

.down_list .item .title-box a {
}

.down_list .item .title-box .text {
    font-size: 14px;
    color: #666666;
}

.down_list .item:last-child {
    margin-bottom: 0;
}

.down_de .de_main {
    width: 920px;
    height: 380px;
    border-bottom: 1px solid #cccccc;
}

.down_de img {
    float: left;
    width: 350px;
    height: 350px;
    border: 1px solid #cccccc;
    box-sizing: border-box;
    margin-right: 30px;
}

.down_de .de_txt {
    float: left;
    width: 540px;
    height: 350px;
}

.down_de .de_txt h3 {
    display: block;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
    height: 74px;
    line-height: 74px;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.down_de .de_txt span {
    display: block;
    color: #666666;
    width: 540px;
    height: 120px;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
    margin-bottom: 30px;
}

.down_de .de_txt a {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    background: #1a81d7;
    text-align: center;
    line-height: 40px;
    color: #fff;
}

.down_de .de_txt a:hover {
    background: #6699cc;
}

.down_de .de_list {
    width: 920px;
    float: none;
}

.de_list ul {
    width: 920px;
    margin-top: 20px;
}

.de_list ul li {
    width: 920px;
    height: 100px;
    background: #f4f4f4;
    margin-bottom: 20px;
}

.de_list ul li .list_l {
    float: left;
    height: 100px;
    margin-left: 20px;
}

.de_list ul li .list_l h3 {
    display: block;
    font-weight: normal;
    font-size: 16px;
    margin-top: 12px;
    margin-bottom: 10px;
}

.de_list ul li .list_l p {
    display: block;
    color: #666666;
}

.de_list ul li a {
    display: block;
    float: right;
    margin-right: 20px;
    margin-top: 30px;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #1a81d7;
    box-sizing: border-box;
    text-align: center;
    line-height: 40px;
    color: #1a81d7;
}

.de_list ul li:hover {
    background: #eeeeee;
}

.de_list ul li a:hover {
    background: #1a81d7;
    color: #fff;
    border: none;
}

/* 分页样式 */
/* pageGuide  
--------------------------------------------------------------------*/
.pageGuide {
    width: 100%;
    font-size: 12px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pageGuide .pageinfo {
    font-size: 12px;
    color: #666666;
}

.pageGuide .paging {
    text-align: right;
}

.pageGuide .paging a {
    display: inline-block;
    margin-left: 10px;
    background: #eaeaea;
    padding-left: 8px;
    padding-right: 8px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    _line-height: 17px;
}

.pageGuide .paging .current:link,
.pageGuide .paging .current:visited,
.pageGuide .paging .current:active {
    background: #1a81d7;
    color: #fff;
    border: 1px solid #1b5eb1;
}

.pageGuide .paging a:link,
.pageGuide .paging a:visited,
.pageGuide .paging a:active {
    color: #666;
}

.pageGuide .paging a:hover {
    background: #1a81d7;
    color: #fff;
    text-decoration: none;
}

.page-prod-show .swiper img {
    border: 1px solid #ccc;
    cursor: pointer;
}

.page-prod-show .nav-tabs {
    margin-top: 30px;
}

.page-prod-show .nav-tabs a {
    color: #494949;
    background: url(/img/common/input.gif) repeat-x left top;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.page-prod-show .nav-tabs a.active {
    border-top: solid 2px #1b5eb1;
    border-bottom: solid 1px #fff;
    color: #1b5eb1;
    background: #fff;
}

.page-prod-show .tab-pane {
    padding-top: 10px;
}

#onlineMessages ul li .button_1_b {
    background: #1a81d7;
    border: none;
    font-size: 14px;
    font-weight: normal;
}

#onlineMessages ul li .button_1_b:hover {
    background: #3391e0;
}

#onlineMessages ul h2 {
    color: #1a81d7;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
}

#onlineMessages h2 {
}

#onlineMessages .input {
    background: url(/img/common/input.gif) repeat-x left top;
    border: 1px solid #cccccc;
    border-bottom-color: #dddddd;
    border-right-color: #dddddd;
    height: 28px;
    line-height: 28px;
}

#onlineMessages .textarea {
    background: url(/img/common/input.gif) repeat-x left top;
    border: 1px solid #cccccc;
    border-bottom-color: #dddddd;
    border-right-color: #dddddd;
    height: 92px;
    line-height: 28px;
}
/*按钮1样式---------------------------------------*/
.button_1_b {
    display: block;
    background: url(/img/common/button/button_bg.gif) repeat-x left top;
    border: 1px solid #1b5eb1;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}

.button_1_b:link,
.button_1_b:visited {
    color: #fff;
}

.button_1_b:hover {
    background: url(/img/common/button/button_bg.gif) repeat-x left -30px;
    text-decoration: none;
}

.button_1_b:active {
    background: #1b5eb1;
}
#lg-cre {
}
#lg-cre .img {
    border: 1px solid #dedede;
    cursor: pointer;
    width: 100%;
    height: 10vw;
    overflow: hidden;
}
#lg-cre .img img {
    height: 10vw;
    object-fit: contain;
}
#lg-cre .title {
    line-height: 2em;
    text-align: center;
}
