* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333;
}

body {
  font-family: "Microsoft YaHei", "Arial", "微软雅黑", "黑体", "宋体",
    /* font-family: "微软雅黑"; */
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #fff;
  text-align: center;
}

.load_box .loader_loader {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.loader_loader {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: column;
  flex-grow: 1;
  flex-shrink: 0;
  flex-basis: 25%;
  max-width: 25%;
  height: 200px;
  align-items: center;
  justify-content: center;
}

@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.line-scale-party>div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
  animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
  animation-duration: 1.26s;
}

.line-scale-party>div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
  animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
  animation-duration: 0.43s;
}

.line-scale-party>div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
  animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
  animation-duration: 1.01s;
}

.line-scale-party>div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
  animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
  animation-duration: 0.73s;
}

.line-scale-party>div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
  animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
  animation-delay: 0;
}


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/

.banner img {
  width: 100%;
}

.head {
  height: 107px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

.navicon {
  width: 5.4%;
  height: 107px;
  background: #0066ae;
  float: left;
  padding-top: 39px;
  cursor: pointer;
}

.navicon span {
  display: block;
  width: 40%;
  height: 3px;
  background: #fff;
  margin: 0 auto 8px;
}

.logo {
  float: left;
  width: 4.8%;
  line-height: 107px;
  margin-left: 3%;
  text-align: center;
}

.logo img {
  width: 80%;
  margin-top: -5px;
}

.cname {
  float: left;
  margin-left: 5px;
  margin-top: 3px;
}

.cnames {
  color: #fff;
  font-size: 25px;
  font-weight: bold;
}

.nav {
  float: left;
  margin-left: 23%;
}

.nav>ul {
  margin-bottom: 0;
}

.nav>ul>li {
  float: left;
  line-height: 107px;
  padding: 0 20px;
  position: relative;
}

.nav>ul>li>a {
  font-size: 18px;
  color: #fff;
  display: block;
}

.nav>ul>li .detailnav {
  position: absolute;
  top: 107px;
  left: 0;
  display: none;
  width: 400px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 15px;
  z-index: 999;
  background: rgba(255, 255, 255, 0.4);
}

.nav>ul>li:hover .detailnav {
  display: block;
}

.nav>ul>li .detailnav .inner-nav {
  display: flex;
  gap: 15px;
  align-items:flex-start;
}

/* 左侧导航部分 */
.nav>ul>li .detailnav .inner-nav .nav-links {
  flex: 1;
  border-right: 1px solid #ccc;
}

.nav>ul>li .detailnav .inner-nav .nav-links>li {
  line-height: 36px;
}
.nav>ul>li .detailnav .inner-nav .nav-links>li a {
	color:#0066ae;

}

/* 右侧图片部分 */
.nav>ul>li .detailnav .inner-nav .nav-image {
  width: 180px;
  height: auto;
  border-radius: 4px;
  object-fit: cover;
}

.search {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;

  margin-top: 35px;
  cursor: pointer;
  margin-left: 10px;
}

.search-box {
  width: 28%;
  position: fixed;
  right: 10%;
  top: 107px;
  display: none;
  z-index: 9999;
  background: #1766b1;
  padding: 18px 2%;
}

.search-box .close {
  float: right;
  width: 35px;
  height: 35px;
  background: url(../images/wel26.png) no-repeat center;
  background-size: 100%;
  margin-top: 2px;
  opacity: 1;
}

.search-box form {
  width: 76%;
  height: 40px;
  line-height: 40px;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 1);
}

.search-box form .text {
  font-size: 12px;
  color: #fff;
  border: none;
  background: none;
  padding: 0 28px 0 18px;
  width: 100%;
  height: 40px;
  color: #fff;
  line-height: 40px;
  outline: none;
}

.search-box form .submit {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  right: 14px;
  margin-top: -15px;
  background: url(../images/search.png) no-repeat center;
  border: none;
}

.search-box form .text::-webkit-input-placeholder {
  color: #fff;
}

.search-box form .text:-moz-placeholder {
  color: #fff;
}

.search-box form .text::-moz-placeholder {
  color: #fff;
}

.search-box form .text:-ms-input-placeholder {
  color: #fff;
}

.wechat {
  float: left;
  width: 34px;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;

  margin-top: 35px;
  cursor: pointer;
  margin-left: 10px;
}

.language {
  float: left;
  height: 34px;
  border-radius: 100%;
  text-align: center;
  line-height: 34px;
  margin-top: 35px;
  cursor: pointer;
}

.language a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: #fff;
}

.mobile-inner-header {
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 60px;
  display: none;
  line-height: 60px;
  text-align: center;
  color: #333;
  font-weight: bold;
  font-size: 22px;
}

.mobile-inner-header-icon {
  color: #ffffff;
  height: 60px;
  font-size: 25px;
  text-align: center;
  float: right;
  width: 60px;
  position: relative;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
  outline: none;
}

.mobile-inner-header-icon:hover {
  background-color: rgba(255, 255, 255, 0.2);
  cursor: pointer;
}

.mobile-inner-header-icon span {
  position: absolute;
  left: calc((100% - 25px) / 2);
  top: calc((100% - 1px) / 2);
  width: 25px;
  height: 1px;
  background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
  height: 100%;
  margin-top: -5px;
}

.mobile-inner-header-icon span:nth-child(1) {
  transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
  transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: clicksecond;
}

