html,
body {
  font-family: Microsoft YaHei UI;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}

.head {
  max-width: 1280px;
  margin: 0 auto;
}

.head .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  font-size: 0;
}

.head .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
}

.nav {
  float: right;
}

.nav .layui-nav {
  padding: 0;
  background-color: transparent;
}

.nav .layui-nav .layui-nav-item {
  line-height: 100px;
  margin: 0 28px;
}

.nav .layui-nav .layui-nav-item>a {
  color: #fff;
  font-size: 18px;
}

.nav .layui-nav-child {
  top: 100px;
  padding: 0;
  background-color: rgba(6, 73, 133, 0.3);
  border: none;
  position: fixed;
  text-align: center;
}

.nav .layui-nav-child .child {
  font-size: 0;
}

.nav .layui-nav-child a {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 0;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.nav .layui-nav-child a:after {
  content: '';
  display: block;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 24.5px;
  right: -0.5px;
}

.nav .layui-nav-child a:last-child:after {
  display: none;
}

.nav .layui-nav-child a i {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 12px;
  margin-right: 7px;
  background-color: rgba(255, 255, 255, 0.7);
  transform: skewY(-30deg);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.nav .layui-nav-child a:hover,
.nav .layui-nav-child a.on {
  background-color: rgba(6, 73, 133, 0.3);
  color: #fff;
  font-weight: bold;
}

.nav .layui-nav-child a:hover i,
.nav .layui-nav-child a.on i {
  background-color: #F7522D;
}

.nav .layui-nav-bar {
  display: none;
}

.nav .layui-nav-bar,
.nav .layui-this:after {
  width: 36px;
  height: 3px;
  left: 20px;
  bottom: 25px;
  background-color: #fff;
}

.inside-header {
  background-color: #fff;
}

.inside-header .nav .layui-nav-item>a {
  color: #0D5AA0;
}

.inside-header .nav .layui-nav-more {
  border-color: #2369A8 transparent transparent;
}

.inside-header .nav .layui-nav-mored,
.inside-header .nav .layui-nav-itemed>a .layui-nav-more {
  border-color: transparent transparent #2369A8;
}

.inside-header .nav .layui-nav-bar,
.inside-header .nav .layui-this:after {
  width: 36px;
  height: 3px;
  left: 20px;
  bottom: 25px;
  background-color: #0D5AA0;
}

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

.swiper-banner .swiper-slide {
  width: 100% !important;
  background-position: center;
  background-size: cover;
}

.swiper-banner .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper-banner .swiper-slide .txt {
  max-width: 1134px;
  margin: 0 auto;
  padding: 25vh 0 0;
}

.swiper-banner .swiper-slide h4 {
  font-size: 63px;
  font-weight: bold;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 7.3vh;
  opacity: 0;
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transition: all 1s ease-out 1.5s;
  -webkit-transition: all 1s ease-out 1.5s;
  -moz-transition: all 1s ease-out 1.5s;
  -ms-transition: all 1s ease-out 1.5s;
  -o-transition: all 1s ease-out 1.5s;
}

.swiper-banner .swiper-slide h5 {
  max-width: 512px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 7.3vh;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transition: all 1s ease-out 1.7s;
  -webkit-transition: all 1s ease-out 1.7s;
  -moz-transition: all 1s ease-out 1.7s;
  -ms-transition: all 1s ease-out 1.7s;
  -o-transition: all 1s ease-out 1.7s;
}

.swiper-banner .swiper-slide-active h4,
.swiper-banner .swiper-slide-active h5 {
  opacity: 1;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.swiper-banner .swiper-pagination {
  font-size: 0;
  bottom: 60px;
}

.swiper-banner .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  opacity: 0.6;
  border-radius: 0;
  margin: 0 6px;
  background-color: #fff;
}

.swiper-banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 20px;
}

.more {
  display: block;
  width: 121px;
  height: 38px;
  border: 1px solid #fff;
  font-size: 0;
  background-image: url(../images/icon_more.png);
  background-position: 96px center;
  background-repeat: no-repeat;
}

.more span {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 100%;
  background-color: #fff;
  font-size: 14px;
  font-weight: bold;
  color: #2369A8;
  line-height: 38px;
  text-align: center;
}

.more1 {
  display: block;
  width: 121px;
  height: 38px;
  line-height: 1;
  border: 1px solid #2369A8;
  font-size: 0;
  background-image: url(../images/icon_more1.png);
  background-position: 96px center;
  background-repeat: no-repeat;
}

.more1 span {
  display: inline-block;
  vertical-align: middle;
  width: 84px;
  height: 100%;
  background-color: #2369A8;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.index-hexin {
  width: 1300px;
  margin: 0 auto;
}

.index-hexin .txt {
  float: left;
  text-align: left;
  max-width: 384px;
  padding: 10px 0 0 10px;
}

.index-hexin .txt h6 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  color: #313840;
  margin-bottom: 2.1vh;
}

.index-hexin .txt h5 {
  color: #313840;
  font-size: 63px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8.3vh;
}

.index-hexin .txt p {
  color: #595B5D;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10.4vh;
}

.index-hexin .txt a {
  border-color: #2369A8;
}

.index-hexin .txt a span {
  color: #fff;
}

.index-hexin ul {
  float: right;
  width: 780px;
}

.index-hexin ul li {
  float: left;
  width: 240px;
  height: 240px;
  line-height: 1;
  background-color: #FAFAFA;
  margin: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.index-hexin ul li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  padding: 25px 30px;
  text-align: center;
  outline: none;
}

.index-hexin ul li h6 {
  color: #2369A8;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  text-align: left;
}

.index-hexin ul li .line {
  width: 30px;
  height: 3px;
  background-color: #2369A8;
  margin-bottom: 22px;
}

.index-hexin ul li img {
  max-width: 80px;
}

.index-hexin ul li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px rgba(35,105,168,.5);
}

.section3 .fp-tableCell {
  position: relative;
}

