@charset "utf-8";

/* CSS Document */
body,
button,
input,
select,
textarea {
    background: none repeat scroll 0 0 #fff;
    color: #666;
    font: 14px/1 "Arial", "微软雅黑";
    margin: 0;
    padding: 0;
    overflow: hidden;
}

body,
html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
    text-decoration: none;
    height: auto;
    padding: 0;
    margin: 0;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

/* 将斜体扶正 */
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */
small {
    font-size: 14px;
}

/* 小于 12px 的中文很难阅读，让 small 正常化 */
abbr[title],
acronym[title] {
    /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}

p {
    margin: 0;
    padding: 0;
}

/* 重置表单元素 */
legend {
    color: #666;
}

/* for ie6 */
fieldset,
img {
    border: none;
}

/* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
:hover {
    text-decoration: none !important;
}

html {
    overflow-y: scroll;
}

:link {
    text-decoration: none;
    color: #666;
}

:visited {
    text-decoration: none;
    color: #666;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}

/*======================公用样式=======================*/
.wrap {
    width: 100%;
}

.top-we {
    width: 100%;
    line-height: 50px;
    background: #222;
    color: #d9d9d9;
    font-size: 12px;
}

.head {
    width: 100%;
    height: 125px;
    overflow: hidden;
    position: relative;
}

.pc-logo {
    float: left;
}

.pc-logo img {
    width: 100%;
}

.search-i {
    width: 500px;
    float: left;
    margin-left: 145px;
    margin-top: 38px;
}

.search-i .search-form {
    position: relative
}

.search-i .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #cbcbcb;
    border-radius: 45px;
    color: #606060;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 4px;
    padding-left: 30px
}

.search-i .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 50px;
    background: #05028a;
    border: 0;
    border-radius: 0 40px 40px 0;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    cursor: pointer
}

.search-i .search-btn {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
}

.search-i i {
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .top-we {
        display: none;
    }

    .head {
        display: none;
    }
}

.top-tel {
    float: right;
    margin-top: 30px;
}

.top-tel-icon {
    float: left;
    text-align: center;
}

.top-tel .txt {
    margin-left: 20px;
    float: left;
}

.top-tel .txt .t-1 {
    line-height: 22px;
    color: #bbb;
    margin-top: 10px;
}

.top-tel .txt .t-1 b {
    color: #444;
}


.navbar-area {
    background-color: #fff
}

.navbar-light .navbar-brand img {
    float: left;
    margin-left: -15px
}

.sticky-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    box-shadow: 0 0 15px rgba(0, 0, 0, .3);
    margin: auto;
    z-index: 999;
    background-color: #fff;
    -webkit-animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
    animation: .9s ease-in-out 5s normal none 1 running fadeInDown;
    -webkit-transition: .9s;
    transition: .9s;
    width: 100% !important
}

.sticky-nav .nav-top {
    width: 100%;
    border-radius: 0
}

.sticky-nav .main-nav {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.main-nav {
    position: inherit;
    background: #051783;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    z-index: 999;
    height: auto
}

.main-nav .navbar {
    border: 0;
}

.main-nav nav .navbar-nav .nav-item .active,
.main-nav nav .navbar-nav .nav-item:hover a {
    background: #0b07bb;
    color: #fff;
}

.main-nav nav .navbar-nav .nav-item a {
    text-transform: capitalize;
    color: #fff;
    font-weight: 600
}

.main-nav nav .navbar-nav .nav-item a i {
    font-size: 10px
}

.main-nav nav .navbar-nav .nav-item a :focus,
.main-nav nav .navbar-nav .nav-item a:hover {
    background: #0b07bb;
    color: #fff;
}

.main-nav nav .navbar-nav>li>a {
    line-height: 50px;
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #fff !important;
    background: #0b07bb;
}

.main-nav nav .navbar-nav .nav-item a.active i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.main-nav nav .navbar-nav .nav-item a:hover i {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: .7s;
    transition: .7s
}

.main-nav nav .navbar-nav .nav-item a .active::before {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    border: 0;
    border-radius: 0;
    background-color: #0b07bb !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px dotted #fff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    color: #fff;
    position: relative;
    -webkit-transition: .7s;
    transition: .7s;
    font-weight: 400
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
    width: 100%
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #fff;
    letter-spacing: .2px
}

.mobile-nav .mean-container .mean-nav ul li a .active {
    color: #2a3b96
}

.mean-container a.meanmenu-reveal {
    color: #373e58
}

.mean-container a.meanmenu-reveal span {
    background-color: #373e58
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}

.search-area {
    display: none;
    position: absolute;
    top: 15px;
    right: 65px;
    z-index: 9999;
}

.search-area .search-item {
    display: inline-block;
    position: relative;
    color: #fff;
    cursor: pointer;
    top: 9px
}

.search-area .search-item i {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    position: relative;
    top: -2px;
    color: #05028a;
    font-weight: 600
}

.search-area .search-item .search-overlay {
    display: none
}

.search-area .search-item .search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    right: 0;
    background: #fff;
    z-index: 2;
    padding: 20px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);
    margin-top: 20px
}

.search-area .search-item .search-overlay.search-popup .search-form {
    position: relative
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eee;
    color: #373737;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding-top: 4px;
    padding-left: 10px
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
    border-color: #ff6464
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: 0 0;
    border: 0;
    width: 50px;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s;
    padding: 0;
    cursor: pointer
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
    color: #ff6464
}

.search-area .search-item .search-btn {
    -webkit-transition: all .5s;
    transition: all .5s;
    font-size: 16px;
    color: #05028a
}

.search-area .search-item .search-btn:hover {
    color: #05028a
}

.search-area .search-item .search-btn:hover i {
    color: #05028a
}

.search-area .search-item .close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #05028a
}

.search-area .search-item .close-btn:hover {
    color: #05028a
}

.search-area .search-item .close-btn.active {
    display: block;
    margin-left: 5px;
    top: 1px
}

@media screen and (max-width:991px) {
    .search-area {
        display: block;
    }

    .top-tel {
        display: none;
    }
}


.ban-pc {
    display: block;
}

.ban-mobile {
    display: none;
}

.ban-mobile img {
    width: 100%;
    height: auto;
}

.ban-pc .swiper-pagination-bullet-active {
    background: #05028a !important;
}

.ban-pc .swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background: #fff;
    opacity: 1 !important;
}

.ban-pc .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 47px !important;
}






