@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
@font-face {
  font-family: "sLight";
  src: url("../font/SourceHanSansCN-Light.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sRegular";
  src: url("../font/SourceHanSansCN-Regular.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sNormal";
  src: url("../font/SourceHanSansCN-Normal.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sMedium";
  src: url("../font/SourceHanSansCN-Medium.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "sBold";
  src: url("../font/SourceHanSansCN-Bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "iGarde";
  src: url("../font/ITCAvantGardeStd-Md.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/* header */
header {
  width: 100%;
  z-index: 22;
  border-bottom: 1px solid rgba(221, 221, 221, 0.4);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 110px;
  transition: all 0.5s;
}
.header-main {
  position: relative;
  height: 109px;
}
.logo {
  width: 70px;
  display: block;
  position: absolute;
  height: 94px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.logo img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.logo-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.nav-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 109px;
  padding-right: 22px;
}
.nav-ul {
  display: flex;
  align-items: center;
}
.nav-ul:last-child {
  justify-content: flex-end;
}
.nav-ul li {
  position: relative;
  padding: 0 53px;
}
.nav-ul li:first-child {
  padding-left: 0px;
}
.nav-ul li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
.nav-ul li > a {
  display: block;
  font-size: 18px;
  text-align: center;
  color: #fff;
  position: relative;
  font-family: "sMedium";
  line-height: 109px;
}
.header-right {
  position: absolute;
  height: 109px;
  right: 35px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  top: 0px;
}
.down-btn {
  width: 20px;
  height: 18px;
  background: url(../img/sub-icon.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 42px;
  cursor: pointer;
}
.sou-wrap {
  position: absolute;
  top: 130px;
  right: 0px;
  padding-top: 11px;
  display: none;
  z-index: 11;
}
.sou-wrap::after {
  width: 21px;
  height: 11px;
  content: "";
  position: absolute;
  right: 9px;
  top: 0px;
  background: url(../img/search-san.png) no-repeat center;
}
.sou-icon {
  width: 24px;
  height: 24px;
  background: url(../img/sou-icon.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 9px;
  cursor: pointer;
}
.sou-main {
  width: 237px;
  height: 48px;
  border-radius: 5px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 13px;
  position: relative;
}
.sou-main input {
  border: none;
  background: #fff;
  width: calc(100% - 22px);
  line-height: 46px;
  font-size: 14px;
  color: #969696;
  font-family: "sNormal";
}
.sou-search {
  width: 20px;
  border: none;
  background: #fff;
  height: 20px;
  background: url(../img/search-icon.png) no-repeat center;
}
.sou-main input::-webkit-input-placeholder {
  /* WebKit browsers */
  font-size: 14px;
  color: #969696;
  font-family: "sNormal";
}
.sou-main input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #969696;
  font-family: "sNormal";
}
.sou-main input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  color: #969696;
  font-family: "sNormal";
}
.header-nav {
  position: absolute;
  height: 340px;
  background-color: #fff;
  width: 100%;
  top: 110px;
  left: 0px;
  display: none;
}
.nav-subwrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 22px;
}
.nav-sublist {
  display: flex;
}
.nav-sublist:last-child {
  justify-content: flex-end;
}
.nav-sublist li {
  padding: 0px 53px;
  position: relative;
}
.nav-sub {
  width: 72px;
}
.nav-sublist li:first-child {
  padding-left: 0px;
}
.nav-sublist li:last-child {
  padding-right: 0px;
}
.nav-subdl {
  position: absolute;
  top: 20px;
  left: 53px;
  z-index: 66;
  width: 100%;
  box-sizing: border-box;
  z-index: 9;
}
.nav-sublist li:first-child .nav-subdl {
  left: 0px;
}
.nav-sub dd a {
  display: block;
  line-height: 34px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s;
  font-family: "sNormal";
}
.nav-sub dd:hover a {
  color: #266cb5;
}
header:hover {
  background-color: #fff;
}
.header-on .logo-un {
  opacity: 0;
}
.header-on .logo-on {
  opacity: 1;
}
.header-on .nav-ul li a {
  color: #333;
}
.header-on .down-btn {
  background-image: url(../img/sub-icon-on.png);
}
.header-on .sou-icon {
  background-image: url(../img/sou-icon-on.png);
}
.header-on .sou-main {
  box-shadow: 2px 2px 10px #ddd;
}
/* banner */
.mouse-btn {
  display: flex;
  position: absolute;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-family: "sRegular";
  z-index: 3;
}
.mouse-btn img {
  width: 23px;
  height: 32px;
  cursor: pointer;
  animation: move 2s infinite;
}
.mouse-btn p {
  font-size: 18px;
  margin-top: 16px;
}
@keyframes move {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (max-width: 1820px) {
  .down-btn {
    margin-right: 20px;
  }
}
@media (max-width: 1750px) {
  .header-right {
    right: 20px;
  }
  .nav-wrap {
    padding-right: 45px;
  }
  .nav-subwrap {
    padding-right: 45px;
  }
}
@media (max-width: 1700px) {
  .nav-ul li {
    padding: 0 40px;
  }
  .nav-sublist li {
    padding: 0 40px;
  }
  .nav-subdl {
    left: 40px;
  }
  .nav-wrap {
    padding-right: 25px;
  }
  .nav-subwrap {
    padding-right: 25px;
  }
}
@media (max-width: 1400px) {
  .nav-ul li {
    padding: 0 30px;
  }
  .nav-sublist li {
    padding: 0 30px;
  }
  .nav-subdl {
    left: 30px;
  }
  .nav-ul li > a {
    font-size: 16px;
  }
  .nav-sub {
    width: 64px;
  }
  .nav-sub dd a {
    font-size: 14px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .nav-ul li {
    padding: 0 20px;
  }
  .nav-sublist li {
    padding: 0 20px;
  }
  .nav-subdl {
    left: 20px;
  }
  .header-nav {
    height: 280px;
  }
}
@media (max-width: 991px) {
  .header {
    position: relative;
    height: auto;
    height: 70px;
    background-color: #fff;
    border-bottom: none;
  }
  .header-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .logo {
    position: relative;
    top: auto;
    left: auto;
    height: 67px;
    width: 50px;
    transform: translate(0px, 0px);
  }
  .nav-wrap {
    display: none;
  }
  .down-btn {
    display: none;
  }
  .logo-on {
    opacity: 1;
  }
  header:hover {
    background-color: transparent;
  }
  .sou-icon {
    background-image: url(../img/sou-icon-on.png);
  }
  .header-right {
    height: 69px;
    right: 6px;
  }
  .sou-wrap {
    top: 60px;
  }
  #navToggle {
    display: block;
  }
  .nav-ul {
    display: none;
  }
  .header-main {
    height: 70px;
    padding-right: 35px;
  }
  .mouse-btn {
    bottom: 12px;
  }
  .mouse-btn p {
    margin-top: 5px;
    font-size: 16px;
  }
}
/* 底部 */
#footer {
  overflow: hidden;
  width: 100%;
  background: #ededed;
  padding-top: 46px;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 34px;
}
.footer-left {
  width: 26.25%;
}
.footer-logo {
  display: block;
  width: 84px;
  overflow: hidden;
}
.footer-logo img {
  display: block;
  width: 100%;
}
.footer-contact {
  margin-top: 36px;
}
.fcontact-item {
  display: flex;
}
.fcontact-icon {
  width: 31px;
}
.fcontact-txt {
  margin-left: 20px;
  line-height: 32px;
  font-size: 16px;
  color: #666;
  font-family: "sRegular";
}
.fcontact-txt span {
  opacity: 0;
}
.footer-ul {
  display: flex;
  justify-content: space-between;
  width: 73.75%;
  padding-top: 24px;
}
.footer-ul li h3 {
  color: #333;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 48px;
  font-family: "sRegular";
}
.footer-ul li dl dd > a {
  line-height: 30px;
  display: block;
  color: #666666;
  font-size: 16px;
  font-family: "sNormal";
}
.footer-ul li dl dd span {
  color: transparent;
}
.code-item {
  text-align: center;
}
.code-img {
  width: 135px;
  overflow: hidden;
  margin: 0 auto;
}
.code-img img {
  width: 100%;
}
.code-item p {
  color: #666;
  line-height: 24px;
  margin-top: 18px;
  text-align: center;
  font-family: "sNormal";
}
.copy {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #666;
  font-family: "sNormal";
  border-top: 1px solid #d1d1d1;
  padding-top: 44px;
  padding-bottom: 55px;
}
.copy p {
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1200px) {
  .fcontact-txt {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .footer-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-contact {
    margin-top: 8px;
  }
  .fcontact-txt {
    line-height: 30px;
  }
  .copy {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    padding: 15px 0px;
  }
  .copy p {
    width: 100%;
    text-align: center;
  }
  .footer-ul {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 12px;
  }
  .footer-ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
  }
  .footer-ul li h3 {
    margin-bottom: 4px;
  }
  .footer-ul li dl {
    text-align: center;
  }
  .footer-ul li dl dd {
    display: inline-block;
    margin: 0 4px;
  }
  .footer-ul li dl dd > a {
    line-height: 30px;
  }
  .code-item p {
    margin-top: 10px;
  }
  .footer-top {
    margin-bottom: 0px;
  }
  #footer {
    padding-top: 30px;
  }
}
/* 首页关于我们 */
.home-about {
  overflow: hidden;
  padding-top: 127px;
  padding-bottom: 95px;
}
.habout-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.habout-left {
  width: 51.88%;
}
.habout-right {
  width: 42.13%;
}
.habout-title {
  font-family: "sRegular";
}
.habout-title h2 {
  font-size: 46px;
  color: #266cb5;
  line-height: 46px;
  margin-bottom: 18px;
}
.habout-title h3 {
  font-size: 42px;
  line-height: 42px;
  color: #333;
}
.habout-des {
  font-size: 18px;
  color: #666;
  font-family: "sNormal";
  margin-top: 39px;
  line-height: 36px;
  margin-bottom: 45px;
}
.habout-more {
  height: 47px;
  display: block;
  padding-left: 25px;
  margin-bottom: 86px;
  background: url(../img/more-icon.png) no-repeat left center;
}
.habout-more span {
  color: #000;
  font-size: 16px;
  font-family: "iGarde";
  line-height: 47px;
}
.habout-list {
  display: flex;
  flex-wrap: wrap;
}
.habout-list li {
  margin-right: 28px;
  background: #fafafa;
  flex: 1;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 186px;
  transition: all 0.5s;
  font-family: "sNormal";
}
.habout-list li:last-child {
  margin-right: 0px;
}
.habout-icon {
  position: relative;
  height: 53px;
  text-align: center;
}
.habout-icon img {
  transition: all 0.5s;
}
.habout-iconon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.habout-list li p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 16px;
  color: #666;
}
.habout-list li:hover {
  background-color: #266cb5;
}
.habout-list li:hover p {
  color: #fff;
}
.habout-list li:hover .habout-iconon {
  opacity: 1;
}
.habout-list li:hover .habout-iconun {
  opacity: 0;
}
.habout-vedio {
  width: 100%;
  position: relative;
  z-index: 99;
}
.habout-vedio .public-img {
  z-index: 99;
  position: relative;
}
.habout-vedio-icon {
  position: absolute;
  width: 124px;
  height: 124px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../img/play-icon.png) no-repeat center;
  cursor: pointer;
  z-index: 100;
  background-size: 100% 100%;
}
.habout-vedio::after {
  position: absolute;
  width: 100%;
  height: calc(100% - 67px);
  left: 50px;
  background: url(../img/about-vedio-bg.jpg) no-repeat center;
  top: 104px;
  content: "";
  z-index: -1;
}
@media (max-width: 1700px) {
  .habout-more {
    margin-bottom: 56px;
  }
  .habout-list li {
    height: 156px;
  }
}
@media (max-width: 1600px) {
  .habout-des {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1400px) {
  .home-about {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .habout-title h2 {
    font-size: 38px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .habout-title h3 {
    font-size: 32px;
    line-height: 32px;
  }
  .habout-des {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .habout-more {
    margin-bottom: 32px;
  }
  .habout-left {
    width: 53%;
  }
  .habout-list li {
    margin-right: 15px;
    height: 136px;
  }
}
@media (max-width: 1200px) {
  .habout-left {
    width: 100%;
    margin-bottom: 25px;
  }
  .habout-right {
    width: 100%;
  }
  .home-about {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .habout-title h2 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .habout-title h3 {
    font-size: 26px;
    line-height: 26px;
  }
  .habout-list li p {
    margin-top: 8px;
  }
  .habout-vedio::after {
    display: none;
  }
}
@media (max-width: 559px) {
  .habout-vedio-icon {
    width: 64px;
    height: 64px;
  }
  .habout-list li {
    flex: none;
    width: calc(50% - 8px);
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .habout-list {
    justify-content: space-between;
  }
  .habout-left {
    margin-bottom: 0px;
  }
  .habout-list li p {
    font-size: 16px;
    margin-top: 4px;
  }
  .habout-more {
    margin-bottom: 20px;
  }
  .habout-des {
    margin-bottom: 20px;
  }
}
/* 首页产品中心 */
.home-pro {
  overflow: hidden;
  padding-top: 85px;
  padding-bottom: 70px;
  background: #fafafa;
}
.hpro-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 53px;
}
.hpro-title h3 {
  font-size: 42px;
  line-height: 50px;
  position: relative;
  color: #333;
  font-family: "sMedium";
  padding-right: 32px;
}
.hpro-title h3::after {
  position: absolute;
  width: 21px;
  height: 20px;
  content: "";
  background: url(../img/fengico.png) no-repeat center;
  top: 0px;
  right: 0px;
}
.hpro-nav {
  width: 49.38%;
  height: 55px;
  border-bottom: 1px solid #ebebeb;
}
.hpro-navswiper {
  width: 100%;
  height: 100%;
}
.hpro-navswiper .swiper-slide {
  width: auto;
  margin-right: 42px;
}
.hpro-navswiper p a {
  font-family: "sRegular";
  color: #666;
  font-size: 16px;
  line-height: 20px;
}
.hpro-navswiper p a:hover,
.hpro-navon p a {
  color: #266cb5;
  font-family: "sMedium";
}
.hpro-main {
  position: relative;
}
.hpro-navnext,
.hpro-navprev {
  width: 10px;
  height: 18px;
  background-size: 10px 18px;
  margin-top: -9px;
}
.hpro-navnext {
  background-image: url(../img/hpro-next.png);
  right: -60px;
}
.hpro-navprev {
  background-image: url(../img/hpro-prev.png);
  left: -60px;
}
.hpro-item {
  border: 1px solid #e9e9e9;
  transition: all 0.5s;
  background-color: #fff;
  padding-top: 36px;
  padding-bottom: 56px;
}
.hpro-intro {
  font-family: "sRegular";
  padding-left: 35px;
}
.hpro-intro h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
}
.hpro-intro p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
}
.hpro-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.hpro-btn a {
  display: block;
  width: 126px;
  height: 48px;
  line-height: 46px;
  text-align: center;
  font-family: "sRegular";
  margin: 0 9px;
  transition: all 0.5s;
}
.hpro-more {
  color: #333;
  border: 1px solid #767676;
}
.hpro-price {
  border: 1px solid #c91720;
  color: #c9151e;
}
.hpro-more:hover {
  background-color: #266cb5;
  color: #fff;
  border-color: #266cb5;
}
.hpro-price:hover {
  background-color: #c91720;
  color: #fff;
}
.hpro-img {
  width: 100%;
  overflow: hidden;
}
.hpro-img img {
  width: 100%;
  transition: all 0.5s;
}
.hpro-item:hover {
  box-shadow: 2px 2px 15px #d3d3d3;
  border-color: transparent;
}
.hpro-item:hover .hpro-img img {
  transform: scale(1.1);
}
.hpro-item:hover .hpro-more {
  background-color: #266cb5;
  color: #fff;
  border-color: #266cb5;
}
.hpro-swiper {
  padding-bottom: 78px;
}
.hpro-swiper > .swiper-pagination-bullets {
  bottom: 0px;
}
.hpro-swiper > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 9px;
}
.hpro-swiper .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  background-color: #c1c1c1;
  border-radius: 2px;
  opacity: 1;
}
.hpro-swiper .swiper-pagination-bullet-active {
  background-color: #266cb5;
}
.all-pro {
  text-align: center;
  display: block;
  font-family: "sRegular";
  margin-top: 16px;
}
.all-pro span {
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
  border-bottom: 2px solid #b0b0b0;
  color: #666;
  transition: all 0.5s;
}
.all-pro span:hover {
  color: #266cb5;
  border-bottom-color: #266cb5;
}
@media (max-width: 1700px) {
  .hpro-nav {
    width: 55%;
  }
}
@media (max-width: 1600px) {
  .hpro-navswiper .swiper-slide {
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .hpro-nav {
    width: 62%;
  }
  .hpro-intro {
    padding-left: 20px;
  }
  .hpro-intro h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (max-width: 1200px) {
  .hpro-item {
    padding-bottom: 40px;
  }
  .hpro-navswiper .swiper-slide {
    margin-right: 30px;
  }
}
@media (max-width: 991px) {
  .home-pro {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .hpro-title h3 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 25px;
  }
  .hpro-nav {
    width: calc(100% - 200px);
    height: 38px;
  }
  .hpro-navswiper .swiper-slide {
    margin-right: 12px;
  }
  .hpro-title {
    margin-bottom: 30px;
  }
  .hpro-navnext {
    right: 10px;
    margin-top: -70px;
  }
  .hpro-navprev {
    left: 10px;
    margin-top: -70px;
  }
  .hpro-item {
    padding-top: 20px;
  }
  .hpro-intro h3 {
    font-size: 18px;
  }
  .hpro-intro p {
    margin-top: 6px;
  }
  .hpro-btn a {
    width: 42%;
    margin: 0 6px;
  }
  .hpro-swiper {
    padding-bottom: 60px;
  }
  .all-pro {
    margin-top: 10px;
  }
}
@media (max-width: 559px) {
  .hpro-nav {
    width: 100%;
    margin-top: 10px;
  }
}
/* 首页技术服务 */
.home-tec {
  width: 100%;
  height: 745px;
  background: url(../img/htech-service.jpg) no-repeat center;
}
.htec-main {
  display: flex;
  flex-wrap: wrap;
  padding-top: 102px;
}
.htec-left {
  width: 50%;
}
.htec-left h3 {
  font-size: 42px;
  line-height: 42px;
  font-family: "sMedium";
  margin-bottom: 58px;
  color: #fff;
}
.htec-intro {
  font-size: 20px;
  color: #fff;
  line-height: 48px;
  font-family: "sRegular";
  margin-bottom: 188px;
}
.htec-list {
  display: flex;
}
.htec-list li {
  padding-right: 110px;
  border-bottom: 2px solid #fff;
}
.htec-list li:last-child {
  padding-right: 0px;
}
.htec-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}
.htech-icon {
  height: 44px;
}
.htech-icon img {
  transition: all 0.5s;
}
.htec-list li p {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
  font-family: "sRegular";
  margin-bottom: 32px;
}
.htec-item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: transparent;
  left: 0px;
  bottom: -2px;
  z-index: 11;
}
.htec-item:hover::after {
  background: #266cb5;
}
.htec-item:hover .htech-icon img {
  transform: rotateY(180deg);
}
.htec-right {
  width: 50%;
  padding-left: 10px;
}
.htec-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.htec-img img {
  width: 100%;
  transition: all 0.5s;
}
.htec-img p {
  position: absolute;
  top: 45px;
  left: 54px;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-family: "sRegular";
}
.htec-imgwrap {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
}
.htec-imgitem {
  width: calc(50% - 8px);
}
.htec-imgitem .htec-img p {
  top: 32px;
}
.htec-img:hover img {
  transform: scale(1.1);
}
@media (max-width: 1700px) {
  .htec-intro {
    margin-bottom: 120px;
  }
}
@media (max-width: 1400px) {
  .home-tec {
    height: 648px;
  }
  .htec-intro {
    margin-bottom: 90px;
  }
  .htec-right {
    padding-left: 0px;
  }
}
@media (max-width: 1200px) {
  .home-tec {
    height: 550px;
  }
  .htec-intro {
    margin-bottom: 60px;
  }
  .htec-left h3 {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .htec-left {
    margin-bottom: 25px;
    width: 100%;
  }
  .htec-right {
    width: 100%;
  }
  .home-tec {
    height: auto;
    background-size: 100% 100%;
  }
  .htec-main {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .htec-intro {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 30px;
  }
  .htec-list li p {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .htec-left h3 {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 559px) {
  .htec-img p {
    left: 25px;
    top: 18px;
  }
  .htec-imgitem .htec-img p {
    top: 18px;
  }
  .htec-imgitem {
    width: 100%;
    margin-bottom: 18px;
  }
  .htec-imgwrap {
    flex-wrap: wrap;
  }
  .htec-main {
    padding-top: 30px;
    padding-bottom: 12px;
  }
  .htec-list li {
    padding-right: 0px;
    flex: 1;
  }
}
/* 越舜案例 */
.home-case {
  padding-top: 57px;
  overflow: hidden;
  padding-bottom: 99px;
  background: url(../img/hcase-bg.jpg) no-repeat center;
}
.home-title {
  font-size: 42px;
  line-height: 42px;
  color: #333;
  font-family: "sMedium";
}
.hcase-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 60px;
}
.hcase-item {
  width: calc(50% - 16px);
  position: relative;
}
.hcase-info {
  width: 309px;
  height: 92px;
  position: absolute;
  left: 46px;
  bottom: 38px;
  background-color: rgba(38, 108, 181, 0.6);
  border-radius: 5px;
  padding-left: 30px;
  padding-right: 27px;
  padding-top: 17px;
  display: flex;
  justify-content: space-between;
}
.hcase-intro {
  color: #fff;
}
.hcase-intro h3 {
  font-size: 20px;
  line-height: 24px;
  font-family: "sRegular";
  margin-bottom: 5px;
}
.hcase-intro span {
  font-size: 16px;
  line-height: 24px;
  font-family: "sNormal";
}
.hcase-more {
  display: block;
  width: 7px;
  height: 12px;
  background: url(../img/hcase-arrow.png) no-repeat center;
  margin-top: 36px;
  transition: all 0.5s;
}
.hcase-item:hover .public-img img {
  transform: scale(1.1);
}
.hcase-item:hover .hcase-more {
  transform: translateX(5px);
}
@media (max-width: 991px) {
  .home-case {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  .home-title {
    font-size: 30px;
    line-height: 30px;
  }
  .hcase-main {
    margin-top: 25px;
  }
  .hcase-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .hcase-item:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 559px) {
  .hcase-info {
    left: 10px;
    bottom: 10px;
    width: 240px;
    height: 70px;
    padding: 10px 18px 0px;
  }
  .hcase-intro h3 {
    font-size: 18px;
    margin-bottom: 2px;
  }
  .hcase-more {
    margin-top: 33px;
  }
}
/* 首页新闻资讯 */
.home-news {
  width: 100%;
  overflow: hidden;
  background: #fafafa;
  padding-top: 28px;
  padding-bottom: 96px;
}
.hnews-main {
  margin-top: 42px;
  display: flex;
}
.hnews-main li {
  width: 25%;
  background: #fff;
  border-right: 1px solid #f0f0f0;
  position: relative;
}
.hnews-main li:last-child {
  border-right: none;
}
.hnews-info {
  position: relative;
  z-index: 22;
  padding-left: 34px;
  padding-top: 51px;
  padding-right: 50px;
  padding-bottom: 52px;
  transition: all 0.5s;
}
.hnews-icon {
  position: relative;
  margin-bottom: 70px;
  width: 34px;
  height: 34px;
}
.hnews-icon img {
  transition: all 0.5s;
}
.hnews-iconon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.hnews-main li h3 > a {
  font-size: 24px;
  color: #333;
  font-family: "sMedium";
  line-height: 24px;
  margin-bottom: 40px;
  display: block;
}
.hnews-main li p {
  font-family: "sNormal";
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-bottom: 22px;
  min-height: 180px;
}
.hnews-time {
  display: flex;
  color: #333;
  font-family: "sNormal";
  align-items: flex-end;
}
.hnews-time span {
  margin-right: 6px;
}
.hnews-time strong {
  font-size: 24px;
  font-weight: normal;
}
.hnews-img {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
}
.hnews-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: all 0.5s;
  background-color: #266cb5;
}
.hnews-img img {
  width: 100%;
}
.hnews-main li:hover .hnews-img {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}
.hnews-main li:hover .hnews-mask {
  opacity: 1;
}
.hnews-main li:hover .hnews-iconon {
  opacity: 1;
}
.hnews-main li:hover .hnews-iconun {
  opacity: 0;
}
.hnews-main li:hover h3 > a {
  color: #fff;
}
.hnews-main li:hover p {
  color: #fff;
}
.hnews-main li:hover .hnews-time {
  color: #fff;
}
@media (max-width: 1700px) {
  .hnews-main li h3 > a {
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hnews-info {
    padding-top: 40px;
    padding-bottom: 27px;
  }
  .hnews-icon {
    margin-bottom: 40px;
  }
}
@media (max-width: 1600px) {
  .hnews-info {
    padding-right: 30px;
  }
  .hnews-main li p {
    margin-bottom: 8px;
  }
}
@media (max-width: 1400px) {
  .hnews-main li h3 > a {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .hnews-info {
    padding-top: 30px;
    padding-bottom: 25px;
  }
  .hnews-icon {
    margin-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  .hnews-main {
    flex-wrap: wrap;
  }
  .hnews-main li {
    width: 50%;
  }
}
@media (max-width: 991px) {
  .home-news {
    padding-bottom: 40px;
  }
  .hnews-main {
    margin-top: 28px;
  }
}
@media (max-width: 787px) {
  .hnews-main li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .hnews-main li h3 > a {
    font-size: 20px;
  }
  .hnews-main li p {
    min-height: auto;
    margin-bottom: 25px;
  }
  .hnews-info {
    padding: 25px;
  }
}
.footer-bom {
  position: relative;
  height: 180px;
}
.bottom-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
}
.bottom-wrap::before,
.bottom-wrap::after {
  position: absolute;
  height: 100%;
  width: 50%;
  top: 0px;
  content: "";
}
.bottom-wrap::before {
  left: 0px;
  background-color: #2c2c2c;
}
.bottom-wrap::after {
  right: 0px;
  background-color: #266cb5;
}
.bottom-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 180px;
}
.bottom-item {
  width: 50%;
  display: flex;
  justify-content: space-between;
  font-family: "sRegular";
}
.bottom-item:first-child {
  padding-left: 50px;
  padding-right: 210px;
}
.bottom-item:last-child {
  padding-right: 50px;
  padding-left: 206px;
}
.bottom-item h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 20px;
}
.bottom-item p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
}
.bottom-item:last-child p {
  color: #fff;
}
.bottom-more {
  display: block;
  width: 29px;
  height: 18px;
  margin-top: 12px;
  transition: all 0.5s;
  background: url(../img/arrow-icon.png) no-repeat center;
}
.bottom-item:hover .bottom-more {
  transform: translateX(10px);
}
@media (max-width: 1200px) {
  .bottom-item:first-child {
    padding-left: 0px;
    padding-right: 50px;
  }
  .bottom-item:last-child {
    padding-right: 0px;
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .footer-bom {
    height: auto;
  }
  .bottom-main {
    height: auto;
  }
  .bottom-item {
    height: 114px;
    align-items: center;
  }
  .bottom-item:first-child {
    padding-right: 15px;
  }
  .bottom-item:last-child {
    padding-left: 15px;
  }
  .bottom-item h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .bottom-item p {
    font-size: 16px;
  }
}
@media (max-width: 559px) {
  .bottom-item {
    width: 100%;
  }
  .bottom-item:first-child {
    padding-right: 0px;
  }
  .bottom-item:last-child {
    padding-left: 0px;
  }
  .bottom-wrap::before {
    width: 100%;
    height: 114px;
  }
  .bottom-wrap::after {
    width: 100%;
    height: 114px;
    bottom: 0px;
    top: auto;
  }
}
/* 公司简介 */
.about-nav {
  border-bottom: 1px solid #e7e7e7;
}
.anav-ul {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}
.anav-ul li {
  width: 240px;
  position: relative;
}
.anav-ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 140px;
  width: 100%;
}
.anav-ul li a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 72px;
  background: #e7e7e7;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
}
.anav-ul li:last-child a::after {
  display: none;
}
.anav-icon {
  position: relative;
  height: 39px;
}
.anav-icon img {
  transition: all 0.5s;
}
.anav-iconon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.anav-ul li p {
  font-size: 18px;
  color: #666;
  line-height: 24px;
  font-family: "sNormal";
  margin-top: 14px;
}
.anav-ul li:hover .anav-iconon,
.anav-ul li.on .anav-iconon {
  opacity: 1;
}
.anav-ul li:hover .anav-iconun,
.anav-ul li.on .anav-iconun {
  opacity: 0;
}
.anav-ul li:hover p,
.anav-ul li.on p {
  color: #266cb5;
}
/* ---- particles.js container ---- */
#particles-js {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #fff;
  background-image: url("");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.about-company {
  position: relative;
  overflow: hidden;
  padding-top: 57px;
  padding-bottom: 113px;
}
.about-company .container {
  z-index: 99;
  position: relative;
}
.company-intro {
  display: flex;
  flex-wrap: wrap;
}
.company-img {
  width: 50%;
  padding-right: 105px;
}
.company-info {
  width: 50%;
  padding-top: 50px;
}
.company-title {
  font-size: 36px;
  font-family: "sNormal";
}
.company-title h2 {
  line-height: 36px;
  color: #266cb5;
  margin-bottom: 22px;
}
.company-title span {
  color: #a9a9a9;
  line-height: 36px;
}
.company-sub {
  font-size: 24px;
  line-height: 48px;
  color: #266cb5;
  font-family: "sRegular";
  margin-top: 25px;
  margin-bottom: 22px;
}
.company-des {
  font-size: 18px;
  color: #666;
  line-height: 38px;
  font-family: "sRegular";
}
.company-des p {
  margin-bottom: 25px;
}
.company-des p:last-child {
  margin-bottom: 0px;
}
.company-img .public-img:hover img {
  transform: scale(1.1);
}
.company-build {
  overflow: hidden;
  width: 100%;
  background-color: #f1f1f1;
}
.build-main {
  display: flex;
  flex-wrap: wrap;
}
.build-left {
  width: 50%;
  padding-top: 124px;
  padding-left: 160px;
  padding-right: 100px;
}
.build-right {
  width: 50%;
  overflow: hidden;
}
.build-right img {
  width: 100%;
  transition: all 0.5s;
}
.build-right:hover img {
  transform: scale(1.1);
}
.build-title {
  display: flex;
  font-family: "sRegular";
  margin-bottom: 55px;
}
.build-title h3 {
  font-size: 32px;
  line-height: 32px;
  color: #333;
  margin-top: 8px;
  margin-right: 42px;
}
.build-title img {
  width: 34px;
  height: 34px;
}
.build-info {
  font-size: 18px;
  color: #666;
  font-family: "sNormal";
  line-height: 36px;
}
.about-bom {
  width: 100%;
  height: 662px;
  background: url(../img/about-img3.jpg) no-repeat center;
  background-size: 100% 100%;
}
.about-text {
  padding-top: 154px;
  font-family: "sNormal";
  color: #fff;
  width: 50%;
  padding-right: 104px;
}
.about-text h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 80px;
}
.about-text p {
  font-size: 18px;
  line-height: 36px;
}
@media (max-width: 1700px) {
  .build-left {
    padding-top: 90px;
    padding-left: 130px;
  }
}
@media (max-width: 1600px) {
  .build-left {
    padding-top: 50px;
    padding-left: 80px;
    padding-right: 60px;
  }
  .build-title {
    margin-bottom: 35px;
  }
  .company-img {
    padding-right: 75px;
  }
  .company-info {
    padding-top: 0px;
  }
  .company-des p {
    margin-bottom: 10px;
  }
  .about-bom {
    height: 620px;
  }
  .about-text {
    width: 56%;
  }
}
@media (max-width: 1400px) {
  .about-text {
    padding-top: 120px;
    padding-right: 50px;
  }
  .about-bom {
    height: 560px;
  }
  .build-info {
    font-size: 16px;
    line-height: 30px;
  }
  .build-left {
    padding-left: 60px;
  }
  .build-title {
    margin-bottom: 25px;
  }
  .anav-ul li {
    width: 180px;
  }
  .company-des {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .about-text {
    width: 100%;
    padding-right: 0px;
    padding-top: 80px;
  }
  .about-text h3 {
    margin-bottom: 60px;
  }
  .about-bom {
    height: 470px;
  }
  .build-main {
    flex-direction: column-reverse;
    padding: 40px 15px;
  }
  .build-left {
    width: 100%;
  }
  .build-right {
    width: 100%;
  }
  .company-img {
    padding-right: 35px;
  }
  .company-sub {
    font-size: 20px;
    line-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .about-text {
    padding-top: 30px;
  }
  .about-text h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about-bom {
    height: 300px;
  }
  .about-text p {
    font-size: 16px;
    line-height: 30px;
  }
  .build-left {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 30px;
  }
  .build-title {
    margin-bottom: 10px;
  }
  .build-title h3 {
    margin-top: 4px;
    font-size: 24px;
    line-height: 24px;
    margin-right: 10px;
  }
  .anav-ul li {
    width: 120px;
  }
  .anav-ul li p {
    font-size: 16px;
    margin-top: 5px;
  }
  .anav-ul li a {
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .about-company {
    padding-top: 40px;
    padding-bottom: 35px;
  }
  .company-img {
    width: 100%;
    padding-right: 0px;
  }
  .company-info {
    width: 100%;
  }
  .company-title {
    font-size: 30px;
  }
  .company-title h2 {
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 5px;
  }
  .company-sub {
    line-height: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .company-title span {
    line-height: 30px;
  }
  .company-des {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 599px) {
  .anav-ul li {
    width: auto;
    padding: 0 8px;
  }
  .anav-ul li a::after {
    height: 58px;
  }
  .about-text h3 {
    margin-bottom: 15px;
  }
  .about-bom {
    height: auto;
    padding-bottom: 25px;
  }
}
/* 企业文化 */
.culture-wrap {
  padding-top: 75px;
  padding-bottom: 70px;
  overflow: hidden;
  width: 100%;
}
.culture-list {
  display: flex;
  flex-wrap: wrap;
}
.culture-list li {
  flex: 1;
}
.culture-img {
  width: 100%;
  border-right: 1px solid #fff;
  overflow: hidden;
}
.culture-list li:last-child .culture-img {
  border-right: none;
}
.culture-list li img {
  transition: all 0.5s;
}
.culture-img img {
  width: 100%;
}
.culture-info {
  background-color: #f6f8fb;
  border-right: 1px solid #e5e5e5;
  padding-top: 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "sNormal";
  min-height: 425px;
}
.culture-list li:last-child .culture-info {
  border-right: none;
}
.culture-icon {
  height: 77px;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.culture-info h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 10px;
}
.culture-info p {
  line-height: 36px;
  color: #666;
  font-size: 18px;
  padding: 0 70px;
  text-align: center;
}
.culture-list li:hover .culture-img img {
  transform: scale(1.1);
}
.culture-list li:hover .culture-icon img {
  transform: rotate(45deg);
}
@media (max-width: 1600px) {
  .culture-info p {
    padding: 0 40px;
  }
}
@media (max-width: 1200px) {
  .culture-list li {
    flex: none;
    width: 50%;
  }
}
@media (max-width: 991px) {
  .culture-info {
    min-height: 330px;
  }
  .culture-info p {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .culture-icon {
    margin-bottom: 20px;
  }
  .culture-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .culture-list li {
    width: 100%;
  }
  .culture-img {
    border-right: none;
  }
  .culture-info {
    border-right: none;
  }
  .culture-info {
    min-height: 30px;
    height: auto;
    padding: 25px 0px;
  }
  .culture-info p {
    padding: 0 20px;
  }
  .culture-icon {
    height: auto;
  }
}
/* 厂房设备 */
.equip-wrap {
  padding-top: 80px;
  overflow: hidden;
}
.equip-list {
  margin-left: -29px;
  margin-right: -29px;
}
.equip-list li {
  float: left;
  width: 25%;
  margin-bottom: 60px;
  padding: 0 29px;
}
.equip-info {
  display: flex;
  justify-content: space-between;
  background-color: #f6f6f6;
  height: 117px;
  padding: 35px 40px 0px;
}
.equip-info img {
  width: 26px;
  height: 28px;
}
.equip-info p {
  font-family: "sNormal";
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.equip-item:hover .public-img img {
  transform: scale(1.1);
}
.equip-item:hover .equip-info p {
  color: #266cb5;
}
.click-more {
  display: block;
  margin: 0px auto 62px;
  width: 182px;
  height: 66px;
  border: 2px solid #99badc;
  color: #266cb5;
  line-height: 62px;
  text-align: center;
}
@media (max-width: 1400px) {
  .equip-list li {
    padding: 0 15px;
  }
  .equip-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 1200px) {
  .equip-info {
    height: 90px;
    padding: 25px 20px 0px;
  }
}
@media (max-width: 991px) {
  .equip-list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .equip-info {
    height: 70px;
    padding: 15px 20px 0px;
  }
  .equip-click {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .equip-wrap {
    padding-top: 40px;
  }
}
@media (max-width: 599px) {
  .equip-list li {
    padding: 0px;
    width: 100%;
    float: none;
  }
  .equip-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .equip-info {
    height: auto;
    padding: 20px 10px;
  }
  .equip-click {
    margin-top: 40px;
  }
  .click-more {
    width: 164px;
    height: 52px;
    line-height: 48px;
  }
}
/* 发展历程 */
.history-wrap {
  padding-top: 90px;
  overflow: hidden;
}
.history-list li{
  display: flex;
  justify-content: center;
  margin-bottom: 15px;
}
.history-left{
  width: 150px;
  margin-right: 60px;
  position: relative;
}
.history-left span{
  display: block;
  width: 150px;
  height: 55px;
  text-align: center;
  background-color: #266cb5;
  line-height: 55px;
  color: #fff;
  border-radius: 2px;
  font-size: 30px;
  font-family: "sBold";
  margin-bottom: 10px;
}
.history-bom{
  height: 257px;
  position: relative;
}
.history-line{
  height: 257px;
  width: 1px;
  background-color: #2d75bf;
  margin: 0 auto;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 66;
}
.history-circle{
  width: 40px;
  height: 40px;
  background-color: rgba(45, 117, 191, .34);
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.history-circle::before{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: rgba(45, 117, 191, .31);
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.history-circle::after{
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  content: "";
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(45, 117, 191, 1);
}
.history-right{
  width: 56.25%;
  padding-bottom: 31px;
}
.history-info{
  width: 100%;
  height: 100%;
  display: flex;
  background-color: #f4f4f4;
  padding: 35px 54px 0px 52px;
  justify-content: space-between;
}
.history-img{
  width: 42.1%;
  overflow: hidden;
}
.history-img img{
  width: 100%;
}
.history-txt{
  width:42.8%;
}
.history-txt h3{
  font-size: 16px;
  padding-left: 28px;
  position: relative;
  line-height: 24px;
  color: #333;
  font-family: "sMedium";
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 38px;
  text-overflow: ellipsis;
}
.history-txt h3::before{
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(../img/history-sanjiao.png) no-repeat center;
  left: 0px;
  top: 3px;
  content: "";
}
.history-des p{
  font-size: 16px;
  line-height: 24px;
  color: #666;
  font-family: "sRegular";
}
.history-click{
  margin-bottom: 70px;
  margin-top: 38px;
}
@media(max-width: 1400px){
  .history-info{
    padding-left: 35px;
    padding-right: 35px;
  }
  .history-right{
    width: 58.5%;
  }
  .history-txt h3{
    margin-bottom: 20px;
  }
}
@media(max-width: 1200px){
  .history-right{
    width: 75%;
  }
  .history-txt{
    width: 46%;
  }
}
@media(max-width: 991px){
  .history-wrap{
    padding-top: 40px;
  }
  .history-left{
    width: 110px;
    margin-right: 30px;
  }
  .history-right{
    padding-bottom: 0px;
  }
  .history-bom{
    display: none;
  }
  .history-left span{
    width: 110px;
    height: 48px;
    font-size: 20px;
    line-height: 48px;
  }
  .history-list li{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .history-right{
    width: 100%;
  }
  .history-info{
    flex-wrap: wrap;
    padding: 20px;
  }
  .history-txt{
    width: 100%;
    margin-bottom: 20px;
  }
  .history-img{
    width: 100%;
    max-width: 334px;
  }
  .history-txt h3{
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .history-click{
    margin-bottom: 40px;
  }
}
/* 企业宣传片 */
.vedio-wrap {
  padding-top: 58px;
  overflow: hidden;
}
.vedio-item {
  width: 100%;
  text-align: center;
}
.vedio-img {
  overflow: hidden;
  position: relative;
}
.vedio-img img {
  width: 100%;
  display: block;
  transition: all 0.5s;
}
.vedio-top {
  margin-bottom: 72px;
}
.vedio-play {
  width: 92px;
  height: 92px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.vedio-item p {
  font-family: "sNormal";
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-top: 42px;
}
.vedio-list {
  margin-left: -19px;
  margin-right: -19px;
}
.vedio-list li {
  float: left;
  padding: 0 19px;
  width: 33.33%;
  margin-bottom: 70px;
}
.vedio-list li .vedio-item p {
  margin-top: 24px;
}
.vedio-list li .vedio-play {
  width: 69px;
  height: 69px;
}
.vedio-click {
  margin-bottom: 72px;
}
@media (max-width: 1400px) {
  .vedio-list li {
    padding: 0 15px;
    margin-bottom: 40px;
  }
  .vedio-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}
@media (max-width: 991px) {
  .vedio-wrap {
    padding-top: 40px;
  }
  .vedio-play {
    width: 69px;
    height: 69px;
  }
  .vedio-item p {
    font-size: 16px;
    margin-top: 15px;
  }
  .vedio-top {
    margin-bottom: 30px;
  }
  .vedio-list li {
    padding: 0px;
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .vedio-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .vedio-list li .vedio-item p {
    margin-top: 18px;
  }
}
@media (max-width: 599px) {
  .vedio-play {
    width: 52px;
    height: 52px;
  }
  .vedio-list li .vedio-play {
    width: 52px;
    height: 52px;
  }
  .vedio-click {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
/* 联系我们 */
.contact-wrap {
  padding-top: 70px;
  padding-bottom: 60px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.contact-info {
  width: 50%;
  padding-left: 160px;
  padding-right: 90px;
  padding-top: 62px;
}
.contact-img {
  width: 50%;
  overflow: hidden;
}
.contact-img img {
  width: 100%;
}
.contact-info h3 {
  font-size: 30px;
  font-family: "sNormal";
  line-height: 30px;
  color: #266cb5;
  padding-bottom: 35px;
  border-bottom: 1px solid #e3e3e3;
}
.contact-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 45px;
}
.contact-left {
  width: 40%;
}
.contact-item {
  font-family: "sNormal";
}
.contact-item h4 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-top: 15px;
  margin-bottom: 6px;
}
.contact-ways p {
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
.contact-ways p span {
  color: transparent;
}
.contact-right {
  width: 51%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1700px) {
  .contact-info {
    padding-top: 40px;
    padding-left: 130px;
  }
}
@media (max-width: 1600px) {
  .contact-info {
    padding-top: 20px;
    padding-left: 90px;
    padding-right: 70px;
  }
}
@media (max-width: 1400px) {
  .contact-info {
    padding-top: 0px;
    padding-left: 90px;
    padding-right: 70px;
  }
  .contact-info h3 {
    padding-bottom: 20px;
  }
  .contact-list {
    margin-top: 25px;
  }
  .contact-ways p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-info {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  .contact-info {
    padding-left: 15px;
    width: 100%;
    padding-right: 15px;
  }
  .contact-info h3 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .contact-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .contact-img {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .contact-left {
    width: 100%;
  }
  .contact-item h4 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 8px;
    margin-bottom: 2px;
  }
  .contact-right {
    width: 100%;
  }
}
/* 新闻中心 */
.news-navlist {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-navlist li {
  margin: 0 78px;
}
.news-navlist li a {
  font-size: 18px;
  display: block;
  color: #666;
  line-height: 81px;
  color: #666;
  font-family: "sNormal";
}
.news-nav {
  border-bottom: 1px solid #e7e7e7;
}
.news-navlist li:hover a,
.news-navlist li.on a {
  color: #266cb5;
}
.news-wrap {
  width: 100%;
  overflow: hidden;
  background-color: #fafafa;
  padding-top: 72px;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0px;
}
.news-list li {
  width: 25%;
  flex: none;
  border: 1px solid #dbdbdb;
  border-right: none;
  border-top: none;
}
.news-list li:nth-child(1),
.news-list li:nth-child(2),
.news-list li:nth-child(3),
.news-list li:nth-child(4) {
  border-top: 1px solid #dbdbdb;
}
.news-list li:nth-child(4n) {
  border-right: 1px solid #dbdbdb;
}
.news-click {
  margin-top: 52px;
  margin-bottom: 52px;
}
@media (max-width: 1200px) {
  .news-list li {
    width: 50%;
  }
  .news-list li:nth-child(2n) {
    border-right: 1px solid #dbdbdb;
  }
}
@media (max-width: 991px) {
  .news-navlist li {
    margin: 0 20px;
  }
  .news-wrap {
    padding-top: 40px;
  }
  .news-click {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .news-navlist li a {
    font-size: 16px;
    line-height: 50px;
  }
  .news-navlist li {
    margin: 0 10px;
  }
  .news-list li {
    width: 100%;
    border-bottom: none;
    border-right: 1px solid #dbdbdb;
  }
  .news-list li:last-child {
    border-bottom: 1px solid #dbdbdb;
  }
}
/* 新闻详情 */
.news-detail {
  padding-top: 43px;
  background-color: #fafafa;
  overflow: hidden;
  padding-bottom: 77px;
}
.news-detailmain {
  border: 1px solid #dddddd;
  background-color: #fff;
  padding: 0 100px;
}
.news-detailtitle {
  padding-top: 50px;
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 30px;
  color: #333;
}
.news-detailtitle h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 16px;
  font-family: "sMedium";
}
.news-detailtitle span {
  font-size: 16px;
  line-height: 24px;
  font-family: "sNormal";
}
.news-detaildes {
  padding: 72px 35px 82px;
}
.news-detaildes p {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: "sNormal";
}
.ndetail-img {
  padding: 20px 70px;
  overflow: hidden;
}
.news-detaildes img {
  width: 100%;
}
.news-dpage {
  display: flex;
  justify-content: space-between;
  padding-top: 32px;
  padding-bottom: 43px;
  border-top: 1px solid #dcdcdc;
}
.ndpage-left a {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  font-family: "sNormal";
  display: block;
}
.ndpage-left a:hover {
  color: #266cb5;
}
.back-btn {
  display: block;
  width: 144px;
  height: 48px;
  color: #266cb5;
  border: 2px solid #8cb1d8;
  line-height: 44px;
  text-align: center;
  font-family: "sNormal";
}
@media (max-width: 1200px) {
  .news-detailmain {
    padding: 0 50px;
  }
  .news-detaildes {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .ndetail-img {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .news-detail {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .news-detailtitle {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .news-detailtitle h3 {
    font-size: 20px;
    margin-bottom: 6px;
  }
  .news-detailmain {
    padding: 0px 15px;
  }
  .news-detaildes {
    padding: 25px 0px 30px;
  }
  .ndetail-img {
    padding: 0px 20px;
  }
  .news-dpage {
    padding-top: 18px;
    padding-bottom: 20px;
    flex-wrap: wrap;
  }
  .ndpage-left {
    width: 100%;
  }
  .back-btn {
    margin-top: 10px;
  }
}
/* 资质证书 */
.honor-nav {
  border-bottom: 1px solid #e7e7e7;
}
.hnav-main {
  display: flex;
  justify-content: center;
}
.hnav-item {
  margin: 0 77px;
}
.hnav-item a {
  line-height: 81px;
  display: block;
  color: #666;
  font-size: 18px;
  font-family: "sNormal";
}
.hnav-item a:hover,
.hnav-on .hnav-item a {
  color: #266cb5;
}
.hnav-swiper {
  width: auto;
}
.hnav-swiper .swiper-slide {
  width: auto;
}
.honor-wrap {
  overflow: hidden;
  padding-top: 46px;
}
.honor-list {
  margin-left: -43px;
  margin-right: -43px;
}
.honor-list li {
  padding: 0 43px;
  width: 25%;
  float: left;
  margin-bottom: 27px;
}
.honor-img {
  border: 1px solid #dcdcdc;
}
.honor-item p {
  line-height: 30px;
  height: 64px;
  font-size: 18px;
  color: #333;
  font-family: "sNormal";
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-item:hover .public-img img {
  transform: scale(1.1);
}
.honor-item:hover p {
  color: #266cb5;
}
.honor-click {
  margin-bottom: 59px;
  border-color: #004fa7;
  width: 140px;
  height: 46px;
  line-height: 42px;
  background-color: #004fa7;
  color: #fff;
  border-radius: 4px;
}
@media (max-width: 1600px) {
  .hnav-item {
    margin: 0 50px;
  }
}
@media (max-width: 1400px) {
  .honor-list li {
    padding: 0 25px;
  }
  .honor-list {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media (max-width: 1200px) {
  .hnav-item {
    margin: 0 30px;
  }
  .honor-list li {
    padding: 0 16px;
  }
  .honor-list {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 991px) {
  .hnav-item {
    margin: 0 15px;
  }
  .honor-list li {
    width: 50%;
    margin-bottom: 0px;
  }
  .honor-wrap {
    padding-top: 40px;
  }
  .honor-click {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .hnav-item a {
    line-height: 50px;
    font-size: 16px;
  }
}
@media (max-width: 599px) {
  .honor-list li {
    padding: 0px;
    float: none;
    width: 100%;
  }
  .honor-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .hnav-item {
    margin: 0 10px;
  }
  .honor-click {
    margin-top: 16px;
  }
}
/* 技术支持 */
.tech-wrap {
  padding-top: 53px;
  overflow: hidden;
}
.tech-title {
  text-align: center;
  color: #266cb5;
  font-family: "sNormal";
  font-size: 32px;
  line-height: 32px;
}
.tech-sub {
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 34px;
  max-width: 1220px;
  margin: 25px auto 58px;
  font-family: "sNormal";
}
.tech-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tech-list li {
  width: calc(50% - 37px);
}
.tech-info {
  padding-top: 36px;
  padding-bottom: 8px;
}
.tech-intro {
  display: flex;
  align-items: center;
  font-family: "sNormal";
  margin-bottom: 14px;
}
.tech-intro span {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin-left: 15px;
}
.tech-info p {
  font-size: 18px;
  line-height: 36px;
  color: #666;
  min-height: 180px;
}
.tech-list li:hover .public-img img {
  transform: scale(1.1);
}
@media (max-width: 1200px) {
  .tech-list li {
    width: calc(50% - 18px);
  }
}
@media (max-width: 991px) {
  .tech-wrap {
    padding-top: 35px;
    padding-bottom: 10px;
  }
  .tech-title {
    font-size: 30px;
    line-height: 30px;
  }
  .tech-sub {
    line-height: 30px;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .tech-list li {
    width: 100%;
    margin-bottom: 20px;
  }
  .tech-info {
    padding-top: 16px;
  }
  .tech-info p {
    font-size: 16px;
    line-height: 30px;
    min-height: 30px;
  }
}
/* 服务承诺 */
.service-wrap {
  padding-top: 77px;
  padding-bottom: 55px;
  overflow: hidden;
}
.service-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 57px;
}
.service-img {
  width: 50%;
  overflow: hidden;
}
.service-img img {
  width: 100%;
  transition: all 0.5s;
}
.service-right {
  width: 50%;
  padding: 72px 75px 0px 105px;
  font-family: "sNormal";
  background: url(../img/service-img2.jpg) no-repeat center;
}
.service-right h3 {
  font-size: 32px;
  line-height: 32px;
  color: #266cb5;
  margin-bottom: 76px;
}
.service-right h4 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 16px;
}
.service-right p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
}
.service-list {
  display: flex;
  flex-wrap: wrap;
}
.service-list li {
  flex: 1;
  border: 1px solid #e2e2e2;
  border-right: none;
  height: 555px;
  transition: all 0.5s;
}
.service-list li:last-child {
  border-right: 1px solid #e2e2e2;
}
.service-icon {
  width: 169px;
  height: 169px;
  margin: 40px auto 40px;
  background-color: rgba(38, 108, 181, 0.4);
  padding: 26px;
  border-radius: 50%;
}
.service-iconimg {
  width: 117px;
  height: 117px;
  background-color: #266cb5;
  border-radius: 50%;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.service-iconimg img {
  transition: all 0.5s;
}
.sicon-on {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.service-info {
  text-align: center;
  font-family: "sNormal";
  padding: 0 38px;
}
.service-info h3 {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 20px;
}
.service-info p {
  font-size: 16px;
  line-height: 34px;
  color: #666;
  text-align: center;
}
.service-list li:hover {
  background-color: #266cb5;
}
.service-list li:hover .service-icon {
  background-color: rgba(255, 255, 255, 0.4);
}
.service-list li:hover .service-iconimg {
  background-color: #fff;
}
.service-list li:hover .sicon-on {
  opacity: 1;
}
.service-list li:hover .sicon-un {
  opacity: 0;
}
.service-list li:hover .service-info p {
  color: #fff;
}
.service-list li:hover .service-info h3 {
  color: #fff;
}
@media (max-width: 1400px) {
  .service-right h3 {
    margin-bottom: 35px;
  }
  .service-right {
    padding: 50px 50px 0px 75px;
  }
  .service-icon {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .service-info p {
    line-height: 30px;
  }
}
@media (max-width: 1200px) {
  .service-right h3 {
    margin-bottom: 18px;
  }
  .service-right {
    padding: 30px 40px 0px 40px;
  }
  .service-info {
    padding: 0 16px;
  }
}
@media (max-width: 991px) {
  .service-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .service-top {
    margin-bottom: 30px;
  }
  .service-img {
    width: 100%;
  }
  .service-right h3 {
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 28px;
  }
  .service-right h4 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .service-right {
    width: 100%;
    padding: 30px;
  }
  .service-list li {
    flex: none;
    width: 100%;
    border-right: 1px solid #e2e2e2;
    border-bottom: none;
    height: auto;
  }
  .service-list li:last-child {
    border-bottom: 1px solid #e2e2e2;
  }
  .service-icon {
    width: 139px;
    height: 139px;
    padding: 14px;
    margin-bottom: 20px;
  }
  .service-iconimg {
    width: 111px;
    height: 111px;
  }
  .service-info h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .service-info {
    padding: 20px;
    padding-top: 0px;
  }
}
/* 文件下载 */
.download-wrap {
  padding-top: 70px;
  overflow: hidden;
}
.download-list {
  margin-left: -34px;
  margin-right: -34px;
}
.download-list li {
  padding: 0 34px;
  margin-bottom: 48px;
  width: 33.33%;
  float: left;
}
.download-item {
  background-color: #f5f5f5;
  display: flex;
  padding: 18px;
}
.download-img {
  width: 31.7%;
  overflow: hidden;
}
.download-img img {
  width: 100%;
  display: block;
}
.download-info {
  width: 68.3%;
  padding-left: 50px;
  font-family: "sNormal";
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 17px;
  padding-bottom: 5px;
}
.download-infotop h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  min-height: 48px;
  margin-bottom: 9px;
}
.download-link {
  color: #266cb5;
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding-left: 20px;
  transition: all 0.5s;
  background: url(../img/download-arrow.png) no-repeat left center;
}
.download-info span {
  color: #888;
  font-size: 16px;
  line-height: 24px;
}
.download-link:hover {
  transform: translateX(8px);
}
@media (max-width: 1600px) {
  .download-info {
    padding-left: 40px;
  }
}
@media (max-width: 1400px) {
  .download-list li {
    padding: 0 20px;
  }
  .download-list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .download-info {
    padding-left: 30px;
  }
}
@media (max-width: 1200px) {
  .download-info {
    padding-left: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media (max-width: 991px) {
  .download-wrap {
    padding-top: 40px;
  }
  .download-list li {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
    float: none;
  }
  .download-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .download-info {
    padding-left: 30px;
  }
  .download-click {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .download-item {
    padding: 10px;
  }
  .download-info {
    padding-left: 18px;
  }
}
/* 工程案例 */
.casenav-swiper {
  width: auto;
}
.casenav-swiper .swiper-slide {
  width: auto;
}
.case-wrap {
  padding-top: 49px;
  overflow: hidden;
}
.case-list {
  margin-left: -30px;
  margin-right: -30px;
}
.case-list li {
  float: left;
  padding: 0 30px;
  width: 25%;
  margin-bottom: 9px;
}
.case-item p {
  height: 70px;
  line-height: 30px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
}
.case-click {
  margin-bottom: 54px;
}
.case-item:hover .public-img img {
  transform: scale(1.1);
}
.case-item:hover p {
  color: #266cb5;
}
@media (max-width: 1400px) {
  .case-list li {
    padding: 0 18px;
    margin-bottom: 0px;
  }
  .case-list {
    margin-left: -18px;
    margin-right: -18px;
  }
}
@media (max-width: 991px) {
  .case-wrap {
    padding-top: 40px;
  }
  .case-list li {
    width: 50%;
  }
  .case-click {
    margin-top: 10px;
    margin-bottom: 40px;
  }
}
@media (max-width: 599px) {
  .case-list li {
    padding: 0px;
    float: none;
    width: 100%;
  }
  .case-list {
    margin-left: 0px;
    margin-right: 0px;
  }
  .case-item p {
    height: 60px;
  }
}
/******产品中心********/
.pro-nav {
  height: 80px;
  line-height: 80px;
  border-bottom: 1px solid #e7e7e7;
}
.proNavSwiper .swiper-slide a {
  display: block;
}
.pro-navdl {
  border: 1px solid #e7e7e7;
  background: #fff;
  padding: 10px 30px;
}
.cateone {
  display: block;
}
.catetwo {
  display: block;
  height: 35px;
  line-height: 35px;
}
.pro-navul {
  padding-left: 15px;
}
.cateone {
  position: relative;
}
.cateone::after {
  background: url("../img/pro-nav-down.png") no-repeat center;
  width: 16px;
  content: "";
  height: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  opacity: 0;
}
.proNavSwiper .on .cateone {
  color: #266cb5;
}
.proNavSwiper .on .cateone::after {
  opacity: 1;
}

.proNavSwiper .on .catetwo.on {
  color: #266cb5;
}
.proNavSwiper .on .catethree.on {
  color: #266cb5;
}
.proNavSwiper .swiper-slide a:hover {
  color: #266cb5;
}
.pro-navtwo {
  display: flex;
  align-items: center;
}
.pro-navtwo img {
  width: 6px;
  height: 10px;
  margin-left: 46px;
}
.pro-navdl {
  display: none;
}
.pro-navul {
  display: none;
}
.pro-box {
  padding-top: 50px;
  padding-bottom: 69px;
}
.pro-boxul li .pro-boxw {
  border: 1px solid #ebebeb;
  padding-bottom: 60px;
}
.pro-boxw img {
  width: 100%;
}
.pro-boxtit {
  padding: 40px 30px 0px;
}
.pro-boxtit h3 {
  font-size: 20px;
  font-family: "sRegular";
  color: #333333;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro-boxtit h4 {
  font-size: 16px;
  line-height: 24px;
  font-family: "sRegular";
  color: #666666;
  margin-top: 12px;
}
.pro-more a {
  display: block;
  width: 124px;
  height: 46px;
  border: 1px solid #767676;
  text-align: center;
  line-height: 46px;
}
.pro-more a:first-child {
  margin-right: 20px;
}
.pro-more {
  display: flex;
  justify-content: center;
}
.pro-more a:last-child {
  color: #c9161f;
  border: 1px solid #c9161f;
}
.pro-boxul li {
  margin-bottom: 40px;
  cursor: pointer;
}
.pro-boxul li:hover .pro-boxw {
  box-shadow: -1px -1px 15px rgba(0, 0, 0, 0.25);
}
.pro-boxul li:hover .pro-more a:first-child {
  background: #266cb5;
  color: #fff;
}
.pros-click {
  margin-bottom: 0px;
  margin-top: 20px;
}
@media (max-width: 1400px) {
  .pro-more a {
    width: 108px;
  }
  .pro-boxtit h3 {
    font-size: 18px;
  }
  .pro-boxtit {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro-boxul li .pro-boxw {
    padding-bottom: 30px;
  }
  .catetwo {
    white-space: nowrap;
  }
  .pro-navtwo img {
    margin-left: 10px;
  }
  .pro-navdl {
    margin-top: -10px;
  }
}
@media (max-width: 991px) {
  .pro-boxtit {
    padding-top: 20px;
  }
  .pro-boxul li {
    margin-bottom: 20px;
  }
  .pro-boxtit h4 {
    margin-top: 8px;
  }
  .pro-box {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
/* 产品详情 */
.pro-detail {
  overflow: hidden;
  padding-top: 55px;
}
.prodetail-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.prodetail-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.prodetail-right {
  width: 50%;
  background: url(../img/pro-img-bg.jpg) no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-family: "sNormal";
}
.content_2{
  padding: 85px 85px 0px 70px;
}
.prodetail-right h3 {
  font-size: 36px;
  line-height: 36px;
  margin-bottom: 72px;
}
.prodetail-right p {
  font-size: 18px;
  line-height: 34px;
}
.prodetail-swiperimg {
  width: 100%;
  overflow: hidden;
  border: 1px solid #ededed;
}
.prodetail-swiperimg img {
  width: 100%;
  transition: all 0.5s;
}
.prodetail-small {
  position: absolute;
  height: 76px;
  bottom: 20px;
  right: 0%;
  width: 95%;
}
.prodetail-next,
.prodetail-prev {
  width: 65px;
  height: 65px;
  border: 1px solid #ededed;
  margin-top: -32px;
  background-size: 13px 22px;
  opacity: 1;
}
.prodetail-next {
  background-image: url(../img/pro-next.png);
  right: 0px;
}
.prodetail-prev {
  left: 0px;
  background-image: url(../img/pro-prev.png);
}
.prodetail-smallimg {
  width: 76px;
  height: 76px;
  border: 1px solid #ededed;
  overflow: hidden;
}
.prodetail-smallimg img {
  width: 100%;
  transition: all 0.5s;
}
.prodetail-small .swiper-slide-thumb-active .prodetail-smallimg {
  border-color: #266cb5;
}
.prodetail-titles {
  background-color: #f7f7f7;
  height: 80px;
  border-bottom: 1px solid #e7e7e7;
  display: flex;
  margin-bottom: 17px;
}
.prodetail-titles li span {
  width: 153px;
  display: block;
  transition: all 0.3s;
  text-align: center;
  line-height: 80px;
  color: #333;
  font-family: "sNormal";
  font-size: 18px;
  cursor: pointer;
  position: relative;
}
.prodetail-titles li span::after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0px;
  bottom: -1px;
  height: 1px;
  background-color: #266cb5;
  opacity: 0;
  transition: all 0.3s;
}
.prodetail-titles li:hover span,
.prodetail-titles li.on span {
  background-color: #266cb5;
  color: #fff;
}
.prodetail-titles li:hover span::after,
.prodetail-titles li.on span::after {
  opacity: 1;
}
.prodetail-item {
  padding-top: 36px;
  border-top: 1px solid #e7e7e7;
  overflow: hidden;
}
.pro-apply {
  border-top: none;
}
.prodetail-subtitle {
  font-size: 24px;
  line-height: 24px;
  color: #266cb5;
  font-family: "sMedium";
}
.pro-apply p {
  font-size: 18px;
  line-height: 34px;
  color: #333;
  font-family: "sNormal";
  margin-top: 36px;
  margin-bottom: 30px;
}
.config-wrap {
  width: 100%;
  margin-top: 38px;
  margin-bottom: 44px;
}
.config-navswiper {
  width: 100%;
  height: 100%;
}
.config-navswiper .swiper-slide {
  width: auto;
  margin-right: 48px;
}
.config-navswiper p a {
  font-family: "sNormal";
  padding-left: 30px;
  display: block;
  position: relative;
  color: #333;
  font-size: 18px;
  line-height: 24px;
}
.config-navswiper p a::before {
  position: absolute;
  width: 15px;
  height: 15px;
  content: "";
  background-color: #266cb5;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.config-navswiper p a:hover {
  color: #266cb5;
}
.anzhuang-wrap {
  margin-top: 40px;
  margin-bottom: 15px;
  text-align: center;
}
.argu-wrap {
  text-align: center;
  margin-top: 30px;
}
.argu-wrap p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  font-family: "sRegular";
  margin-top: 25px;
  margin-bottom: 20px;
}
.argu-download {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  height: 50px;
  margin: 0 auto 31px;
  background-color: #266cb5;
}
.argu-download span {
  color: #fff;
  font-family: "sRegular";
  font-size: 16px;
  margin-right: 12px;
}
.relative-item {
  padding-bottom: 48px;
  padding-top: 19px;
  border: 1px solid #ebebeb;
  transition: all 0.5s;
}
.relative-intro {
  padding-left: 28px;
  padding-right: 28px;
  font-family: "sRegular";
}
.relative-intro h3 {
  font-size: 20px;
  line-height: 24px;
  color: #333;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  margin-bottom: 12px;
  height: 48px;
}
.relative-intro p {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.relative-btn a {
  width: 110px;
  height: 42px;
  line-height: 40px;
}
.relative-swiper {
  margin-top: 29px;
  padding-bottom: 55px;
}
.relative-item:hover {
  box-shadow: 2px 2px 15px #d3d3d3;
  border-color: transparent;
}
.relative-item:hover .public-img img {
  transform: scale(1.1);
}
.relative-item:hover .hpro-more {
  background-color: #266cb5;
  color: #fff;
  border-color: #266cb5;
}
.prodetail-img {
  overflow: hidden;
}
@media(max-width: 1600px){
  .config-navswiper .swiper-slide{
    margin-right: 30px;
  }
}
@media (max-width: 1400px) {
  .prodetail-right {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .prodetail-small {
    bottom: 10px;
  }
  .prodetail-right h3 {
    margin-bottom: 30px;
  }
  .prodetail-right {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 991px) {
  .prodetail-left {
    width: 100%;
  }
  .prodetail-right {
    width: 100%;
  }
  .pro-detail {
    padding-top: 40px;
  }
  .prodetail-right {
    padding: 30px;
  }
  .prodetail-right h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
  .prodetail-right p {
    line-height: 30px;
    font-size: 16px;
  }
  .prodetail-top {
    margin-bottom: 35px;
  }
  .prodetail-titles {
    height: 60px;
    margin-bottom: 0px;
  }
  .prodetail-titles li span {
    width: auto;
    padding: 0 10px;
    line-height: 60px;
    font-size: 16px;
  }
  .pro-apply p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .prodetail-item {
    padding-top: 30px;
  }
  .config-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .prodetail-img > img {
    width: 100%;
  }
  .config-navswiper p a{
    font-size: 16px;
    padding-left: 20px;
  }
  .config-navswiper p a::before{
    width: 12px;
    height: 12px;
  }
  .config-navswiper .swiper-slide{
    margin-right: 20px;
  }
  .relative-swiper{
    padding-bottom: 40px;
  }
  .content_2{
    padding: 0px;
  }
}
@media (max-width: 559px) {
  .prodetail-next,
  .prodetail-prev {
    width: 48px;
    height: 48px;
    margin-top: -24px;
  }
  .prodetail-smallimg {
    width: 62px;
    height: 62px;
  }
  .prodetail-small {
    height: 64px;
    right: 6px;
  }
  .prodetail-right {
    padding: 30px 20px;
  }
  .prodetail-titles{
    flex-wrap: wrap;
    height: auto;
  }
}
.seo-h1 ,.inner-breadcrumb{
  display: none;
}

#p-banner {
  position: relative;
  z-index: 1;
}

#p-banner .swiper-slide img {
  width: 100%;
  display: block;
}

/*手机电脑切换*/
.dc-mo {
  display: none;
}

@media (max-width: 991px) {
  .dc-mo {
    display: block;
  }

  .dc-pc {
    display: none;
  }
}

