/*! 凡几所有，翻版必究 */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
body {
  font-size: 12px;
}
input {
  outline: none;
}
html {
  min-width: 1280px;
}
html,
body {
  font-family: "PingFangSC-Semibold", "\5FAE\8F6F\96C5\9ED1";
  height: 100%;
}
p {
  margin: 0;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #cccccc;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #cccccc;
  opacity: 1;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
}
@font-face {
  /* font-properties */
  font-family: DIN;
  src: url(/font/PTDIN.ttf);
}
.clearfloat::after {
  display: block;
  content: '';
  height: 0;
  width: 0;
  clear: both;
}
.swiper-button-prev {
  width: 60px;
  height: 60px;
  left: 30px;
  background-color: #0a0a0a94;
  background-image: url(/img/arrow_left.png);
  background-size: 9px 14px;
  cursor: pointer!important;
}
.swiper-button-next {
  width: 60px;
  height: 60px;
  right: 30px;
  background-color: #0a0a0a94;
  background-size: 9px 14px;
  background-image: url(/img/arrow_right.png);
  cursor: pointer!important;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transition: .3s;
  background-color: #f01c2c;
  opacity: 1;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  cursor: auto;
  opacity: 1;
  pointer-events: fill;
}
.titleText {
  font-size: 26px;
  font-family: PingFangSC-Semibold;
  color: #d60b29;
}
.titleSec {
  margin-top: 13px;
  font-weight: bold;
  font-size: 18px;
  font-family: Helvetica;
  color: #333333;
}
.themeColor {
  color: #d60b29;
}
.banner {
  height: 406px;
  width: 100%;
}
.banner img {
  width: 100%;
  height: 100%;
}
.model_top_title {
  color: #000000;
  font-size: 30px;
  padding-top: 36px;
  padding-bottom: 14px;
}
.model_top_sub {
  color: #999999;
  font-size: 14px;
}
.modelClose {
  position: absolute;
  right: 34px;
  top: 22px;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
.tip-content {
  height: 60px;
  width: 180px;
  padding-top: 30px;
  font-size: 14px;
}
.tip-content p:nth-of-type(2) {
  margin-top: 34px;
  background: #d60b29;
  color: #fff;
  height: 30px;
  line-height: 30px;
}
.contact-model-phone {
  position: relative;
}
.contact-model-phone:after {
  content: '';
  position: absolute;
  background: url(/img/tiptrangle.png);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  right: -27px;
  top: 13px;
}
.case_more:hover {
  color: white;
  transition: .3s;
  background: #fa1836;
  border: none;
}
.case_more:hover .moreImg {
  background: url(/img/arrow_right2.png);
  background-repeat: no-repeat;
}
.case_more {
  border: 1px solid #666666;
  font-size: 14px;
  color: #1a1a1a;
  cursor: pointer;
  text-align: center;
  width: 330px;
  height: 64px;
  line-height: 64px;
  margin: 0 auto 90px auto;
  box-sizing: border-box;
}
.case_more span:nth-of-type(1) {
  margin-right: 6px!important;
}
.moreImg {
  background: url(/img/more_default.png);
  width: 18px;
  height: 18px;
  margin-top: 6px;
  display: inline-block;
  margin-left: 2px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.logo_mobile {
  width: 126px;
  height: 12px;
  display: none;
}
.inlinkFlex {
  display: flex;
  align-items: center;
}
.inlinkFlex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.inlinkFlex-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.inlinkFlex-spacebetween {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.model {
  position: absolute;
  top: 0%;
  left: 0%;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9999;
}
.model-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 15px;
  margin: auto;
  width: 712px;
  height: 330px;
  background-color: #FFFFFF;
  text-align: center;
}
.model_send_tip {
  font-size: 16px;
  text-align: center;
  color: #808080;
  font-weight: bold;
  padding-top: 30px;
  justify-content: center;
}
.model_send_tip p:nth-of-type(1) {
  margin-right: 80px;
}
.model_send_tip span {
  color: #fa1836;
}
header {
  height: 64px;
  line-height: 64px;
  padding: 0 60px;
  color: #808080;
  position: fixed;
  top: 0;
  z-index: 10;
  background: #fff;
  width: 100%;
  -moz-box-shadow: rgba(61, 61, 61, 0.14) 0px 8px 20px;
  /*firefox*/
  -webkit-box-shadow: rgba(61, 61, 61, 0.14) 0px 8px 20px;
  /*webkit*/
  box-shadow: rgba(61, 61, 61, 0.14) 0px 8px 20px;
}
.header_right {
  padding-right: 60px;
}
.header_right img {
  width: 10px;
  height: 10px;
}
#app {
  margin-top: 64px;
}
.header_tab {
  color: #808080;
}
.active.header_tab {
  color: #d60b29;
}
.header_right p {
  margin-right: 60px;
  font-size: 14px;
  cursor: pointer;
}
.header_right .active {
  color: #d60b29;
}
.header_right_mobile {
  background: url(/img/menu_open.png);
  width: 20px;
  height: 20px;
  background-size: 100% 100%;
  margin-top: 15px;
  margin-right: 14px;
  display: none;
}
.header_menu_mobile .active.header_tab {
  color: #fa1836;
}
.header_menu_mobile {
  text-align: center;
  color: #1a1a1a;
  font-size: 16px;
  background: #FAFAFA;
  padding-bottom: 62px;
  position: absolute;
  top: 45px;
  z-index: 9;
  width: 100%;
  display: none;
  box-shadow: 0px 8px 24px #cccccc;
}
.header_menu_mobile p {
  padding-top: 62px;
}
.slide_menu-enter-active {
  transition: all .5s ease;
}
.slide_menu-enter {
  transform: translateY(-20px);
  opacity: 0;
}
.headerModel {
  position: absolute;
  top: 64px;
  right: 176px;
  width: 210px;
  z-index: 4;
  font-size: 13px;
  background: white;
}
.headerModel p {
  padding-left: 38px;
  color: #a3a3a3;
  height: 52px;
  line-height: 52px;
  border-top: 1px solid #f0f0f0;
  cursor: pointer;
}
.headerModel p:nth-of-type(1) {
  border-top: none;
}
.headerModel p:hover {
  transition: 0.5s;
  color: #333333;
  padding-left: 60px;
  font-weight: 600;
  background: #f5f5f5;
}
.swiper-pagination-bullet-active {
  background: #fa1836;
}
.swiper-pagination {
  display: block;
}
footer {
  color: #808080;
  background: #1f1f1f;
}
.footer {
  display: none;
}
.footer_top {
  max-width: 1280px;
  margin: 0 auto;
  align-items: flex-start;
  padding-bottom: 20px;
  position: relative;
}
.footer_bottom {
  font-size: 12px;
  background: #000000;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
}
.footer_bottom p {
  padding-right: 6px;
  color: #808080;
}
.footer_bottom p:hover {
  color: white;
  cursor: pointer;
}
.footer_bottom_content {
  width: 1280px;
  margin: 0 auto;
}
.footer_one {
  margin-top: 67px;
  position: relative;
  width: 150px;
}
.footer_one p:nth-of-type(4) {
  line-height: 20px;
}
.footer_bgimg {
  position: absolute;
  top: 0;
  right: -40px;
}
.footer_one_r img {
  right: -100px;
  top: 10px;
}
.footer_one p {
  font-size: 12px;
  margin-bottom: 20px;
}
.company_address {
  color: white;
  font-size: 18px!important;
  margin-bottom: 24px !important;
}
.footer_one_img {
  margin-top: 40px;
}
.footer_one_img div {
  margin-right: 24px;
  width: 20px;
  height: 20px;
}
.copyright {
  background: #000000;
  color: #3d3d3d;
  padding: 0 14px;
  font-size: 8px;
  padding-top: 14px;
  padding-bottom: 14px;
}
.friend-link {
  position: relative;
  margin-right: 6px;
}
.friend-link:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #3d3d3d;
  right: 0;
}
.friend-link:nth-last-child(1):after {
  display: none;
}
.zhanku {
  background: url(/img/zhanku.png);
}
.weibo {
  background: url(/img/weibo.png);
}
.zhihu {
  background: url(/img/zhihu.png);
}
.zhanku:hover {
  background: url(/img/zhanku_hover.png);
}
.weibo:hover {
  background: url(/img/weibo_hover.png);
}
.zhihu:hover {
  background: url(/img/zhihu_hover.png);
}
.footer_two {
  margin-top: 86px;
  text-align: center;
  color: white;
  font-size: 14px;
  min-width: 324px;
}
.footer_two img {
  width: 134px;
  height: 134px;
  margin-bottom: 22px;
}
.footer_two p {
  color: #cccccc;
}
.footer_three {
  margin-top: 75px;
}
.footer_three a {
  color: #808080;
}
.footer_three a:hover {
  color: #fa1836;
}
.submitRequest {
  height: 64px;
  width: 292px;
  color: white;
  line-height: 64px;
  text-align: center;
  border-radius: 100px;
  background: #fa1836;
  font-size: 18px;
  margin-bottom: 50px;
  cursor: pointer;
}
.footer_three_box {
  flex-wrap: wrap;
  width: 100%;
  font-size: 16px;
}
.footer_three_box div {
  margin-bottom: 26px;
  justify-content: center;
}
.footer_three_box p {
  position: relative;
  cursor: pointer;
  text-align: center;
}
.footer_three_box p:hover {
  color: #d60b29;
}
.footer_three_item:nth-of-type(odd):after {
  content: '';
  width: 1px;
  height: 15px;
  background: #cccccc;
  position: absolute;
  right: 0px;
  top: 5px;
}
.footer_three_item {
  width: 50%;
  text-align: center;
  position: relative;
}
[v-cloak] {
  display: none;
}
.request-content {
  height: 674px;
  width: 60%;
  padding: 0 22px;
  background: white;
}
.request-content input {
  padding-left: 22px;
  height: 35px;
  width: 49%;
  margin-bottom: 20px;
}
.request-content textarea {
  width: 100%;
  height: 80px;
  font-size: 14px;
  padding-left: 22px;
  padding-top: 16px;
}
.request-content textarea:focus {
  outline: none;
}
.request_two {
  margin-top: 42px;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: 14px;
}
.request_two input {
  width: 49%;
  box-sizing: border-box;
}
.request_two input:nth-child(odd) {
  margin-right: 2%;
}
.request_three {
  width: 100%;
}
.request_three input {
  width: 100%;
}
.request_four {
  position: relative;
}
.request_five {
  margin-top: 40px;
}
.request_five p {
  margin: 0 auto;
  font-size: 14px;
  border: 1px solid #cccccc;
  width: 60%;
  height: 56px;
  line-height: 56px;
  color: #333333;
  text-align: center;
  box-sizing: border-box;
  cursor: pointer;
}
.request_five p:hover {
  transition: .3s;
  background: #fa1836;
  color: white;
  border: none;
}
.request_must {
  color: #fa1836;
  position: absolute;
  right: 20px;
  top: 8px;
  font-size: 20px;
}
.inputBox:nth-of-type(1) {
  margin-right: 2%;
}
.inputBox {
  position: relative;
  width: 100%;
}
.inputBox img {
  position: absolute;
  top: 24px;
  bottom: 0;
  right: 18px;
}
.inputBox input {
  width: 100%;
}
.inputDetail {
  width: 100%;
}
.contactFJ {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 50%;
  right: 30px;
  z-index: 3;
}
.contact_img {
  width: 44px;
  height: 44px;
  background-color: white;
  border: 1px solid #e6e6e6;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  cursor: pointer;
}
.contact_phone {
  background-image: url(/img/phone.png);
}
.contact_qq {
  background-image: url(/img/qq.png);
}
.contact_wechat {
  background-image: url(/img/wechat.png);
}
.contact_wechat img {
  position: absolute;
  left: -196px;
  top: -58px;
}
.contact_message {
  background-image: url(/img/message.png);
}
.contact_up {
  background-color: #333333;
  background-image: url(/img/back_top.png);
}
.contact_phone:hover {
  transition: .3s;
  background-color: #fa1836;
  background-image: url(/img/phone_select.png);
}
.contact_qq:hover {
  transition: .3s;
  background-color: #fa1836;
  background-image: url(/img/qq_select.png);
}
.contact_wechat:hover {
  transition: .3s;
  background-color: #fa1836;
  background-image: url(/img/wechat_select.png);
}
.contact_message:hover {
  transition: .3s;
  background-color: #fa1836;
  background-image: url(/img/message_select.png);
}
.contact_up:hover {
  transition: .3s;
  background-color: #000000;
}
.contact-model-phone {
  position: absolute;
  left: -276px;
  width: 232px;
  background: white;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #cccccc;
}
.industryModel {
  height: 148px;
  overflow: auto;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 5;
  text-align: left;
  box-shadow: 10px 10px 10px #cccccc;
}
.industryModel p {
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  cursor: pointer;
}
.industryModel p:hover {
  color: #d60b29;
}
.cityModel {
  height: 148px;
  overflow: auto;
  position: absolute;
  width: 100%;
  background: white;
  z-index: 5;
  box-shadow: 10px 10px 10px #cccccc;
}
.cityModel div {
  flex-wrap: wrap;
}
.cityModel div .city_box {
  width: 30%;
  margin-bottom: 20px;
  cursor: pointer;
}
.cityModel div p:hover {
  color: #d60b29;
}
.cityModel .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: absolute;
  right: 0;
}
.footerMobile {
  display: none;
}
.footer_mobile_one,
.footer_mobile_two {
  margin-top: 105px;
  font-size: 12px;
  padding-bottom: 24px;
}
.footer_mobile_oneText {
  color: #808080;
  margin-bottom: 10px;
}
.footer_mobile_oneSec {
  color: #cccccc;
  padding-bottom: 10px;
}
.footer_mobile_two p {
  color: #cccccc;
  margin-top: 10px;
  text-align: center;
}
.submitMobile {
  height: 40px;
  color: white;
  line-height: 40px;
  text-align: center;
  border-radius: 41px;
  background: #f01b2e;
  position: absolute;
  top: 32px;
  left: 0;
  right: 0;
  margin: auto;
  width: 196px;
  font-size: 14px;
  display: none;
}
.swiper-pagination {
  display: none;
}
@media screen and (max-width: 1024px) {
  header {
    min-width: 950px;
    padding-left: 20px;
    padding-right: 0;
  }
  .header_right {
    padding-right: 100px;
  }
  .header_right p {
    margin-right: 40px;
  }
  #app {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  html {
    min-width: 0;
  }
  header {
    padding: 0;
    height: 32px;
    padding-bottom: 15px;
    line-height: 0;
    min-width: 0;
  }
  .banner {
    height: 175px!important;
  }
  .banner img {
    height: 100%;
    width: 100%;
  }
  .header_tab {
    color: #1a1a1a;
    font-weight: bold;
  }
  #app {
    margin-top: 48px;
  }
  .logo {
    display: none;
  }
  .logo_mobile {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
  }
  .titleText {
    color: #ce0f21;
  }
  .titleSec {
    margin-top: 8px;
    font-size: 12px;
  }
  .titleText,
  .introSec {
    font-size: 16px;
    font-weight: bold;
  }
  .header_right {
    display: none;
  }
  .header_right_mobile {
    display: block;
  }
  .header_menu_mobile {
    display: block;
  }
  .header_menu_mobile2 {
    display: none;
  }
  .contactFJ {
    display: none;
  }
  .footer {
    display: none;
  }
  .footer_mobile_one {
    margin-right: 34px;
  }
  .footer_top {
    width: auto;
    padding: 0 13px;
  }
  .footer_bottom_content {
    width: auto;
  }
  .submitMobile {
    display: block!important;
  }
  .footerMobile {
    display: block!important;
  }
  .footer_mobile_two {
    font-size: 11px;
    padding-bottom: 18px;
  }
}
.banner {
  width: 100%;
  height: 406px;
}
.banner img {
  width: 100%;
  height: 100%;
}
.floor_one {
  width: 1280px;
  padding-bottom: 50px;
  position: relative;
  top: -62px;
  left: 0;
  right: 0;
  margin: auto;
  padding-left: 54px;
  padding-right: 54px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 46px;
  background: #ffffff;
  -webkit-box-shadow: 0 12px 14px #f2f2f2;
  box-shadow: 0 12px 14px #f2f2f2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.bannerbackimg {
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
}
.floor_one_box {
  top: -200px;
  width: 1280px;
  margin: 0 auto;
  position: relative;
  background: white;
}
.one_title {
  color: #333333;
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 22px;
}
.one_sec {
  color: #333333;
  font-size: 16px;
}
.one_tag {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 32px;
  line-height: 32px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: center;
  color: #333333;
  font-size: 14px;
  padding-left: 200px ;
}
.one_tag p {
  border-radius: 16px;
  border: 1px solid #cccccc;
  padding-left: 23px;
  padding-right: 23px;
  margin-right: 8px;
  margin-bottom: 12px;
}
.floor_two {
  padding-bottom: 58px;
  width: 1280px;
  margin: 0 auto;
}
.two_title {
  color: #333333;
  font-size: 30px;
  padding: 30px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.two_title:after {
  content: '';
  width: 138px;
  height: 1px;
  background: #fa1836;
  position: absolute;
  left: 0;
  bottom: 0;
}
.two_box img {
  margin: 0 auto;
  display: block;
  width: 100%;
}
.floor_one_mobile {
  color: #333333;
  padding: 20px 16px;
  position: relative;
  margin: -34px 16px 0 16px;
  background: white;
  display: none;
  -webkit-box-shadow: 0 3px 10px #cccccc;
  box-shadow: 0 3px 10px #cccccc;
}
.one_title_mobile {
  font-size: 18px;
  font-weight: bold;
}
.one_sec_mobile {
  font-size: 12px;
  padding-top: 11px;
  padding-bottom: 16px;
}
.one_tag_mobile {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.one_tag_mobile p {
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 100px;
  margin-right: 13px;
  margin-bottom: 10px;
}
.one_tag_mobile p:nth-last-child(1) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .floor_one {
    display: none;
  }
  .floor_two {
    margin-top: 0;
    width: auto;
  }
  .bannerbackimg {
    width: 100%;
    height: 100%;
    background-size: 182% 100%;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .floor_one_mobile {
    display: block!important;
  }
  .two_title {
    font-size: 17px;
    padding: 14px 0;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #e6e6e6;
  }
  .two_title:after {
    top: auto;
    width: 80px;
    bottom: 0;
  }
  .two_box {
    padding-top: 24px;
  }
  .two_box img {
    width: 100%;
  }
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiIuL2Nzcy9jYXNlRGV0YWlsLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/