/*首页*/
.index-tit {
    margin-bottom: 30px;
    text-align: center;
}

.index-tit .t-1 {
    display: block;
    font-size: 40px;
    color: #333;
    font-weight: bold;
    margin-bottom: 35px;
}

.index-tit .t-1 em {
    color: #05028a;
}

.index-tit .t-2 {
    width: 70%;
    margin: 0 auto;
    line-height: 23px;
    color: #6b6b6b;
    text-align: center;
}

.index-box-1 {
    padding: 75px 0;
}

.index-box-1 .tit {
    font-size: 26px;
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.index-box-1 img {
    width: 91px;
    display: block;
    margin: 0 auto;
}

.index-box-1 .txt {
    margin-top: 20px;
    line-height: 22px;
    color: #888;
    text-align: center;
}

@media screen and (max-width:991px) {
    .index-tit .t-1 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .index-box-1 {
        padding: 40px 0;
    }

    .index-box-1 .col-lg-4 {
        margin-bottom: 20px;
    }

    .index-box-1 .tit {
        font-size: 20px;
    }

    .index-tit .t-2 {
        width: 95%;
        line-height: 20px;
        font-size: 12px;
    }
}

.index-box-2 {
    width: 100%;
    background: #f9f9f9;
    padding: 75px 0;
}

.index-box-2 .index-about {
    padding: 82px 0 130px 0;
}

.index-box-2 .index-about .t-1 {
    line-height: 18px;
    font-size: 16px;
    color: #05028a;
    text-transform: uppercase;text-align: center;
}

.index-box-2 .index-about .t-2 {
    line-height: 59px;
    font-size: 34px;
    font-weight: bold;
    color: #333;
    margin-bottom: 19px;text-align: center;
}

.index-box-2 .index-about .txt {
    line-height: 28px;
    font-size: 15px;text-align: center;
}

.index-box-2 .index-about .more {
    width: 200px;
    line-height: 52px;
    border-radius: 30px;
    text-align: center;
    background: #05028a;
    margin: 30px auto 0;
}

.index-box-2 .index-about .more a {
    color: #fff;
    display: block;
}

.index-box-2 .index-about img {
    display: block;
    width: 100%;
}

.index-box-2 .index-about .about_list{
	margin-top: 60px;
}

/* 数字跳动 */
.product-number-info {
    position: relative;
}

.product-number-info .product-number-inner {
    width: 100%;
    margin: 0 auto;
    display: block;
}

.q {
    zoom: 1;
}

.product-number-info li {
    float: left;
    width: 25%;
    color: #333;
}

.product-number-info li:first-child {
    border: none;
}

.product-number-info li .con {
    float: left;
}

.product-number-info li b {
    font-size: 38px;
    line-height: 1;
    display: inline-block;
    position: relative;
    margin: 0 0 10px;
}

.product-number-info li img {
    float: left;
    margin-right: 30px;
    height: auto;
}

.product-number-info li span {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
}

.product-number-info li b i {
    font-style: normal;
}

.product-number-info li b sup {
    position: absolute;
    font-size: 24px;
    right: -20px;
    top: 20px;
}

.product-number-info li.li-2 b,
.product-number-info li.li-2 p {
    padding-left: 70px;
}

.product-number-info li b em {
    font-style: normal;
    font-size: 28px;
    font-weight: 100;
    padding-left: 2px;
    position: relative;
    top: -4px;
}

.product-number-info li.li-3 b,
.product-number-info li.li-3 p {
    padding-left: 70px;
}

.product-number-info li.li-4 b,
.product-number-info li.li-4 p {
    padding-left: 78px;
}

.product-number-info li.li-5 {
    text-align: right;
}

@media screen and (max-width:991px) {
    .index-box-2 {
        padding: 40px 0;
    }

    .index-box-2 .index-about {
        padding: 30px 0 50px 0;
    }

    .index-box-2 .index-about .more {
        margin-bottom: 20px;
    }

    .product-number-info li {
        float: left;
        width: 50%;
    }

    .product-number-info li img {
        margin-right: 10px;
    }
}

/*首页产品*/
.index-box-3 {
    padding: 105px 0;
}

.index-pro {
    width: 100%;
    margin-top: 67px;
}

.index-pro .con {}

.index-pro .con img {
    display: block;
    width: 100%;
}

.index-pro .con .txt {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

@media screen and (max-width:991px) {
    .index-box-3 {
        padding: 40px 0;
    }

    .index-pro {
        margin-top: 30px;
    }

    .index-pro .con .txt {
        font-size: 14px;
    }
}

.index-box-4 {
    padding: 105px 0 90px 0;
    background: #ececec;
}

.hot-pro {
    width: 100%;
    margin-top: 67px;
    position: relative;
}

.hot-pro .more {
    margin-top: 40px;
    width: 200px;
    line-height: 50px;
    margin: 40px auto 0;
    background: #05028a;
    text-align: center;
    border-radius: 30px;
}

.hot-pro .more a {
    color: #fff;
}

.hot-pro li {
    width: 25%;
    float: left;
    padding: 0 0.5rem;
    display: inline-block;
    position: relative;
}

.hot-pro li img {
    display: block;
    width: 100%;
}

.hot-pro li .txt {
    line-height: 60px;
    text-align: center;
    font-size: 16px;
}

.index-box-4 .swiper-button-prev {
    left: -40px;
	z-index: 9999;
}

.index-box-4 .swiper-button-next {
    right: -40px;
	z-index: 9999;
}

@media screen and (max-width:991px) {
    .index-box-4 {
        padding: 40px 0;
    }

    .hot-pro {
        margin-top: 30px;
    }

    .hot-pro li {
        width: 100%;
    }

    .hot-pro li .txt {
        font-size: 14px;
    }

    .index-box-4 .swiper-button-next,
    .index-box-4 .swiper-button-prev {
        width: 36px;
        height: 36px;
        margin-top: 70px;
    }

    .index-box-4 .swiper-button-prev {
        left: 0;
    }

    .index-box-4 .swiper-button-next {
        right: 0;
    }
}

/*首页新闻*/
.index-box-5 {
    padding: 120px 0 100px 0;
}

.index-news {
    margin-top: 50px;
}

.index-news .con {
    width: 100%;
    overflow: hidden;
}

.index-news .con img {
    width: 100%;
    height: auto;
}

.index-news .con .tit {
    margin-top: 30px;
    margin-bottom: 24px;
    font-size: 18px;
}

.index-news .con .tit a {
    color: #25292f;
}

.index-news .con .time {
    margin-bottom: 14px;
    color: #aaa;
}

.index-news .con .txt {
    margin-bottom: 34px;
    line-height: 26px;
}

.index-news .con:hover .tit a,
.index-news .con:hover .time {
    color: #05028a;
}

.index-news .con:hover .more a {
    background: #05028a;
    display: block;
    border: #05028a;
    color: #fff;
    border-radius: 20px;
}

@media screen and (max-width:991px) {
    .index-box-5 {
        padding: 40px 0;
    }

    .index-news {
        margin-top: 30px;
    }

    .index-news .con {
        margin-bottom: 10px;
    }

    .index-news .con .tit {
        margin-top: 16px;
        margin-bottom: 10
    }

    .index-news .con .txt {
        margin-bottom: 24px;
    }
}


/* scrollpic */
.scrollpic {
    margin: 20px auto 0;
}

#myscroll {
    display: block;
    width: 100%;
    position: relative;
    height: 390px;
    overflow: hidden;
}

#myscroll #myscrollbox {
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
}

