select:focus,
textarea:focus {
  outline: none;
}
.banner {
  width: 100%;
  height: 480px;
  background: url(/themes/wholesale7/assets/images/interests_banner.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.banner .banner_main {
  width: 1200px;
  text-align: center;
  margin: 100px auto;
  color: #fff;
}
.banner .banner_main h3 {
  font-size: 50px;
  margin-bottom: 10px;
}
.banner .banner_main p {
  line-height: 35px;
  font-size: 22px;
}
.banner .banner_main a {
  background: #fa903a;
  padding: 10px 40px;
  font-size: 20px;
  margin-top: 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}
.interest_main {
  text-align: center;
}
.interest_main h4 {
  font-size: 40px;
  margin: 50px 0;
  color: #fa903a;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  font-weight: bold;
}
.interest_main h4 i.t {
  width: 100%;
  height: 2px;
  background: #fa903a;
  position: absolute;
  top: 3px;
  left: 0;
}
.interest_main h4 i.t::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #fa903a;
  border-radius: 50%;
  margin: -10px auto;
}
.interest_main h4 i.b {
  width: 100%;
  height: 2px;
  background: #fa903a;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.interest_main h4 i.b::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #fa903a;
  border-radius: 50%;
  margin: -5px auto;
}
.interest_tab_tit li {
  width: 216px;
  float: left;
  margin-right: 30px;
  background: #fa903a;
  height: 250px;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
}
.interest_tab_tit li span {
  width: 116px;
  display: block;
  margin: 45px auto 20px;
}
.interest_tab_tit li:last-child {
  margin-right: 0;
}
.interest_tab_tit li.active:after {
  content: "";
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fa903a;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
}
.interest_tab_main {
  overflow: hidden;
  margin-top: 30px;
}
.interest_tab_main .tab_con {
  width: 100%;
  position: relative;
  display: none;
}
.interest_tab_main .tab_con:hover .model {
  display: block;
}
.interest_tab_main .tab_con .model {
  width: 100%;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  line-height: 100px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.interest_tab_main .tab_con .model a {
  display: inline-block;
  background: #fff;
  line-height: 60px;
  padding: 0 40px;
  border-radius: 40px;
  color: #000;
  font-size: 24px;
}
.interest_faq {
  text-align: center;
}
.interest_faq > h4 {
  margin-bottom: 10px;
  text-align: center;
  font-size: 40px;
  margin: 50px 0;
  color: #fa903a;
  display: inline-block;
  border-top: 2px solid;
  border-bottom: 2px solid;
  position: relative;
  height: 80px;
  line-height: 80px;
  padding: 0 100px;
  font-weight: bold;
}
.interest_faq > h4 i.t {
  width: 100%;
  height: 2px;
  background: #fa903a;
  position: absolute;
  top: 3px;
  left: 0;
}
.interest_faq > h4 i.t::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #fa903a;
  border-radius: 50%;
  margin: -10px auto;
}
.interest_faq > h4 i.b {
  width: 100%;
  height: 2px;
  background: #fa903a;
  position: absolute;
  bottom: 3px;
  left: 0;
}
.interest_faq > h4 i.b::after {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  background: #fa903a;
  border-radius: 50%;
  margin: -5px auto;
}
.interest_faq ul {
  text-align: left;
}
.interest_faq li {
  width: 100%;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #dadada;
  padding: 10px;
  margin-bottom: 10px;
  -moz-box-sizing: border-box;
  /* Firefox */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.interest_faq li:hover {
  box-shadow: 0 0 5px 1px #ccc;
}
.interest_faq li:hover h6 {
  color: #ff4062;
}
.interest_faq li h6 {
  color: #333;
  font-size: 18px;
  line-height: 40px;
  cursor: pointer;
}
.interest_faq li h6 a {
  margin-left: 10px;
}
.interest_faq li h6 a.active {
  color: #ff4062;
}
.interest_faq li h6 span {
  float: right;
  margin-right: 20px;
}
.interest_faq li .faq_answer {
  display: none;
  transition: .5s all;
}
.interest_faq li .faq_answer a {
  color: #ff4062;
  text-decoration: underline;
}
.interest_faq li.active {
  box-shadow: 0 0 5px 1px #ccc;
}
.interest_faq li.active .faq_answer {
  font-size: 14px;
  color: #555;
  line-height: 30px;
  display: block;
  transition: .5s all;
}
.interest_faq li.active h6 {
  color: #ff4062;
}
.interest_faq li.active h6 span i {
  display: inline-block;
  transform: rotate3d(0, 0, 1, 180deg);
}
.interest_faq li img {
  width: auto;
  max-width: 100%;
}
.interest_side {
  position: fixed;
  right: 10px;
  top: 40%;
}
.interest_side .item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}
.interest_side .item:hover .info {
  display: block;
}
.interest_side .item .info {
  position: absolute;
  top: 0;
  right: 55px;
  line-height: 50px;
  display: none;
}
.interest_side .item .info p {
  white-space: nowrap;
  color: #000;
}
.interest_side .item .qrcode {
  padding: 6px 6px;
  border: 1px solid #d9d9d9;
  width: 100px;
}
.inquiry_main {
  margin: 50px auto;
  text-align: center;
}
.inquiry_main h5 {
  font-size: 36px;
  color: #000;
  line-height: 60px;
  font-weight: bold;
}
.inquiry_main > p {
  font-size: 24px;
  color: #333;
}
.inquiry_main ul {
  text-align: left;
  overflow: hidden;
  margin: 50px auto 0;
}
.inquiry_main ul li {
  width: 50%;
  float: left;
  margin-bottom: 30px;
  font-size: 16px;
}
.inquiry_main ul li.line {
  width: 100%;
}
.inquiry_main ul li > span {
  width: 160px;
  display: inline-block;
  text-align: right;
  vertical-align: top;
  line-height: 40px;
  color: #000;
}
.inquiry_main ul li em {
  color: #f00;
}
.inquiry_main ul li p {
  text-align: right;
  padding-right: 15px;
}
.inquiry_main ul input,
.inquiry_main ul select {
  width: 420px;
  height: 40px;
  box-sizing: border-box;
  padding: 0 10px;
  color: #333;
  font-size: 14px;
}
.inquiry_main ul textarea {
  width: 1020px;
  min-height: 200px;
  padding: 10px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  resize: none;
}
.inquiry_main .submit_inquiry {
  background: #ff4062;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  padding: 10px 80px;
  font-size: 24px;
}
