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: #eb6400 !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-head {
  position: fixed;
  top: 26px;
  z-index: 99;
  width: 100%;
}
.site-head .site-nav {
  max-width: 90%;
  margin: auto;
  border-radius: 4px;
}
.site-head .auto-container {
  width: 98%;
}
.site-nav {
  width: 100%;
  z-index: 50;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  top: 0;
  left: 0;
  background-color: #fff;
}
.head {
  position: relative;
}
.head .logo {
  position: relative;
  z-index: 10;
  float: left;
  line-height: 108px;
}
.head .logo a {
  display: block;
}
.head .line {
  width: 1px;
  height: 43px;
  display: block;
  float: left;
  background-color: #dddddd;
  margin-top: 35px;
  margin-left: 20px;
}
.head .slogan {
  width: 200px;
  margin-left: 18px;
  margin-top: 31px;
  float: left;
  color: #333;
  font-size: 18px;
}
.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 20px;
  line-height: 110px;
  vertical-align: top;
}
.head .nav li .stair {
  position: relative;
}
.head .nav li.active .stair > a {
  color: #eb6400;
}
.head .nav li.active .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #eb6400;
}
/*.head .nav li.active .sub {*/
/*  display: block;*/
/*}*/
.head .nav li:hover .stair > a {
  color: #eb6400;
}
.head .nav li:hover .stair:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 10;
  bottom: 0px;
  left: 0%;
  width: 100%;
  height: 2px;
  background: #eb6400;
}
.head .nav li .a {
  display: block;
  color: #000;
  font-size: 18px;
}
.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);
}
.hidden-md {
    display: none;
}
.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;
  margin-left: 0px;
  padding-left: 5px;
  line-height: 95px;
  cursor: pointer;
}
.head .top_search .start_login {
  margin-right: 30px;
  filter: brightness(0);
}
.head .top_search .start_login:hover {
  filter: initial;
}
.head .top_search img {
  vertical-align: middle;
}
.head .top_search .search_con2 {
  position: absolute;
  right: 22px;
  top: 26px;
  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: 440px;
  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/icon-search.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: 15px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url(../images/c10.png) center center no-repeat;
}

.head .top_search .head_email_box > a{
  position: relative;
}
.head .top_search .head_email_box > a #shopcar_num{
  display: none;
  position: relative;
  top: -15px;
  right: 15px;
  background: #eb6400;
  padding: 2px 7px;
  color: #fff;
  border-radius: 50%;
}

