﻿@charset "utf-8";

/* CSS Document */
/*  ------------------------ 通用 ----------------------------  */
*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    margin: 0px;
    padding: 0px;
}
body {
    color: #333333;
    font-family: "微软雅黑", Arial;
    font-size: 14px;
    line-height: 24px;
    background: #ffffff;
}
body,
html {
    width: 100%;
    height: auto;
}
p,
h1,
h2,
h3 {
    margin: 0;
    padding: 0;
}
ol,
ul,
li {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
img,
ol,
ul,
li {
    border: none;
}
div {
    margin: 0 0;
    padding: 0 0;
}
a {
    text-decoration: none;
    color: #333333;
    outline: none;
    star: expression_r(this.onFocus=this.blur());
    tap-highlight-color: rgba(0, 0, 0, 0);
    focus-ring-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-focus-ring-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-focus-ring-color: rgba(0, 0, 0, 0);
}
img {
    border: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
select {
    background: #fff url("../images/arrow.png") no-repeat scroll 98% center;
}
input:focus,
input,
select,
textarea,
button {
    outline: none;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.contain_top {
    width: 100%;
    height: auto;
    padding: 10px;
}
.banner {
    width: 100%;
    height: auto;
    position: relative;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.search_top {
    width: 100%;
    height: 35px;
    border: 1px solid #001b39;
    padding: 0 70px 0 40px;
    position: relative;
    margin-top: 10px;
}
.icon_search {
    display: block;
    width: 40px;
    height: 33px;
    background: url(../images/icon_search.png) no-repeat center center/25px auto;
    position: absolute;
    left: 0;
    top: 0;
}
.seach_input {
    width: 100%;
    height: 33px;
    vertical-align: top;
    background: none;
    font-family: "微软雅黑";
    font-size: 13px;
    border: none;
}
.search_btn {
    display: block;
    width: 80px;
    height: 33px;
    background: #001b39;
    color: #ffffff;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    font-size: 16px;
}
.product_main {
    width: 100%;
    height: 100%;
    padding-top: 205px;
    overflow: hidden;
    background: #f5f5f5;
}
.product {
    width: 100%;
    height: 100%;
}
.product_tab {
    width: 100%;
    height: 10px;
    background: #eaeaea;
    white-space: nowrap;
    overflow-x: auto;
}
.product_tab a {
    display: inline-block;
    padding: 0 20px;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
    color: #686868;
}
.product_tab a.cur {
    background: #001b39;
    color: #ffffff;
}
.product_tab_fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 3;
}
.product_con {
    width: 100%;
    height: 100%;
    background: #ffffff;
    padding-left: 90px;
    position: relative;
    overflow: hidden;
    /* overflow: auto; */
}
.product_con_side {
    width: 90px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
    background: #f5f5f5;
}
.product_con_side a {
    display: block;
    width: 100%;
    height: auto;
    line-height: 20px;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #ffffff;
}
.product_con_side a.cur {
    background: #ffffff;
    border-left: 3px solid #001b39;
}
.product_con_r {
    width: 100%;
    height: 100%;
    overflow: auto;
}
.product_con_list {
    width: 100%;
    height: auto;
    background: #ffffff;
    padding: 10px 0 0 10px;
}
.product_con_list a {
    display: block;
    width: 29%;
    height: auto;
    margin: 0 0 0 3%;
    float: left;
}
.product_con_pic {
    display: block;
    width: 100%;
    height: 70px;
    border: 1px solid #f5f5f5;
    position: relative;
}
.product_con_pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.product_con_fixed .product_con_side {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    overflow: auto;
    padding-top: 40px;
    background: #f5f5f5;
}
.product_con_fixed .product_con_list {
    padding-top: 70px;
}
.product_con_tit {
    width: 100%;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    /* color: #807c7b; */
    font-size: 14px;
    margin: 10px 0;
}

.product_detail {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding-top: 10px;
}
.product_detail_tab {
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: auto;
    background: #ffffff;
    white-space: nowrap;
}
.product_detail_tab a {
    display: inline-block;
    padding: 0 10px;
    color: #000000;
}
.product_detail_tab a.cur {
    font-size: 16px;
    color: #0a5ab1;
}

.product_detail_table {
    width: 100%;
    height: auto;
    padding: 10px;
    background: #ffffff;
    margin-top: 5px;
    margin-bottom: 60px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: center;
}
table,
tr,
td,
th {
    border: 1px solid #dbdbdb;
}
.table td,
.table th {
    padding: 5px;
}
.table {
    width: 100%;
    height: auto;
}
.table th {
    background: #f9f9f9;
}
.table a {
    color: #467cd2;
}
.table tr:nth-of-type(odd) {
    background: #f9f9f9;
}

.top_nav {
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffffff;
    background: #3983c4;
    position: fixed;
    left: 0;
    top: 0;
    font-size: 16px;
    z-index: 1;
}
.icon_return {
    display: block;
    width: 45px;
    height: 45px;
    background: url(../images/icon_return.png) no-repeat center center/25px auto;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: -999999px;
}
.detail {
    width: 100%;
    height: auto;
    padding: 60px 15px 75px;
}
.detail_pic {
    width: 100%;
    height: 200px;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 15px;
}
.detail_pic_con {
    width: 100%;
    height: 100%;
    position: relative;
}
.detail_pic img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.detail_table {
    text-align: left;
    color: #000000;
}
.detail_table td {
    padding: 10px;
}
.detail_table tr:nth-of-type(odd) {
    background: #ffffff;
}
.detail_table td.tit {
    width: 90px;
    text-align: center;
}

.bot_nav {
    width: 100%;
    height: 60px;
    background: #f7f7f7;
    border-top: 1px solid #c4c4c4;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.bot_nav a {
    display: block;
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 60px;
    position: relative;
}
.bot_nav a::after {
    content: "";
    width: 1px;
    height: 30px;
    background: #e1e1e1;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.bot_nav a:last-child::after {
    content: none;
}
.bot_nav i {
    display: inline-block;
    width: 40px;
    height: 60px;
    vertical-align: top;
}
.bot_nav i.icon_home {
    background: url(../images/icon_home.png) no-repeat center center/30px auto;
}
.bot_nav i.icon_video {
    background: url(../images/icon_video.png) no-repeat center center/30px auto;
}
.bot_nav i.icon_shop {
    background: url(../images/icon_shop.png) no-repeat center center/30px auto;
}

.video_this {
    width: 100%;
    height: auto;
}
