@charset "utf-8";
/* CSS Document */
body, button, input, select, textarea { background: none repeat scroll 0 0 #fff; color: #5f5f5f; 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: #5f5f5f; } /* 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: #5f5f5f; }
:visited { text-decoration: none; color: #5f5f5f; }
.fl { float:left;}
.fr { float:right;}
[data-mfp-src],
.btn-img-popup {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
}
/*======================公用样式=======================*/
.wrap { width: 100%; }

nav {position: relative; z-index: 999;   border-color:transparent !important;}
nav .navbar-nav {float: right; padding-top: 30px;}
.menu a {color:#cecdce!important;}
.menu .navbar-nav > .active > a, .menu .navbar-nav > .active > a:hover, .menu .navbar-nav > .active > a:focus {background-color:transparent!important; color: #e62129!important;}
.menu .navbar-nav > .open > a,
.menu .navbar-nav > .open > a:hover,
.menu .navbar-nav > .open > a:focus { background-color:transparent!important; color: #353535!important; border-bottom: 4px solid #e62129;}
.menu .dropdown-menu {background-color:#000 !important; z-index: 9999;}
.menu .dropdown-menu a {z-index: 9999;position: relative;}
.menu .dropdown-menu > li > a:hover,.menu .dropdown-menu > li > a:focus { background-color: #e30000;}
.menu .nav > li > a {padding-left: 0;padding-right: 0; margin: 0 15px; font-size: 16px; color: #353535!important;}
#ban-wrap { width: 100%; height: auto; display: none;}
.logo h1 {
  font-size: 48px;
  margin: 0;
  line-height: 1;
}
.logo a {
  padding: 0;
}
.logo a:hover {
  background: none !important;
  opacity: 0.8;
}

.ban-pc {display: block;}

#carousel-example-generic {display: none;}

.ban-mobile img {width: 100%; height: auto;}

.ban-pc .swiper-pagination-bullet-active { background: #1f2a66!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;}

.ban-pc .swiper-slide video{width:100%; display: block;}
.ban-pc .swiper-slide{ position:relative; background:none;}

.ban-pc .swiper-slide .animated{position:absolute;   text-align: center; width:960px; left:50%; top:50%; margin-left: -480px;height:250px; margin-top:-145px;}
.ban-pc .swiper-slide .animated img{width:100%;}

.ban-pc .swiper-slide .animated p strong{font-size: 2rem;color:#fff;line-height: 40px;}
.ban-pc .swiper-slide .animated p{ text-shadow:8px 8px 8px rgba(0,0,0,.4);font-size: 1.6rem;color:#fff;line-height: 35px;}


.ban-pc .swiper-slide .animated {
    -webkit-animation-duration: 4s; 
    animation-duration: 4s;
    -moz-animation-duration: 4s; 
}

.wrap .navbar-toggle {margin-top:20px;}
.wrap .navbar {margin-bottom: 0; background: #f5f5f5;}
.carousel-indicators .active {background-color: #1c69f7;}
.carousel-indicators li {border:1px solid #1c69f7; display: none;}

/*首页*/
.banner-mt {
    margin-top: -100px;
}

.banner-item {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
}

.banner-item__txt {
    left: 42%;
    position: absolute;
    text-align: left;
    top: 50%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 1;
}

.banner-item__txt h2,
.banner-item__txt h4 {
    color: #FFFFFF;
}

.banner-item__txt h4 {
    font-size: 24px;
    font-weight: 300;
}
@media(max-width:990px){
	.ban-pc {display: none;}
     #carousel-example-generic {display: block;}
}
.banner-item__txt h2,
.banner-item__txt .h3 {
    margin-bottom: 20px;
}
@
@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px),
only screen and (min-width: 992px) and (max-width: 1199.98px) {

    .banner-item__txt h2,
    .banner-item__txt .h3 {
        font-size: 24px;
    }
}

.banner-item__txt .btn {
    font-size: 14px;
    height: 40px;
    line-height: 36px;
}

@media only screen and (max-width: 575.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-item__txt .btn {
        padding: 0 20px;
        height: 35px;
        line-height: 31px;
    }
}

.banner-item__img {
    overflow: hidden;
}

.banner-item__img img {
    /*-webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;*/
    width: 100%;
}

/*.banner-item:hover .banner-item__img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12);
}*/

.promotion-code-banner-item {
    overflow: hidden;
}

.promotion-code-banner-item img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.promotion-code-banner-item:hover img {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.sm-top {margin-top: 90px;}
/*========================
Call to action Style
==========================*/
.call-to-action-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-right: 30px;
    margin-right: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-to-action-item {
        display: block;
        margin-right: 10px;
        padding-right: 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-item {
        margin-top: 25px;
        display: block;
        text-align: center;
        margin-right: 0;
        padding-right: 0;
    }
}

.call-to-action-item:after {
    background-color: #d8d8d8;
    position: absolute;
    content: "";
    right: -10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 1px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-to-action-item:after {
        display: none;
    }
}

.call-to-action-item__icon {
    margin-right: 30px;
    -webkit-flex-basis: 45px;
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    max-width: 45px;
}

@media only screen and (max-width: 767.98px),
only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-to-action-item__icon {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.call-to-action-item__info {
    -webkit-flex-basis: calc(100% - 75px);
    -ms-flex-preferred-size: calc(100% - 75px);
    flex-basis: calc(100% - 75px);
    max-width: calc(100% - 75px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-to-action-item__info {
        max-width: 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-item__info {
        max-width: 75%;
        margin: auto;
    }
}

.call-to-action-item__info span {
    font-weight: 500;
    font-size: 22px;
    line-height: 1;
    margin-top: -3px;
	margin-bottom: 10px;
	display: block;
}
.call-to-action-item__info p {
    line-height: 25px;
	margin-bottom: 10px;
}
.call-to-action-area [class*="col-"]:last-child .call-to-action-item:after {
    display: none;
}

.call-to-action-content-area {
    padding: 200px 0 170px;
    margin-top: -130px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .call-to-action-content-area {
        padding-top: 180px;
    }
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-content-area {
        padding-top: 60px;
        margin-top: 30px;
    }
}

.call-to-action-content-area .call-to-action-txt h2 {
    font-size: 40px;
    margin-bottom: 35px;
    margin-top: -7px;
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-content-area .call-to-action-txt h2 {
        font-size: 26px;
    }

    .call-to-action-content-area .call-to-action-txt h2 br {
        display: none;
    }
}

.call-to-action-content-area.home-2 {
    padding-bottom: 170px;
    margin-top: 0;
}

.call-to-action-image-area {
    margin-top: -130px;
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-image-area {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 479.98px) {
    .call-to-action-image-area {
        margin-bottom: 95px;
    }
}

/*首页产品*/
.hot-pro { width: 100%; overflow: hidden; padding-bottom:80px; background:#f3f3f3;}
.hot-pro-pic {width: 100%; overflow: hidden; margin-bottom: 80px;}
.hot-pro-pic img {width: 100%;}
.hot-pro-pic:nth-child(2) { margin-bottom:0;}

.hot-pro-con {}
.hot-pro-con .main {width: 100%; background: #fff; margin-top: 30px;}
.hot-pro-con .main img {width: 100%; border-bottom: 1px solid #f3f3f3; display: block;}

@media only screen and (min-width: 768px) {
	.hot-pro-con .main img {height:240px;}
}


.hot-pro-con .main span {display: block; padding: 23px 0; text-align: center;}
.hot-pro-con .main span a {display: block; font-size: 18px; color: #000;}

/*首页选择我们*/
.core {padding: 90px 0;}
.core_tit {color: #333;}
.core_tit span {color: #1c69f7;}
.core_tit .t-1 {margin-bottom: 15px; font-size: 30px;}
.core_tit .t-2 {margin-bottom: 5px; font-size: 30px;}
.core_tit .t-3 {margin-bottom: 5px; font-size: 12px;}
.core_con {position: relative; margin-top: 30px;}
.core_con img { width: 100%;}
.core_con_fr {border-top:1px solid #b2b2b2;}
.core_con_fr .core-top {padding: 34px 0; overflow: hidden;}
.core_con_fr .core-s {font-size: 80px; font-weight: bold; color: #1c69f7; float: left; margin-right:15px;}
.core_con_fr .core-tit {float: left;}
.core_con_fr .core-tit .core-tit-1 {line-height: 33px; margin-bottom: 10px; font-size: 24px; color: #333;}
.core_con_fr .core-tit .core-tit-2 {color: #666;}
.core_con_fr .core-txt {margin-top: 30px; margin-left:75px; line-height: 37px; color: #333;}
.core_con_fr .core-txt i {margin-right: 10px; font-size: 18px;}




.need-help-area {
    padding: 50px 0 45px;
}

.about-content .h3,
.about-content h2 {
    margin-bottom: 20px;
}




/*首页关于我们*/
.index-about { overflow: hidden;}
.index-about .con {padding:95px 0; }
.index-about .con .tit-pic {padding-bottom: 45px;}
.index-about .con img { width: 100%;}
.index-about .con .con-fr {}
.index-about .con .con-fr .tit {font-size: 40px; font-weight: bold; color: #333; margin-bottom: 40px;}
.index-about .con .con-fr .tit span { margin-top: 15px; float: right; width:105px; height: 4px; background: #333; }
.index-about .con .con-fr .line {width: 22px; height: 5px; background: #e62129; margin-bottom: 23px;}
.index-about .con .con-fr .name {margin-bottom: 37px; line-height: 31px; color: #333; font-weight: bold; font-size: 24px;}
.index-about .con .con-fr .txt {line-height: 31px; margin-bottom: 47px;}
.index-about .con .con-fr .more {width:108px; height: 32px; border: 1px solid #eee; line-height: 32px;}
.index-about .con .con-fr .more a {display: block; text-align: center; color: #000;}

/*首页新产品*/
.new-pro { width: 100%; height:730px; background: url("../images/pro1_bg.jpg") no-repeat center; margin-top: 110px;}
.new-pro-pic {margin-top:-110px; }
.new-pro-pic img {width: 100%;}



.index-news { width: 100%; overflow: hidden; background:#f4f4f4; padding-top: 80px; padding-bottom: 50px;}
.index-news .row {margin: 0!important;}

.index-news-top {height: 33px; margin-bottom: 31px;}
.index-news-tit {width: 100%; height: 26px; background: url("../images/hot_pro_tit.jpg") no-repeat center; text-align: center; font-size: 26px; color: #333;}

.index-news-con {}
/* scrollpic */
.scrollpic{margin:20px auto;}
.myscroll{display:block; width:100%; position:relative; height:420px; 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-right:7px; overflow: hidden; background: #fff; }
.myscroll ul li img {display: block; }


.myscroll .intro{ width:280px; padding:30px 0;}
.myscroll .intro .tit {height: 27px; text-align: center;}
.myscroll .intro .tit a {color: #2d2d2d;}
.myscroll .intro .txt { height: 80px; line-height:26px; font-size: 12px; color: #8e8d8d;padding:0 10px;}
.myscroll .intro .time {padding:0 10px; color: #626161; }
.myscroll .intro .time i {font-size: 16px; margin-right: 10px; }
.myscroll li:hover .tit a {color: #1c69f7;}
.myscroll li:hover .time {color: #1c69f7;}
.myscroll li:hover .time i {color: #1c69f7;}




.mybtns{ width:100%; display:block; height:42px;}
.mybtns a{width:42px; height:42px; display:block; float:left; margin-right:1px; background-color: #c1c1c1; text-decoration: none;}
.mybtns a:hover{background-color: #1c69f7;}
.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:280px; width:100%;}
.myscroll{width:280px;}
}
/*底部*/


/*内页*/
.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;

}
.webzi {width: 100%; height: 500px; position: relative; z-index: 9;}
.webzi .t1 {position: absolute; top: 128px; left: 0; font-size: 36px; font-weight: bold; color: #333;}
.webzi .line { width: 53px; height: 4px; position: absolute; top: 197px; left: 0; background: #e62129;}
.webzi .t2 {position: absolute; top: 230px; left: 0; line-height:36px; font-size: 16px; }
.webzi .location {position: absolute; top: 400px; left: 0;z-index: 999!important; font-size:16px; color: #333;}
.webzi .location a {color: #333;}
.webzi .location i {margin-right:10px;}




.pro-ban-s,.contact-ban-s,.about-ban-s,.news-ban-s {display: none;}
.pro-ban {background: url("../images/inner_pro_ban.jpg") no-repeat center; display: block;}
.contact-ban {background: url("../images/inner_contact_ban.jpg") no-repeat center; display: block;}
.about-ban {background: url("../images/inner_about_ban.jpg") no-repeat center; display: block;}
.news-ban {background: url("../images/inner_news_ban.jpg") no-repeat center; display: block;}
.inner {padding: 100px 0;}
.inner-pro { width: 100%; overflow: hidden; padding-top:30px; background:#f3f3f3;}

.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 {
    color: #fff !important;
    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 Page Style
========================*/
.contact-info-item {
    border: 1px solid #e1e1e1;
    text-align: center;
    padding: 60px 20px;
    margin-top: 30px;
	line-height: 20px;
}

.contact-info-item .con-info-icon {
    border: 1px solid #e62129;
    border-radius: 100px;
    color: #e62129;
    font-size: 35px;
    margin: 0 auto 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    line-height: 60px;
    height: 60px;
    width: 60px;
}

.contact-info-item .con-info-txt h4 {
    font-size: 18px;
    margin-top: -2px;
}

.contact-info-item:hover .con-info-icon {
    background-color: #e62129;
    color: #FFFFFF;
}

.contact-form-content span {
    font-size: 20px;
    text-transform: uppercase;
    margin-top: -3px;
}

.input-item {
    margin-top: 30px;
}

.input-item input,
.input-item textarea {
    border: 1px solid #e1e1e1;
    display: block;
    padding: 12px 15px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
}

.input-item input:focus,
.input-item textarea:focus {
    border-color: #eeb644;
}

.input-item .nice-select {
    border-color: #e1e1e1;
    height: 50px;
    padding-left: 15px;
    line-height: 50px;
}

.input-item .nice-select .list {
    max-height: 200px;
    overflow: auto;
}

.input-item .btn-brand {
    font-size: 14px;
    border-radius: 2px;
    margin-top: 10px;
    letter-spacing: 1.6px;
}
.contact-form-content {margin-top:80px;}
.contact-map {
    height: 500px;
}
.contact-map img {width: 100%;}
@media only screen and (max-width: 767.98px) {
    .contact-map {
        height: 300px;
    }
}
.btn-brand {
    background-color: #e62129;
    border-color: #e62129;
    border-radius: 25px;
    color: #fff;
}

.btn-brand:hover {
    background-color: #d8d8d8;
    border-color: #d8d8d8;
}
/*NEWS*/
.list-news {}
.news-box { margin-bottom:30px;padding: 25px; background: #f6f6f6;}
.list-news .main {   }
.list-news .main .t-1 { height: 27px; line-height: 27px;}
.list-news .main .t-1 .time {float: left; margin-right:13px; }
.list-news .main .tit {font-size: 16px; margin:5px 0;}
.list-news .main .tit a {font-size: 16px; color: #000; text-decoration: underline;}

.list-news .main .txt {line-height: 28px;}
.list-news .main .more { width: 123px; line-height: 35px; text-align: center; background: #da0006; margin-top: 30px;} 
.list-news .main .more a {color: #fff;}
.news-img {width: 100%;}


.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 { 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; line-height:26PX; 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: #da0006; 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: #da0006; }
.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 0px; width: 100%; }
.news-info .paging p { font-size: 14px; line-height: 26px; }
.news-info .paging a { color: #666; }
.news-info .paging a:hover { color: #da0006; }
.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 #da0006; background-color: #da0006; color: #fff; }

/*关于我们*/
.about {line-height: 25px;}
.about-box-1 {margin-bottom: 80px;}
.about-tit-1 {font-size: 40px; font-weight: bold; color: #333; margin-bottom:35px; overflow:hidden;}
.about-tit-1 em {float: left;}
.about-tit-1 span {float: left; display: block; margin-top: 15px; margin-left: 57px;  width:105px; height: 4px; background: #333; }
.about-line {width: 22px; height: 5px; background: #e62129; margin-bottom: 23px;}
.about-txt-1 {line-height: 25px; color: #5f5f5f;}
.about-txt-1 p {margin-bottom: 20px;}
.about-pic-1 {width: 100%;}
.about-box-2 {background: #f3f3f3;}
.about-box-tit {text-align: center; margin:80px 0 45px 0; }
.about-box-tit span {display: block; height: 40px; font-size: 30px; color: #212121;}
.about-box-tit em {display: block; height: 35px; font-size: 24px; color: #b7b7b7;}
.about-box-tit .line {width: 95px; height: 3px; background: #1c69f7; margin: 0 auto;}
.about-txt-2 {margin-right: 35px; margin-top: 68px; line-height: 25px; color: #5f5f5f;}
.about-txt-2 p {margin-bottom: 20px;}
.about-pic-2 {width: 100%;}
/*JOB*/
.joblist {}
.jonav li { width: 25%; }
.jot {background: #eee;}
.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 { background: #eee; 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: #1c69f7; 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: #1c69f7; }
.jotxs.act .arrow { transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform: rotate(45deg); }
.jo2 { }
.jos a { color: #0668b2 }
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; }
/*--------------------------------
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 {
    margin-top: 80px;
}

@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: #111; text-indent:20px; color: #fff; font-size: 16px;}
.product-description-review .tab-content {
    background-color: #f6f6f6;
    padding: 45px;
	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;
}


ul.breadcrumb {
    background-color: transparent;
    display: inline;
}

ul.breadcrumb li {
	display: inline;
	color:#333;
}

@media(max-width:720px){
ul.breadcrumb li {
  font-size: 12px;
}
}

.breadcrumb > li + li:before {  
    color:#333;
}
.breadcrumb > .active {
    color: #333;
}

@media screen and (max-width:991px) {
.logo img {width:135px;}
.menu .nav > li > a {font-size: 14px; color: #fff!important;}
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: #ef9632!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;}

.banner-mt { margin-top: 0;}	
.sm-top {margin-top: 20px;}


.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;}	
.index-about .con {padding-bottom:50px; padding-top:10px; }
.index-about .con .con-fr .tit { margin-top: 20px; font-size: 20px; margin-bottom: 25px;}	
	.index-about .con .con-fr .tit span {margin-top: 5px;}
	.index-about .con .tit-pic {padding-bottom: 0;}	
	.index-about .con .con-fr .name {margin-bottom:10px; font-size: 16px;}
	.index-about .con .con-fr .txt {margin-bottom: 20px;}
	.index-about .con .con-fr .more {margin-bottom: 20px;}
	
	.new-pro { width: 100%; height:auto; margin-top:0;}
    .new-pro-pic {margin-top:0; }

	.hot-pro-pic {margin-bottom: 20px;}
.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;}	
	
.pro-ban,.contact-ban,.about-ban,.news-ban {display: none;}
 
.pro-ban-s {background: url("../images/inner_pro_bans.jpg") no-repeat center; display: block;}
.contact-ban-s {background: url("../images/inner_contact_bans.jpg") no-repeat center; display: block;}
.about-ban-s {background: url("../images/inner_about_bans.jpg") no-repeat center; display: block;}
.news-ban-s {background: url("../images/inner_news_bans.jpg") no-repeat center; display: block;}	
	
 


	
.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; }

	
}

/*底部*/

.foot { width: 100%; overflow: hidden; background: url("../images/foot_bg.jpg") no-repeat center 0px; height: 425px;}

.foot-con {padding:70px 0 26px 0;overflow: hidden;}

.foot-logo {margin-bottom: 23px;}

.foot-logo img {}

.foot-txt {line-height: 31px; color:#fff; clear: both;}
.social-area{ color:#fff;}
.social-area span:first-child{position: relative;
    top: 4px;}
.social-area span {margin-top:9px;}

.social-area span a:hover .fa-inverse { color:#fff;}

.social-area span a:hover i {color:#1f2a66;}

.social-area i { color:#fff;}

.social-area .fa-inverse {color:#1d1d1d;}

.foot-con dl {display: block; margin-top:15px; }

.foot-con dl dt {margin-bottom: 6px; font-weight:normal!important;}

.foot-con dl dt em {color: #fff;display: block; margin-bottom: 12px; font-size: 16px;text-transform: capitalize;}

.foot-con dl dt o {display:block; width: 20px; height: 3px; background: #fabe00; } 

.foot-con dl dd {display: block; line-height: 32px; font-size: 12px;text-transform: capitalize;}

.foot-con dl dd a {color: #fff;}

.foot-copy {color: #fff; line-height: 42px; text-align: center;}

.foot-con .col-lg-2{ padding-right: 0;padding-left: 0;}
.carousel-inner > .item video{ width:100%;}