#myscroll ul {
    display: block;
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#myscroll ul li {
    display: block;
    float: left;
    padding: 0;
    margin: 0 8px;
    background: #ebebeb;
    overflow: hidden;
    background: #f3f3f3;
}

#myscroll ul li img {
    display: block;
    width: 100%;
}

#myscroll ul li img:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

#myscroll ul li:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

#myscroll ul li:hover a .intro {
    display: block;
    background: linear-gradient(to right, #4fc858, #14b6c9);
    color: #fff;
}

#myscroll ul li:hover a .intro span,
#myscroll ul li:hover a .intro em {
    color: #fff;
}

#myscroll ul li a {
    display: block;
    float: left;
    width: 320px;
    height: 380px;
}

#myscroll a .intro {
    padding: 23px 0;
    line-height: 25px;
    text-align: center;
}

#myscroll a .intro span {
    line-height: 24px;
    display: block;
    color: #2b2a2a;
    font-size: 18px;
}

#myscroll a .intro em {
    line-height: 23px;
    font-size: 12px;
    display: block;
    color: #727272;
    font-size: 16px;
}

#myscroll .img {
    overflow: hidden;
}


#mybtns {
    width: 100%;
    display: block;
    height: 42px;
    position: relative;
    top: -240px;
}

#mybtns a {
    width: 42px;
    height: 42px;
    display: block;
    float: left;
    margin-right: 1px;
    background-color: #c1c1c1;
    text-decoration: none;
}

#mybtns a:hover {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#mybtns i {
    line-height: 42px;
    font-size: 28px;
    text-align: center;
    display: block;
    color: #fff;
}

#mybtns #right {
    float: right;
}

@media(max-width:1309px) {
    .scrollpic {
        max-width: 1048px;
        width: 100%;
    }

    #myscroll {
        width: 1048px;
    }
}

@media(max-width:1047px) {
    .scrollpic {
        max-width: 786px;
        width: 100%;
    }

    #myscroll {
        width: 786px;
    }
}

@media(max-width:767px) {
    .scrollpic {
        max-width: 524px;
        width: 100%;
    }

    #myscroll {
        width: 524px;
    }
}

@media(max-width:523px) {
    .scrollpic {
        max-width: 310px;
        width: 100%;
    }

    #myscroll {
        width: 310px;
    }
}










/*底部*/
.foot {
    width: 100%;
    overflow: hidden;
    background: #ececec;
    padding: 55px 0 50px 0;
}

.foot-tit {
    margin-top: 13px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.foot-logo {
    margin-bottom: 35px;
}

.foot-logo img {}

.foot-about {
    margin-top: 34px;
}

.foot-about .txt {
    line-height: 22px;
    margin-bottom: 30px;
}

.foot-about .more {
    width: 140px;
    line-height: 36px;
    background: #05028a;
    border-radius: 20px;
    text-align: center;
}

.foot-about .more a {
    color: #fff;
}

.foot-menu {
    margin-top: 28px;
}

.foot-menu span {
    display: block;
    line-height: 30px;
}

.foot-menu span i {
    margin-right: 13px;
}

.foot-menu span:hover a {
    color: #05028a;
}

.foot-menu span:hover i {
    color: #05028a;
}

.foot-lx {
    margin-top: 35px;
}

.foot-lx .t-1 {
    line-height: 19px;
    margin-bottom: 14px;
}

.foot-lx .t-2 {
    line-height: 22px;
    margin-bottom: 16px;
}

.foot-lx .t-2 span {
    color: #333;
    display: block;
}

.foot-lx .t-2 em {
    display: block;
}

.foot-lx .t-3 {
    line-height: 22px;
}

.foot-lx .t-3 span {
    display: block;
}

.foot-lx .t-3 em {
    color: #333;
}

.foot-copy {
    width: 100%;
    height: 90px;
    background: #040264;
}

.foot-copy .txt {
    line-height: 90px;
    font-size: 13px;
    color: #bababa;
}

.foot-copy .txt a {
    color: #bababa;
}

.foot-fx {
    float: right;
    margin-top: 33px;
}

.foot-fx img {
    float: left;
    margin-left: 8px;
}

@media screen and (max-width:991px) {
    .foot {
        display: none;
    }

    .foot-copy .txt {
        line-height: 20px;
        margin-top: 10px;
        font-size: 12px;
    }

    .foot-fx {
        float: none;
        margin-top: 5px;
    }
}

/*内页*/
.bg-img {
    background: no-repeat center center;
    background-size: cover;
}

.page-header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 400px;
}

@media only screen and (max-width: 767.98px) {
    .page-header-content {
        height: 350px;
    }
}

.page-header-content h1 {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 32px;
    line-height: 1;
    margin-top: 60px;
    margin-bottom: 0;
}

@media only screen and (max-width: 575.98px) {
    .page-header-content h1 {
        font-size: 28px;
        line-height: 1.4;
    }
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 20px;
}

.breadcrumb {
    position: relative;
    color: #FFFFFF;
}



.breadcrumb a {
    color: #FFFFFF;
    font-weight: 300;
    line-height: 1;
}

.breadcrumb a:hover {
    color: #db0303;
}

.breadcrumb .current:after {
    display: none;
}

.breadcrumb .current a {
    color: #db0303;
    pointer-events: none;
}

