/* 公共css */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

input {
  outline: none;
}

/* head */
.pc-nav {
  width: 100%;
  height: 100px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.33);
  /* opacity: 0.33; */
  z-index: 9999;
  position: fixed;
  top: 0;
}

.navbar {
  /* 屏幕分辨率小于最大宽度 */
  width: 92%;
  /* 现在的宽度 */
  max-width: 1200px;
  height: 100px;
  margin: auto;
  max-height: 100px;
}

.nav-logo {
  padding: 23px 0;
  float: left;
}

.logo {
  width: 198px;
  height: 55px;
  float: left;
  background-image: url(../img/logo.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.nav-title {
  width: 62%;
  height: 100px;
  float: right;
  margin-bottom: 0px;
  margin-right: -55px;
}

.nav-title li {
  padding: 40px 0 0 0;
  float: left;
  width: 14%;
  text-align: center;
  margin: 0 1%;
  border-bottom: 0px;
}

.nav-title li i {
  display: block;
  width: 0;
  height: 3px;
  background-color: #ec2a6a;
  position: absolute;
  bottom: 0;
  transition: all 0.5s;
}

.nav-title li:hover i {
  width: 104px !important;
  transition: all 0.5s;
}

.nav-title li a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 57px;
  z-index: 9999;
  position: relative;
}

.nav-xuanzhong a {
  color: #ec2a6a !important;
}

.nav-xuanzhong i {
  width: 104px !important;
}

/* 二级菜单 */
.nav-title li ul {
  /* 二级菜单 */
  width: 155px;
  background: rgba(189, 181, 181, 0);
  /* 默认隐藏二级菜单的内容 */
  display: none;
  height: auto;
  position: absolute;
  top: 100px;
  padding: 5px 0 0 0;
  background-color: #161616;
  z-index: 9999;
}

.nav-title li ul li {
  width: 70%;
  float: none;
  margin: auto;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  height: 50px !important;
  line-height: 50px !important;
  padding: 0 0 0 0 !important;
  border-bottom: 1px solid #999999;
  cursor: pointer;
  text-align: left !important;
}

.nav-title li ul li:hover {
  border-bottom: solid 1px #ec2a6a;
}

.nav-title li ul li:last-child {
  border-bottom: 0px solid #999999;
}

.nav-title li ul li a {
  color: #999999 !important;
}

.nav-title li ul li:hover a {
  color: #ec2a6a !important;
}

.nav-title li:hover ul {
  display: block;
}

/* 底部 */
.foot {
  width: 100%;
  height: auto;
  background-color: #222222;
  clear: both;
}

.foot_con1 {
  width: 92%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  padding: 55px 0 40px 0;
  overflow: hidden;
}

/* 友情链接 */
.foot_links {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.33);
  padding: 23px 0;
  text-align: center;
}

.link_title {
  width: 10%;
  font-size: 18px;
  color: #fff;
  float: left;
}

.foot_links ul.link_ul {
  width: 90%;
  height: auto;
  white-space: nowrap;
  overflow-x: auto;
  float: left;
  text-align: left;
}



.foot_links ul li {
width: 12%;
  display: inline-block;
}



.foot_links ul li a {
  color: rgba(204, 204, 204, 0.8);
  font-size: 16px;
}

.foot_links ul li:hover a {
  color: #ec2a6a;
}

.foot_Qrcode {
  width: 23%;
  height: 295px;
  float: left;
}

.foot_logo {
  float: left;
}

