@charset "utf-8";
@import url("global.css");
/*banner*/
.product-banner {
    height: 300px;
    background: url(../../img/product_banner.jpg) no-repeat center;
    }

/*导航*/
.page_nav {
    margin-bottom: 15px;
    padding-left: 35px;
    height: 23px;
    line-height: 23px;
    background: url(../../img/comm.png) no-repeat 0 0;
    font-size: 14px;
    color: #0893f0;
    }

.page_nav a {
    color: #0893f0;
    }

/*产品列表*/
.product {
    margin: 30px auto;
    overflow: hidden;
    }

.product .left,
.product .right {
    float: left;
    }

.product .left {
    width: 830px;
    margin-right: 30px;
    }

.product .right {
    width: 340px;
    }

/*----------------------*/
.product .left .list_header {
    height: 58px;
    line-height: 58px;
    font-size: 22px;
    font-weight: 400;
    text-indent: 50px;
    border-bottom: 2px solid #0893f0;
    }

.product .left .header_1 {
    background: url(../../img/product_feiji1.png) no-repeat left center;
    }

.product .left .header_2 {
    background: url(../../img/product_zhuan-xian1.png) no-repeat left center;
    }

.product .left .header_3 {
    background: url(../../img/product_fu-wu1.png) no-repeat left center;
    }

.product .left .express_list {
    padding: 35px 0;
    height: 140px;
    border-bottom: 1px solid #f0f0f0;
    position: relative;
    overflow: hidden;
    width: auto;
    }

.product .left .thumb {
    float: left;
    width: 250px;
    height: 140px;
    margin-right: 30px;
    overflow: hidden;
    }

.product .left .thumb img {
    height: 140px;
    width: 250px;
    transition: all 0.5s;
    }

.product .left .thumb img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    }

.product .left .express_list .text {
    }

.product .left .express_list .text .meta {
    margin: 15px 0 10px 0;
    color: #bbb;
    overflow: hidden;
    }

.product .left .express_list .text .meta a {
    color: #bbb;
    }

.product .left .express_list .text .meta a:hover {
    color: #09f;
    }

.product .left .express_list .text .meta > span {
    padding-left: 25px;
    margin-right: 10px;
    height: 20px;
    display: inline-block;
    }

span.time {
    background: url(../../img/icon_time.png) left no-repeat;
    }

span.tags {
    background: url(../../img/icon_tag.png) left no-repeat;
    }

span.read {
    background: url(../../img/icon_read.png) left no-repeat;
    }

span.tags a {
    display: inline-block;
    margin-right: 10px;
    }

span.tags a:hover {
    color: #09f !important;
    }

.product .left .express_list .text h3 {
    margin-bottom: 10px;
    font-weight: 400;

    }

.product .left .express_list .text h3 a {
    font-size: 18px;
    color: #333;
    }

.product .left .express_list .text h3 a:hover {
    color: #09f;
    }

.product .left .express_list .text .desc {
    color: #999;
    line-height: 26px;
    }
/*---------------------------*/
.product .right > .list {
    width: 340px;
    background: #fafafa;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    }

.product .right .list span.mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 30px;
    }

.product .right .list span.more {
    position: absolute;
    top: 30px;
    right: 30px;
    }

.product .right .list span.more a {
    color: #bbb;
    }

.product .right .list span.more a:hover {
    color: #333;
    }

.product .right .list span.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
    }

.product .right .list span.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    }

.product .right .list .tags {
    margin: 20px 30px;
    overflow: hidden;
    }

.product .right .list .tags a {
    float: left;
    display: block;
    padding: 5px 5px 5px 0;
    }

.product .right .list .search {
    margin: 20px 30px;
    overflow: hidden;
    }

.product .right .list .weixin {
    margin: 20px 30px;
    overflow: hidden;
    text-align: center;
    }

.product .right .list .search input[type='text'] {
    width: 268px;
    height: 38px;
    padding: 5px;
    border: 1px solid #f0f0f0;
    text-indent: 1em;
    }

.product .right .list .search input[type='text']:hover {
    border: 1px solid #09f;
    }

.product .right .list .search input[type='submit'] {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    background: #3ca5f6 url(../../img/icon_search.png) 80px center no-repeat;
    color: #fff;
    font-size: 18px;
    text-align: center;
    }

.product .right .list .search input[type='submit']:hover {
    background: #2f99ea url(../../img/icon_search.png) 80px center no-repeat;
    }

/*推荐*/
.product .right .sd_list  ul{
    margin-top: 10px;
    }

.product .right .sd_list  ul li{
    width: 280px;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    }

.product .right .sd_list  ul li:last-child {
    border-bottom: 0 !important;
    }

.product .right .sd_list  ul li .art-img {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
    }

.product .right .art-img img {
    width: 280px;
    transition: all 0.5s;
    }

.product .right .art-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    }

.product .right .art-txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    }

.product .right .comm_list .art-txt {
    text-align: left !important;
    }

.product .right .category_list {
    width: 280px;
    padding: 20px 30px;
    overflow: hidden;
    }

/*---------------------------*/
.right .service_list{
    margin: 20px 30px;
    overflow: hidden;
    text-align: center;
    }