.inner-ban {
    background: url("../images/inner-ban.jpg") no-repeat center;
    display: block;
}

.inner {
    padding: 60px 0;
}

.inner-ban {
    width: 100%;
    height: 400px;
}

.inner-ban img {
    display: none;
}

.inner-pro {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    background: #f3f3f3;
}

.inner-menu {
    width: 100%;
    height: 128px;
    background: url(../images/inner_menu_bg.jpg) no-repeat center;
    display: block;
}

.inner-menu .tit {
    float: left;
    padding-top: 35px;
    color: #fff;
}

.inner-menu .tit p {
    margin-bottom: 13px;
    font-size: 35px;
}

.page-nav {
    width: 70%;
    float: right;
    padding-top: 40px;
}

.page-nav ul {
    display: table;
    width: 100%;
}

.page-nav ul>* {
    display: table-cell;
    vertical-align: middle;
}

.page-nav a {
    display: inline-block;
    text-align: left;
    color: #fff;
}

.page-nav li {
    text-align: right;
}

.page-nav li:hover a,
.page-nav .active a {
    color: #ffffff;
}

.page-nav .id {
    position: relative;
}

.page-nav .id::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 30px;
    height: 1px;
    border-bottom: 1px solid #fff;
}

.page-nav h5 {
    font-size: 18px;
    margin-top: 5px;
}

@media (max-width: 1200px) {
    .page-nav {
        width: 80%;
    }

    .page-nav h5 {
        font-size: 15px;
    }
}

.m-ins-navbox {
    display: none;
}






.filters {
    text-align: center;
    background: #e3e3e3;
}

.filters .filter-tabs {
    position: relative;
    float: left;
}

.filters li {
    position: relative;
    display: inline-block;
    line-height: 30px;
    padding: 10px 55px;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    top: 0;
    font-family: "Roboto", sans-serif;
}

.filters a:hover,
.filters a:focus {

    text-decoration: underline;
}

.filters li:last-child {
    margin-right: 0;
}

.filters .filter.active,
.filters .filter:hover {
    background: #e62129;
    color: #fff !important;
}

.filters .filter:hover a {
    color: #fff;
}

.filters .filter.active a {
    color: #fff;
}

/*index_product*/
.product {}

.product-item {
    float: left;
    padding: 0;
    margin: 0 3px;
    margin-bottom: 50px;
    background: #ebebeb;
    overflow: hidden;
}

.product-item img {
    display: block;
    border: 3px solid #ebebeb;
    text-align: center;
    margin: auto;
}

.product-item img:hover {
    transform: scale(1.1);
    transition: transform 0.3s;
}

.product-item a {
    display: block;
    float: left;
    position: relative;
    color: #333;
}

.product-item a .intro {
    padding: 30px 18px;
}

.product-item a .intro span {
    line-height: 24px;
    display: block;
    color: #424242;
}

.product-item a .intro em {
    line-height: 23px;
    font-size: 12px;
    display: block;
    color: #939393;
}

.product-item:hover {
    background: #db0303;
    border: #ebebeb;
}

.product-item:hover .intro span,
.product-item:hover .intro em {
    color: #fff;
}

.prod-details-info-content {}

.prod-details-info-content p {
    line-height: 25px;
}

.contact-lx {
    width: 100%;
    padding-bottom: 50px;
    overflow: hidden;
    background: #f4f6f8;
}

.contact-lx i {
    margin-right: 15px;
    color: #489c4d;
}

/*======================
Contact Page Style
========================*/
.contact-map {
    height: 450px;
}

.contact-map img {
    width: 100%;
}

@media only screen and (max-width: 767.98px) {
    .contact-map {
        height: 216px;
    }
}

.contact-form-content {
    margin-top: 110px;
}

.contact-form-content .tit {}

.contact-form-content .tit span {
    display: block;
    font-size: 22px;
    font-weight: bold;
    color: #404040;
    margin-bottom: 32px;
}

.contact-form-content .tit em {
    display: block;
    color: #666;
    margin-bottom: 43px;
}

.contact-fl {
    padding-left: 100px;
}

.contact-fl .info {
    margin-bottom: 38px;
    overflow: hidden;
}

.contact-fl .info img {
    float: left;
    margin-right: 19px;
}

.contact-fl .info .add {
    margin-bottom: 2px;
}

.contact-fl .info .txt {
    width: 220px;
    float: left;
    margin-top: 10px;
}