.footlogo {
  width: 200px;
  height: 55px;
  float: left;
  background-image: url(../img/logo02.png);
  background-position: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

.Qr_code {
  width: 47.5%;
  height: auto;
  margin: 80px auto 0;
  position: relative;
}

.Qrcode {
  width: 100%;
  height: 130px;
}

.Qrcode img {
  width: 130px;
}

.Qr_code p {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}

.share {
  width: 100%;
  height: 25px;
  margin: 10px auto 0;
}

.share_icon {
  width: 25px;
  height: 25px;
  display: block;
  float: left;
  margin-right: 21%;
}

.share_icon2:hover .popup_window {
  display: block;
}

.popup_window {
  width: 91%;
  height: 120px;
  position: absolute;
  top: 42px;
  left: 5px;
  display: none;
  z-index: 9999;
}

.popup_window img {
  width: 100%;
  height: 100%;
}

.share_icon:last-child {
  margin-right: 0;
}

.share_icon img {
  width: 100%;
  height: 100%;
}

.share_icon .simg2 {
  display: none;
}

.share_icon:hover .simg1 {
  display: none;
}

.share_icon:hover .simg2 {
  display: block;
}

.foot_address {
  width: 54%;
  height: 295px;
  border-right: 1px solid rgba(204, 204, 204, 0.33);
  border-left: 1px solid rgba(204, 204, 204, 0.33);
  float: left;
  padding: 0 0 0 55px;
}

.foot_address p {
  height: 35px;
  background-image: url(../img/titlexhx.png);
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
  background-position: 0 100%;
}

.foot_address_ul {
  width: 95%;
  height: 240px;
  overflow-y: auto;
  padding: 20px 0px;
  margin-top: 30px;

}
.foot_address_ul::-webkit-scrollbar {
  /*滚动条整体样式*/
  width : 4px;  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
  }
  .foot_address_ul::-webkit-scrollbar-thumb {
      /*滚动条里面小方块*/
      border-radius   : 10px;
      background-color: #666;

  }
  .foot_address_ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
  .foot_address_ul ul{
    width: 33%;
    float: left;
  }
.foot_address_ul li {
  position: relative;
  float: left;
  height: 40px;
  margin-right: 5%;
  color: rgba(204, 204, 204, 0.8);

}
.foot_address_ul p{
  color: #fff;
  font-size: 18px;
  background: none;
  margin-bottom: 5px;
}
.foot_address_ul li a {
  color: rgba(204, 204, 204, 0.8);
  font-size: 15px;
}

.address_detail {
  width: 200px;
  height: auto;
  background-image: url(../img/address.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: -18px;
  left: 145px;
  color: #fff;
  font-size: 12px;
  display: none;
  padding: 6px 5px 6px 15px;
  z-index: 9999;
  line-height: 20px;
}

@media (max-width:1280px) {
  .foot_address_ul li a {
    font-size: 14px;
  }
}


.foot_address_ul li:hover .address_detail {
  display: block;
}
.foot_address_ul .foot_address_ul_tree li .address_detail{
  position: absolute;
  top: -18px;
  left: -200px;
  background-image: url(../img/address_flip.png);
  text-align: left;
  padding-right: 10px;
  right: 0px;

}
.brand_honor {
  padding-left: 55px;
}

.brand_honor p {
  height: 35px;
  background-image: url(../img/titlexhx.png);
  background-repeat: no-repeat;
  font-size: 18px;
  color: #fff;
  background-position: 0 100%;
}

.brand_honor ul {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

.brand_honor ul li {
  width: 40.73%;
  height: 40.73%;
  float: left;
  margin: 0 20px 20px 0;
}

.brand_honor ul li:nth-child(2n) {
  margin: 0 0 20px 0;
}

.brand_honor ul li img {
  width: 100%;
  height: 100%;
}

.foot_con2 {
  width: 100%;
  height: 70px;
  border-top: 1px solid rgba(204, 204, 204, 0.33);
}

.foot_con2 span {
  color: rgba(204, 204, 204, 0.8);
  font-size: 14px;
  line-height: 65px;
  vertical-align: middle;

}

.foot_con2 a {
  color: rgba(204, 204, 204, 0.8);
  font-size: 14px;
  line-height: 70px;
  vertical-align: middle;
}

.foot_con2:hover a {
  color: #fff;
}

.foot_con3 {
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: auto;
  text-align: center;
}

.content {
  width: 92%;
  max-width: 1200px;
  height: 100%;
  margin: 25px auto 0;
}

.content_title {
  text-align: center;
}

.content_title h3 {
  text-transform: uppercase;
  color: #cccccc;
  font-size: 36px;
  font-weight: 100;
}

.content_title p.p_title {
  color: #333333;
  font-size: 24px;
  margin: 10px 0;
}

.content_title p.p_content {
  width: 45%;
  text-align: center;
  font-size: 14px;
  color: #999999;
  line-height: 30px;
  margin: 20px auto;
}

input::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 适配火狐 */
  color: #999;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ 适配火狐 */
  color: #999;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #999;
}

textarea:-ms-input-placeholder {
  /* Internet Explorer 10+  适配ie*/
  color: #999;
}

.back {
  background-color: #F9F9F9;
}

.mobile_foot {
  display: none;
}

.mobile {
  display: none;
}

/* 导航底部自适应 */
@media (max-width: 1330px) {
  .mobile {
    display: none;
  }

  .share_icon {
    margin-right: 20%;
  }
}

@media (max-width: 1225px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 1200px) {
  .mobile {
    display: none;
  }

  .foot_address_ul {
    padding-right: 10%;
  }
}

@media (max-width: 1075px) {
  .mobile {
    display: none;
  }

  .foot_address_ul {
    padding-right: 8%;
  }

}

@media (max-width: 1024px) {
  .mobile {
    display: none;
  }

  .foot {
    display: none;
  }

  .mobile_foot {
    display: block;
    width: 100%;
    height: 510px;
    background-color: #222222;
  }

  .mobile_footcon {
    width: 92%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    padding: 55px 0;
  }

  .mobile_footcon1 {
    width: 100%;
    height: 405px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12)
  }

  .mobile_footleft {
    width: 45%;
    height: 100%;
    float: left;
  }

  .mobile_footright {
    width: 31%;
    height: 100%;
    float: right;
  }

  .mobilefoot_logo {
    float: left;
    width: 100%;
  }

  .mobilefootlogo {
    width: 100%;
    height: 86px;
    float: left;
    background-image: url(../img/logo_botom@2x.png);
    background-position: center center;
    background-size: 100% auto;
    background-repeat: no-repeat;
  }

  .mobile_share {
    width: 92%;
    height: 68px;
    margin: 210px auto 0;
    /* float: left; */
  }

  .mobileshare_icon {
    width: 23.25%;
    height: auto;
    display: block;
    float: left;
    margin-right: 15%;
  }

  .mobileshare_icon:last-child {
    margin-right: 0;
  }

  .mobileshare_icon img {
    width: 100%;
    height: 100%;
  }

  .mobileshare_icon .simg2 {
    display: none;
  }

  .mobileshare_icon:hover .simg1 {
    display: none;
  }

  .mobileshare_icon:hover .simg2 {
    display: block;
  }

  .mobile_code {
    width: 100%;
    height: auto;
  }

  .mobilecode {
    width: 100%;
    height: auto;
  }

  .mobilecode img {
    width: 100%;
  }

  .mobile_code p {
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 65px;
  }

  .mobile_con3 {
    padding: 35px 48px;
    text-align: center;
  }

  .mobile_con3 span,
  .mobile_con3 a {
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
    display: inline-block;
  }
}

@media (max-width: 992px) {
  .pc-nav {
    display: none;
  }

  .mobile {
    display: block;
  }
}

@media (max-width: 450px) {
  .mobile_code p {
    font-size: 16px;
  }

  .mobile_footcon1 {
    height: 255px;
  }

  .mobile_share {
    margin: 130px auto 0;
  }

  .mobilefootlogo {
    height: 55px;
  }

  .mobile_con3 {
    padding: 10px 48px;
    text-align: center;
  }

  .mobile_con3 span,
  .mobile_con3 a {
    font-size: 16px;
    line-height: 30px;
  }

  .mobile_foot {
    height: auto;
  }

}

@media (max-width: 380px) {
  .mobile_code p {
    font-size: 14px;
  }

  .mobile_con3 span,
  .mobile_con3 a {
    font-size: 14px;
  }
}

@media (max-width: 320px) {
  .mobile_code p {
    font-size: 12px;
  }

  .mobile_con3 span,
  .mobile_con3 a {
    font-size: 12px;
  }
}