.logo imghtml,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  position: relative;
}
html {
  overflow-x: scroll;
}
a {
  text-decoration: none;
  color: #444;
}
a:hover {
  color: #ff6a00;
}
a:focus {
  outline: 0;
}
a:active {
  outline: 0;
}
ul {
  list-style: none;
}
a {
  outline: 0;
}
img {
  border: 0;
}
h3:hover {
  color: #ff6a00 !important;
}
.uk-container {
  max-width: 1280px !important;
}
.contactus a {
  color: inherit !important;
  width: 100%;
  display: block;
}
.clearfix {
  clear: both;
  margin: 0;
  padding: 0;
  border: 0;
}
/* header */
.header {
  background: #fff;
  /*border-bottom: 2px solid #e7e7e7;*/
}
.middle {
  width: 1000px;
  margin: 0 auto;
}
.zcon {
  width: 1200px;
  margin: 0 auto;
}
.mobile-header {
  display: none;
}
.head {
  overflow: hidden;
}
.logo {
  float: left;
  box-sizing: border-box;
  height: 80px;
  display: flex;
  align-items: center;
  margin-right: 40px;
}
.logo img {
  height: 59px;
}
.top_tel {
  float: right;
  padding-left: 70px;
  background: url(img20170107/tel.png) no-repeat left center;
  margin-top: 33px;
  background-size: 60px 60px;
  padding-top: 3px;
  padding-bottom: 2px;
}
.top_tel p i {
  font-size: 18px;
  margin-bottom: 10px;
  display: block;
  font-style: normal;
}
.top_tel p span {
  color: #d3433e;
  font-size: 24px;
  font-weight: bold;
}
.nav {
  background: #fff;
  font-size: 17px;
  overflow: hidden;
}
.nav .nav-box li {
  position: relative;
  float: left;
  line-height: 80px;
  margin: 0 0 0 58px;
}
.nav .nav-box li.first {
  margin: 0 6px 0 0;
}
.nav .nav-box li.active a {
  color: #ff6a00;
}
.nav .nav-box li a {
  position: relative;
  z-index: 10;
  float: left;
  color: #333;
  outline: none;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  display: block;
  overflow: hidden;
}
.nav .nav-box li a:hover {
  color: #ff6a00;
  text-decoration: none !important;
}
.nav .nav-box li:hover::after {
  display: block;
}
.nav .nav-box li::after {
  content: "";
  display: none;
  width: 43px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  background-color: #ff6a00;
}
.nav .nav-box li.active::after {
  display: block;
}
.nbanner {
  position: relative;
  overflow: hidden;
}
.nbanner a {
  display: block;
}
.nbanner img {
  position: relative;
  margin-left: -960px;
  left: 50%;
  display: block;
  width: 1920px;
}
/* footer */
.link-index {
  width: 100%;
  background-color: #2d2f32;
  margin-bottom: -10px;
}
.link-content {
  padding: 16px 0 0 0;
  position: relative;
  font-family: simsun;
}
.link-content .link-title {
  color: #ccc;
  float: left;
  margin-right: 10px;
}
.link-content .link-middle .middle-content a {
  padding-right: 10px;
  height: 23px;
  line-height: 23px;
  color: #aaa;
}
.link-content .link-middle .middle-content a:hover {
  color: #fff;
}
.gray-line {
  clear: both;
  width: 100%;
  border-top: 1px solid #b8b8b8;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.white-line {
  clear: both;
  width: 100%;
  border-top: 1px solid #fff;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.footer {
  width: 100%;
  line-height: 22px;
  font-size: 13px;
  background-color: #40444b;
  color: #bbb;
  padding: 32px 0 30px;
}
.footer .lianxi {
  float: left;
  padding: 10px 0;
  font-size: 15px;
  line-height: 1.9em;
}
.footer .foot_erweima {
  float: right;
  width: 108px;
  height: 108px;
  background: url(img/bg_6.jpg) no-repeat;
  margin-right: 10px;
  margin-top: 12px;
}
.footer a {
  color: #333;
}
.flink {
  background-color: #40444b;
  color: #bbb;
  padding-top: 40px;
  font-size: 15px;
}
.flink .flink_tit {
  margin-right: 10px;
}
.flink a {
  color: #bbb;
  margin-right: 5px;
}
.index .footer {
  padding-top: 0;
}
.index .footer .lianxi {
  padding-top: 5px;
}
.index .footer .foot_erweima {
  margin-top: 5px;
}
/*固定的悬浮窗*/
.yb_conct {
  position: fixed;
  z-index: 9999999;
  top: 200px;
  right: -127px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.yb_bar ul li {
  width: 180px;
  height: 53px;
  font: 16px/53px "Microsoft YaHei";
  color: #fff;
  text-indent: 54px;
  margin-bottom: 3px;
  border-radius: 3px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.yb_bar .yb_top {
  background: #ff6a00 url(img/fixCont.png) no-repeat 0 0;
}
.yb_bar .yb_phone {
  background: #ff6a00 url(img/fixCont.png) no-repeat 0 -57px;
}
.yb_bar .yb_QQ {
  text-indent: 0;
  background: #ff6a00 url(img/fixCont.png) no-repeat 0 -113px;
}
.yb_bar .yb_ercode {
  /*height:200px;*/
  background: #ff6a00 url(img/fixCont.png) no-repeat 0 -169px;
}
.hd_qr {
  padding: 6px 37px 25px 37px;
  box-sizing: border-box;
  width: 180px;
}
.yb_QQ a {
  display: block;
  text-indent: 54px;
  width: 100%;
  height: 100%;
  color: #fff;
}
.yb_QQ a:hover {
  color: #fff;
}
.info_nav {
  padding: 2em 0 1em;
  text-align: center;
}
.info_nav a {
  display: inline-block;
  width: 150px;
  height: 36px;
  line-height: 35px;
  margin: 0 5px;
}
.info_nav .info_back {
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
.info_nav .info_qq {
  border: 1px solid #ff6a00;
  background: #ff6a00;
  color: #fff;
}
.imsg {
  background: url(img20170107/foot1_bg.png) no-repeat center top;
  background-size: cover;
}
.imsg h2 {
  font-size: 30px;
  font-family: "黑体";
  color: #000000;
  padding-top: 82px;
}
.imsg .s1 {
  overflow: hidden;
  margin-bottom: 80px;
  padding-top: 40px;
}
.imsg input {
  float: left;
  padding: 20px 0 20px 20px;
  background-color: #ffffff;
  color: #888888;
  font-size: 14px;
  border: 0;
}
.imsg .s1-a {
  width: 240px;
  margin-right: 20px;
}
.imsg .s1-b {
  width: 415px;
}
.imsg .s1-c {
  float: right;
  width: 180px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
  padding-left: 5px;
}
.imsg p {
  color: #535353;
  font-size: 14px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.sidemenu {
  display: none;
}
#pull {
  display: none;
}
.menu_bg {
  display: none;
}
.zixun_phone,
.zixun_phone_inlb {
  display: none !important;
}
.phone_foot {
  display: none;
}
.page_comm {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 40px;
}
.page_comm li {
  display: inline-block;
  list-style: none;
  margin-bottom: 10px;
}
.page_comm a,
.page_comm span.pageinfo {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 6px;
  border: 1px solid #ff6a00;
  color: #ff6a00;
}
.page_comm a:hover {
  background-color: #ff6a00;
  color: #fff;
}
.page_comm li.thisclass {
  background-color: #ff6a00;
  color: #fff;
  padding: 2px 10px;
  margin-right: 6px;
  border: 1px solid #ff6a00;
}
.apply_info {
  background: url("zshop/i/061.png");
  padding-top: 30px;
  padding-bottom: 60px;
}
.apply_info .apply_ form {
  margin-top: 50px;
}
.apply_info .apply_ form .input_table {
  float: left;
}
.apply_info .apply_ form .input_table input {
  padding: 17px 20px;
  border-radius: 5px;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  font-size: 18px;
  color: #606060;
  box-sizing: border-box;
  margin-right: 32px;
}
.apply_info .apply_ form .input_table .name {
  width: 250px;
}
.apply_info .apply_ form .input_table .phone {
  width: 250px;
}
.apply_info .apply_ form .input_table .phone.active {
  background: #d3433e;
}
.apply_info .apply_ form .input_table .phone.active::-webkit-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .phone.active::-moz-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .phone.active::-ms-input-placeholder {
  color: #fff;
}
.apply_info .apply_ form .input_table .xq {
  width: 380px;
}
.apply_info .apply_ form .send_apply {
  float: right;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.apply_info .apply_ form .send_apply button {
  padding: 17px 20px;
  width: 200px;
  border: none;
  outline: none;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 20px;
  border-radius: 5px;
  color: #fff;
  transition: 0.5s;
  background: #4c535a;
  border: 1px solid #4c535a;
  cursor: pointer;
}
.apply_info .apply_ form .send_apply:hover button {
  background: #d3433e;
  border: 1px solid #d3433e;
  transition: 0.5s;
}
.apply_info .apply_ .aside_info {
  font-size: 18px;
  color: #606060;
  margin-top: 30px;
}
.apply_info .apply_ .aside_info b {
  font-size: 24px;
  color: #d3433e;
}
.apply_info h4 {
  margin-top: 20px;
  font-size: 32px;
  line-height: 32px;
  color: #3d434b;
  font-weight: bold;
  text-align: center;
}
.apply_info .apply_ form {
  overflow: hidden;
}
.center_intrl {
  float: left;
  margin-left: 162px;
  text-align: center;
  margin-top: 34px;
}
.center_intrl h4 {
  font-size: 28px;
  color: #3d434b;
  letter-spacing: 2px;
  font-weight: bolder;
}
.center_intrl h4 b {
  color: #d3433e;
}
.center_intrl p {
  font-size: 18px;
  color: #4c535a;
  margin-top: 15px;
}
.drop-down-content {
  padding: 0;
  overflow: hidden;
  clear: both;
  display: none;
  position: absolute;
  top: 66px;
  background: #fff;
  z-index: 9;
}
.drop-down-content li:hover a {
  color: #ff6a00;
}
.nav .drop-down:hover .drop-down-content {
  display: block;
}
.drop-down-content li {
  float: none;
  clear: both;
}
.drop-down {
  position: relative;
}
.drop-down .discount {
  position: absolute;
  font-weight: 400;
  font-size: 10px;
  color: #ff6a00;
  top: 16px;
  line-height: 13px;
  right: 0;
}
.drop-down .localization {
  width: 150px !important;
}
.drop-down .localization > div {
  display: inline-block;
  width: 50px !important;
  height: 18px !important;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #ff6a00;
  font-size: 12px;
  color: #ff6a00;
  text-align: center;
  line-height: 17px;
  white-space: nowrap;
}
.drop-down:hover .localization {
  width: 150px !important;
}
.nav {
  height: 66px;
  overflow: visible;
}
.nav .nav-box li a {
  width: 105px;
}
.nav .nav-box li {
  margin: 0;
}
.banner-form {
  width: 396px;
  height: 344px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0px 4px 6px 0px rgba(55, 56, 58, 0.06);
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffffff;
  padding: 30px;
  box-sizing: border-box;
  z-index: 999;
}
.banner-form .input_table input {
  width: 336px;
  height: 54px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #d7d7d7;
  margin-bottom: 25px;
  padding: 0 20px;
  box-sizing: border-box;
}
.banner-form button {
  width: 336px;
  height: 54px;
  background: #ff6a00;
  border-radius: 8px 8px 8px 8px;
  border: none;
  color: #fff;
}
.register {
  position: relative;
}
.register .banner-form {
  position: absolute;
  right: 200px;
  top: 180px;
}
.fast-reg {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-image: url("../img/reg-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 442px;
}
.reg-title {
  font-weight: bold;
  font-size: 44px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-bottom: 60px;
}
.fast-reg .right {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.fast-reg .right .field {
  height: 44px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(69, 32, 6, 0.1);
  border-radius: 12px 12px 12px 12px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 0 20px;
  width: 320px;
}
.fast-reg .right .field input {
  height: 44px;
  border: none;
  outline: none;
  flex: 1;
}
.fast-reg .submit {
  margin-top: 30px;
  width: 162px;
  height: 40px;
  background: #ffffff !important;
  border-radius: 4px 4px 4px 4px;
  margin: 20px auto;
  border: none !important;
}
.fast-reg .submit:hover {
  background: #fff;
  color: #ff6a00;
}
.head-button {
  display: flex;
  align-items: center;
  padding-top: 20px;
  font-size: 14px;
  grid-gap: 10px;
}
.head-button .btn {
  width: 104px;
  height: 40px;
  background: #ff6a00;
  border-radius: 4px 4px 4px 4px;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ff6a00;
}
.head-button .btn:nth-child(2) {
  color: #ff6a00;
  background: none;
}
.head-button .phone {
  display: flex;
  align-items: center;
  grid-gap: 5px;
}
.head-button .phone img {
  width: 20px;
}
.content-box {
  width: 1460px;
  margin: 0 auto;
}
.tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  grid-gap: 5px;
  padding: 5px 0;
}
.tag {
  display: block;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #b3b3b3;
  padding: 2px 5px;
}
.btn {
  cursor: pointer;
}
.apply-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}
.apply-form.active {
  display: flex;
}
.apply-form form {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  width: 446px;
  height: 358px;
  border-radius: 12px;
  padding: 40px 36px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e3eeff 0%, rgba(227, 238, 255, 0) 50%),
    #ffffff;
}
.apply-form .title {
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.apply-form .title img {
  margin-left: 10px;
}
.apply-form input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  outline: none;
  box-sizing: border-box;
}
.layui-form-label {
  height: 30px;
  display: block;
  font-size: 16px;
}
.layui-form-label::before {
  content: "*";
  color: red;
  margin-right: 5px;
}
.layui-form-item {
  margin-bottom: 20px;
}
.submit {
  width: 374px;
  height: 40px;
  background: #045afe !important;
  border-radius: 20px 20px 20px 20px !important;
  color: #fff;
  border: 1px solid #045afe !important;
  cursor: pointer;
}
.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000073;
  align-items: center;
  justify-content: center;
}
.close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.close > div {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}

*:has(.hot-icon),
*:has(.like-icon) {
  position: relative;
}
.hot-icon {
  position: absolute;
  right: 0;
  top: 0;
}
.like-icon {
  position: absolute;
  right: -15px;
  top: -15px;
}