@keyframes clickfirst {
  0% {
    transform: translateY(4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}

@keyframes clicksecond {
  0% {
    transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}

.mobile-inner-header-icon-out span:nth-child(1) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: outsecond;
}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}

@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-inner-nav {
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 60px;
  left: 0px;
  padding-top: 30px;
  padding-bottom: 80px;
  display: none;
  z-index: 999;
}

.mobile-inner-nav a {
  display: inline-block;
  line-height: 50px;
  text-decoration: none;
  width: 80%;
  margin-left: 10%;
  color: #333;
  border-bottom: solid 1px rgba(51, 51, 51, 0.3);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 300;
}

.mobile-inner-nav a:hover {
  color: rgba(51, 51, 51, 0.4);
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}

.cnav {
  width: 20%;
  position: fixed;
  top: 0;
  left: -20%;
  height: 100%;
  background: #0569ad;
  z-index: 9999;
  padding-top: 40px;
  transition: all 0.8s;
}

.cnav ul {
  margin-bottom: 0;
}

.cnav ul li {
  height: 40px;
  line-height: 40px;
  text-align: left;
  padding-left: 20%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.cnav ul li a {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.9);
}

.cnavclose {
  position: absolute;
  right: 15px;
  top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 42px;
  opacity: 1;
  font-weight: 300;
  cursor: pointer;
}



.hongqiang_a {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

.hongqiang_as {
  max-width: 1230px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.hongqiang_asLeft {
  float: left;
  height: 65px;
  line-height: 65px;
}

.hongqiang_asLeft label {
  margin: 0;
  font-size: 16px;
  color: #1262b9;
}

.hongqiang_asLeft a {
  color: #676363;
  display: inline-block;
  border-right: 1px solid #676363;
  line-height: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.hongqiang_fleft {
  float: left;
  width: 48%;
}

.hongqiang_asRight {
  float: right;
  margin-top: 15px;
}

.hongqiang_asRight input {
  width: 194px;
  height: 36px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
  outline: none;
  padding-left: 15px;
  float: left;
  border-radius: 20px 0 0 20px;
}

.hongqiang_asRight button {
  width: 44px;
  height: 36px;
  background: url(../image/images/4_03.jpg)center 0 no-repeat;
  float: left;
  outline: none;
  border: 0;
}






.hongqiang_b {
  max-width: 1230px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
  margin-top: 4rem;
  margin-bottom: 6rem;
}


.hongqiang_b a {
  display: block;
  float: left;
  width: 33.333%;
  text-align: center;
  overflow: hidden;
}

.hongqiang_b a img {}

.hongqiang_b a span {
  font-size: 23px;
  color: #131415;
  display: block;
  margin: 19px 0;
}

.hongqiang_b a div {
  font-size: 15px;
  color: #545050;
  padding: 0 34px;
  line-height: 29px;
}





.hongqiang_c {
  width: 100%;
  background: #f7f7f7;
  overflow: hidden;
  padding: 0 0 7em;
}

.hongqiang_cs {
  max-width: 1230px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.hongqiang_csLeft {
  overflow: hidden;
  /* background: #1369c0; */
  float: left;
  width: 24%;
  padding: 0 9px;
  padding-bottom: 9px;
  background-image: url('../image/pro_menu.jpg');
}

.hongqiang_csLeft_a {
  text-align: center;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 2.5rem;
}

.hongqiang_csLeft_a div {
  font-size: 30px;
  font-weight: bold;
}

.hongqiang_csLeft_a span {
  font-size: 26px;
  text-transform: uppercase;
}

.hongqiang_csLeft_b {
  width: 100%;
}

.hongqiang_csLeft_b a {
  display: block;
  height: 52px;
  padding-left: 20px;
  border-bottom: 1px solid #005ca7;
  line-height: 65px;
  font-size: 18px;
  color: #fff;
}

.hongqiang_csLeft_b a:last-child {
  border: 0;
}

.hongqiang_csLeft_b a img {
  margin-left: 11%;
  margin-right: 5%;
}

.hongqiang_csLeft_b a span {}


.hongqiang_csRight {
  float: right;
  width: 74%;
  overflow: hidden;
}

.hongqiang_csRight_a {
  overflow: hidden;
  background: #fff;
  padding: 9px;
}

.hongqiang_csRight_a img {
  float: left;
  width: 58%;
}

.hongqiang_csRight_a div {

  float: right;
  width: 37%;
  margin-right: 2%;
  margin-top: 12%;

}

.hongqiang_csRight_a div label {
  font-size: 20px;
  color: #0a0b0b;
}

.hongqiang_csRight_a div p {
  font-size: 16px;
  color: #525355;
  line-height: 27px;
}

.hongqiang_csRight_a div a {
  background: #f5c105;
  color: #fff;
  padding: 7px 17px;
  display: inline-block;
}


.hongqiang_csRight_b {
  width: 100%;
  overflow: hidden;

}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a {
  display: block;
  border: 4px solid #f4f4f4;
  overflow: hidden;
  width: 100%;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a:hover {
  border: 4px solid #025fac;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a img {
  width: 100%;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiper a span {
  display: block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  color: #333;
  background-color: #fff;
}

.hongqiang_csRight_b .hongqiang_csRight_bswipernext {
  width: 44px;
  height: 47px;
  background: url(../image/7.png)center 0 no-repeat;
  margin-top: -23.5px;
  right: 0;
}

.hongqiang_csRight_b .hongqiang_csRight_bswiperprev {
  width: 44px;
  height: 47px;
  background: url(../image/8.png)center 0 no-repeat;
  margin-top: -23.5px;
  left: 0;
}

i {
  font-style: normal;
}

em {
  font-style: normal;
}

.blk-main {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.blk {
  margin-bottom: 20px;
  width: 100%;
  float: left;
}

.p12-curmbs-1 {
  font-size: 14px;
  border-bottom: 1px dashed #dcdcdc;
}

.p12-curmbs-1 b {
  border-left: 10px solid #0b469c;
  font-weight: normal;
  padding-left: 8px;
}

.p12-curmbs-1 span {
  font-family: '宋体';
  padding: 0 5px;
  height: 46px;
  line-height: 46px;
}

.p12-curmbs-1 i {
  font-style: normal;
}

.p12-curmbs-1 a {
  color: #666;
}

.blk-xs {
  width: 20%;
}

.fdh-01-tit {
  background: #0b469c;
  height: 80px;
}

.fdh-01-tit h3 {
  height: 75px;
  font-size: 24px;
  font-weight: normal;
  line-height: 75px;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  margin-top: 0px;
  margin: 0;
}

.fdh-01-nav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
}
.fdh-01-nav a:hover {
	color: #0b469c;
}
.fdh-01-nav-one h3 {
  height: 50px;
  line-height: 50px;
  background: url(../image/p14-icon5.png) no-repeat right center #ececeb;
  margin-bottom: 2px;
  overflow: hidden;
  margin-top: 0px;
}

.fdh-01-nav-one h3 a {
  display: block;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  margin-right: 40px;
  margin-left: 38px;
  color: #666;
}

.fdh-01-nav dl {
  padding: 2px 0 4px;
  margin: 0;
}

.fdh-01-nav dt {
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  padding-left: 54px;
  padding-right: 40px;
  margin-bottom: 1px;
  background: #ececec;
  position: relative;
  overflow: hidden;
  font-weight: 400;
}

.fdh-01-nav-one h3.sidenavcur,
.fdh-01-nav-one h3:hover {
  background: url(../image/p14-icon2.png) no-repeat right center #0b469c;
}

.fdh-01-nav-one h3.sidenavcur a,
.fdh-01-nav-one h3:hover a {
  color: #fff;
}

.fdh-01-nav dt:after {
  content: "";
  width: 8px;
  height: 8px;
  border: 2px solid #b8b8b8;
  border-style: solid solid none none;
  position: absolute;
  top: 50%;
  right: 32px;
  margin-top: -4px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fdh-01-nav dt.sidenavcur:after,
.fdh-01-nav dt:hover:after {
  border-color: #0b469c;
}



.cbgg-01 {
  background: #0b469c;
  text-align: center;
  color: #fff;
}

.cbgg-01-img img {
  width: 100%;
  display: block;
}

.cbgg-01 p {
  padding-top: 15px;
  margin: 0;
}

.cbgg-01 p img {
  vertical-align: middle;
  margin-right: 5px;
}

.cbgg-01 span {
  display: block;
  font-size: 28px;
  font-weight: bold;
  font-family: Arial;
  padding-bottom: 20px;
  padding-top: 10px;
}


.blk-sm {
  width: 78%;
}


.fr {
  float: right;
}

.b {
  clear: both;
}

.cplb-3n-ts-03-tit {
  height: 50px;
  font-size: 24px;
  font-weight: normal;
  line-height: 50px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 15px;
  margin-top: 0;
}

.cplb-3n-ts-03-tit span {
  display: inline-block;
  height: 50px;
  border-bottom: 1px solid #0b469c;
}


.cplb-3n-ts-03-list {
  overflow: hidden;
}

.cplb-3n-ts-03-list dl {
  width: 32.1%;
  border: 1px solid #dedede;
  margin-bottom: 15px;
  background: #fff;
  float: left;
  margin-right: 1.2%;
  cursor: pointer;
}

.cplb-3n-ts-03-list dt img {
  width: 100%;
  margin: 0 auto;
  display: block;
}

.cplb-3n-ts-03-list dd {
  padding: 6px 20px 5px 20px;
}

.cplb-3n-ts-03-list dd h4 {
  height: 45px;
  font-weight: normal;
  font-size: 18px;
  color: #154c64;
  line-height: 45px;
  overflow: hidden;
  margin: 0;
}


.cplb-3n-ts-03-list h4 a {
  display: block;
  height: 45px;
  color: #727272;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cplb-3n-ts-03-list dl a {
  color: #727272;
}

.cplb-3n-ts-03-list-desc {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  margin-bottom: 12px;
  overflow: hidden;
}


.cplb-3n-ts-03-list dl:hover {
  border-color: #0b469c;
}

.cplb-3n-ts-03-list dl:hover a {
  color: #0b469c;
}

.fl {
  float: left;
  display: inline;
}



/* 应用领域 */
.homeApplMenu {
  width: 100%;
  height: 716px;
  overflow: hidden;
}

.homeApplMenu ul li {
  cursor: pointer;
  float: left;
  position: relative;
}

.homeApplMenu ul li .img {
  height: 716px;
}

.homeApplMenu ul li .img img {
  width: 100%;
  height: 100%;
}

.homeApplMenu ul li .title {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homeApplMenu .layer .text .ico {
  display: block;
  width: 76px;
  height: 76px;
  background-size: cover;
}

.homeApplMenu ul li h6 {
  font-size: 20px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homeApplMenu ul li .info {
  font-size: 16px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.homeApplMenu .layer {
  width: 19.4%;
  float: left;
}

.homeApplMenu .layer .bg {
  background: #1369c0;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.homeApplMenu .layer .wz {
  position: absolute;
  top: 140px;
  right: -30px;
  color: #fff;
  font-size: 14px;
  border-top: 1px solid #56595c;
  padding: 16px 0 0 60px;
  text-transform: uppercase;
  transform: rotate(90deg) translate(-40px, -5px);
}

.homeApplMenu .layer .text {
  position: absolute;
  bottom: 60px;
  left: 0;
  padding: 0 40px;
}

.homeApplMenu .layer .ico {
  margin-bottom: 30px;
}

/*.homeApplMenu .layer .ico1{ background: url(../images/main17.png) no-repeat center;}
.homeApplMenu .layer .ico2{ background: url(../images/main18.png) no-repeat center;}
.homeApplMenu .layer .ico3{ background: url(../images/main19.png) no-repeat center;}
.homeApplMenu .layer .ico4{ background: url(../images/main20.png) no-repeat center;}*/
.homeApplMenu .layer h6 {
  color: #fff;
}

.homeApplMenu .layer h6::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin: 20px 0;
  background: #fff;
}

.homeApplMenu .layer .info {
  color: #fff;
}

.homeApplMenu .layer .more {
  display: none;
}

.homeApplMenu .curr {
  width: 41.8%;
}

.homeApplMenu .curr .bg {
  display: none;
}

.homeApplMenu .curr .wz {
  display: none;
}

.homeApplMenu .curr .text {
  width: 37%;
  background: #fff;
  position: absolute;
  bottom: 180px;
  left: 0;
  padding: 30px 55px 30px 0;
}

.homeApplMenu .curr .ico {
  position: absolute;
  right: -38px;
  top: 50%;
  margin-top: -38px;
}

/*.homeApplMenu .curr .ico1{ background: url(../images/main21.png) no-repeat center;}
.homeApplMenu .curr .ico2{ background: url(../images/main22.png) no-repeat center;}
.homeApplMenu .curr .ico3{ background: url(../images/main23.png) no-repeat center;}
.homeApplMenu .curr .ico4{ background: url(../images/main24.png) no-repeat center;}*/
.homeApplMenu .curr h6 {
  color: #333;
  text-align: right;
}

.homeApplMenu .curr h6::after {
  content: "";
  display: block;
  width: 100%;
  height: 14px;
  margin: 34px 0 20px 0;
  background: url(../image/main25.png) no-repeat right center;
  background-size: cover;
}

.homeApplMenu .curr .info {
  width: 58%;
  margin-left: 42%;
  color: #707070;
  text-align: right;
}

.homeApplMenu .curr .more {
  display: block;
  float: right;
  font-size: 14px;
  margin-top: 30px;
  color: #252323;
  text-transform: uppercase;
}

.homeApplMenu .curr .more::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 3px;
  margin: 4px 12px;
  background: #f5c105;
}

@media (max-width:1440px) {
  .homeApplMenu ul li .text {
    width: 85%;
  }
}

@media (max-width:1230px) {
  .homeAppl {
    padding: 10px 0 0 0;
  }

  .homeApplTab .pic {
    margin: 10px 5px 10px 5px;
  }

  .homeApplTab .pic a {
    color: #333;
  }

  .homeApplTab .pic .img {
    height: auto;
    overflow: hidden;
  }

  .homeApplTab .pic h6 {
    font-size: 16px;
    margin: 10px 0 5px 0;
    height: 20px;
    overflow: hidden;
  }

  .homeApplTab .pic .info {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
  }

  .homeApplTab .slick-dots {
    position: static;
    z-index: 10;
    margin-top: 3%;
    height: 6px;
  }

  .homeApplTab .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    background: #a7a7a7;
    margin: 0 4px;
    border-radius: 6px;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
  }

  .homeApplTab .slick-dots .slick-active {
    background: #f5c105;
  }
}

@media (max-width:640px) {
  .homeApplTab .pic {
    margin: 10px 0 10px 0;
  }
}

/* 品牌案例 */
.homeBran {
  padding: 120px 0;
}

.homeBranTab {
  margin: 0 -24px;
}

.homeBranTab .pic {
  margin: 25px 24px 30px 24px;
  position: relative;
}

.homeBranTab .text {
  width: 82%;
  height: 150px;
  position: absolute;
  left: 0;
  bottom: -30px;
  padding: 20px 40px;
  background: #f5f5f5;
}

.homeBranTab .text h6 {
  font-size: 20px;
  margin-bottom: 10px;
  height: 26px;
  overflow: hidden;
}

.homeBranTab .text .info {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #565656;
}

.homeBranTab .text .more {
  float: right;
  font-size: 12px;
  font-weight: bold;
}

.homeBranTab .text .more::before {
  content: "";
  display: inline-block;
  margin: 3px 20px;
  width: 57px;
  height: 1px;
  background: #d6d6d6;
}

.homeBranTab .pic:hover .text {
  background: #f5c105;
}

.homeBranTab .pic:hover .text h6 {
  color: #fff;
}

.homeBranTab .pic:hover .text .info {
  color: #fff;
}

.homeBranTab .pic:hover .text .more {
  color: #fff;
}

.homeBranTab .pic :hover.text .more::before {
  background: #e95f5f;
}

@media (max-width:1400px) {
  .homeBran {
    padding: 60px 0;
  }

  .homeBranTab {
    margin: 0 -15px;
  }

  .homeBranTab .pic {
    margin: 15px 15px 30px 15px;
  }
}

@media (max-width:1023px) {
  .homeBran {
    padding: 20px 0;
  }

  .homeBranTab {
    margin: 0 -5px;
  }

  .homeBranTab .pic {
    margin: 10px 5px 20px 5px;
  }

  .homeBranTab .text {
    width: 82%;
    height: 90px;
    padding: 5px 10px;
  }

  .homeBranTab .text h6 {
    font-size: 16px;
    margin-bottom: 0;
    height: 22px;
  }

  .homeBranTab .text .info {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }

  .homeBranTab .text .more::before {
    margin: 3px 10px;
    width: 27px;
  }

  .homeBranTab .slick-dots {
    position: static;
    z-index: 10;
    margin-top: 3%;
    height: 6px;
  }

  .homeBranTab .slick-dots li {
    vertical-align: top;
    width: 6px;
    height: 6px;
    background: #a7a7a7;
    margin: 0 4px;
    border-radius: 6px;
    cursor: pointer;
    text-indent: -999px;
    overflow: hidden;
  }

  .homeBranTab .slick-dots .slick-active {
    background: #f5c105;
  }
}

@media (max-width:640px) {
  .homeBranTab .pic {
    margin: 10px 0 20px 0;
  }
}



.contentWH {
  width: 1600px;
  height: auto;
  margin: 0px auto;
}

.W_index_ads_box {
  width: 100%;
  height: auto;
  padding: 0 0 7em;
  background: url(/image/index9_02.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

.W_index_ads_title {
  width: 100%;
  height: auto;
}

.W_index_ads_title h4 {
  font-size: 40px;
  color: #000000;
  text-align: center;
  font-weight: bold;
}

.W_index_ads_title p {
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-top: 10px;
}

.W_index_ads_sw {
  width: 100%;
  height: auto;
  margin-top: 62px;
}

.W_index_ads_sw .swiper-slide {
  width: 400px;
  height: auto;
}

.W_index_ads_sw .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}


.hongqiang_e {
  width: 100%;
  background: url(../image/images/7_03.jpg)center 0 no-repeat;
  height: 995px;
  overflow: hidden;
}

.hongqiang_eTop {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 59px;
  background: url(../image/10.png)center 0 no-repeat;
  background-position: center;
}

.hongqiang_eTop label {
  font-size: 42px;
  color: #0f0c0c;
}

.hongqiang_eTop label span {
  font-size: 90px;
  color: #1369c0;
}

.hongqiang_eTop div {
  font-size: 18px;
  color: #130e0e;
}


.hongqiang_esall {
  position: relative;
  width: 100%;
}

.hongqiang_es {
  max-width: 1230px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.hongqiang_estext {
  overflow: hidden;

}

.hongqiang_estextbox {
  overflow: hidden;
  display: none;
}

.hongqiang_estextbox label {
  font-size: 49px;
  color: #35393c;
  position: relative;
  z-index: 10;
  margin-top: 78px;
}

.hongqiang_estextbox span {
  font-size: 31px;
  display: block;
  color: #1369c0;
  position: relative;
  z-index: 10;
  font-weight: 700;
  margin-bottom: 18px;
}

.hongqiang_estextbox div {
  color: #444749;
  position: relative;
  z-index: 10;
  font-size: 16px;
  width: 321px;
  line-height: 34px;
}

.hongqiang_estextbox img {
  position: absolute;
  right: 0;
  top: 0;
  width: 62%;
}


.hongqiang_esnav {
  width: 722px;
  overflow: hidden;
  position: relative;
  z-index: 10;
  margin-top: 33px;
}

.hongqiang_esnav a {
  display: block;
  font-size: 20px;
  float: left;
  width: 25%;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #1369c0;
  height: 108px;
  line-height: 108px;
  transition: all 0.3s;
}

.hongqiang_esnav a img {
  margin-right: 12px;
}

.hongqiang_esnav a.on {
  background: #f5c105;
}



.huawei_b {
  max-width: 1182px;
  margin: auto;
  overflow: hidden;
  height: 498px;
  background: url(../image/4.png)center 0 no-repeat;
}


.huawei_bLeft {
  float: left;
  margin-top: 63px;
}

.huawei_bLeft a {
  display: block;
  margin-bottom: 147px;
}

.huawei_bLeft a label {
  font-size: 21px;
  color: #0b469c;
}

.huawei_bLeft a label img {}

.huawei_bLeft a>img {
  display: block;
}

.huawei_bLeft div {
  color: #16181a;
  line-height: 26px;
  margin-top: 10px;
}


.huawei_bRight {
  float: right;
  margin-top: 63px;
}

.huawei_bRight a {
  display: block;
  margin-bottom: 147px;
}

.huawei_bRight a label {
  font-size: 21px;
  color: #0b469c;
}

.huawei_bRight a label img {}

.huawei_bRight a>img {
  display: block;
}

.huawei_bRight div {
  color: #16181a;
  line-height: 26px;
  margin-top: 10px;
}

.allTop {
  width: 100%;
  text-align: center;
  background: url(../image/10.png)center 0 no-repeat;
  background-position: center;
  margin-top: 50px;
  margin-bottom: 33px;
}

.allTop label {
  font-size: 36px;
  color: #372d2d;
  line-height: 100%;
  display: block;
  margin-bottom: 12px;
  line-height: 52px;

}

.allTop div {
  font-size: 16px;
  color: #454444;
}


.index_g {
  max-width: 1230px;
  padding: 0 10px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 85px;
}

.index_gLeft {
  float: left;
  width: 54%;
  overflow: hidden;
}

.index_gLeft .index_gLeftTop {
  overflow: hidden;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  width: 100%;
  height: 63px;
  line-height: 63px;
  margin-bottom: 32px;
}

.index_gLeftTop span {
  float: left;
  width: 33%;
  background: #1369c0;
  color: #fff;
  text-align: center;
  font-size: 22px;
  border-radius: 4px;
}

.index_gLeftTop div {
  float: left;
  font-size: 17px;
  color: #ccc;
  margin-left: 2%;
}

.index_gLeftTop a {
  float: right;
  height: 100%;
}

.index_gLeftTop a img {}

.index_gLeft_a {
  width: 100%;
  overflow: hidden;
}

.index_gLeft_a_as {
  overflow: hidden;
  float: left;
  width: 42%;
}

.index_gLeft_a_as img {
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
}

.index_gLeft_a_as img:hover {
  transform: scale(1.1);
  cursor: pointer;
}


.index_gLeft_a_bs {
  float: right;
  width: 53%;
  overflow: hidden;
}

.index_gLeft_a_bs span {
  font-size: 16px;
  color: #464646;
  line-height: 36px;
}

.index_gLeft_a_bs p {
  color: #878787;
  margin: 0;
  line-height: 28px;
}

.index_gLeft_a_bs a {
  display: block;
  width: 173px;
  height: 40px;
  background: #f5c105;
  color: #fff;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  font-size: 16px;
  margin-top: 4rem;
}



.index_gLeft_b {
  display: block;
  height: 74px;
  border: 1px solid #ccc;
  width: 100%;
  line-height: 74px;
  overflow: hidden;
  margin-top: 32px;
}

.index_gLeft_b .index_gLeft_b_a {
  float: left;
  border-right: 1px solid #ccc;
  height: 48px;
  line-height: 166%;
  width: 17%;
  text-align: center;
  margin-top: 10px;
  margin-right: 17px;
}

.index_gLeft_b .index_gLeft_b_a div {
  color: #333;
  font-size: 22px;
  margin-top: 2px;
}

.index_gLeft_b .index_gLeft_b_a span {
  color: #666;
}

.index_gLeft_b .index_gLeft_b_b {
  float: left;
  font-size: 16px;
  color: #464646;
}

.index_gLeft_b img {
  float: right;
  margin-top: 19px;
}



.index_gRight {
  float: right;
  width: 43%;
  overflow: hidden;
}

.index_gRight .index_gRightTop {
  overflow: hidden;
  border: 1px solid #ccc;
  border-left: 0;
  border-right: 0;
  width: 100%;
  height: 63px;
  line-height: 63px;
  margin-bottom: 32px;
}

.index_gRightTop span {
  float: left;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
}

.index_gRightTop div {
  float: left;
  font-size: 17px;
  color: #ccc;
  margin-left: 2%;
}

.index_gRightTop a {
  float: right;
  height: 100%;
}

.index_gRightTop a img {}


.index_gRightbottom {
  overflow: hidden;
}

.index_gRightbottom a {
  display: block;
  background: url(../image/q.jpg)left 26px no-repeat;
  padding: 26px 0;
  padding-left: 48px;
  border-top: 1px dashed #ccc;
}

.index_gRightbottom a div {
  color: #464646;
  font-size: 16px;
  margin-bottom: 11px;
}

.index_gRightbottom a p {
  color: #878787;
  line-height: 28px;
  margin: 0;

}



.hongqiang_f {
  width: 100%;
  background: url(../image/16.png)center 0 no-repeat;
  height: 832px;
  overflow: hidden;
}


.hongqiang_fs {
  max-width: 1210px;
  margin: auto;
  overflow: hidden;

}


.hongqiang_fs video {
  height: 478px;
  float: left;
  display: block;
  object-fit: fill;
  width: 51%;
  outline: none;
}

.hongqiang_fRight {
  width: 49%;

  float: left;
  padding: 15px 0 0 33px;
}

.hongqiang_fRight div {}

.hongqiang_fRight div label {
  display: block;
  font-size: 48px;
  line-height: 48px;
  color: #082647;
  font-weight: bold;
  margin-bottom: 10px;
}

.hongqiang_fRight div em {
  display: block;
  font-size: 20px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 18px;
}

.hongqiang_fRight div p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 29px;
  padding-right: 68px;
  line-height: 26px;
}

.hongqiang_fRight ul {
  overflow: hidden;
}

.hongqiang_fRight ul li {
  float: left;
  width: 99px;
  position: relative;
}

.hongqiang_fRight ul li i {
  display: block;
  width: 37px;
  height: 34px;
  margin: 0 auto 12px;
}

.hongqiang_fRight ul li .ab1 {
  background: url(../image/ab1.png) no-repeat center;
}

.hongqiang_fRight ul li .ab2 {
  background: url(../image/ab2.png) no-repeat center;
}

.hongqiang_fRight ul li .ab3 {
  background: url(../image/ab3.png) no-repeat center;
}

.hongqiang_fRight ul li .ab4 {
  background: url(../image/ab4.png) no-repeat center;
}

.hongqiang_fRight ul li em {
  display: block;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
  text-align: center;
}

.hongqiang_fRight ul li:before {
  width: 1px;
  height: 41px;
  background: #bfbfbf;
  content: "";
  position: absolute;
  right: -1px;
  top: 3px;
}

.hongqiang_fRight ul li.last:before {
  display: none;
}

.hongqiang_fRight ul li:hover .ab1 {
  background: url(../image/ab1_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab2 {
  background: url(../image/ab2_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab3 {
  background: url(../image/ab3_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover .ab4 {
  background: url(../image/ab4_h.png) no-repeat center;
}

.hongqiang_fRight ul li:hover em {
  color: #DD9615;
}



.hongqiang_fbottom {
  float: left;
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}


.hongqiang_fbottom a {
  display: block;
  float: left;
  width: 20%;
  overflow: hidden;
  padding: 30px 0;
  text-align: center;
}

.hongqiang_fbottom a label {
  color: #161b1f;
  font-size: 31px;
}

.hongqiang_fbottom a label span {
  color: #0066ae;
  font-size: 55px;
  font-family: Arial;
}

.hongqiang_fbottom a div {
  font-size: 17px;
  color: #17191a;
}


.box {
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.justify_between {
  justify-content: space-between;
}

.main_middle {
  width: 1320px;
  margin: 0 auto;
  z-index: 9;
}

/* footer_wrapper */
.footer_wrapper {
  width: 100%;
  height: 100%;
  color: #333;
  background-color: #c9d2e1;
}

.footer_top {}

.footer_top .ftop_left {
  padding: 3.85417vw 0 6vw;
  width: 33.33%;
}

.footer_top .ftop_left img {

  margin: 0 0 1.5625vw 0;
}

.footer_top .ftop_left p {
  font-size: 0.9375vw;
  margin-bottom: 1.14583vw;
}

.footer_top .ftop_left span {
  display: block;
  margin-bottom: 1.25vw;
  font-size: 0.72917vw;
}

.footer_top .ftop_left .sub {}

.footer_top .ftop_left .sub input {
  width: 9.47917vw;
  height: 1.875vw;
  padding: 0 8px;
  margin-right: 3px;
  border: none;
  background-color: #fff;
}

.footer_top .ftop_left .sub button {
  width: 3.4375vw;
  height: 1.875vw;
  border: none;
  font-size: 0.9375vw;
  color: #fff;
  background-color: #047dd0;
}

.footer_top .ftop_link {
  width: 68%;
  padding-top: 3.85417vw;
}

.footer_top .ftop_link .ftop_l_item {
  width: 33%;
  margin-right: 5%;
}

.footer_top .ftop_link .ftop_l_item .ftop_l_title {
  border-bottom: 1px solid #575759;
  font-size: 0.9375vw;
  padding-bottom: 0.83vw;
  font-weight: bold;
}

.footer_top .ftop_link .ftop_l_item .ftop_l_list {
  padding-top: 1.0417vw;
  display: block;
  margin-bottom: 1.0417vw;
  line-height: 30px;
  font-size: 14px;
}


.footer_top .ftop_right {
  width: 68%;
  padding: 3.85417vw 0 0 4.17vw;
}

.footer_top .ftop_right img {
  width: 7.2917vw;
  height: 7.2917vw;
  margin-right: 1.0417vw;
}

.footer_top .ftop_right .bottom_contact {
  margin-top: 1.5625vw;
  font-size: 14px;
  line-height: 1.5625vw;
  color: #cfcccc;
}

.footer_bottom {
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #bbb;
}

.footer_bottom .footer_bottom_main {
  height: 100%;
  font-size: 14px;
  text-align: center;
}

























/*lei*/

.proone {
  width: 100%;
  background: #e5e5e5;
  overflow: hidden;
}


.proones {
  max-width: 1326px;
  padding: 0 10px;
  margin: auto;
  overflow: hidden;
  margin-top: 44px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.proones a {
  display: block;
  background: #fff;
  width: 47%;
  margin-bottom: 53px;
  padding: 42px;
  overflow: hidden;
}

.proones a .proonesImg {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background: #fff;
}

.proones a .proonesImg img {
  transition: all 0.3s;
}

.proones a:hover .proonesImg img {
  transform: scale(1.1);
}

.proones a label {
  font-size: 21px;
  color: #0f6dc2;
  cursor: pointer;
}

.proones a p {
  color: #110f0f;
  margin: 0;
  line-height: 28px;
  margin-top: 15px;

}

.proones a .proonestext {
  overflow: hidden;
  font-size: 0;
  margin-top: 18px;
}

.proones a .proonestext div {
  display: inline-block;
  font-size: 14px;
  color: #110f0f;
  padding: 9px 25px;
  border: 1px solid #e5e5e5;
  margin-right: 10px;
  margin-bottom: 10px;
}




.alllistsearch {
  width: 100%;
  height: 92px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  line-height: 92px;
}

.alllistsearch>div {
  max-width: 1220px;
  margin: auto;
  ;
  overflow: hidden;
  padding: 0 10px;
}

.alllistsearchLeft {
  float: left;
  font-size: 16px;
  color: #464646;
}

.alllistsearchLeft img {
  margin-right: 7px;
}

.alllistsearchLeft i {
  font-style: normal;
}

.alllistsearchLeft span {}

.alllistsearchLeft a {
  color: #464646;
}


.listnavRight {
  float: right;
}

.listnavRight a {
  display: block;
  float: left;
  font-size: 16px;
  color: #464646;
  padding: 0 1.5rem;
  transition: 0.3s linear;
}

.listnavRight a.on {
  background: #0f6dc2;
  color: #fff;
}

.listnavRight a:hover {
  background: #0f6dc2;
  color: #fff;
  transition: 0.3s linear;
}




.p12-aboutinfo-1 {
  max-width: 1220px;
  margin: auto;
  overflow: hidden;
}

.p12-aboutinfo-1 .tit {
  height: 160px;
  background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
  clear: both;
  text-align: center;
}

.p12-aboutinfo-1 .tit span {
  display: block;
  font-size: 28px;
  color: #000;
  padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
  font-style: normal;
  color: #999;
  text-transform: uppercase;
  font-family: "Times New Roman";
  padding-top: 18px;
  display: block;
}






.g-gywm {
  height: 530px;
  max-width: 1220px;
  margin: auto;
  overflow: hidden;
}

.wm-l {
  width: 40%;
  float: left;
  color: #fff;
  height: 460px;
  overflow: hidden;
  background: #0f6dc2;
  padding: 30px 0 0 40px;
}

.wm-l h4 {
  font: 20px "Microsoft YaHei";
  line-height: 60px;
  padding-bottom: 30px;
  margin: 0;
}

.wm-l li {
  font: 16px "Microsoft YaHei";
  color: #fff;
  line-height: 40px;
}

.wm-l li b {
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}

.wm-r {
  float: left;
  width: 60%;
}

#map {
  width: 100%;
  height: 460px;
  border: 1px solid rgb(204, 204, 204);
  font-size: 12px;
}

.map-title {
  font-size: 16px;
  line-height: 24px;
}

.map-list {
  font-size: 14px;
  line-height: 22px;
  color: #333;
  margin-top: 6px;
}






.listcontacts {
  width: 100%;
  background: #f1f1f1;
  overflow: hidden;
}

.listcontacts>div {
  max-width: 1210px;
  margin: 5rem auto;
  overflow: hidden;
}

.listcontacts>div>span {
  font-size: 28px;
  color: #6a6a6a;
}

.listcontacts>div>span>i {
  font-style: normal;
  font-size: 19px;
  color: #8d8c8c;
  font-family: Arial Regular;
  text-transform: uppercase;
  margin-left: 5px;
}



.listcontactsTitle {
  overflow: hidden;
  margin-top: 3rem;
}

.listcontactsTitle input {
  height: 58px;
  display: block;
  float: left;
  padding-left: 47px;
  box-sizing: border-box;
  width: 48%;
  font-size: 16px;
  margin-bottom: 2rem;
  border: 1px solid #ccc;
  outline: none;
}

.listcontactsTitle input:nth-child(1) {
  background: url(../image/122.png)left 0 no-repeat #fff;
  background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
  float: right;
  background: url(../image/123.png)left 0 no-repeat #fff;
  background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
  background: url(../image/124.png)left 0 no-repeat #fff;
  background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
  float: right;
  background: url(../image/125.png)left 0 no-repeat #fff;
  background-position: 12px;
}


.listcontactsTextarea {
  width: 100%;
  border: 1px solid #ccc;
  background: url(../image/126.png)left 0 no-repeat #fff;
  background-position: 12px 16px;
  padding-left: 47px;
  font-size: 16px;
  padding-top: 18px;
  height: 174px;
  outline: none;
}

.listcontactsubmit {
  text-align: center;
  margin-top: 3rem;
}

.listcontactsubmit input {
  background: #b61f01;
  color: #fff;
  border: 0;
  width: 260px;
  height: 50px;
  font-size: 16px;
  margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
  background: #484848;
}


.listpro {
  max-width: 1220px;
  margin: 0 auto;
  overflow: hidden;
  padding: 0 10px;
  line-height: 34px;
  font-size: 16px;
  color: #666565;
}

.listpronav {
  overflow: hidden;
  margin-top: 38px;
  margin-bottom: 45px;
}

.listpronav li {
  width: 90px;
  height: 30px;
  border: 1px solid #e6e6e6;
  text-align: center;
  line-height: 30px;
  float: left;
  margin-right: 9px;
}

.listpronav li a {
  display: block;
  color: #444;
  font-size: 16px;
}

.listpronav li:hover {
  background: #0f6dc2;
  border: 1px solid #0f6dc2;
}

.listpronav li:hover a {
  color: #fff;
}

.listpronav li.current {
  background: #0f6dc2;
  border: 1px solid #0f6dc2;
}



.listpros {
  width: 100%;
  overflow: hidden;
}

.listpros a {
  display: block;
  width: 31%;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 2%;
}

.listpros a .listprosimg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.listpros a .listprosimg img {
  width: 100%;
  transition: all 0.3s;
}

.listpros a .listprosimg div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 0.5s;
}

.listpros a .listprosimg div span {
  width: 64px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  display: block;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  border-top: 1px solid #fff;
  font-size: 16px;
}

.listpros a p {
  font-size: 18px;
  color: #444;
  line-height: 44px;
  margin: 0;
}

.listpros a:nth-child(3n) {
  margin-right: 0;
}


.listpros a:hover .listprosimg img {
  transform: scale(1.1);
}

.listpros a:hover .listprosimg div {
  opacity: 1;
}




.listnew {
  max-width: 1280px;
  margin: auto;
  overflow: hidden;
  padding-top: 4rem;
}

.listnew a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
  margin-bottom: 3rem;
}

.listnew a img {
  float: left;
  width: 20%;
}

.listnew .listnewright {
  float: right;
  width: 78%;
  overflow: hidden;
  margin-top: 2rem;
}

.listnew .listnewright .listnewrighttop {
  overflow: hidden;
  line-height: 34px;
}

.listnew .listnewright .listnewrighttop span {
  font-size: 24px;
  transition: all 0.3s;
  color: #333;
}

.listnew .listnewright .listnewrighttop div {
  float: right;
  color: #c8c8c8;
  font-size: 12px;
}

.listnew .listnewright .listnewrighttop div i {}

.listnew .listnewright .listnewrighttop div label {
  margin: 0;
  font-weight: 400;
  color: #969696;
}

.listnew .listnewright p {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  margin: 0;
}

.listnew .listnewright>span {
  width: 86px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  display: block;
  background: #0f6dc2;
  padding: 5px 0;
  float: right;
  transition: all 0.3s;
}

.listnew .listnewright .listnewrighttop span:hover {
  color: #0f6dc2;
}

.listnew .listnewright>span:hover {
  background: #000;
}








.listdetailpro {
  width: 100%;
  background: #f5f5f5;
  overflow: hidden;
}

.listdetailpro>div {
  max-width: 1200px;
  margin: auto;
  overflow: hidden;
}

.listdetailpros {
  margin: 4rem;
  overflow: hidden;
}


.listdetailprosTop {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  margin: 6rem 0;
}

.listdetailprosTop li {
  width: 25%;
  text-align: center;
  border-right: 1px solid #ccc;
  overflow: hidden;
  cursor: pointer;
}

.listdetailprosTop li:last-child {
  border: 0;
}

.listdetailprosTopimg {
  position: relative;
  height: 7rem;
}

.listdetailprosTopimg div img {
  max-width: 100%;
}

.listdetailprosTopimg div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.listdetailprosTopimg div:nth-child(1) {
  z-index: 1;
}

.listdetailprosTopimg div:nth-child(2) {}

.listdetailprosTop li span {
  font-size: 18px;
  color: #424040;
}

.listdetailprosTop li.on .listdetailprosTopimg div:nth-child(2) {
  z-index: 2;
}


.ContBoxdetail {
  position: relative;
}

.ContBoxdetail .Boxdetail {
  /*display: none;*/

  width: 100%;
}



.proshows {
  max-width: 1266px;
  margin: 3rem auto;
  overflow: hidden;
  width: 100%;
}

.proshowLeft {
  float: left;
  width: 50%;
  overflow: hidden;
}

.bigImg {
  width: 100%;
  padding-left: 1rem;
}

.swiper-containerDetail {
  width: 70%;
  margin: auto;
}

.swiper-containerDetail img {
  width: 100%;
  border: 1px solid #ccc;
}

.detailLefts {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin-top: 2rem;
}

.detailnext {
  background: url(../image/20_03.jpg)center 0 no-repeat !important;
  width: 14px !important;
  height: 21px !important;
  background-size: 100% 100% !important;
  margin-top: 0 !important;
  top: 41% !important;
}

.detailprev {
  background: url(../image/21_03.jpg)center 0 no-repeat !important;
  width: 14px !important;
  height: 21px !important;
  background-size: 100% 100% !important;
  margin-top: 0 !important;
  top: 41% !important;
}


.proshowRight {
  float: right;
  width: 35%;
  overflow: hidden;
  margin-top: 1rem;
  margin-right: 6rem;
}

/*.proshowRight div{
    font-size: 16px;
    color: #37383a;
    margin-bottom: 9px;
}
*/
.proshowRight label {
  display: block;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 15px;
  color: #37383a;
}

.proshowRight label em {
  font-style: normal;
}


.dm {
  max-width: 1543px;
  margin: auto;
  background: #fff;
  overflow: hidden;
  width: 100%;
  padding: 3rem;
}

.cpxq_tit {
  width: 94%;
  margin: auto;
  margin-bottom: 4rem;
}

.cpxq_tit span {
  display: inline-block;
  width: 207px;
  height: 45px;
  line-height: 45px;
  background: url(../image/images/prodetail_27.png) no-repeat center center;
  text-align: center;
  color: #fff;
  font-family: "å¾®è½¯é›…é»‘";
  font-size: 20px;
}

.cpxq_tit div {
  line-height: 28px;
}

.cpxq_tit div img {
  max-width: 100%;
}


.p1-pho-1 {
  background: url(../image/VISkins-p1.png) no-repeat 0 -3px;
  min-height: 50px;
  padding-left: 44px;
  font-size: 20px;
  line-height: 30px;
  margin-right: 50px;
  color: #0f6dc2;
  margin-top: 3rem;
}


.p1-pho-1 span {
  display: block;
  font-size: 14px;
  line-height: 14px;
  color: #666;
}

.p1-pho-1 i {
  font-style: normal;
}



.p12-aboutinfo-1-nr {
  max-width: 1220px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}

.endit-content {
  line-height: 28px;
}



.p12-aboutinfo-1-nr .tit {
  text-align: center;
  font-weight: normal;
  margin: 50px auto 30px;
}

.p12-aboutinfo-1-nr .tit span {
  display: block;
  font-size: 38px;
  color: #333;
  line-height: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}

.p12-aboutinfo-1-nr .tit i {
  display: block;
  font-size: 14px;
  font-family: Arial;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  position: relative;
  line-height: 14px;
  text-transform: uppercase;
  color: #adadad;
}

.p12-aboutinfo-2 {
  margin: 15px 0;
  font-size: 15px;
  line-height: 32px;
  padding: 40px 130px;
  background: #fff;
  box-shadow: 0 0 5px #eee;
  text-align: center;
  margin-bottom: 15px;

}





/*    .list {
        margin-top: 20px;
    }
    .list ul{
    }
    .list li {
        float: left;
        border: 1px solid #eee;
        width: 31%;
        height: 180px;
        text-align: center;
        margin-right: 42px;
        color: #666;
        margin-bottom: 30px;
        line-height: 160%;
        padding: 10px 15px;
        font-family: 微软雅黑;
        background: #f7f7f7;
        border-radius: 30px;
        transition: all 0.6s;
        box-sizing: border-box;
    }
    
    .list li:nth-child(3n) {
        margin-right: 0px;
        float: right;
    }
    
    .list li:hover {
        box-shadow: 0px 0px 5px #eee;
        transform: translate(0, -10px);
    }
    
    .list li img {
        margin-top: 20px;
        width: 75px;
    }
    
    .list li i {
        display: block;
        font-size: 14px;
        color: #333;
        padding-bottom: 8px;
        font-style: normal;
        padding-top: 10px;
    }
*/

.sco {
  overflow: hidden;
  margin-bottom: 2rem;
}

.sco li {
  float: left;
  width: 500px;
  padding-left: 50px;
  position: relative;
  overflow: hidden;
}

.sco li:nth-child(2n) {
  float: right;
}

.sco li img {
  width: 500px;
  height: 250px;
}

.sco li p {
  font-size: 14px;
  line-height: 30px;
  color: #666;
  margin-top: 46px;
  padding-bottom: 15px;
  position: relative;
}

.sco li p:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 110px;
  background: #0f6dc2;
  height: 2px;
}

.sco li em {
  font-style: normal;
  position: absolute;
  display: block;
  width: 170px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #0f6dc2;
  z-index: 1;
  left: 0;
  top: 82px;
  font-size: 24px;
  color: #fff;
}


.p12-about {
  max-width: 1220px;
  margin: auto;
  overflow: hidden;
  padding: 0 10px;
}






.ab_1_1 {
  max-width: 1200px;
  margin: 70px auto;
  overflow: hidden;
}

.ab_1_2 {
  width: 43%;
  float: left;
  overflow: hidden;
}

.ab_1_2 img {
  width: 100%;
  height: auto;
}


.ab_1_3 {
  width: 54%;
  float: right;
}


.ab_1_3 h1 {
  font-size: 40px;
  color: #0f6dc2;

}

.ab_1_3 h2 {
  font-size: 25px;
  color: #333333;
  margin-top: 22px;
}

.ab_1_3 p {
  font-size: 16px;
  line-height: 25px;
  padding-right: 100px;
}







.ab_2_1 {
  max-width: 1200px;
  margin: 66px auto;
  background-color: #FFF;
  font-size: 0;
}

.ab_2 {
  background-color: #f1f1f1;
  overflow: hidden;
  width: 100%;
}

.ab_2_1 ul {
  list-style-type: none;
  display: block;
  font-size: 0;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}


.ab_2_1 ul li {
  display: block;
  float: left;
  width: 50%;
  height: 335px;
}





.ab_2_1 ul li h1 {
  font-size: 40px;
  color: #0f6dc2;
  padding-top: 24px;
  padding-left: 46px;
}



.ab_2_1 ul li h2 {
  font-size: 18px;
  color: #333333;
  margin-top: 27px;
  margin-left: 46px;
  border-left: 3px solid #0f6dc2;
}

.ab_2_1 ul li p {
  font-size: 16px;
  line-height: 25px;
  padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
  width: 100%;
  height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
  padding-left: 12px;
  margin-top: 73px;
}









.brand-three .brand-three-t {
  padding: 30px 0;
  text-align: center;
}

.brand-three .brand-three-t li {
  font-size: 28px;
  color: #555;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 17px;
  margin-bottom: 17px;
  position: relative;
  list-style: none;
}

.brand-three .brand-three-t li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #0f6dc2;
  margin-left: -50px;
}

.brand-three .brand-three-t p {
  font-size: 14px;
  color: #ccc;
  margin: 0;
}


.brand-honor .brand-honor-box {
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
}

.brand-honorswiper {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  padding: 30px 10px;
  overflow: hidden;
}

.brand-honor .brand-honor-box .brand-honor-item {
  padding: 30px 15px;
  float: left;
  text-align: center;
  transition: all .5s;
}

.brand-honor .brand-honor-box .brand-honor-item li {
  margin: 20px auto;
  color: #666;
}

.brand-honor .brand-honor-box .brand-honor-item img {
  width: 100%;
}

.news-next,
.news-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 52%;
  transition: all .5s;
  border-radius: 2px;
}

.news-next {
  right: 0;
  background: url(../image/new-right.png) no-repeat center center;
}

.news-prev {
  left: 0;
  background: url(../image/new-left.png) no-repeat center center;
}






.brand-jin .brand-jin-box {
  overflow: hidden;
  padding: 5px 0px;
  position: relative;
}

.brand-jinswiper {
  position: relative;
  margin: 0 auto;
  max-width: 1380px;
  padding: 30px 10px;
  overflow: hidden;
}

.brand-jin .brand-jin-box .brand-jin-item {
  padding: 30px 15px;
  float: left;
  text-align: center;
  transition: all .5s;
}

.brand-jin .brand-jin-box .brand-jin-item li {
  margin: 20px auto;
  color: #666;
}

.brand-jin .brand-jin-box .brand-jin-item img {
  width: 100%;
}

.jinnews-next,
.jinnews-prev {
  display: inline-block;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 52%;
  transition: all .5s;
  border-radius: 2px;
}

.jinnews-next {
  right: 0;
  background: url(../image/new-right.png) no-repeat center center;
}

.jinnews-prev {
  left: 0;
  background: url(../image/new-left.png) no-repeat center center;
}










.listWrapper {
  padding: 40px 0 60px 0;
  overflow: hidden;
  background: #f4f4f4;
}

.grWidth {
  max-width: 1220px;
  padding: 0 10px;
  margin: auto;
}

.pTitle {
  font-size: 30px;
  font-weight: normal;
  color: #0f6dc2;
  margin: 0;
  margin-bottom: 20px;
}


.proIndex {
  margin-bottom: 40px;
  overflow: hidden;
}

.proIndex ul {
  width: 100%;
  overflow: hidden;
}


.proIndex li {
  float: left;
  width: 24.5%;
  background: #fff;
  margin: 0 0.5% 8px 0;
}

.proIndex li .pImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proIndex li img {
  width: 100%;
  transition: all 0.5s;
}

.proIndex li .font {
  padding: 10px 15px 0 15px;
  color: #999;
  text-align: center;
  line-height: 22px;
}

.proIndex li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.proIndex li .font p {
  text-align: left;
}

.proIndex li:nth-child(1) {
  width: 49.5%;
}

.proIndex li:nth-child(1) img,
.proIndex li:nth-child(1) .pImg {
  width: 100%;
}

.proIndex li:nth-child(1) .font {
  padding: 10px 35px 5px 35px;
  font-size: 14px;
}

.proIndex li:nth-child(1) .font h4 {
  font-size: 18px;
  height: 35px;
}

.proIndex li:nth-child(1) .font h4 a {
  color: #333;
}

.proIndex li:nth-child(1) .font h4 a:hover {
  color: #0f6dc2;
}

.proIndex li:nth-child(1) .box {
  height: 90px;
  margin-bottom: 10px;
  overflow: hidden;
}

.proIndex li:nth-child(1) .btns a,
.proList li .btns a {
  display: inline-block;
  width: 90px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  background: #999;
  color: #fff;
  margin-right: 10px;
  transition: all 0.3s;
  border-radius: 3px;
  font-size: 12px;
}

.proIndex li:nth-child(1) .btns a:hover,
.proList li .btns a:hover {
  background: #0f6dc2;
}

.proIndex li:hover {
  box-shadow: 0 0 5px #ccc;
}

.proIndex li h4:hover {
  color: #0f6dc2;
}



.pTitle a {
  float: right;
  font-size: 14px;
  color: #333;
  margin-top: 10px;
}


.proIndex1 {
  margin-bottom: 40px;
  overflow: hidden;
}

.proIndex1 ul {
  width: 100%;
  overflow: hidden;
}


.proIndex1 li {
  float: left;
  width: 24.5%;
  background: #fff;
  margin: 0 0.5% 8px 0;
}

.proIndex1 li .pImg {
  width: 100%;
  display: block;
  overflow: hidden;
}

.proIndex1 li img {
  width: 100%;
  transition: all 0.5s;
}

.proIndex1 li .font {
  padding: 10px 15px 0 15px;
  color: #999;
  text-align: center;
  line-height: 22px;
}

.proIndex1 li h4 {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}

.proIndex1 li .font p {
  text-align: left;
}

.proIndex1 li:hover {
  box-shadow: 0 0 5px #ccc;
}

.proIndex1 li h4:hover {
  color: #0f6dc2;
}




/* 采购表单样式 */
.orderBox {
  padding: 25px;
  max-width: 1220px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
}

.orderBox h3 {
  font-size: 15px;
  line-height: 18px;
  font-weight: normal;
  font-family: "微软雅黑";
}

.orderBox .table {
  padding-top: 20px;
  overflow: hidden;
}

.orderBox .table li {
  width: 46%;
  float: left;
  height: 35px;
  margin-bottom: 10px;
}

.orderBox .table li span {
  float: left;
  border: 1px solid #ddd;
  line-height: 33px;
  height: 33px;
  width: 24%;
  display: inline-block;
  text-align: center;
  background: #f5f5f5;
}

.orderBox .table li .iptTxt {
  outline: none;
  float: right;
  width: 76%;
  border: 1px solid #ddd;
  border-left-width: 0;
  height: 33px;
  line-height: 33px;
  background: #f5f5f5;
  color: #666;
  padding-left: 10px;
}

.orderBox .table li .iptCode {
  float: left;
  width: 48%;
  border: 1px solid #ddd;
  border-left-width: 0;
  height: 33px;
  line-height: 33px;
  background: #f5f5f5;
  color: #666;
  padding-left: 10px;
  outline: none;
}

.orderBox .table li .checkcode {
  width: 63px;
  height: 36px;
  float: left;
  border: 1px solid #ddd;
  border-left-width: 0;
  background: #eee;
  margin-left: 2px;
  padding: 6px;
}

.orderBox .table li .btn {
  padding: 0;
  width: 72%;
  height: 35px;
  line-height: 35px;
  background: #333;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  text-align: center;
  border: none;
}

.orderBox .table li .btn:hover {
  background: #0f6dc2;
  color: #fff;
}

.orderBox .table li.areLi {
  width: 47%;
  float: right;
  height: 171px;
  overflow: hidden;
}

.orderBox .table li.areLi .txtContent {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  outline: none;
  resize: none;
  padding: 15px;
  color: #666;
  line-height: 18px;
  background: #f1f1f1;
}




.sWrapper .sMain {
  background: #fff;
  overflow: hidden;
  padding: 20px;
  max-width: 1200px;
  margin-bottom: 20px;
}


/* 产品详情 */
.productshow_top {
  height: ;
  overflow: hidden;
}

.product-show-pic {
  width: 52%;
}

.product-show-pic img {
  max-width: none;
}

.jqzoom>img {
  width: 100%;
  height: auto;
}

.jqzoom {
  float: left;
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}

.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 350px;
  height: 310px;
  background: #fff;
  border: 1px solid #CCC;
  display: none;
  text-align: center;
  overflow: hidden;
}

.jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 20px;
  height: 20px;
  border: 1px solid #aaa;
  background: #fff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}

/* 图片小图样式 */
.spec-preview {
  width: 78%;
  float: left;
}

.spec-scroll {
  width: 18%;
  overflow: hidden;
  float: right;
  margin-top: 3px;
}

.spec-scroll a.prev {
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/gotop.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer;
  margin-bottom: 10px;
}

.spec-scroll a.prev:hover {
  background: url(../img/gotop2.gif) no-repeat center top;
}

.spec-scroll a.next {
  display: block;
  width: 100%;
  height: 5px;
  background: url(../img/gobottom.gif) no-repeat center top;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.spec-scroll a.next:hover {
  background: url(../img/gobottom2.gif) no-repeat center top;
}

.spec-scroll .items {
  width: 100%;
  height: 445px;
  overflow: hidden;
  position: relative;
}

.spec-scroll .items ul {
  position: absolute;
  width: 100%;
}

.spec-scroll .items ul li {
  width: 100%;
  height: 115px;
  text-align: center;
}

.spec-scroll .items ul li img {
  width: 100%;
  height: 90px;
  cursor: pointer;
  border: 1px solid #ececec;
}

.spec-scroll .items ul li:hover img,
.spec-scroll .items ul .on img {
  border: 1px solid #0f6dc2;
}

/* 产品右侧简介样式 */
.proShwo_right {
  width: 45%;
  overflow: hidden;
  font-size: 14px;
}

.proShwo_right .title {
  font-size: 30px;
  color: #0f6dc2;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .p1 {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dotted #e5e5e5;
}

.proShwo_right .font {
  height: 180px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-top: 20px;
}

.proShwo_right .font strong {
  font-size: 18px;
  color: #333;
}

.proShwo_right .phone {
  background: url('../img/picon2.jpg') no-repeat left center;
  padding-left: 25px;
  margin-bottom: 25px;
  color: #5fb139;
}

.proShwo_right .phone span {
  font-size: 22px;
  font-family: Arial;
}

.proShwo_right .btn {
  padding: 0;
  display: inline-block;
  width: 130px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: #5fb139;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin-right: 20px;
  transition: all .3s;
}

.proShwo_right .btn2 {
  background: #0f6dc2;
}

.proShwo_right .btn:hover {
  opacity: .8;
}


.gr-tab-list {
  overflow: hidden;
  margin-top: 40px;
}

.gr-tab-list .hd {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 16px;
}

.gr-tab-list .hd li {
  width: 150px;
  float: left;
  text-align: center;
  background: #f2f2f2;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}

.gr-tab-list .hd li.on {
  background: #0f6dc2;
  color: #fff;
}

.gr-tab-list .hd li.on::before {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 70px;
  border: 6px solid transparent;
  border-top-color: #0f6dc2;
}

.gr-tab-list .bd {
  overflow: hidden;
  padding-top: 15px;
}





.houjia {
  max-width: 1460px;
  margin: 0 auto;
  padding: 0 10px;
  overflow: hidden;
}

.houjia .title {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.houjia .title .t {
  font-size: 114px;
  line-height: 114px;
  color: #f6f6f6;
  font-family: HEB;
  text-transform: uppercase;
}

.houjia .title .t1 {
  font-size: 36px;
  line-height: 114px;
  color: #333;
  font-weight: bold;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.houjia .houjiaswiper {
  width: 100%;
  overflow: hidden;
}

.houjia .houjiaswiper a {
  display: block;
}

.houjia .houjiaswiper a img {
  width: 100%;
}

.houjia .houjiaswiper a span {
  font-size: 16px;
  text-align: center;
  display: block;
  margin-top: 5px;
}


.houjia .houjianext {}

.houjia .houjiaprev {}

.houjiamore {
  max-width: 130px;
  margin: auto;
  height: 36px;
  border: 1px solid #ccc;
  text-align: center;
  line-height: 36px;
  margin-top: 4rem;
  border-radius: 33px;
}

.houjiamore a {
  display: block;
}


/* client_wrapper */

.client_wrapper {
  width: 100%;
  height: auto;
 
  background-color: #f5f7fa;
}

.client_main {
  width: 1280px;
  margin: 0 auto 50px;
}

.client_item {
  width: 320px;
  height: 130px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  cursor: pointer;
}

.client_item img {
  width: 65.625%;
 
  transition: filter 0.5s linear;
}

.client_item:hover img {
  filter: grayscale(0);
}

.client_item:nth-of-type(1) {
  background-image: url("../images/cl1.png");
}

.client_item:nth-of-type(2) {
  background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(3) {
  background-image: url("../images/cl2.png");
}

.client_item:nth-of-type(4) {
  background-image: url("../images/cl3.png");
}

.client_item:nth-of-type(5) {
  background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(6) {
  background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(7) {
  background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(8) {
  background-image: url("../images/cl6.png");
}
.client_item:nth-of-type(9) {
  background-image: url("../images/cl4.png");
}

.client_item:nth-of-type(10) {
  background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(11) {
  background-image: url("../images/cl5.png");
}

.client_item:nth-of-type(12) {
  background-image: url("../images/cl6.png");
}

.client_item:nth-of-type(13) {
  background-image: url("../images/cl7.png");
}

.client_item:nth-of-type(14) {
  background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(15) {
  background-image: url("../images/cl8.png");
}

.client_item:nth-of-type(16) {
  background-image: url("../images/cl9.png");
}

.justify_center {
  justify-content: center;
}

.items_center {
  align-items: center;
}
.flex_wrap {
  flex-wrap: wrap;
}