.right .service_list a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 2px;
    }

.right .service_list a#kd {
    background: #2f99ea  url(../../img/product_feiji.png) no-repeat 50px center;
    }

.right .service_list a#zx {
    background: #2f99ea url(../../img/product_zhuan-xian.png) no-repeat 50px center;
    }

 .right .service_list a#zz {
    background: #2f99ea url(../../img/product_fu-wu.png) no-repeat 50px center;
    }

 .right .service_list a#kd:hover,
 .right .service_list a.kd_active {
    background: #FF5722 url(../../img/product_feiji.png) no-repeat 50px center !important;
    }

 .right .service_list a#zx:hover,
 .right .service_list a.zx_active {
    background: #FF5722 url(../../img/product_zhuan-xian.png) no-repeat 50px center !important;
    }

 .right .service_list a#zz:hover,
.right .service_list a.zz_active {
    background: #FF5722 url(../../img/product_fu-wu.png) no-repeat 50px center !important;
    }

/*----------------------*/


/*内容*/
.product-detail{
    margin: 40px auto;
    overflow: hidden;
    }

.product-detail .left, .product-detail .right {
    float: left;
    }

.product-detail .left {
    width: 830px;
    margin-right: 30px;
    }

.product-detail .right {
    width: 340px;
    }

.product-detail .left .content {
    width: 830px;
    position: relative;
    overflow: hidden;
    }

.product-detail .left .art_header h1 {
    font-size: 28px;
    margin: 0;
    position: inherit;
    line-height: 1.5;
    color: #333;
    font-weight: 400;
    text-align: center;
    }

.product-detail .left .art_header .art_meta {
    margin: 20px 0 27px;
    }

.product-detail .left .art_content {
    line-height: 30px;
    margin: 25px 0 40px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    }

.product-detail .left .art_content a {
    color: #09f;
    text-decoration: underline;
    }

.product-detail .left .art_content img {
    padding: 20px 0;
    }

.product-detail .left .art_content br {
    line-height: 30px;
    display: inline;
    }

.product-detail .left .art_content p {
    padding-bottom: 20px;
    }

.product-detail .left .tag_box {
    border-top: 1px solid #f0f0f0;
    overflow: hidden;
    }

.product-detail .left .tag_box a {
    display: block;
    float: left;
    text-align: center;
    background: #1E9FFF;
    color: #fff;
    padding: 10px 15px;
    margin: 20px 10px 20px 0;
    opacity: .8;
    }

.product-detail .left .tag_box a:hover {
    opacity: 1;
    }

.product-detail .left .tag_box h3 {
    font-weight: normal;
    }

/*  详细页 table 风格*/
.product-detail .left .art_content table {
    border-collapse: collapse;
    border: none;
    width: 100%;
    margin: 20px 0;
    }

.product-detail .left .art_content table th {
    background: #e5f5ff;
    font-weight: bold;
    }

.product-detail .left .art_content table th,
.product-detail .left .art_content table td {
    padding: 5px 10px;
    color: #333;
    border: 1px solid #ddd;
    font-weight: normal !important;
    }

.product-detail .left .art_content table th:first-child,
.product-detail .left .art_content table td:first-child {
    width: 100px !important;
    background: #fbfbfb !important;
    font-weight: bold !important;
    }

/*右侧通用*/
.product-detail .right > .list {
    width: 340px;
    background: #fafafa;
    margin-bottom: 30px;
    padding-bottom: 30px;
    overflow: hidden;
    position: relative;
    }

.product-detail .right .list span.mark {
    display: inline-block;
    background-color: #f63756;
    position: absolute;
    height: 20px;
    width: 4px;
    left: 0;
    top: 30px;
    }

.product-detail .right .list span.more {
    position: absolute;
    top: 30px;
    right: 30px;
    }

.product-detail .right .list span.more a {
    color: #bbb;
    }

.product-detail .right .list span.more a:hover {
    color: #333;
    }

.product-detail .right .list span.title {
    font-size: 20px;
    font-weight: 400;
    padding: 25px 30px 0;
    display: inline-block;
    margin: 0;
    }

.product-detail .right .list span.line {
    display: block;
    height: 1px;
    width: 100%;
    background: #f0f0f0;
    }

.product-detail .right .list .case{
    margin: 20px 30px;
    text-align: center;
    overflow: hidden;
    }

.product-detail .right .list .tel {
    margin: 20px 30px 0 20px;
    text-align: center;
    font-weight: 400;
    font-size: 22px;
    color: #393D49;
    }

.product-detail .right .list ul {
    margin-top: 10px;
    }

.product-detail .right .list ul li {
    width: 280px;
    padding: 20px 30px;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
    }

.product-detail .right .list ul li:last-child {
    border-bottom: 0 !important;
    }

.product-detail .right .list ul li .art-img {
    width: 280px;
    height: 158px;
    overflow: hidden;
    margin-bottom: 20px;
    }

.product-detail .right .art-img img {
    width: 280px;
    transition: all 0.5s;
    }

.product-detail .right .art-img img:hover {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -transform: scale(1.1, 1.1);
    }

.product-detail .right .art-txt {
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    }

.product-detail .right .comm_list .art-txt {
    text-align: left !important;
    }