.section3 .txt {
  width: 532px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.section3 .txt h4 {
  color: #313840;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.pnt-product {
  position: initial;
  text-align: left;
  margin-bottom: 27.1vh;
}

.pnt-product .swiper-pagination-bullet {
  display: block;
  width: auto;
  height: auto;
  outline: none;
  background-color: transparent;
  border-radius: 0;
  opacity: 1;
  font-size: 16px;
  line-height: 27px;
  color: #595B5D;
  padding-left: 17px;
  position: relative;
  border-left: 3px solid #f3f3f3;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.pnt-product .swiper-pagination-bullet-active {
  color: #313840;
  font-size: 63px;
  line-height: 80px;
  font-weight: bold;
  border-left-color: #ddd;
}

.swiper-product {
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}

.swiper-product .swiper-wrapper {
  transition-delay: 0.3s;
}

.swiper-product .swiper-slide .box {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

.swiper-product .swiper-slide .txt {
  float: left;
  width: 532px;
}

.swiper-product .swiper-slide .img {
  float: right;
  width: 640px;
  height: 640px;
  background-position: center;
  background-size: cover;
}

.swiper-product .swiper-slide .tx {
  float: left;
  width: 512px;
  padding: 37.3vh 0 0;
}

.swiper-product .swiper-slide .p {
  margin-bottom: 10.4vh;
}

.swiper-product .swiper-slide p {
  color: #595B5D;
  font-size: 18px;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
}

.swiper-product .swiper-slide p,
.swiper-product .swiper-slide a {
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  opacity: 0;
  transition: all 0.4s ease-out;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
}

.swiper-product .ani-slide p,
.swiper-product .ani-slide a {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}

.index-anli .tit {
  float: left;
  width: 640px;
  height: 640px;
  padding: 5.2vh;
  background-position: center;
  background-size: cover;
  color: #fff;
}

.index-anli .tit h5 {
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.index-anli .tit h6 {
  font-size: 63px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 25.21vh;
}

.index-anli .tit p {
  font-size: 18px;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
  margin-bottom: 4.17vh;
}

.index-anli ul {
  float: right;
  width: 560px;
}

.index-anli li {
  float: left;
  width: 240px;
  height: 280px;
  background-position: center;
  background-size: cover;
  position: relative;
  margin-right: 80px;
  margin-bottom: 80px;
}

.index-anli li:nth-child(2n) {
  margin-right: 0;
}

.index-anli li:nth-child(3),
.index-anli li:nth-child(4) {
  margin-bottom: 0;
}

.index-anli li a {
  display: block;
  width: 100%;
  height: 100%;
}

.index-anli li p {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  position: absolute;
  left: 30px;
  bottom: 29px;
}

.section5 {
  background-color: #fafafa;
}

.index-about .tit {
  float: left;
  width: 430px;
  padding: 5.21vh 0 0;
}

.index-about .tit h5 {
  color: #313840;
  font-size: 30px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.index-about .tit h6 {
  color: #313840;
  font-size: 63px;
  line-height: 80px;
  font-weight: bold;
  margin-bottom: 8.33vh;
}

.index-about .tit p {
  color: #595B5D;
  font-size: 18px;
  line-height: 27px;
  height: 81px;
  overflow: hidden;
  margin-bottom: 10.42vh;
}

.index-about .img {
  float: right;
  width: 640px;
  height: 640px;
  background-position: center;
  background-size: cover;
}

.section6 {
  height: 268px;
}

.footer {
  width: 100%;
  height: 268px;
}

.footer .top {
  width: 100%;
  height: 218px;
  background-color: #287ECB;
  padding: 25px 0 0;
}

.footer .widths {
  max-width: 1280px;
  margin: 0 auto;
}

.footer .txt {
  float: left;
}

.footer .txt p {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
}

.footer .txt p span {
  margin-right: 20px;
}

.footer .logo {
  float: left;
  margin-right: 2.76vw;
  margin-bottom: 88px;
}

.footer .logo img {
  display: block;
  height: 50px;
}

.footer ul {
  float: left;
}

.footer ul li {
  float: left;
  line-height: 50px;
  margin-left: 3.91vw;
}

.footer ul li a {
  color: #fff;
  font-size: 18px;
}

.footer .erweima {
  float: right;
  text-align: center;
}

.footer .erweima img {
  display: block;
  width: 128px;
  height: 128px;
  margin: 0 auto 10px;
}

.footer .erweima span {
  color: #fff;
  font-size: 16px;
}

.footer .bottom {
  width: 100%;
  background-color: #2369A8;
  text-align: center;
  height: 50px;
  line-height: 50px;
  font-size: 0;
}

.footer .bottom p {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 50px;
}

.footer .bottom p a {
  color: #fff;
}

.footer .sel {
  text-align: right;
  width: 150px;
  height: 30px;
  border: 1px solid #175FA1;
  background-color: #175FA1;
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.footer .sel p {
  float: left;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  width: 120px;
}

.footer .sel input {
  display: block;
  float: right;
  width: 28px;
  height: 28px;
  background-color: #2369A8;
  border: none;
  background-image: url(../images/icon_up.png);
  background-position: center;
  background-repeat: no-repeat;
}

.footer .sel input.active {
  background-color: #fff;
  background-image: url(../images/icon_up_sec.png);
}

.footer .sel .a {
  display: none;
  position: absolute;
  right: 0;
  bottom: 30px;
  z-index: 1;
  width: 130px;
  padding: 0 10px;
  background-color: #fff;
  text-align: center;
  overflow: hidden;
}

.footer .sel .a a {
  display: block;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  border-bottom: 1px solid #ddd;
}

.footer .sel .a a:hover {
  background-color: #fafafa;
  color: #287ECB;
}

.small-title,
.big-title,
.left-wen {
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.small-title {
  transform: translateY(-50px);
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  opacity: 0;
}

.big-title {
  transform: translateX(-200px);
  -webkit-transform: translateX(-200px);
  -moz-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  -o-transform: translateX(-200px);
  opacity: 0;
}

.left-wen {
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
}

.fp-completely .small-title,
.fp-completely .left-wen {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}

.fp-completely .big-title {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}

.zhanwei {
  height: 100px;
}

.inside-banner {
  width: 100%;
  height: 62.5vh;
  position: relative;
}

.inside-banner .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}

.inside-banner .txt {
  width: 1280px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  padding: 23.44vh 0 0;
}

.inside-banner .txt h5 {
  font: bold 90px/114px 'Microsoft YaHei UI';
}

.inside-banner .txt h5 span {
  position: relative;
}

.inside-banner .txt h5 span:after {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(../images/icon_tu2.png);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -60px;
}

.inside-banner .txt h6 {
  font: 500 30px/37px 'Helvetica Neue';
  text-transform: uppercase;
  margin-bottom: 40px;
}

.inside-banner .txt .p {
  font-weight: bold;
}

.inside-banner .txt p {
  width: 640px;
  font-size: 18px;
  line-height: 27px;
}

.width1280 {
  width: 1280px;
  margin: 0 auto;
}

.core {
  padding: 0 0 160px;
}

.core .item {
  float: left;
  padding: 90px 0 0;
  margin-right: 80px;
}

.core .item:nth-child(2n) {
  margin-right: 0;
}

.core .item .ti {
  position: relative;
  margin-bottom: 40px;
}

.core .item .ti h6 img {
  display: block;
  height: 74px;
}

.core .item .ti p {
  color: #2369A8;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 1;
}

.core .item .tu {
  float: left;
  width: 180px;
  height: 180px;
  line-height: 180px;
  text-align: center;
  font-size: 0;
  background-color: #fafafa;
  box-shadow: 20px 20px 0 #f3f3f3;
  margin-right: 30px;
}

.core .item .tu img {
  display: inline-block;
  vertical-align: middle;
  height: 100px;
}

.core .item .txt {
  float: left;
  width: 380px;
  height: 180px;
  background-color: #fafafa;
  box-shadow: 20px 20px 0 #f3f3f3;
  padding: 25px 0 0 25px;
}

.core .item .txt p {
  display: block;
  color: #595B5D;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 10px;
  background-image: url(../images/icon_tu.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 30px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.face-title {
  padding: 90px 0;
}

.face-title .ti {
  background: url(../images/icon_tu3.png) left center / auto 100% no-repeat;
  padding-left: 20px;
}

.face-title .ti h6 {
  color: #0D5AA0;
  font: bold 45px/57px 'Microsoft YaHei UI';
}

.face-title .ti p {
  color: #ddd;
  font: bold 30px/37px 'Helvetica Neue';
  text-transform: uppercase;
}

.face-core {
  width: 1480px;
  margin: 0 auto;
  padding: 0 85px 150px;
  position: relative;
}

.face-core .swiper-button-next,
.face-core .swiper-button-prev {
  outline: none;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 0px 15px #dddddd;
  margin-top: 0;
  top: 160px;
}

.face-core .swiper-button-next:after,
.face-core .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #2869CB;
}

.face-core .swiper-button-next {
  right: 0;
}

.face-core .swiper-button-prev {
  left: 0;
}

.face-core .swiper-button-next.swiper-button-disabled,
.face-core .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  color: #ddd;
}

.face-core .swiper-button-next.swiper-button-disabled:after,
.face-core .swiper-button-prev.swiper-button-disabled:after {
  color: #ddd;
}

.face-core .swiper-pagination {
  font-size: 0;
  bottom: 90px;
  text-align: center;
  left: 0;
  right: 0;
}

.face-core .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  outline: none;
  border-radius: 0 !important;
  margin: 0 5px;
  border: 2px solid #2369A8;
  background-color: #fff;
  opacity: 1;
}

.face-core .swiper-pagination-bullet-active {
  background-color: #2369A8;
}

.swiper-face {
  width: 100%;
  height: 400px;
  padding: 15px;
}

.swiper-face .swiper-slide {
  box-shadow: 0px 0px 15px #dddddd;
  border-radius: 6px;
  padding: 25px 20px;
}

.swiper-face .swiper-slide h6 {
  color: #313840;
  font: bold 24px/30px 'Microsoft YaHei UI';
  margin-bottom: 10px;
}

.swiper-face .swiper-slide .line {
  width: 24px;
  height: 3px;
  background-color: #313840;
  margin-bottom: 50px;
}

.swiper-face .swiper-slide img {
  display: block;
  height: 100px;
  margin: 0 auto 50px;
}

.swiper-face .swiper-slide p {
  color: #5D5D5D;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-indent: 2em;
}

.face-algor {
  width: 100%;
  background-image: url(../images/bg1.jpg);
  background-position: center;
  background-size: cover;
  padding: 0 0 40px;
}

.face-algor .face-title {
  padding: 90px 0 66px;
}

.face-algor .face-title .ti {
  background-image: url(../images/icon_tu4.png);
}

.face-algor .face-title .ti h6 {
  color: #fff;
}

.face-algor .face-title .ti p {
  color: #fff;
  opacity: 0.45;
}

.face-algor ul {
  width: 100%;
  padding-left: 20px;
}

.face-algor li {
  width: 610px;
  margin-bottom: 50px;
}

.face-algor li .img {
  float: left;
  width: 78px;
  height: 78px;
  background-color: #fff;
  line-height: 78px;
  text-align: center;
  margin-right: 20px;
}

.face-algor li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 50px;
  max-height: 50px;
}

.face-algor li h6 {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

.face-algor li h6 span {
  position: relative;
}

.face-algor li h6 span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(../images/icon_tu.png);
  background-position: center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  right: -20px;
}

.face-algor li p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}

.face-devel {
  padding: 0 0 120px;
}

.face-devel .item {
  float: left;
  width: 302px;
  height: 370px;
  margin-right: 24px;
  margin-bottom: 40px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #f3f3f3;
  border-radius: 6px;
  padding: 25px 20px;
}

.face-devel .item:nth-child(4n) {
  margin-right: 0;
}

.face-devel .item h6 {
  color: #313840;
  font: bold 24px/30px 'Microsoft YaHei UI';
  margin-bottom: 10px;
}

.face-devel .item .line {
  width: 24px;
  height: 3px;
  background-color: #313840;
  margin-bottom: 50px;
}

.face-devel .item img {
  display: block;
  height: 100px;
  margin: 0 auto 50px;
}

.face-devel .item p {
  color: #5D5D5D;
  font-size: 16px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  text-indent: 2em;
}

.obox {
  padding: 90px 0 100px;
}

.solution {
  background-color: #fafafa;
  padding: 0 40px;
}

.solution .search {
  padding: 50px 0 40px;
}

.solution .search h6 {
  float: left;
  color: #287ECB;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
}

.solution .search .inp {
  float: right;
}

.solution .search .inp input {
  display: block;
  height: 50px;
}

.solution .search .inp input[type=text] {
  float: left;
  width: 686px;
  border: 1px solid #dddddd;
  border-radius: 1px 0px 0px 1px;
  text-align: center;
  color: #333;
  font-size: 16px;
}

.solution .search .inp input[type=text]::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}

.solution .search .inp .btn {
  float: right;
  width: 180px;
  background-color: #287ECB;
  border: none;
  color: #fff;
  font-size: 20px;
}

.solution .items {
  width: 100%;
}

.solution .item {
  float: left;
  width: 48%;
  height: 423px;
  background-color: #fff;
  margin-right: 4%;
  margin-bottom: 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.solution .item:nth-child(2n) {
  margin-right: 0;
}

.solution .item a {
  display: block;
  width: 100%;
  height: 100%;
}

.solution .item .bo {
  width: 100%;
  height: 100%;
  padding: 30px 30px 0;
}

.solution .item .img {
  width: 100%;
  height: 288px;
  background-position: center;
  background-size: cover;
  margin-bottom: 15px;
  border-radius: 3px;
}

.solution .item h6 {
  color: #595B5D;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.solution .item .time {
  float: left;
  color: #888888;
  font-size: 16px;
  line-height: 20px;
}

.solution .item .de {
  float: right;
  color: #287ECB;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.solution .item .de img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.solution .item:hover {
  box-shadow: 0px 0px 15px #dddddd;
}

.solution .item:hover h6 {
  color: #287ECB;
}

.solution .item:hover .de {
  opacity: 1;
}

/*.page {*/
/*padding: 5px 0 50px;*/
/*text-align: center;*/
/*font-size: 0;*/
/*}*/
/*.page a,*/
/*.page strong,*/
/*.page span {*/
/*display: inline-block;*/
/*vertical-align: top;*/
/*padding: 0 9px;*/
/*height: 30px;*/
/*line-height: 30px;*/
/*color: #888;*/
/*font-size: 16px;*/
/*margin: 0 6px;*/
/*}*/
/*.page strong {*/
/*color: #fff;*/
/*background-color: #287ECB;*/
/*font-weight: bold;*/
/*}*/
/*.page .y {*/
/*color: #287ECB;*/
/*}*/
.pagination {
  padding: 5px 0 50px;
  text-align: center;
  font-size: 0;
}

.pagination li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}

.pagination li a,
.pagination li span {
  display: block;
  padding: 0 9px;
  height: 30px;
  line-height: 30px;
  color: #888;
  font-size: 16px;
}

.pagination li.active span {
  display: block;
  color: #fff;
  padding: 0 9px;
  height: 30px;
  font-size: 16px;
  line-height: 30px;
  background-color: #287ECB;
  font-weight: bold;
}

.intro-banner .swiper-pagination {
  font-size: 0;
  bottom: 30px;
  left: 0;
  right: 0;
  z-index: 2;
}

.intro-banner .swiper-pagination-bullet {
  width: 12px;
  height: 8px;
  background-color: #fff !important;
  opacity: 0.6;
  outline: none;
  margin: 0 6px;
  border-radius: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.intro-banner .swiper-pagination-bullet-active {
  width: 20px;
  opacity: 1;
}

.swiper-intro {
  width: 100%;
  height: 100%;
}

.swiper-intro .swiper-slide {
  background-position: center;
  background-size: cover;
}

.intro-jianjie {
  width: 100%;
}

.intro-jianjie .txt {
  float: left;
  width: 46.88%;
  padding: 0 0 48px;
  position: relative;
}

.intro-jianjie .txt .con {
  height: 336px;
  overflow: hidden;
}

.intro-jianjie .txt p {
  color: #595B5D;
  font-size: 16px;
  line-height: 24px;
}

.intro-jianjie .txt .show {
  cursor: pointer;
  display: inline-block;
  color: #287ECB;
  font-size: 14px;
  line-height: 18px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.intro-jianjie .txt .show img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.intro-jianjie .txt.active .con {
  height: auto;
}

.intro-jianjie .txt.active .show img {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
}

.swiper-jianjie {
  float: right;
  width: 50%;
}

.swiper-jianjie .swiper-slide img {
  display: block;
  width: 100%;
}

.intro-core {
  width: 100%;
}

.intro-core .item {
  float: left;
  width: 48.4%;
  height: 138px;
  margin-right: 3.2%;
  margin-bottom: 11px;
  background-color: #fff;
  padding: 0 70px;
  border: 1px solid #dddddd;
  background-image: url(../images/icon_tu.png);
  background-position: 40px 25px;
  background-repeat: no-repeat;
}

.intro-core .item:nth-child(2n) {
  margin-right: 0%;
}

.intro-core .item h6 {
  color: #287ECB;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  padding: 20px 0;
}

.intro-core .item p {
  color: #5D5D5D;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  height: 48px;
}

.intro-honor {
  width: 100%;
  position: relative;
}

.intro-honor .swiper-button-next,
.intro-honor .swiper-button-prev {
  width: 50px;
  height: 50px;
  box-shadow: 0px 0px 15px #dddddd;
  margin-top: 0;
  opacity: 1;
  border-radius: 50%;
  outline: none;
}

.intro-honor .swiper-button-next:after,
.intro-honor .swiper-button-prev:after {
  font-size: 20px;
  font-weight: bold;
  color: #2869CB;
}

.intro-honor .swiper-button-next.swiper-button-disabled:after,
.intro-honor .swiper-button-prev.swiper-button-disabled:after {
  color: #ddd;
}

.intro-honor .swiper-button-next {
  right: -100px;
}

.intro-honor .swiper-button-prev {
  left: -100px;
}

.swiper-honor {
  width: 100%;
  height: 490px;
  padding: 15px 0;
  position: relative;
}

.swiper-honor .swiper-slide {
  height: 210px;
  overflow: hidden;
  text-align: center;
  background-color: #fafafa;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-honor .swiper-slide .img {
  width: 100%;
  height: 170px;
  line-height: 170px;
  background-color: #ddd;
  text-align: center;
  font-size: 0;
}

.swiper-honor .swiper-slide .img img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.swiper-honor .swiper-slide p {
  color: #313840;
  font-size: 18px;
  line-height: 40px;
}

.swiper-honor .swiper-slide:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px #dddddd;
}
.intro-history-bg {
  width: 100%;
  background-position: center;
  background-size: cover;
  padding: 60px 0;
}
.intro-history {
  width: 100%;
  position: relative;
  padding: 50px 0;
}

.intro-history .bos {
  overflow: hidden;
  position: relative;
}

.intro-history .bos .line {
  width: 1px;
  height: 100%;
  background-color: #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 128px;
}

.intro-history .swiper-button-next,
.intro-history .swiper-button-prev {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #fafafa;
  margin-top: 0;
  opacity: 1;
  outline: none;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.intro-history .swiper-button-next:after,
.intro-history .swiper-button-prev:after {
  color: #2869CB;
  font-size: 14px;
  font-weight: bold;
}

.intro-history .swiper-button-prev {
  top: 0;
  left: 113px;
}

.intro-history .swiper-button-next {
  top: auto;
  right: auto;
  bottom: 0;
  left: 113px;
}

.intro-history .swiper-button-next.swiper-button-disabled:after,
.intro-history .swiper-button-prev.swiper-button-disabled:after {
  color: #ddd;
}

.swiper-history {
  width: 100%;
  height: 320px;
  padding: 30px 0;
}

.swiper-history .swiper-slide {
  height: 60px;
  padding: 10px 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide .year {
  float: left;
  width: 93px;
  height: 40;
  text-align: right;
  color: #888;
  font-size: 18px;
  line-height: 40px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide .k {
  float: left;
  width: 75px;
  height: 40px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide .k .cir {
  width: 10px;
  height: 10px;
  background-color: #287ECB;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide .p {
  float: left;
  padding: 0 20px;
  background-color: #ddd;
  height: 40px;
  color: #595B5D;
  font-size: 16px;
  line-height: 40px;
  margin-left: 20px;
  position: relative;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide .p:after {
  content: "";
  display: block;
  width: 0;
  height: 0px;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #ddd;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.swiper-history .swiper-slide:hover {
  height: 90px;
  padding: 15px 0;
}

.swiper-history .swiper-slide:hover .year {
  height: 60px;
  line-height: 60px;
  color: #287ECB;
  font-size: 24px;
  font-weight: bold;
}

.swiper-history .swiper-slide:hover .k {
  height: 60px;
}

.swiper-history .swiper-slide:hover .k .cir {
  width: 20px;
  height: 20px;
  left: 25px;
}

.swiper-history .swiper-slide:hover .p {
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  margin-left: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 15px #dddddd;
}

.swiper-history .swiper-slide:hover .p:after {
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  left: -30px;
}

.intro-contact {
  width: 100%;
  padding: 0 0 135px;
}

.intro-contact .map {
  float: left;
  width: 50%;
  height: 280px;
}

.intro-contact .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 100%;
}

.intro-contact .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.intro-contact .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}

.intro-contact .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}

.intro-contact .map .amap-container {
  height: 100%;
}

.intro-contact .lian {
  float: right;
  width: 46.88%;
  height: 280px;
  background-image: url(../images/bg2.png);
  background-position: center;
  background-size: 100% 100%;
  padding: 76px 40px 0;
}

.intro-contact .lian .txt {
  float: left;
  width: 75%;
}

.intro-contact .lian .txt img {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.intro-contact .lian .txt h6 {
  color: #287ECB;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 30px;
}

.intro-contact .lian .txt p {
  color: #595B5D;
  font-size: 15px;
  line-height: 2;
}

.intro-contact .lian .erweima {
  float: right;
  width: 128px;
  height: 128px;
}

.intro-contact .lian .erweima img {
  display: block;
  width: 100%;
  height: 100%;
}

.news-list {
  width: 100%;
}

.news-list .li {
  width: 100%;
  background-color: #fff;
  margin-bottom: 40px;
}

.news-list .li .bo {
  padding: 30px;
}

.news-list .li .img {
  float: left;
  width: 41.67%;
  height: 288px;
  border-radius: 3px;
  background-position: center;
  background-size: cover;
}

.news-list .li .txt {
  float: right;
  width: 50%;
}

.news-list .li .txt h6 {
  color: #595B5D;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.news-list .li .txt .time {
  float: left;
  color: #888888;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}

.news-list .li .txt .de {
  float: right;
  color: #287ECB;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 40px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.news-list .li .txt .de img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.news-list .li .cons {
  width: 100%;
  height: 188px;
  background-color: #fafafa;
  padding: 23px;
}

.news-list .li .cons .con {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.news-list .li .cons .con p {
  color: #595B5D;
  font-size: 16px;
  line-height: 24px;
}

.news-list .li:hover {
  box-shadow: 0px 0px 15px #dddddd;
}

.news-list .li:hover .txt h6 {
  color: #287ECB;
}

.news-list .li:hover .txt .de {
  opacity: 1;
}

.detail {
  padding: 50px 40px;
  background-color: #fafafa;
}

.detail-content {
  float: left;
  width: 790px;
  background-color: #fff;
  padding: 50px 15px;
}

.detail-content h5 {
  color: #287ECB;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.detail-content .time {
  color: #888;
  font-size: 20px;
  line-height: 25px;
}

.detail-content .con {
  padding: 0 0 40px;
  border-bottom: 1px solid #ddd;
}

.detail-content .con p {
  color: #595B5D;
  font-size: 16px;
  line-height: 24px;
}

.detail-content .con p img {
  max-width: 100%;
}

.detail-content .prev-next {
  width: 100%;
  padding: 40px 0 0;
}

.detail-content .prev-next .f {
  width: 40%;
}

.detail-content .prev-next p {
  color: #595B5D;
  font-size: 16px;
  line-height: 20px;
}

.detail-content .prev-next a {
  display: block;
  width: 100%;
  color: #888;
  font-size: 18px;
  line-height: 23px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-content .prev-next a:hover {
  color: #287ECB;
}

.detail-tuijian {
  float: right;
  width: 380px;
}

.detail-tuijian h4 {
  color: #595B5D;
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  margin-bottom: 12px;
}

.detail-tuijian .inp {
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}

.detail-tuijian .inp input {
  display: block;
  border: none;
}

.detail-tuijian .inp input[type=text] {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 0 45px 0 20px;
  color: #333;
  font-size: 16px;
}

.detail-tuijian .inp input[type=text]::-webkit-input-placeholder {
  color: #888;
  font-size: 16px;
}

.detail-tuijian .inp .btn {
  width: 16px;
  height: 16px;
  background-color: transparent;
  position: absolute;
  top: 12px;
  right: 20px;
  background-image: url(../images/icon_search2.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.detail-tuijian ul {
  width: 100%;
}

.detail-tuijian li {
  width: 100%;
  margin-bottom: 30px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.detail-tuijian li .img {
  width: 128px;
  height: 80px;
  float: left;
  background-position: center;
  background-size: cover;
}

.detail-tuijian li .txt {
  float: right;
  width: 237px;
  padding: 15px 0 0;
}

.detail-tuijian li .txt h6 {
  color: #595B5D;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detail-tuijian li .txt .time {
  float: left;
  color: #888;
  font-size: 16px;
  line-height: 20px;
}

.detail-tuijian li .txt .de {
  float: right;
  color: #287ECB;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.detail-tuijian li .txt .de img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}

.detail-tuijian li:hover {
  background-color: #fff;
  box-shadow: 0px 0px 15px #dddddd;
}

.detail-tuijian li:hover .txt h6 {
  color: #287ECB;
}

.detail-tuijian li:hover .txt .de {
  opacity: 1;
}

@media screen and (max-width: 1500px) {
  .face-core {
    width: 1280px;
    padding: 0 65px 150px;
  }
}

@media screen and (max-width: 1366px) {
  .head {
    max-width: 1200px;
  }

  .nav .layui-nav .layui-nav-item {
    margin: 0 20px;
  }

  .index-hexin {
    width: 1200px;
  }
  .swiper-banner .swiper-slide h4 {
    font-size: 48px;
    line-height: 1.5;
  }
  .index-hexin .txt h5 {
    font-size: 40px;
    line-height: 1.3;
  }

  .index-hexin .txt p {
    font-size: 16px;
  }

  .pnt-product .swiper-pagination-bullet-active {
    font-size: 40px;
    line-height: 1.3;
  }
  .section3 .txt {
    top: 40%;
  }
  .index-anli .tit h5 {
    font-size: 24px;
  }
  .index-anli .tit h6 {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 22vh;
  }

  .index-anli li {
    width: 48%;
    margin-right: 4%;
    height: 240px;
    margin-bottom: 60px;
  }

  .index-about .tit h6 {
    font-size: 40px;
    line-height: 1.3;
  }

  .index-anli .tit {
    width: 580px;
    height: 540px;
  }
  .index-anli li p {
    font-size: 20px;
  }
  .inside-banner .txt {
    width: 1200px;
  }

  .width1280 {
    width: 1200px;
  }

  .face-core {
    width: 1280px;
  }

  .swiper-face .swiper-slide p {
    font-size: 14px;
  }

  .face-devel .item {
    width: 282px;
  }

  .face-devel .item p {
    font-size: 14px;
  }

  .footer .widths {
    width: 1200px;
  }

  .core .item {
    margin-right: 40px;
  }

  .core .item .tu {
    width: 170px;
    height: 170px;
    line-height: 170px;
  }

  .core .item .txt {
    height: 170px;
  }

  .detail {
    padding: 50px 20px;
  }

  .detail-content {
    width: 740px;
  }
  .inside-banner .txt h5 {
    font-size: 60px;
    line-height: 1.3;
  }
  .inside-banner .txt p {
    font-size: 16px;
  }
  .intro-contact .lian {
    padding: 75px 20px 0;
  }
}

@media screen and (max-width: 1280px) {
  .width1280 {
    width: 960px;
  }

  .head {
    width: 960px;
  }

  .nav .layui-nav .layui-nav-item {
    margin: 0;
  }

  .swiper-banner .swiper-slide .txt {
    max-width: 960px;
  }

  .swiper-banner .swiper-slide h4 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 3vh;
  }

  .swiper-banner .swiper-slide h5 {
    font-size: 16px;
    line-height: 1.3;
  }

  .index-hexin {
    width: 960px;
  }

  .index-hexin ul {
    width: 540px;
  }

  .index-hexin ul li {
    width: 160px;
    height: 160px;
  }

  .index-hexin ul li a {
    padding: 15px 20px;
  }

  .index-hexin ul li h6 {
    font-size: 15px;
  }

  .index-hexin ul li img {
    max-width: 60px;
  }

  .index-hexin .txt h6 {
    font-size: 20px;
  }

  .index-hexin .txt h5 {
    font-size: 32px;
    margin-bottom: 5vh;
  }

  .index-hexin .txt p {
    font-size: 14px;
    margin-bottom: 7vh;
  }

  .swiper-product .swiper-slide .box {
    width: 960px;
  }

  .swiper-product .swiper-slide .tx {
    width: 400px;
    padding: 30vh 0 0;
  }

  .swiper-product .swiper-slide .img {
    width: 500px;
    height: 500px;
  }

  .section3 .txt h4,
  .index-about .tit h5 {
    font-size: 20px;
  }

  .pnt-product .swiper-pagination-bullet-active {
    font-size: 32px;
  }

  .swiper-product .swiper-slide p {
    font-size: 14px;
  }

  .swiper-product .swiper-slide .p {
    margin-bottom: 6vh;
  }

  .index-anli .tit {
    width: 440px;
    height: 440px;
    padding: 4vh;
  }

  .index-anli .tit h5 {
    font-size: 20px;
  }

  .index-anli .tit h6 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 12vh;
  }

  .index-anli .tit p {
    font-size: 15px;
  }

  .index-anli ul {
    width: 460px;
  }

  .index-anli li {
    margin-right: 30px;
    width: 210px;
    height: 210px;
    margin-bottom: 20px;
  }

  .index-anli li p {
    font-size: 16px;
  }

  .index-about .img {
    width: 480px;
    height: 480px;
  }

  .index-about .tit h6 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 6vh;
  }

  .index-about .tit p {
    font-size: 15px;
  }

  .footer .widths {
    max-width: 960px;
  }

  .footer ul li a {
    font-size: 15px;
  }

  .face-core {
    width: 960px;
    padding: 0 0 150px;
  }

  .face-core .swiper-button-next,
  .face-core .swiper-button-prev {
    display: none;
  }

  .inside-banner .txt {
    width: 960px;
  }

  .inside-banner .txt h5 {
    font-size: 70px;
  }

  .solution .search .inp input[type=text] {
    width: 500px;
  }

  .solution .search .inp .btn {
    width: 140px;
  }

  .core .item .tu {
    width: 130px;
  }

  .core .item .txt {
    width: 300px;
  }

  .core .item .txt a {
    font-size: 14px;
    line-height: 1;
  }

  .detail-content {
    width: 65%;
  }

  .detail-tuijian {
    width: 32%;
  }
	.detail-tuijian  li  .img {
	width: 25%;
	height: 60px;
  }
  .detail-tuijian  li  .txt {
	width: 70%;
	padding: 5px 0 0;
  }
  .detail-tuijian  li  .txt h6 {
	font-size: 16px;
	font-weight: normal;
  }
  .intro-contact .lian {
    width: 48%;
  }
  .intro-contact .lian .txt h6 {
    font-size: 20px;
  }
  .intro-contact .lian .txt p {
    font-size: 14px;
  }
  .intro-contact .lian .txt {
    width: 69%;
  }
  .core .item .txt p {
    font-size: 14px;
  }
  .core .item .ti p {
    font-size: 24px;
  }
}

.wap-header {
  display: none;
}

@media screen and (max-width: 980px) {
  .solution .search h6 {
    font-size: 20px;
  }

  .solution {
    padding: 0 20px;
  }

  .solution .search .inp input[type=text] {
    width: 400px;
  }

  .header {
    display: none;
  }

  .wap-header {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    padding: 0 20px;
  }

  .wap-header .er {
    width: 100%;
    display: flex;
    -webkit-display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }

  .wap-header .logo {
    height: 80px;
    line-height: 80px;
  }

  .wap-header .logo img {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
  }

  .wap-header .menu {
    height: 80px;
    line-height: 80px;
    font-size: 0;
    cursor: pointer;
  }

  .wap-header .menu .bars {
    display: inline-block;
    vertical-align: middle;
  }

  .wap-header .menu .bars .ba {
    width: 50px;
    height: 6px;
    background-color: #2869CB;
    margin: 10px 0;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
  }

  .wap-header .menu-active .bars .ba:nth-child(1) {
    transform: translateY(16px) rotateZ(-45deg);
  }

  .wap-header .menu-active .bars .ba:nth-child(2) {
    opacity: 0;
  }

  .wap-header .menu-active .bars .ba:nth-child(3) {
    transform: translateY(-16px) rotateZ(45deg);
  }

  .wap-header .menu-list {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 20px;
  }

  .wap-header .menu-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .wap-header .menu-list li:last-child {
    border-bottom: none;
  }

  .wap-header .menu-list li>a {
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 54px;
  }

  .wap-header .menu-list dl {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 20px;
  }

  .wap-header .menu-list dl dd {
    line-height: 60px;
  }

  .wap-header .menu-list dl a {
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 60px;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  }

  .wap-header .menu-list dd:last-child a {
    border-bottom: none;
  }

  .swiper-banner .swiper-slide .txt {
    max-width: 700px;
  }

  .index-hexin {
    width: 750px;
  }

  .index-hexin .txt {
    max-width: 300px;
  }

  .index-hexin .txt h5 {
    font-size: 30px;
    margin-bottom: 2vh;
  }

  .index-hexin .txt p {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 4vh;
  }

  .index-hexin ul {
    width: 400px;
  }

  .swiper-product .swiper-slide .box {
    width: 750px;
  }

  .section3 .txt,
  .swiper-product .swiper-slide .tx {
    width: 340px;
  }

  .swiper-product .swiper-slide .tx {
    padding: 22vh 0 0;
  }

  .swiper-product .swiper-slide .img {
    width: 380px;
    height: 380px;
  }

  .width1280 {
    width: 750px;
  }

  .index-anli .tit {
    float: none;
    width: 100%;
    height: 300px;
    padding: 10px 20px;
    margin-bottom: 20px;
  }

  .index-anli .tit h6 {
    margin-bottom: 40px;
  }

  .index-anli .tit p {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    margin-bottom: 4vh;
  }

  .index-anli ul {
    float: none;
    width: 100%;
  }

  .index-anli li {
    margin: 0 10px !important;
  }

  .index-anli li {
    width: 167px;
  }

  .index-about .tit {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .index-about .tit h6 {
    margin-bottom: 40px;
  }

  .index-about .tit p {
    line-height: 20px;
    height: 40px;
    margin-bottom: 50px;
  }

  .index-about .img {
    float: none;
    width: 100%;
    height: 420px;
  }

  .footer .widths {
    width: 750px;
  }

  .footer .logo {
    margin: 0;
    float: none;
  }

  .footer ul {
    float: none;
    overflow: hidden;
  }

  .footer ul li {
    margin-left: 0;
    margin-right: 20px;
  }

  .footer .txt p span {
    display: block;
  }

  .footer {
    height: 280px;
  }

  .footer .bottom {
    height: 62px;
  }

  .footer .bottom p {
    width: 58%;
    line-height: 30px;
  }

  .zhanwei {
    height: 80px;
  }

  .face-core {
    width: 750px;
  }

  .face-devel .item:nth-child(2n) {
    margin-right: 0;
  }

  .face-devel .item {
    width: 363px;
  }

  .inside-banner .txt {
    width: 750px;
  }

  .intro-jianjie .img,
  .intro-contact .map {
    margin-bottom: 30px;
  }

  .intro-jianjie .img,
  .intro-jianjie .txt,
  .intro-contact .map,
  .intro-contact .lian {
    float: none;
    width: 100%;
  }

  .intro-core .item {
    width: 49%;
    margin-right: 2%;
    padding: 0 20px;
    background-position: 0px 25px;
  }
  .intro-honor .swiper-button-prev {
    left: -60px;
  }
  .intro-honor .swiper-button-next {
    right: -60px
  }
  .core .item {
    width: 100%;
    padding: 50px 0 0;
    margin-right: 0;
  }

  .core .item .ti {
    margin-bottom: 20px;
  }

  .core .item .bos {
    width: 100%;
  }

  .core .item .tu {
    width: 24%;
    margin-right: 5%;
  }

  .core .item .txt {
    width: 68%;
  }

  .news-list .li .cons .con {
    font-size: 14px;
    line-height: 1.5;
  }
	.detail-content {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }

  .detail-tuijian {
    width: 100%;
    float: none;
  }
  .detail-tuijian li {
    float: left;
    width: 49%;
    margin-right: 2%;
  }

  .detail-tuijian li:nth-child(2n) {
    margin-right: 0;
  }
  .detail-content h5 {
    font-size: 20px;
  }

  .detail-content .time {
    font-size: 16px;
  }

  .detail-content .con p {
    font-size: 14px;
  }

  .detail-content .prev-next a {
    font-size: 15px;
  }

  .detail-tuijian li {
    float: none;
    width: 100%;
    margin-right: 0 !important;
  }

  .detail-tuijian li .img {
    width: 30%;
  }

  .detail-tuijian li .txt {
    width: 65%;
  }
}

@media screen and (max-width: 750px) {
  .wap-header {
    padding: 0 0.2rem;
  }

  .wap-header .logo {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .wap-header .logo img {
    height: 0.7rem;
  }

  .wap-header .menu {
    height: 1.2rem;
    line-height: 1.2rem;
  }

  .wap-header .menu .bars .ba {
    width: 0.6rem;
    height: 0.08rem;
    margin: 0.1rem 0;
  }

  .wap-header .menu-active .bars .ba:nth-child(1) {
    transform: translateY(0.18rem) rotateZ(-45deg);
  }

  .wap-header .menu-active .bars .ba:nth-child(3) {
    transform: translateY(-0.18rem) rotateZ(45deg);
  }

  .wap-header .menu-list {
    top: 1.2rem;
  }

  .wap-header .menu-list li>a {
    line-height: 0.9rem;
    font-size: .32rem;
  }

  .wap-header .menu-list dl a {
    line-height: 0.8rem;
    font-size: .28rem;
  }

  .swiper-banner .swiper-slide .txt {
    max-width: 7rem;
  }

  .swiper-banner .swiper-slide h4 {
    font-size: 0.4rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.9rem;
    margin-bottom: 1rem;
  }
  .index-hexin .txt h6 {
    text-align: center;
  }
  .index-hexin .txt h5 {
    text-align: center;
    font-size: .48rem;
  }
  .index-hexin .txt p {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .6rem;
    text-align: center;
  }
  .swiper-banner .swiper-slide h5 {
    font-size: 0.3rem;
    line-height: 1.7;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.6rem;
  }
  .more, 
  .more1 {
    margin: 0 auto;
  }
  .index-hexin {
    width: 7.1rem;
  }

  .index-hexin .txt {
    max-width: 100%;
    float: none;
    padding: 0;
    margin-bottom: 0.2rem;
  }

  .index-hexin ul {
    width: 100%;
    float: none;
    overflow: hidden;
    font-size: 0;
    text-align: center;
    padding: .7rem 0 0;
  }

  .index-hexin ul li {
    width: 2rem;
    height: 2.2rem;
    margin: 0 0.1rem 0.2rem;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .index-hexin ul li a {
    padding: 0.2rem;
  }

  .index-hexin ul li .line {
    margin-bottom: 0.2rem;
  }

  .index-hexin ul li img {
    max-width: 0.8rem;
  }

  .index-hexin ul li h6 {
    font-size: 0.2rem;
    line-height: 1.2;
  }

  .section3 .txt {
    width: 100%;
    top: 10%;
    left: 0.2rem;
  }

  .pnt-product {
    margin-bottom: 0;
  }

  .section3 .txt h4,
  .index-about .tit h5 {
    font-size: 20px;
    text-align: center;
  }

  .pnt-product .swiper-pagination-bullet-active {
    font-size: 0.4rem;
    line-height: 1.2;
  }

  .swiper-product .swiper-slide .box {
    width: 7rem;
    margin: 0 auto;
  }

  .swiper-product .swiper-slide p {
    font-size: 0.24rem;
    line-height: 1.6;
  }

  .swiper-product .swiper-slide .p {
    margin-bottom: 0.2rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .6rem;
  }
  .fp-completely .big-title {
    display: flex;
    -webkit-display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
  }
  .pnt-product .swiper-pagination-bullet {
    padding-left: 0;
    border-left: none;
  }
  .section3 .txt,
  .swiper-product .swiper-slide .tx {
    float: none;
    width: 100%;
    margin-bottom: 0.2rem;
    padding: 3rem 0 0;
  }

  .swiper-product .swiper-slide .img {
    width: 100%;
    height: 4.2rem;
    float: none;
  }

  .index-anli {
    width: 7rem;
  }

  .index-anli .tit {
    padding: 0.2rem;
    height: 4.2rem;
  }

  .index-anli .tit h5 {
    line-height: 1.3;
    font-size: 20px;
    text-align: center;
    margin-bottom: 0.2rem;
  }

  .index-anli .tit h6 {
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
  }

  .index-anli .tit p {
    font-size: 0.24rem;
    line-height: 0.35rem;
    height: 0.7rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .6rem;
  }

  .index-anli ul {
    overflow: hidden;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .2rem;
  }

  .index-anli li {
    width: 48%;
    height: 2.4rem;
    margin-right: 4%;
    margin: 0 1% 0.1rem !important;
  }

  .index-anli li p {
    left: 0.2rem;
    bottom: 0.3rem;
  }

  .index-about {
    width: 7.1rem;
  }

  .index-about .tit h5 {
    font-size: 20px;
    line-height: 1.3;
  }

  .index-about .tit h6 {
    font-size: 0.48rem;
    margin-bottom: 0.4rem;
  }

  .index-about .tit p {
    font-size: 0.24rem;
    line-height: 0.4rem;
    height: 0.8rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .6rem;
  }

  .index-about .img {
    height: 4.9rem;
  }

  .footer {
    height: 8.6rem;
  }

  .footer .widths {
    width: 7.1rem;
  }

  .footer .top {
    height: 6.2rem;
  }

  .footer .logo {
    margin-bottom: 0.2rem;
  }

  .footer .logo img {
    height: 0.6rem;
  }

  .footer ul {
    display: none;
  }

  .footer .txt p {
    font-size: 0.26rem;
    line-height: 1.5;
  }

  .footer .txt,
  .footer .erweima {
    float: none;
  }

  .footer .erweima {
    padding: 0.3rem 0 0;
  }

  .footer .bottom {
    height: 2.4rem;
  }

  .footer .bottom p {
    width: 100%;
    float: none;
    font-size: 0.2rem;
    line-height: 1.5;
    padding: 0.2rem 0;
  }

  .footer .sel p {
    width: 120px;
    padding: 0;
    line-height: 28px;
    float: left;
  }

  .width1280 {
    width: 100%;
  }

  .zhanwei {
    height: 1.2rem;
  }

  .inside-banner {
    height: 5.6rem;
  }

  .inside-banner .txt {
    width: 7.1rem;
    padding: 0.9rem 0 0;
  }

  .inside-banner .txt h5 {
    font-size: 0.48rem;
    line-height: 1.3;
    text-align: center;
  }

  .inside-banner .txt h5 span:after {
    width: 0.3rem;
    height: 0.3rem;
    right: -0.3rem;
  }

  .inside-banner .txt h6 {
    font-size: 0.3rem;
    line-height: 1.3;
    margin-bottom: 0.4rem;
    text-align: center;
  }

  .inside-banner .txt p {
    width: 100%;
    font-size: 0.3rem;
    line-height: 1.5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 .6rem;
    text-align: center;
  }

  .inside-banner .txt .p {
    font-size: .32rem;
  }

  .swiper-face .swiper-slide p {
    font-size: 14px;
    line-height: 1.5;
  }

  .face-title {
    padding: 0.9rem 0;
  }

  .face-title .ti {
    padding-left: 0.2rem;
  }

  .face-title .ti h6 {
    font-size: 0.48rem;
    line-height: 1.3;
    text-align: center;
  }

  .face-title .ti p {
    font-size: 0.3rem;
    line-height: 1.3;
    text-align: center;
  }
  .swiper-face .swiper-slide h6 {
    font-size: 20px;
  }
  .face-core {
    width: 100%;
    padding: 0 0 100px;
  }

  .swiper-face {
    padding: 0.3rem 0.2rem;
  }

  .swiper-face .swiper-slide {
    box-shadow: 0 0 0.2rem #ddd;
  }

  .face-algor .face-title {
    padding: 0.9rem 0 0.66rem;
  }

  .face-algor ul {
    padding: 0 0.2rem;
  }

  .face-algor li {
    width: 100%;
    margin-bottom: 0.5rem;
  }

  .face-algor li .img {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
    margin-right: 0.2rem;
  }

  .face-algor li .img img {
    max-width: 0.5rem;
    max-height: 0.5rem;
  }

  .face-algor li h6 {
    font-size: 18px;
    line-height: 1.2;
  }

  .face-algor li h6 span:after {
    width: 0.3rem;
    height: 0.3rem;
    right: -0.3rem;
  }

  .face-algor li p {
    font-size: 14px;
    line-height: 1.5;
    height: auto;
  }

  .face-devel {
    padding: 0 0.2rem 1.2rem;
  }

  .face-devel .item {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.4rem;
    padding: 0.25rem 0.2rem;
  }

  .face-devel .item h6 {
    font-size: 18px;
    line-height: 1.3;
  }

  .face-devel .item .line {
    margin-bottom: 0.5rem;
  }

  .face-devel .item img {
    height: 1rem;
    margin-bottom: 0.5rem;
  }

  .face-devel .item p {
    font-size: 14px;
    line-height: 1.5;
    height: auto;
  }

  .intro-jianjie,
  .intro-core,
  .intro-honor {
    padding: 0 0.2rem;
  }

  .intro-jianjie .txt .con {
    height: 3.8rem;
  }

  .intro-jianjie .txt p {
    font-size: 14px;
    line-height: 2;
  }
  .intro-core .item {
    width: 100%;
    height: auto;
    margin-right: 0 !important;
    padding: 0 .2rem .2rem .4rem;
    background-position: 0px 0.3rem;
  }

  .intro-core .item h6 {
    font-size: 0.36rem;
    padding: .2rem 0;
  }

  .intro-core .item p {
    font-size: 14px;
    line-height: 1.5;
    height: auto;
  }

  .swiper-honor .swiper-slide p {
    font-size: 0.28rem;
  }

  .swiper-honor .swiper-slide .img img {
    max-width: 80%;
    max-height: 80%;
  }
   .intro-honor .swiper-button-next,
  .intro-honor .swiper-button-prev {
    display: none;
  }
  .intro-history {
    padding: 50px 0.2rem;
  }

  .intro-history .bos .line {
    left: 1.39rem;
  }

  .swiper-history .swiper-slide .year {
    width: 1rem;
    font-size: 0.3rem;
  }

  .swiper-history .swiper-slide .k {
    width: 0.7rem;
  }

  .swiper-history .swiper-slide .k .cir {
    left: 0.3rem;
  }

  .swiper-history .swiper-slide .p {
    width: 4.6rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.35rem;
    padding: 0.2rem 0.2rem;
  }

  .swiper-history .swiper-slide:hover {
    height: auto;
    padding: 10px 0;
  }

  .swiper-history .swiper-slide:hover .year {
    width: 1rem;
    height: 40px;
    font-size: 0.3rem;
    line-height: 40px;
    font-weight: normal;
  }

  .swiper-history .swiper-slide:hover .k {
    width: 0.7rem;
    height: 40px;
  }

  .swiper-history .swiper-slide:hover .k .cir {
    left: 0.3rem;
    width: 10px;
    height: 10px;
  }

  .swiper-history .swiper-slide:hover .p {
    width: 4.6rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.35rem;
    padding: 0.2rem 0.2rem;
    margin-left: 20px;
    background-color: #fafafa;
    box-shadow: none;
  }

  .swiper-history .swiper-slide:hover .p:after {
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #fafafa;
    left: -20px;
  }
  .swiper-history {
    height: 5rem;
  }
  /* .intro-history .swiper-button-next,
  .intro-history .swiper-button-prev {
    display: none;
  } */

  .swiper-history .swiper-wrapper {
    display: block;
  }

  .swiper-history .swiper-slide {
    height: auto;
  }

  .intro-contact {
    padding: 0 0.2rem 1.3rem;
  }

  .intro-contact .lian {
    height: auto;
    padding: 0.4rem 0.2rem;
  }

  .intro-contact .lian .txt,
  .intro-contact .lian .erweima {
    float: none;
  }

  .intro-contact .lian .txt {
    margin-bottom: 0.2rem;
  }

  .intro-contact .lian .txt h6 {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
  }

  .intro-contact .lian .txt p {
    font-size: 0.26rem;
  }

  .obox {
    padding: 0.9rem 0 1rem;
  }

  .solution {
    padding: 0 0.2rem;
  }

  .solution .search {
    padding: 0.5rem 0 0.4rem;
  }

  .solution .search h6 {
    float: none;
    margin-bottom: 0.2rem;
  }

  .solution .search .inp {
    float: none;
    width: 100%;
  }

  .solution .search .inp input[type=text] {
    width: 80%;
  }

  .solution .search .inp .btn {
    width: 20%;
  }

  .solution .item {
    height: 4.4rem;
    margin-bottom: 0.4rem;
    width: 100%;
    margin-right: 0;
  }

  .solution .item .bo {
    padding: 0.1rem 0.1rem 0;
  }

  .solution .item .img {
    height: 2.6rem;
  }

  .solution .item h6 {
    font-size: 0.3rem;
  }

  .solution .item .time {
    font-size: 0.24rem;
  }

  .solution .item .de {
    opacity: 1;
    font-size: 0.24rem;
  }

  .page a,
  .page strong,
  .page span {
    display: none;
  }

  .page {
    padding: 5px 0 0.5rem;
  }

  .page .y {
    display: inline-block;
  }

  .core {
    padding: 0 0.2rem 1.6rem;
  }

  .core .item .ti p {
    font-size: 0.4rem;
  }

  .core .item {
    padding: 0.5rem 0 0;
  }

  .core .item .tu,
  .core .item .txt {
    height: 2.4rem;
    box-shadow: 0.2rem 0.2rem 0 #f3f3f3;
  }

  .core .item .tu {
    line-height: 2.4rem;
  }

  .core .item .tu img {
    height: 1.2rem;
  }

  .core .item .txt {
    padding: 0.2rem 0 0 0.25rem;
  }

  .core .item .txt p {
    font-size: 0.24rem;
    line-height: 1.5;
    padding-left: 0.4rem;
    background-size: 0.3rem 0.3rem;
  }

  .core .item .txt a img {
    width: 0.24rem;
    height: 0.24rem;
    margin-right: 0.1rem;
  }

  .news-list .li .bo {
    padding: 0.2rem;
  }

  .news-list .li .txt {
    width: 54%;
  }

  .news-list .li .txt h6 {
    font-size: 0.3rem;
    line-height: 1.3;
  }

  .news-list .li .txt .time {
    font-size: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .news-list .li .txt .de {
    font-size: 0.2rem;
    opacity: 1;
    margin-bottom: 0.2rem;
  }

  .news-list .li .cons {
    padding: 0.15rem;
    height: 2.4rem;
  }

  .news-list .li .cons .con {
    font-size: 14px;
  }

  .news-list .li .img {
    height: 3.55rem;
  }

  .detail {
    padding: 0.5rem 0.2rem;
  }

  .detail-content {
    padding: 0.5rem 0.1rem;
  }

  .detail-content h5 {
    font-size: 0.34rem;
    line-height: 1.3;
  }

  .detail-content .con p {
    font-size: 0.24rem;
    line-height: 2;
  }

  .detail-content .prev-next .f {
    width: 48%;
  }

  .detail-tuijian li {
    margin-bottom: 0.3rem;
  }

  .detail-tuijian li .txt {
    padding: 0.1rem 0 0;
  }

  .detail-tuijian li .txt h6 {
    font-size: 0.3rem;
  }

  .detail-tuijian li .txt .time {
    font-size: 0.2rem;
  }

  .detail-tuijian li .txt .de {
    font-size: 0.2rem;
    opacity: 1;
  }

  .detail-tuijian li .img {
    height: 1.1rem;
  }
  .swiper-jianjie {
    float: none;
    width: 100%;
    margin-bottom: .3rem;
  }
}