@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 a {

	/*

    text-decoration: none;

    transition: 0.5s all;

    -webkit-transition: 0.5s all;

    -moz-transition: 0.5s all;

    -o-transition: 0.5s all;

    -ms-transition: 0.5s all;

	cursor:pointer !important;

	*/

}



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;  background-color:transparent !important; 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: #1761b8!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 #1761b8;}

.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: #1761b8;}

.menu .nav > li > a {padding-left: 0;padding-right: 0; margin: 0 40px; 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;

}





.wrap .navbar-toggle {margin-top:20px;}

.wrap .navbar {margin-bottom: 0;}

.carousel-indicators .active {background-color: #ffffff;}

.carousel-indicators li {border:1px solid #ffffff;}



/*首页*/

.hot_cat {padding: 80px 0;}

.hot-cat {background: #f1f1f0; overflow: hidden;}

.hot-cat a{display:block; overflow: hidden;}

.hot-cat img {display: block; width: 100%; transition: transform 0.3s ease 0s; }

.hot-cat img:hover{transform: scale(1.1); /*transition: transform 0.3s ease 0s;*/  }

.hot-cat .txt {padding: 30px 50px;}

.hot-cat .txt span {font-size: 18px; color: #333; line-height: 30px; display: block;}

.hot-cat .txt em { color: #717171; display: block;}



.hot_pro {padding-bottom: 70px;}

.hot_pro .row {margin: 0!important;}



.hot_pro_top {height: 33px; margin-bottom: 31px;}

.hot_pro_top_fl {}

.hot_pro_top_fl span {margin-top: 9px; font-size: 24px; color: #1761b8;}

.hot_pro_top_fl em {margin-top: 20px; color: #b1b1b1;}

.hot_pro_top_fr { float: right;}

.hot_pro_top_fr span {display: block; float: left; margin-right:25px; width: 118px; line-height: 31px; border: 1px solid #eae8e8; border-radius: 20px; text-align: center;}

.hot_pro_top_fr span:nth-child(5) { margin-right:0;}

.hot_pro_top_fr span a {color: #858484;}

.hot_pro_top_fr span:hover {display: block; background: #e30000; border: 1px solid #e30000;}

.hot_pro_top_fr span:hover a {color: #fff;}





/* scrollpic */

.scrollpic{margin:20px auto;}

#myscroll{display:block; width:100%; position:relative; height: 360px; 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 3px; background: #ebebeb; border: #ebebeb solid 2px;overflow: hidden;float:left; width:304px;   height: 313px;}

#myscroll ul li:hover{background: #1761b8;  border: #1761b8 solid 2px;}

#myscroll ul li img {margin-top: 2px; margin-left: 2px; display: block;transition: transform 0.3s ease 0s; width: 296px;}

#myscroll ul li:hover img{transform: scale(1.1); -webkit-transition: -webkit-transform 0.3s ease 0s; transition: -webkit-transform 0.3s ease 0s; transition: transform 0.3s ease 0s; transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s }



#myscroll ul li a{ color:#333; display: block;  }

#myscroll ul li .intro{ padding: 20px 18px;}



#myscroll ul li span{line-height: 25px; text-align: center;}

#myscroll ul li div{ }

#myscroll #myscrollbox ul li a.imga{display:block; overflow: hidden;}

#myscroll .intro{padding:30px 18px;}

#myscroll .intro span {line-height: 25px; display: block; color: #424242;}

#myscroll .intro div {line-height: 23px; font-size: 12px; display: block; color: #939393;}



#myscroll ul li:hover .intro {background: #1761b8; border: #ebebeb;}

#myscroll ul li:hover .intro span a,#myscroll ul li:hover .intro div {color: #fff;} 



#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: #1761b8;}

#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;}

}



.index_box {width: 100%; overflow: hidden; background: url("../images/index_about_bg.jpg") no-repeat center; filter:"progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";

-moz-background-size:100% 100%;

-webkit-background-size:100% 100%;

background-size:100% 100%;}

.index-about {padding: 116px 0; overflow: hidden;}

.index-about .con {padding: 0 70px; text-align: center; color: #fff;}

.index-about .con .tit {font-size: 48px; height: 108px;}

.index-about .con .txt {line-height: 30px; margin-bottom: 85px;}

.i_fw_list{ width:684px; margin:0 auto;}

.i_fw_list li{ float:left; width:228px;}

.i_fw_list li .ico_c{width:114px;height:114px; margin:0 auto;}

.i_fw_list li .ico_c .ico{width:114px;height:114px;}

.i_fw_list li .ico_c .ico1{background:url(../images/a-b-1.png) center no-repeat;}

.i_fw_list li .ico_c .ico2{ background:url(../images/a-b-2.png) center no-repeat;}

.i_fw_list li .ico_c .ico3{ background:url(../images/a-b-3.png) center no-repeat;}

.i_fw_list li .txt{ color: #fff; line-height:25px; padding-top:20px; text-align:center;}

.i_fw_list li:hover .ico_c .ico1{ background:url(../images/a-b-1a.png) center no-repeat;}

.i_fw_list li:hover .ico_c .ico2{ background:url(../images/a-b-2a.png) center no-repeat;}

.i_fw_list li:hover .ico_c .ico3{ background:url(../images/a-b-3a.png) center no-repeat;}





.index-news { padding:70px 0;}

.index-news .row {margin: 0!important;}



.index-news-top {height: 33px; margin-bottom: 31px;}

.index-news-topfl {}

.index-news-topfl span {margin-top: 9px; font-size: 24px; color: #1761b8;}

.index-news-topfl em {margin-top: 20px; color: #b1b1b1;}

.index-news-topfr {float:right;}

.index-news-topfr span {display: block; float: left; margin-left:25px; width: 118px; line-height: 31px; border: 1px solid #eae8e8; border-radius: 20px; text-align: center;}

.index-news-topfr span:nth-child(4) { margin-right:0;}

.index-news-topfr span a {color: #858484;}

.index-news-topfr span:hover {display: block; background: #e30000; border: 1px solid #e30000;}

.index-news-topfr span:hover a {color: #fff;}

.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:0 5px; overflow: hidden;}

.myscroll ul li a{ display: block; overflow: hidden;}

.myscroll ul li img {display: block; max-width: 300px;transition: transform 0.3s ease 0s;}

.myscroll ul li img:hover{transform: scale(1.1); transition: transform 0.3s ease 0s; }



.myscroll .intro{ width:300px; padding-top:30px;}

.myscroll .intro .tit {height: 27px;line-height:20px;}

.myscroll .intro .tit a {color: #2d2d2d;}

.myscroll .intro .txt { height: 80px; line-height:20px; font-size: 12px; color: #8e8d8d; border-bottom: 2px solid #707070; padding-top: 24px;}

.myscroll .intro .time {padding-top: 30px; color: #626161; font-size: 16px; font-weight: bold;}

.myscroll .intro .time i {float:right; color: #626161; font-size: 16px; font-weight: bold;}

.myscroll li:hover .tit a {color: #1761b8;}

.myscroll li:hover .time {color: #1761b8;}

.myscroll li:hover .time i {color: #1761b8;}

.myscroll li:hover .txt {border-bottom: 2px solid #1761b8;}







.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: #1761b8;}

.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: #2e2e2e;}

.foot-menu { width: 100%; height:61px; border-bottom: 1px solid #404040;}

.foot-menu li {float:left; padding:0 55px; line-height: 61px; font-size: 16px;}

.foot-menu li a {color: #fff;}

.foot-con {padding: 50px 0; color: #adadad;}

.hot-tel {width: 100%; overflow: hidden;}

.hot-tel img {float: left;}

.hot-tel .hot-tel-fr {float: left; margin-left: 10px;}

.hot-tel .hot-tel-fr span {font-size: 16px; display: block; height: 20px;}

.hot-tel .hot-tel-fr em {font-size:20px; display: block;}

.foot-lx {line-height: 30px;}

.foot-cat {}

.foot-cat li {width:195px; line-height: 30px; float: left;}

.foot-cat li a {color: #adadad;}

.foot-logo {float: right;}

.foot-copy { width: 100%; background: #1d1d1d; color: #5e5e5e; text-align: center; line-height:64px;}

/*内页*/

.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:452px;

}



@media only screen and (max-width: 767.98px) {

    .page-header-content {

        height: 200px;

    }

}



.page-header-content h1 {

    color: #000;

    font-weight: 600;

    font-size: 32px;

    line-height: 1;

    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;

    font-size: 18px;

    font-family: "Oswald", sans-serif;

}







.breadcrumb a {

    color: #FFFFFF;

    font-size: 18px;

    font-family: "Oswald", sans-serif;

    font-weight: 300;

    line-height: 1;

}



.breadcrumb a:hover {

    color: #db0303;

}



.breadcrumb .current:after {

    display: none;

}



.breadcrumb .current a {

    color: #db0303;

    pointer-events: none;

}



.pro-ban {background: url("../images/inner_pro_ban.jpg") no-repeat center;}

.contact-ban {background: url("../images/inner_contact_ban.jpg") no-repeat center;}

.about-ban {background: url("../images/inner_about_ban.jpg") no-repeat center;}

.news-ban {background: url("../images/inner_news_ban.jpg") no-repeat center;}

.inner {padding: 100px 0;}





.filters {text-align: center;background: url("../images/d1.png") repeat;}

.filters .filter-tabs {position:relative;display: inline-block;}

.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 li:last-child{margin-right: 0;}

.filters .filter.active,

.filters .filter:hover{

	background:#1761b8;

	color: #fff;

}

.filters .filter a{color: #fff;}

.filters .filter.active a,

.filters .filter:hover a{

	color: #fff;

}



/*index_product*/

.product {}

.product-item { float:left; padding:0; margin:0 3px; margin-bottom: 50px; background: #ebebeb; overflow: hidden;position:relative; width:100%;}

.product-item img { display: block; border:3px solid #ebebeb; text-align: center; margin: auto;transition: transform 0.3s ease 0s;width:100%;}

.product-item img:hover{transform: scale(1.1); transition: transform 0.3s ease 0s; }

.product-item a.imga {   color:#333; overflow: hidden; display: block;}



.product-item  .intro{padding: 20px 18px;}

.product-item  .intro span {line-height: 25px; display: block; color: #333; text-align: center; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; height: 25px; width: 99%;}

.product-item  .intro em {line-height: 22px; font-size: 12px; display: block; color: #939393; height: 44px; }

.product-item  .intro div {line-height: 23px; font-size: 12px; display: block; color: #939393;}

.product-item:hover {background: #1761b8; border: #ebebeb;}

.product-item:hover .intro span a,.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 #1761b8;

    border-radius: 100px;

    color: #1761b8;

    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: #1761b8;

    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: #1761b8;

    border-color: #1761b8;

    border-radius: 25px;

    color: #fff;

}



.btn-brand:hover {

    background-color: #d8d8d8;

    border-color: #d8d8d8;

}

/*NEWS*/

.list-news {}

.news-box {border-bottom: 1px solid #dfdfdf; margin-bottom: 37px;}

.list-news .main { padding-bottom: 37px; }

.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 {height: 33px; font-size: 16px; margin-top: 16px;}

.list-news .main .tit a {font-size: 16px; color: #000; font-weight: bold;/*text-decoration: underline;*/}

.list-news .main .tit a:hover { text-decoration: underline;}

.list-news .main .txt {line-height: 28px;}

.list-news .main .more { width: 123px; line-height: 35px; text-align: center; background: #1761b8; 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; 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: #1761b8; 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: #1761b8; }

.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 .paging a { color: #666; }

.news-info .paging a:hover { color: #1761b8; }

.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 #1761b8; background-color: #1761b8; color: #fff; }



/*关于我们*/

.about {line-height: 25px;}

.about-box-1 {margin-bottom: 80px;}

.about-box-1 .item img{ width:100%;}

.page_inner{padding: 0px 15px 0px 15px;}

.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: #e20104; 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: #e20104; 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: #db0303; }

.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;

}













@media screen and (max-width:991px) {

.logo img {width: 200px;}

.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;}

.menu a {letter-spacing: 1px; font-size: 0.9em; font-size: 14px;}

.menu li li a {padding: 5px 0!important; text-align: center!important;}

.hot_cat {padding:30px 0;}

.hot-cat .txt {padding: 30px 10px;}

.hot-cat .txt span {font-size: 16px; color: #333; line-height: 30px; display: block;}

.hot_pro {padding-bottom: 0;}

.hot_pro_top {height: 80px;}

.hot_pro_top_fr span {width: 100px; font-size: 12px; margin-right: 5px; margin-top:5px;}

.hot_pro .container {padding: 0;}

.index-about {padding:50px 0;}

.index-about .con {padding: 0;}

.index-about .con .tit {font-size:28px; height:50px;}

.index-about .con .txt { margin-bottom: 0;}	

	

.i_fw_list {display: none;}	

	

.index-news {padding:20px 0;}

.index-news-top {height: 80px;}

.index-news-topfr {float:left;}

.index-news-topfr span {width: 100px; font-size: 12px; margin-right: 5px; margin-left: 0; margin-top:5px;}

.index-news .container {padding: 0;}	

.foot-menu {display: none;}

.foot-cat {display: none;}

.foot-lx {padding: 30px 0;}

.foot-logo {float: left;}

.foot-copy {line-height: 25px; padding: 20px 0;}



	

.filters li{padding: 10px 20px; 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; }



	

}





@media (max-width:768px){



}

	

	

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

   

    background-color: #e30000;

    border-color: #e30000;

}	

.breadcrumb {

    color: #333;

  

}

.breadcrumb a {

    color: #333;

}

.breadcrumb > .active {

    color: #333;

}







/*在线客服*/

@media(max-width:720px){

#scrollsidebar{ display: none;}	

}

#scrollsidebar{ }

.custom_service p img {display: inline; margin-top:-5px; vertical-align:middle;}

.scrollsidebar{position:absolute; z-index:999; top:150px;}

.side_content{width:154px; height:auto; overflow:hidden; float:left; }

.side_content .side_list {width:154px;overflow:hidden;}

.show_btn{ width:0; height:112px; overflow:hidden; margin-top:50px; float:left; cursor:pointer;}

.show_btn span { display:none;}

.close_btn{width:24px;height:24px;cursor:pointer;}

.side_title,.side_bottom,.close_btn,.show_btn {background:url(../images/sidebar_bg.png) no-repeat;}

.side_title {height:46px;}

.side_bottom { height:8px;}

.side_center {font-family:Verdana, Geneva, sans-serif; padding:5px 12px; font-size:12px;}

.close_btn { float:right; display:block; width:21px; height:16px; margin:16px 10px 0 0; _margin:16px 5px 0 0;}

.close_btn span { display:none;}

.side_center .custom_service p { text-align:center; padding:6px 0; margin:0; vertical-align:middle;}

.other  { text-align:center;border-bottom:1px solid #ddd;border-top:1px solid #ddd}

.other p { padding:5px 0; _height:16px; margin:0;color: #666666;}

.msgserver { text-align:center; margin-bottom:5px;}

.msgserver a { background:url(../images/sidebar_bg.png) no-repeat -119px -115px; padding-left:22px;}



/* blue skin as the default skin */

.side_title, .side_blue .side_title {background-position:-195px 0;}

.side_center, .side_blue .side_center {background:url(../images/blue_line.png) repeat-y center;}

.side_bottom, .side_blue .side_bottom {background-position:-195px -50px;}

.close_btn, .side_blue .close_btn {background-position:-44px 0;}

.close_btn:hover, .side_blue .close_btn:hover {background-position:-66px 0;}

.show_btn , .side_blue .show_btn {background-position:-119px 0;}

.msgserver a, .side_blue .msgserver a {color:#06C;}



/* green skin  */

.side_green .side_title {background-position:-349px 0;}

.side_green .side_center {background:url(../images/green_line.png) repeat-y center;}

.side_green .side_bottom {background-position:-349px -50px;}

.side_green .close_btn {background-position:-44px -23px;}

.side_green .close_btn:hover {background-position:-66px -23px;}

.side_green .show_btn {background-position:-147px 0;}

.side_green .msgserver a {color:#76a20c;}