/* Initialization style */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial, sans-serif, "Helvetica Neue", Helvetica;
  color: #222;
}
ul,
ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a,
a:hover,
a:visited,
a:focus {
  color: #222;
  text-decoration: none;
  background: none;
}
p {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
img.responsive {
  width: 100%;
}
/* placeholder样式 */
input::-webkit-input-placeholder {
  /* color:#ccc; */
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /* color:#ccc; */
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /* color:#ccc; */
}
input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* color:#ccc; */
}
textarea::-webkit-input-placeholder {
  color: #888;
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  /* color:#ccc; */
  color: #888;
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  /* color:#ccc; */
  color: #888;
}
textarea:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  /* color:#ccc; */
  color: #888;
}
input,
input:focus,
textarea,
textarea:focus,
button,
button:focus select,
select:focus {
  outline: none;
  border: none;
  background: none;
}
textarea {
  resize: none;
}
.relative {
  position: relative;
}
@font-face {
  font-family: monoton;
  src: url(../fonts/Monoton-Regular.ttf);
}
@font-face {
  font-family: "FZLTCHJW";
  src: url(../fonts/FZLTCHJW.TTF) format("truetype");
}
@font-face {
  font-family: iconfont;
  src: url(../fonts/iconfont/iconfont.ttf) format("truetype");
}
@font-face {
  font-family: iconfont_2;
  src: url(../fonts/iconfont_2/iconfont.ttf);
}
@font-face {
  font-family: iconfont_3;
  src: url(../fonts/iconfont_3/iconfont.ttf);
}
.iconfont,
.iconfont_2,
.iconfont_3 {
  font-family: iconfont !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont_2 {
  font-family: iconfont_2 !important;
}
.iconfont_3 {
  font-family: iconfont_3 !important;
}
.relative {
  position: relative;
}
.flex-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* header */
header {
  position: relative;
  z-index: 10;
  box-shadow: 0 7px 13px 0px rgba(0, 0, 0, 0.17);
}
header .header-top {
  height: 100px;
  display: flex;
  align-items: center;
  position: relative;
}
header .header-top .lopgo {
  flex-grow: 1;
}
header .header-top p {
  font-family: "FZLTCHJW";
  font-size: 22px;
  color: #c60c30;
  flex-grow: 1;
  margin-left: 20px;
}
header .header-top p i {
  margin-left: 40px;
}
header .header-top .tel {
  text-align: right;
  font-size: 16px;
  flex-grow: 2;
}
header .header-top .tel span {
  display: block;
  font-size: 20px;
  color: #c60c30;
  font-weight: 700;
}
header .mobile-btn {
  height: 30px;
  width: 30px;
  position: absolute;
  right: 0;
  top: 30px;
  display: none;
}
header .mobile-btn span {
  display: inline-block;
  height: 2px;
  background-color: #222;
  width: 20px;
  position: relative;
}
header .mobile-btn span::before,
header .mobile-btn span::after {
  width: 30px;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #222;
  left: 0;
  transition: all 0.3s;
}
header .mobile-btn span::after {
  bottom: -10px;
}
header .mobile-btn span::before {
  top: -10px;
}
header .mobile-btn-clicked span {
  background-color: transparent;
}
header .mobile-btn-clicked span::before {
  transform: translateY(10px) rotate(45deg);
}
header .mobile-btn-clicked span::after {
  transform: translateY(-10px) rotate(-45deg);
}
header nav {
  border-top: 1px solid #ececec;
}
header nav ul.nav {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 90px;
  font-size: 16px;
}
header nav ul.nav li.active a,
header nav ul.nav li:hover a {
  color: #c60c30;
  font-weight: bold;
  transition: all 0.3s;
}
header nav ul.nav li a span {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  border: 1px solid #c60c30;
  color: #c60c30;
  font-weight: normal;
  transition: all 0.3s;
}
header nav ul.nav li.active a span,
header nav ul.nav li:hover a span,
header nav ul.nav li:nth-child(2) a span {
  background-color: #c60c30;
  color: #fff;
}
/* footer */
footer {
  margin-top: 84px;
  background-color: #272a2f;
  padding-top: 36px;
  color: #fff;
  font-size: 16px;
}
footer .foot-top {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0;
}
footer .flex-between {
  padding-left: 30px;
}
footer .foot-top .foot-nav {
  display: flex;
  justify-content: space-between;
}
footer .foot-top .foot-nav li a {
  display: inline-block;
  padding: 0 12px;
  border-right: 2px solid #fff;
  font-size: 16px;
  color: #fff;
}
footer .foot-top .foot-nav li:last-child a {
  border: none;
}
footer .foot-top .foot-nav li a:hover {
  color: #c60c30;
}
footer .foot-center {
  padding: 45px 0;
}
footer .foot-center .foot-center-le {
  width: 67%;
}
footer .foot-center .foot-center-right {
  width: 28%;
}
footer .foot-center .foot-center-right img {
  width: 48%;
}
footer .foot-center .contact {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
footer .foot-center .contact span {
  padding-left: 50px;
  line-height: 45px;
  background: url(../../img/1-13.png) no-repeat left center;
}
footer .foot-center .contact span:nth-child(2) {
  background-image: url(../../img/1-14.png);
}
footer .foot-center .contact span:nth-child(3) {
  background-image: url(../../img/1-15.png);
}
footer .foot-center .foot-center-le p {
  color: rgba(255, 255, 255, 0.2);
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
}
footer .foot-bottom {
  text-align: center;
  padding: 20px 0;
  background-color: #191c21;
}

.swt {
  width: 198px;
  height: 511px;
  background: url(../../img/shangwutong.png) no-repeat 0 0;
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  padding: 150px 12px 12px;
}
.swt .swt-tit {
  width: 80%;
  margin: 0 auto 24px;
}
.swt .swt-tit h3 {
  font-size: 20px;
}
.swt p {
  margin-top: 8px;
  font-size: 14px;
}
.swt .swt-part {
  padding: 22px 0 8px 24px;
  cursor: pointer;
  background: url(../../img/111.png) no-repeat 4px 28px;
  position: relative;
}
.swt .swt-part h4 {
  font-size: 16px;
}
.swt .swt-fenge {
  height: 2px;
  width: 100%;
  border-bottom: 2px dotted rgba(255, 255, 255, 0.6);
  /* border-style: dotted; */
}
.swt .swt-top {
  display: block;
  width: 125px;
  border: 2px solid #c60c31;
  border-radius: 28px;
  margin: 0 auto -50%;
  height: 55px;
  line-height: 51px;
  background-color: #fff;
  color: #c60c31;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}
.swt .swt-part:hover h4 {
  text-shadow: 0px 2px 6px rgba(0, 0, 0, 0.8);
}
.swt .swt-weixin img {
  position: absolute;
  top: 0;
  right: 100%;
  width: 0;
  height: 120px;
  transition: all 0.5s;
}
.swt .swt-weixin:hover img {
  width: 120px;
}
.swt .swt-dianhua p {
  font-weight: 700;
  font-size: 16px;
}

/* position */
.position {
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 70px 0 45px;
  font-size: 0;
}
.position-pro {
  background-image: url(../../img/2-5-banner.jpg);
}
.position-news {
  background-image: url(../../img/7-8-banner.jpg);
}
.position-app {
  background-image: url(../../img/6-banner.jpg);
}
.position-about {
  background-image: url(../../img/9-banner.jpg);
}
.position-contact {
  background-image: url(../../img/10-banner.jpg);
}
.position a {
  font-size: 16px;
  color: #fff;
  border-right: 1px solid #fff;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
.position a:first-child {
  margin-left: 30px;
}
.position a:last-child {
  border: none;
}
/* link-card */
.link-card {
  display: block;
  margin-top: 34px;
  overflow: hidden;
  margin-bottom: 40px;
}
.img-scale {
  overflow: hidden;
}
.img-scale img {
  transition: all 0.5s;
}

.link-card h3,
.link-card h4 {
  font-size: 20px;
  padding: 15px 20px;
  transition: all 0.3s;
  margin-top: 5px;
  text-align: center;
}
.link-card h4 {
}
.link-card:hover img {
  transform: scale(1.05);
}
.img-scale:hover img {
  transform: scale(1.05);
}
.link-card:hover h3 {
  background-color: #c60c30;
  color: #fff;
}
.link-card:hover h4 {
  color: #c60c30;
}
/* service */
.service {
  background: url(../../img/service.jpg) no-repeat left top;
  padding: 50px 0 45px;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}
.service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 45%;
  border-top: 100px solid transparent;
  border-bottom: 100px solid rgba(198, 12, 48, 0.3);
  border-left: 50px solid transparent;
  border-right: 50px solid rgba(198, 12, 48, 0.3);
}
.service::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  background-color: rgba(198, 12, 48, 0.3);
}
.service .service-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 10;
}
.service .service-text p {
  font-size: 20px;
  font-weight: bold;
  width: 75%;
  line-height: 36px;
}
.service .service-text .service-right {
  font-size: 20px;
  background: url(../../img/1-10.png) no-repeat left top;
  width: 229px;
  height: 70px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
}
.service .service-text .service-right span {
  font-size: 16px;
  display: block;
  padding-left: 30px;
  background: url(../../img/2-29.png) no-repeat left center;
}
/* form */
.form {
  margin-top: 180px;
  margin-bottom: 40px;
}
.form .form-left {
  background-color: #e1e5e8;
  padding-bottom: 30px;
  width: 48%;
}
.form .form-left h3 {
  background-color: #c60c30;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  padding: 50px 0 45px 50px;
}
.form .form-left h3 span {
  font-size: 36px;
  font-weight: normal;
  color: rgba(255, 255, 255, 0.2);
  margin-top: px;
  display: block;
}
.form .form-left .form-img {
  width: 92%;
  margin: -20px auto 0;
}
.form .form-left .flex-between {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  color: #fff;
  font-size: 16px;
}
.form .form-left .flex-between span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.form .form-left .flex-between .tel,
.form .form-left .flex-between .address {
  padding-left: 50px;
}
.form .form-left .flex-between .tel {
  background: url(../../img/2-32.png) no-repeat 0 center;
}
.form .form-left .flex-between .address {
  background: url(../../img/2-31.png) no-repeat 0 center;
}
.form .form-right {
  width: 48%;
}
.form .form-right h4 {
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  color: #c60c30;
  margin-bottom: 16px;
  margin-left: 20px;
}
.form .form-right p {
  font-size: 16px;
  color: #666;
  margin-bottom: 45px;
  margin-left: 20px;
}
.form .form-right form label {
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
  margin-bottom: 10px;
}
.form .form-right form input {
  font-size: 16px;
  line-height: 42px;
  background-color: #e1e5e8;
  border-radius: 50px;
  padding: 0 20px;
  border: 1px solid #e1e5e8;
  margin-bottom: 34px;
  width: 100%;
}
.form .form-right form textarea {
  width: 100%;
  line-height: 28px;
  padding: 0 20px;
  border: 1px solid #c60c30;
}
.form .form-right form input:focus,
.form .form-right form textarea:focus {
  border: 1px solid #c60c30;
}
.form .form-right form button {
  background-color: #c60c30;
  font-size: 16px;
  color: #fff;
  padding: 12px 55px;
  border-radius: 70px;
  font-size: 18px;
  margin-top: 24px;
  margin-left: 20px;
}
/* page */
.page {
  display: flex;
  justify-content: center;
  /* width: 30%; */
  margin: 0 auto;
}
.page a[title="Total record"] {
  display: none;
}
.page a,
.page > b {
  display: inline-block;
  padding: 5px 12px;
  font-size: 18px;
  border: 1px solid #ddd;
}
.page a:hover,
.page > b {
  background-color: #d1222f;
  color: #fff;
}
/* toTop */
.toTop {
  display: none;
  height: 40px;
  width: 40px;
  position: fixed;
  right: 20px;
  bottom: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.toTop a {
  background: #c60c30 url(../../img/1-24.png) no-repeat center center;
  height: 40px;
  width: 40px;
  display: inline-block;
}
/* foot-nav */
.mobile-foot-nav {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  /* display: flex; */
  padding: 5px 0;
  background-color: #c60c30;
  justify-content: space-around;
}
.mobile-foot-nav a {
  background-repeat: no-repeat;
  background-position: center 5px;
  display: inline-block;
  padding-top: 40px;
  color: #fff;
  width: 80px;
  text-align: center;
}
.mobile-foot-nav a:nth-child(1) {
  background-image: url(../../img/1-20.png);
}
.mobile-foot-nav a:nth-child(2) {
  background-image: url(../../img/1-22.png);
}
.mobile-foot-nav a:nth-child(3) {
  background-image: url(../../img/1-19.png);
}
.mobile-foot-nav a:nth-child(4) {
  background-image: url(../../img/1-18.png);
}
@media (max-width: 1199px) {
  .link-card h3,
  .link-card h4 {
    font-size: 18px;
  }
  footer .foot-center .foot-center-le p {
    font-size: 20px;
    line-height: 36px;
  }
  .position {
    background-position-x: 60%;
    padding: 44px 0 32px;
  }
  .service .service-text p {
    font-size: 18px;
  }
  .form {
    margin-top: 100px;
  }
  .form .form-left h3 {
    font-size: 32px;
  }
  .form .form-left h3 span {
    font-size: 30px;
  }
  .form .form-left .flex-between {
    left: 5px;
    right: 5px;
  }
  .form .form-right p {
    margin-bottom: 20px;
  }
  .form .form-right form input {
    margin-bottom: 22px;
  }
  .form .form-right form button {
    padding: 10px 36px;
  }
}
@media (max-width: 991px) {
  header nav ul.nav {
    width: 100%;
  }
  header nav ul.nav li a span {
    padding: 10px 18px;
  }
  .link-card h3,
  .link-card h4 {
    font-size: 16px;
    text-align: center;
  }
  footer {
    padding-top: 10px;
  }
  footer .flex-between {
    padding-left: 0;
  }
  footer .foot-top .foot-nav li a {
    padding: 0 8px;
  }
  footer .foot-center {
    padding: 32px 0;
  }
  footer .foot-center .contact {
    flex-wrap: wrap;
  }
  footer .foot-center .contact span {
    margin-bottom: 10px;
  }
  .toTop {
    display: none;
  }
  .service {
    margin-top: 20px;
    padding: 38px 0 33px;
  }
  .service .service-text p {
    font-size: 16px;
    line-height: 28px;
  }
  .form .flex-between {
    flex-wrap: wrap;
  }
  .form .form-right {
    width: 100%;
    margin-top: 20px;
  }
  .form .form-left {
    width: 100%;
  }
}
@media (max-width: 767px) {
  header nav ul.nav {
    height: 0;
    display: block;
    transition: all 0.3s;
    overflow: hidden;
  }
  header nav ul.nav li {
    margin: 20px;
    text-align: center;
  }
  .flex-between {
    flex-wrap: wrap;
  }
  footer .foot-top .foot-nav {
    display: none;
  }
  footer .foot-center .foot-center-le {
    width: 100%;
  }
  footer .foot-center .foot-center-le p {
    font-size: 16px;
    line-height: 32px;
  }
  footer .foot-center .foot-center-right {
    width: 100%;
  }
  footer .foot-center .foot-center-right img {
    width: auto;
  }
  footer .foot-bottom {
    padding-bottom: 80px;
  }
  .mobile-foot-nav {
    display: flex;
  }
  .service .service-text {
    justify-content: center;
  }
  .service .service-text p {
    display: none;
  }
}
/* 案例图片放大 */
/* .bg {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.bg img {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */
