@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  text-decoration: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}



html {
  height: 100%;
}

h1, h2, h3, h4, h5, h6, th {
  font-weight: normal;
}

i {
  font-style: normal;
}

input, button, textarea, select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}

input[type="button"], input[type="text"], input[type="password"], input[type="submit"], input[type="reset"],
input[type="search"], input[type="datetime"], input[type="datetime-local"], input[type="date"],
input[type="time"], input[type="number"], button, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  background: none;
}

input[type="radio"], input[type="checkbox"] {
  -webkit-appearance: none;
  appearance: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666666;
}

@font-face {
  font-family: 'iconfont';
  /* project id 240211 */
  src: url("../font/iconfont.eot");
  src: url("../font/iconfont.eot?#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/iconfont.svg#iconfont") format("svg");
}

@font-face {
  font-family: MiSans-Regular;
  src: url(../font/MiSans-Regular.ttf);
}
@font-face {
  font-family: MiSans-Light;
  src: url(../font/MiSans-Light.ttf);
}
@font-face {
  font-family: MiSans-Demibold;
  src: url(../font/MiSans-Demibold.ttf);
}
@font-face {
  font-family: MiSans-Bold;
  src: url(../font/MiSans-Bold.ttf);
}

html, body {
  width: 100%;
  background: #ffffff;
  font-family: MiSans-Regular;
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 媒体查询 */
@media all and (min-width: 320px) {
  html {
    font-size: 32px;
  }
}

@media all and (min-width: 360px) {
  html {
    font-size: 36px;
  }
}

@media all and (min-width: 375px) {
  html {
    font-size: 37.5px;
  }
}

@media all and (min-width: 384px) {
  html {
    font-size: 38.4px;
  }
}

@media all and (min-width: 412px) {
  html {
    font-size: 41.2px;
  }
}

@media all and (min-width: 414px) {
  html {
    font-size: 41.4px;
  }
}

@media all and (min-width: 480px) {
  html {
    font-size: 48px;
  }
}

@media all and (min-width: 750px) {
  html {
    font-size: 75px;
  }
}

.page .pagination {
  margin-top: 50px;
  text-align: center;
}

.page .pagination li {
  display: inline-block;
  list-style: none;
  margin: 0 6px;
  height: 40px;
  cursor: pointer;
}

.page .pagination li a {
  transition: all 0.2s;
}

.page .pagination li a,
.page .pagination li span {
  display: inline-block;
  padding: 0 16px;
  font-size: 15px;
  color: #333;
  line-height: 40px;
  border-radius: 2px;
}

.page .pagination li:hover a {
  background: #e60012;
  color: #ffffff;
}

.page .pagination li.active span {
  background: #e60012;
  color: #ffffff;
}

.page .pagination li.disabled span {
  color: #cccccc;
}

.page .pagination li.disabled:hover span {
  background: transparent;
  color: #cccccc;
}

@media screen and (max-width: 1024px) {
  .page .pagination {
    margin-top: 0.8rem;
  }
  .page .pagination li {
    margin: 0 0.08rem;
    height: 0.53333rem;
  }
  .page .pagination li a, .page .pagination li span {
    padding: 0 0.32rem;
    font-size: 0.32rem;
    line-height: 0.8rem;
    border-radius: 0.02667rem;
  }
}

.main {
  margin: 0 auto;
  max-width: 1600px;
}
.dyui-container{
  padding: 0 100px;
  padding-top: 200px;
}
.main::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.main .text::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.up::after, .down::after, .left::after, .right::after, .title::after, .center::after, .item::after, .titles::after, .btns::after, .ups::after, .downs::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.left {
  float: left;
}

.titles {
  text-align: center;
}

.titles h3 {
  font-size: 40px;
  color: #dddddd;
}

.right {
  float: right;
}

.header {
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 9999;
  position: fixed;
  line-height: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.header.active {
  background-color: transparent;
}
.header.active .main {
  color: #ffffff;
}

.header.active .main .left .logo {
  display: none;
}

.header.active .main .left .logo2 {
  display: inline-block;
}

.header.active .main .center .item .aTitle {
  color: #ffffff;
}

.header.active .main .right .item span {
  color: #fff;
}

.header.active .main .waps {
  border-left: solid 1px rgba(255, 255, 255, 0.2);
}

.header.active .main .waps .iconfont {
  color: #ffffff;
}

.header .main {
  max-width: 1800px;
  position: relative;
}

.header .main .left {
  float: left;
  line-height: 90px;
}

.header .main .left .logo {
  display: inline-block;
}

.header .main .left .logo2 {
  display: none;
}

.header .main .left img {
  width: auto;
  height: 50px;
}

.header .main .center {
  float: left;
}

.header .main .center .item {
  float: left;
  cursor: pointer;
  position: relative;
  margin-left: 10px;
}

.header .main .center .item:first-child {
  margin-left: 100px;
}

.header .main .center .item.active .aTitle {
  color: #da291c;
  font-weight: bold;
  border-top: solid 3px #da291c;
}

.header .main .center .item:hover .items {
  display: block;
}

.header .main .center .item:hover .aTitle {
  color: #da291c;
  font-weight: bold;
  border-top: solid 2px #da291c;
}

.header .main .center .item .aTitle {
  float: left;
  z-index: 2;
  padding: 0 20px;
  font-size: 16px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
}

.header .main .center .item .aTitle span {
  font-size: 14px;
  display: inline-block;
}

.header .main .center .item .items {
  position: absolute;
  top: 90px;
  left: 50%;
  margin: auto;
  display: none;
  z-index: 999999;
  text-align: center;
  background-color: #fff;
  transform: translate(-50%, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header .main .center .item .items .silde {
  position: relative;
}

.header .main .center .item .items .silde:hover .down {
  display: block;
}

.header .main .center .item .items .silde .up a {
  height: 50px;
  display: block;
  color: #080404;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .main .center .item .items .silde:hover .up{
  background-color: #da291c;
}
.header .main .center .item .items .silde:hover .up a{
  color: #fff;
  font-family: MiSans-Demibold;
}

.header .main .center .item .items .silde .down {
  top: 0;
  left: 100%;
  margin: auto;
  display: none;
  z-index: 999999;
  text-align: center;
  position: absolute;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header .main .center .item .items .silde .down a {
  height: 50px;
  display: block;
  color: #080404;
  padding: 0 30px;
  line-height: 50px;
  white-space: nowrap;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
.header .main .center .item .items .silde .down a:hover{
  color: #fff;
  background-color: #da291c;
  font-family: MiSans-Demibold;
}

.header .main .right .item {
  float: left;
  cursor: pointer;
  margin-left: 40px;
  position: relative;
  white-space: nowrap;
}

.header .main .right .item span {
  float: left;
  font-size: 18px;
  color: #da291c;
}

.header .main .right .item:hover .items {
  display: block;
}

.header .main .right .item .text {
  float: left;
  font-size: 18px;
  padding-left: 10px;
}

.header .main .right .item .items {
  top: 90px;
  right: -15px;
  display: none;
  color: #000000;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.header .main .right .item .items::after {
  width: 0;
  height: 0;
  top: -10px;
  right: 15px;
  content: '';
  margin-left: 0;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 12px solid #fff;
}

.header .main .right .item .items .search {
  padding: 0 10px;
  line-height: 50px;
}

.header .main .right .item .items .search .layui-form {
  width: 256px;
}

.header .main .right .item .items .search .layui-form::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.header .main .right .item .items .search .layui-form .layui-form-item {
  float: left;
  clear: none;
  margin-bottom: 0;
}

.header .main .right .item .items .search .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
}

.header .main .right .item .items .search .layui-form .layui-form-item input {
  width: 180px;
  margin-top: 5px;
}

.header .main .right .item .items .search .layui-form .layui-form-item .layui-btn {
  height: 38px;
  margin-left: 10px;
  background-color: #008cc5;
}

.header .main .searchs {
  float: right;
  display: none;
  padding: 0 10px;
  line-height: 50px;
}

.header .main .searchs span {
  float: right;
  font-size: 0.53333rem;
  margin-right: 0.53333rem;
}

.header .main .layui-forms {
  left: 0;
  z-index: 2;
  width: 98%;
  top: 1.33333rem;
  display: none;
  height: 1.33333rem;
  line-height: 1.33333rem;
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.header .main .layui-forms::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.header .main .layui-forms .layui-form-item {
  float: left;
  clear: none;
  margin-bottom: 0;
}

.header .main .layui-forms .layui-form-item .layui-input-block {
  margin-left: 0;
}

.header .main .layui-forms .layui-form-item input {
  width: 240px;
  margin-left: 0.26667rem;
  display: inline-block;
}

.header .main .layui-forms .layui-form-item .layui-btn {
  height: 38px;
  margin-left: 10px;
  background-color: #008cc5;
}

.header .main .waps {
  float: right;
  display: none;
  width: 1.06667rem;
  text-align: center;
  line-height: 1.33333rem;
  border-left: solid 1px rgba(0, 0, 0, 0.2);
}

.header .main .waps .iconfont {
  float: right;
  color: #008cc5;
  font-size: 0.58667rem;
}

@media screen and (max-width: 1800px) {
  .header .main {
    margin: 0 60px;
  }
  .header .main .center .item {
    margin-left: 20px;
  }
  .header .main .center .item:first-child {
    margin-left: 40px;
  }
  .header .main .right .item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1700px) {
  .main {
    margin: 0 60px;
  }
}

@media screen and (max-width: 1690px) {
  .header .main .center .item {
    margin-left: 20px;
  }
  .header .main .center .item .aTitle {
    padding: 0 10px;
  }
  .header .main .center .item:first-child {
    margin-left: 20px;
  }
  .header .main .right .item {
    margin-left: 20px;
  }
}

@media screen and (max-width: 1500px) {
  .header .main {
    margin: 0 30px;
  }
  .header .main .center .item .aTitle {
    padding: 0 5px;
  }
}
@media screen and (max-width: 1400px) {
  .header .main .center .item{
    margin-left: 15px;
  }
  .header .main .right .item{
    margin-left: 15px;
  }
}
@media screen and (max-width: 1350px) {
  .header .main {
    margin: 0 20px;
  }
  .header .main .center .item .aTitle {
    padding: 0;
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .header {
    height: 1.33333rem;
  }
  .header .main .left {
    line-height: 1.33333rem;
  }
  .header .main .left img {
    height: 0.72rem;
  }
  .header .main .center {
    display: none;
  }
  .header .main .right {
    display: none;
  }
  .header .main .searchs {
    display: inline-block;
  }
  .header .main .waps {
    display: inline-block;
  }
}

.headerNav {
  z-index: 99;
  width: 100%;
  top: 0;
  overflow: hidden;
  padding-top: 1.33333rem;
  height: 100%;
  display: none;
  position: fixed;
  text-align: center;
  overflow-y: scroll;
  background-color: #f5f5f5;
}

.headerNav ul li {
  margin: 0 auto;
  text-align: left;
  list-style: none;

}

.headerNav ul li.active .classA span.first {
  display: none;
}

.headerNav ul li .classA {
  padding: 0 4%;
  margin: 0 auto;
  height: 1.33333rem;
  display: block;
  border-bottom: 1px solid #dcdcdc;
}
.headerNav ul li .classA::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}
.headerNav ul li .classA.active span {
  transform: rotate(90deg);
}

.headerNav ul li .classA i {
  float: left;
  color: #000000;
  font-size: 0.42667rem;
  line-height: 1.33333rem;
}

.headerNav ul li .classA span {
  float: right;
  color: #333333;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  transition: all 0.5s;
}

.headerNav ul li .item {
  width: 100%;
  display: none;
  background-color: #d8d8d8;
}

.headerNav ul li .item .classB {
  display: block;
  color: #ffffff;
  min-height: 1.33333rem;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  border-bottom: solid 1px #e3e3e3;
}

.headerNav ul li .item .classB.active span {
  transform: rotate(90deg);
}

.headerNav ul li .item .classB .up {
  padding: 0 6%;
}

.headerNav ul li .item .classB p {
  float: left;
  width: 80%;
}
.headerNav ul li .item .classB p a{
  float: left;
  width: 100%;
}
.headerNav ul li .item .classB span {
  float: right;
  color: #333333;
  font-size: 0.37333rem;
  transition: all 0.5s;
}

.headerNav ul li .item .classB .items {
  display: none;
  padding: 0 8%;
  background-color: #ffffff;
}

.headerNav ul li .item .classB .items a {
  display: block;
  border-bottom: solid 1px #dcdcdc;
}

.headerNav ul li .item .classB .items a:last-child {
  border-bottom: none;
}

.banner {
  width: 100%;
  overflow: hidden;
}

.banner .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.banner .swiper .swiper-slide {
  position: relative;
}

.banner .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.banner .swiper .swiper-slide dl {
  top: 30%;
  left: 12%;
  position: absolute;
}

.banner .swiper .swiper-slide dl dt h3 {
  font-size: 44px;
  color: #ffffff;
  font-family: MiSans-Bold;
}

.banner .swiper .swiper-slide dl dt p {
  font-size: 60px;
  color: #ffffff;
  font-weight: bold;
}

.banner .swiper .swiper-slide dl dd {
  padding-top: 40px;
}

.banner .swiper .swiper-slide dl dd h3 {
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
  font-family: MiSans-Light;
}

.banner .swiper .swiper-slide dl dd p {
  width: 180px;
  height: 54px;
  font-size: 16px;
  color: #ffffff;
  margin-top: 90px;
  line-height: 54px;
  text-align: center;
  position: relative;
  border: solid 1px #b8bcb8;
}

.banner .swiper .swiper-slide dl dd p:hover {
  background-color: #da291c;
  border: solid 1px #da291c;
}

.banner .swiper .swiper-slide dl dd p img {
  top: -1px;
  right: -1px;
  width: 24px;
  height: auto;
  position: absolute;
}

.banner .swiper .swiper-slide dl dd p img:last-child {
  top: auto;
  left: -1px;
  bottom: -1px;
}

.banner .swiper .swiper-pagination-bullets {
  left: 8.5%;
  width: auto;
  bottom: 60px;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 37px;
  height: 37px;
  border: none;
  line-height: 37px;
  margin-left: 20px;
  background-color: transparent;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #da291c;
  font-weight: bold;
  margin-right: 80px;
  border-radius: 100%;
  position: relative;
  border: solid 1px #da291c;
  background-color: transparent;
}

.banner .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  top: 18px;
  left: 26px;
  width: 60px;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #da291c;
}

.bannerWap {
  width: 100%;
  display: none;
  overflow: hidden;
}

.bannerWap .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.bannerWap .swiper .swiper-slide {
  position: relative;
}

.bannerWap .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.bannerWap .swiper .swiper-slide dl {
  top: 20%;
  left: 4%;
  position: absolute;
}

.bannerWap .swiper .swiper-slide dl dt h3 {
  font-size: 0.48rem;
  color: #ffffff;
}

.bannerWap .swiper .swiper-slide dl dt p {
  font-size: 0.64rem;
  color: #ffffff;
  font-weight: bold;
}

.bannerWap .swiper .swiper-slide dl dd {
  padding-top: 0.66667rem;
}

.bannerWap .swiper .swiper-slide dl dd h3 {
  font-size: 0.32rem;
  color: #ffffff;
}

.bannerWap .swiper .swiper-slide dl dd p {
  width: 3.2rem;
  height: 0.98667rem;
  font-size: 0.37333rem;
  color: #ffffff;
  margin-top: 1.06667rem;
  line-height: 0.98667rem;
  text-align: center;
  position: relative;
  border: solid 1px #b8bcb8;
}

.bannerWap .swiper .swiper-slide dl dd p img {
  top: -1px;
  right: -1px;
  width: 24px;
  height: auto;
  position: absolute;
}

.bannerWap .swiper .swiper-slide dl dd p img:last-child {
  top: auto;
  left: -1px;
  bottom: -1px;
}

.bannerWap .swiper .swiper-pagination-bullets {
  left: 0;
  width: auto;
  bottom: 0.53333rem;
}

.bannerWap .swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  opacity: 1;
  width: 0.64rem;
  height: 0.64rem;
  border: none;
  line-height: 0.64rem;
  margin-left: 0.26667rem;
  background-color: transparent;
}

.bannerWap .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  color: #da291c;
  font-weight: bold;
  margin-right: 0.53333rem;
  border-radius: 100%;
  position: relative;
  border: solid 1px #da291c;
  background-color: transparent;
}

.bannerWap .swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  top: 0.32rem;
  left: 0.48rem;
  width: 0.53333rem;
  height: 1px;
  content: '';
  position: absolute;
  background-color: #da291c;
}

@media screen and (max-width: 1200px) {
  .banner {
    display: none;
  }
  .bannerWap {
    display: block;
  }
}

.lane {
  padding-top: 50px;
  padding-bottom: 50px;
}

.lane .main .item {
  width: 25%;
  float: left;
  border-left: solid 1px #e5e5e5;
}

.lane .main .item:first-child {
  margin-left: 0;
  border-left: none;
}

.lane .main .item dl dt {
  float: left;
}

.lane .main .item dl dt span {
  font-size: 64px;
  color: #008cc5;
}

.lane .main .item dl dd {
  text-align: center;
}

.lane .main .item dl dd h3 {
  font-size: 46px;
  color: #008cc5;
  position: relative;
  font-family: MiSans-Regular;
  line-height: 46px;
}

.lane .main .item dl dd h3 span {
  top: 10px;
  font-size: 16px;
  padding-left: 10px;
  line-height: 18px;
  position: absolute;
}

.lane .main .item dl dd p {
  font-size: 16px;
  color: #666666;
  line-height: 26px;
}

@media screen and (max-width: 1700px) {
  .lane .main .item dl dt span {
    font-size: 52px;
  }
  .lane .main .item dl dd h3 {
    font-size: 30px;
  }
  .lane .main .item dl dd h3 span {
    font-size: 16px;
  }
}

@media screen and (max-width: 1500px) {
  .lane .main .item {
    padding-left: 30px;
  }
  .lane .main .item dl dt span {
    font-size: 50px;
  }
  .lane .main .item dl dd h3 {
    font-size: 24px;
  }
  .lane .main .item dl dd h3 span {
    font-size: 14px;
  }
}

@media screen and (max-width: 1200px) {
  .lane {
    padding: 20px 0;
  }
  .lane .main .item {
    width: 50%;
    float: left;
    padding-left: 0;
    margin-top: 0.26667rem;
    border-left: none;
  }
  .lane .main .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lane .main .item dl dt {
    float: left;
  }
  .lane .main .item dl dt span {
    font-size: 0.93333rem;
    color: #008cc5;
  }
  .lane .main .item dl dd h3 {
    font-size: 0.53333rem;
    font-weight: bold;
    line-height: 28px;
  }
  .lane .main .item dl dd h3 span {
    top: 0;
    font-size: 0.26667rem;
  }
  .lane .main .item dl dd p {
    font-size: 0.32rem;
    color: #666666;
  }
}

.about {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.about .main .up .left {
  width: calc(100% - 600px);
}

.about .main .up .left h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 80px;
  position: relative;
}

.about .main .up .left h3::before {
  left: 0;
  width: 60px;
  content: '';
  height: 3px;
  bottom: 40px;
  position: absolute;
  background-color: #008cc5;
}

.about .main .up .left p {
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}

.about .main .up .right {
  width: 500px;
}

.about .main .up .right img {
  width: 100%;
}

.about .main .down {
  padding-top: 40px;
}

.about .main .down .item {
  width: 25%;
  float: left;
  border-left: solid 1px #e5e5e5;
}

.about .main .down .item:first-child {
  margin-left: 0;
  border-left: none;
}

.about .main .down .item dl dt {
  float: left;
}

.about .main .down .item dl dt span {
  font-size: 64px;
  color: #008cc5;
}

.about .main .down .item dl dd {
  text-align: center;
}

.about .main .down .item dl dd h3 {
  font-size: 46px;
  color: #008cc5;
  position: relative;
  font-family: MiSans-Regular;
  line-height: 46px;
}

.about .main .down .item dl dd h3 span {
  top: 10px;
  font-size: 16px;
  padding-left: 10px;
  line-height: 18px;
  position: absolute;
}

.about .main .down .item dl dd p {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.abouts {
  position: relative;
}

.abouts img {
  width: 100%;
  height: auto;
}

.abouts .aboutWap {
  display: none;
}

.abouts .text {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.abouts .text .item {
  float: left;
  height: 100%;
  width: 33.33%;
  padding: 0 80px;
  text-align: center;
  border-left: solid 1px #9ea2b2;
}

.abouts .text .item span {
  display: block;
  font-size: 64px;
  color: #ffffff;
  margin-top: 240px;
}

.abouts .text .item h3 {
  opacity: .2;
  font-size: 16px;
  color: #ffffff;
  padding: 40px 0 20px;
}

.abouts .text .item p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media screen and (max-width: 1200px) {
  .about {
    padding: 1.06667rem 0;
  }
  .about .main .up .left {
    float: none;
    width: 100%;
  }
  .about .main .up .left h3 {
    font-size: 0.58667rem;
    padding-bottom: 1.06667rem;
  }
  .about .main .up .left h3::before {
    bottom: 0.53333rem;
  }
  .about .main .up .left p {
    font-size: 0.37333rem;
    line-height: 0.64rem;
  }
  .about .main .up .right {
    width: 100%;
    float: none;
  }
  .about .main .up .right img {
    width: 100%;
  }
  .about .main .down {
    padding-top: 0.53333rem;
  }
  .about .main .down .item {
    width: 50%;
    padding-left: 0;
    border-left: none;
    padding-bottom: 0.53333rem;
  }
  .about .main .down .item:first-child {
    margin-left: 0;
  }
  .about .main .down .item dl dt span {
    font-size: 0.93333rem;
  }
  .about .main .down .item dl dd h3 {
    font-size: 0.61333rem;
  }
  .about .main .down .item dl dd h3 span {
    font-size: 0.32rem;
  }
  .about .main .down .item dl dd p {
    font-size: 0.26667rem;
  }
  .abouts .aboutss {
    display: none;
  }
  .abouts .aboutWap {
    display: block;
  }
  .abouts .text .item {
    float: none;
    height: 33.33%;
    width: 100%;
    padding: 0.8rem 1.73333rem;
    border-left: none;
    border-bottom: solid 1px #9ea2b2;
  }
  .abouts .text .item span {
    font-size: 0.8rem;
    margin-top: 0;
  }
  .abouts .text .item h3 {
    font-size: 0.37333rem;
    padding: 0.26667rem 0;
  }
  .abouts .text .item p {
    font-size: 0.37333rem;
  }
}

.culture {
  z-index: 2;
  position: relative;
}

.culture .main {
  width: 100%;
  max-width: 100%;
  position: relative;
}

.culture .main .titles {
  left: 50%;
  top: 100px;
  position: absolute;
  transform: translate(-50%, 0);
}

.culture .main .text .item {
  width: 20%;
  float: left;
  height: 884px;
  text-align: center;
  transition: all 0.5s;
  padding: 315px 40px 220px;
  border-left: solid 1px rgba(255, 255, 255, 0.1);
}

.culture .main .text .item:hover {
  transition: all 0.5s;
  padding: 250px 40px 220px;
}

.culture .main .text .item:hover dl dd h4 {
  opacity: 1;
}

.culture .main .text .item dl dt span {
  color: #fff;
  font-size: 80px;
}

.culture .main .text .item dl dd {
  padding-top: 60px;
}

.culture .main .text .item dl dd h3 {
  color: #fff;
  font-size: 36px;
  transition: all 0.5s;
}

.culture .main .text .item dl dd p {
  color: #fff;
  font-size: 20px;
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
}

.culture .main .text .item dl dd p::before {
  left: 50%;
  width: 40px;
  height: 4px;
  content: '';
  bottom: -20px;
  position: absolute;
  margin-left: -20px;
  border-radius: 2px;
  background-color: #1e8ce6;
}

.culture .main .text .item dl dd h4 {
  opacity: 0;
  color: #fff;
  font-size: 14px;
  line-height: 26px;
  padding-top: 40px;
  transition: all 1s;
}

@media screen and (max-width: 1600px) {
  .culture .main {
    margin: 0;
  }
  .culture .main .text .item {
    padding: 315px 20px 220px;
  }
}

.back {
  height: 600px;
  margin-top: 100px;
  align-items: center;
  text-align: left;
}

.back .main {
  height: 600px;
  position: relative;
}

.back .main .crumbs {
  height: 80px;
  font-size: 16px;
  color: #ffffff;
  line-height: 80px;
}

.back .main .crumbs a {
  font-size: 16px;
  color: #ffffff;
}
.back .main .crumbs a:first-child span{
  font-size: 18px;
}
.back .main .crumbs span {
  font-size: 12px;
  padding: 0 10px;
}

.back .main dl {
  width: 100%;
  padding-top: 180px;
}

.back .main dl dt {
  font-size: 52px;
  color: #ffffff;
  font-family: MiSans-Demibold;
}

.back .main dl dd p {
  max-width: 1100px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 30px;
  line-height: 28px;
}

.back .main dl dd a {
  width: 150px;
  height: 44px;
  display: block;
  margin-top: 50px;
  color: #ffffff;
  line-height: 44px;
  text-align: center;
  border-radius: 44px;
  border: solid 1px #ffffff;
}

.back .main h3 {
  font-size: 52px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  text-align: center;
  padding-top: 150px;
}

.back .main p {
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  padding-top: 20px;
}

.back .main .navTap {
  left: 0;
  width: 100%;
  bottom: -50px;
  position: absolute;
}

.back .main .navTap a {
  float: left;
  width: 124px;
  height: 145px;
  font-size: 16px;
  color: #ffffff;
  padding-top: 50px;
  text-align: center;
}

.back .main .navTap a.active {
  background-color: #da291c;
  font-family: MiSans-Demibold;
}

.back .main .navTap a.active span {
  opacity: 1;
}

.back .main .navTap a:hover {
  background-color: #da291c;
  font-family: MiSans-Demibold;
}

.back .main .navTap a:hover span {
  opacity: 1;
}

.back .main .navTap a span {
  opacity: 0;
  display: block;
  padding-top: 20px;
}

@media screen and (max-width: 1200px) {
  .back {
    height: 8rem;
    margin-top: 1.33333rem;
  }
  .back .main {
    height: 8rem;
  }
  .back .main .crumbs {
    height: 1.12rem;
    font-size: 0.32rem;
    line-height: 1.12rem;
  }
  .back .main .crumbs a {
    font-size: 0.32rem;
  }
  .back .main .crumbs a span {
    font-size: 0.32rem;
  }
  .back .main dl {
    width: 100%;
    padding-top: 20px;
  }
  .back .main dl dt {
    font-size: 0.64rem;
  }
  .back .main dl dd p {
    font-size: 0.32rem;
    padding-top: 0.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .back .main dl dd a {
    width: 2.4rem;
    height: 0.72rem;
    font-size: 0.32rem;
    margin-top: 0.53333rem;
    line-height: 0.66667rem;
  }
  .back .main h3 {
    font-size: 0.64rem;
    padding-top: 1.44rem;
  }
  .back .main p {
    font-size: 0.32rem;
    padding-top: 0.26667rem;
  }
  .back .main .navTap {
    left: 0;
    bottom: -0.8rem;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .back .main .navTap a {
    float: none;
    width: 2.05333rem;
    height: 2.13333rem;
    font-size: 0.32rem;
    padding-top: 0.53333rem;
    display: inline-block;
  }
  .back .main .navTap a span {
    padding-top: 0.26667rem;
  }
}

.productDetail {
  padding: 80px 0;
}

.productDetail.active {
  background-color: #f5f5f5;
}

.productDetail .main img {
  width: 100%;
  border-radius: 4px;
}

.productDetail .main h3 {
  font-size: 40px;
  font-family: MiSans-Demibold;
  position: relative;
  padding-bottom: 30px;
}

.productDetail .main h3::before {
  left: 0;
  width: 60px;
  height: 3px;
  content: '';
  bottom: 10px;
  position: absolute;
  background-color: #008cc5;
}

.productDetail .main p {
  font-size: 16px;
  line-height: 28px;
  word-wrap: break-word;
}

.productDetail .main .left {
  width: 45%;
  padding-right: 80px;
}

.productDetail .main .right {
  width: 55%;
}

@media screen and (max-width: 1200px) {
  .productDetail {
    padding: 1.06667rem 0;
  }
  .productDetail .main h3 {
    font-size: 0.58667rem;
    padding-bottom: 1.12rem;
  }
  .productDetail .main h3::before {
    bottom: 0.66667rem;
  }
  .productDetail .main p {
    font-size: 0.37333rem;
  }
  .productDetail .main .left {
    width: 100%;
    float: none;
    padding-right: 0;
  }
  .productDetail .main .right {
    width: 100%;
    float: none;
    margin-top: 0.8rem;
  }
}

.proChara {
  position: relative;
  padding: 80px 0 60px;
  background-color: #f5f5f5;
}

.proChara .proCharaImage {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.proChara .main {
  z-index: 2;
  position: relative;
}

.proChara .main .title {
  font-size: 40px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  text-align: center;
}

.proChara .main .swiper {
  height: 100%;
  padding: 50px 0 20px;
  overflow: hidden;
  position: relative;
}

.proChara .main .swiper .swiper-wrapper .swiper-slide {
  height: 476px;
  padding: 55px;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.proChara .main .swiper .swiper-wrapper .swiper-slide img {
  width: 70px;
  height: auto;
  margin-top: 30px;
}

.proChara .main .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-family: MiSans-Demibold;
  margin-top: 50px;
  position: relative;
}

.proChara .main .swiper .swiper-wrapper .swiper-slide h3::before {
  left: 50%;
  width: 40px;
  height: 3px;
  content: '';
  bottom: -25px;
  position: absolute;
  margin-left: -20px;
  background-color: #008cc5;
}

.proChara .main .swiper .swiper-wrapper .swiper-slide p {
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  margin-top: 50px;
}

.proChara .main .swiper-button-prev {
  left: -40px;
}

.proChara .main .swiper-button-next {
  right: -40px;
}

.proChara .main .swiper-button-prev, .proChara .main .swiper-button-next {
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-color: #ababab;
  background-image: none;
}

.proChara .main .swiper-button-prev span, .proChara .main .swiper-button-next span {
  font-size: 12px;
  color: #ffffff;
}

.proChara .main .swiper-button-prev:hover, .proChara .main .swiper-button-next:hover {
  background-color: #da291c;
}

.proChara2 {
  display: none;
  position: relative;
  padding: 1.06667rem 0 0.8rem;
  background-color: #f5f5f5;
}

.proChara2 .proCharaImage {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.proChara2 .main {
  z-index: 2;
  position: relative;
}

.proChara2 .main .title {
  font-size: 0.58667rem;
  color: #ffffff;
  text-align: center;
}

.proChara2 .main .swiper {
  height: 100%;
  padding: 0.53333rem 0 0.26667rem;
  overflow: hidden;
  position: relative;
}

.proChara2 .main .swiper .swiper-wrapper {
  padding-bottom: 1.06667rem;
}

.proChara2 .main .swiper .swiper-wrapper .swiper-slide {
  height: 7.86667rem;
  padding: 0.53333rem;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.proChara2 .main .swiper .swiper-wrapper .swiper-slide img {
  height: 0.93333rem;
}

.proChara2 .main .swiper .swiper-wrapper .swiper-slide h3 {
  font-size: 0.37333rem;
  color: #000000;
  margin-top: 0.66667rem;
  position: relative;
}

.proChara2 .main .swiper .swiper-wrapper .swiper-slide h3::before {
  left: 50%;
  width: 0.8rem;
  height: 3px;
  content: '';
  bottom: -0.4rem;
  position: absolute;
  margin-left: -0.4rem;
  background-color: #008cc5;
}

.proChara2 .main .swiper .swiper-wrapper .swiper-slide p {
  font-size: 0.32rem;
  color: #666666;
  margin-top: 0.8rem;
  line-height: 0.53333rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.proChara2 .main .swiper .swiper-wrapper .swiper-pagination {
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .proChara {
    display: none;
  }
  .proChara2 {
    display: block;
  }
}

.proCharas {
  position: relative;
  padding: 80px 0 60px;
  background-color: #f5f5f5;
}

.proCharas .proCharaImage {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.proCharas .ss {
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}

.proCharas .main {
  z-index: 2;
  position: relative;
}

.proCharas .main .title {
  font-size: 40px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  font-family: MiSans-Demibold;
  padding-bottom: 0.8rem;
}

.proCharas .main .text {
  padding: 80px 50px;
  background-color: #ffffff;
}

.proCharas .main .text .up h3 {
  font-size: 36px;
  font-family: MiSans-Demibold;
  padding-bottom: 20px;
}

.proCharas .main .text .up p {
  font-size: 16px;
  line-height: 28px;
}

.proCharas .main .text .down {
  margin-top: 40px;
  border: solid 1px #e5e5e5;
}

.proCharas .main .text .down .item {
  height: 75px;
  line-height: 75px;
  border-bottom: solid 1px #e5e5e5;
}

.proCharas .main .text .down .item:nth-child(odd) {
  background-color: #f5f5f5;
}

.proCharas .main .text .down .item p {
  float: left;
  font-size: 16px;
  padding-left: 50px;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.proCharas .main .text .down .item p:first-child {
  width: 23%;
  border-right: solid 1px #e5e5e5;
}
.proCharas .main .text .down .item p:last-child{
  width: 77%;
}
@media screen and (max-width: 1200px) {
  .proCharas {
    padding: 1.06667rem 0 0.8rem;
  }
  .proCharas .proCharaImage {
    display: none;
  }
  .proCharas .ss {
    display: block;
  }
  .proCharas .main .title {
    font-size: 0.58667rem;
  }
  .proCharas .main .text {
    padding: 0.53333rem;
    background-color: #ffffff;
  }
  .proCharas .main .text .up h3 {
    font-size: 0.53333rem;
    padding-bottom: 0.26667rem;
  }
  .proCharas .main .text .up p {
    font-size: 0.37333rem;
    line-height: 0.53333rem;
  }
  .proCharas .main .text .down {
    margin-top: 0.53333rem;
  }
  .proCharas .main .text .down .item {
    height: auto;
    line-height: 0.42667rem;
  }
  .proCharas .main .text .down .item p {
    float: left;
    width: 70% !important;
    height: auto;
    padding: 0.26667rem 0;
    font-size: 0.32rem;
    padding-left: 0.26667rem;
    padding-right: 0.26667rem;
    -webkit-line-clamp: 10;
  }
  .proCharas .main .text .down .item p:first-child {
    width: 30% !important;
    border-right: none;
  }
  .proCharas .main .text .down .item p:last-child {
    border-left: solid 1px #e5e5e5;
  }
}

.proIntroduce {
  background-color: #f5f5f5;
}

.proIntroduce .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.proIntroduce .main .text .item {
  padding: 80px 0;
  border-bottom: dashed 1px #c4c4c4;
}
.proIntroduce .main .text .item i{
  color: #da291c;
}
.proIntroduce .main .text .item:last-child {
  border: none;
}

.proIntroduce .main .text .item:nth-child(odd) .left {
  width: 45%;
  padding-right: 80px;
}

.proIntroduce .main .text .item:nth-child(odd) .right {
  width: 55%;
}

.proIntroduce .main .text .item:nth-child(even) .left {
  width: 55%;
}

.proIntroduce .main .text .item:nth-child(even) .right {
  width: 45%;
  padding-left: 80px;
}

.proIntroduce .main .text .item img {
  width: 100%;
  border-radius: 4px;
}

.proIntroduce .main .text .item h3 {
  font-size: 36px;
  line-height: 46px;
  font-family: MiSans-Demibold;
  padding-bottom: 50px;
  position: relative;
}

.proIntroduce .main .text .item h3 img {
  left: -10px;
  width: 35px;
  bottom: 40px;
  height: 35px !important;
  position: absolute;
}

.proIntroduce .main .text .item p {
  line-height: 26px;
  padding-left: 30px;
  padding-bottom: 20px;
  position: relative;
}

.proIntroduce .main .text .item p::before {
  left: 0;
  top: 10px;
  width: 7px;
  content: '';
  height: 7px;
  border-radius: 7px;
  position: absolute;
  background-color: #008cc5;
}

.proIntroduce2 {
  display: none;
  background-color: #f5f5f5;
}

.proIntroduce2 .main .title {
  font-size: 0.58667rem;
  color: #000000;
  text-align: center;
}

.proIntroduce2 .main .text .item {
  padding: 1.06667rem 0;
  border-bottom: dashed 1px #c4c4c4;
}

.proIntroduce2 .main .text .item:last-child {
  border: none;
}

.proIntroduce2 .main .text .item .left {
  width: 100%;
}

.proIntroduce2 .main .text .item .right {
  width: 100%;
}

.proIntroduce2 .main .text .item img {
  width: 100%;
}

.proIntroduce2 .main .text .item h3 {
  font-size: 0.53333rem;
  font-weight: bold;
  padding-bottom: 0.53333rem;
  position: relative;
}

.proIntroduce2 .main .text .item h3 img {
  left: -10px;
  width: 35px;
  bottom: 40px;
  height: 35px !important;
  position: absolute;
}

.proIntroduce2 .main .text .item p {
  line-height: 0.64rem;
  padding-left: 0.53333rem;
  padding-bottom: 0.53333rem;
  position: relative;
}

.proIntroduce2 .main .text .item p::before {
  left: 0;
  top: 10px;
  width: 7px;
  content: '';
  height: 7px;
  border-radius: 7px;
  position: absolute;
  background-color: #008cc5;
}

@media screen and (max-width: 1200px) {
  .proIntroduce {
    display: none;
  }
  .proIntroduce2 {
    display: block;
  }
}

.addService {
  padding-top: 120px;
  background-color: #f5f5f5;
}

.addService .main .text .item {
  padding: 80px 0;
  border-bottom: dashed 1px #c4c4c4;
}

.addService .main .text .item:last-child {
  border: none;
}
.addService .main .text .item .left{
  line-height: 26px;
}
.addService .main .text .item .right{
  line-height: 26px;
}
.addService .main .text .item:nth-child(odd) .left {
  width: 45%;
  padding-right: 80px;
}

.addService .main .text .item:nth-child(odd) .right {
  width: calc(55% - 0px);
}

.addService .main .text .item:nth-child(even) .left {
  width: calc(55% - 0px);
}

.addService .main .text .item:nth-child(even) .right {
  width: 45%;
  padding-left: 80px;
}

.addService .main .text .item img {
  width: 100%;
}

.addService .main .text .item h3 {
  font-size: 36px;
  font-family: MiSans-Demibold;
  padding-bottom: 50px;
  position: relative;
}

.addService .main .text .item h3 i {
  color: #008cc5;
}

.addService .main .text .item h3 img {
  left: -10px;
  width: 35px;
  bottom: 40px;
  height: 35px !important;
  position: absolute;
}

.addService .main .text .item p {
  line-height: 26px;
  padding-bottom: 20px;
  position: relative;
}

.addService .main .text .item .more {
  padding-top: 50px;
}

.addService .main .text .item .more a {
  width: 150px;
  height: 44px;
  margin: 0 20px 0 0;
  color: #008cc5;
  line-height: 44px;
  text-align: center;
  border-radius: 44px;
  display: inline-block;
  border: solid 1px #008cc5;
  background-color: #ffffff;
}

.addService .main .text .item .more a:hover {
  color: #ffffff;
  border: solid 1px #da291c;
  background-color: #da291c;
}

.addService .main .text .item .more a:hover span {
  color: #ffffff;
}

.addService .main .text .item .more a span {
  font-size: 12px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .addService {
    padding-top: 1.6rem;
  }
  .addService .main .text .item {
    padding: 1.06667rem 0;
  }
  .addService .main .text .item:last-child {
    border: none;
  }
  .addService .main .text .item:first-child {
    padding-top: 0;
  }
  .addService .main .text .item:nth-child(odd) .left {
    width: 100%;
    padding-right: 0;
  }
  .addService .main .text .item:nth-child(odd) .right {
    width: 100%;
    padding-left: 0;
  }
  .addService .main .text .item:nth-child(even) .left {
    width: 100%;
  }
  .addService .main .text .item:nth-child(even) .right {
    width: 100%;
    padding-left: 0;
  }
  .addService .main .text .item img {
    margin-top: 0.8rem;
  }
  .addService .main .text .item h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.53333rem;
  }
  .addService .main .text .item h3 img {
    width: 0.45333rem;
    bottom: 0.53333rem;
    height: 0.45333rem !important;
  }
  .addService .main .text .item p {
    line-height: 0.53333rem;
  }
  .addService .main .text .item .more {
    padding-top: 20px;
  }
  .addService .main .text .item .more a {
    width: 2.6rem;
    height: 0.7rem;
    line-height: 0.6rem;
    border-radius: 0.8rem;
    background-color: transparent;
  }
}

.human {
  padding: 120px 0 80px;
  background-color: #f5f5f5;
}

.human .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.human .main .text {
  padding-top: 20px;
}

.human .main .text .item {
  float: left;
  padding: 50px;
  height: 218px;
  margin-top: 30px;
  margin-left: 30px;
  border-radius: 4px;
  width: calc(50% - 15px);
  border: solid 1px #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
  background: linear-gradient(to bottom, #e5f3f9, #ffffff);
}

.human .main .text .item:nth-child(2n+1) {
  margin-left: 0;
}

.human .main .text .item dl dt {
  float: left;
}

.human .main .text .item dl dt img {
  width: auto;
  height: 110px;
}

.human .main .text .item dl dd {
  padding-left: 160px;
}

.human .main .text .item dl dd h3 {
  font-size: 24px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 10px;
}

.human .main .text .item dl dd p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}

@media screen and (max-width: 1200px) {
  .human {
    padding: 1.6rem 0 1.06667rem;
  }
  .human .main .title {
    font-size: 0.58667rem;
  }
  .human .main .text {
    padding-top: 0.26667rem;
  }
  .human .main .text .item {
    float: none;
    padding: 0.53333rem;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0;
    width: 100%;
  }
  .human .main .text .item dl dt img {
    height: 1.46667rem;
  }
  .human .main .text .item dl dd {
    padding-left: 2.13333rem;
  }
  .human .main .text .item dl dd h3 {
    font-size: 0.42667rem;
    padding-bottom: 10px;
  }
  .human .main .text .item dl dd p {
    font-size: 0.32rem;
    color: #666666;
    line-height: 24px;
  }
}

.cooperate {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.cooperate .main .up h3 {
  font-size: 36px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.cooperate .main .up .text .item {
  float: left;
  width: calc(14% - 22px);
  margin-top: 30px;
  margin-left: 30px;
}

.cooperate .main .up .text .item img {
  width: 100%;
  border-radius: 4px;
}

.cooperate .main .up .text .item:nth-child(7n+1) {
  margin-left: 0;
}

.cooperate .main .down {
  margin-top: 50px;
}

.cooperate .main .down h3 {
  font-size: 36px;
  color: #000000;
  font-weight: bold;
}

.cooperate .main .down .text .item {
  padding: 10px 0 30px;
  border-bottom: dashed 1px #dcdcdc;
}

.cooperate .main .down .text .item .left {
  width: 19%;
  font-size: 20px;
  line-height: 20px;
  padding-left: 25px;
  font-family: MiSans-Demibold;
  padding-top: 45px;
  position: relative;
}

.cooperate .main .down .text .item .left::before {
  top: 45px;
  left: 0;
  width: 4px;
  content: '';
  height: 20px;
  position: absolute;
  background-color: #008cc5;
}

.cooperate .main .down .text .item .right {
  width: 81%;
}

.cooperate .main .down .text .item .right img {
  float: left;
  width: calc(13% - 10px);
  margin-top: 20px;
  margin-left: 20px;
  border-radius: 4px;
}

.cooperate .main .down .text .item .right img:nth-child(7n+1) {
  margin-left: 0;
}

@media screen and (max-width: 1200px) {
  .cooperate {
    padding: 1.06667rem 0;
  }
  .cooperate .main .up h3 {
    font-size: 0.58667rem;
  }
  .cooperate .main .up .text .item {
    float: left;
    width: calc(33% - 10px);
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
  .cooperate .main .up .text .item:nth-child(7n+1) {
    margin-left: 0.4rem;
  }
  .cooperate .main .up .text .item:nth-child(3n+1) {
    margin-left: 0;
  }
  .cooperate .main .down {
    margin-top: 0.8rem;
  }
  .cooperate .main .down h3 {
    font-size: 0.58667rem;
  }
  .cooperate .main .down .text .item {
    padding: 0.4rem 0 0.66667rem;
  }
  .cooperate .main .down .text .item .left {
    width: 100%;
    font-size: 0.42667rem;
    padding-left: 0.53333rem;
    padding-top: 0.26667rem;
  }
  .cooperate .main .down .text .item .left::before {
    top: 0.26667rem;
    height: 0.53333rem;
  }
  .cooperate .main .down .text .item .right {
    width: 100%;
  }
  .cooperate .main .down .text .item .right img {
    float: left;
    width: calc(33% - 10px);
    margin-top: 0.4rem;
    margin-left: 0.4rem;
  }
  .cooperate .main .down .text .item .right img:nth-child(7n+1) {
    margin-left: 0.4rem;
  }
  .cooperate .main .down .text .item .right img:nth-child(3n+1) {
    margin-left: 0;
  }
}

.proPackage {
  padding: 80px 0;
  background-color: #dff0f7;
}

.proPackage .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.proPackage .main .text {
  margin-top: 50px;
}

.proPackage .main .text .item {
  float: left;
  overflow: hidden;
  margin-left: 30px;
  border-radius: 4px;
  width: calc(33.33% - 20px);
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.proPackage .main .text .item:first-child {
  margin-left: 0 !important;
}

.proPackage .main .text .item .up {
  height: 156px;
  padding: 32px 50px;
  position: relative;
}

.proPackage .main .text .item .up img {
  right: 0;
  bottom: 0;
  position: absolute;
}

.proPackage .main .text .item .up p {
  font-size: 20px;
  line-height: 32px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  text-align: center;
}

.proPackage .main .text .item .up p span {
  height: 26px;
  padding: 0 10px;
  font-size: 16px;
  margin-left: 5px;
  color: #008cc5;
  line-height: 28px;
  text-align: center;
  border-radius: 26px;
  display: inline-block;
  background-color: #ffffff;
}

.proPackage .main .text .item .center {
  height: 610px;
  overflow-y: scroll;
  padding: 50px 30px;
  padding-bottom: 0;
  background-color: #ffffff;
}

.proPackage .main .text .item .center p {
  padding-left: 40px;
  padding-bottom: 30px;
  position: relative;
}

.proPackage .main .text .item .center p:last-child {
  border-bottom: dashed 1px #c9c9c9;
}

.proPackage .main .text .item .center p::before {
  top: 7px;
  left: 10px;
  width: 7px;
  content: '';
  height: 7px;
  border-radius: 7px;
  position: absolute;
  background-color: #008cc5;
}

.proPackage .main .text .item .down {
  padding: 30px 0;
  text-align: center;
  background-color: #ffffff;
}

.proPackage .main .text .item .down a {
  width: 150px;
  height: 44px;
  color: #008cc5;
  line-height: 44px;
  border-radius: 44px;
  display: inline-block;
  border: solid 1px #008cc5;
}

.proPackage2 {
  display: none !important;
  padding: 1.06667rem 0;
  background-color: #dff0f7;
}

.proPackage2 .main .title {
  font-size: 0.58667rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.proPackage2 .main .swiper {
  overflow: hidden;
  position: relative;
  margin-top: 0.8rem;
  padding-bottom: 1.06667rem;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide {
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .up {
  height: 2.66667rem;
  padding: 0.53333rem 0.66667rem;
  position: relative;
  text-align: center;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .up img {
  right: 0;
  bottom: 0;
  width: 2.66667rem;
  position: absolute;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .up p {
  font-size: 24px;
  color: #ffffff;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .up p span {
  height: 26px;
  padding: 0 10px;
  font-size: 0.42667rem;
  margin-left: 5px;
  color: #008cc5;
  line-height: 26px;
  text-align: center;
  border-radius: 26px;
  display: inline-block;
  background-color: #ffffff;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .center {
  height: 270px;
    overflow-y: scroll;
  padding: 0.66667rem 0.4rem;
  padding-bottom: 0;
  background-color: #ffffff;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .center p {
  padding-left: 0.53333rem;
  padding-bottom: 0.4rem;
  position: relative;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .center p:last-child {
  border-bottom: dashed 1px #c9c9c9;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .center p::before {
  top: 7px;
  left: 0;
  width: 7px;
  content: '';
  height: 7px;
  border-radius: 7px;
  position: absolute;
  background-color: #008cc5;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .down {
  padding: 0.53333rem 0;
  text-align: center;
  background-color: #ffffff;
}

.proPackage2 .main .swiper .swiper-wrapper .swiper-slide .down a {
  width: 2.4rem;
  height: 0.93333rem;
  color: #008cc5;
  line-height: 0.93333rem;
  border-radius: 0.93333rem;
  display: inline-block;
  border: solid 1px #008cc5;
}

@media screen and (max-width: 1200px) {
  .proPackage {
    display: none !important;
  }
  .proPackage2 {
    display: block !important;
  }
}

.solutions {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}

.solutions .main .text a {
  float: left;
  height: 504px;
  margin-top: 24px;
  margin-left: 24px;
  position: relative;
  transition: all 0.5s;
  width: calc(25% - 18px);
}

.solutions .main .text a .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.solutions .main .text a:nth-child(4n+1) {
  margin-left: 0;
}

.solutions .main .text a:hover .item {
  top: -10px;
  background-color: #e60012;
}

.solutions .main .text a:hover .down h3, .solutions .main .text a:hover .down p {
  color: #ffffff;
}

.solutions .main .text a:hover .down h4 {
  color: #e60012;
  border: solid 1px #e60012;
  background-color: #ffffff;
}
.solutions .main .text a{
  overflow: hidden;
}
.solutions .main .text a img {
  width: 100%;
  height: auto;
  display: block;
  max-height: 330px;
  transition: all 0.5s;
}
.solutions .main .text a img:hover{
  transform: scale(1.1);
}
.solutions .main .text a .down {
  padding: 30px;
  height: 235px;
}

.solutions .main .text a .down h3 {
  font-size: 20px;
  color: #121212;
  font-family: MiSans-Demibold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.solutions .main .text a .down p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.solutions .main .text a .down h4 {
  width: 119px;
  height: 36px;
  color: #008cc5;
  margin-top: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  border: solid 1px #008cc5;
}

.solutions .main .text a .down h4 span {
  font-size: 12px;
  margin-left: 10px;
}

@media screen and (max-width: 1600px) {
  .solutions .main .text a {
    height: 514px;
  }
  .solutions .main .text a .item {
    height: 514px;
  }
}

@media screen and (max-width: 1500px) {
  .solutions .main .text a {
    height: 497px;
  }
  .solutions .main .text a .item {
    height: 497px;
  }
}

@media screen and (max-width: 1400px) {
  .solutions .main .text a {
    height: 475px;
  }
  .solutions .main .text a .item {
    height: 475px;
  }
}

@media screen and (max-width: 1300px) {
  .solutions .main .text a {
    height: 450px;
  }
  .solutions .main .text a .item {
    height: 450px;
  }
}

@media screen and (max-width: 1200px) {
  .solutions {
    padding: 0.8rem 0 1.06667rem;
  }
  .solutions .main .text a {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    margin-top: 30px;
    margin-left: 0;
  }
  .solutions .main .text a .item {
    overflow: hidden;
    position: static;
  }
  .solutions .main .text a .down {
    padding: 0.4rem;
    height: auto;
  }
  .solutions .main .text a .down h3 {
    font-size: 0.48rem;
  }
  .solutions .main .text a .down p {
    font-size: 0.32rem;
    margin-top: 0.26667rem;
    line-height: 0.53333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }
  .solutions .main .text a .down h4 {
    width: 2.4rem;
    height: 0.8rem;
    font-size: 0.32rem;
    margin-top: 0.53333rem;
    line-height: 0.74667rem;
  }
}

.manage {
  padding: 80px 0;
  background-color: #dff0f7;
}

.manage .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.manage .main .text {
  padding-top: 50px;
}

.manage .main .text .item {
  float: left;
  height: 444px;
  overflow: hidden;
  margin-left: 28px;
  position: relative;
  border-radius: 4px;
  transition: all 0.5s;
  width: calc(20% - 21px);
  background-color: #ffffff;
}

.manage .main .text .item .activeImage {
  opacity: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  position: absolute;
}

.manage .main .text .item.active {
  width: calc(40% - 21px);
}

.manage .main .text .item.active .activeImage {
  opacity: 1;
}

.manage .main .text .item.active .right {
  right: 40px;
  display: block;
}

.manage .main .text .item.active dl dd {
  width: 50%;
}

.manage .main .text .item.active dl dd h3, .manage .main .text .item.active dl dd p {
  color: #ffffff;
}

.manage .main .text .item.active dl dd img:nth-of-type(1) {
  display: none;
}

.manage .main .text .item.active dl dd img:last-child {
  display: block;
}

.manage .main .text .item:nth-child(1) {
  margin-left: 0;
}

.manage .main .text .item .right {
  top: 80px;
  width: 260px;
  right: -261px;
  padding-left: 35px;
  position: absolute;
  transition: all 0.5s;
  height: calc(100% - 160px);
  border-left: solid 1px #676a6a;
}

.manage .main .text .item .right p {
  font-size: 16px;
  color: #ffffff;
  padding-bottom: 20px;
}

.manage .main .text .item dl {
  z-index: 2;
  padding: 80px 50px;
  position: relative;
}

.manage .main .text .item dl dt span {
  font-size: 64px;
  color: #008cc5;
}

.manage .main .text .item dl dd {
  padding-top: 50px;
}

.manage .main .text .item dl dd h3 {
  font-size: 24px;
  font-family: MiSans-Demibold;
}

.manage .main .text .item dl dd p {
  font-size: 14px;
  color: #666666;
  padding-top: 5px;
}

.manage .main .text .item dl dd img {
  padding-top: 40px;
}

.manage .main .text .item dl dd img:last-child {
  display: none;
}

@media screen and (max-width: 1200px) {
  .manage {
    padding: 1.06667rem 0;
  }
  .manage .main .title {
    font-size: 0.58667rem;
  }
  .manage .main .text {
    padding-top: 0.66667rem;
  }
  .manage .main .text .item {
    float: none;
    height: 5.46667rem;
    padding: 0.66667rem 0.53333rem;
    margin-bottom: 0.4rem;
    margin-left: 0;
    width: 100%;
  }
  .manage .main .text .item .activeImage {
    top: 0;
    left: 0;
    opacity: 1;
  }
  .manage .main .text .item.active {
    width: 100%;
  }
  .manage .main .text .item.active .right {
    right: 0;
  }
  .manage .main .text .item.active dl dd {
    width: 100%;
  }
  .manage .main .text .item.active dl dd img:nth-of-type(1) {
    display: none;
  }
  .manage .main .text .item.active dl dd img:last-child {
    display: block;
  }
  .manage .main .text .item:nth-child(1) {
    margin-left: 0;
  }
  .manage .main .text .item .right {
    z-index: 2;
    top: 0.53333rem;
    width: 60%;
    float: right;
    right: 0;
    padding-left: 0.53333rem;
    position: relative;
    height: auto;
    border-left: none;
  }
  .manage .main .text .item .right p {
    color: #ffffff;
    font-size: 0.32rem;
    padding-bottom: 0.26667rem;
  }
  .manage .main .text .item dl {
    float: left;
    width: 40%;
    padding: 0;
    border-right: solid 1px #676a6a;
  }
  .manage .main .text .item dl dt span {
    font-size: 0.93333rem;
  }
  .manage .main .text .item dl dd {
    padding-top: 0.66667rem;
  }
  .manage .main .text .item dl dd h3 {
    font-size: 0.37333rem;
    font-weight: bold;
    color: #ffffff;
  }
  .manage .main .text .item dl dd p {
    display: none;
  }
  .manage .main .text .item dl dd img {
    width: 0.8rem;
    padding-top: 0.53333rem;
  }
  .manage .main .text .item dl dd img:nth-of-type(1) {
    display: none;
  }
  .manage .main .text .item dl dd img:last-child {
    display: block;
  }
}

.money {
  padding-top: 80px;
}

.money .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.money .main .text {
  padding-top: 80px;
}

.money .main .text img {
  width: 100%;
}

.money .main .text img:last-child {
  display: none;
}

@media screen and (max-width: 1200px) {
  .money {
    padding: 1.06667rem 0;
  }
  .money .main {
    width: 100%;
  }
  .money .main .title {
    font-size: 0.58667rem;
  }
  .money .main .text {
    padding-top: 1.06667rem;
  }
  .money .main .text img {
    display: none;
  }
  .money .main .text img:last-child {
    display: block;
  }
}

.support {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.support .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.support .main .text {
  padding-top: 50px;
}

.support .main .text .item {
  float: left;
  overflow: hidden;
  margin-left: 30px;
  border-radius: 4px;
  width: calc(33.33% - 20px);
  background-color: #ffffff;
}

.support .main .text .item:first-child {
  margin-left: 0;
}
.support .main .text .item dl dt{
  overflow: hidden;
}
.support .main .text .item dl dt img {
  width: 100%;
  transition: all 0.5s;
}
.support .main .text .item dl dt img:hover{
  transform: scale(1.1);
}
.support .main .text .item dl dd {
  height: 310px;
  padding: 40px 50px;
}

.support .main .text .item dl dd h3 {
  font-size: 24px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 20px;
}

.support .main .text .item dl dd p {
  font-size: 16px;
  color: #666666;
  padding-left: 28px;
  padding-bottom: 10px;
  position: relative;
  line-height: 26px;
}

.support .main .text .item dl dd p::before {
  left: 0;
  top: 10px;
  width: 7px;
  content: '';
  height: 7px;
  border-radius: 7px;
  position: absolute;
  background-color: #008cc5;
}

@media screen and (max-width: 1200px) {
  .support {
    padding: 1.06667rem 0;
  }
  .support .main .title {
    font-size: 0.58667rem;
  }
  .support .main .text {
    padding-top: 1.06667rem;
  }
  .support .main .text .item {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-bottom: 0.4rem;
  }
  .support .main .text .item dl dt img {
    width: 100%;
  }
  .support .main .text .item dl dd {
    height: auto;
    padding: 0.53333rem;
  }
  .support .main .text .item dl dd h3 {
    font-size: 0.48rem;
    padding-bottom: 0.26667rem;
  }
  .support .main .text .item dl dd p {
    font-size: 0.32rem;
    padding-left: 0.53333rem;
    padding-bottom: 0.26667rem;
    line-height: 0.53333rem;
  }
  .support .main .text .item dl dd p::before {
    top: 0.16rem;
  }
}

.case {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}

.case .main .text a {
  float: left;
  height: 478px;
  margin-top: 30px;
  margin-left: 28px;
  position: relative;
  transition: all 0.5s;
  width: calc(25% - 21px);
}

.case .main .text a .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.case .main .text a:nth-child(4n+1) {
  margin-left: 0;
}

.case .main .text a:hover .item {
  top: -10px;
  background-color: #e60012;
}

.case .main .text a:hover .down h3, .case .main .text a:hover .down p {
  color: #ffffff;
}

.case .main .text a:hover .down span {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.case .main .text a img {
  width: 100%;
  height: auto;
  display: block;
}

.case .main .text a .down {
  padding: 30px;
  height: 235px;
}

.case .main .text a .down h3 {
  font-size: 20px;
  color: #121212;
  margin-top: 20px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.case .main .text a .down p {
  font-size: 14px;
  color: #008cc5;
}

.case .main .text a .down span {
  width: 36px;
  height: 36px;
  display: block;
  color: #008cc5;
  margin-top: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  border: solid 1px #008cc5;
}

@media screen and (max-width: 1700px) {
  .case .main .text a {
    height: 444px;
  }
}

@media screen and (max-width: 1600px) {
  .case .main .text a {
    height: 425px;
  }
}

@media screen and (max-width: 1400px) {
  .case .main .text a {
    height: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .case {
    padding: 0.8rem 0 1.06667rem;
  }
  .case .main .text a {
    float: left;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    width: calc(50% - 8px);
  }
  .case .main .text a .item {
    position: static;
  }
  .case .main .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .case .main .text a .down {
    height: auto;
    padding: 0.4rem;
  }
  .case .main .text a .down p {
    display: block;
    font-size: 0.37333rem;
  }
  .case .main .text a .down h3 {
    font-size: 0.37333rem;
  }
  .case .main .text a .down span {
    width: 0.66667rem;
    height: 0.66667rem;
    font-size: 0.32rem;
    margin-top: 0.53333rem;
    line-height: 0.64rem;
  }
}

.news {
  padding: 60px 0 80px;
  background-color: #f5f5f5;
}

.news .main .text a {
  float: left;
  margin-top: 30px;
  margin-left: 28px;
  position: relative;
  transition: all 0.5s;
  width: calc(25% - 21px);
  background-color: #f5f5f5;
}

.news .main .text a .item {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ececec;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.news .main .text a:nth-child(4n+1) {
  margin-left: 0;
}

.news .main .text a:hover .item {
  top: -10px;
  background-color: #e60012;
}

.news .main .text a:hover .down h3, .news .main .text a:hover .down p, .news .main .text a:hover .down i {
  color: #ffffff;
}

.news .main .text a:hover .down span {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.news .main .text a img {
  width: 100%;
  height: 220px;
  display: block;
  max-height: 240px;
  transition: all 0.5s;
}
.news .main .text a img:hover{
  transform: scale(1.1);
}
.news .main .text a .down {
  padding: 20px 30px;
  height: 190px;
}

.news .main .text a .down h3 {
  font-size: 20px;
  line-height: 32px;
  color: #121212;
  margin-top: 20px;
  font-family: MiSans-Demibold;
  word-wrap: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news .main .text a .down p {
  font-size: 14px;
  color: #008cc5;
  display: none;
}

.news .main .text a .down h4 {
  margin-top: 20px;
}

.news .main .text a .down h4::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.news .main .text a .down h4 i {
  float: left;
  display: none;
  padding-top: 15px;
}

.news .main .text a .down h4 span {
  float: right;
  width: 36px;
  height: 36px;
  color: #008cc5;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  border: solid 1px #008cc5;
}
@media screen and (max-width: 1600px) {
  .news .main .text a {
    height: 455px;
  }
}
@media screen and (max-width: 1500px) {
  .news .main .text a {
    height: 440px;
  }
}
@media screen and (max-width: 1400px) {
  .news .main .text a {
    height: 420px;
  }
}
@media screen and (max-width: 1300px) {
  .news .main .text a {
    height: 405px;
  }
}
@media screen and (max-width: 1200px) {
  .news {
    padding: 0.8rem 0 1.06667rem;
  }
  .news .main .text a {
    float: left;
    height: auto;
    margin-top: 0.4rem;
    margin-left: 0.4rem;
    width: calc(50% - 9px);
  }
  .news .main .text a .item {
    position: static;
    margin-bottom: 0;
  }
  .news .main .text a .item img{
    max-height: 106px;
  }
  .news .main .text a:nth-child(4n+1) {
    margin-left: 0.4rem;
  }
  .news .main .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .news .main .text a .down {
    padding: 0.4rem;
    height: auto;
  }
  .news .main .text a .down h3 {
    height: 38px;
    font-size: 0.37333rem;
    margin-top: 0.26667rem;
  }
  .news .main .text a .down p {
    font-size: 0.32rem;
  }
  .news .main .text a .down h4 {
    margin-top: 0.4rem;
  }
  .news .main .text a .down h4 i {
    font-size: 0.32rem;
    padding-top: 0;
    display: none;
    line-height: 0.64rem;
  }
  .news .main .text a .down h4 span {
    width: 0.64rem;
    height: 0.64rem;
    color: #008cc5;
    line-height: 0.64rem;
    border-radius: 0.64rem;
  }
}

.newsdetails {
  padding: 130px 0 80px;
  background-color: #f5f5f5;
}

.newsdetails.active .main .left .title {
  position: relative;
  border-bottom: dashed 1px #cccccc;
}

.newsdetails.active .main .left .title h3 {
  font-weight: bold;
}

.newsdetails.active .main .left .title .btns {
  top: 0;
  right: 0;
  cursor: pointer;
  width: 180px;
  height: 54px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 54px;
  margin-top: 50px;
  text-align: center;
  position: absolute;
  background-color: #008cc5;
}

.newsdetails.active .main .left .text {
  padding-top: 40px;
}

.newsdetails.active .main .left .next {
  background-color: transparent;
  border-top: dashed 1px #cccccc;
}

.newsdetails .main .left {
  width: 74%;
  float: left;
  padding: 75px 100px;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.newsdetails .main .left .title h3 {
  padding: 30px 0;
  font-size: 36px;
  color: #000000;
  text-align: center;
  font-family: MiSans-Demibold;
}
.newsdetails .main .left .title p{
  text-align: center;
}
.newsdetails .main .left .title p i {
  font-size: 14px;
  color: #008cc5;
  padding: 6px 10px;
  background-color: #dff0f7;
}

.newsdetails .main .left .title p span {
  font-size: 16px;
  color: #666666;
  margin-left: 30px;
  margin-right: 10px;
}

.newsdetails .main .left .text {
  font-size: 16px;
  line-height: 28px;
}
.newsdetails .main .left .text ul li{
  margin-left: 18px;
}
.newsdetails .main .left .text img{
  max-width: 100%;
}
.newsdetails .main .left .next {
  height: 74px;
  padding: 0 30px;
  margin-top: 100px;
  line-height: 74px;
  text-align: center;
  background-color: #f5f5f5;
}

.newsdetails .main .left .next a:nth-child(1) {
  float: left;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: left;
}

.newsdetails .main .left .next a:nth-child(2) {
  font-size: 20px;
  color: #008cc5;
}

.newsdetails .main .left .next a:nth-child(3) {
  float: right;
  width: 40%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  text-align: right;
}

.newsdetails .main .left .next a:hover {
  color: #da291c;
}

.newsdetails .main .left .next .btns {
  cursor: pointer;
  width: 180px;
  height: 54px;
  margin: 0 auto;
  color: #ffffff;
  line-height: 54px;
  margin-top: 50px;
  text-align: center;
  background-color: #008cc5;
}

.newsdetails .main .right {
  width: 24%;
  float: right;
}

.newsdetails .main .right h2 {
  font-size: 30px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
  padding-left: 20px;
}

.newsdetails .main .right h2::before {
  left: 0;
  top: 8px;
  width: 4px;
  content: '';
  height: 30px;
  position: absolute;
  background-color: #e60012;
}

.newsdetails .main .right a {
  display: block;
  margin-top: 30px;
}

.newsdetails .main .right a .item {
  overflow: hidden;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.newsdetails .main .right a:hover .item {
  background-color: #e60012;
}

.newsdetails .main .right a:hover .down h3, .newsdetails .main .right a:hover .down p, .newsdetails .main .right a:hover .down i {
  color: #ffffff;
}

.newsdetails .main .right a:hover .down span {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.newsdetails .main .right a img {
  width: 100%;
  height: auto;
  display: block;
}

.newsdetails .main .right a .down {
  padding: 30px;
  height: 235px;
}

.newsdetails .main .right a .down h3 {
  font-size: 20px;
  line-height: 32px;
  color: #121212;
  margin-top: 20px;
  font-family: MiSans-Demibold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.newsdetails .main .right a .down p {
  font-size: 14px;
  color: #008cc5;
}

.newsdetails .main .right a .down h4 {
  margin-top: 40px;
}

.newsdetails .main .right a .down h4::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.newsdetails .main .right a .down h4 i {
  float: left;
  padding-top: 15px;
}

.newsdetails .main .right a .down h4 span {
  float: right;
  width: 36px;
  height: 36px;
  color: #008cc5;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  border: solid 1px #008cc5;
}

@media screen and (max-width: 1200px) {
  .newsdetails {
    padding: 1.73333rem 0 1.06667rem;
  }
  .newsdetails ul li{
    margin-left: 30px;
  }
  .newsdetails.active .main .left .title {
    position: relative;
    border-bottom: dashed 1px #cccccc;
  }
  .newsdetails.active .main .left .title h3 {
    padding-top: 0.8rem;
  }
  .newsdetails.active .main .left .title .btns {
    top: 0;
    right: 0;
    width: 2.4rem;
    height: 0.90667rem;
    line-height: 0.90667rem;
    margin-top: 0;
    text-align: center;
    position: absolute;
    background-color: #008cc5;
  }
  .newsdetails.active .main .left .text {
    padding-top: 0.53333rem;
  }
  .newsdetails.active .main .left .next {
    background-color: transparent;
    border-top: dashed 1px #cccccc;
  }
  .newsdetails.active .main .left .next .btns {
    width: 2.4rem;
    height: 0.90667rem;
    line-height: 0.90667rem;
    margin-top: 0.26667rem;
  }
  .newsdetails .main .left {
    width: 100%;
    float: none;
    padding: 0.4rem;
  }
  .newsdetails .main .left .title h3 {
    padding: 0.4rem 0;
    font-size: 0.58667rem;
  }

  .newsdetails .main .left .title p i {
    font-size: 0.32rem;
  }
  .newsdetails .main .left .title p span {
    font-size: 0.32rem;
    margin-left: 0.8rem;
  }
  .newsdetails .main .left .text {
    font-size: 0.37333rem;
    line-height: 0.53333rem;
  }
  .newsdetails .main .left .text img{
    width: 100% !important;
  }
  .newsdetails .main .left .next .btns{
    height: 43px;
    line-height: 43px;
    margin-top: 30px;
  }
  .newsdetails .main .left .next {
    height: 1.17333rem;
    padding: 0 0.4rem;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.17333rem;
  }
  .newsdetails .main .left .next a:nth-child(1) {
    float: left;
  }
  .newsdetails .main .left .next a:nth-child(2) {
    font-size: 0.37333rem;
    color: #008cc5;
  }
  .newsdetails .main .left .next a:nth-child(3) {
    float: right;
  }
  .newsdetails .main .right {
    width: 100%;
    float: none;
    margin-top: 1.06667rem;
  }
  .newsdetails .main .right h2 {
    font-size: 0.58667rem;
    padding-left: 0.53333rem;
  }
  .newsdetails .main .right h2::before {
    top: 0.16rem;
    height: 0.53333rem;
  }
  .newsdetails .main .right a {
    margin-top: 0.53333rem;
  }
  .newsdetails .main .right a .down {
    padding: 0.53333rem 0.4rem;
    height: auto;
  }
  .newsdetails .main .right a .down h3 {
    font-size: 0.42667rem;
    margin-top: 0.26667rem;
  }
  .newsdetails .main .right a .down p {
    font-size: 0.32rem;
  }
  .newsdetails .main .right a .down h4 {
    margin-top: 0.53333rem;
  }
  .newsdetails .main .right a .down h4 i {
    float: left;
    padding-top: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
  .newsdetails .main .right a .down h4 span {
    width: 0.64rem;
    height: 0.64rem;
    line-height: 0.64rem;
    border-radius: 0.64rem;
  }
}

.contactUs {
  padding: 130px 0 80px;
  background-color: #f5f5f5;
}

.contactUs .main .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.contactUs .main .title p {
  font-size: 14px;
  color: #666666;
  padding-top: 20px;
}

.contactUs .main .text {
  margin-top: 50px;
}

.contactUs .main .text .left {
  width: calc(100% - 590px);
}

.contactUs .main .text .left .item {
  float: left;
  height: 350px;
  padding: 50px;
  margin-left: 30px;
  position: relative;
  width: calc(49% - 20px);
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}
.contactUs .main .text .left .item .backss{
  right: 0;
  bottom: 0;
  position: absolute;
}
.contactUs .main .text .left .item:nth-child(1) {
  margin-left: 0;
}

.contactUs .main .text .left .item dl dt {
  float: left;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  line-height: 64px;
  text-align: center;
  background-color: #008cc5;
}

.contactUs .main .text .left .item dl dt span {
  font-size: 36px;
  color: #ffffff;
}

.contactUs .main .text .left .item dl dd {
  padding-left: 95px;
}

.contactUs .main .text .left .item dl dd p {
  font-size: 14px;
  color: #121212;
  padding-top: 30px;
}

.contactUs .main .text .left .item dl dd p:nth-child(1) {
  padding-top: 20px;
}

.contactUs .main .text .left .item dl dd h3 {
  font-size: 24px;
  color: #121212;
  font-family: MiSans-Demibold;
}

.contactUs .main .text .left .item dl dd .siler {
  float: left;
  margin-top: 30px;
  text-align: center;
  margin-right: 20px;
}

.contactUs .main .text .left .item dl dd .siler img {
  width: 130px;
}

.contactUs .main .text .left .item dl dd .siler p {
  padding-top: 0;
  line-height: 28px;
}

.contactUs .main .text .right {
  width: 590px;
  height: 350px;
  text-align: center;
  border-radius: 4px;
  background-color: #008cc5;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
  background: url("../images/baojia-bg.png") #008cc5 100% no-repeat;
}

.contactUs .main .text .right h3 {
  font-size: 20px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  margin-top: 120px;
}

.contactUs .main .text .right span {
  width: 36px;
  height: 36px;
  display: block;
  color: #ffffff;
  margin: 50px auto;
  line-height: 36px;
  border-radius: 36px;
  border: solid 1px #ffffff;
}

@media screen and (max-width: 1200px) {
  .contactUs {
    padding: 1.73333rem 0 1.06667rem;
  }
  .contactUs .main .title h3 {
    font-size: 0.58667rem;
  }
  .contactUs .main .title p {
    font-size: 0.32rem;
    padding-top: 0.26667rem;
  }
  .contactUs .main .text {
    margin-top: 0.66667rem;
  }
  .contactUs .main .text .left {
    float: none;
    width: 100%;
  }
  .contactUs .main .text .left .item {
    float: none;
    height: auto;
    padding: 0.66667rem;
    margin-left: 0;
    width: 100%;
    margin-top: 0.4rem;
  }
  .contactUs .main .text .left .item .backss{
    width: 100px;
  }
  .contactUs .main .text .left .item dl dt {
    float: left;
    width: 1.33333rem;
    height: 1.33333rem;
    line-height: 1.33333rem;
  }
  .contactUs .main .text .left .item dl dt span {
    font-size: 0.64rem;
  }
  .contactUs .main .text .left .item dl dd {
    padding-left: 1.86667rem;
  }
  .contactUs .main .text .left .item dl dd p {
    font-size: 0.32rem;
    padding-top: 0.53333rem;
  }
  .contactUs .main .text .left .item dl dd p:nth-child(1) {
    padding-top: 0;
  }
  .contactUs .main .text .left .item dl dd h3 {
    font-size: 0.37333rem;
  }
  .contactUs .main .text .left .item dl dd .siler {
    margin-top: 0.26667rem;
    margin-right: 30px;
  }
  .contactUs .main .text .left .item dl dd .siler img {
    width: 2.13333rem;
  }
  .contactUs .main .text .left .item dl dd .siler p {
    padding-top: 0;
  }
  .contactUs .main .text .right {
    float: none;
    width: 100%;
    height: auto;
  }
  .contactUs .main .text .right h3 {
    font-size: 0.42667rem;
    margin-top: 0.4rem;
    padding-top: 1.6rem;
  }
  .contactUs .main .text .right span {
    width: 0.69333rem;
    height: 0.69333rem;
    font-size: 0.32rem;
    margin: 1.33333rem auto;
    line-height: 0.69333rem;
    border-radius: 0.69333rem;
  }
}

.branchOffice {
  padding: 80px 0;
}

.branchOffice .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.branchOffice .main .text {
  margin-top: 50px;
  overflow: hidden;
  min-height: 720px;
  position: relative;
}

.branchOffice .main .text .officeBack {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.branchOffice .main .text .officeBack img {
  width: 100%;
  height: auto;
  display: none;
}

.branchOffice .main .text .officeBack img.active {
  display: block;
}

.branchOffice .main .text .left {
  width: 49%;
  z-index: 2;
  cursor: pointer;
  padding: 0 50px;
  overflow: hidden;
  margin-top: 30px;
  max-height: 636px;
  position: relative;
  overflow-y: scroll;
}

.branchOffice .main .text .left::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

.branchOffice .main .text .left::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #008cc5;
}

.branchOffice .main .text .left::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #e5e5e5;
  background: #e5e5e5;
}

.branchOffice .main .text .left .item {
  height: 192px;
  padding: 30px;
  overflow: hidden;
  margin-top: 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

.branchOffice .main .text .left .item:hover {
  background-color: #e71828;
}

.branchOffice .main .text .left .item:hover dl dd h3, .branchOffice .main .text .left .item:hover dl dd p {
  color: #ffffff;
}

.branchOffice .main .text .left .item:hover dl dd .down .rights {
  display: block;
}

.branchOffice .main .text .left .item dl dt {
  float: left;
  width: 180px;
  overflow: hidden;
  border-radius: 10px;
}

.branchOffice .main .text .left .item dl dt img {
  max-width: 180px;
  height: 130px;
  border-radius: 10px;
  transition: all 0.5s;
}
.branchOffice .main .text .left .item dl dt img:hover{
  transform: scale(1.1);
}
.branchOffice .main .text .left .item dl dd {
  padding-left: 210px;
}

.branchOffice .main .text .left .item dl dd h3 {
  font-size: 20px;
  color: #121212;
  font-family: MiSans-Demibold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.branchOffice .main .text .left .item dl dd .down {
  padding-top: 20px;
}

.branchOffice .main .text .left .item dl dd .down .lefts {
  float: left;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  width: calc(100% - 70px);
}

.branchOffice .main .text .left .item dl dd .down .rights {
  width: 60px;
  float: right;
  display: none;
  text-align: right;
  border-left: solid 1px #f48c94;
}

.branchOffice .main .text .left .item dl dd .down .rights span {
  color: #fff;
  font-size: 34px;
}

.branchOffice .main .text .left .item dl dd .down .rights p {
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .branchOffice {
    padding: 1.06667rem 0;
  }
  .branchOffice .main .title {
    font-size: 0.58667rem;
  }
  .branchOffice .main .text {
    margin-top: 0.53333rem;
    min-height: auto;
  }
  .branchOffice .main .text .officeBack {
    display: none;
  }
  .branchOffice .main .text .left {
    width: 100%;
    padding: 0.26667rem;
    margin-top: 0;
    max-height: 636px;
  }
  .branchOffice .main .text .left::-webkit-scrollbar {
    width: 2px;
    height: 2px;
  }
  .branchOffice .main .text .left::-webkit-scrollbar-thumb {
    background-color: #008cc5;
  }
  .branchOffice .main .text .left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px #e5e5e5;
  }
  .branchOffice .main .text .left .item {
    height: auto;
    padding: 0.4rem;
    margin-top: 0;
    margin-bottom: 0.4rem;
    box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
  }
  .branchOffice .main .text .left .item dl dt {
    float: none;
    width: 100%;
  }
  .branchOffice .main .text .left .item dl dt img {
    width: 100%;
    height: auto;
    max-width: 100%;
  }
  .branchOffice .main .text .left .item dl dd {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 0.4rem;
  }
  .branchOffice .main .text .left .item dl dd h3 {
    font-size: 0.42667rem;
  }
  .branchOffice .main .text .left .item dl dd .down {
    padding-top: 0.4rem;
  }
  .branchOffice .main .text .left .item dl dd .down .lefts {
    font-size: 0.32rem;
    line-height: 0.53333rem;
    width: calc(100% - 60px);
  }
  .branchOffice .main .text .left .item dl dd .down .rights {
    width: 45px;
    display: block;
    border-left: solid 1px #e5e5e5;
  }
  .branchOffice .main .text .left .item dl dd .down .rights span {
    color: #008cc5;
    font-size: 0.58667rem;
  }
  .branchOffice .main .text .left .item dl dd .down .rights p {
    color: #008cc5;
    font-size: 0.37333rem;
  }
}

.getQuotation {
  padding: 130px 0 80px;
  background-color: #f5f5f5;
}

.getQuotation .main {
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.getQuotation .main .left {
  width: 44%;
}

.getQuotation .main .left img {
  width: 100%;
  max-height: 775px;
}

.getQuotation .main .right {
  width: 56%;
  padding: 50px 60px;
}

.getQuotation .main .right .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 20px;
}

.getQuotation .main .right .title p {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}

.getQuotation .main .right .layui-form {
  margin-top: 50px;
}

.getQuotation .main .right .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.getQuotation .main .right .layui-form .layui-form-item:last-child .layui-input-block {
  margin-left: 0;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-form-label {
  padding: 0;
  width: 86px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: solid 1px #dcdcdc;
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-form-label span {
  font-size: 24px;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-input-block {
  margin-left: 86px;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-input-block.codes input {
  float: left;
  width: calc(100% - 180px);
}

.getQuotation .main .right .layui-form .layui-form-item .layui-input-block.codes img {
  width: auto;
  float: right;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-input-block input {
  height: 54px;
  border: solid 1px #dcdcdc;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.getQuotation .main .right .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 180px;
  height: 54px;
  background-color: #008cc5;
}

@media screen and (max-width: 1200px) {
  .getQuotation {
    padding: 1.73333rem 0 1.06667rem;
  }
  .getQuotation .main .left {
    float: none;
    width: 100%;
  }
  .getQuotation .main .right {
    float: none;
    width: 100%;
    padding: 0.53333rem;
  }
  .getQuotation .main .right .title h3 {
    font-size: 0.58667rem;
  }
  .getQuotation .main .right .title p {
    font-size: 0.37333rem;
    padding-top: 0.26667rem;
    line-height: 0.53333rem;
  }
  .getQuotation .main .right .layui-form {
    margin-top: 0.8rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item {
    margin-bottom: 20px;
  }
  .getQuotation .main .right .layui-form .layui-form-item:last-child .layui-input-block {
    margin-left: 0;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-form-label {
    padding: 0;
    width: 1.2rem;
    height: 0.98667rem;
    line-height: 0.98667rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-form-label span {
    font-size: 0.42667rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-input-block {
    margin-left: 1.2rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-input-block.codes input {
    float: left;
    width: calc(100% - 120px);
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-input-block.codes img {
    height: 0.98667rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-input-block input {
    height: 0.98667rem;
  }
  .getQuotation .main .right .layui-form .layui-form-item .layui-input-block .layui-btn {
    width: 100%;
    height: 0.98667rem;
  }
}

.product {
  padding: 80px 0;
  background-color: #edf3f5;
}

.product .title {
  text-align: center;
}

.product .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 20px;
}
.product .title .navs .item{
  font-size: 16px;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  padding-top: 13px;
}
.product .title .navs .item.active{
  color: #da291c;
  border-top: solid 1px #da291c;
  font-family: MiSans-Demibold;
}
.product .title .navs .item:hover{
  color: #da291c;
  border-top: solid 1px #da291c;
  font-family: MiSans-Demibold;
}
.product .title p {
  font-size: 16px;
  color: #666666;
}

.product .swiper {
  height: 100%;
  padding-bottom: 50px;
  overflow: hidden;
  position: relative;
}
.product .main .text .item{
  display: none;
}
.product .main .text .item.active{
  display: block;
}
.product .swiper .swiper-wrapper .swiper-slide {
  width: 450px;
  margin-top: 50px;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.product .swiper .swiper-wrapper .swiper-slide:hover {
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.product .swiper .swiper-wrapper .swiper-slide:hover .up img {
  filter: grayscale(0);
}

.product .swiper .swiper-wrapper .swiper-slide:hover .up h3 {
  color: #da291c;
  font-family: MiSans-Demibold;
}

.product .swiper .swiper-wrapper .swiper-slide:hover .up p {
  display: block;
}

.product .swiper .swiper-wrapper .swiper-slide:hover .up p span {
  color: #fff;
}

.product .swiper .swiper-wrapper .swiper-slide .up {
  line-height: 44px;
  position: relative;
  padding-bottom: 30px;
}

.product .swiper .swiper-wrapper .swiper-slide .up img {
  float: left;
  width: 60px;
  filter: grayscale(100%);
}

.product .swiper .swiper-wrapper .swiper-slide .up h3 {
  float: left;
  width: 50%;
  font-size: 20px;
  line-height: 32px;
  font-family: MiSans-Demibold;
  margin-left: 20px;
  word-wrap: break-word;
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product .swiper .swiper-wrapper .swiper-slide .up i {
  right: 0;
  font-size: 52px;
  color: #f3f5f6;
  font-family: MiSans-Demibold;
  position: absolute;
}

.product .swiper .swiper-wrapper .swiper-slide .up p {
  z-index: 1;
  width: 60px;
  float: right;
  height: 36px;
  display: none;
  line-height: 36px;
  position: relative;
  text-align: center;
  border-radius: 36px;
  background-color: #da291c;
}

.product .swiper .swiper-wrapper .swiper-slide .up p span {
  float: none;
  font-size: 14px;
  color: #ffffff;
}

.product .swiper .swiper-wrapper .swiper-slide .down {
  padding-top: 30px;
  overflow: hidden;
  border-top: solid 1px #e5e5e5;
}

.product .swiper .swiper-wrapper .swiper-slide .down p {
  height: 45px;
  font-size: 14px;
  line-height: 26px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.product .swiper .swiper-wrapper .swiper-slide .down img {
  width: 100%;
  margin-top: 35px;
  transition: all 0.5s;
}
.product .swiper .swiper-wrapper .swiper-slide .down img:hover{
  transform: scale(1.1);
}
.product .swiper .swiper-button-prev {
  left: 86px;
}

.product .swiper .swiper-button-prev, .product .swiper .swiper-button-next {
  right: 86px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.product .swiper .swiper-button-prev:hover, .product .swiper .swiper-button-next:hover {
  background-color: #da291c;
}

.product .swiper .swiper-button-prev span, .product .swiper .swiper-button-next span {
  color: #fff;
}

.product .more {
  text-align: center;
}

.product .more a {
  width: 180px;
  height: 54px;
  font-size: 16px;
  color: #008cc5;
  line-height: 54px;
  border-radius: 54px;
  display: inline-block;
  border: solid 1px #008cc5;
  background: #fff;
}

.product .more a:hover {
  color: #da291c;
  border: none;
  border: solid 1px #da291c;
}

.product .more a:hover span {
  color: #ffffff;
}

.product .more a span {
  padding-left: 40px;
}

.productWap {
  display: none;
  padding: 1.06667rem 0;
  background-color: #edf3f5;
}
.productWap .main .more{
  margin-top: 20px;
}
.productWap .main .more a {
  width: 3.2rem;
  height: 0.98667rem;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.98667rem;
  display: inline-block;
  border-radius: 0.98667rem;
  border: solid 1px #dcdcdc;
}

.productWap .title {
  text-align: center;
}
.productWap .title .navs{
  overflow-x: scroll;
    white-space: nowrap;
}
.productWap .title .navs .item{
  float: none;
  margin-top: 0;
  padding-top: 10px;
  margin-left: 0.4rem;
  display: inline-block;
}
.productWap .title .navs .item.active{
  color: #da291c;
  border-top: solid 1px #da291c;
}
.productWap .main .text .item{
  display: none;
}
.productWap .main .text .item.active{
  display: block;
}
.productWap .title h3 {
  font-size: 0.58667rem;
  color: #000000;
  font-weight: bold;
  padding-bottom: 0.26667rem;
}

.productWap .title p {
  font-size: 0.32rem;
  color: #666666;
}

.productWap .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
}

.productWap .swiper .swiper-wrapper .swiper-slide {
  margin-top: 0.66667rem;
  padding: 0.93333rem 0.4rem 0.66667rem;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.productWap .swiper .swiper-wrapper .swiper-slide .up {
  line-height: 0.8rem;
  position: relative;
  padding-bottom: 0.53333rem;
}

.productWap .swiper .swiper-wrapper .swiper-slide .up img {
  float: left;
  width: 0.8rem;
}

.productWap .swiper .swiper-wrapper .swiper-slide .up h3 {
  float: left;
  width: 56%;
  word-wrap: break-word;
  font-size: 0.53333rem;
  font-weight: bold;
  margin-left: 0.26667rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.productWap .swiper .swiper-wrapper .swiper-slide .up i {
  right: 0;
  top: -0.53333rem;
  font-size: 0.96rem;
  color: #f3f5f6;
  font-weight: bold;
  position: absolute;
}

.productWap .swiper .swiper-wrapper .swiper-slide .up p {
  z-index: 1;
  width: 70px;
  float: right;
  height: 0.8rem;
  margin-right: 0.53333rem;
  line-height: 0.8rem;
  position: relative;
  text-align: center;
  border-radius: 0.8rem;
  background-color: #da291c;
}

.productWap .swiper .swiper-wrapper .swiper-slide .up p span {
  float: none;
  font-size: 14px;
  color: #ffffff;
}

.productWap .swiper .swiper-wrapper .swiper-slide .down {
  padding-top: 0.53333rem;
  border-top: solid 1px #e5e5e5;
}

.productWap .swiper .swiper-wrapper .swiper-slide .down p {
  height: 40px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.productWap .swiper .swiper-wrapper .swiper-slide .down img {
  width: 100%;
  margin-top: 0.53333rem;
}

.productWap .swiper .swiper-button-prev {
  left: 38%;
}

.productWap .swiper .swiper-button-prev, .productWap .swiper .swiper-button-next {
  top: auto;
  right: 38%;
  width: 0.98667rem;
  height: 0.98667rem;
  bottom: 0;
  line-height: 0.98667rem;
  text-align: center;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.productWap .swiper .swiper-button-prev:hover, .productWap .swiper .swiper-button-next:hover {
  background-color: #da291c;
}

.productWap .swiper .swiper-button-prev span, .productWap .swiper .swiper-button-next span {
  color: #fff;
}

.productWap .more {
  text-align: center;
}

.productWap .more a {
  width: 180px;
  height: 54px;
  font-size: 16px;
  color: #666666;
  line-height: 54px;
  display: inline-block;
  border: solid 1px #dcdcdc;
}

.productWap .more a:hover {
  color: #ffffff;
  border: none;
  background-color: #da291c;
}

.productWap .more a:hover span {
  color: #ffffff;
}

.productWap .more a span {
  padding-left: 40px;
}

@media screen and (max-width: 1200px) {
  .product {
    display: none;
  }
  .productWap {
    display: block;
  }
}

.service {
  padding: 80px 0;
  background-color: #fcfcfc;
}

.service .main .title {
  text-align: center;
  padding: 0 4%;
}

.service .main .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-bottom: 20px;
}

.service .main .title p {
  font-size: 16px;
  color: #666666;
}

.service .main .text {
  margin-top: 50px;
}

.service .main .text .left {
  width: 370px;
  border-left: dashed 1px #d5d5d5;
}

.service .main .text .left .item {
  margin-top: 20px;
  margin-left: 30px;
}

.service .main .text .left .item:first-child {
  margin-top: 20px;
}

.service .main .text .left .item:last-child {
  margin-bottom: 40px;
}

.service .main .text .left .item.active div {
  color: #fff;
  background-color: #da291c;
  font-family: MiSans-Demibold;
}

.service .main .text .left .item.active div::before {
  display: none;
}

.service .main .text .left .item.active div::after {
  width: 0;
  height: 0;
  top: 12px;
  right: -6px;
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #da291c;
}

.service .main .text .left .item.active div img {
  display: block;
}

.service .main .text .left .item:hover div {
  color: #fff;
  background-color: #da291c;
  font-family: MiSans-Demibold;
}

.service .main .text .left .item:hover div::before {
  display: none;
}

.service .main .text .left .item:hover div::after {
  width: 0;
  height: 0;
  top: 12px;
  right: -6px;
  content: '';
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #da291c;
}

.service .main .text .left .item:hover div img {
  display: block;
}

.service .main .text .left .item div {
  float: left;
  height: 40px;
  padding: 0 30px;
  cursor: pointer;
  text-align: left;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  border-radius: 40px;
}

.service .main .text .left .item div img {
  left: -50px;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.service .main .text .left .item div::before {
  width: 5px;
  left: -35px;
  height: 5px;
  content: '';
  position: absolute;
  border-radius: 100%;
  top: calc(50% - 3px);
  border: solid 2px #d5d5d5;
  background-color: #ffffff;
}

.service .main .text .right {
  width: calc(100% - 370px);
}

.service .main .text .right .item {
  display: none;
  position: relative;
}

.service .main .text .right .item.active {
  display: block;
}

.service .main .text .right .item img {
  left: 0;
  width: 75%;
  border-radius: 4px;
  position: absolute;
}

.service .main .text .right .item .texts {
  z-index: 1;
  float: right;
  width: 700px;
  padding: 50px;
  margin-top: 225px;
  position: relative;
  background-color: #da291c;
  border-radius: 4px;
}

.service .main .text .right .item .texts h3 {
  font-size: 36px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  position: relative;
}

.service .main .text .right .item .texts h3::after {
  left: 0;
  width: 50px;
  height: 2px;
  content: '';
  bottom: -30px;
  position: absolute;
  background-color: #ffffff;
}

.service .main .text .right .item .texts p {
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service .main .text .right .item .texts .btns a {
  float: left;
  width: 119px;
  height: 36px;
  margin-top: 50px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  margin-right: 20px;
  border-radius: 36px;
  border: solid 1px #ffffff;
}

.service .main .text .right .item .texts .btns a:hover {
  color: #da291c;
  background-color: #ffffff;
}

.service .main .text .right .item .texts .btns a span {
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .service {
    padding: 1.06667rem 0;
  }
  .service .main {
    width: 100%;
  }
  .service .main .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .service .main .title p {
    font-size: 0.32rem;
  }
  .service .main .text {
    margin-top: 0.8rem;
  }
  .service .main .text .left {
    float: none;
    width: 100%;
    margin-bottom: 0.26667rem;
    border-left: dashed 1px #d5d5d5;
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
  }
  .service .main .text .left .item {
    float: none;
    margin-top: 0;
    margin-left: 0.4rem;
    display: inline-block;
  }
  .service .main .text .left .item:first-child {
    margin-top: 0;
  }
  .service .main .text .left .item:last-child {
    margin-bottom: 0;
  }
  .service .main .text .left .item.active div {
    color: #fff;
    background-color: #da291c;
  }
  .service .main .text .left .item.active div::before {
    display: none;
  }
  .service .main .text .left .item.active div::after {
    display: none;
  }
  .service .main .text .left .item.active div img {
    display: none;
  }
  .service .main .text .left .item:hover div {
    color: #fff;
    background-color: #da291c;
  }
  .service .main .text .left .item:hover div::before {
    display: none;
  }
  .service .main .text .left .item:hover div::after {
    display: none;
  }
  .service .main .text .left .item:hover div img {
    display: none;
  }
  .service .main .text .left .item div {
    height: 0.96rem;
    padding: 0 0.4rem;
    line-height: 0.96rem;
  }
  .service .main .text .left .item div img {
    display: none;
  }
  .service .main .text .left .item div::before {
    display: none;
  }
  .service .main .text .right {
    float: none;
    width: 100%;
  }
  .service .main .text .right .item {
    display: none;
    padding-top: 6rem;
  }
  .service .main .text .right .item img {
    top: 0;
    width: 100%;
  }
  .service .main .text .right .item .texts {
    float: none;
    width: 92%;
    margin-top: 0;
    padding: 0.66667rem;
    margin-left: 4%;
  }
  .service .main .text .right .item .texts h3 {
    font-size: 0.48rem;
  }
  .service .main .text .right .item .texts h3::after {
    bottom: -15px;
  }
  .service .main .text .right .item .texts p {
    font-size: 0.32rem;
    line-height: 0.64rem;
    margin-top: 0.8rem;
  }
  .service .main .text .right .item .texts .btns a {
    width: 30%;
    height: 0.8rem;
    font-size: 0.32rem;
    margin-top: 0.26667rem;
    line-height: 0.74667rem;
    margin-right: 0.24rem;
  }
}

.solution {
  padding: 80px 0;
}

.solution .main {
  position: relative;
}

.solution .main .title {
  text-align: center;
}

.solution .main .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.solution .main .title p {
  font-size: 16px;
  color: #666666;
}

.solution .main .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.solution .main .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  margin-top: 50px;
  border-radius: 5px;
  transition: all 0.5s;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.solution .main .swiper .swiper-wrapper .swiper-slide:hover {
  margin-top: 40px;
}

.solution .main .swiper .swiper-wrapper .swiper-slide:hover .down {
  background-color: #da291c;
}

.solution .main .swiper .swiper-wrapper .swiper-slide:hover .down i, .solution .main .swiper .swiper-wrapper .swiper-slide:hover .down p, .solution .main .swiper .swiper-wrapper .swiper-slide:hover .down span {
  color: #ffffff;
}

.solution .main .swiper .swiper-wrapper .swiper-slide:hover .down span {
  border: solid 1px #ffffff;
}

.solution .main .swiper .swiper-wrapper .swiper-slide .up img {
  width: 100%;
  transition: all 0.5s;
}
.solution .main .swiper .swiper-wrapper .swiper-slide .up{
  overflow: hidden;
}
.solution .main .swiper .swiper-wrapper .swiper-slide .up img:hover{
  transform: scale(1.1);
}
.solution .main .swiper .swiper-wrapper .swiper-slide .down {
  padding: 30px;
}

.solution .main .swiper .swiper-wrapper .swiper-slide .down i {
  display: block;
  font-size: 14px;
  color: #008cc5;
  padding-bottom: 20px;
}

.solution .main .swiper .swiper-wrapper .swiper-slide .down p {
  font-size: 20px;
  color: #000000;
  overflow: hidden;
  height: 54px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.solution .main .swiper .swiper-wrapper .swiper-slide .down span {
  width: 36px;
  height: 36px;
  font-size: 12px;
  color: #008cc5;
  margin-top: 50px;
  border-radius: 36px;
  line-height: 36px;
  display: inline-block;
  text-align: center;
  border: solid 1px #008cc5;
}

.solution .main .swiper .swiper-pagination {
  bottom: 0;
}

.solution .main .more {
  width: 100%;
  bottom: -25px;
  position: absolute;
  text-align: center;
}

.solution .main .more::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.solution .main .more a {
  float: right;
  width: 180px;
  height: 54px;
  font-size: 16px;
  color: #008cc5;
  line-height: 54px;
  border-radius: 54px;
  border: solid 1px #008cc5;
  background:#fff;
}

.solution .main .more a:hover {
  color: #da291c;
  border: none;
  border: solid 1px #da291c;
}

.solution .main .more a:hover span {
  color: #ffffff;
}

.solution .main .more a span {
  padding-left: 40px;
}

.solutionWap {
  display: none;
  padding: 1.06667rem 0;
}

.solutionWap .main {
  position: relative;
}

.solutionWap .main .title {
  text-align: center;
}

.solutionWap .main .title h3 {
  font-size: 0.58667rem;
  color: #000000;
  font-weight: bold;
  padding-bottom: 0.26667rem;
}

.solutionWap .main .title p {
  font-size: 0.32rem;
  color: #666666;
}

.solutionWap .main .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.06667rem;
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  margin-top: 0.8rem;
  border-radius: 5px;
  transition: all 0.5s;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide .up img {
  width: 100%;
  max-height: 106px;
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide .down {
  padding: 0.4rem;
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide .down i {
  display: block;
  font-size: 0.37333rem;
  color: #008cc5;
  padding-bottom: 0.26667rem;
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide .down p {
  font-size: 0.37333rem;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.solutionWap .main .swiper .swiper-wrapper .swiper-slide .down span {
  font-size: 0.32rem;
  color: #008cc5;
  margin-top: 0.53333rem;
  display: inline-block;
  width: 0.64rem;
  height: 0.64rem;
  border-radius: 0.64rem;
  line-height: 0.64rem;
  text-align: center;
  border: solid 1px #008cc5;
}

.solutionWap .main .swiper .swiper-pagination {
  bottom: 0;
}

.solutionWap .main .more {
  text-align: center;
  margin-top: 0.8rem;
}

.solutionWap .main .more::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.solutionWap .main .more a {
  width: 3.2rem;
  height: 0.98667rem;
  font-size: 0.32rem;
  color: #666666;
  line-height: 0.98667rem;
  display: inline-block;
  border-radius: 0.98667rem;
  border: solid 1px #dcdcdc;
}

.solutionWap .main .more a span {
  padding-left: 0.53333rem;
}

@media screen and (max-width: 1200px) {
  .solution {
    display: none;
  }
  .solutionWap {
    display: block;
  }
}

.solutDetail {
  background-color: #f5f5f5;
}

.solutDetail .main {
  padding: 0 50px 80px;
  position: relative;
  background-color: #ffffff;
}

.solutDetail .main::before {
  left: 0;
  top: -80px;
  width: 100%;
  content: '';
  height: 80px;
  position: absolute;
  background-color: #ffffff;
}

.solutDetail .main .left {
  width: 440px;
  z-index: 2;
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
}

.solutDetail .main .left img {
  z-index: 1;
  left: -10px;
  bottom: -10px;
  position: absolute;
}

.solutDetail .main .left::before {
  left: 0;
  width: 60px;
  content: '';
  height: 3px;
  bottom: -30px;
  position: absolute;
  background-color: #008cc5;
}

.solutDetail .main .right {
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  width: calc(100% - 440px);
}

@media screen and (max-width: 1200px) {
  .solutDetail .main {
    height: auto;
    padding: 0 0.53333rem;
  }
  .solutDetail .main::before {
    top: -1.01333rem;
    height: 1.06667rem;
  }
  .solutDetail .main .left {
    float: none;
    width: 100%;
    font-size: 0.58667rem;
  }
  .solutDetail .main .left::before {
    width: 0.8rem;
    bottom: -0.53333rem;
  }
  .solutDetail .main .right {
    width: 100%;
    float: none;
    font-size: 0.32rem;
    line-height: 0.53333rem;
    padding: 1.06667rem 0 0.8rem;
  }
}

.problem {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.problem .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.problem .main .text {
  padding-top: 50px;
}

.problem .main .text .item {
  float: left;
  padding: 50px 50px 80px;
  text-align: center;
  margin-left: 28px;
  border-radius: 4px;
  width: calc(25% - 21px);
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.problem .main .text .item:first-child {
  margin-left: 0;
}

.problem .main .text .item:hover {
  background-color: #da291c;
}

.problem .main .text .item:hover span {
  color: #da291c;
  background-color: #ffffff;
}

.problem .main .text .item:hover p {
  color: #ffffff;
}

.problem .main .text .item span {
  width: 170px;
  height: 170px;
  color: #008cc5;
  font-size: 70px;
  border-radius: 170px;
  display: inline-block;
  text-align: center;
  line-height: 170px;
  border: solid 1px #e5e5e5;
}

.problem .main .text .item p {
  font-size: 20px;
  line-height: 32px;
  color: #000000;
  font-family: MiSans-Demibold;
  padding-top: 30px;
  position: relative;
}

.problem .main .text .item p::before {
  left: 50%;
  width: 30px;
  content: '';
  height: 3px;
  bottom: -30px;
  margin-left: -15px;
  position: absolute;
  background-color: #008cc5;
}

.problemWap {
  display: none;
  padding: 1.06667rem 0;
  background-color: #f5f5f5;
}

.problemWap .main .title {
  font-size: 0.58667rem;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.problemWap .main .swiper {
  overflow: hidden;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  position: relative;
}

.problemWap .main .swiper .swiper-pagination {
  bottom: 0;
}

.problemWap .main .swiper .swiper-wrapper .swiper-slide {
  padding: 0.8rem 0 1.33333rem;
  text-align: center;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 3px 0 5px rgba(0, 0, 0, 0.08);
}

.problemWap .main .swiper .swiper-wrapper .swiper-slide span {
  width: 2.26667rem;
  height: 2.26667rem;
  color: #008cc5;
  font-size: 0.93333rem;
  border-radius: 2.26667rem;
  display: inline-block;
  text-align: center;
  line-height: 2.26667rem;
  border: solid 1px #e5e5e5;
}

.problemWap .main .swiper .swiper-wrapper .swiper-slide p {
  font-size: 0.37333rem;
  color: #000000;
  line-height: 0.53333rem;
  padding-top: 1.06667rem;
  position: relative;
}

.problemWap .main .swiper .swiper-wrapper .swiper-slide p::before {
  left: 50%;
  width: 30px;
  content: '';
  height: 3px;
  bottom: -0.66667rem;
  margin-left: -15px;
  position: absolute;
  background-color: #008cc5;
}

@media screen and (max-width: 1200px) {
  .problem {
    display: none;
  }
  .problemWap {
    display: block;
  }
}

.scheme {
  padding: 80px 0;
}

.scheme .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.scheme .main .nav {
  padding-top: 40px;
  text-align: center;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.scheme .main .nav::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 5px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}

.scheme .main .nav::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  background-color: #008cc5;
}

.scheme .main .nav::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px #e5e5e5;
  background: #e5e5e5;
}

.scheme .main .nav .item {
  cursor: pointer;
  font-size: 16px;
  color: #666666;
  margin-left: 30px;
  padding-bottom: 20px;
  display: inline-block;
  width: calc(16.66% - 25px);
  border-bottom: solid 1px #e5e5e5;
}

.scheme .main .nav .item.active {
  color: #da291c;
  font-family: MiSans-Demibold;
}

.scheme .main .nav .item:hover {
  color: #da291c;
  font-family: MiSans-Demibold;
}

.scheme .main .nav .item:first-child {
  margin-left: 0;
}

.scheme .main .text {
  padding-top: 60px;
}

.scheme .main .text .item {
  display: none;
}

.scheme .main .text .item.active {
  display: block;
}

.scheme .main .text .item .left {
  width: 60%;
}

.scheme .main .text .item .left h3 {
  font-size: 24px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
  padding-bottom: 10px;
}

.scheme .main .text .item .left h3 img {
  z-index: 1;
  left: -10px;
  bottom: -10px;
  position: absolute;
}

.scheme .main .text .item .left p {
  font-size: 16px;
  line-height: 28px;
  color: #333333;
  padding-top: 20px;
}

.scheme .main .text .item .left p img {
  float: left;
  height: 16px;
  margin-top: 3px;
  padding-right: 20px;
}

.scheme .main .text .item .right {
  width: 40%;
}

.scheme .main .text .item .right img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .scheme {
    padding: 1.06667rem 0;
  }
  .scheme .main .title {
    font-size: 0.58667rem;
  }
  .scheme .main .nav {
    padding-top: 0.53333rem;
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    border-bottom: solid 1px #e5e5e5;
  }
  .scheme .main .nav .item {
    float: none;
    display: inline-block;
    font-size: 0.42667rem;
    margin-left: 0.53333rem;
    padding-bottom: 0.4rem;
    width: auto;
  }
  .scheme .main .nav .item.active {
    border-bottom: solid 1px #da291c;
  }
  .scheme .main .nav .item:hover {
    border-bottom: solid 1px #da291c;
  }
  .scheme .main .text {
    padding-top: 0.8rem;
  }
  .scheme .main .text .item .left {
    float: none;
    width: 100%;
  }
  .scheme .main .text .item .left h3 {
    font-size: 0.58667rem;
  }
  .scheme .main .text .item .left h3 img {
    z-index: 1;
    left: -10px;
    bottom: -10px;
    position: absolute;
  }
  .scheme .main .text .item .left p {
    font-size: 0.37333rem;
    padding-top: 0.53333rem;
  }
  .scheme .main .text .item .left p img {
    padding-right: 0.4rem;
  }
  .scheme .main .text .item .right {
    float: none;
    width: 100%;
    margin-top: 0.8rem;
  }
}

.doWaht {
  padding: 80px 0;
}

.doWaht .main .title {
  font-size: 40px;
  color: #000000;
  font-weight: bold;
  text-align: center;
}

.doWaht .main .nav {
  padding-top: 40px;
  text-align: center;
  border-bottom: solid 1px #e5e5e5;
}

.doWaht .main .nav .item {
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  margin-left: 30px;
  padding-bottom: 20px;
  display: inline-block;
}

.doWaht .main .nav .item.active {
  color: #da291c;
  font-weight: bold;
  border-bottom: solid 1px #da291c;
}

.doWaht .main .nav .item:hover {
  color: #da291c;
  font-weight: bold;
  border-bottom: solid 1px #da291c;
}

.doWaht .main .nav .item:first-child {
  margin-left: 0;
}

.doWaht .main .text {
  padding-top: 80px;
}

.doWaht .main .text .item {
  display: none;
}

.doWaht .main .text .item.active {
  display: block;
}

.doWaht .main .text .item .left {
  width: 55%;
}

.doWaht .main .text .item .left h3 {
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
}

.doWaht .main .text .item .left h3 img {
  z-index: 1;
  left: -10px;
  bottom: -10px;
  position: absolute;
}

.doWaht .main .text .item .left p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  padding-top: 20px;
}

.doWaht .main .text .item .left .btns a {
  float: left;
  width: 119px;
  height: 36px;
  margin-top: 50px;
  color: #008cc5;
  line-height: 34px;
  text-align: center;
  margin-right: 20px;
  border-radius: 36px;
  border: solid 1px #008cc5;
}

.doWaht .main .text .item .left .btns a:hover {
  color: #ffffff;
  background-color: #008cc5;
}

.doWaht .main .text .item .left .btns a span {
  margin-left: 10px;
}

.doWaht .main .text .item .right {
  width: 45%;
}

.doWaht .main .text .item .right img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

@media screen and (max-width: 1200px) {
  .doWaht {
    padding: 1.06667rem 0;
  }
  .doWaht .main .title {
    font-size: 0.58667rem;
  }
  .doWaht .main .nav {
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    padding-top: 0.8rem;
  }
  .doWaht .main .nav .item {
    padding: 0;
    font-size: 0.37333rem;
    margin-left: 0.53333rem;
    padding-bottom: 0.26667rem;
  }
  .doWaht .main .text {
    padding-top: 0.53333rem;
  }
  .doWaht .main .text .item {
    display: none;
  }
  .doWaht .main .text .item .left {
    width: 100%;
    float: none;
  }
  .doWaht .main .text .item .left h3 {
    font-size: 0.53333rem;
  }
  .doWaht .main .text .item .left p {
    font-size: 0.37333rem;
    line-height: 0.64rem;
    padding-top: 0.53333rem;
  }
  .doWaht .main .text .item .left .btns a {
    float: left;
    width: 119px;
    height: 36px;
    margin-top: 0.53333rem;
    color: #008cc5;
    line-height: 34px;
    text-align: center;
    margin-right: 20px;
    border-radius: 36px;
    border: solid 1px #008cc5;
  }
  .doWaht .main .text .item .left .btns a:hover {
    color: #ffffff;
    background-color: #008cc5;
  }
  .doWaht .main .text .item .left .btns a span {
    margin-left: 10px;
  }
  .doWaht .main .text .item .right {
    width: 100%;
    float: none;
    margin-top: 0.53333rem;
  }
}

.proList {
  padding: 80px 0;
  background-color: #f5f5f5;
}

.proList .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.proList .main .text a {
  float: left;
  width: calc(25% - 21px);
  margin-left: 28px;
  overflow: hidden;
  margin-top: 50px;
  border-radius: 5px;
  transition: all 0.5s;
  background-color: #f5f5f5;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.proList .main .text a:nth-child(4n+1) {
  margin-left: 0;
}

.proList .main .text a:hover .down {
  background-color: #da291c;
}

.proList .main .text a:hover .down i, .proList .main .text a:hover .down p, .proList .main .text a:hover .down span, .proList .main .text a:hover .down h3 {
  color: #ffffff;
}

.proList .main .text a:hover .down span {
  border: solid 1px #cccccc;
}

.proList .main .text a .up img {
  width: 100%;
}

.proList .main .text a .down {
  padding: 30px;
}

.proList .main .text a .down i {
  display: block;
  font-size: 14px;
  color: #008cc5;
  padding-bottom: 20px;
}

.proList .main .text a .down h3 {
  font-size: 20px;
  color: #000000;
  max-height: 60px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.proList .main .text a .down p {
  font-size: 14px;
  color: #666666;
  max-height: 60px;
  margin-top: 10px;
  overflow: hidden;
  line-height: 21px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.proList .main .text a .down span {
  width: 36px;
  height: 36px;
  font-size: 14px;
  color: #008cc5;
  margin-top: 40px;
  text-align: center;
  line-height: 36px;
  border-radius: 36px;
  display: inline-block;
  border: solid 1px #008cc5;
}

@media screen and (max-width: 1200px) {
  .proList {
    padding: 1.06667rem 0;
  }
  .proList .main .title {
    font-size: 0.58667rem;
  }
  .proList .main .text a {
    float: left;
    width: calc(50% - 8px);
    margin-left: 15px;
    overflow: hidden;
    margin-top: 0.4rem;
    border-radius: 5px;
    transition: all 0.5s;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .proList .main .text a:nth-child(4n+1) {
    margin-left: 0;
  }
  .proList .main .text a:nth-child(2n+1) {
    margin-left: 0;
  }
  .proList .main .text a:hover .down {
    background-color: #da291c;
  }
  .proList .main .text a:hover .down i, .proList .main .text a:hover .down p, .proList .main .text a:hover .down span, .proList .main .text a:hover .down h3 {
    color: #ffffff;
  }
  .proList .main .text a .up img {
    width: 100%;
    max-height: 106px;
  }
  .proList .main .text a .down {
    padding: 0.4rem;
  }
  .proList .main .text a .down i {
    display: block;
    font-size: 0.32rem;
    color: #008cc5;
    padding-bottom: 0.26667rem;
  }
  .proList .main .text a .down h3 {
    font-size: 0.37333rem;
    color: #000000;
    max-height: 60px;
    line-height: 0.53333rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .proList .main .text a .down p {
    font-size: 0.32rem;
    max-height: 1.06667rem;
    margin-top: 10px;
    line-height: 0.53333rem;
  }
  .proList .main .text a .down span {
    width: 0.64rem;
    height: 0.64rem;
    font-size: 0.26667rem;
    margin-top: 0.66667rem;
    line-height: 0.64rem;
  }
}

.relatedPro {
  padding: 80px 0;
  background-color: #edf3f5;
}

.relatedPro .main {
  position: relative;
}

.relatedPro .main .title {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  text-align: center;
}

.relatedPro .main .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide {
  width: 450px;
  margin-top: 50px;
  padding: 50px 30px;
  border-radius: 4px;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide:hover {
  margin-top: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide:hover .up img {
  filter: grayscale(0);
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide:hover .up h3 {
  color: #da291c;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide:hover .up p {
  display: block;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide:hover .up p span {
  color: #fff;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up {
  line-height: 34px;
  position: relative;
  padding-bottom: 30px;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up img {
  float: left;
  width: 60px;
  filter: grayscale(100%);
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up h3 {
  float: left;
  width: 60%;
  font-size: 20px;
  line-height: 32px;
  font-family: MiSans-Demibold;
  margin-left: 15px;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up i {
  right: 0;
  font-size: 52px;
  color: #f3f5f6;
  font-family: MiSans-Demibold;
  position: absolute;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up p {
  right: 0;
  z-index: 1;
  width: 55px;
  float: right;
  height: 30px;
  display: none;
  line-height: 30px;
  position: absolute;
  text-align: center;
  border-radius: 30px;
  background-color: #da291c;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .up p span {
  float: none;
  font-size: 14px;
  color: #ffffff;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .down {
  padding-top: 30px;
  border-top: solid 1px #e5e5e5;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .down p {
  height: 40px;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  line-height: 22px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.relatedPro .main .swiper .swiper-wrapper .swiper-slide .down img {
  width: 100%;
  margin-top: 40px;
}

.relatedPro .main .swiper-button-prev {
  left: -40px;
}

.relatedPro .main .swiper-button-prev, .relatedPro .main .swiper-button-next {
  right: -40px;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  background-image: none;
  background-color: rgba(0, 0, 0, 0.5);
}

.relatedPro .main .swiper-button-prev:hover, .relatedPro .main .swiper-button-next:hover {
  background-color: #da291c;
}

.relatedPro .main .swiper-button-prev span, .relatedPro .main .swiper-button-next span {
  color: #fff;
}

.relatedPro .main .swiper-pagination {
  bottom: 0;
}

.honor {
  padding: 80px 0;
}

.honor .main {
  position: relative;
}

.honor .main .title {
  padding-bottom: 40px;
}

.honor .main .title .left {
  text-align: left;
}

.honor .main .title .left h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.honor .main .title .left p {
  font-size: 16px;
  color: #666666;
  padding-top: 20px;
}

.honor .main .title .right dl {
  float: left;
  padding-left: 50px;
  border-left: solid 1px #cccccc;
}

.honor .main .title .right dl:first-child {
  border-left: none;
  padding-right: 50px;
}

.honor .main .title .right dl dt {
  font-size: 46px;
  color: #008cc5;
  font-family: MiSans-Bold;
}

.honor .main .title .right dl dt i {
  font-size: 30px;
}

.honor .main .title .right dl dd {
  font-size: 16px;
  color: #666666;
}

.honor .main .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 80px;
}

.honor .main .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.honor .main .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  transition: all 0.5s;
}
.honor .main .swiper .swiper-wrapper .swiper-slide img:hover{
  transform: scale(1.1);
}
.honor .main .swiper .swiper-wrapper .swiper-slide:hover p {
  background-color: #e60012;
}

.honor .main .swiper .swiper-wrapper .swiper-slide p {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  padding-top: 15px;
  line-height: 24px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.honor .main .swiper .swiper-button-next {
  left: 70px !important;
  right: auto;
}

.honor .main .swiper .swiper-button-prev, .honor .main .swiper .swiper-button-next {
  left: 0;
  top: auto;
  width: 54px;
  height: 54px;
  bottom: 0;
  line-height: 54px;
  text-align: center;
  background-image: none;
  border: solid 1px #cccccc;
}

.honor .main .swiper .swiper-button-prev:hover, .honor .main .swiper .swiper-button-next:hover {
  background-color: #da291c;
  border: solid 1px #da291c;
}

.honor .main .swiper .swiper-button-prev span, .honor .main .swiper .swiper-button-next span {
  color: #cccccc;
}

.honor .main .swiper .swiper-pagination {
  right: 0;
  bottom: 0;
  width: auto;
  font-size: 24px;
  color: #c1c6c8;
  text-align: right;
}

.honor .main .swiper .swiper-pagination .swiper-pagination-current {
  color: #008cc5;
}

.honor2 {
  display: none;
  padding: 1.06667rem 0;
}

.honor2 .main {
  position: relative;
}

.honor2 .main .title {
  padding-bottom: 0.53333rem;
}

.honor2 .main .title h3 {
  font-size: 0.58667rem;
  color: #000000;
  font-weight: bold;
}

.honor2 .main .title p {
  font-size: 0.32rem;
  color: #666666;
  padding-top: 0.26667rem;
}

.honor2 .main .swiper {
  height: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 1.33333rem;
}

.honor2 .main .swiper .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
}

.honor2 .main .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.honor2 .main .swiper .swiper-wrapper .swiper-slide p {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.33333rem;
  padding: 0 0.53333rem;
  padding-top: 0.26667rem;
  line-height: 0.4rem;
  color: #ffffff;
  font-size: 0.32rem;
  text-align: center;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.honor2 .main .swiper .swiper-button-next {
  left: 1.2rem !important;
  right: auto;
}

.honor2 .main .swiper .swiper-button-prev, .honor2 .main .swiper .swiper-button-next {
  left: 0;
  top: auto;
  width: 0.72rem;
  height: 0.72rem;
  bottom: 0;
  line-height: 0.66667rem;
  text-align: center;
  background-image: none;
  border: solid 1px #cccccc;
}

.honor2 .main .swiper .swiper-button-prev span, .honor2 .main .swiper .swiper-button-next span {
  color: #cccccc;
}

.honor2 .main .swiper .swiper-pagination {
  right: 0;
  bottom: 0;
  width: auto;
  font-size: 0.37333rem;
  color: #c1c6c8;
  text-align: right;
}

.honor2 .main .swiper .swiper-pagination .swiper-pagination-current {
  color: #008cc5;
}

@media screen and (max-width: 1200px) {
  .honor {
    display: none;
  }
  .honor2 {
    display: block;
  }
}

.joinMe {
  padding: 80px 0;
  background-color: #edf3f5;
}

.joinMe .main .left {
  width: 56%;
}

.joinMe .main .left h3 {
  font-size: 40px;
  font-family: MiSans-Demibold;
  padding-bottom: 10px;
}

.joinMe .main .left p {
  font-size: 16px;
  color: #333333;
  padding-top: 20px;
  line-height: 28px;
}

.joinMe .main .left p span {
  font-weight: bold;
  padding-right: 10px;
}

.joinMe .main .right {
  width: 44%;
}

.joinMe .main .right img {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  .joinMe {
    padding: 1.06667rem 0;
  }
  .joinMe .main .left {
    float: none;
    width: 100%;
  }
  .joinMe .main .left h3 {
    font-size: 0.58667rem;
  }
  .joinMe .main .left p {
    font-size: 0.37333rem;
    padding-top: 0.26667rem;
    line-height: 0.64rem;
  }
  .joinMe .main .left p span {
    padding-right: 0.13333rem;
  }
  .joinMe .main .right {
    float: none;
    width: 100%;
    margin-top: 0.8rem;
  }
}

.recruit {
  padding-bottom: 80px;
  background-color: #edf3f5;
}

.recruit .main .text {
  background-color: #ffffff;
  border-top: solid 3px #0371d0;
}

.recruit .main .text .wap {
  display: none;
  color: #000000;
  font-size: 0.37333rem;
  padding-bottom: 0.26667rem;
}

.recruit .main .text .recruititle {
  height: 80px;
  line-height: 80px;
  background-color: #e5e5e5;
}

.recruit .main .text .recruititle p {
  font-weight: bold;
}

.recruit .main .text .recruititle2 {
  display: none;
  height: 1.06667rem;
  padding: 0 0.26667rem;
  line-height: 1.06667rem;
  background-color: #e5e5e5;
}

.recruit .main .text .recruititle2 p {
  float: left;
  font-weight: bold;
}

.recruit .main .text .recruititle2 p:last-child {
  float: right;
}

.recruit .main .text .items {
  cursor: pointer;
}

.recruit .main .text .items.active .block {
  background-color: #da291c;
}

.recruit .main .text .items.active .block p {
  color: #ffffff;
}

.recruit .main .text .items.active .block .add {
  display: none;
}

.recruit .main .text .items.active .block .remove {
  color: #ffffff;
  display: block;
}

.recruit .main .text .items.recruititle .block p {
  font-size: 16px;
  font-family: MiSans-Demibold;
}

.recruit .main .text .items .block {
  height: 80px;
  overflow: hidden;
  line-height: 80px;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
}

.recruit .main .text .items .block p {
  float: left;
  width: 16.666%;
  font-size: 16px;
  color: #000000;
}

.recruit .main .text .items .block p i {
  float: left;
  display: none;
  font-size: 0.37333rem;
}

.recruit .main .text .items .block p span {
  font-size: 16px;
  color: #0371d0;
}

.recruit .main .text .items .block p span.remove {
  font-size: 16px;
  display: none;
}

.recruit .main .text .items .none {
  width: 100%;
  display: none;
  padding: 60px 45px;
  position: relative;
  border-bottom: solid 1px #eeeeee;
}

.recruit .main .text .items .none .textp {
  padding: 0 45px;
  font-size: 16px;
  color: #000000;
  line-height: 28px;
}

.recruit .main .text .items .none .elivery {
  top: 60px;
  right: 45px;
  height: 50px;
  padding: 0 30px;
  line-height: 50px;
  background-color: #008cc5;
  position: absolute;
}

.recruit .main .text .items .none .elivery p {
  font-size: 16px;
  color: #ffffff;
}

.recruit .main .text .items .none .elivery p span {
  font-size: 16px;
  padding-left: 10px;
}

.join_us .resume {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 99999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
}

.join_us .resume .resumetext {
  top: 50%;
  left: 50%;
  width: 720px;
  height: 750px;
  padding: 0 60px;
  position: absolute;
  margin-top: -375px;
  margin-left: -360px;
  background-color: #ffffff;
}

.join_us .resume .resumetext .close {
  top: 10px;
  z-index: 1;
  right: 10px;
  width: 50px;
  height: 50px;
  font-size: 24px;
  color: #b2b2b2;
  cursor: pointer;
  line-height: 50px;
  position: absolute;
  text-align: center;
}

.join_us .resume .resumetext .title {
  padding-top: 80px;
}

.join_us .resume .resumetext .title h3 {
  border: none;
  font-size: 36px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.join_us .resume .resumetext .layui-form {
  padding-top: 60px;
}

.join_us .resume .resumetext .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block {
  margin-left: 0;
  position: relative;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input {
  height: 58px;
  border-color: #eeeeee;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
  font-size: 16px;
  color: #969696;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input.yacode {
  float: left;
  width: 70%;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .btnSub {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 0;
  background-color: #0371d0;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .onload {
  top: 9px;
  right: 10px;
  width: 100px;
  height: 40px;
  border-radius: 0;
  position: absolute;
  background-color: #0371d0;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .code {
  width: 28%;
  height: 58px;
  float: right;
  overflow: hidden;
  text-align: center;
  border: solid 1px #eeeeee;
}

.join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .code img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

.recruit .main .more {
  width: 180px;
  height: 54px;
  margin: 0 auto;
  font-size: 16px;
  color: #666666;
  margin-top: 50px;
  line-height: 54px;
  text-align: center;
  border: solid 1px #dcdcdc;
}

@media screen and (max-width: 1200px) {
  .recruit {
    padding-bottom: 1.06667rem;
  }
  .recruit .main .text {
    border-top: none;
  }
  .recruit .main .text .recruititle {
    display: none;
  }
  .recruit .main .text .recruititle2 {
    display: block;
  }
  .recruit .main .text .items.active .block .add {
    display: none;
  }
  .recruit .main .text .items.active .block .remove {
    display: block;
  }
  .recruit .main .text .items .block {
    height: 1.33333rem;
    overflow: hidden;
    line-height: 1.33333rem;
    text-align: left;
    border-bottom: solid 1px #eeeeee;
  }
  .recruit .main .text .items .block p {
    width: 90%;
    font-size: 0.37333rem;
    display: none;
  }
  .recruit .main .text .items .block p i {
    display: block;
  }
  .recruit .main .text .items .block p.titleblock {
    display: block;
    padding-left: 0.26667rem;
  }
  .recruit .main .text .items .block p.iconblock {
    width: 10%;
    float: right;
    display: block;
  }
  .recruit .main .text .items .block p.iconblock span {
    font-size: 0.32rem;
  }
  .recruit .main .text .items .block p.iconblock span.add {
    padding-right: 0.26667rem;
  }
  .recruit .main .text .items .none {
    width: 100%;
    padding: 0.53333rem 0.26667rem;
  }
  .recruit .main .text .items .none .textp {
    padding: 0;
    font-size: 0.32rem;
    line-height: 0.64rem;
  }
  .recruit .main .text .items .none .elivery {
    padding: 0;
    margin: 1.06667rem auto;
    width: 4rem;
    height: 0.93333rem;
    position: static;
    text-align: center;
    line-height: 0.93333rem;
  }
  .recruit .main .text .items .none .elivery p {
    font-size: 0.37333rem;
  }
  .recruit .main .text .items .none .elivery p span {
    font-size: 0.37333rem;
    padding-right: 0.26667rem;
  }
  .recruit .main .text .items .none .wap {
    display: block;
  }
  .join_us .resume {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .join_us .resume .resumetext {
    top: 50%;
    left: 50%;
    width: 92%;
    height: 11.2rem;
    padding: 0 0.4rem;
    margin-left: -46%;
    margin-top: -5.6rem;
  }
  .join_us .resume .resumetext .close {
    top: 0.4rem;
    right: 0.4rem;
    width: 0.66667rem;
    height: 0.66667rem;
    color: #0371d0;
    font-size: 0.58667rem;
    line-height: 0.66667rem;
    position: absolute;
    background-color: transparent;
  }
  .join_us .resume .resumetext .title {
    padding-top: 0.53333rem;
  }
  .join_us .resume .resumetext .title h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .join_us .resume .resumetext .title h3::after {
    left: 0.4rem;
    top: 1.6rem;
    width: 0.8rem;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #008cc5;
  }
  .join_us .resume .resumetext .layui-form {
    padding-top: 0.8rem;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item {
    margin-bottom: 0.26667rem;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block {
    margin-left: 0;
    position: relative;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input {
    height: 0.90667rem;
    line-height: 0.90667rem;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input::placeholder {
    font-size: 0.37333rem;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .layui-input.yacode {
    float: left;
    width: 70%;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .btnSub {
    width: 100%;
    height: 0.90667rem;
    margin-top: 0.53333rem;
    line-height: 0.90667rem;
    background-color: #0371d0;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .onload {
    top: 0.08rem;
    right: 0.13333rem;
    width: 1.86667rem;
    height: 0.74667rem;
    line-height: 0.74667rem;
    background-color: #0371d0;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .code {
    width: 28%;
    height: 0.90667rem;
    float: right;
    overflow: hidden;
    text-align: center;
    border: solid 1px #eeeeee;
  }
  .join_us .resume .resumetext .layui-form .layui-form-item .layui-input-block .code img {
    height: auto;
    max-width: 100%;
    display: inline-block;
  }
  .recruit .main .more {
    height: auto;
    text-align: center;
    margin-top: 0.53333rem;
    border: none;
    line-height: 0.98667rem;
  }
  .recruit .main .more::after {
    clear: both;
    content: " ";
    display: table;
    box-sizing: border-box;
  }
  .recruit .main .more a {
    width: 3.2rem;
    height: 0.98667rem;
    font-size: 0.32rem;
    color: #666666;
    line-height: 0.98667rem;
    display: inline-block;
    border: solid 1px #dcdcdc;
  }
  .recruit .main .more a:hover {
    color: #ffffff;
    border: none;
    background-color: #da291c;
  }
  .recruit .main .more a:hover span {
    color: #ffffff;
  }
  .recruit .main .more a span {
    padding-left: 0.53333rem;
  }
}

.customerCase {
  padding: 80px 0;
}

.customerCase .main .left {
  font-size: 40px;
  color: #ffffff;
}

.customerCase .main .right {
  width: 700px;
  height: 440px;
  padding: 80px 50px;
  background-color: rgba(218, 41, 28, 0.9);
}

.customerCase .main .right h3 {
  font-size: 36px;
  color: #ffffff;
  position: relative;
}

.customerCase .main .right h3::before {
  left: 0;
  width: 50px;
  content: '';
  height: 2px;
  bottom: -30px;
  position: absolute;
  background-color: #ffffff;
}

.customerCase .main .right p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 80px;
  line-height: 26px;
}

.customerCase .main .right a {
  float: left;
  width: 120px;
  height: 36px;
  margin-top: 40px;
  color: #da291c;
  line-height: 36px;
  text-align: center;
  border-radius: 36px;
  background-color: #ffffff;
}

.customerCase .main .right a span {
  padding-left: 10px;
}

@media screen and (max-width: 1200px) {
  .customerCase {
    padding: 1.06667rem 0;
  }
  .customerCase .main .left {
    float: none;
    text-align: center;
    font-size: 0.58667rem;
  }
  .customerCase .main .right {
    float: none;
    width: 100%;
    height: auto;
    margin-top: 0.53333rem;
    padding: 0.8rem 0.53333rem;
  }
  .customerCase .main .right h3 {
    font-size: 0.42667rem;
  }
  .customerCase .main .right h3::before {
    bottom: -0.53333rem;
  }
  .customerCase .main .right p {
    font-size: 0.37333rem;
    padding-top: 1.06667rem;
    line-height: 0.53333rem;
  }
  .customerCase .main .right a {
    float: left;
    width: 2.4rem;
    height: 0.90667rem;
    font-size: 0.32rem;
    margin-top: 0.53333rem;
    line-height: 0.90667rem;
    border-radius: 0.90667rem;
  }
  .customerCase .main .right a span {
    font-size: 0.32rem;
    padding-left: 0.13333rem;
  }
}

.caseCompany {
  padding: 80px 0;
}

.caseCompany .main .left {
  width: 45%;
}

.caseCompany .main .left dl {
  display: block;
}

.caseCompany .main .left dl dt {
  float: left;
}

.caseCompany .main .left dl dt img {
  width: 110px;
  height: 110px;
}

.caseCompany .main .left dl dd {
  padding-left: 130px;
}

.caseCompany .main .left dl dd h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.caseCompany .main .left dl dd p {
  float: left;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #008cc5;
}

.caseCompany .main .left .text {
  float: left;
  padding-top: 50px;
}

.caseCompany .main .left .text p {
  font-size: 16px;
  color: #121212;
  line-height: 28px;
}

.caseValue .main .left {
  width: 52%;
}
.caseValue .main .left .swiper{
  overflow: hidden;
  position: relative;
}
.caseCompany .main .right{
  width: 50%;
}
.caseCompany .main .right img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.caseCompany .main .right video {
  width: 100%;
  height: auto;
  border-radius: 4px;
}

.caseValue {
  padding: 80px 0;
}

.caseValue .main .title {
  text-align: center;
}

.caseValue .main .title h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
}

.caseValue .main .title h3::before {
  left: 50%;
  width: 40px;
  content: '';
  height: 3px;
  bottom: -30px;
  margin-left: -20px;
  position: absolute;
  background-color: #008cc5;
}
.caseValue .main .text{
  padding-top: 50px;
}
.caseValue .main .text .item{
  float: left;
  height: 105px;
  width: calc(50% - 15px);
  margin-top: 30px;
  margin-left: 30px;
  border-radius: 10px;
  position: relative;
  padding-top: 30px;
  padding-left: 140px;
  padding-right: 140px;
  background-color: #ebf6fa;
}
.caseValue .main .text .item span{
  top: 0;
  left: 30px;
  width: 60px;
  height: 70px;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 70px;
  position: absolute;
  text-align: center;
  border-bottom-left-radius: 70px;
  border-bottom-right-radius: 70px;
  background-color: #008cc5;
}
.caseValue .main .text .item:nth-child(2n+1){
  margin-left: 0;
}
.caseValue .main .text .item:nth-child(2),.caseValue .main .text .item:nth-child(3),.caseValue .main .text .item:nth-child(6){
  background-color: #fceeed;
}
.caseValue .main .text .item:nth-child(2) span,.caseValue .main .text .item:nth-child(3) span,.caseValue .main .text .item:nth-child(6) span{
  background-color: #da291c;
}
@media screen and (max-width: 1200px) {
  .caseCompany {
    padding: 1.06667rem 0;
  }
  .caseCompany .main .left {
    float: none;
    width: 100%;
  }
  .caseCompany .main .left dl {
    display: block;
  }
  .caseCompany .main .left dl dt {
    float: left;
  }
  .caseCompany .main .left dl dt img {
    width: 1.6rem;
    height: 1.6rem;
  }
  .caseCompany .main .left dl dd {
    padding-left: 2.13333rem;
  }
  .caseCompany .main .left dl dd h3 {
    font-size: 0.53333rem;
  }
  .caseCompany .main .left dl dd p {
    float: none;
    display: inline-block;
    font-size: 0.32rem;
    margin-top: 0.13333rem;
    padding: 0.13333rem;
  }
  .caseCompany .main .left .text {
    float: none;
    padding-top: 0.8rem;
  }
  .caseCompany .main .left .text p {
    font-size: 0.32rem;
    line-height: 0.53333rem;
  }
  .caseCompany .main .right {
    float: none;
    width: 100%;
    margin-top: 0.53333rem;
  }
  .relatedPro {
    display: none;
  }
  .caseValue .main .text .item {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 16px 20px 20px 75px;
    margin-top: 20px;
  }
  .caseValue .main .text .item span{
    left: 20px;
    width: 40px;
    height: 55px;
    font-size: 24px;
    line-height: 55px;
  }
}

.new {
  padding: 80px 0;
  background-color: #edf3f5;
}

.new .main .title .left h3 {
  font-size: 40px;
  color: #000000;
  font-family: MiSans-Demibold;
}

.new .main .title .left p {
  font-size: 16px;
  color: #666666;
}

.new .main .title .right {
  margin-top: 40px;
}

.new .main .title .right a {
  font-size: 16px;
  color: #666666;
  margin-left: 60px;
  padding-top: 13px;
}

.new .main .title .right a.active {
  color: #da291c;
  border-top: solid 2px #da291c;
  font-family: MiSans-Demibold;
}

.new .main .title .right a:hover {
  color: #da291c;
  border-top: solid 2px #da291c;
  font-family: MiSans-Demibold;
}

.new .main .text {
  margin-top: 40px;
}

.new .main .text .swiper {
  float: left;
  position: relative;
  overflow: hidden;
  width: calc(50% - 50px);
}

.new .main .text .swiper img {
  width: 100%;
  border-radius: 4px;
}

.new .main .text .swiper .texts {
  bottom: 0;
  padding: 0 30px 50px;
  position: absolute;
}

.new .main .text .swiper .texts p {
  opacity: .5;
  color: #ffffff;
  padding-bottom: 30px;
}

.new .main .text .swiper .texts h3 {
  font-size: 24px;
  color: #ffffff;
  line-height: 36px;
}

.new .main .text .right {
  width: 50%;
}

.new .main .text .right .item {
  padding: 20px;
  cursor: pointer;
  border-bottom: solid 1px #e5e5e5;
}

.new .main .text .right .item.active {
  background-color: #da291c;
  border-radius: 4px;
}

.new .main .text .right .item.active p, .new .main .text .right .item.active h3 {
  color: #ffffff;
}

.new .main .text .right .item.active h3 {
  font-family: MiSans-Demibold;
}

.new .main .text .right .item:hover {
  background-color: #da291c;
  border-radius: 4px;
}

.new .main .text .right .item:hover p, .new .main .text .right .item:hover h3 {
  color: #ffffff;
}

.new .main .text .right .item:hover h3 {
  font-weight: bold;
}

.new .main .text .right .item dl dt {
  float: left;
  width: calc(100% - 250px);
}

.new .main .text .right .item dl dt P {
  opacity: .5;
  font-size: 14px;
  color: #000000;
}

.new .main .text .right .item dl dt h3 {
  font-size: 20px;
  margin-top: 10px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new .main .text .right .item dl dt .p2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  padding-top: 10px;
}
.new .main .text .right .item dl dt span {
  display: block;
  font-size: 16px;
  color: #edf3f5;
  margin-top: 20px;
}

.new .main .text .right .item dl dd {
  float: right;
  overflow: hidden;
}

.new .main .text .right .item dl dd img {
  width: 210px;
  height: 138px;
  border-radius: 10px;
  transition: all 0.5s;
}
.new .main .text .right .item dl dd img:hover{
  transform: scale(1.1);
}
@media screen and (max-width: 1200px) {
  .new {
    padding: 1.06667rem 0;
  }
  .new .main .title .left {
    float: none;
    text-align: center;
  }
  .new .main .title .left h3 {
    font-size: 0.58667rem;
    padding-bottom: 0.26667rem;
  }
  .new .main .title .left p {
    font-size: 0.32rem;
  }
  .new .main .title .right {
    float: none;
    height: 1.06667rem;
    overflow-x: scroll;
    white-space: nowrap;
    text-align: center;
    padding-top: 0.13333rem;
    margin-top: 0.53333rem;
  }
  .new .main .title .right a {
    font-size: 0.37333rem;
    color: #666666;
    margin: 0 0.26667rem;
    margin-top: 0;
    display: inline-block;
    padding-top: 0.13333rem;
  }
  .new .main .title .right a.active {
    color: #da291c;
    border-top: solid 2px #da291c;
  }
  .new .main .title .right a:hover {
    color: #da291c;
    border-top: solid 2px #da291c;
  }
  .new .main .text {
    margin-top: 0.53333rem;
  }
  .new .main .text .swiper {
    float: none;
    width: 100%;
  }
  .new .main .text .swiper .texts {
    bottom: 0;
    padding: 0 0.4rem 0.26667rem;
    position: absolute;
  }
  .new .main .text .swiper .texts p {
    opacity: .5;
    color: #ffffff;
    padding-bottom: 0.26667rem;
  }
  .new .main .text .swiper  .texts h3 {
    font-size: 0.32rem;
    color: #ffffff;
    line-height: 0.64rem;
  }
  .new .main .text .right {
    width: 100%;
    float: none;
  }
  .new .main .text .right .item {
    padding: 0.4rem 0;
  }
  .new .main .text .right .item.active {
    background-color: transparent;
  }
  .new .main .text .right .item.active p, .new .main .text .right .item.active h3 {
    color: #000000;
  }
  .new .main .text .right .item:hover {
    background-color: transparent;
  }
  .new .main .text .right .item:hover p, .new .main .text .right .item:hover h3 {
    color: #000000;
  }
  .new .main .text .right .item dl dt {
    float: left;
    width: calc(100% - 150px);
  }
  .new .main .text .right .item dl dt P {
    opacity: .5;
    font-size: 14px;
    color: #000000;
  }
  .new .main .text .right .item dl dt h3 {
    font-size: 0.37333rem;
    margin-top: 0.26667rem;
    color: #000000;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  .new .main .text .right .item dl dt span {
    font-size: 0.32rem;
    color: #008cc5;
    margin-top: 0.26667rem;
  }
  .new .main .text .right .item dl dd img {
    width: 137px;
    height: auto;
    max-height: 98px;
  }
}

.lane2 {
  padding-bottom: 80px;
  background-color: #edf3f5;
}

.lane2 .main .item {
  width: 25%;
  float: left;
  text-align: center;
}

.lane2 .main .item:first-child {
  margin-left: 0;
}

.lane2 .main .item dl dt span {
  font-size: 64px;
  color: #008cc5;
}

.lane2 .main .item dl dd {
  margin-top: 40px;
}

.lane2 .main .item dl dd h3 {
  font-size: 20px;
  color: #121212;
  font-family: MiSans-Demibold;
}

.lane2 .main .item dl dd p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
  line-height: 26px;
}

.lane2 .main .item dl dd a {
  width: 100px;
  height: 36px;
  font-size: 14px;
  line-height: 36px;
  color: #008cc5;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 36px;
  border: solid 1px #008cc5;
  background:#fff;
}

.lane2 .main .item dl dd a:hover {
  border-radius: 36px;
  color: #da291c;
  border: solid 1px #da291c;
}

@media screen and (max-width: 1200px) {
  .lane2 {
    padding-bottom: 0.26667rem;
  }
  .lane2 .main .item {
    width: 50%;
    float: left;
    margin-bottom: 0.8rem;
    text-align: center;
  }
  .lane2 .main .item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lane2 .main .item dl dt span {
    font-size: 0.85333rem;
  }
  .lane2 .main .item dl dd {
    margin-top: 0.53333rem;
  }
  .lane2 .main .item dl dd h3 {
    font-size: 0.37333rem;
  }
  .lane2 .main .item dl dd p {
    font-size: 0.32rem;
    margin-top: 0.4rem;
  }
  .lane2 .main .item dl dd a {
    width: 100px;
    height: 36px;
    font-size: 0.32rem;
    line-height: 34px;
    color: #da291c;
    display: block;
    border-radius: 34px;
    margin: 0 auto;
    margin-top: 20px;
    border: solid 1px #da291c;
  }
}

.contact {
  padding: 30px;
  background-color: #da291c;
}

.contact .main {
  padding: 5px 0;
  position: relative;
}

.contact .main .text {
  text-align: center;
}

.contact .main .text p {
  color: #f4bfbb;
}

.contact .main .text p a {
  display: inline-block;
  position: relative;
}
.contact .main .text p a img{
  display: none;
  left: -25px;
  top: -110px;
  width: 100px;
  position: absolute;
}
.contact .main .text p a:hover img{
  display: block;
}
.contact .main .text p a:hover span {
  color: #ffffff;
  border: solid 1px #ffffff;
}

.contact .main .text p a span {
  width: 36px;
  height: 36px;
  margin: 0 8px;
  color: #f4bfbb;
  font-size: 20px;
  line-height: 34px;
  border-radius: 8px;
  display: inline-block;
  border: solid 1px #e56a61;
}

.contact .main .frees {
  top: 0;
  right: 0;
  width: 150px;
  height: 44px;
  color: #ffffff;
  line-height: 44px;
  position: absolute;
  text-align: center;
  border-radius: 44px;
  border: solid 1px #ffffff;
}

@media screen and (max-width: 1200px) {
  .contact {
    padding: 0.4rem;
  }
  .contact .main .text p a span {
    margin: 0;
    width: 0.58667rem;
    height: 0.58667rem;
    font-size: 0.32rem;
    line-height: 0.58667rem;
  }
  .contact .main .frees {
    font-size: 0.32rem;
    display: block;
    width: 2.4rem;
    height: 0.72rem;
    margin: 0 auto;
    margin-top: 0.26667rem;
    line-height: 0.69333rem;
    position: static;
  }
}

.contacts {
  padding: 180px 0;
}

.contacts .main {
  text-align: center;
}

.contacts .main h3 {
  font-size: 52px;
  color: #ffffff;
  font-family: MiSans-Demibold;
}

.contacts .main p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 30px;
  line-height: 28px;
  max-width: 1000px;
  margin: 0 auto;
}

.contacts .main .more {
  padding-top: 40px;
}

.contacts .main .more a {
  width: 150px;
  height: 44px;
  margin: 0 10px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 44px;
  display: inline-block;
  border: solid 1px #da291c;
  background-color: #da291c;
}

.contacts .main .more a:hover {
  color: #ffffff;
  border: none;
  background-color: #da291c;
}

.contacts .main .more a:hover span {
  color: #ffffff;
}

.contacts .main .more a:nth-child(2) {
  border: solid 1px #ffffff;
  background-color: transparent;
}

@media screen and (max-width: 1200px) {
  .contacts {
    padding: 2.4rem 0;
  }
  .contacts .main h3 {
    font-size: 0.96rem;
  }
  .contacts .main p {
    font-size: 0.37333rem;
    padding-top: 0.4rem;
    line-height: 0.64rem;
  }
  .contacts .main .more {
    padding-top: 0.8rem;
  }
  .contacts .main .more a {
    width: 150px;
    height: 44px;
    margin: 0 10px;
    color: #ffffff;
    line-height: 44px;
    border-radius: 44px;
    display: inline-block;
    border: solid 1px #da291c;
    background-color: #da291c;
  }
  .contacts .main .more a:nth-child(2) {
    border: solid 1px #ffffff;
    background-color: transparent;
  }
}

.popup {
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
}

.popup .text {
  top: 50%;
  left: 50%;
  width: 700px;
  padding: 40px;
  position: absolute;
  background-color: #ffffff;
  transform: translate(-50%, -50%);
}

.popup .text .title {
  padding-left: 25px;
}

.popup .text .title h3 {
  font-size: 36px;
  color: #000000;
  font-family: MiSans-Demibold;
  position: relative;
}

.popup .text .title h3::before {
  left: -25px;
  top: 8px;
  width: 4px;
  content: '';
  height: 30px;
  position: absolute;
  background-color: #e60012;
}

.popup .text .title p {
  font-size: 14px;
  color: #666666;
  padding-top: 25px;
}

.popup .text .layui-form {
  margin-top: 40px;
}

.popup .text .layui-form .layui-form-item {
  margin-bottom: 20px;
}

.popup .text .layui-form .layui-form-item:last-child .layui-input-block {
  margin-left: 0;
}

.popup .text .layui-form .layui-form-item .layui-form-label {
  padding: 0;
  width: 86px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  border: solid 1px #dcdcdc;
  background-color: #f5f5f5;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.popup .text .layui-form .layui-form-item .layui-form-label span {
  font-size: 24px;
}

.popup .text .layui-form .layui-form-item .layui-input-block {
  margin-left: 86px;
}

.popup .text .layui-form .layui-form-item .layui-input-block.codes input {
  float: left;
  width: calc(100% - 180px);
}

.popup .text .layui-form .layui-form-item .layui-input-block.codes img {
  width: auto;
  float: right;
  height: 54px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
}

.popup .text .layui-form .layui-form-item .layui-input-block input {
  height: 54px;
  border: solid 1px #dcdcdc;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.popup .text .layui-form .layui-form-item .layui-input-block .layui-btn {
  width: 100%;
  height: 54px;
  background-color: #008cc5;
}

.popup .close {
  left: 50%;
  bottom: 50px;
  cursor: pointer;
  color: #ffffff;
  line-height: 34px;
  position: absolute;
  text-align: center;
  margin-left: -18px;
  border-radius: 100%;
}

.popup .close span {
  font-size: 30px;
}

@media screen and (max-width: 1200px) {
  .popup {
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 9999;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
  }
  .popup .text {
    width: 92%;
    padding: 0.53333rem;
  }
  .popup .text .title {
    padding-left: 0.26667rem;
  }
  .popup .text .title h3 {
    font-size: 0.58667rem;
  }
  .popup .text .title h3::before {
    left: -0.26667rem;
    top: 0.10667rem;
    height: 0.58667rem;
  }
  .popup .text .title p {
    font-size: 0.32rem;
    padding-top: 0.4rem;
  }
  .popup .text .layui-form {
    margin-top: 0.53333rem;
  }
  .popup .text .layui-form .layui-form-item {
    margin-bottom: 20px;
  }
  .popup .text .layui-form .layui-form-item:last-child .layui-input-block {
    margin-left: 0;
  }
  .popup .text .layui-form .layui-form-item .layui-form-label {
    width: 1.2rem;
    height: 0.98667rem;
    line-height: 0.98667rem;
  }
  .popup .text .layui-form .layui-form-item .layui-form-label span {
    font-size: 0.42667rem;
  }
  .popup .text .layui-form .layui-form-item .layui-input-block {
    margin-left: 1.2rem;
  }
  .popup .text .layui-form .layui-form-item .layui-input-block.codes input {
    width: calc(100% - 120px);
  }
  .popup .text .layui-form .layui-form-item .layui-input-block.codes img {
    height: 0.98667rem;
  }
  .popup .text .layui-form .layui-form-item .layui-input-block input {
    height: 0.98667rem;
  }
  .popup .text .layui-form .layui-form-item .layui-input-block .layui-btn {
    height: 0.98667rem;
  }
  .popup .close {
    left: 50%;
    width: 36px;
    height: 36px;
    bottom: 100px;
    cursor: pointer;
    color: #ffffff;
    line-height: 34px;
    position: absolute;
    text-align: center;
    margin-left: -18px;
    border-radius: 100%;
  }
}

.footer {
  background-color: #001631;
}

.footer .up {
  padding: 50px 0;
}

.footer .up .left img {
  width: auto;
  height: 40px;
}

.footer .center {
  padding: 20px 0 40px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
}

.footer .center .left {
  padding-top: 10px;
}

.footer .center .left .ups img {
  width: auto;
  height: 35px;
  margin-bottom: 30px;
}

.footer .center .left .ups p {
  font-size: 16px;
  color: #ffffff;
  padding-top: 20px;
  font-family: MiSans-Bold;
}

.footer .center .left .ups p .iconfont {
  font-size: 20px;
  color: #b3bac2;
  padding-right: 10px;
}

.footer .center .left .downs {
  padding-top: 40px;
}

.footer .center .left .downs::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .center .left .downs .item {
  float: left;
  padding: 10px;
  text-align: center;
  border: solid 1px #5c5c5c;
}

.footer .center .left .downs .item img {
  width: 100px;
  height: auto;
}

.footer .center .left .downs .item p {
  opacity: .7;
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
}

.footer .center .right .item {
  float: left;
  margin-left: 90px;
}

.footer .center .right .item ul {
  float: left;
}

.footer .center .right .item ul:first-child {
  margin-right: 50px;
}

.footer .center .right .item ul li {
  position: relative;
  list-style: none;
}

.footer .center .right .item ul li::after {
  clear: both;
  content: " ";
  display: table;
  box-sizing: border-box;
}

.footer .center .right .item ul li h3 {
  top: -100px;
  font-size: 14px;
  color: #ffffff;
  font-family: MiSans-Demibold;
  position: absolute;
  white-space: nowrap;
}

.footer .center .right .item ul li a {
  float: left;
  opacity: .7;
  font-size: 14px;
  color: #ffffff;
  padding-top: 22px;
}

.footer .center .right .item ul li a:hover {
  opacity: 1;
  color: #ffffff;
}

.footer .links {
  padding-bottom: 0.8rem;
}

.footer .links .main p {
  font-size: 14px;
  color: #ffffff;
}

.footer .links .main p a {
  opacity: .7;
  color: #ffffff;
  font-size: 14px;
  margin-left: 20px;
}

.footer .links .main p a:hover {
  opacity: 1;
}

.footer .down {
  height: 110px;
  line-height: 110px;
}

.footer .down .main p {
  opacity: .7;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

.footer .down .main p a {
  color: #ffffff;
}

.footWap {
  display: none;
}

.footWap .main .up {
  padding: 0.66667rem 0 0.4rem;
  border-bottom: solid 1px #5c5c5c;
}

.footWap .main .up img {
  height: 0.74667rem;
}

.footWap .main .up dl {
  float: right;
  color: #ffffff;
  font-size: 0.37333rem;
  line-height: 0.74667rem;
}

.footWap .main .up dl span {
  font-size: 0.42667rem;
}

.footWap .main .center {
  padding: 0.53333rem 0 1.06667rem;
}

.footWap .main .center .item {
  border-bottom: solid 1px #484848;
}

.footWap .main .center .item .ups {
  line-height: 1.12rem;
}

.footWap .main .center .item .ups p {
  float: left;
  color: #ffffff;
  font-size: 0.32rem;
}

.footWap .main .center .item .ups span {
  float: right;
  color: #666666;
}

.footWap .main .center .item .downs {
  display: none;
}

.footWap .main .center .item .downs a {
  float: left;
  height: 0.72rem;
  margin-left: 0.26667rem;
  padding: 0 0.53333rem;
  margin-bottom: 0.26667rem;
  line-height: 0.72rem;
  background-color: #2e2e2e;
  color: rgba(255, 255, 255, 0.7);
}

.footWap .main .down {
  padding: 0.66667rem 0;
  background-color: rgba(0, 0, 0, 0.1);
}

.footWap .main .down p {
  font-size: 0.32rem;
  line-height: 0.64rem;
  color: rgba(255, 255, 255, 0.6);
}

.footWap .main .down p a {
  color: rgba(255, 255, 255, 0.6);
}

@media screen and (max-width: 1700px) {
  .footer .center .right .item {
    margin-left: 50px;
  }
}

@media screen and (max-width: 1500px) {
  .footer .center .right .item {
    margin-left: 30px;
  }
}

@media screen and (max-width: 1400px) {
  .footer .center .right .item ul:first-child {
    margin-right: 20px;
  }
}

@media screen and (max-width: 1200px) {
  .footer {
    display: none;
  }
  .footWap {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    width: 92%;
    height: 100%;
    margin: 0 auto;
  }
}
