@font-face {
  font-family: 'phagspab';
  src: url('../fonts/phagspab.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BebasNeue';
  src: url('../fonts/BebasNeue.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'Arial';
}
.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn {
  cursor: pointer;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.hoverBtn:hover {
  background-color: #eb5405 !important;
  color: #fff !important;
}
.nowrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ellip2 {
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.auto-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
.top-search-overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #666666;
  z-index: 100;
  opacity: 0.8;
  display: none;
}
.site-nav {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  background-color: #fff;
}
.nav_wrapper {
  width: 95%;
  margin: 0 auto;
}
.head {
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  line-height: 100px;
  float: left;
}
.head .logo a {
  display: block;
}
.head .logo .logoImg {

}
.head .slogan {
  margin-top: 30px;
  margin-left: 18px;
  padding-left: 28px;
  float: left;
  color: #666666;
  font-size: 18px;
  line-height: 24px;
  position: relative;
}
.head .slogan span{color:#eb5405;font-weight:700;/*font-size:18px;*/}
.head .slogan::after {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  top: 0;
}
.head .navBar {
  float: right;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.5s;
  transform-origin: left center;
}
.head .nav li {
  position: relative;
  display: inline-block;
  margin: 0 23px;
  line-height: 100px;
  vertical-align: top;
}
.head .nav li .stair {
  position: relative;
}
.head .nav li.active .stair > a {
  color: #eb5405;
}
.head .nav li.active .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #eb5405;
}
.head .nav li.active .sub {
  display: block;
}
.head .nav li:hover .stair > a {
  color: #eb5405;
}
.head .nav li:hover .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 3px;
  background-color: #eb5405;
}
.head .nav li .a {
  display: inline;
  color: #333333;
  font-size: 16px;
  padding: 8px 0px;
  border-radius: 5px;
  text-transform: uppercase;
}
.head .nav li .a .mobile-navbtn {
  position: absolute;
  top: 10px;
  right: 0;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.head .nav li .a .mobile-navbtn.open {
  transform: rotate(90deg);
}
.head .nav li .a .mobile-navbtn::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #555;
  border-bottom: 2px solid #555;
  transform: rotate(45deg);
}
.head .top_search {
  position: relative;
  float: right;
  padding-left: 10px;
  line-height: 100px;
  cursor: pointer;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 24px;
  height: 50px;
  z-index: 100;
  transform: scale3d(0, 0, 0);
  transform-origin: right center;
  transition: all 0.5s;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 500px;
  opacity: 1;
}
.head .top_search .search_con2 .search-input {
  width: 380px;
  float: left;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  font-size: 16px;
  padding-left: 20px;
  background: #fff;
}
.head .top_search .search_con2 .input1 {
  height: 48px;
  line-height: 48px;
  background: none;
  border: 0;
  width: calc(100% - 57px);
  float: left;
  outline: none;
  font-size: 16px;
  color: #666666;
  font-family: "微软雅黑";
}
.head .top_search .search_con2 .bnts {
  float: right;
  width: 56px;
  height: 48px;
  background: url(../images/head_pic3.png) center center no-repeat;
  margin-right: 1px;
  cursor: pointer;
  border: none;
  outline: none;
}
.head .top_search .search_con2 .moblie-search-close {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: url(../images/c10.png) center center no-repeat;
  background-size: 100%;
}
.sub {
  position: absolute;
  left: 0%;
  top: 100%;
  /*width: 100%;*/
}
.sub > dl {
  display: none;
}
.sub > dl.s-menu{
        padding-bottom: 10px !important;
    background-color: #ffffff;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 5px 15px;
  font-size: 16px;
  background-color: #fff;
}
.sub > dl dd .mobile-navbtn {
  display: none;
  position: absolute;
  top: 8px;
  right: 15px;
  margin: auto;
  font-size: 20px;
  width: 20px;
  height: 20px;
  transition: 0.3s;
}
.sub > dl dd .mobile-navbtn.open {
  transform: rotate(90deg);
}
.sub > dl dd .mobile-navbtn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 10px;
  height: 10px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
}
.sub > dl dd .text {
  display: inline-block;
  vertical-align: middle;
  color: #535353;
}
.sub > dl dd:hover .text {
  color: #eb5405;
}
.sub > dl dd .t-menu {
  position: absolute;
  margin-top: -45px;
  left: 100%;
  background-color: #fff;
  display: none;
}
.sub > dl dd .t-menu li {
  padding: 5px 15px;
  box-sizing: border-box;
  line-height: 26px;
  margin: 0;
  width: 100%;
}
.sub > dl dd .t-menu li a {
  display: block;
}
.sub > dl dd .t-menu li a:hover {
  color: #eb5405;
}
.sub > dl a {
  color: #333;
  white-space: nowrap;
}
.scrollHead {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #130f0e;
}
#showopen .top_search .search_con2 {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale3d(1, 1, 1);
}
#showopen .head .navBar {
  opacity: 0;
  filter: alpha(opacity=0);
  transform: scale3d(0, 0, 0);
}
#showopen .head .top_search img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.M_search {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  width: 100%;
  height: 58px;
  background-color: red;
  box-sizing: border-box;
}
.M_search .mInp1 {
  width: 100%;
  height: 100%;
  border: 0;
  box-sizing: border-box;
  outline: none;
  padding: 10px;
  padding-right: 74px;
  font-size: 15px;
  color: #666;
}
.M_search .mInp1::placeholder {
  color: #999;
}
.M_search .m_search_btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 80px;
  background-color: #eb5405;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.footbg {
  padding-top: 58px;
  padding-bottom: 58px;
  background: url(../images/footer_bg.jpg) no-repeat center;
}
.footbg .foot .ft_left {
  width: 450px;
  display: inline-block;
  vertical-align: top;
}
.footbg .foot .ft_center {
  margin-left: 6%;
  display: inline-block;
  vertical-align: top;
}
.footbg .foot .ft_right {
  float: right;
  text-align: center;
}
.footbg .foot .ft_right .thead::after {
  bottom: 0;
  left: 30%;
}
.footbg .foot .thead {
  position: relative;
  margin-bottom: 34px;
  padding-bottom: 16px;
  font-size: 19px;
  color: #fff;
  text-transform: uppercase;
}
.footbg .foot .thead::after {
  content: '';
  display: block;
  width: 70px;
  height: 2px;
  background-color: #eb5405;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footbg .foot .f_item {
  margin-bottom: 34px;
}
.footbg .foot .f_item .t {
  margin-bottom: 14px;
  font-size: 16px;
  color: #fff;
}
.footbg .foot .f_item .t img {
  vertical-align: middle;
}
.footbg .foot .f_item p {
  color: #fff;
  font-size: 16px;
}
.footbg .foot .f_product_links a {
  margin-bottom: 24px;
  display: block;
  color: #fff;
  font-size: 15px;
}
.footbg .foot .f_product_links a:hover {
  color: #eb5405;
}
.footbg .foot .f_contactus .qrcode_box {
  display: inline-block;
  padding: 6px;
  background-color: #eb5405;
}
.footbg .foot .f_contactus .qrcode_box img {
  max-width: 137px;
}
.footbg .foot .f_contactus .focus_code {
  margin-top: 10px;
  font-size: 15px;
  color: #fff;
}
.footbg .foot .f_contactus .platform_links {
  margin-top: 26px;
}
.footbg .foot .f_contactus .platform_links li {
  margin: 0 10px;
  display: inline-block;
}
.footbg .foot .f_contactus .platform_links li img {
  max-width: 45px;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #f2f2f2;
}
.footer .footer_content {
  padding-top: 70px;
}
.footer dl {
  transition: all 0.3s ease 0s;
  float: right;
  margin-bottom: 40px;
  padding-left: 5%;
  color: #888888;
}
.footer dl dt {
  padding-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.footer dl dd {
  line-height: 26px;
  font-size: 14px;
  color: #666666;
}
.footer dl dd p {
  width: 254px;
  word-wrap: break-word;
  line-height: 24px;
}
.footer dl dd a {
  color: #666666;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #eb5405;
}
.footer .contact-us {
  padding-right: 0;
  float: right;
}
.footer .contact-us img {
  max-width: 144px;
}
.footer .contact-us dd {
  line-height: 28px;
  color: #fff;
}
.footer .contact-us .dd1 {
  font-size: 15px;
}
.footer .contact-us .dd2 {
  font-size: 30px;
  letter-spacing: -3px;
}
.footer .contact-us .dd3 {
  margin-top: 16px;
  font-size: 13px;
  color: #7d7d7d;
}
.footer .foot_add {
  padding-left: 0;
  padding-right: 132px;
  float: left;
  box-sizing: content-box;
  border-right: 1px solid #e4e4e4;
}
.footer .foot_add dt {
  margin-bottom: 20px;
}
.footer .foot_add dt img {
  max-width: 170px;
}
.footer .foot_add dt .ico {
  display: inline-block;
  vertical-align: top;
}
.footer .foot_add dt .phone {
  display: inline-block;
  vertical-align: top;
}
.footer .foot_add dt .phone span {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
}
.footer .foot_add dt .phone p {
  font-family: 'BebasNeue';
  font-size: 30px;
  color: #333;
  line-height: 1;
}
.footer .foot_add dt .phone p a{
  color: #333;
}
.footer .foot_add dd {
  width: 360px;
  position: relative;
}
.footer .foot_add dd > img {
  position: absolute;
  left: 0;
  top: 6px;
  max-width: 18px;
}
.footer .foot_add .jk_div {
  padding-left: 24px;
  line-height: 24px;
}
.footer .f_link_product {
  width: 400px;
}
.footer .f_link_product dd {
  width: 50%;
  float: left;
}
.friends_links {
  position: relative;
  width: 100%;
  background-color: #f2f2f2;
  padding: 0 20px 20px;
  box-sizing: border-box;
}
.friends_links a {
  line-height: 58px;
  font-size: 14px;
  color: #666;
  margin-right: 26px;
}
.friends_links a:hover {
  color: #eb5405;
}
.friends_links span {
  margin-right: 16px;
  line-height: 58px;
  font-size: 16px;
  color: #666;
}
.footerbar {
  background-color: #fff;
  text-align: center;
  height: 50px;
  color: #666;
  line-height: 90px;
  font-size: 14px;
}
.footerbar .copyright {
  float: left;
}
.footerbar .copyright a {
  color: #666;
}
.footerbar .links {
  float: right;
}
.footerbar .links a {
  color: #666;
}
.footerbar .sitemap {
  margin-left: 10px;
}
.footer .footer_content .share{
    display: none;
}
.share li {
  margin: 0 2px;
  display: inline-block;
}
.share li:hover img {
  opacity: 0.6;
}
.share li img {
  max-width: 100%;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.productbox{margin-top: 20px;}
.productbox .item{padding:10px;border: 1px solid transparent;}
.productbox .item a{
    display: block;
}
.productbox .item .cover{
    overflow: hidden;
}
.productbox .item .cover img{min-height:255px;max-height:255px;}

.productbox .item:hover{
    border-color: #eb5405;
}
.detail{text-align: center;}
.detail h6{
    font-size: 16px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin: 10px 0;
    min-height: 40px;
}
.detail span{
    display: block;
    width: 70%;
    margin: 23px auto 0;
    line-height: 37px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
    background-color: #ffd412;
}
.detail span:hover{
    background-color: #ffd412;
    font-weight: 700;
    color: #fff;
}