@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #575757; 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: #575757; } /* 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: #575757; }
:visited { text-decoration: none; color: #575757; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
@media(max-width:1440px) and (min-width:1200px){
	.container{max-width:1200px !important;}
}
/*======================公用样式=======================*/
.wrap { width: 100%; background: url("../images/bg.jpg") repeat-y center; overflow: hidden; padding-bottom: 80px;}
.head {width: 100%; height: 110px; overflow: hidden;  position: relative;}
.pc-logo {position: absolute; top: 0; left: 0;}

.lang {position: absolute; top:43px; right: 0; }
.lang li {display: block; float: left; margin-left: 10px; width: 58px; line-height: 26px; border: 1px solid #bdbdbd; border-radius: 10px; float: left; text-align: center;}
.lang li a {display: block;}
.lang li:hover {display: block; background: linear-gradient(to right, #82c128, #1b4992); border: 1px solid #82c128;}
.lang li:hover a {color: #fff;}

.navbar-area{}
.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;-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:#133984; top:0;left:0;padding:0;width:100%;z-index:999;height:auto; position: relative;}
.main-nav-bj {background:#133984;}
.main-nav nav .navbar-nav .nav-item .active,.main-nav nav .navbar-nav .nav-item:hover a{ background: linear-gradient(to right, #82c128, #1b4992);  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: linear-gradient(to right, #82c128, #1b4992); color: #fff;}

.main-nav nav .navbar-nav .nav-item a.active{color:#fff!important; background: linear-gradient(to right, #82c128, #1b4992);}
.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: linear-gradient(to right, #82c128, #1b4992)!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}

.search-i {width: 330px; position: absolute; top:13px; right: 0;}
.search-i .search-form{position:relative}
.search-i .search-form input {background: #83c326;}
.search-i .search-form .search-input{display:block;width:100%;height:30px;line-height:initial; border: 1px solid #83c326; border-radius: 5px;color:#fff;outline:0;-webkit-transition:.5s;transition:.5s;padding-top:4px;padding-left:10px}
.search-i .search-form .search-button{position:absolute;right:0;top:0;height:30px;background:0 0;border:0;width:50px;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;}
.search-i input::-webkit-input-placeholder{ color: #fff;}
.search-i input::-moz-placeholder{color: #fff;  /* Mozilla Firefox 19+ */}
.search-i input:-moz-placeholder { color: #fff; /* Mozilla Firefox 4 to 18 */}
.search-i input:-ms-input-placeholder{ color: #fff; /* Internet Explorer 10-11 */ }


.index-main {width: 100%; margin-top:32px; }
.index-main .container {padding-left:0px;padding-right: 0px;}
.index-main .container .list-group-item:first-child {border-radius: 0;}
.index-main .container .list-group-item {border:1px solid #fff;}

.index-movie {width: 100%; height: 530px;}
.index-movie video{ width:100%; height: 100%;}

.index-cat {margin-top: 70px;}
.index-cat .con {margin-bottom: 28px;}
/*.index-cat .col-lg-4:nth-child(3) .con .pic .tit {display: none; text-indent: -9999px;}*/
.index-cat .con .pic { position: relative;}
.index-cat .con .pic img {display: block; width: 100%;}
.index-cat .con .pic .tit {position: absolute; bottom: 0; left: 0; z-index: 2; width: 100%; background:url("../images/cat-t.png") repeat; text-indent: 20px;}
.index-cat .con .pic .tit a {line-height:44px; font-size: 16px; display: block; color: #575757;}



/*底部*/
.foot { width: 100%; overflow: hidden; background: #f5f5f5;}
.foot-menu {width: 100%;  text-align: center; color: #575656; line-height: 90px; border-bottom: 1px solid #e1e1e1; font-size: 16px;}
.foot-menu a {color: #575656; padding: 0 45px;}
.foot .weixin {width: 148px; margin: 0 auto; padding: 50px 0;  overflow: hidden;}
.foot .weixin img {}
.foot-copy {width: 100%; line-height:26px; text-align: center;padding-bottom: 35px; font-size: 16px; color: #494949;}
.foot-copy a {color: #494949; }


@media screen and (max-width:991px) {
	.wrap {padding-bottom: 0;}
	.index-main .container {padding-left:15px;padding-right: 15px;}
	.index-main .col-lg-9 {margin-top: 30px;}
	.index-cat {margin-top:30px;}
	.index-movie {width: 100%; height: 200px;}
	.index-movie img {width: 100%;}
	.foot .weixin {display: none;}
}


/*内页*/



.inner-t {width: 100%; line-height: 35px; background: #f6f5f5; text-indent: 20px;}
.inner-about {padding: 55px 0; line-height: 25px;}
.inner-about img{width:100%;}
@media(min-width:1180px){
	.inner-about img{width:auto;}
}
.inner-contact {padding: 55px 0;}
.inner-down {padding: 55px 0;}

.inner-news {padding: 55px 0;}
.news-list {}
.news-list .con {background: #e9e9e9; overflow: hidden; display: block; margin-bottom:20px; padding: 12px 36px;}
.news-list .con:hover {background:#6eb542; color: #fff;}
.news-list .con:hover .time {border-right:1px solid #fff;}
.news-list .con:hover .time span,.index-news .con .new-list li:hover .time em {color: #fff;}
.news-list .con:hover .txt span a {color: #fff;}
.news-list .con .time {padding:7px 34px 7px 0; border-right: 1px solid #cfcfcf; text-align: center; float: left; display: block;}
.news-list .con .time span { font-size: 55px; font-weight: bold; color: #343434; margin-bottom: 9px; display: block;}
.news-list .con .txt {width: 80%; float:right;}
.news-list .con .txt span {font-size: 18px;display: block; margin-top: 5px; margin-bottom: 8px;}
.news-list .con .txt span a {color: #111; text-decoration: underline;}
.news-list .con .txt em {line-height: 22px; display: block;}


.news-info { width: 100%; overflow:hidden; }
.news-info .col-lg-12 em:first-child{ color:#000; font-size: 24px; font-weight: bold; border-bottom: #ccc  dashed 1px; text-align: center; display: block; width:100%;line-height: 52px;}
.news-info .entry-meta p.fl{ clear:both; width:100%; text-align: center;}
.news-info .rightwrap {  }
.news-info h1 { font-weight: normal; margin-bottom: 14px; color: #505050; font-size: 18px; line-height: 30px; }
.news-info .entry-meta { padding: 8px 20px; background: #fff; overflow: hidden; color: #505050; line-height: 36px; font-size: 14px; }
.news-info .contwrap { font-size: 14px; padding-top: 20px; padding-bottom: 40px; color: #555; line-height: 25px; }
.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:#6eb542; font-size: 16px; color: #fff; }
.news-info .rightwrap ul { width: 100%;}
.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: #6eb542; }
.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: 50px 0; width: 100%; }
.news-info .paging .fl { font-size: 12px; line-height: 22px; }
.news-info i {margin-right: 10px;}
.news-info .paging a { color: #666; }
.news-info .paging a:hover { color: #6eb542; }
.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 #6eb542; background-color: #6eb542; color: #fff; }

.inner-procat {padding: 30px 0;}
.inner-procat .con {margin-bottom: 28px;}
.inner-procat .con .pic .tit:nth-child(3) {display: none;}
.inner-procat .con .pic { position: relative;}
.inner-procat .con .pic img {display: block; width: 100%; box-shadow: 2px 2px 3px rgba(0,0,0,.4); border:#ccc solid 1px;}
.inner-procat .con .pic .tit {position: absolute; bottom: 0; left: 0; z-index: 2; width: 99.5%; margin: 0px 1px 1px 1px; /*background:url("../images/cat-t.png") repeat; text-indent: 20px;*/ background:rgba(255,255,255,.7); }
.inner-procat .con .pic .tit a {line-height:28px; font-size: 16px; display: block; color: #575757; text-align: center;}
.show_pro {padding: 30px 0;}
.product-thumb-area {width: 60%; margin: 0 auto;}
@media screen and (max-width:991px) {
	.inner-about {padding: 30px 0; font-size: 14px;}
	.inner-contact {padding: 30px 0; font-size: 14px;}
	.inner-down {padding: 30px 0;}
	.inner-news {padding: 30px 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;}
	.news-list .con .time {display: none;}
	.product-thumb-area {width: 100%; margin: 0 auto;}

}

.list_download {
    margin-bottom: 15px
}

.list_download table {
    width: 100%;
    font-size: 16px
}

.list_download th {
    background-color: #3c3c3c;
    color: #fff
}

.list_download th:nth-child(2) {
    min-width: 150px
}

@media (max-width:640px) {
    .list_download th:nth-child(2) {
        min-width: 120px
    }
}

.list_download th:nth-child(3) {
    width: 72px;
    text-align: center
}

@media (max-width:640px) {
    .list_download th:nth-child(3) {
        width: 50px
    }
}

@media (min-width:640px) {

    .list_download th,
    .list_download td {
        height: 120px;
        padding: 45px 40px;
        min-width: 200px !important
    }

    .list_download th:nth-child(1),
    .list_download td:nth-child(1) {
        width: 60%
    }

    .list_download th:nth-child(3),
    .list_download td:nth-child(3) {
        white-space: nowrap;
        min-width: 80px;
        text-align: center
    }
}

@media (max-width:768px) {

    .list_download th,
    .list_download td {
        padding: 10px 20px;
        min-width: 100px !important
    }
}

@media (max-width:639px) {

    .list_download th,
    .list_download td {
        padding: 10px 0
    }
}

@media (min-width:640px) {
    .list_download tr:nth-child(2n) {
        background: #f1f0f0
    }
}

@media (min-width:768px) {
    .list_download .icon-xiazai {
        width: 72px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border: 1px solid #c9c9c9;
        border-radius: 3px;
        display: inline-block;
        transition: .6s;
        font-size: 18px
    }

    .list_download .icon-xiazai:hover {
        background-color: #3c3c3c;
        color: #fff;
        border-color: #3c3c3c
    }
}

@media (max-width:639px) {
    .list_download th {
        display: none
    }

    .list_download tr {
        display: block;
        padding: 20px 0;
        margin-bottom: 20px;
        border-bottom: 1px solid #f2f2f3
    }

    .list_download td {
        display: block;
        padding: 0
    }

    .list_download td:nth-child(3) {
        display: none
    }

    .list_download .time {
        font-size: 14px;
        margin-top: 10px;
        color: #999
    }
}



/*show-pro*/
.show-pro {overflow: hidden; margin-bottom:50px;}
.show-pro .pic {padding: 0 20px; width: 100%;}
.show-pro .pic img {}
.show-pro .model {width: 100%;}
.show-pro .model p {padding: 18px 20px; background: #fcc900; color: #0d3372; font-size: 20px; font-weight: bold; display: inline-block;}
.show-pro .name {width: 100%;}
.show-pro .name p {padding: 17px 20px; background: #e0e0e0; color: #0d3372; font-size: 20px; font-weight: bold; display: inline-block;}
.show-pro .txt-main {padding: 26px 20px 36px 20px; line-height: 30px; font-size: 16px;}
.show-pro .related {margin-bottom: 40px;}
.show-pro .tit {width: 100%; overflow: hidden; margin-bottom: 32px;}
.show-pro .tit p {padding: 16px 20px; background: #e0e0e0; color: #0d3372; font-size: 20px; font-weight: bold; display: inline-block;}
.show-pro .related .main {padding: 0 20px;}
.show-pro .related .main .con {width: 100%; overflow: hidden;}
.show-pro .related .main .con .pic {width: 100%;}
.show-pro .related .main .con .pic img {}
.show-pro .related .main .con .txt {margin-top: 8px; width: 100%; height: 76px; line-height: 17px;word-break: break-all;}
/*message*/
.message { width: 100%;}
.message-touch {height: 395px; position:relative;margin: 0 20px;}
div.message input[type='text'],div.message input[type='submit']{ background: #fff; border: 1px solid #ddd; position:absolute;outline:none;  text-indent:14px; color:#777;width: 100%;}
div.message input[type='checkbox']{width:12px;height:12px;}
input.message_1 {width: 48% !important; height:55px; top:0; left:0; }
input.message_2 {width: 48% !important; height:55px; top:0; right:0;}
input.message_3 {width: 48% !important; height:55px; top:75px; left:0; }
input.message_4 {width: 48% !important; height:55px; top:75px; right:0; }
input.message_5 { width:180px!important; height:35px; top:300px; left:0; text-indent: 0!important; text-align: center;}
.message textarea{ width:100%; height:132px; position:absolute; top:150px; left:0; outline:none; overflow:hidden;border: 1px solid #ddd;  }
.message textarea, .message-touch input { color:#777;}
.message textarea {padding:24px 14px; }
input.message_sub{ width:240px !important; height:45px !important; text-indent:0 !important; color:#fff !important; top:350px; left:0; border-radius:5px; cursor:pointer; background:#2a3b96!important; line-height:45px; text-align:center !important; font-size:18px;} 
input.message_sub a { display:block; color:#fff !important;}
input.message_sub i { color:#fff; margin-right:5px;}
.message .vdimgck{float:left;cursor: pointer;width:85px;height:30px; position:absolute; top:302px; left:200px;}





.filters {width: 100%; overflow: hidden; background:#fff;}
.filters .filter-tabs {position:relative; float: left;}
.filters li{
	position:relative;
	display: inline-block;
	line-height:30px;
	padding:10px 55px;
	cursor:pointer;
	color:#666;
	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{
	border-bottom: 2px solid #2a3b96;
	color: #2a3b96 !important;
}
.filters .filter:hover a {color: #2a3b96;}
.filters .filter.active a {color: #2a3b96;}























/*--------------------------------
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: #db0303;
}

.ht-mfp .mfp-arrow {
    background-color: #db0303;
    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 {
    
}

@media only screen and (max-width: 767.98px) {
    .product-description-review {
        
    }
}

.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 {margin-top: 30px; line-height:40px; background: linear-gradient(to right, #ccc, #f6f5f5); text-indent:20px; color: #000; font-size: 16px;}
.product-description-review .tab-content {
    padding: 20px 0;
	line-height: 25px;
}
.pageitem{ width:186px; margin: 30px auto 10px auto;}
 .product-description-review .tab-content img.auto{ width:auto;}
@media only screen and (max-width: 1200px) and (min-width:991px) {
	.product-description-review .tab-content p.w100 img{ width:100%;}
    .product-description-review .tab-content img.auto{ width:auto;}
}
@media only screen and (max-width: 990px) {
    .product-description-review .tab-content {
        padding: 25px 15px;
    }
	.product-description-review .tab-content img{width:100% !important;}
}

.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 (max-width: 1024px) {
	.homeAboutCont,.homeAboutCont-r  {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont {margin: 2% 0 0 2%; padding-bottom: 6px;}
	.homeInforCont h3 {font-size: 18px; line-height: 30px;}
	.homeInforCont p {margin-bottom: 6px; line-height: 22px;}
	.index-cybj-top .txt {font-size: 12px;}
}

@media screen and (max-width:991px) {	
.head {display: none;}
.pc-logo {display: none;}
.lang {position: absolute; top:5px; right: 0; }
.top-fx {display: none;}
.numCount{ margin:30px -10px;}
.numCount li{ width: 33.3%; height: 80px; }	
.logo {padding-top: 0;}	
.logo img {width:135px; }
.lang-mobile {display: block; position: absolute; top: 22px; right: 70px; z-index: 999;}
.lang-mobile li {display: block; float: left; margin-left: 5px; width: 45px; line-height: 15px; border: 1px solid #bdbdbd; border-radius: 10px; float: left; text-align: center;}
.lang-mobile li a {display: block;}	
	.carousel-inner > .item > img {max-width:180%!important;}	
	.contact-fl .info {font-size: 12px;}
.index-tit .t-1 {font-size: 24px; margin-bottom: 20px;}
.index-tit .t-3 {font-size: 14px; line-height: 20px; margin-top: 15px;}
/*产品分类*/
.index-cat {padding: 30px 0 15px 0;}
.index-cat-con {margin-top: 25px;}
.index-cat-con .main { padding: 16px 17px; margin-bottom: 20px;}
.index-cat-con .main .tit span {font-size:16px;}
/*首页搜索*/
.index-search {background-image:none;}
.index-search-con {padding: 30px 0 30px 0;}
.index-search-con .txt { font-size: 14px; }
.index-search-con .search-i {width: 330px; border: 1px solid #0d3372;}

/*首页新闻*/
.index-news { padding: 0 0 15px 0;}
.index-news-main {margin-top: 20px;}
.index-news-main .con-fl .news-main img {width: 100%;}
.index-news-main .con-fl .news-main .news-main-t {padding: 20px 15px;}

	
	
	
	
	
	
	
	
.ban-pc {display: none;}
.ban-mobile {display: block;}


.sm-top {margin-top: 20px;}
	
.abM4{padding-left:2%;padding-right:2%;padding-top:50px;}
.niancontxt { width:33%; line-height:30px; font-size:16px;}
.abM4Tit{font-size:36px;}
.abM4Bri{font-size:18px;}

.zzjg span {line-height: 100px; font-size:32px;display: block;}
.zzjg em { margin-left: 0; line-height: 30px; font-size: 18px;} 
.zzjg p {font-size:18px;}
	.about-1 .con {padding: 20px 10px;}	
	.navbar-area {height: 55px;}
	.cybj-pic-1 img,.cybj-pic-2 img,.cybj-pic-3 img,.cybj-pic-4 img,.cybj-pic-5 img {width: 100%;}
	.zyfz-1 .pic img,.zyfz-2 .pic img {width: 100%;}
	.zyfz-2 .con img {width: 100%;}
	.zyfz-1 .con, .zyfz-2 .con{padding: 20px 10px;}	
.inner-ban img {display: block; width: 100%;}	
.pro-ban,.news-ban,.list-pro-ban-1,.list-pro-ban-2 {background-image:none; height: auto;}

	


	

	
/*底部*/
.foot { background-image: none; background-color: #1e1f24;}
.foot-con {padding: 20px;}
.foot-top {width: 100%; height: 65px; border-bottom: 1px solid #3b3d3c;}
.foot-logo img {}
.foot-menu {display: none;}
.foot-lx .er {float: none;}	
.foot-txt { padding: 20px 0 10px 0; line-height: 20px; color:#777;}
.foot-copy {padding: 0 20px 10px 20px; line-height: 20px;}




.foot-txt,.foot-copy {font-size: 12px;}
	
/*index-pro*/
.inner-pro-txt {padding: 20px;}
.inner-pro-txt .tit {margin-bottom:10px; font-size: 20px; }
.inner-pro {margin-bottom: 20px;}
.inner-pro .pic img {width: 100%;}
.inner-pro .con {padding:20px;}
.inner-pro .tit {height: 37px; font-size: 20px;}
.inner-pro .line {margin-bottom:20px;}
.inner-pro .txt { line-height: 22px;}	
/*show-pro*/	
.show-pro .pic img {width: 100%;}	
.show-pro .model p {font-size: 18px;}
.show-pro .name p { font-size: 18px;}


	
	
	
	
div.message input[type='text'],div.message input[type='submit']{font-size: 12px;}	
input.message_sub {font-size: 18px!important;}
	
	
.inner-news-menu li {width:155px; line-height:38px; margin: 0 10px;font-size: 12px;}	
	
	
	
	
/********内页菜单*********/
.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 #cc0000; background-size: auto 50%; }
.m-ins-navbox .ret-subbox { position: absolute; top: 38px; width: 100%; background-color: #cc0000; 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 {padding: 10px 10px 20px 10px;}	

.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;}
.top-news img {width: 100%;}
.top-news .con {padding:30px 10px;}
.top-news .con .tit {margin-bottom: 27px; font-size: 24px; color: #333;}
	.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; }
	


	.news-info {padding: 20px 10px; margin-top: 20px;}

	.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;}
	.down-info {padding: 20px 10px;}	
.down-info li {height: 40px;}
.down-info li span {line-height:40px; font-size: 12px;}
.down-info li span i { font-size: 16px; margin-right:10px;}
.down-info li em {display:none;}
	.down-info li o {display: none;}

	
.filters li{padding: 10px 18px; font-size: 14px;}	

.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 {padding: 20px; padding-bottom: 0;}	
.contact-fl,.contact-fr {padding: 0; margin-top: 30px;}
	.contact-form-content .tit span {font-size: 24px;}
	input.contact_sub {width: 180px!important; height: 40px!important; line-height: 40px;}
	input.gbk_5 {width: 150px!important; left: 0; top:270px; }
	.contact-fr .vdimgck {left: 170px; top:272px; }	
	.job-tit {display: none;}
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.btn-button{ background:#83c326; padding:6px 20px; margin-right: 20px; color:#fff;}
.pages{clear:both; margin-top: 20px;}
