@charset "utf-8";
/* CSS Document */
body {
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

body, td, th, input, textarea, select {
    font-size: 14px;
    color: #252b3a;
    line-height: 1.8;
    font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif; /*'Alata', */
}

.font1 {
    font-family: 'Aldrich', Arial, Helvetica, sans-serif
}

@media (min-width: 992px) {
    body, td, th, input, textarea, select {
        font-size: 16px;
    }
}

a {
    color: #252b3a;
    text-decoration: none;
    position: relative;
}

a:hover {
    color: #00a0da;
    text-decoration: none;
}

a, i, em, .animation {
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

.shadow1 {
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .shadow1 {
        -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.1);
    }
}

.shadow_none {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}


input, textarea {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    border: solid 1px #cbcbcb;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
textarea:focus {
    border-color: #00a0da;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 90, 180, 0.2);
    -moz-box-shadow: 2px 2px 6px rgba(0, 90, 180, 0.2);
    box-shadow: 0 0 6px rgba(0, 90, 180, 0.2);
}

input[type=checkbox] {
    transform: scale(1.3);
    margin: 3px;
}

textarea {
    resize: none;
}


/*输入框提示样式*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a3a7af;
    font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a3a7af;
    font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a3a7af;
    font-size: 14px;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a3a7af;
    font-size: 14px;
}

@media (min-width: 992px) {
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 16px;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 16px;
    }

    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 16px;
    }

    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 16px;
    }
}


/*顶部*/
.header_back {
    height: 60px;
}

.header {
    background: #000000ad;
    position: fixed;
    z-index: 99997;
    width: 100%;
    -webkit-transform: translateZ(0);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header2 {
}

.header2 > div {
    position: relative;
}

.header2_1 {
    position: relative;
    z-index: 1;
    height: 60px;
    display: flex;
    align-items: center;
}

.header2_1 img {
    height: 50px;
}

.header2_2 {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.header2_3 {
    position: absolute;
    right: 0;
    top: 12px;
    line-height: 30px;
    z-index: 1;
    color: #FFFFFF;
}

.header2_3 em {
    font-size: 20px;
    vertical-align: middle;
}

.header2_3 .span_cart_count {
    position: absolute;
    top: 8px;
    margin-left: -8px;
    background-color: #00a0da;
    color: #FFF;
    width: 20px;
    line-height: 20px;
    display: inline-block;
    text-align: center;
    border-radius: 20px;
}

.header2_3 a {
    padding: 0 10px;
    display: inline-block;
}

@media (min-width: 768px) {
    .header_back {
        height: 90px;
    }

    .header2_2 {
        top: 40px;
    }

    .header2_1 img {
        height: 50px;
        padding: 5px 0;
    }

    .header2_1 {
        height: 90px;
        padding: 5px 0;
    }

    .header2_3 .span_cart_count {
        top: -5px;
        margin-left: -8px;
    }
}

@media (min-width: 992px) {
    .header2_1 img {
        height: 60px;
        padding: 0;
    }

    .header2_2 {
        top: 40px;
    }
}

@media (min-width: 1200px) {
    .header_back {
        height: 120px;
    }

    .header2_1 img {
        height: 80px;
        padding: 10px 0;
    }

    .header2_1 {
        height: 120px;
        padding: 10px 0;
    }

    .header2_2 {
        top: 46px;
    }

    .header2_3 {
        top: 10px;
    }

    .header2_3 > div {
        padding: 0 10px;
    }

    .header2_3 > div {
    }
}

@media (min-width: 1500px) {
    .header2_1 img {
        height: 80px;
        padding: 0;
    }

    .header2_1 {
        height: 120px;
        padding: 0;
    }

    .header2_2 {
    }
}

@media (max-width: 767px) {
    .header2_3 {
        top: 0;
    }

    .header2_3 em {
        font-size: 24px;
        line-height: 60px;
    }
}

.header3 {
    background-color: #00a0da;
    color: #FFF;
}

.header3 ul {
    margin: 0 -2vw;
}

.header3 li {
    line-height: 1.2;
    overflow: hidden;
    position: relative;
}

.header3 li:after {
    width: 1px;
    height: 16px;
    background-color: rgba(255, 255, 255, 0.5);
    display: inline-block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
}

.header3 li:last-child:after {
    display: none;
}

.header3 a {
    font-size: 15px;
    padding: 0 2vw;
    height: 50px;
    color: #FFF;
    text-align: center;
}

.header3 a:hover {
    color: #ffff00;
}

@media (min-width: 1200px) {
    .header3 a {
        font-size: 16px;
        height: 60px;
    }
}

@media (min-width: 1500px) {
    .header3 ul {
        margin: 0 -3vw;
    }

    .header3 a {
        font-size: 17px;
        padding: 0 3vw;
    }
}

@media (min-width: 1541px) {
    .header3 ul {
        margin: 0 -50px;
    }

    .header3 a {
        padding: 0 50px;
    }
}


/*顶部搜索*/
.header_find {
    position: absolute;
    z-index: 99999;
    right: 10px;
    top: 55px;
    width: 60%;
}

.header_find .find {
    width: 100%;
    height: 36px;
    background-color: #FFF;
    padding: 0 10px 0 15px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.header_find .find_txt {
    border: 0;
    width: calc(100% - 30px);
    height: 36px;
    line-height: 36px;
    outline: none;
}

.header_find button {
    width: 30px;
    height: 36px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.header_find button em {
    font-size: 20px;
    line-height: 30px;
    color: #00a0da;
}

@media (min-width: 768px) {
    .header_find {
        top: 48px;
        width: 360px;
        right: -10px;
    }

    .header_find .find {
    }
}

@media (min-width: 1200px) {
    .header_find {
        top: 55px;
    }

    .header_find .find {
        width: 360px;
    }
}

/*顶部搜索电脑版*/
.pc_find {
    position: relative;
    z-index: 99999;
    margin: 16px 2vw 0 0;
}

.pc_find .shadow1 {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.pc_find .find {
    height: 36px;
    background-color: #eaeaea;
    padding: 0 10px 0 15px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.pc_find .find_txt {
    border: 0;
    width: 15vw;
    height: 36px;
    line-height: 36px;
    background-color: transparent;
    outline: none;
}

.pc_find button {
    width: 30px;
    height: 36px;
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}

.pc_find button em {
    font-size: 20px;
    line-height: 30px;
    color: #595e6a;
}

@media (min-width: 1541px) {
    .pc_find {
        margin: 16px 50px 0 0;
    }

    .pc_find .find_txt {
        width: 270px;
    }
}


/*顶部图标*/
.header .icon_menu {
    padding-left: 5px;
}

.header .icon_menu a {
    padding: 0 8px;
    display: inline-block;
}

.header .icon_menu em {
    font-size: 24px;
    line-height: 60px;
    position: relative;
}

@media (min-width: 768px) {
    .header .icon_menu {
        padding-left: 0px;
    }
}


/*主菜单*/
.main_menu {
    z-index: 1;
    display: inline-block;
    z-index: 999;
    margin-right: -26px;
}

/* position:relative;*/
.main_menu .nli {
    float: left;
    position: relative;
    display: inline;
}

.main_menu .nli.prod {
    position: static;
}

.main_menu .nli > a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    padding: 0 26px;
    color: #FFFFFF;
    text-transform: uppercase;
}

/*
.main_menu .nli a:after{ width:1px; height:16px; background-color:#CCC; display:inline-block; content:""; position:absolute; right:0; top:50%; margin-top:-8px;}
.main_menu .nli:last-child a:after{ display:none;}
*/
.main_menu .nli > a:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.main_menu .on > a {
    color: #00a0da;
}

.main_menu .sub {
    display: none;
    left: 50%;
    top: 50px;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    text-align: left;
}

.main_menu .sub li {
}

.main_menu .sub a {
    position: relative;
    display: block;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 12px 10px 28px;
    text-align: left;
}

.main_menu .sub a:hover {
    background-color: #00a0da;
    color: #FFF;
    padding: 10px 12px 10px 33px;
}

.main_menu .sub em {
    margin-right: 5px;
    position: absolute;
    margin-left: -20px;
}

.main_menu .sub a:hover em {
    color: #FFF;
}

@media (min-width: 992px) {
    .main_menu {
        margin-right: -38px;
    }

    .main_menu .nli > a {
        padding: 0 38px;
    }

    .main_menu .sub a {
        font-size: 15px;
    }
}

@media (min-width: 1200px) {
    .main_menu {
        margin-right: -30px;
    }

    .main_menu .nli > a {
        font-size: 16px;
        height: 74px;
        line-height: 74px;
        padding: 0 30px 4px;
    }

    .main_menu .sub {
        top: 74px;
    }

    .main_menu .sub a {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    .main_menu {
        margin-right: -42px;
    }

    .main_menu .nli > a {
        font-size: 18px;
        padding: 0 42px;
    }
}

.main_menu .sub.prod {
    left: 0;
    width: 100%;
}

.main_menu .sub.prod > li {
    overflow: hidden;
}

.main_menu .sub.prod > li > div {
    margin: 0 -1px -1px 0;
}

.main_menu .sub.prod .item {
    width: 16.66%;
    overflow: hidden;
}

.main_menu .sub.prod .item a {
    width: 100%;
    padding: 0 0 6px;
    background-color: #FFF;
    text-align: center;
    border: solid 1px #dcd9d9;
    margin: -1px 0 0 -1px;
}

.main_menu .sub.prod .item a .pic {
    overflow: hidden;
    padding: 10px 10px 0;
}

.main_menu .sub.prod .item a .pic img {
    width: 100%;
    max-width: 200px;
}

.main_menu .sub.prod .item a .txt {
    padding: 10px;
}

.main_menu .sub.prod .item a:hover {
    background-color: #FFF;
    color: #00a0da;
}

@media (min-width: 1200px) {
    .main_menu .sub.prod .item {
        width: 16.66%;
    }
}

.main_menu .sub.prod2 {
}

.main_menu .sub.prod2 .item {
    width: 10%;
}


/*滚动时增加样式*/
.header_bg {
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.header_bg .header2_1 img {
    height: 80px;
    padding: 5px 0;
    margin-top: 0px;
}

.header_bg .header2_1 {
    height: 60px;
    padding: 5px 0;
    margin-top: 0px;
}

.header_bg .header2_2 {
    top: 0;
}

.header_bg .icon_menu {
    padding-top: 0px;
}

.header_bg .icon_menu em {
}

/* color:#FFF;*/
.header_bg .main_menu .nli > a {
    line-height: 60px;
    height: 60px;
}

/* color:#FFF;*/
.header_bg .main_menu .on > a {
}

/*color:#00a0da;*/
.header_bg .main_menu .sub {
    top: 60px;
}

.header_bg .header_find {
    top: 55px;
}


/*子菜单*/
.sub_content {
    padding: 20px 0 0;
}

.sub_content .sub_menu {
    width: 100%;
    padding: 12px 0 0;
}

.sub_content .sub_menu ul {
    margin: -5px;
}

.sub_content .sub_menu li {
    margin: 5px;
}

.sub_content .sub_menu a {
    background-color: #f1f1f1;
    padding: 5px 20px;
    display: block;
}

.sub_content .sub_menu a:hover,
.sub_content .sub_menu li.active a,
.sub_content .sub_menu li.active a:hover {
    background-color: #00a0da;
    color: #FFF;
}

.sub_content .sub_location {
    width: 100%;
    line-height: 1.4;
    color: #90939a;
}

.sub_content .sub_location i {
    color: #90939a;
    margin-right: 6px;
}

.sub_content .sub_location a:hover {
    text-decoration: underline;
}

@media (min-width: 768px) {
    .sub_content .sub_menu {
        width: 70%;
        padding: 0;
    }

    .sub_content .sub_location {
        width: 30%;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    .sub_content .sub_menu ul {
        margin: -5px -8px;
    }

    .sub_content .sub_menu li {
        margin: 5px 8px;
    }

    .sub_content .sub_menu a {
        padding: 8px 20px;
    }
}


/*底部*/
.foot1 {
    background-color: #2b323e;
}

.foot1, .foot1 h2 {
    font-size: 14px;
    color: #FFF;
}

.foot1 h2 {
}

.foot1 a {
    color: #FFF;
    display: inline-block;
}

.foot1 a:hover {
    color: #00a0da;
}

.foot1 .title {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-bottom: 6px;
}

.foot1 .title:after {
    width: 40px;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-color: #FFF;
}

.foot1 > div {
    padding: 30px 0;
    max-width: 1480px;
}

.foot1_1 {
    width: 100%;
    padding-right: 10px;
}

.foot1_1 > div {
    text-align: center;
}

.foot1_1 .logo {
}

.foot1_1 .logo img {
    width: 100%;
    max-width: 160px;
}

.foot1_1 .txt {
    padding: 10px 0 0;
}

.foot1_2 {
    width: 100%;
    padding-top: 20px;
}

.foot1_2 .item {
    padding: 0 5px;
    width: 30%;
}

.foot1_2 .item a {
    line-height: 1.4;
    padding: 2px 0;
}

.foot1_2 .item:nth-child(1) {
    width: 70%;
}

.foot1_2 ul li {
    padding: 2px 0;
}

.foot1_2 .fen_xiang {
    padding: 5px;
}

.foot1_3 {
    width: 100%;
    padding-right: 10px;
    padding-top: 20px;
}

.foot1_3 h2 {
    margin: 0 0 5px;
    font-weight: normal;
}

.foot1_3 p {
    position: relative;
    padding-left: 24px;
}

.foot1_3 em {
    position: absolute;
    left: 0;
    width: 18px;
    text-align: center;
}

@media (min-width: 768px) {
    .foot1_1 {
        width: 100%;
    }

    .foot1_2 {
        width: 60%;
    }

    .foot1_2 .item {
        padding: 0 10px;
    }

    .foot1_2 .fen_xiang {
        padding: 10px 10px;
    }

    .foot1_3 {
        width: 40%;
    }
}

@media (min-width: 992px) {
    .foot1, .foot1 h2 {
        font-size: 16px;
    }

    .foot1_1 {
        width: 24%;
    }

    .foot1_1 > div {
        max-width: 240px;
    }

    .foot1_1 .logo img {
        max-width: 200px;
    }

    .foot1_2 {
        width: 40%;
        padding-top: 0px;
    }

    .foot1_3 {
        width: 36%;
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .foot1_1 {
        width: 26%;
        padding-right: 20px;
    }

    .foot1_1 .logo img {
        max-width: 280px;
    }

    .foot1_2 {
        width: 42%;
    }

    .foot1_2 .item {
        padding: 0 20px;
    }

    .foot1_2 .fen_xiang {
        padding: 10px 20px;
    }

    .foot1_3 {
        width: 32%;
        padding: 0 20px;
    }
}

@media (min-width: 1500px) {
    .foot1_1 {
        width: 25%;
    }

    .foot1_2 {
        width: 45%;
    }

    .foot1_3 {
        width: 30%;
    }
}

.foot_prod ul {
    width: 50%;
}

.foot_prod ul li {
    padding-right: 5%;
}


.foot2 {
    color: #FFF;
    border-top: solid 1px #4b515b;
    padding: 12px 0;
    background-color: #2b323e;
    margin-bottom: 60px;
    text-align: center;
}

.foot2 a {
    color: #FFF;
    display: inline-block;
}

.foot2 a:hover {
    color: #00a0da;
}

@media (min-width: 768px) {
    .foot2 {
        margin-bottom: 0;
    }
}

.platform {
    margin: 15px 0 0;
}

.platform a {
    margin: 0 3px;
    text-align: center;
    width: 26px;
    height: 26px;
    padding: 0;
    display: inline-block;
    -moz-border-radius: 26px;
    border-radius: 26px;
}

.platform em {
    color: #FFF;
    font-size: 28px;
    line-height: 26px;
}

.platform a:hover {
}

.platform a:hover em {
    color: #00a0da;
}


/*右边浮动留言*/
.fixed_feedback {
    position: fixed;
    bottom: 15%;
    width: 300px;
    right: -310px;
    bottom: 70px;
    z-index: 99998;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.fixed_feedback .title {
    width: 100%;
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    color: #FFF;
    background-color: #00a0da;
    -moz-border-radius: 8px 8px 0 0;
    border-radius: 8px 8px 0 0;
}

.fixed_feedback .title a {
    float: right;
}

.fixed_feedback .title a em {
    color: #FFF;
}

.fixed_feedback .content {
    padding: 10px 20px 20px;
    background-color: #FFF;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}


/*手机底部样式*/
.m_bottm_menu {
    background-color: #00a0da;
    color: #FFF;
}

.m_bottm_menu .item {
    width: 25%;
}

.m_bottm_menu .item a {
    color: #FFF;
}

/*手机版菜单*/
.m_nav_back {
    height: 100%;
    width: 100%;
    position: fixed;
    background-color: #000;
    z-index: 99998;
    top: 0;
    left: -100%;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    -khtml-opacity: 0.3;
    opacity: 0.3;
}

.m_nav_back.menu_is_open {
    left: 0;
}

.m_nav {
    height: 100%;
    width: 90%;
    max-width: 360px;
    overflow: hidden;
    background-color: #FFF;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: -360px;
    display: inline-block;
}

.m_nav.menu_is_open {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.m_nav .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
}

.m_nav .close em {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
}

.m_nav .panel {
    height: 100%;
    overflow: auto;
    padding: 30px 20px;
}

.m_nav .panel .lang {
}

.m_nav .panel .lang a {
    display: inline-block;
    padding: 5px;
    margin: 10px;
}

.m_nav .panel .lang a img {
    vertical-align: middle;
    margin-right: 4px;
}

.m_nav .panel .m_user_info {
    margin: 10px;
    text-align: center;
}

.m_nav .panel .m_user_info a {
    display: inline-block;
}

.m_nav .panel .m_menu {
}

.m_nav .panel .m_menu a {
    display: block;
    text-decoration: none;
}

/*一级*/
.m_nav .panel .m_menu > li {
    border-bottom: solid 1px #efefef;
}

.m_nav .panel .m_menu > li > a {
    font-weight: bold;
    font-size: 16px;
    padding: 12px 5px;
}

/*二级*/
.m_nav .panel .m_menu ul {
    display: none;
    padding: 0 0 10px;
}

.m_nav .panel .m_menu ul a {
    font-size: 15px;
    padding: 3px 5px;
}

/*三级*/
.m_nav .panel .m_menu ul ul {
    padding-left: 10px;
    padding-bottom: 8px;
}

.m_nav .panel .m_menu ul ul a {
    font-size: 14px;
    padding: 1px 5px;
}

/*四级*/
.m_nav .panel .m_menu ul ul ul a {
    font-size: 13px;
}

.m_nav span {
    float: right;
    margin-top: 1px;
    font-weight: normal;
    color: #dddddd;
}

.m_nav .active a {
    color: #00a0da;
}


/*共用*/
.page_content {
    padding: 20px 0;
}

.page_content2 {
    padding: 20px 0;
}

.bg1 {
    background-color: #fafafa;
}

.blank_row {
    height: 20px;
}

.blank_row2 {
    height: 15px;
}

.left {
    width: 100%;
}

.right {
    width: 100%;
}

.title1 {
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.title1:after {
    bottom: 0;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #cecece;
    content: "";
    display: inline-block;
    position: absolute;
}

.title1.l:after {
    left: 0;
    margin-left: 0;
}

.title1.white {
    color: #FFF;
}

.title2 {
    text-align: center;
}

.title2 h2 {
    margin: -24px 0 0;
    color: #FFF;
    font-size: 20px;
}

.title2 h3 {
    margin: 0;
    color: rgba(255, 255, 255, 0.6);
    font-size: 22px;
}

.mt1 {
    margin-top: 15px;
}

.mt2 {
    margin-top: 10px;
}

.btn1 {
    border: solid 1px #00a0da;
    background-color: #00a0da;
    color: #FFF;
    padding: 4px 20px;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.btn1:hover {
    background-color: #FFF;
    color: #00a0da;
}

.btn1.small {
    padding: 3px 15px;
    font-size: 14px;
}

.fs1 {
    font-size: 22px;
    line-height: 1.4;
}

.fs2 {
    font-size: 20px;
}

.fs3 {
    font-size: 18px;
}

.fs4 {
    font-size: 18px;
}

.icon_hot1 {
    margin-left: 5px;
}

.icon_hot2 {
    margin-right: 5px;
}

.no_data {
    text-align: center;
    padding: 50px 0;
}

@media (min-width: 768px) {
    .page_content {
        padding: 20px 0;
    }

    .page_content2 {
        padding: 20px 0;
    }

    .blank_row {
        height: 20px;
    }

    .blank_row2 {
        height: 15px;
    }

    .title2 h2 {
        margin: -32px 0 0;
        font-size: 24px;
    }

    .title2 h3 {
        font-size: 30px;
    }

    .mt1 {
        margin-top: 20px;
    }

    .mt2 {
        margin-top: 15px;
    }

    .btn1 {
        padding: 6px 28px;
    }

    .fs1 {
        font-size: 26px;
    }

    .fs2 {
        font-size: 24px;
    }

    .fs3 {
        font-size: 22px;
    }

    .fs4 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .page_content {
        padding: 40px 0;
    }

    .page_content2 {
        padding: 40px 0;
    }

    .blank_row {
        height: 40px;
    }

    .blank_row2 {
        height: 20px;
    }

    .title1 {
        padding-bottom: 10px;
    }

    .title1:after {
        width: 100px;
        margin-left: -50px;
    }

    .title1.l:after {
        left: 0;
        margin-left: 0;
    }

    .left {
        width: 240px;
    }

    .right {
        width: calc(100% - 240px);
        margin-top: 0;
        padding-left: 30px;
    }

    .mt1 {
        margin-top: 25px;
    }

    .mt2 {
        margin-top: 20px;
    }

    .btn1 {
        padding: 6px 30px;
        font-size: 18px;
    }

    .btn1.small {
        padding: 5px 20px;
        font-size: 16px;
    }

    .fs1 {
        font-size: 32px;
    }

    .fs2 {
        font-size: 30px;
    }

    .fs3 {
        font-size: 28px;
    }

    .fs4 {
        font-size: 24px;
    }
}

@media (min-width: 1200px) {
    .left {
        width: 270px;
    }

    .right {
        width: calc(100% - 270px);
        margin-top: 0;
        padding-left: 50px;
    }

    .title2 h2 {
        margin: -42px 0 0;
        font-size: 30px;
    }

    .title2 h3 {
        font-size: 35px;
    }

    .fs1 {
        font-size: 36px;
    }
}

@media (min-width: 1500px) {
    .page_content {
        padding: 50px 0;
    }

    .page_content2 {
        padding: 50px 0;
    }

    .blank_row {
        height: 50px;
    }

    .blank_row2 {
        height: 20px;
    }
}


/*广告位置*/
.gg_list1 {
}

.gg_list1 .item {
    margin-top: 6px;
}

.gg_list1 .item:first-child {
    margin-top: 0;
}

.gg_list2 {
    margin: -3px;
    padding: 6px 0 0;
}

.gg_list2 .item {
    width: 50%;
    padding: 3px;
}

@media (min-width: 768px) {
    .gg_list1 .item {
        margin-top: 10px;
    }

    .gg_list2 {
        margin: -5px;
        padding: 10px 0 0;
    }

    .gg_list2 .item {
        padding: 5px;
    }
}

@media (min-width: 992px) {
    .gg_list1 .item {
        margin-top: 20px;
    }

    .gg_list2 {
        margin: -10px;
        padding: 20px 0 0;
    }

    .gg_list2 .item {
        padding: 10px;
    }
}


/*友情链接*/
.link {
    background-color: rgba(255, 255, 255, 0.6);
    padding: 20px 15px 15px;
}

.link1 {
    line-height: 30px;
}

.link1 .n1 {
    font-size: 30px;
}

.link1 .n2 {
    background-color: #252b3a;
    color: #FFF;
    display: inline-block;
    padding: 0 10px;
    margin-left: 8px;
}

.link2 {
    width: 100%;
    margin: 5px -10px 0;
}

.link2 li {
    display: inline-block;
}

.link2 li a {
    display: inline-block;
    padding: 5px 10px 5px;
}

@media (min-width: 768px) {
    .link {
        padding: 20px 30px;
    }

    .link1 {
        width: 150px;
        margin-top: 4px;
    }

    .link2 {
        width: calc(100% - 150px);
        margin: 0;
    }

    .link2 li a {
        padding: 5px 10px;
    }
}

@media (min-width: 992px) {
    .link2 li a {
        padding: 5px 20px;
    }
}


/*联系我们*/
.contact {
}

.contact1 {
    width: 100%;
}

.contact1 h2 {
    margin: 10px 0;
    font-size: 20px;
}

.contact1 p {
    margin: 10px 0;
    position: relative;
    padding: 0 0 0 30px;
}

.contact1 em {
    position: absolute;
    width: 22px;
    text-align: center;
    left: 0;
    top: -4px;
    font-size: 18px;
}

.contact2 {
    width: 100%;
    padding-top: 15px;
}

.contact2 iframe {
    width: 100%;
    height: 450px;
}

@media (min-width: 768px) {
    .contact1 {
        width: 50%;
        padding: 0 10px;
    }

    .contact1 h2 {
        font-size: 24px;
    }

    .contact2 {
        width: 50%;
        padding: 0 10px;
    }

    .contact2 iframe {
        height: 550px;
    }
}

@media (min-width: 992px) {
    .contact1 p {
        margin: 15px 0;
        padding: 0 0 0 36px;
    }

    .contact1 em {
        width: 28px;
        top: -6px;
        font-size: 22px;
    }

    .contact1 h2 {
        font-size: 28px;
    }
}


/*问与答*/
.qa_list {
}

.qa_list .item {
    border-bottom: solid 1px #e7e7e7;
    padding: 10px 0 0;
}

.qa_list .item .q {
    color: #00a0da;
    padding: 5px 8px;
    font-weight: bold;
}

.qa_list .item .a {
    background-color: #f7f8fa;
    padding: 20px;
}

/*问与答2*/
.qa_list2 {
}

.qa_list2 .item {
    border: solid 1px #dddddd;
    margin-top: 8px;
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.qa_list2 .item:first-child {
    margin-top: 0;
}

.qa_list2 .q {
    position: relative;
    background-color: #f9f9f9;
    padding: 10px 30px 10px 10px;
    cursor: pointer;
}

.qa_list2 .q em {
    position: absolute;
    right: 10px;
}

.qa_list2 .q.on {
    font-weight: bold;
    color: #00a0da;
}

.qa_list2 .q.on em {
    transform: rotate(-180deg);
}

.qa_list2 .a {
    display: none;
    border-top: solid 1px #dddddd;
    padding: 10px;
}

@media (min-width: 992px) {
    .qa_list2 .q {
        padding: 10px 36px 10px 16px;
    }

    .qa_list2 .a {
        padding: 10px 16px;
    }
}


/*内页模幅*/
.banner {
}


/*当前位置*/
.location {
    padding: 12px 0 0;
    background-position: center;
    color: #90939a;
}

.location i {
    color: #90939a;
    margin-right: 6px;
}

.location a {
}

.location a:hover {
    text-decoration: underline;
}

.location1 {
    color: #00a0da;
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .location {
        padding: 16px 0 0;
    }
}

@media (min-width: 992px) {
    .location {
        padding: 20px 0 0;
    }
}


/*页数*/
.page {
    text-align: center;
    line-height: 30px;
    margin: 15px 0 5px;
}

.page a, .page .this, .page .this_nu {
    padding: 0 10px;
    margin: 5px 2px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
}

.page a {
    border: solid 1px #8b919e;
}

.page a:hover {
    border-color: #00a0da;
    color: #00a0da;
}

.page .this {
    border: solid 1px #e9e9e9;
    color: #8b919e;
}

.page .this_nu {
    background-color: #00a0da;
    color: #FFF;
}


/*文章首页*/
.article_home_list {
}

.article_home_list .item {
    padding: 15px 0;
}

.article_home_list .item a {
    position: relative;
    display: block;
    text-align: center;
}

.article_home_list .item .pic {
}

.article_home_list .item .btn {
    margin-top: 10px;
    line-height: 36px;
    padding: 0 40px;
    font-size: 17px;
    background-color: #00a0da;
    color: #FFF;
    border: solid 2px rgba(255, 255, 255, 0.2);
    display: inline-block;
}

.article_home_list .item a:hover .btn {
    background-color: #333333;
    color: #FFF;
}

@media (min-width: 768px) {
    .article_home_list .item {
        padding: 20px 0;
    }

    .article_home_list .item .btn {
        position: absolute;
        bottom: 30px;
        right: 30px;
        line-height: 40px;
        padding: 0 40px;
        font-size: 20px;
    }

    .article_home_list .item a:hover .btn {
        background-color: #FFF;
        color: #00a0da;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .article_home_list .item {
        padding: 30px 0;
    }

    .article_home_list .item .btn {
        bottom: 50px;
        right: 50px;
        line-height: 50px;
        padding: 0 50px;
        font-size: 21px;
    }
}


/*文章分类列表1*/
.article_class_list1 {
    margin: -10px 0;
}

.article_class_list1 .item {
    width: 100%;
    padding: 15px 0;
}

.article_class_list1 .item .title {
    position: relative;
    margin-bottom: 15px;
}

.article_class_list1 .item .title:before {
    width: 3px;
    height: 16px;
    margin-top: -8px;
    left: 0;
    top: 50%;
    background-color: #00a0da;
    content: "";
    position: absolute;
}

.article_class_list1 .item .title h2 {
    color: #00a0da;
    margin: 0;
    line-height: 1.2;
    padding-left: 12px;
    display: inline-block;
}

.article_class_list1 .item .title a {
    float: right;
    display: inline-block;
}

.article_class_list1 .item .content {
    padding: 6px;
}

@media (min-width: 768px) {
    .article_class_list1 {
        margin: -15px -15px;
    }

    .article_class_list1 .item {
        width: 50%;
        padding: 15px 15px;
    }

    .article_class_list1 .item .title:before {
        width: 4px;
        height: 16px;
        margin-top: -8px;
    }

    .article_class_list1 .item .title h2 {
        padding-left: 14px;
    }

    .article_class_list1 .item .content {
        padding: 15px;
    }
}

@media (min-width: 992px) {
    .article_class_list1 {
        margin: -20px -30px;
    }

    .article_class_list1 .item {
        width: 50%;
        padding: 20px 30px;
    }

    .article_class_list1 .item .title:before {
        width: 5px;
        height: 20px;
        margin-top: -10px;
    }

    .article_class_list1 .item .title h2 {
        padding-left: 16px;
    }

    .article_class_list1 .item .content {
        padding: 24px;
    }
}


/*文章分类列表2*/
.article_class_list2 {
    margin: -10px 0;
}

.article_class_list2 .item {
    width: 100%;
    padding: 15px 0;
}

.article_class_list2 .item .title {
    position: relative;
    margin-bottom: 15px;
}

.article_class_list2 .item .title:before {
    width: 3px;
    height: 16px;
    margin-top: -8px;
    left: 0;
    top: 50%;
    background-color: #00a0da;
    content: "";
    position: absolute;
}

.article_class_list2 .item .title h2 {
    color: #00a0da;
    margin: 0;
    line-height: 1.2;
    padding-left: 12px;
    display: inline-block;
}

.article_class_list2 .item .title a {
    float: right;
    display: inline-block;
}

.article_class_list2 .item .content {
    padding: 0 0 1px;
}

@media (min-width: 768px) {
    .article_class_list2 {
        margin: -15px -15px;
    }

    .article_class_list2 .item {
        padding: 15px 15px;
    }

    .article_class_list2 .item .title:before {
        width: 4px;
        height: 16px;
        margin-top: -8px;
    }

    .article_class_list2 .item .title h2 {
        padding-left: 14px;
    }
}

@media (min-width: 992px) {
    .article_class_list2 {
        margin: -20px -30px;
    }

    .article_class_list2 .item {
        padding: 20px 30px;
    }

    .article_class_list2 .item .title:before {
        width: 5px;
        height: 20px;
        margin-top: -10px;
    }

    .article_class_list2 .item .title h2 {
        padding-left: 16px;
    }
}


/*文章列表*/
.article_list1 {
    max-width: 1450px;
    margin: 10px auto;
}

.article_list1 .item {
    border-bottom: solid 1px #e9e9e9;
    padding: 20px 0;
}

.article_list1 .item:first-child {
    margin-top: -20px;
}

.article_list1 .item .pic {
    width: 100%;
    padding: 5px;
}

.article_list1 .item .pic a {
    display: block;
    overflow: hidden;
}

.article_list1 .item .info {
    width: 100%;
    margin-top: 10px;
}

.article_list1 .item .info .title {
    font-weight: bold;
    font-size: 16px;
}

.article_list1 .item .info .title a {
    display: block;
}

.article_list1 .item .info .desc {
    color: #8b919e;
    margin: 6px 0;
    -webkit-line-clamp: 3;
}

.article_list1 .item .info .time {
}

@media (min-width: 768px) {
    .article_list1 {
        margin: 20px auto;
    }

    .article_list1 .item {
        padding: 25px 0;
    }

    .article_list1 .item:first-child {
        margin-top: -25px;
    }

    .article_list1 .item .pic {
        width: 32%;
    }

    .article_list1 .item .info {
        width: 67%;
        padding-left: 30px;
        margin-top: 0;
    }

    .article_list1 .item .info .title {
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .article_list1 {
        margin: 30px auto;
    }

    .article_list1 .item {
        padding: 30px 0;
    }

    .article_list1 .item:first-child {
        margin-top: -30px;
    }

    .article_list1 .item .info .desc {
        margin: 10px 0;
        -webkit-line-clamp: 5;
    }
}

.article_list2 {
    border-bottom: solid 1px #e9e9e9;
}

.article_list2 a {
    padding: 10px 0;
}

.article_list2 a em {
    margin-right: 5px;
}

.article_list2 a .txt {
    width: calc(100% - 100px);
    padding-left: 5px;
}

.article_list2 a .time {
    width: 100px;
    text-align: center;
    color: #8b919e;
}

@media (min-width: 768px) {
    .article_list2 a {
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
}

.article_list3 {
}

.article_list3 a {
    padding: 6px 0;
}

.article_list3 a .txt {
    width: calc(100% - 100px);
}

.article_list3 a .time {
    width: 100px;
    text-align: center;
    color: #8b919e;
}

@media (min-width: 768px) {
    .article_list3 a {
        padding: 6px 0;
    }
}

@media (min-width: 992px) {
}

.article_list4 {
}

.article_list4 a {
    padding: 12px 0;
    border-bottom: solid 1px #e9e9e9;
}

.article_list4 .time {
    padding: 10px;
    margin-bottom: 6px;
    background-color: #00a0da;
    color: #FFF;
    text-align: center;
    line-height: 1;
}

.article_list4 .time .t1 {
    font-size: 20px;
    display: none;
}

.article_list4 .time .t2 {
    padding-top: 10px;
    display: none;
}

.article_list4 .time .t3 {
    font-size: 15px;
}

.article_list4 .txt {
    width: 100%;
}

.article_list4 .txt .txt1 {
    font-size: 16px;
    font-weight: bold;
}

.article_list4 .txt .txt2 {
    color: #8b919e;
}

.article_list4 .icon {
    text-align: center;
}

.article_list4 .icon em {
    font-size: 30px;
    color: #8b919e;
}

.article_list4 a:hover {
    background-color: #f5f5f5;
}

.article_list4 a:hover em {
    color: #00a0da;
}

@media (min-width: 768px) {
    .article_list4 a {
        padding: 20px 0;
    }

    .article_list4 .time {
        padding: 15px 0;
        width: 80px;
        margin-bottom: 0;
    }

    .article_list4 .time .t1 {
        font-size: 40px;
        display: block;
    }

    .article_list4 .time .t2 {
        display: block;
    }

    .article_list4 .time .t3 {
        display: none;
    }

    .article_list4 .txt {
        width: calc(100% - 160px);
        padding-left: 30px;
    }

    .article_list4 .icon {
        width: 80px;
    }
}

@media (min-width: 992px) {
    .article_list4 a {
        padding: 20px;
    }

    .article_list4 .txt .txt1 {
        font-size: 18px;
    }
}

@media (min-width: 1200px) {
    .article_list4 a {
        padding: 30px 40px;
    }

    .article_list4 .time {
        padding: 20px 0;
    }

    .article_list4 .time, .article_list4 .icon {
        width: 100px;
    }

    .article_list4 .txt {
        width: calc(100% - 200px);
        padding-left: 40px;
    }
}

@media (max-width: 767px) {
    .article_list4 .icon {
        display: none;
    }
}


.article_list_pic1 {
    margin: 0 -5px;
}

.article_list_pic1 .item {
}

.article_list_pic1 .item a, .article_list_pic1 .item > div {
    display: block;
    text-align: center;
    margin: 10px 5px;
}

.article_list_pic1 .item .pic {
    padding: 5px;
    margin-bottom: 6px;
}

.article_list_pic1 .item .pic > div {
    overflow: hidden;
}

.article_list_pic1 .item .txt {
}

@media (min-width: 768px) {
    .article_list_pic1 {
        margin: 0 -10px;
    }

    .article_list_pic1 .item {
    }

    .article_list_pic1 .item a, .article_list_pic1 .item > div {
        margin: 10px;
    }

    .article_list_pic1 .item .pic {
        margin-bottom: 10px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .article_list_pic1 {
        margin: 0 -20px;
    }

    .article_list_pic1 .item a, .article_list_pic1 .item > div {
        margin: 20px;
    }
}

.article_list_pic2 {
    margin: -10px;
}

.article_list_pic2 .item {
    width: 100%;
    padding: 10px;
}

.article_list_pic2 .item a {
    display: block;
    position: relative;
}

.article_list_pic2 .item .icon {
    width: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1);
    -ms-transform:: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
}

.article_list_pic2 .item .pic {
}

.article_list_pic2 .item .txt {
    padding: 10px 15px;
}

.article_list_pic2 .item .txt .txt1 {
    font-size: 18px;
}

.article_list_pic2 .item .txt .txt2 {
    position: relative;
    color: #8b919e;
    padding-right: 26px;
}

.article_list_pic2 .item .txt .txt2 em {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 1;
    font-size: 24px;
}

.article_list_pic2 .item a:hover {
    background-color: #00a0da;
    color: #FFF;
}

@media (min-width: 768px) {
    .article_list_pic2 .item {
        width: 50%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .article_list_pic2 {
        margin: -20px;
    }

    .article_list_pic2 .item {
        padding: 20px;
    }

    .article_list_pic2 .item .icon {
        width: 120px;
    }

    .article_list_pic2 .item .txt {
        padding: 15px 20px;
    }

    .article_list_pic2 .item .txt .txt1 {
        font-size: 20px;
    }

    .article_list_pic2 .item .txt .txt2 em {
        font-size: 28px;
    }
}

.discovery {
}

.discovery .item:first-child {
    width: 100%;
}


/*下载*/
.down_find {
    margin-bottom: 14px;
}

.down_find .find_txt {
    padding: 0 10px;
    width: calc(100% - 106px);
    height: 40px;
    line-height: 40px;
    border: solid 1px #e7e7e7;
    background-color: #f8f8f8;
    outline: none;
}

.down_find .btn1 {
    margin-left: 6px;
    width: 100px;
    height: 40px;
    padding: 0;
}

@media (min-width: 768px) {
    .down_find {
        margin-bottom: 20px;
    }

    .down_find .find_txt {
        width: 380px;
    }

    .down_find .btn1 {
        width: 120px;
    }
}

.down_list {
    display: table;
    width: 100%;
    max-width: 1280px;
    margin: 10px auto;
}

.down_list .tr {
    display: table-row;
}

.down_list .th, .down_list .td {
    display: table-cell;
    text-align: center;
    padding: 16px 0;
    border-bottom: solid 1px #e7e7e7;
    vertical-align: middle;
}

.down_list .th {
    background-color: #1594e0;
    color: #FFF;
    font-weight: bold;
    padding: 8px 0;
}

.down_list .tr > div:nth-child(1) {
    width: 46%;
    text-align: left;
    padding: 8px 4px;
}

.down_list .tr > div:nth-child(2) {
    width: 20%;
}

.down_list .tr > div:nth-child(3) {
    width: 24%;
}

.down_list .tr > div:nth-child(4) {
    width: 10%;
}

.down_list .td .down_btn {
    height: 22px;
    line-height: 22px;
    display: inline-block;
}

.down_list .td .down_btn em {
    font-size: 22px;
    color: #1594e0;
}

@media (min-width: 768px) {
    .down_list .th, .down_list .td {
        padding: 24px 0;
    }

    .down_list .th {
        padding: 12px 0;
    }

    .down_list .tr > div:nth-child(1) {
        padding: 12px 15px;
    }

    .down_list .td .down_btn {
        height: 30px;
        line-height: 30px;
    }

    .down_list .td .down_btn em {
        font-size: 30px;
    }
}


/*人才招聘*/
.job_list {
}

.job_list > li {
    border-bottom: solid 1px #e7e7e7;
}

.job_list > li > a {
    display: block;
    padding: 15px 10px 15px 20px;
    position: relative;
}

.job_list > li > a:after {
    width: 6px;
    height: 6px;
    margin-top: 11px;
    content: "";
    background-color: #999;
    position: absolute;
    left: 5px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.job_list > li > a > span {
    position: absolute;
    right: 5px;
    margin-top: -10px;
}

.job_list > li > a > span > em {
    font-size: 26px;
}

.job_list > li > a:hover:after {
    background-color: #1594e0;
}

.job_list > li > ul {
    display: none;
    background-color: #f7f8fa;
    padding: 5px 30px;
}

.job_list > .show a {
    color: #1594e0;
}

.job_list > .show a:after {
    background-color: #1594e0;
}


/*文章详情*/
.article_detail {
    max-width: 1450px;
    margin: 0 auto;
}

.article_detail .title {
    font-weight: bold;
    text-align: center;
}

.article_detail .desc {
    border-bottom: solid 1px #e9e9e9;
    color: #8b919e;
    padding: 10px 0;
}

.article_detail .desc .size a {
    color: #8b919e;
}

.article_detail .desc .size a:hover {
    color: #00a0da;
}

.article_detail .desc > div {
    padding: 0 5px;
}

.article_detail .desc .size {
}

.article_detail .desc .time {
}

.article_detail .desc .share {
}

.article_detail .content {
    padding: 10px 0;
}

.article_detail .content:after {
    clear: both;
    content: "";
    display: block;
}

.article_detail .return {
    text-align: center;
    margin-bottom: 20px;
}

.article_detail .more {
    border-top: solid 1px #e9e9e9;
    border-bottom: solid 1px #e9e9e9;
    padding: 15px 0;
}

.article_detail .more a {
    padding: 5px 0;
    display: inline-block;
}

.article_detail .other {
    padding: 25px 0 0;
}

.article_detail .other .other_title {
    padding-left: 12px;
    margin-bottom: 15px;
    font-weight: bold;
    height: 18px;
    line-height: 18px;
    border-left: solid 5px #00a0da;
    color: #00a0da;
}

.article_detail .other .other_list {
}

@media (min-width: 768px) {
    .article_detail .desc > div {
        padding: 0 10px;
    }

    .article_detail .desc .share {
    }

    .article_detail .return {
        margin-bottom: 30px;
    }
}

@media (min-width: 992px) {
    .article_detail .content {
        padding: 15px 20px;
    }

    .article_detail .more {
        padding: 20px 20px;
    }

    .article_detail .other {
        padding: 30px 20px 0;
    }
}

/*文章单页*/
.article_single {
    max-width: 1450px;
    margin: 0 auto;
}


/*产品分类列表*/
.prod_class_list {
}

.prod_class_list > .item {
    margin-top: 30px;
}

.prod_class_list > .item:first-child {
    margin-top: 0;
}

.prod_class_list > .item > .title {
}

.prod_class_list > .item > .list {
    margin-top: 20px;
}

@media (min-width: 992px) {
    .prod_class_list > .item {
        margin-top: 40px;
    }

    .prod_class_list > .item > .list {
        margin-top: 25px;
    }
}


/*产品列表*/
.prod_list1 {
    margin: 10px -6px;
}

.prod_list1 .item {
    padding: 10px 6px;
}

.prod_list1 .item a {
    display: block;
    text-align: center;
    padding: 0 0 5px;
    height: 100%;
}

.prod_list1 .item .icon {
    position: absolute;
    left: 10px;
    width: 32px;
    z-index: 1;
    transform: none;
}

.prod_list1 .item .pic {
}

.prod_list1 .item .txt1 {
    font-weight: bold;
    margin: 6px;
}

.prod_list1 .item .txt2 {
    margin: 6px;
}

.prod_list1.three .item {
}

@media (min-width: 768px) {
    .prod_list1 .item {
    }

    .prod_list1 .item .icon {
        left: 20px;
        width: 42px;
    }
}

@media (min-width: 992px) {
    .prod_list1 {
        margin: 0px -12px;
    }

    .prod_list1 .item {
        padding: 20px 12px;
    }

    .prod_list1 .item a {
        padding: 0 0 10px;
    }

    .prod_list1 .item .icon {
        left: 20px;
        width: 54px;
    }

    .prod_list1 .item .txt1 {
        margin: 6px 12px;
    }

    .prod_list1 .item .txt2 {
        margin: 10px 12px 0;
    }
}

@media (min-width: 1200px) {
    .prod_list1 {
        margin: 0px -20px;
    }

    .prod_list1 .item {
        padding: 20px;
    }

    .prod_list1 .item .icon {
        left: 20px;
        width: 63px;
    }
}


/*产品详情*/
.prod_detail {
}

.prod_detail .photo {
    width: 100%;
    position: relative;
}

.prod_detail .info {
    width: 100%;
    margin-top: 20px;
}

.prod_detail .info .model {
}

.prod_detail .info .name {
    padding-bottom: 10px;
    border-bottom: solid 1px #cbcbcb;
}

.prod_detail .info .price {
    padding: 10px 0;
    border-top: solid 1px #cbcbcb;
    border-bottom: solid 1px #cbcbcb;
}

.prod_detail .info .price span {
    color: #F00;
    font-weight: bold;
}

.prod_detail .info .desc {
    padding: 5px 0;
}

/*border-top:solid 1px #cbcbcb; border-bottom:solid 1px #cbcbcb; */
.prod_detail .info .btn {
    padding: 10px 0 0;
}

.prod_detail .info .btn em {
    margin-right: 6px;
    font-size: 18px;
    line-height: 14px;
    color: #FFF;
}

.prod_detail .info .btn a {
    margin: 3px 0;
}

.prod_detail .info .btn a:hover em {
    color: #00a0da;
}

.prod_detail .info .share {
    padding: 15px 0 0;
}

.prod_detail .info .keyword {
    padding: 20px 0 0;
}

.prod_detail .info .keyword .name {
    width: 70px;
    margin-top: 7px;
}

.prod_detail .info .keyword .item {
    width: calc(100% - 70px);
}

.prod_detail .info .keyword .item a {
    display: inline-block;
    border: solid 1px #cbcbcb;
    line-height: 32px;
    padding: 0 8px;
    margin: 3px;
}

.prod_detail .info .keyword .item a:hover {
    border-color: #00a0da;
}

.prod_detail .title {
    border-bottom: solid 1px #cbcbcb;
    font-size: 16px;
    position: relative;
}

.prod_detail .title span {
    border: solid 1px #cbcbcb;
    border-bottom: 0;
    background-color: #FFF;
    line-height: 40px;
    padding: 0 20px;
    display: inline-block;
    top: 1px;
    position: relative;
}

.prod_detail .title span:after {
    height: 32px;
    width: 6px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    right: -7px;;
    bottom: 1px;
}

.prod_detail .content {
    padding: 5px 0;
}

.prod_detail .content:after {
    clear: both;
    content: "";
    display: block;
}

.prod_detail .content h2 {
    background-color: #00a0da;
    color: #FFF;
    font-weight: bold;
    font-size: 22px;
    padding: 5px 15px;
}

.prod_detail .faq {
    padding: 20px 0;
}

.prod_detail .more {
    text-align: center;
}

.prod_detail .more a {
    margin: 0 10px;
}

.prod_detail .other {
    padding: 25px 0 0;
}

@media (min-width: 768px) {
    .prod_detail .photo {
        width: 45%;
    }

    .prod_detail .info {
        width: 55%;
        padding-left: 30px;
        margin-top: 0px;
    }

    .prod_detail .title {
        font-size: 18px;
    }

    /*.prod_detail .content h2{ font-size:24px; padding:5px 20px;}*/
}

@media (min-width: 992px) {
    .prod_detail .photo {
        width: 40%;
    }

    .prod_detail .info {
        width: 60%;
        padding-left: 50px;
    }

    .prod_detail .info .keyword .name {
        width: 80px;
    }

    .prod_detail .info .keyword .item {
        width: calc(100% - 80px);
    }

    .prod_detail .info .keyword .item a {
        line-height: 36px;
        padding: 0 20px;
        margin: 3px 5px;
    }

    .prod_detail .content {
        padding: 10px 0px;
    }

    .prod_detail .other {
        padding: 30px 0 0;
    }

    .prod_detail .faq {
        padding: 30px 0;
    }
}

@media (min-width: 1200px) {
}

@media (min-width: 768px) and (max-width: 1199px) {
    .prod_detail .other .item:nth-child(4) {
        display: none;
    }
}


/*询价锚点*/
.prod_detail .inquiry_anchor {
    position: relative;
}

.prod_detail .inquiry_anchor a {
    position: absolute;
    margin-top: -78px;
    width: 130px;
}

@media (min-width: 768px) {
    .prod_detail .inquiry_anchor a {
        margin-top: -105px;
    }
}

@media (min-width: 1200px) {
    .prod_detail .inquiry_anchor a {
        margin-top: -160px;
    }
}

.prod_detail .tab_parameter {
    border: 0;
    margin: 10px 0 0;
    padding: 0;
    width: 100%;
}

.prod_detail .tab_parameter th, .prod_detail .tab_parameter td {
    line-height: 1.2;
    padding: 5px 0;
}

.prod_detail .tab_parameter th {
    text-align: left;
    font-weight: normal;
    width: 90px;
}

.prod_detail .tab_parameter td {
    text-align: right;
}

.prod_detail .tab_parameter .select {
}

.prod_detail .tab_parameter .select .item {
    text-align: center;
    border: solid 1px #cbcbcb;
    padding: 0 20px;
    line-height: 2;
    cursor: pointer;
    margin: 3px 6px 3px 0;
}

.prod_detail .tab_parameter .select .item2 {
    padding: 0 5px;
    width: 47%;
}

.prod_detail .tab_parameter .select .item2 .pic {
}

.prod_detail .tab_parameter .select .item2 .pic img {
    width: 100%;
    max-width: 100px;
}

.prod_detail .tab_parameter .select .item2 .t1 {
}

.prod_detail .tab_parameter .select .item2 .t2 {
    color: #F00;
    font-weight: bold;
}

.prod_detail .tab_parameter .select .item.this {
    border-color: #00a0da;
}

@media (min-width: 768px) {
    .prod_detail .tab_parameter td {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .prod_detail .tab_parameter th {
        width: 100px;
    }
}

@media (min-width: 1500px) {
    .prod_detail .tab_parameter .select .item2 {
        padding: 0 8px;
        width: 32%;
    }
}


/*产品详情图标*/
.prod_detail .photo .icon {
    position: absolute;
    left: 10px;
    width: 32px;
    z-index: 10;
}

@media (min-width: 768px) {
    .prod_detail .photo .icon {
        left: 20px;
        width: 42px;
    }
}

@media (min-width: 992px) {
    .prod_detail .photo .icon {
        left: 20px;
        width: 54px;
    }
}

@media (min-width: 1200px) {
    .prod_detail .photo .icon {
        left: 20px;
        width: 63px;
    }
}


/*产品详情相册*/
.prod_detail_photo {
}

.prod_detail_photo img {
    width: 100%;
}

.prod_detail_photo .big {
    text-align: center;
}

.prod_detail_photo .small {
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
}

.prod_detail_photo .small .swiper-slide a {
    margin: 8px;
}

@media (min-width: 768px) {
    .prod_detail_photo .small {
        margin-top: 10px;
        padding: 0 26px;
    }
}

@media (min-width: 992px) {
    .prod_detail_photo .small {
        margin-top: 10px;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .prod_detail_photo .small {
        margin-top: 20px;
        padding: 0 40px;
    }

    .prod_detail_photo .small .swiper-slide a {
        margin: 10px;
    }
}


/*产品详情相册3*/
.prod_detail_photo3 {
}

.prod_detail_photo3 img {
    width: 100%;
}

.prod_detail_photo3 .big {
    text-align: center;
    position: relative;
}

.prod_detail_photo3 .big .prompt {
    position: absolute;
    left: 50%;
    bottom: 15px;
    margin-left: -90px;
    width: 180px;
    line-height: 36px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    z-index: 10;
    -moz-border-radius: 40px;
    border-radius: 40px;
}

.prod_detail_photo3 .small {
    position: relative;
    margin-top: 10px;
    padding: 0 20px;
}

.prod_detail_photo3 .small .swiper-slide a {
    margin: 8px;
    display: block;
    cursor: pointer;
    background-color: #000;
}

.prod_detail_photo3 .small .swiper-slide-thumb-active img {
    opacity: 0.6;
}

@media (min-width: 768px) {
    .prod_detail_photo3 .small {
        margin-top: 10px;
        padding: 0 26px;
    }
}

@media (min-width: 992px) {
    .prod_detail_photo3 .small {
        margin-top: 10px;
        padding: 0 30px;
    }
}

@media (min-width: 1200px) {
    .prod_detail_photo3 .small {
        margin-top: 20px;
        padding: 0 40px;
    }

    .prod_detail_photo3 .small .swiper-slide a {
        margin: 10px;
    }
}


/*产品详情标签切换*/
.prod_intro {
}

.prod_intro .hd {
    border-bottom: solid 1px #cbcbcb;
    position: relative;
}

.prod_intro .hd ul {
}

.prod_intro .hd ul li {
    width: 33.33%;
    text-align: center;
    font-size: 16px;
    background-color: #FFF;
    line-height: 40px;
    padding: 0;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.prod_intro .hd ul li.on {
    border: solid 1px #cbcbcb;
    border-bottom: 0;
    top: 1px;
    color: #00a0da;
}

.prod_intro .hd ul li.on:after {
    height: 32px;
    width: 6px;
    background-color: #e5e5e5;
    content: "";
    position: absolute;
    z-index: 1;
    right: -7px;;
    bottom: 1px;
}

.prod_intro .bd {
}

@media (min-width: 768px) {
    .prod_intro .hd ul li {
        width: auto;
        font-size: 18px;
        padding: 0 20px;
    }
}

@media (min-width: 1200px) {
    .prod_intro .hd ul li {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .prod_intro .hd ul li.on:last-child:after {
        display: none;
    }
}


.index_more1 {
}

.index_more1 a {
    border: solid 1px #c6c6c6;
    background-color: #FFF;
    color: #252b3a;
    display: inline-block;
    width: 60%;
    line-height: 36px;
    text-transform: uppercase;
    text-align: center;
}

.index_more1 a:hover {
    border-color: #00a0da;
    background-color: #00a0da;
    color: #FFF;
}

@media (min-width: 768px) {
    .index_more1 a {
        width: 200px;
        line-height: 42px;
        font-size: 17px;
    }
}

@media (min-width: 1200px) {
    .index_more1 a {
        width: 280px;
        line-height: 52px;
    }
}

.index_more2 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    background-color: #FFF;
    display: inline-block;
    padding: 0 10px;
}

.index_more2 a {
    letter-spacing: 0;
    color: #00a0da;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.index_more2 i {
    font-size: 14px;
    margin-left: 5px;
    background-color: #00a0da;
    color: #FFF;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    display: inline-block;
    letter-spacing: 0;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

@media (min-width: 768px) {
    .index_more2 a {
        letter-spacing: 1px;
        font-size: 20px;
    }

    .index_more2 i {
        font-size: 16px;
        width: 20px;
        height: 20px;
        line-height: 20px;
    }
}


.index1 {
}

.index1 > div {
    width: 100%;
}

.index1_1 {
    position: relative;
    background-image: url(../../img/index_about1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.index1_1 .title1 {
    width: 35%;
}

.index1_1 .icon {
    width: 65%;
    text-align: right;
}

.index1_1 .info {
    padding: 10px 0 0;
}

.index1_2 {
    margin-top: 20px;
}

.index1_2 .video {
    padding: 6px;
}

.index1_2 .video video {
    background-color: #000;
    height: 300px;
    max-height: 450px;
}

@media (min-width: 768px) {
    .index1 > div {
        width: 50%;
    }

    .index1_1 {
        padding-right: 5%;
        background-position: right bottom;
    }

    .index1_1 .title1 {
        width: 44%;
    }

    .index1_1 .icon {
        width: 56%;
    }

    .index1_1 .info {
        padding: 20px 0 0;
    }

    .index1_2 {
        margin-top: 0px;
    }

    .index1_2 .video video {
        height: 38vw;
    }
}

@media (min-width: 992px) {
    .index1_2 .video video {
        height: 32vw;
    }
}

@media (min-width: 1200px) {
    .index1_1 .info {
        font-size: 18px;
    }

    .index1_1 .title1 {
        width: 39%;
    }

    .index1_1 .icon {
        width: 61%;
    }

    .index1_2 .video {
        padding: 10px;
    }

    .index1_2 .video video {
        height: 26vw;
    }
}

@media (min-width: 1500px) {
    .index1_1 {
        padding-right: 4%;
    }

    .index1_1 .title1 {
        width: 35%;
    }

    .index1_1 .icon {
        width: 65%;
    }

    .index1_1 .info {
    }
}


/*首页选择我们*/
.index_choose {
}

.index_choose .item {
    width: 50%;
    text-align: center;
    padding: 10px;
}

.index_choose .item .pic {
}

.index_choose .item .pic img {
    width: 60px;
}

.index_choose .item .txt {
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
}

@media (min-width: 768px) {
    .index_choose {
    }

    .index_choose .item {
        width: 25%;
        text-align: center;
        padding: 0 10px;
    }

    .index_choose .item .txt {
        max-width: 280px;
    }
}

@media (min-width: 1200px) {
    .index_choose {
    }

    .index_choose .item {
        padding: 0 30px;
    }

    .index_choose .item .pic img {
        width: 80px;
    }

    .index_choose .item .txt {
        font-size: 18px;
        margin-top: 10px;
    }
}


.index_product {
    padding: 10px 0;
    position: relative;
}

.index_product .l {
    width: 100%;
}

.index_product .l a {
    display: block;
    overflow: hidden;
}

.index_product .l img {
    width: 100%;
}

.index_product .r {
    width: 100%;
}

.index_product .r .txt {
    padding: 10px 0 0;
}

.index_product .r .txt .txt1 {
    width: 75%;
    line-height: 1.2;
    font-weight: bold;
    padding-right: 5%;
}

/* font-size:6vw;*/
.index_product .r .txt .txt1 div {
    display: block;
    position: relative;
    padding-bottom: 2vw;
}

.index_product .r .txt .txt1 div:after {
    width: 100%;
    height: 1vw;
    max-height: 10px;
    background-color: #e9e9e9;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.index_product .r .txt .txt2 {
    width: 25%;
}

.index_product .r .more {
    text-align: right;
    padding: 20px 0;
}

.index_product.bg:before {
    width: 100%;
    height: 46vw;
    background-color: #f2f2f2;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.index_product.two .txt .txt1 {
    padding-right: 0;
    padding-left: 5%;
}

@media (min-width: 768px) {
    .index_product {
        padding: 20px 0;
    }

    .index_product .l {
        width: 40%;
    }

    .index_product .r {
        width: 60%;
        padding-left: 3%;
    }

    .index_product .r .txt {
        padding: 0;
    }

    .index_product .r .txt .txt1 {
        width: 70%;
    }

    /* font-size:3.2vw;*/
    .index_product .r .txt .txt1 div:after {
        height: 0.6vw;
        max-height: 8px;
    }

    .index_product .r .txt .txt2 {
        width: 30%;
    }

    .index_product.bg:before {
        height: 14vw;
        bottom: 4vw;
    }

    .index_product.two .r {
        padding-left: 0;
        padding-right: 3%;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

@media (min-width: 1500px) {
    .index_product .l {
        width: 37.5%;
    }

    .index_product .r {
        width: 62.5%;
        padding-left: 3.5%;
    }

    .index_product .r .txt .txt1 {
    }

    /* font-size:48px;*/
    .index_product.bg:before {
        height: 200px;
    }

    .index_product.two .r {
        padding-left: 0;
        padding-right: 3.5%;
    }
}


.index_product .list {
    padding-bottom: 4vw;
}

.index_product .list > div {
    margin: -5px;
}

.index_product .list .item {
    width: 50%;
}

.index_product .list .item a {
    display: block;
    text-align: center;
    margin: 5px;
}

.index_product .list .item .pic {
    border: solid 1px #c1c1c1;
}

.index_product .list .item .txt {
    padding: 6px 0 0;
}

@media (min-width: 768px) {
    .index_product .list .item {
        width: 25%;
    }
}

@media (min-width: 1500px) {
    .index_product .list > div {
        margin: -15px;
    }

    .index_product .list .item a {
        margin: 15px;
    }
}


.index_news {
    padding: 5px;
    background-color: #FFF;
    position: relative;
}

.index_news .index_news1 {
    width: 100%;
    padding: 10px;
}

.index_news .index_news2 {
    width: 100%;
    padding: 10px;
}

@media (min-width: 768px) {
    .index_news {
        padding: 12px;
    }

    .index_news .index_news1 {
        width: 40%;
    }

    .index_news .index_news2 {
        width: 60%;
    }
}

@media (min-width: 1200px) {
    .index_news {
        padding: 25px;
    }

    .index_news .index_news1 {
        width: 35%;
        padding: 15px;
    }

    .index_news .index_news2 {
        width: 65%;
        padding: 15px;
    }
}


/*收集邮箱留言*/
.letter_feedback {
    padding: 10px 0 0;
}

.letter_feedback .input1 {
    margin: 10px 0;
    position: relative;
}

.letter_feedback .input1 input {
    padding: 0 10px;
    width: 100%;
    height: 37px;
    line-height: 37px;
    color: #FFF;
    border: solid 1px #888888;
    background-color: transparent;
    outline: none;
}

.letter_feedback .input1 .code {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
}

.letter_feedback .input2 {
}

.letter_feedback .input2 input {
    background-color: #00a0da;
    color: #FFF;
    cursor: pointer;
    border: 0;
    height: 37px;
    width: 100%;
}

.letter_feedback .input2 input:hover {
    background-color: #ff9b50;
    color: #252b3a;
}


/*首页swiper*/
.index_swiper > div {
    padding: 0 20px;
    margin: 0 -5px;
}

.index_swiper > div a {
    padding: 10px;
}

@media (min-width: 768px) {
    .index_swiper > div {
        padding: 0 25px;
    }
}

@media (min-width: 992px) {
    .index_swiper > div {
        padding: 0 35px;
        margin: 0 -10px;
    }
}

@media (min-width: 1200px) {
    .index_swiper > div {
        padding: 0 40px;
    }
}

@media (min-width: 1500px) {
    .index_swiper > div {
        margin: 0;
    }
}


/*首页留言*/
.index_feedback {
    max-width: 1100px;
    margin: 20px auto;
}

.index_feedback .t1 {
    font-weight: bold;
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
}

.index_feedback .t2 {
    margin: 10px 0;
}

.index_feedback .input1 {
    margin: 5px 0;
    position: relative;
}

.index_feedback .input1 input, .index_feedback .input1 textarea {
    padding: 0 5px;
    width: 100%;
    height: 41px;
    line-height: 31px;
    border: solid 1px #888888;
    background-color: transparent;
    outline: none;
}

.index_feedback .input1 input {
}

.index_feedback .input1 textarea {
    height: 70px;
}

.index_feedback .input1 .code {
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
}

.index_feedback .input2 {
    text-align: center;
}

.index_feedback .input2 input {
    background-color: #333333;
    color: #FFF;
    cursor: pointer;
    border: 0;
    height: 35px;
    width: 60%;
    font-weight: bold;
}

.index_feedback .input2 input:hover {
    background-color: #ff9b50;
    color: #252b3a;
}

.index_feedback .input3 {
    padding: 20px 0;
    text-align: center;
}

@media (min-width: 768px) {
    .index_feedback .t1 {
        font-size: 32px;
    }

    .index_feedback .input1 {
        margin: 10px 0;
    }

    .index_feedback .input2 input {
        width: 320px;
    }
}

@media (min-width: 1200px) {
    .index_feedback .t1 {
        font-size: 40px;
    }

    .index_feedback .input1 {
        margin: 15px 0;
    }

    .index_feedback .input1 input, .index_feedback .input1 textarea {
        height: 50px;
        padding: 0 10px;
    }

    .index_feedback .input1 .code {
        right: 12px;
        top: 10px;
    }

    .index_feedback .input2 input {
        height: 50px;
    }

    .index_feedback .input3 {
        padding: 30px 0;
    }
}


/*首页新闻样式*/
.index_article_list1 {
}

.index_article_list1 li {
}

.index_article_list1 li a {
    height: 36px;
    line-height: 36px;
    display: block;
    padding-left: 5px;
}

.index_article_list1 li a em {
    margin-right: 5px;
}

.index_article_list1 li a span {
    float: right;
    padding: 0 10px;
    color: #8b919e;
}

.index_article_list2 {
}

.index_article_list2 li {
    padding: 10px 0;
}

.index_article_list2 li .title {
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
}

.index_article_list2 li .desc {
    color: #8b919e;
    margin-top: 6px;
}

.index_article_list2 li .desc a {
    float: right;
}

@media (min-width: 768px) {
    .index_article_list2 li .title {
        font-size: 20px;
    }
}


.index_article_list3 {
}

.index_article_list3 ul {
    margin: -6px;
}

.index_article_list3 li {
    width: 100%;
    padding: 6px;
}

.index_article_list3 li a {
    display: block;
    background-color: #FFF;
    position: relative;
}

.index_article_list3 li a .info {
    padding: 10px;
    position: relative;
}

.index_article_list3 li a .info em {
    position: absolute;
    right: 8px;
    bottom: 4px;
    font-size: 24px;
    color: #8b919e;
}

.index_article_list3 li a .txt {
    font-weight: bold;
}

.index_article_list3 li a .time {
    color: #8b919e;
    padding-right: 20px;
}

@media (min-width: 768px) {
    .index_article_list3 li {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .index_article_list3 ul {
        margin: -12px;
    }

    .index_article_list3 li {
        padding: 12px;
    }

    .index_article_list3 li a .info {
        padding: 15px;
    }

    .index_article_list3 li a .info em {
        right: 16px;
        bottom: 10px;
        font-size: 24px;
    }
}


.index_article_list4 {
}

.index_article_list4 li {
}

.index_article_list4 li a {
    display: block;
}

.index_article_list4 li a .time {
    font-size: 15px;
    color: #8b919e;
}

.index_article_list4 li a .txt1 {
    font-size: 18px;
    line-height: 1.4;
    margin: 10px 0;
}

.index_article_list4 li a .txt2 {
    color: #8b919e;
}

.index_article_list4 li a .pic {
    margin-top: 10px;
}

@media (min-width: 768px) {
    .index_article_list4 li a {
    }

    .index_article_list4 li a .time {
        font-size: 16px;
    }

    .index_article_list4 li a .txt1 {
        font-size: 20px;
        margin: 15px 0;
    }

    .index_article_list4 li a .pic {
        margin-top: 15px;
    }
}

@media (min-width: 992px) {
    .index_article_list4 li a {
    }

    .index_article_list4 li a .time {
        font-size: 22px;
    }

    .index_article_list4 li a .txt1 {
        font-size: 28px;
        margin: 20px 0;
    }

    .index_article_list4 li a .pic {
        margin-top: 20px;
    }
}

.index_article_list5 {
    margin: -5px 0;
}

.index_article_list5 li {
    width: 100%;
    border-top: dashed 1px #b6b6b6;
}

.index_article_list5 li:first-child {
    border: 0;
}

.index_article_list5 li a {
    padding: 15px 0;
    display: block;
}

.index_article_list5 li a .txt1 {
    line-height: 16px;
}

.index_article_list5 li a .txt1 .txt {
    width: calc(100% - 50px);
    font-size: 16px;
}

.index_article_list5 li a .txt1 .time {
    width: 50px;
    text-align: right;
    color: #8b919e;
}

.index_article_list5 li a .txt2 {
    color: #8b919e;
    margin-top: 12px;
}

.index_article_list5 li a .icon {
    text-align: right;
    line-height: 1;
    margin-top: 5px;
}

.index_article_list5 li a .icon em {
    font-size: 18px;
    color: #8b919e;
}

@media (min-width: 768px) {
    .index_article_list5 li a .txt1 {
        line-height: 18px;
    }

    .index_article_list5 li a .txt1 .txt {
        font-size: 18px;
    }

    .index_article_list5 li a .icon em {
        font-size: 22px;
    }
}

@media (min-width: 992px) {
    .index_article_list5 li a .txt1 {
        line-height: 20px;
    }

    .index_article_list5 li a .txt1 .txt {
        font-size: 20px;
    }

    .index_article_list5 li a .icon em {
        font-size: 26px;
    }
}

@media (min-width: 1200px) {
    .index_article_list5 {
        margin: -10px 0;
    }

    .index_article_list5 li a {
        padding: 20px 0;
    }
}

@media (min-width: 1500px) {
    .index_article_list5 {
        margin: -15px 0;
    }

    .index_article_list5 li a {
        padding: 25px 0;
    }
}

.index_article_list6 {
}

.index_article_list6 li {
    width: 100%;
    border-bottom: solid 1px #e9e9e9;
    padding: 15px 0;
}

.index_article_list6 li .pic {
    width: 35%;
}

.index_article_list6 li .txt {
    width: 65%;
    padding: 0 20px;
}

.index_article_list6 li .txt .txt1 {
    font-weight: bold;
    font-size: 16px;
}

.index_article_list6 li .txt .txt2 {
    color: #8b919e;
}

@media (min-width: 768px) {
    .index_article_list6 li {
        padding: 20px 0;
    }

    .index_article_list6 li .txt .txt1 {
        font-size: 18px;
        margin: 5px 0;
    }
}

@media (min-width: 992px) {
    .index_article_list6 li {
        width: 50%;
    }
}


/*首页产品分类*/
.index_prod_class_list1 {
    margin: 0 -6px 10px;
}

.index_prod_class_list1 ul {
    margin: 0 auto;
}

.index_prod_class_list1 li {
    display: inline-block;
}

.index_prod_class_list1 li a {
    padding: 2px 6px;
    display: inline-block;
    text-transform: uppercase;
}

.index_prod_class_list1 li:after {
    content: "/";
    color: #8b919e;
}

.index_prod_class_list1 li:last-child:after {
    content: "";
}

@media (min-width: 768px) {
    .index_prod_class_list1 {
        margin: 0 -14px 20px;
    }

    .index_prod_class_list1 li a {
        padding: 2px 14px;
    }
}

/*首页产品分类和推荐产品组合*/
.index_prod_class_list2 {
}

.index_prod_class_list2 .hd {
    margin: 0 -6px;
}

.index_prod_class_list2 .hd ul {
    display: inline-block;
    color: #999999;
}

.index_prod_class_list2 .hd ul li {
    display: inline-block;
    text-transform: uppercase;
}

.index_prod_class_list2 .hd ul li:after {
    content: "/";
}

.index_prod_class_list2 .hd ul li:last-child:after {
    content: "";
}

.index_prod_class_list2 .hd ul li a {
    color: #252b3a;
    padding: 2px 6px;
    display: inline-block;
}

.index_prod_class_list2 .hd ul li.on {
}

.index_prod_class_list2 .hd ul li.on a {
    color: #00a0da;
    font-weight: bold;
}

.index_prod_class_list2 .bd {
}

@media (min-width: 768px) {
    .index_prod_class_list2 .hd {
        margin: 0 -14px;
    }

    .index_prod_class_list2 .hd ul li a {
        font-size: 16px;
        padding: 2px 14px;
    }
}

@media (min-width: 1200px) {
    .index_prod_class_list2 .hd ul li a {
        font-size: 18px;
    }
}


/*首页产品*/
.index_prod_list1 {
    margin: -6px;
}

.index_prod_list1 .item {
    width: 50%;
    padding: 6px;
}

@media (min-width: 768px) {
    .index_prod_list1 .item {
        width: 33.33%;
    }
}

@media (min-width: 992px) {
    .index_prod_list1 {
        margin: -12px;
    }

    .index_prod_list1 .item {
        width: 33.33%;
        padding: 12px;
    }
}

@media (min-width: 1200px) {
    .index_prod_list1 .item {
        width: 25%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .index_prod_list1 .item:nth-child(1n+7) {
        display: none;
    }
}

/*
@media (min-width: 1500px) {
	.index_prod_list1 .item{ width:20%;}
	.index_prod_list1 .item:nth-child(1n+11){ display:none;}
}
*/

/*左边样式*/
.left_title {
    font-size: 26px;
    color: #FFF;
    font-weight: bold;
    padding: 22px 30px;
    background-image: url(../../img/left_title_bg.jpg);
    background-size: cover;
    background-position: center;
}

.left_title2 {
    border-bottom: solid 1px #cbcbcb;
    font-size: 24px;
    margin-bottom: 10px;
    color: #00a0da;
}

.left_tel {
    background-repeat: no-repeat;
    background-image: url(../../img/left_tel_bg.jpg);
    background-size: cover;
}

.left_tel .info {
    background-repeat: no-repeat;
    color: #FFF;
    padding: 15px 0px 15px 60px;
    background-position: 15px center;
    line-height: 1.3;
}

.left_tel .txt1 {
    font-size: 16px;
}

.left_tel .txt2 {
    font-size: 20px;
    font-weight: bold;
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
    .left_tel .txt2 {
        font-size: 22px;
    }
}


.left_prod_list {
}

.left_prod_list .item {
    padding: 10px 0;
}

.left_prod_list .item .pic {
    width: 30%;
}

.left_prod_list .item .txt {
    width: 70%;
    padding-left: 10px;
    font-size: 14px;
    line-height: 1.5;
}

.left_menu {
}

.left_menu a {
    display: block;
    position: relative;
}

.left_menu ul {
    position: relative;
}

.left_menu > ul > li {
    border-bottom: dashed 1px #cbcbcb;
    padding: 2px 0;
}

.left_menu > ul > li > a {
    padding: 6px 10px;
    font-size: 18px;
}

.left_menu > ul > li > a > em {
    display: none;
}

.left_menu > ul > li > ul {
    padding: 0 10px 10px;
}

.left_menu > ul > li > ul > li > a {
    padding: 3px 8px 3px 23px;
    font-size: 16px;
}

.left_menu > ul > li > ul > li > a > em {
    position: absolute;
    left: 4px;
    top: 4px;
    line-height: 24px;
}

.left_menu .active > a {
    color: #00a0da;
    font-weight: bold;
}


/*swiper轮播样式*/
.swiper_list1 {
    position: relative;
}

.swiper_list1 a {
    display: block;
    text-align: center;
}

.swiper_list1 .pic {
    margin-bottom: 5px;
}

.swiper_list1 .txt {
    line-height: 36px;
}

.swiper_list2 {
    position: relative;
    text-align: center;
}

.swiper_list2 a {
    display: block;
}

.swiper_list2 .pic {
}

.swiper_list2 .txt {
    line-height: 2;
    font-weight: bold;
    margin: 5px 0;
}

.swiper_list2 .desc {
    line-height: 1.8;
}

.swiper_list2 .btn {
    margin: 10px 0 5px;
}

.swiper_list2 .btn a {
    display: inline-block;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}


/*swiper大小轮播样式*/
.swiper_two1 .small {
    max-width: 780px;
    margin: 0 auto 12px;
    padding: 0 10px;
}

.swiper_two1 .small .swiper-slide {
    line-height: 38px;
    text-align: center;
    cursor: pointer;
}

.swiper_two1 .small .swiper-slide-thumb-active {
    color: #FFF;
}

.swiper_two1 .small .swiper-slide:before {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transform: skewX(-25deg);
}

.swiper_two1 .small .swiper-slide-thumb-active:before {
    background-color: #00a0da;
}

.swiper_two1 .big {
}

.swiper_two2 .small {
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
}

.swiper_two2 .small .swiper-slide {
    line-height: 42px;
    text-align: center;
    cursor: pointer;
}

.swiper_two2 .small .swiper-slide-thumb-active {
    color: #FFF;
}

.swiper_two2 .small .swiper-slide:before {
    background-color: #ececec;
    width: 100%;
    height: 100%;
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
    transform: skewX(-25deg);
}

.swiper_two2 .small .swiper-slide-thumb-active:before {
    background-color: #00a0da;
}

.swiper_two2 .big {
    padding: 0 0 1px;
}


/*留言*/
.feedback {
    line-height: 34px;
    max-width: 880px;
    margin: 0 auto;
}

.feedback .item {
    position: relative;
    padding: 6px 0;
}

.feedback .item .name {
    color: #8b919e;
}

.feedback .item .name span {
    color: #a90100;
}

.feedback .item .val {
}

.feedback .item .val .txtinput, .feedback .item .val .txtinput2 {
    width: 100%;
    border: solid 1px #cccccc;
    outline: none;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
}

.feedback .item .val .txtinput2 {
    height: 104px;
    line-height: 22px;
    padding: 6px 8px;
}

.feedback .item .val .code {
    position: absolute;
    right: 5px;
    bottom: 8px;
    cursor: pointer;
}

.feedback .item .w100 label {
    width: 100%;
    display: inline-block;
}

.feedback .item .w50 label {
    width: 50%;
    display: inline-block;
}

.feedback .item2 {
    position: relative;
    padding: 6px 0;
    text-align: center;
}

.feedback .item2 .btn1 {
    cursor: pointer;
    border: 0;
    width: 100%;
}

@media (min-width: 768px) {
    .feedback .item .name {
        width: 95px;
        position: absolute;
        text-align: right;
    }

    .feedback .item .val {
        padding-left: 105px;
    }

    .feedback .item .w100 label {
        width: auto;
        margin-right: 20px;
    }

    .feedback .item .w50 label {
        width: auto;
        margin-right: 20px;
    }

    .feedback .item2 .btn1 {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .feedback .item .name {
        width: 110px;
    }

    .feedback .item .val {
        padding-left: 120px;
    }
}

/*留言2*/
.feedback2 {
    line-height: 30px;
    margin: 0 auto;
}

.feedback2 .item {
    position: relative;
    padding: 3px 0;
}

.feedback2 .item .name {
    color: #8b919e;
    font-size: 14px;
}

.feedback2 .item .name span {
    color: #a90100;
}

.feedback2 .item .val {
}

.feedback2 .item .val .txtinput, .feedback2 .item .val .txtinput2 {
    width: 100%;
    border: solid 1px #cccccc;
    outline: none;
    padding: 0 8px;
    height: 34px;
    line-height: 34px;
}

.feedback2 .item .val .txtinput2 {
    height: 104px;
    line-height: 22px;
    padding: 6px 8px;
}

.feedback2 .item .val .code {
    position: absolute;
    right: 5px;
    bottom: 6px;
    cursor: pointer;
}

.feedback2 .item2 {
    position: relative;
    padding: 10px 0 6px 0;
    text-align: center;
}

.feedback2 .item2 .btn1 {
    cursor: pointer;
    border: 0;
    width: 100%;
}


/*会员登录*/
.login {
    padding: 15px;
    margin: 20px auto;
}

.login .title {
    text-align: center;
}

.login .content {
}

.login .content .item {
    margin: 15px 0;
}

.login .content .item .icon {
    position: absolute;
    padding: 0 10px;
}

.login .content .item .icon em {
    font-size: 18px;
    line-height: 46px;
}

.login .content .item .input {
    position: relative;
}

.login .content .item .input input {
    width: 100%;
    height: 46px;
    line-height: 46px;
    border: solid 1px #cbcbcb;
    padding: 0 8px 0 40px;
    outline: none;
    background-color: transparent;
}

.login .content .item .input input:focus {
    border-color: #00a0da;
}

.login .content .item .input .code {
    position: absolute;
    right: 8px;
    top: 8px;
    cursor: pointer;
}

.login .btn {
}

.login .btn input {
    border: 0;
    width: 100%;
    cursor: pointer;
}

.login .btn input:hover {
    background-color: #2d65cb;
    color: #FFF;
}

.login .desc {
    text-align: center;
    padding-top: 10px;
}

.login .desc a {
    color: #00a0da;
}

.login .desc a:hover {
    color: #00a0da;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .login {
        max-width: 500px;
        padding: 30px 40px 40px;
    }
}

/*会员注册*/
.register {
    margin: 0 auto;
}

.register .title {
    text-align: center;
}

.register .content {
}

.register .content .item {
    margin: 10px 0;
    position: relative;
}

.register .content .item .txt {
    position: relative;
    line-height: 36px;
    color: #7e7e7e;
}

.register .content .item .txt span {
    color: #F00;
}

.register .content .item .input {
}

.register .content .item .input input, .register .content .item .input textarea {
    width: 100%;
    border: solid 1px #cbcbcb;
    padding: 0 8px;
    outline: none;
    background-color: transparent;
}

.register .content .item .input input {
    height: 46px;
    line-height: 46px;
}

.register .content .item .input textarea {
    line-height: 26px;
    padding: 8px;
}

.register .content .item .input input:focus {
    border-color: #00a0da;
}

.register .content .item .input input:disabled {
    background-color: #F1F1F1;
}

.register .content .item .input .code {
    position: absolute;
    right: 8px;
    bottom: 9px;
    cursor: pointer;
}

.register .btn {
}

.register .btn input {
    border: 0;
    width: 100%;
    cursor: pointer;
}

.register .btn input:hover {
    background-color: #2d65cb;
    color: #FFF;
}

.register .desc {
    text-align: center;
    padding-top: 10px;
}

.register .desc a {
    color: #00a0da;
}

.register .desc a:hover {
    color: #00a0da;
    text-decoration: underline;
}

@media (min-width: 768px) {
    .register {
        max-width: 700px;
    }

    .register .content .item {
        margin: 15px 0;
    }

    .register .content .item .txt {
        position: absolute;
        left: 0;
        line-height: 46px;
    }

    .register .content .item .input {
        padding-left: 160px;
    }
}


.ts {
    text-align: center;
    margin: 60px 0;
}

.nodata {
    text-align: center;
    font-size: 16px;
    padding: 50px 0;
}

.red {
    color: #F00;
}

.red2 {
    color: #F00;
    font-weight: bold;
}


/*购物车*/
.nu_panel {
    width: 134px;
    margin: 0 auto;
}

.nu1 {
    border: solid 1px #DFDFDF;
    display: inline-block;
    width: 32px;
    line-height: 32px;
    text-align: center;
    background-color: #F7F7F7;
    font-family: Verdana;
    font-size: 18px;
    font-weight: bold;
}

.nu1:hover {
    background-color: #00a0da;
    color: #FFF;
}

.nu2 {
}

.nu2 input {
    border: 0;
    border-top: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF;
    width: 80px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    outline: none;
}

.nu2 input:focus {
    border: 0;
    border-top: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.nu3 {
}

.nu3 input {
    border: 0;
    border-top: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF;
    width: 70px;
    height: 34px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    outline: none;
}

.nu3 input:focus {
    border: 0;
    border-top: solid 1px #DFDFDF;
    border-bottom: solid 1px #DFDFDF;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}


.cart_td1_1 {
    position: absolute;
    width: 25px;
}

.cart_td1_2 {
    display: block;
    margin-right: 40px;
}

.cart_td1_2 .desc {
    font-size: 13px;
    color: #666666;
}

.cart_td1_3 {
    position: absolute;
    right: 150px;
    line-height: 34px;
}

.cart_td1_4 {
    float: right;
}

.cart_td1_5 {
}

.cart_td1_6 {
    position: absolute;
    top: 5px;
    right: 10px;
}

.cart_td2_1 {
    margin-right: 70px;
}

.cart_td2_1 .desc {
    font-size: 13px;
    color: #666666;
}

.cart_td2_2 {
    position: absolute;
    top: 8px;
    right: 10px;
}

.cart_td2_3 {
    position: absolute;
    top: 32px;
    right: 10px;
}

.cart_td2_3 span {
}

.cart_td2_4 {
}

.cart_prod {
}

.cart_prod a {
    width: 100%;
    display: inline-block;
}

.cart_prod img {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 8px;
}

.cart1 {
    padding: 5px 0;
}

.cart2 {
    text-align: center;
    line-height: 3;
    padding: 5px 0;
}

.cart2 .bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 5px 0;
}

.cart3 {
    text-align: center;
    line-height: 3;
    padding: 5px 0;
}

.cart3 .bt {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    margin: 5px 0;
}

@media (min-width: 768px) {
    .cart_td1_1 {
        float: none;
        position: relative;
        width: 8%;
    }

    .cart_td1_2 {
        margin-left: 0;
        margin-right: 0;
    }

    .cart_td1_3 {
        position: relative;
        right: 0;
        width: 13%;
    }

    .cart_td1_4 {
        float: none;
        width: 30%;
    }

    .cart_td1_5 {
        width: 14%;
    }

    .cart_td1_6 {
        position: relative;
        top: 0;
        right: 0;
        width: 15%;
    }

    .cart_td2_1 {
    }

    .cart_td2_2 {
        width: 16%;
        position: relative;
        top: 0;
        right: 0;
    }

    .cart_td2_3 {
        width: 15%;
        position: relative;
        top: 0;
        right: 0;
    }

    .cart_td2_3 span {
        display: none;
    }

    .cart_td2_4 {
        width: 16%;
    }

    .cart1 {
        padding: 10px 0;
    }

    .cart2 {
        padding: 10px 0;
        text-align: right;
    }

    .cart2 .bt {
        width: auto;
        padding: 0 20px;
        margin-left: 10px;
    }

    .cart3 .bt {
        width: auto;
        padding: 0;
        margin: 0 5px;
        width: 180px;
    }
}


.order_title1 {
    font-size: 20px;
    padding: 0 0 10px;
}

@media (min-width: 768px) {
    .order_title1 {
        font-size: 22px;
    }
}

.order_info1 {
    width: 80px;
}

.order_info2 {
}

.order_info3 {
}

.order_info3 table {
    width: 100%;
}

.order_info3_1 {
    width: 50%;
    text-align: left;
    padding: 5px 0;
}

.order_info3_2 {
    width: 50%;
    text-align: right;
    padding: 5px 0;
}

.order_info3_3 {
    text-align: right;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .order_info1 {
        width: 100px;
    }

    .order_info2 {
    }

    .order_info3 table {
        width: 350px;
    }
}

@media (min-width: 992px) {
    .order_info3 table {
        width: 380px;
    }
}


/*订单列表*/
.order_list1 {
    margin-top: 10px;
}

.order_list1:first-child {
    margin-top: 0px;
}

.order_list1_1 {
    border: solid 1px #d1d6e1;
    border-bottom: none;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #e6e9f0;
    color: #252b3a;
}

.order_list1_2 {
}

.order_list2 {
    border: solid 1px #d1d6e1;
}

.order_list2_1 {
}

.order_list2_2 {
    border-top: solid 1px #d1d6e1;
    text-align: right;
    padding: 8px;
}

.order_list2_3 {
    text-align: right;
    padding: 0 5px 10px;
}

.order_list2_3 > div {
    width: 30%;
    display: inline-block;
    margin: 3px;
}

.order_list2_3 .btn1 {
    text-align: center;
    width: 100%;
}

.order_list3 {
}

.order_list3 > div {
    border-top: solid 1px #d1d6e1;
    position: relative;
}

.order_list3 > div:first-child {
    border: 0;
}

.order_list3 > div > div {
    padding: 8px;
}

.order_list3_1 {
    margin-right: 76px;
}

.order_list3_1 .desc {
    font-size: 13px;
    color: #666666;
}

.order_list3_2 {
    position: absolute;
    top: 0;
    right: 0;
}

.order_list3_3 {
    position: absolute;
    top: 26px;
    right: 0;
}

.order_list3_3 span {
}

@media (min-width: 768px) {
    .order_list1 {
        margin-top: 20px;
    }

    .order_list1_1 {
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        background-color: #e6e9f0;
        color: #252b3a;
    }

    .order_list1_2 {
    }

    .order_list2 {
    }

    .order_list2_1 {
    }

    .order_list2_2 {
        border-top: 0;
        border-left: solid 1px #d1d6e1;
        text-align: center;
        width: 17%;
        padding: 0;
    }

    .order_list2_3 {
        border-left: solid 1px #d1d6e1;
        text-align: center;
        width: 17%;
        padding: 0;
    }

    .order_list2_3 > div {
        width: 100%;
        display: block;
        margin: 8px 0;
    }

    .order_list2_3 .btn1 {
        width: 80%;
        max-width: 150px;
    }

    .order_list3 {
    }

    .order_list3 > div > div {
        padding: 8px;
    }

    .order_list3_1 {
        margin-right: 0;
    }

    .order_list3_2 {
        width: 15%;
        position: relative;
        text-align: center;
    }

    .order_list3_3 {
        width: 15%;
        position: relative;
        text-align: center;
        top: 0;
    }

    .order_list3_3 span {
        display: none;
    }
}

/*订单详情*/
.order_detail_status1 {
    vertical-align: top;
    text-align: center;
    width: 30px;
    padding-bottom: 20px;
}

.order_detail_status1 img {
    width: 12px;
}

.order_detail_status1_bg {
    background-image: url(../../img/icon_status_bg.png);
    background-repeat: no-repeat;
    background-position: center 10px;
}

.order_detail_status2 {
    vertical-align: top;
    padding-bottom: 20px;
    line-height: 22px;
}

.order_detail_status2_1 {
    margin-top: -5px;
}

.order_detail_status2_2 {
    color: #999;
}

.order_detail_status2_3 {
    padding: 10px 0;
}


.mb_menu {
    background-color: #333333;
}

.mb_menu a {
    color: #FFF;
}

.mb_menu a:hover {
    color: #9bbeff;
}

.mb_menu .l {
    color: #CCC;
    padding: 3px 10px;
}

.mb_menu .l a {
    padding: 0 10px;
    line-height: 46px;
    display: inline-block;
}

.mb_menu .r {
    padding: 7px 10px;
}

.mb_menu .r a {
    border: solid 1px #FFF;
    padding: 0 40px;
    line-height: 36px;
    display: inline-block;
}

.mb_menu .r a:hover {
    border-color: #9bbeff;
}

/*
.mb_name{ padding:3px 10px 3px 0; line-height:18px; color:#818795; text-align:right;}
.mb_name.text-left{ text-align:left;}
.mb_txt{ padding:6px 0; position:relative;}
.mb_txt input{ line-height:34px; height:34px; margin:0; padding:0 5px; width:100%;}
.mb_txt textarea{ line-height:22px; height:84px; margin:0; padding:0 5px; width:100%;}
.mb_bt{ text-align:center; padding:10px 0;}
@media (min-width: 768px) {
	.mb_txt input{ line-height:40px; height:40px;}
}
*/


.mb_content {
    margin: -6px 0;
}

.mb_name {
    padding: 3px 10px 3px 0;
    line-height: 18px;
    color: #818795;
    text-align: right;
}

.mb_name.text-left {
    text-align: left;
}

.mb_txt {
    padding: 6px 0;
    position: relative;
}

.mb_bt {
    text-align: center;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .mb_content {
        margin: -6px;
    }

    .mb_txt {
        padding: 6px;
    }
}

@media (min-width: 1200px) {
    .mb_content {
        margin: -10px;
    }

    .mb_txt {
        padding: 10px;
    }
}

.mb_submit {
    padding: 12px 0;
}

.mb_submit .yzm {
    position: relative;
    width: 130px;
}

.mb_submit .yzm .code {
    position: absolute;
    right: 5px;
    top: 5px;
}

.mb_submit .bt {
    margin-left: 10px;
}

@media (min-width: 768px) {
    .mb_submit .yzm {
        width: 180px;
    }

    .mb_submit .yzm .code {
        right: 8px;
        top: 8px;
    }
}

@media (min-width: 1200px) {
    .mb_submit {
        padding: 20px 0;
    }
}

.txt_input {
    line-height: 39px;
    height: 39px;
    margin: 0;
    padding: 0 6px;
    width: 100%;
    outline: none;
}

.txt_textarea {
    line-height: 22px;
    height: 84px;
    margin: 0;
    padding: 6px;
    width: 100%;
    outline: none;
}

@media (min-width: 768px) {
    .txt_input {
        line-height: 46px;
        height: 46px;
        padding: 0 12px;
    }

    .txt_textarea {
        padding: 6px 12px;
    }
}


.tabs1 {
}

.tabs1 .tabs_row {
    border: solid 1px #d1d6e1;
    margin: 0 0 10px;
    padding: 8px;
    -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.05);
    position: relative;
}

.tabs1 .tabs_td {
}

.tabs2 {
}

.tabs2 .tabs_row {
}

.tabs2 .tabs_td {
}

.tabs3 {
}

.tabs3 > div {
}

.tabs3 > div > div {
}

@media (min-width: 768px) {
    .tabs1 {
        display: table;
        width: 100%;
        border-collapse: collapse;
    }

    .tabs1 .tabs_row {
        display: table-row;
        border: 0;
        margin: 0;
        padding: 0;
    }

    .tabs1 .tabs_th, .tabs1 .tabs_td {
        display: table-cell;
        border: solid 1px #d1d6e1;
        vertical-align: middle;
        text-align: center;
        padding: 5px;
    }

    .tabs1 .tabs_th {
        background-color: #e6e9f0;
        color: #252b3a;
        height: 40px;
        font-weight: bold;
    }

    .tabs1 .tabs_td {
    }

    .tabs2 {
        display: table;
        width: 100%;
    }

    .tabs2 .tabs_row {
        display: table-row;
    }

    .tabs2 .tabs_td {
        display: table-cell;
        vertical-align: middle;
    }

    .tabs3 {
        display: table;
        widt: collapse;
    }

    .tabs3 > div {
        display: table-row;
    }

    .tabs3 > div > div {
        display: table-cell;
        vertical-align: middle;
    }
}

.pc_lang > a {
    color: #FFFFFF;
}

.pc_lang > a:hover {
    color: #00a0da;
}

._img_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

._img_list img {
    width: 33.33%;
    aspect-ratio: 16 / 9; /* 设置宽高比为16:9 */
    object-fit: cover;

}

._top_img img {
    aspect-ratio: 1692 / 512; /* 设置宽高比为16:9 */
    object-fit: cover;
}

.chang_content {
    line-height: 40px;
}

._ifream {
    display: flex;
    justify-content: center;
}

._vr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

._vr > img {
    width: 80%;
}

._vr > a {
    color: #00a0da;
}

._top_swiper{
    object-fit: cover;
    aspect-ratio: 1692 / 511;
}

