* {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
}
a {
  text-decoration: none;
  color: #333;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear{
  clear:both;
}
a img {
  border: none;
}
li {
  list-style: none;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.flexbox{
    display: flex;
}
.flexbox li{
    /*flex: 1;*/
    margin-left: 63px;
}
img {
  vertical-align: middle;
}
.div1200 {
  width: 1200px;
  margin: 0px auto;
}
.wrap {
  width: 100%;
  min-width: 1360px;
  _zoom: 1;
  position: relative;
  overflow: hidden;
}
.div98{
  width: 98%;
  margin: 0 auto;
}
.div96{
  width: 96%;
  margin: 0 auto;
}
.div90{
  width: 90%;
  margin: 0 auto;
}
.div80{
  width: 80%;
  margin: 0 auto;
}

.banner img {
  width: 100%;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
/* common */
.top-contact {
  background-color: #323332;
  line-height: 36px;
}
.headerbox{
  display: flex;
  justify-content: space-between;
}
.top-contact p {
  font-size: 12px;
  color: #ffffff;
  display: inline-block;
}
.headerLeft{
  display: flex;
  align-items: center;
}
.headerLeft i{
  font-size: 18px;
  margin-right: 5px;
  color: var(--topIcon) !important;
}
.headerLeft .icon-ic_phone{
  margin-left: 30px;
}
.headerLeft a{
  color: #ffffff;
  font-size: 12px;
  display: flex;
}
.top-info {
  justify-content: space-between;
}
.top-info .nav{
  width: 750px;
}
.nav ul li {
  text-align: center;
}
.nav ul li a {
  display: block;
  font-size: 13px;
  color: #3b3b3b;
}
.nav ul li.active a,
.nav ul li a:hover,
.footer-nav dl a:hover {
  color: #1A5772;
}
.footer {
  border-top: 2px solid #f3f3f3;
  margin-top: 60px;
  background: #1A5772;
}
.footer .contact{
  max-width: 335px;
  margin-left: 15px;
}
.footer .contact .iconfont{
  vertical-align: middle;
  position: absolute;
  left: 0;
}
.footer-flex {
  padding: 23px 0;
}
.footer-logo {
  margin-right: 20px;
}
.footer-nav {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.footer-nav dl {
  padding: 0 50px;
  min-height: 107px;
}
.footer-nav dt {
  line-height: 32px;
  font-size: 14px;
  color: #505050;
}
.footer-nav dl {
  line-height: 24px;
}
.footer-nav dl a {
  font-size: 12px;
  color: #878787;
}
.footer-contact img {
  border: 1px solid #dadada;
}
.footer-contact img:hover {
  border-color: #1A5772;
}
.footer-contact p {
  color: #ffffff;
  line-height: 24px;
}
.ewm {
  margin: 0 24px 0 43px;
}
.ewm p {
  text-align: center;
  font-size: 12px;
}
.contact p{
  font-size: 13px;
  position: relative;
  padding-left: 25px;
}
.copyright {
  background-color: #323332;
  line-height: 1.5em;
  text-align: center;
}
.copyright p {
  font-size: 12px;
  color: #bbb;
}
.small-nav {
  border-bottom: 1px solid #eee;
  line-height: 68px;
  margin-top: 20px;
}
.small-nav a {
  line-height: 68px;
  display: block;
  position: relative;
  color: #707070;
  font-size: 22px;
  margin: 0 28px;
}
.small-nav a.active::before,
.small-nav a:hover::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 4px;
  background-color: #1A5772;
}
/* 首页 */
.index-cpzx {
  background-color: #fffaf2;
  padding: 38px 0;
}
.tit1 {
  text-align: center;
}
.tit1 img {
  margin-right: 10px;
}
.tit1 span {
  font-size: 30px;
  color: #1A5772;
  font-weight: bold;
}
.tit1 p {
  font-size: 14px;
  color: #8d8d8d;
  line-height: 36px;
}
.index-cpzx-tabs {
  margin: 25px auto;
  width: 75%
}
.index-cpzx-tabs a {
  flex: 1;
  display: block;
  font-size: 12px;
  color: #ffffff;
  background-color: #898989;
  width: 96px;
  line-height: 30px;
  margin: 0 4px;
  text-align: center;
  border-radius: 5px;
}
.index-cpzx-tabs a.active,
.index-cpzx-tabs a:hover {
  background-color: #1A5772;
}
.index-cpzx-list {
  padding: 18px 16px;
  margin-top: 30px;
  background-color: #fff;
  border: 1px solid #f8f3eb;
  display: none;
}
.index-cpzx-list.active {
  display: block;
}
.index-cpzx-list.cpzx-list .item {
  margin-right: 20px;
}
.index-about {
  margin-top: 54px;
}
.index-about .div1200 {
  justify-content: space-between;
}
.index-about .index-about-le {
  width: 58%;
}
.index-about .index-about-re {
  width: 40%;
}
.index-about .index-about-le h2 {
  font-size: 30px;
  color: #1A5772;
}
.index-about .index-about-le p{
  font-size: 14px;
  color: #333333;
  line-height: 31px;
  text-indent: 2em;
}
.index-about .index-about-le a {
  margin-top: 22px;
  width: 146px;
  line-height: 42px;
  border: 1px solid #1A5772;
  display: inline-block;
  font-size: 12px;
  color: #a0a0a0;
  text-align: center;
}
.index-about .index-about-le a:hover {
  background-color: #1A5772;
  color: #fff;
}
.index-about .index-about-re img {
  width: 100%;
}
.index-jjfa {
  /*margin-top: 56px;*/
  /*background: url(../images/bg_02.png) center center no-repeat;*/
  padding: 35px 0;
  /*background: #e0e0e057;*/
}
.tit2 {
  text-align: center;
}
.tit2 p:nth-of-type(1) {
  font-size: 30px;
  color: #1A5772;
  font-weight: bold;
}
.tit2 p:nth-of-type(2) {
  font-size: 16px;
  color: #a2a2a2;
}
.tit2 p:nth-of-type(3) {
  font-size: 14px;
  color: #a5a5a5;
  line-height: 34px;
}
.index-jjfa-list {
  margin-top: 35px;
  position: relative;
}
.index-jjfa-list .swiper-container {
  position: static;
}
.index-jjfa-list .swiper-button-prev,
.index-jjfa-list .swiper-container-rtl .swiper-button-next {
  left: -70px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.index-jjfa-list .swiper-button-next,
.index-jjfa-list .swiper-container-rtl .swiper-button-prev {
  right: -70px;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}
.index-jjfa-list .swiper-button-prev:after,
.index-jjfa-list .swiper-container-rtl .swiper-button-next:after,
.index-jjfa-list .swiper-button-next:after,
.index-jjfa-list .swiper-container-rtl .swiper-button-prev:after {
  color: #666;
  font-size: 24px;
}
.index-jjfa-list .swiper-slide {
  /*background-color: #eaeaea;*/
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.index-jjfa-list .swiper-slide img {
  width: 100%;
  height: 315px;
}
.index-jjfa-list .swiper-slide .li_content {
  padding: 5px 10px;
  text-align: right;
}
.index-jjfa-list .swiper-slide .li_content p {
  text-align: left;
}
.index-jjfa-list .swiper-slide .li_content p:nth-of-type(1) {
  font-size: 13px;
  color: #1A5772;
  /*font-weight: bold;*/
  word-break: break-all;
  height: 2.4em;
  line-height: 1.2em;
      display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-jjfa-list .swiper-slide .li_content p:nth-of-type(2) {
  font-size: 12px;
  color: #8a8a8a;
  line-height: 22px;
}
.index-jjfa-list .swiper-slide .li_content span {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 20px;
}
.index-jjfa-list .swiper-slide:hover {
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  　-moz-transform: translate(0, -5px);
  　-o-transform: translate(0, -5px);
  　-ms-transform: translate(0, -5px);
}
.index-jjfa-list .swiper-slide:hover span {
  color: #1A5772;
}
.index-jjfa-more {
  margin-top: 47px;
  text-align: center;
}
.index-jjfa-more a {
  display: inline-block;
  width: 164px;
  line-height: 38px;
  border: 2px solid #1A5772;
  font-size: 14px;
  color: #1A5772;
  border-radius: 20px;
}
.index-jjfa-more a:hover {
  background-color: #fff;
  color: #1A5772;
}
.index-case {
  margin-top: 30px;
  margin-bottom: 30px;
}
.index-cooperation {
  margin-top: 62px;
  background-color: #fffaf2;
  padding: 46px 0 40px;
}
.cooperation-list .item {
  width: 192px;
  border: 1px solid #eee;
  float: left;
  margin-top: 15px;
  margin-right: 7px;
}
.cooperation-list .item img {
  width: 100%;
}
.cooperation-list .item:nth-of-type(6n) {
  margin-right: 0 !important;
}
.cooperation-list .item:hover {
  border-color: #1A5772;
}
.more {
  /*margin-top: 37px;*/
  text-align: center;
}
.more a {
  display: inline-block;
  width: 290px;
  line-height: 46px;
  background-color: #1A5772;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
}
.more a:hover {
  opacity: 0.9;
  font-weight: bold;
}
/* 联系我们 */
.container {
  margin-top: 31px;
}
.container .div1200 {
  border: 1px solid #eee;
}
.lxwm-content {
  text-align: center;
  margin-top: 40px;
}
.small-nav a.active,
.small-nav a:hover,
.lxwm-content p:nth-of-type(1),
.lxwm-content p:nth-of-type(2) {
  color: #1A5772;
}
.lxwm-content p:nth-of-type(1) {
  font-size: 50px;
  font-weight: bold;
}
.lxwm-content p:nth-of-type(2) {
  background: url(../images/lxwm_03.png) center center no-repeat;
  font-size: 30px;
  line-height: 62px;
  margin: 20px 0 40px;
}
.lxwm-content p:nth-of-type(3),
.lxwm-content p:nth-of-type(4) {
  font-size: 18px;
  color: #979797;
}
.lxwm-way {
  margin-top: 90px;
  justify-content: space-around;
}
.lxwm-way .item {
  text-align: center;
}
.lxwm-way .item img {
  margin-bottom: 10px;
}
.lxwm-way p {
  font-size: 18px;
  color: #979797;
  line-height: 30px;
}
.map {
  margin: 44px;
}
.map img {
  width: 100%;
}
/* 新闻中心 */
.news {
  margin-top: 40px;
}
.news img{
  max-width: 100%;
}
.news .item {
  background-color: #f8f8f8;
  margin-bottom: 28px;
  justify-content: space-between;
  align-items: flex-start;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}
.news .item .li_img {
  width: 300px;
}
.news .item .li_img img {
  width: 100%;
}
.news .item .li_right {
  width: 840px;
  padding: 30px;
  text-align: right;
}
.news .item .li_right .li_1 {
  line-height: 44px;
  justify-content: space-between;
  border-bottom: 1px solid #e1e1e1;
}
.news .item .li_right .li_1 span:nth-of-type(1) {
  font-size: 18px;
  color: #5f5f5f;
}
.news .item .li_right p {
  margin-top: 10px;
  line-height: 25px;
  text-align: left;
}
.news .item .li_right .li_1 span:nth-of-type(2),
.news .item .li_right p,
.news .item .li_right a {
  font-size: 12px;
  color: #a1a1a1;
}
.news .item:hover {
  background-color: #fffcef;
  transform: translate(0, -5px);
  -webkit-transform: translate(0, -5px);
  　-moz-transform: translate(0, -5px);
  　-o-transform: translate(0, -5px);
  　-ms-transform: translate(0, -5px);
}
.fenye {
  margin-top: 20px;
}
/* 解决方案 */
.jjfa {
  margin-top: 25px;
}
.jjfa .item {
  width: 32.66%;
  float: left;
  margin-bottom: 1%;
  margin-right: 1%;
}
.jjfa .item:nth-of-type(3n) {
  margin-right: 0 !important;
}
.jjfa .item .li_img {
  width: 100%;
  overflow: hidden;
}
.jjfa .item .li_img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.jjfa .item .li_content {
  /*padding: 10px;*/
  text-align: right;
}
.jjfa .item .li_content p {
  text-align: left;
}
.jjfa .item .li_content p:nth-of-type(1) {
  font-size: 16px;
  color: #1A5772;
  font-weight: bold;
  margin-top: 10px;
  /*height: 3em;*/
  text-align: center;
}
.jjfa .item .li_content p:nth-of-type(2) {
  margin-top: 6px;
  font-size: 12px;
  color: #8a8a8a;
  line-height: 22px;
  height: 66px;
}
.jjfa .item .li_content span {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 20px;
}
.jjfa .item:hover span {
  color: #1A5772;
}
.jjfa .item:hover img {
  -webkit-transform: scale(1.1);
  　-moz-transform: scale(1.1);
  　-o-transform: scale(1.1);
  　-ms-transform: scale(1.1);
}
/* 关于我们 */
.gywm,
.gywm h6 {
  margin-top: 30px;
}
.gywm p {
  font-size: 16px;
  color: #979797;
  line-height: 36px;
  /*text-indent: 2em;*/
}
.gywm .cbox{
  padding: 0 30px;
}
.gywm .cbox p{
  text-indent: 2em;
  text-align: justify;
  word-break: break-all;
}
/*.gywm p:nth-of-type(1) {
  text-indent: 0em;
}*/
.gywm h6 {
  font-size: 18px;
  color: #4c4c4c;
}
.gywm p.color {
  color: #f4aa26;
}
/* 案例展示详情 */
.alzsxq {
  margin-top: 85px;
}
.alzsxq p:nth-of-type(1) {
  font-size: 22px;
  color: #4c4c4c;
  line-height: 52px;
}
.alzsxq p:nth-of-type(2) {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 32px;
}
.alzsxq img {
  margin-top: 20px;
  width: 100%;
}
/* 产品中心 */
.cpzx-list .item {
  width: 276px;
  float: left;
  margin-top: 40px;
  margin-right: 32px;
}
.index-cpzx .cpzx-list .item {
  margin-top: 0px;
}
.cpzx-list .item:nth-of-type(4n) {
  margin-right: 0 !important;
}
.cpzx-list .item .li_img {
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.cpzx-list .item .li_img img {
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.cpzx-list .item .li_content {
  padding: 6px;
  text-align: center;
}
.cpzx-list .item p:nth-of-type(1) {
  font-size: 14px;
  color: #1A5772;
  line-height: 32px;
}
.cpzx-list .item p:nth-of-type(2) {
  font-size: 12px;
  color: #9c9c9c;
  line-height: 22px;
}
.cpzx-list .item:hover .li_img {
  border-color: #1A5772;
}
.cpzx-list .item:hover img {
  -webkit-transform: scale(1.1);
  　-moz-transform: scale(1.1);
  　-o-transform: scale(1.1);
  　-ms-transform: scale(1.1);
}
.cpzx-list .item:hover p:nth-of-type(1) {
  font-weight: bold;
}
/* 产品中心详情 */
.cpxq {
  margin-top: 36px;
  justify-content: space-between;
  align-items: flex-start;
}
.cpxq-le {
  width: 404px;
}
.cpxq-re {
  width: 1360px;
}
.jqzoom {
  border: none;
  position: relative;
  padding: 0px;
  cursor: pointer;
  margin: 0px;
  display: block;
}
.jqzoom img {
  width: 402px;
  height: 402px;
}
.zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  height: 400px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  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: #ffffff;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  filter: alpha(Opacity=50);
}
/*图片小图预览列表*/
.spec-preview {
  width: 402px;
  height: 402px;
  border: 1px solid #dfdfdf;
}
.spec-scroll {
  clear: both;
  margin-top: 10px;
  width: 404px;
}
.spec-scroll .prev {
  float: left;
  margin-right: 4px;
}
.spec-scroll .next {
  float: right;
}
.spec-scroll .prev,
.spec-scroll .next {
  width: 37px;
  height: 79px;
  cursor: pointer;
  margin-top: 7px;
}
.spec-scroll .items {
  float: left;
  position: relative;
  width: 322px;
  height: 93px;
  overflow: hidden;
}
.spec-scroll .items ul {
  position: absolute;
  width: 999999px;
  height: 93px;
}
.spec-scroll .items ul li {
  float: left;
  width: 106px;
  text-align: center;
}
.spec-scroll .items ul li img {
  border: 1px solid #ccc;
  padding: 2px;
  width: 89px;
  height: 87px;
}
.spec-scroll .items ul li img:hover {
  border: 2px solid #1A5772;
  padding: 1px;
}
.cpxq-re h6 {
  font-size: 18px;
  color: #1A5772;
  line-height: 32px;
}
.cpxq-re-content {
  margin-top: 10px;
  /*height: 480px;*/
  border-top: 1px solid #1A5772;
  background-color: #fffcf6;
}
.cpxq-re-content dl dd:nth-of-type(1) {
  margin-top: 40px;
}
.cpxq-re-content dl dd {
  padding-left: 35px;
  font-size: 14px;
  color: #9c9c9c;
  margin-bottom: 40px;
}
.cpms {
  margin-top: 48px;
}
.cpms img{
  max-width: 100%;
}
.cpms h6 {
  background-color: #1A5772;
  line-height: 48px;
  font-size: 16px;
  color: #fff;
  padding-left: 13px;
}
.cpms-table {
  width: 880px;
}
.cpms-table td {
  line-height: 32px;
  padding: 6px;
  font-size: 14px;
  color: #999999;
}
.cpms-table td:nth-of-type(2n-1) {
  padding-left: 16px;
  width: 86px;
}
.cpms-table td:nth-of-type(2n) {
  font-size: 14px;
  color: #333333;
}
.cpms p {
  margin-top: 30px;
  font-size: 14px;
  color: #9c9c9c;
  line-height: 32px;
}
.cpms p:nth-of-type(2n) {
  /*text-indent: 2em;*/
}

.lxwm-content p{
  text-indent: 0;
}


/*20240305*/
.catalogue_box{
    background: #1A5772;
}
.catalogue_box .catalogue_list{
    width: 80%;
    margin: 0 auto;
}
.catalogue_box .catalogue_list ul{
    display: flex;
}
.catalogue_box .catalogue_list ul li{
    display: inline-block;
    flex: 1;
    position: relative;
}
.catalogue_box .catalogue_list ul li:hover .nav_child_div{
  display: block;
}
.catalogue_box .catalogue_list ul li a{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    font-size: 14px;
}

.search_box{
    margin: 18px 48px 18px 0;
    text-align: right;
}
.search_box .keywordstext{
    width: 200px;
    height: 20px;
    padding: 2px 5px;
    font-size: 14px;
    line-height: 1.5em;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-sizing: revert !important;
}
.search_box .search_btn{
    border: 1px solid #dedede;
    height: 26px;
    padding: 0 2px;
}
.index-about .morebox{
    text-indent: 0 !important;
    text-align: right;
    margin-right: 10%;
}

.top-info .logo{
  padding: 25px 0 15px;
}
.navt{
  margin: 15px auto;
}
.footer-contact{
  width: 50%;
}
.footer-icon{
  width: 50%;
  color: #ffffff;
}
.footer-icon p{
  font-size: 14px;
}
.footer-icon a{
  display: inline-block;
  background: rgb(204, 0, 0);
  padding: 4px 7px;
  border-radius: 5px;
}
.iconfont.icon-ic_facebook
{
  font-size: 30px;
  color: #376fe0;
}
.iconfont.icon-ic_instagram
{
  font-size: 30px;
  color: #f61702;
}
.iconfont.icon-ic_twitter
{
  font-size: 30px;
  color: #41a1f2;
}
.iconfont.icon-ic_youTube
{
  font-size: 30px;
  color: #f61702;
}
.iconfont.icon-ic_linkedin{
  font-size: 30px;
  color: #0277b7;
}
ul, ol{
  margin-bottom: 0px;
}
.footer-icon .iconbox{
  margin-bottom: 10px;
}
.productDetailLeft{
  width: 397px;
}
.productDetailRight{
  width: calc(100% - 397px);
}


.nav_child_div{
    display: none;
    position: absolute;
    z-index: 999;
    width: 100%;
}
.nav_child_div a{
    background: #ffffff;
    font-weight:400 !important;
    color: #000 !important;
    text-align: left !important;
    /*text-indent: 2em !important;*/
}
.nav_child_div a:hover{
    background: #1A5772;
    color: #fff !important;
}

.position-a{
    position: absolute;
}
.achild{
    position: relative;
}
.nav_child_div .child {
    display: none;
    left: 100%;
    top: 0px;
    width: 100%;
}
.nav_child_div a:hover .child{
    display: block;
}
.achild .child a{
  background: #ffffff;
}
.achild .child a:hover{
  background: #1A5772;
  color: #fff !important;
}
.achild a{
  font-size: 13px !important;
}
.dropdown-menu-child2{
  text-indent: 2em;
}
.dropdown-menu-child2 a{
  color: #777 !important;
  font-size: 13px !important;
}
.banner .swiper-slide{
    cursor: pointer;
}