.contact-fl .info .txt span {
    display: block;
    line-height: 22px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.contact-fl .info .txt em {
    display: block;
    line-height: 20px;
    font-size: 13px;
    color: #373838;
}


.contact-fr {
    padding-right: 100px;
}

.touch {
    width: 100%;
    height: 400px;
    position: relative;
}

div.contact-fr input[type='text'],
div.contact-fr input[type='submit'] {
    background: #f9f9f9;
    border-radius: 40px;
    border: 0;
    position: absolute;
    outline: none;
    text-indent: 43px;
    color: #777;
    width: 100%;
}

div.contact-fr input[type='checkbox'] {
    width: 12px;
    height: 12px;
}

input.gbk_1 {
    height: 55px;
    top: 0;
    left: 0;
}

input.gbk_2 {
    height: 55px;
    top: 65px;
    left: 0;
}

input.gbk_3 {
    height: 55px;
    top: 130px;
    left: 0;
}

input.gbk_5 {
    width: 100px !important;
    height: 35px;
    top: 348px;
    left: 160px;
    text-indent: 0 !important;
    text-align: center;
}

.contact-fr textarea {
    width: 100%;
    height: 132px;
    position: absolute;
    top: 195px;
    left: 0;
    outline: none;
    overflow: hidden;
    border: 0;
    background: #f9f9f9;
    border-radius: 20px;
}

.contact-fr textarea,
.touch input {
    color: #777;
}

.contact-fr textarea {
    padding: 24px 43px;
}

input.contact_sub {
    width: 150px !important;
    height: 55px !important;
    text-indent: 0 !important;
    color: #fff !important;
    top: 338px;
    left: 0;
    border-radius: 40px;
    cursor: pointer;
    background: #05028a !important;
    line-height: 55px;
    text-align: center !important;
    font-size: 20px;
}

input.contact_sub a {
    display: block;
    color: #fff !important;
}

input.contact_sub i {
    color: #fff;
    margin-right: 5px;
}

.contact-fr .vdimgck {
    float: left;
    cursor: pointer;
    width: 85px;
    height: 30px;
    position: absolute;
    top: 350px;
    left: 270px;
}




/*NEWS*/
.news-box {
    margin-bottom: 20px;
    background: #e9e9e9;
    width: 100%;
    overflow: hidden;
}

.news-box .t-1 {
    height: 27px;
    line-height: 27px;
}

.news-box .t-1 .time {
    float: left;
    margin-right: 13px;
}

.news-box .tit {
    height: 40px;
    font-size: 24px;
    margin-top: 30px;
}

.news-box .tit a {
    color: #333;
    text-decoration: underline;
}

.news-box .txt {
    line-height: 28px;
}

.news-img {
    width: 100%;
    height: auto;
    margin-left: -15px;
}

.news-list {}

.news-list .con {
    background: #e9e9e9;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    padding: 30px 20px;
}

.news-list .con:hover {
    background: #05028a;
    color: #fff;
}

.news-list .con:hover .time span,
.new-list li:hover .time em {
    color: #fff;
}

.news-list .con:hover .txt span a {
    color: #fff;
}

.news-list .con .time {
    margin-bottom: 28px;
}

.news-list .con .time span {
    font-size: 20px;
    color: #333;
}

.news-list .con .time em {
    margin-left: 12px;
    margin-top: 5px;
}

.news-list .con .txt {}

.news-list .con .txt span {
    font-size: 24px;
    display: block;
    margin-bottom: 22px;
}

.news-list .con .txt span a {
    color: #333;
}

.news-list .con .txt em {
    line-height: 26px;
    display: block;
}





.news-info {
    width: 100%;
    overflow: hidden;
}

.news-info .rightwrap {}

.news-info h1 {
    font-weight: normal;
    margin-bottom: 14px;
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

.news-info .entry-meta {
    overflow: hidden;
    color: #505050;
    line-height: 36px;
    font-size: 14px;
}

.news-info .entry-meta i {
    font-size: 18px;
    margin-right: 10px;
}

.news-info .contwrap {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 40px;
    color: #555;
}

.news-info .contwrap img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.news-info .rightwrap h4 {
    font-weight: bold;
    padding: 12px 14px;
    line-height: 23px;
    margin-bottom: 20px;
    background: #05028a;
    font-size: 16px;
    color: #fff;
}

.news-info .rightwrap ul {
    width: 94%;
    padding: 0 3%;
}

.news-info .rightwrap li {
    width: 100%;
    padding-bottom: 14px;
    padding-top: 7px;
    border-bottom: 1px solid #dadada;
}

.news-info .rightwrap li:last-child {
    border-bottom: none;
}

.news-info .rightwrap li a {
    color: #333;
    font-weight: bold;
    display: inline-block;
    font-size: 14px;
    line-height: 28px;
}

.news-info .rightwrap li a:hover {
    color: #05028a;
}

.news-info .rightwrap li .post-date {
    display: block;
    line-height: 21px;
    font-size: 13px;
    color: #555;
    margin-top: 1px;
}

.news-info .paging {
    width: 100%;
    overflow: hidden;
    padding-top: 50px;
    width: 100%;
}

.news-info .paging .fl {
    font-size: 12px;
    line-height: 22px;
}

.news-info .paging a {
    color: #666;
}

.news-info .paging a:hover {
    color: #05028a;
}

.news-info .paging .return {
    border: 1px solid #ddd;
    display: block;
    height: 34px;
    line-height: 34px;
    margin-top: 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
}

.news-info .paging .return:hover {
    border: 1px solid #05028a;
    background-color: #05028a;
    color: #fff;
}

/*关于我们*/
.about {
    line-height: 28px;
    background: url("../images/about_bg.png") no-repeat center bottom;
    overflow: hidden;
    padding-bottom: 50px;
}

.about-box {
    margin-top: 95px;
}

.about-box .tit {
    margin-bottom: 70px;
    overflow: hidden;
    text-align: center;
}

.about-box .tit em {
    display: block;
    font-size: 38px;
    font-weight: bold;
    color: #0b0b0b;
    margin-bottom: 14px;
}

.about-box .tit span {
    display: block;
    color: #212121;
}

.about-box .tit p {
    margin-top: 23px;
    color: #787878;
}

.about-pic {}

.about-pic img {
    width: 100%;
    height: auto;
    margin-bottom: 2px;
}

/*JOB*/
.joblist {}

.jonav li {
    width: 25%;
}

.jot {
    background: #eee;
}

.jot:hover {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.joa {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.jotxs:hover .jot {
    background: linear-gradient(to right, #4fc858, #14b6c9);
}

.jot span {
    display: block;
    width: 14%;
    float: left;
    line-height: 47px;
    height: 47px;
    overflow: hidden;
    font-size: 20px;
}

.jot span:first-child {
    padding-left: 4%;
    width: 26%;
}

.jod>span {
    color: #666;
    cursor: pointer;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.jotxs {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.jos {
    display: none;
    padding-right: 1px;
}

.jos .bodr {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 30px 5% 30px 5%;
    border-top: 0;
    line-height: 30px;
}

.jos .bodr span {
    display: block;
    border-top: 1px solid #eee;
    padding-top: 20px;
    margin-top: 20px;
}

.jotxs .line {
    background: #000;
    display: block;
    position: absolute;
}

.jotxs .line_1 {
    width: 21px;
    height: 1px;
    top: 23px;
    left: 15px;
}

.jotxs .line_2 {
    width: 1px;
    height: 21px;
    top: 13px;
    left: 25px;
}

.jotxs .arrow {
    width: 55px;
    height: 47px;
    position: absolute;
    top: 0;
    right: 0;
    transition: 300ms;
    -webkit-transition: 300ms;
}

.jotxs:hover .jod>span,
.jotxs.act .jod>span {
    color: #fff;
}

.jotxs.act .arrow {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.jo2 {}

.jos a {
    color: #666
}

select.selbox {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0px;
    outline: none;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: "microsoft yahei";
    cursor: pointer;
    display: block;
    font-size: 14px;
    padding-left: 14px;
    border: 1px solid #ddd;
    color: #666
}

.no-csstransitions select.selbox {
    padding-left: 0;
    background-image: none;
}

select.selbox option {
    padding: 2px 12px;
}

select.selbox:hover {
    color: #323232;
}

.jobview {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 50px;
}

.jobview .list {
    margin-top: 30px;
}

.jobview .list dd {
    width: 48.5%;
    display: block;
    margin-bottom: 20px;
    margin-right: 3%;
    float: left
}

.jobview .list dt {
    width: 100%;
    display: block;
}

.jobview .list dd:nth-child(2n+2) {
    margin-right: 0
}

.jobview .list .txt {
    background-color: #fff;
    border: 0px none;
    padding: 10px 12px;
    box-sizing: border-box;
    width: 100%;
    font: 14px/1.8 "microsoft yahei";
    border: 1px solid #ddd;
    color: #999
}

.jobview .list .txt2 {
    height: 200px;
    margin-bottom: 0px;
}

.jobview .list .btn {
    text-align: center;
    margin: 20px auto;
}

.jobview .list .fromBtn {
    display: inline-block;
    width: 100%;
    max-width: 150px;
    margin: 0px auto;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: #0769b2;
    border: 0px;
    border-radius: 5px;
    margin-right: 20px;
    cursor: pointer
}

.jobview .list .fromBtn:hover {
    background-color: #045b9c;
}



/*PC产品分类*/
.list-pro-tit {
    display: block;
    line-height: 60px;
    text-indent: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #040264;
    margin-bottom: 4px;
}

/*左侧二级*/
.list-pro {
    width: 100%;
    display: block;
    padding-bottom: 18px;
    background: #f9f9f9;
}

.list-pro ul {
    display: block;
    padding: 0 15px;
}

.list-pro ul li {
    line-height: 45px;
    border-bottom: 1px solid #ddd;
    font-size: 12px;
}

.list-pro ul li a {
    color: #666;
    display: block;
    position: relative;
}

.list-pro ul li a:hover {
    color: #05028a;
}

.list-pro ul li .inactive {
    background: url(../images/off.png) no-repeat right center;
}

.list-pro ul li .inactives {
    background: url(../images/on.png) no-repeat right center;
}

.list-pro ul li ul {
    display: none;
    padding: 0 !important;
}

.list-pro ul li ul li {
    border: 0;
    border-top: 1px solid #ddd;
    line-height: 40px !important;
    background: url(../images/2li.jpg) no-repeat 10px 17px;
}

.list-pro ul li ul li ul {
    display: none;
}

.list-pro ul li ul li a {
    padding-left: 26px;
    color: #999;
}

.list-pro ul li ul li a:hover {
    display: block;
    background: url(../images/2lia.jpg) no-repeat 10px 17px;
    color: #05028a;
}

.search_info {
    width: 100%;
    height: 58px;
    overflow: hidden;
    background: #f6f6f6;
    border-radius: 30px;
    margin-top: 26px;
}

.search_info_txt {
    display: inline;
    float: left;
    width: 80%;
    height: 58px;
}

.search_info_txt_css {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    color: #a2a2a2;
    float: left;
    width: 100%;
    height: 58px;
    line-height: 58px;
    overflow: hidden;
    text-indent: 40px;
}

.search_info_btn {
    float: left;
    width: 20%;
    height: 54px;
    position: relative;
}

.search_info_btn_css {
    background-color: transparent;
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: 0;
    float: left;
    width: 100%;
    height: 54px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    z-index: 9999;
}

.search_info_btn i {
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 18px;
}

.list-pro-r {}

.pro-pic {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pro-pic img {
    width: 100%;
    height: auto;
}

.list-pro-r .con {
    display: block;
    padding: 0;
    margin-bottom: 20px;
    overflow: hidden;
    background: #fff;
}

.list-pro-r .con img {
    display: block;
    width: 100%;
}

.list-pro-r .con:hover {
    background: #fff;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.list-pro-r .con:hover .txt em a {
    color: #05028a;
}

.list-pro-r .con .txt {
    padding: 12px 0 30px 0;
    text-align: center;
}

.list-pro-r .con .txt>span {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	
}

.list-pro-r .con .txt em {
    display: block;
    color: #666;
    font-weight: bold;
}

.list-pro-r .con .txt em a {
    color: #666;
}

.list-pro-r .con .txt>span a {
    color: #000;
}




/*--------------------------------
Magnific JS Customization
----------------------------------*/
.ht-mfp {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp.mfp-bg {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.ht-mfp .mfp-content {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) {
    .ht-mfp .mfp-content {
        max-width: 70%;
    }
}

.ht-mfp .mfp-content .mfp-close {
    display: none;
}

.ht-mfp .mfp-close {
    background-color: #db0303;
    color: #FFFFFF;
    padding: 0;
    text-align: center;
    opacity: 0;
    top: 50px;
    right: 50px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 767.98px) {
    .ht-mfp .mfp-close {
        top: 30px;
        right: 30px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }
}

.ht-mfp .mfp-close:hover {
    background-color: #05028a;
}

.ht-mfp .mfp-arrow {
    background-color: #05028a;
    opacity: 1;
    margin-left: 15px;
    height: 55px;
    width: 55px;
}

.ht-mfp .mfp-arrow:before {
    display: none;
}

.ht-mfp .mfp-arrow:after {
    content: '\f104';
    color: #FFFFFF;
    font-family: "FontAwesome";
    font-size: 25px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ht-mfp .mfp-arrow-right {
    margin-left: auto;
    margin-right: 15px;
}

.ht-mfp .mfp-arrow-right:after {
    content: '\f105';
}

.ht-mfp .mfp-arrow:hover {
    background-color: #000;
}

.ht-mfp.zoom-animate.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-ready.mfp-bg {
    opacity: 0.9;
}

.ht-mfp.zoom-animate.mfp-ready .mfp-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-content {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing.mfp-bg {
    opacity: 0;
}

.ht-mfp.zoom-animate.mfp-removing .mfp-close {
    opacity: 0;
}

/*================================
Single Product Page Style
==================================*/
@media only screen and (max-width: 767.98px) {
    .product-thumb-area {
        margin-bottom: 30px;
    }
}

.product-thumb-area .pro-thumb-item img {
    margin: auto;
    max-width: 100%;
}

.product-thumb-area .product-details-thumbnail {
    border: 1px solid #e1e1e1;
    text-align: center;
    position: relative;
}

.product-thumb-area .product-details-thumbnail .btn-large-view {
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 20px;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #1b1b1c;
    display: block;
    font-weight: 700;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    line-height: 22px;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 136px;
}

.product-thumb-area .product-details-thumbnail .btn-large-view i {
    margin-left: 3px;
    vertical-align: middle;
}

.product-thumb-area .product-details-thumbnail-nav {
    margin-top: 10px;
}

.product-thumb-area .product-details-thumbnail-nav .pro-thumb-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    cursor: pointer;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list {
    margin: 0 -5px;
}

.product-thumb-area .product-details-thumbnail-nav .slick-list .slick-slide {
    margin: 0 5px;
}

@media only screen and (min-width: 1200px) {
    .prod-details-info-content {
        padding-left: 20px;
    }
}

.prod-details-info-content h2 {
    font-size: 30px;
    margin-top: -6px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 10px;
    }
}

.prod-details-info-content .price {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 33px;
}

@media only screen and (max-width: 767.98px) {
    .prod-details-info-content .price {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.prod-details-info-content .price-amount {
    font-size: 18px;
    font-weight: 500;
    vertical-align: middle;
}

.product-config {
    margin: 40px 0;
}

.product-config .table {
    margin-bottom: 0;
}

.product-config .table-bordered td,
.product-config .table-bordered th {
    border-color: #e1e1e1;
}

.product-config .table th {
    font-size: 18px;
    font-weight: 500;
}

.product-config .table .config-option a {
    color: #1b1b1c;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

.product-config .table .config-option a:last-child {
    margin-right: 0;
}

.product-config .table .config-option a:hover {
    color: #db0303;
}

.product-meta {
    margin-top: 40px;
}

.product-meta span:not(.sku) {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
}

.product-meta span:not(.sku):last-child {
    margin-bottom: 0;
}

.product-meta a {
    color: #1b1b1c;
    margin-right: 5px;
    font-size: 15px;
    vertical-align: middle;
}

.product-meta a:last-child {
    margin-right: 0;
}

.product-meta a:hover {
    color: #db0303;
}

.pro-qty {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    width: 150px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty {
        width: 120px;
    }
}

.pro-qty input {
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 12px 45px;
    outline: none;
    width: 100%;
}

.pro-qty a {
    color: #000000;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    position: absolute;
    top: 0;
    line-height: 50px;
    height: 100%;
    width: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 54px;
    }
}

@media only screen and (max-width: 767.98px) {
    .pro-qty a {
        width: 35px;
        line-height: 48px;
    }
}

.pro-qty a:hover {
    background-color: #db0303;
    border-color: #db0303;
    color: #FFFFFF;
}

.pro-qty a.inc {
    right: 0;
    border-left: 1px solid #e1e1e1;
}

.pro-qty a.dec {
    left: 0;
    border-right: 1px solid #e1e1e1;
}

.product-description-review {
    margin-top: 50px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        margin-top: 60px;
    }
}

.product-description-review .desc-review-tab-menu {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.product-description-review .desc-review-tab-menu li {
    width: 100%;
}

.product-description-review .desc-review-tab-menu li a {
    background-color: #1b1b1c;
    border-right: 2px solid #ddd;
    color: #FFFFFF;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 0;
}

.product-description-review .desc-review-tab-menu li a:last-child {
    border: none;
}

.product-description-review .desc-review-tab-menu li a.active {
    background-color: #db0303;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .desc-review-tab-menu li a {
        font-size: 15px;
        font-weight: 500;
        padding: 10px 0;
    }
}

.product-description-review .tab-tit {
    line-height: 40px;
    background: linear-gradient(to right, #6f6f6f, #000);
    text-indent: 20px;
    color: #fff;
    font-size: 16px;
}

.product-description-review .tab-content {
    padding: 20px 0;
    line-height: 25px;
}

@media only screen and (max-width: 767.98px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
}

.product-rating-wrap .average-rating {
    margin-bottom: 30px;
}

.product-rating-wrap .average-rating h4 {
    font-weight: 400;
    font-size: 22px;
    margin-bottom: 3px;
}

.product-rating-wrap .display-ratings .rating-item {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.product-rating-wrap .display-ratings .rating-item:last-child {
    margin-bottom: 0;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-pic {
    max-width: 50px;
    -webkit-flex-basis: 50px;
    -ms-flex-preferred-size: 50px;
    flex-basis: 50px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 10px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    padding: 15px;
    -webkit-flex-basis: calc(100% - 60px);
    -ms-flex-preferred-size: calc(100% - 60px);
    flex-basis: calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta h3 {
    font-size: 14px;
    margin-top: 0;
    font-family: "Poppins", sans-serif;
    display: inline-block;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-meta .time {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 13px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star {
    color: #db0303;
    font-size: 14px;
    margin-bottom: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i {
    margin-right: 5px;
}

.product-rating-wrap .display-ratings .rating-item .rating-author-txt .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper {
    margin-top: 60px;
}

.product-rating-wrap .rating-form-wrapper h3 {
    font-size: 24px;
    font-weight: 500;
    margin-top: -5px;
    margin-bottom: 20px;
}

.product-rating-wrap .rating-form-wrapper .rating-form h5 {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 8px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i {
    color: #ccc;
    margin-right: 10px;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:last-child {
    margin-right: 0;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star i:hover~i {
    color: #ccc;
}

.product-rating-wrap .rating-form-wrapper .rating-form .rating-star:hover i {
    cursor: pointer;
    color: #db0303;
}

.product-rating-wrap .rating-form-wrapper .rating-form input,
.product-rating-wrap .rating-form-wrapper .rating-form textarea {
    background-color: #FFFFFF;
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 20px;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.product-rating-wrap .rating-form-wrapper .rating-form input:focus,
.product-rating-wrap .rating-form-wrapper .rating-form textarea:focus {
    border-color: #db0303;
}






@media screen and (max-width:991px) {
    .logo {
        padding-top: 0;
    }

    .logo img {
        width: 150px;
    }

    .carousel-inner>.item>img {
        max-width: 180% !important;
    }

    .menu .nav>li>a {
        font-size: 14px;
        color: #fff !important;
        line-height: 30px;
    }

    nav .navbar-nav {
        width: 100%;
        float: left;
        margin: 0 auto;
        padding-top: 0;
    }

    .wrap .navbar-default .navbar-collapse {
        position: fixed;
        top: 80px;
        left: 0px;
    }

    .wrap .navbar-default .navbar-collapse,
    .wrap .navbar-default .navbar-form {
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }

    .menu .navbar-nav>.active>a,
    .menu .navbar-nav>.active>a:hover,
    .menu .navbar-nav>.active>a:focus {
        background-color: transparent !important;
        color: #cc0202 !important;
    }

    .menu .navbar-nav>.open>a,
    .menu .navbar-nav>.open>a:hover,
    .menu .navbar-nav>.open>a:focus {
        background-color: transparent !important;
        color: #ef9632 !important;
        border-bottom: 0;
    }

    .menu a {
        letter-spacing: 1px;
        font-size: 0.9em;
        font-size: 14px;
    }

    .menu li li a {
        padding: 5px 0 !important;
        text-align: center !important;
    }

    .list-pro-tit {
        display: none;
    }

    .search_info {
        margin-top: 0;
        margin-bottom: 30px;
    }

    .hot-pro {
        padding: 20px 0;
    }

    .hot-pro-cat {
        padding: 0;
    }

    .hot-pro-cat span {
        width: 30%;
        margin-right: 12px;
        margin-bottom: 10px;
        line-height: 30px;
    }

    #myscroll ul li {
        margin: 0;
    }

    .ban-pc {
        display: none;
    }

    .ban-mobile {
        display: block;
        padding-top: 70px;
    }

    .ban-mobile .swiper-pagination {
        display: none;
    }

    .sm-top {
        margin-top: 20px;
    }



    .inner-ban img {
        display: block;
        width: 100%;
        height: auto;
    }

    .pro-pic {
        margin-top: 20px;
    }




    .foot-con {
        padding: 20px 0;
    }

    .foot-logo {
        margin: 0;
    }

    /********内页菜单*********/
    .m-ins-navbox {
        width: 100%;
        height: 38px;
        background-color: #fff;
        position: relative;
        z-index: 11;
        display: block;
    }

    .m-ins-navbox.fixed {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
    }

    .m-ins-navbox .left {
        width: 15%;
        cursor: pointer;
        float: left;
    }

    .m-ins-navbox .left .ico {
        display: block;
        width: 100%;
        height: 38px;
        background: url(../images/ico_35.png) no-repeat center #040264;
        background-size: auto 50%;
    }

    .m-ins-navbox .ret-subbox {
        position: absolute;
        top: 38px;
        width: 100%;
        background-color: #040264;
        left: 0;
        z-index: 2;
        display: none;
    }

    .m-ins-navbox .ret-subbox a {
        display: block;
        width: 100%;
        padding-left: 5%;
        height: 38px;
        line-height: 38px;
        color: #fff;
        font-size: 14px;
        background: url(../images/ico_38.png) no-repeat 92% center;
        background-size: auto 35%;
    }

    .m-ins-navbox .right {
        width: 85%;
        position: relative;
        float: right;
    }

    .m-ins-navbox .right .tit {
        display: block;
        width: 95%;
        padding-left: 5%;
        font-size: 14px;
        color: #000;
        line-height: 38px;
        background: url(../images/ico_36.png) no-repeat 93% center;
        background-size: auto 50%;
        cursor: pointer;
    }

    .m-ins-navbox .right .subbox {
        width: 100%;
        position: absolute;
        top: 38px;
        background-color: #fff;
        z-index: 2;
        display: none;
        left: 0;
    }

    .m-ins-navbox .right .subbox a {
        display: block;
        width: 95%;
        padding-left: 5%;
        line-height: 38px;
        height: 38px;
        border-top: 1px solid #e5e5e5;
        background: url(../images/ico_37.png) no-repeat 92% center;
        background-size: auto 35%;
    }

    .inner-menu {
        display: none;
    }

    .about-box {
        margin-top: 30px;
    }

    .about-box .tit p {
        display: none;
    }

    .about-box .tit {
        margin-bottom: 30px;
    }

    .core {
        padding: 30px 0;
    }

    .core_tit .t-1 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .core_tit .t-2 {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .core_con_fr .core-top {
        padding: 14px 0;
        overflow: hidden;
    }

    .core_con_fr .core-s {
        font-size: 30px;
        margin-right: 5px;
    }

    .core_con_fr .core-txt {
        margin-top: 10px;
        margin-left: 0;
        line-height: 37px;
        color: #333;
    }

    .core_con_fr .core-tit .core-tit-1 {
        line-height: 20px;
        margin-bottom: 5px;
        font-size: 16px;
        color: #333;
    }

    .core_con_fr .core-tit .core-tit-2 {
        color: #666;
        font-size: 12px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 25% !important;
    }

    .news-img {
        margin-left: 0;
    }

    .news-box .tit {
        font-size: 16px;
    }

    .new-pro {
        width: 100%;
        height: auto;
        margin-top: 0;
    }

    .new-pro-pic {
        margin-top: 0;
    }

    .list-pro {
        display: none;
    }

    .webzi {
        width: 100%;
        height: 300px;
    }

    .webzi .t1 {
        width: 140px;
        line-height: 25px;
        position: absolute;
        top: 70px;
        left: 0;
        font-size: 18px;
    }

    .webzi .line {
        position: absolute;
        top: 130px;
        left: 0;
    }

    .webzi .t2 {
        display: none;
    }

    .webzi .location {
        position: absolute;
        top: 200px;
        left: 0;
    }

    .about-tit-1 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .about-tit-1 span {
        margin-top: 9px;
        margin-left: 27px;
    }

    .inner-ban {
        height: auto;
    }

    .news-box {
        padding: 20px 0;
    }

    .news-list .con {
        padding: 12px;
        margin-bottom: 15px;
    }

    .news-list .con .time {
        margin-bottom: 18px;
    }

    .news-list .con .txt {
        width: 100%;
        float: none;
    }

    .news-list .con .txt span {
        font-size: 16px;
        margin-bottom: 15px;
    }





    .filters li {
        padding: 10px 18px;
        font-size: 14px;
    }

    .inner {
        padding: 30px 0;
    }

    .product-item {
        margin-bottom: 20px;
    }

    .product-item img {
        width: 100%;
    }

    .about-box-1 {
        margin-bottom: 40px;
    }

    .about-box-2 {
        background: #f3f3f3;
    }

    .about-box-tit {
        margin: 40px 0 25px 0;
    }

    .about-box-tit span {
        height: 30px;
        font-size: 24px;
    }

    .about-box-tit em {
        height: 25px;
        font-size: 20px;
    }

    .about-txt-2 {
        margin-left: 10px;
        margin-top: 20px;
    }

    .contact-form-content {
        margin-top: 0;
    }

    .contact-fl,
    .contact-fr {
        padding: 0;
    }



}
.pages{ clear: both; width:100%; margin-top: 10px;}
#showArea{width: 100%;height: 350px;overflow: hidden;}