.head .top_search .head_email_box:hover .head_email:first-child {
  display: none;
}
.head .top_search .head_email_box:hover .head_email:nth-child(2) {
  display: inline-block;
}
.head .top_search .head_email {
  margin-left: 20px;
}
.head .top_search .head_email:first-child {
  display: inline-block;
}
.head .top_search .head_email:nth-child(2) {
  display: none;
}
.sub {
  position: absolute;
  left: 0%;
  top: 100%;
}
.sub .arr {
  display: none;
  width: 0;
  height: 0;
  border: 0px solid transparent;
  border-left-width: 8px ;
  border-right-width: 8px ;
  border-top-width: 6px ;
  border-bottom-width: 6px ;
  border-bottom-color: #fff;
  position: absolute;
  top: -12px;
  left: 28px;
}
.sub > dl {
  display: none;
}
.sub > dl dd {
  line-height: 1.6;
  padding: 10px 15px;
  font-size: 16px;
  background-color: #fff;
  position: relative;
}
.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: #333;
}
.sub > dl dd:hover {
  background-color: #f7f4f1;
}
.sub > dl dd .t-menu {
  position: absolute;
  top: 0;
  left: 100%;
  background-color: #fff;
  display: none;
}
.sub > dl dd .t-menu li {
  padding: 10px 20px;
  box-sizing: border-box;
  /*line-height: 40px;*/
  line-height: 1.6;
  margin: 0;
}
.sub > dl dd .t-menu li a {
  display: block;
}
.sub > dl dd .t-menu li a:hover {
  color: #0069be;
}
.sub > dl a {
  color: #333;
  white-space: nowrap;
}
.scrollHead {
  top: 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.scrollHead .site-nav {
  max-width: 100%;
  border-radius: 0;
}
.scrollHead .head .nav li {
  line-height: 80px;
}
.scrollHead .head .top_search {
  line-height: 75px;
}
.scrollHead .head .logo {
  line-height: 78px;
}
.scrollHead .head .logo img {
  height: 70px;
}
.scrollHead .head .slogan {
  margin-top: 16px;
}
.scrollHead .head .line {
  margin-top: 22px;
}
#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: #eb6400;
  border: 0;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.M_search .m_search_btn img {
  display: inline-block;
}
.footer {
  position: relative;
  z-index: 3;
  background-color: #fff;
}
.footer .footer_content {
  padding-top: 92px;
  padding-bottom: 58px;
}
.footer .footer_content_l {
  width: 40%;
  float: left;
}
.footer .footer_content_l dl {
  float: left;
}
.footer .footer_content_r {
  width: 60%;
  float: right;
}
.footer .footer_content_r dl {
  margin-left: 94px;
  float: right;
}
.footer dl {
  transition: all 0.3s ease 0s;
  color: #333;
}
.footer dl.productDl {
  width: 270px;
}
.footer dl.productDl dd {
  width: 60%;
  display: inline-block;
}
.footer dl dt {
  margin-bottom: 45px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
}
.footer dl dd {
  line-height: 36px;
  font-size: 16px;
  color: #666666;
}
.footer dl dd a {
  color: #666666;
  text-decoration: none;
}
.footer dl dd a:hover {
  color: #eb6400;
}
.footer .ewmBox .ewmdd div {
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}
.footer .contact_box {
  width: 245px;
  margin-left: 68px;
}
.footer .contact_box dd {
  padding-left: 30px;
  position: relative;
  line-height: 26px;
  margin-bottom: 10px;
}
.footer .contact_box dd img {
  position: absolute;
  top: 2px;
  left: 0;
}
.footer .friends_links {
  position: relative;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.footer .friends_links a {
  line-height: 60px;
  font-size: 17px;
  color: #333;
  margin-right: 40px;
}
.footer .friends_links a:hover {
  color: #ffe700;
}
.footer .friends_links span {
  margin-right: 15px;
  line-height: 60px;
  font-size: 17px;
  color: #333;
}
.footerbar {
  background-color: #e4e4e4;
  text-align: center;
  padding: 14px 0;
  color: #666666;
  font-size: 16px;
}
.footerbar .copyright {
  float: left;
  line-height: 42px;
}
.footerbar .copyright a {
  color: #666;
  margin-right: 18px;
}
.footerbar .copyright a:hover {
  color: #eb6400;
}
.footerbar .links a {
  color: #666;
}
.shape {
  margin-top: 16px;
  display: inline-block;
}
.shape a {
  display: inline-block;
  margin-left: 16px;
}
.shape a img {
  vertical-align: top;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.shape a:hover img{
    -webkit-filter: unset;
    filter: unset;
}
/*.shape a img:first-child {*/
/*  display: inline-block;*/
/*}*/
/*.shape a img:nth-child(2) {*/
/*  display: none;*/
/*}*/
/*.shape a:hover img:first-child {*/
/*  display: none;*/
/*}*/
/*.shape a:hover img:nth-child(2) {*/
/*  display: inline-block;*/
/*}*/
.language {
  display: inline-block;
  margin-left: 40px;
}
.language a {
  color: #666;
  font-size: 16px;
}
.language a:hover {
  color: #eb6400;
}
.post-pagination div{ margin:20px 0;font-size: 16px;  font-weight: bold;  color: #666666;}
.post-pagination div a{ font-size: 16px;  font-weight: bold;  color: #666666;}