.flex_c_c{
  display:flex;justify-content: center;  align-items: center;
}
.searchshowbg{
  display:flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}
.searchshowbg>div{
  height: 120px;
}
.searchshowbg form input[name=keyword]{
  width: 270px;
  line-height: 50px;
  border:1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  font-size: 1.6rem;
  color: #333;
}
.searchshowbg form input[name=keyword]::placeholder{
  font-size: 1.6rem;
  color: #333;
}
.searchshowbg form input[type=submit] {
  line-height: 50px;
  width: 110px;
  background:var(--base-color);
  font-size: 1.6rem;
  color: #fff;
  cursor: pointer;
}

/*ipad menu*/
.menu_navbg{
  display:none;
  width: 100%;
  height: calc(100% - 72px);
  background:#fff;
  position:fixed;
  top:72px;
  z-index: 1000;
  overflow-y:auto;
}
.menuopen{
  /*display:block;*/
}
.menu_nav{
  width: 100%;
  height: calc(100% - 130px);
  box-sizing: border-box;
  padding:0 2vw;
  padding-top: 3vw;
  overflow-y: auto
}
.menu_nav>li {
  border-bottom: 1px solid #ddd;
}
.menu_nav>li:last-of-type{
  border-bottom: none;
}
.menu_nav>li>a{
  display:block;
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  padding:10px 0;
  /*opacity: 0;*/
  /*transform: translateY(-15px);*/
}
.menu_nav>li.active .menufl>a,
.menu_nav>li.active>a{
  color: var(--base-color);
}
.menu_nav>li.active .menufl>span svg path{
  fill:var(--base-color);
}
.menu_nav .profl02 a.active, .menu_nav .profl02 a:hover{
  font-size: 1.5rem;
}
.menu_nav .profl03 a.active, .menu_nav .profl03 a:hover{
  font-weight: normal;
}
.menucomfl>a{
  display:block;
  width: 100%;
  padding: 10px 8px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #676767;
  border-top: 1px solid #ddd;
  box-sizing: border-box;
}
.menucomfl>a.active{
  color: var(--base-color);
}
.menufl{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.menufl>a{
  font-size: 2rem;
  font-weight: bold;
  color: #333;
}
.menufl>span {
  display:flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  transition: 350ms ease;
}
.menu_nav>li.flshow .menufl>span{
  transform: rotate(90deg);
}
.menufl>span svg{
  width: 23px;
  height: 23px;
}
.menufllist .zprofl>ul:first-of-type>li:first-of-type{
  border-top:1px solid #ddd;
}
.menufllist{
  display:none;
}
.menu_nav>li.flshow .menufllist{
  display:block;
}


/*.menuopen .menu_nav>a{*/
/*  opacity: 1.0;*/
/*  -webkit-transform: translateY(0px);*/
/*  transform: translateY(0px);*/
/*  -webkit-transition: transform 0.8s, opacity 0.8s;*/
/*  transition: transform 0.8s, opacity 0.8s;*/
/*}*/
/*.menuopen .menu_nav>a:nth-child(1){-webkit-transition-delay: 0.2s; transition-delay:0.2s;}*/
/*.menuopen .menu_nav>a:nth-child(2){-webkit-transition-delay: 0.3s; transition-delay:0.3s;}*/
/*.menuopen .menu_nav>a:nth-child(3){-webkit-transition-delay: 0.4s; transition-delay:0.4s;}*/
/*.menuopen .menu_nav>a:nth-child(4){-webkit-transition-delay: 0.5s; transition-delay:0.5s;}*/
/*.menuopen .menu_nav>a:nth-child(5){-webkit-transition-delay: 0.6s; transition-delay:0.6s;}*/
/*.menuopen .menu_nav>a:nth-child(6){-webkit-transition-delay: 0.7s; transition-delay:0.7s;}*/
/*.menuopen .menu_nav>a:nth-child(7){-webkit-transition-delay: 0.8s; transition-delay:0.8s;}*/
/*.menuopen .menu_nav>a:nth-child(8){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}*/
/*.menuopen .menu_nav>a:nth-child(9){-webkit-transition-delay: 0.9s; transition-delay:0.9s;}*/




.mmenu{
  margin-right: 0;
}
.mmenu,.mobile_head .close{
  width: 28px;
  height: 28px;
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin-top:-6px;
  margin-left:15px;
}
.mmenu>div,.mobile_head .close>div{
  width: 100%;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
}
.mmenu>div i,.mobile_head .close>div>i{
  background:#424242;
  display:block;
  height: 2px;
  width:100%;
  margin-top:6px;
  -webkit-transition: 350ms 0s all ease;
  -moz-transition: 350ms 0s all ease;
  -ms-transition: 350ms 0s all ease;
  -o-transition: 350ms 0s all ease;
  transition: 350ms 0s all ease;
  opacity: 1;
  position: relative;
}
.menuchange>div .i2{
  opacity: 0;
}
.menuchange>div{
  width: 40px;
}
.menuchange .i1{
  top:8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center;
}
.menuchange .i3{
  top: -8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transform-origin: center;
}




/*zbanner*/
.zbanner{
  margin-top: 120px;
  width: 100%;
  height: 440px;
  display:flex;
  align-items: center;
  justify-content: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position:center 120px;
  background-size: 100% 440px;
  text-align: center;
}

.zbanner .title h4{text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
}
.zbanner .zcrumbs{text-align: center;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 0.8vw;
}
.zbanner .zcrumbs>span{
  color: #fff;
  background:url("../images/zhome.png") no-repeat left center;
  padding-left:28px;
}
.zbanner .zcrumbs a{
  font-size: 1.8rem;
  color: #fff;
}


.common-inner {
  background: #f6f6f6;
  padding: 28px 0 48px;
  min-height: 500px;
}
.common-inner .inner-left {
  float: left;
  width: 260px;
}
.common-inner .inner-left .pro-sider {
  float: none;
}
.common-inner .inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: var(--base-color);
  text-decoration: underline;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}
.common-inner .inner-right .search-list,
.common-inner .inner-right .de-product-list {
  overflow: hidden;
  min-height: 622px;
}
.common-inner .inner-right .search-list ul,
.common-inner .inner-right .de-product-list ul {
  margin: 0 -12px;
}
.common-inner .inner-right .search-list ul li,
.common-inner .inner-right .de-product-list ul li {
  border: 2px solid #fff;
  float: left;
  width: 270px;
  margin: 0 12px 25px;
}
.common-inner .inner-right .search-list ul li a,
.common-inner .inner-right .de-product-list ul li a {
  display: block;
}
.common-inner .inner-right .search-list ul li .img,
.common-inner .inner-right .de-product-list ul li .img {
  width: 268px;
  height: 200px;
  background: #e6e6e6;
  font-size: 0;
  line-height: 200px;
  text-align: center;
  border: 1px solid #e6e6e6;
  border-bottom: none;
  overflow: hidden;
}
.common-inner .inner-right .search-list ul li .img img,
.common-inner .inner-right .de-product-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  transition: all 0.5s;
}
.common-inner .inner-right .search-list ul li .title,
.common-inner .inner-right .de-product-list ul li .title {
  font-size: 14px;
  padding: 0 18px;
  height: 80px;
  border: 1px solid #e6e6e6;
  border-top: none;
}
.common-inner .inner-right .search-list ul li .title h3,
.common-inner .inner-right .de-product-list ul li .title h3 {
  color: #595959;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li .title em,
.common-inner .inner-right .de-product-list ul li .title em {
  font-weight: bold;
  display: block;
  color: #ff8111;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-inner .inner-right .search-list ul li:hover,
.common-inner .inner-right .de-product-list ul li:hover {
  border-color: #268AE7;
}
.common-inner .inner-right .search-list ul li:hover .title,
.common-inner .inner-right .de-product-list ul li:hover .title {
  border-color: #fff;
}
.common-inner .inner-right .search-list ul li:hover .img img,
.common-inner .inner-right .de-product-list ul li:hover .img img {
  transform: scale(1.1);
}
.common-inner .inner-right .de-product-list {
  margin-top: 26px;
}

.common-inner .inner-right .de-news-list {
  overflow: hidden;
  min-height: 644px;
  padding: 5px;
}
.common-inner .inner-right .de-news-list ul li {
  padding: 20px 15px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-news-list ul li a {
  display: block;
}
.common-inner .inner-right .de-news-list ul li .img {
  float: left;
  width: 175px;
  height: 120px;
  text-align: center;
  line-height: 120px;
  font-size: 0;
}
.common-inner .inner-right .de-news-list ul li .img img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-news-list ul li .box {
  float: right;
  width: 640px;
  font-size: 14px;
}
.common-inner .inner-right .de-news-list ul li .box h4 {
  color: #323232;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
}
.common-inner .inner-right .de-news-list ul li .box p {
  color: #595959;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 15px 0 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-inner .inner-right .de-news-list ul li .box .time {
  color: #999999;
  line-height: 1.1;
}
.common-inner .inner-right .de-news-list ul li .box .time span {
  display: block;
  float: right;
  font-size: 14px;
  color: #0058b1;
}
.common-inner .inner-right .de-news-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-news-list ul li:hover .time span {
  color: var(--base-color);
}


.common-inner .inner-right .de-job-list {
  overflow: hidden;
  padding-bottom: 19px;
  min-height: 645px;
  padding: 5px 5px;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .de-job-list ul li .job-title {
  float: left;
  width: 260px;
  margin-right: 10px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-title h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-title p {
  font-size: 16px;
  color: var(--base-color);
  line-height: 20px;
  font-weight: bold;
}
.common-inner .inner-right .de-job-list ul li .job-title p em {
  font-weight: normal;
  font-size: 12px;
}
.common-inner .inner-right .de-job-list ul li .job-info {
  float: left;
  width: 200px;
  padding-top: 38px;
}
.common-inner .inner-right .de-job-list ul li .job-info p {
  font-size: 13px;
  color: #b2b2b2;
  line-height: 20px;
  margin-bottom: 15px;
}
.common-inner .inner-right .de-job-list ul li .job-info p span {
  color: #737373;
}
.common-inner .inner-right .de-job-list ul li .job-btn {
  display: none;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: var(--base-color);
  margin-top: 50px;
}
.common-inner .inner-right .de-job-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-job-list ul li:hover .job-btn {
  display: block;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;
}
.common-inner .inner-right .jobs-info .h3 {
  overflow: hidden;
  margin-bottom: 15px;
}
.common-inner .inner-right .jobs-info .h3 .job-name {
  float: left;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  width: 450px;
}
.common-inner .inner-right .jobs-info .h3 .job-price {
  float: right;
  font-weight: bold;
  font-size: 24px;
  color: var(--base-color);
  line-height: 1.1;
  max-width: 360px;
}
.common-inner .inner-right .jobs-info .h3 .job-price em {
  font-weight: normal;
  font-size: 16px;
}
.common-inner .inner-right .jobs-info .p {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info .p span {
  color: #595959;
}
.common-inner .inner-right .jobs-info .btn {
  padding-top: 10px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info .btn a {
  display: block;
  width: 230px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  background: var(--base-color);
  font-size: 14px;
}
.common-inner .inner-right .jobs-info .btn a:hover {
  background: #0058b1;
}
.common-inner .inner-right .jobs-info-content {
  padding: 0 20px 30px;
  overflow: hidden;
}
.common-inner .inner-right .jobs-info-content h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 10px;
}
.common-inner .inner-right .jobs-info-content p {
  font-size: 14px;
  color: #333;
  line-height: 24px;
}
.common-inner .inner-right .newsPage {
  padding: 0 20px;
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
}
.common-inner .inner-right .newsPage a {
  color: #323232;
}
.common-inner .inner-right .newsPage a:hover {
  color: var(--base-color);
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .tr-over {
  overflow: hidden;
}
.common-inner .inner-right .apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.common-inner .inner-right .apply-job .job-tr .tr-title {
  float: left;
  width: 50px;
  min-height: 20px;
  text-align: right;
  font-size: 14px;
  color: #808080;
  margin-right: 25px;
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont {
  float: left;
  width: 640px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[type=text] {
  line-height: 38px;
  font-size: 14px;
  color: #333;
  display: block;
  padding: 0 10px;
  width: 618px;
  height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  width: 618px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit {
  display: block;
  width: 190px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: var(--base-color);
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .apply-job .job-tr .tr-cont a.submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message {
  overflow: hidden;
  padding: 0 5px;
}
.common-inner .inner-right .de-message .tips {
  font-size: 13px;
  line-height: 55px;
  color: #737373;
}
.common-inner .inner-right .de-message .mes-form {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr input {
  display: block;
  width: 658px;
  padding: 0 10px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr textarea {
  display: block;
  width: 658px;
  padding: 5px 10px;
  height: 168px;
  border: 1px solid #e6e6e6;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code {
  overflow: hidden;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code input {
  width: 188px;
  float: left;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify {
  cursor: pointer;
  float: left;
  margin-left: 25px;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.common-inner .inner-right .de-message .mes-form .form-tr .code .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit {
  margin-top: 15px;
  display: block;
  width: 190px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: var(--base-color);
  color: #fff;
  font-size: 15px;
}
.common-inner .inner-right .de-message .mes-form .form-tr .submit:hover {
  background: #0058b1;
}
.common-inner .inner-right .de-message .mes-form .form-tr .error {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
  padding: 0 5px;
}
.common-inner .inner-right .de-contact {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.common-inner .inner-right .de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  float: left;
  width: 365px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  padding-top: 8px;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.common-inner .inner-right .de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.common-inner .inner-right .de-contact .contact-map {
  overflow: hidden;
}
.common-inner .inner-right .de-contact .contact-map #dituContent {
  width: 785px;
  height: 475px;
  margin: 0 auto 30px;
}
.inner-contact {
  width: 260px;
  margin-top: 18px;
}
.inner-contact .title {
  height: 80px;
  background: url(../images/i-pro-title.jpg) no-repeat center;
  text-align: center;
  line-height: 1;
  overflow: hidden;
}
.inner-contact .title h3 {
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 5px;
}
.inner-contact .title em {
  font-size: 13px;
  color: #728dbc;
}
.inner-contact .contact-box {
  min-height: 180px;
  border: 1px solid #ededed;
  border-top: none;
  background: #fff;
  padding: 20px 20px 10px;
  padding-right: 5px;
}
.inner-contact .contact-box .contact-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #595959;
  line-height: 20px;
  margin-bottom: 10px;
  word-wrap: break-word;
}
.inner-contact .contact-box .contact-item .act {
  float: left;
  width: 60px;
  margin-left: -60px;
  color: #808080;
}



.de-page-mian {
  overflow: hidden;
  text-align: center;
  font-size: 0;
  margin: 10px 0 35px;
}
.de-page-mian .page-inner {
  display: inline-block;
  overflow: hidden;
}
.de-page-mian .page-inner a {
  display: block;
  float: left;
  min-width: 26px;
  padding: 0 5px;
  height: 36px;
  border: 1px solid #dddddd;
  background: #fff;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin-right: -1px;
  overflow: hidden;
}
.de-page-mian .page-inner a.active,
.de-page-mian .page-inner a:hover {
  color: #fff;
  border-color: var(--base-color);
  background: var(--base-color);
}
.de-page-mian .page-inner a.prev {
  margin-right: 10px;
  background: #fff url(../images/prev.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev.on {
  background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.prev:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.next {
  margin-left: 10px;
  margin-right: 15px;
  background: #fff url(../images/next.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next.on {
  background: #fff url(../images/next-hover.jpg) no-repeat center;
}
.de-page-mian .page-inner a.next:hover {
  background-color: #fff;
  border-color: #dddddd;
}
.de-page-mian .page-inner a.page-btn {
  display:none;
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/*productlist*/
.zprobg{
  margin-top: 45px;
  margin-bottom: 45px;
}
.sidetit{
  font-size: 3rem;
  height: 80px;
  background:#0058b1;
  color: #fff;
  display:flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
  padding-left: 20px;
  font-weight: bold;
}
.zpro_left{
  float:left;
  width: 350px;
  box-sizing: border-box;
  background:#eff2f7;
  border-radius: 5px;
  position: sticky;
  top: 135px;
  overflow-y:auto;
}
.zpro_right{
  float:right;
  width:calc(98% - 350px);
}

.profl01{
  border-bottom: 1px solid #ddd;
}
.profl01 a{
  display:block;
  padding:15px 20px;
  font-size: 1.6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #333;
  transition: 350ms 0s all ease;
}
.profl01 a:hover,
.profl01 a.active{
  background: var(--base-color);
  color: #fff;
}

.profl02{
  padding:0 20px;
}
.profl02 a{
  display:block;
  font-size: 1.5rem;
  color: #797979;
  font-weight: bold;
  box-sizing: border-box;
  padding: 10px 5px;
  padding-left: 15px;
  position:relative;
  transition: 350ms 0s all ease;
}
.profl02 a.active,
.profl02 a:hover{
  color: var(--base-color);
  /*font-size: 1.6rem;*/
}
.profl02 a:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:calc(50% - 4px);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background:#797979;
}
.profl02 a.active:before,
.profl02 a:hover:before {
  background:var(--base-color);
}
.profl03{
  background:#e4e9f1;
}
.profl03 a{
  display: block;
  color: #797979;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 11px 5px;
  padding-left: 40px;
  transition: 350ms 0s all ease;
  border-bottom: 1px solid #ddd;
}
.profl03 a.active,
.profl03 a:hover{
  color: var(--base-color);
  /*font-weight: bold;*/
}

.zprocont{
  display:grid;
  grid-template-columns: repeat(3,minmax(250px, 1fr));
  margin-bottom:2vw;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
.zprocont a{
  display:block;
  position:relative;
  overflow:hidden;
  height: 25vw;
  box-sizing: border-box;
  border-right:1px solid #ddd;
  border-bottom:1px solid #ddd;
}
.zpropic{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background:#fff;
  display:flex;
  justify-content: center;
  align-items: center;
  transition: 350ms 0s all ease;
}
.zpropic img{
  max-width:75%;
  max-height: 90%;
  transition: 350ms 0s all ease;
  transform: scale(1);
}
.zprocont a:hover .zpropic{
  /*background:#eff2f7;*/
}
.zprocont a:hover .zpropic img{
  transform: scale(1.15);
}
.zproText{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  box-sizing: border-box;
  padding:20px;
}
.zprotext_top{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}
.zprotext_top img{
  height: 33px;
}
.zprotext_top>div p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #575757;
  transition: 350ms 0s all ease;
  text-align: right;
}
.zprotext_top>div>b{
  display:block;
  width:100%;
  height: 1px;
  margin-top: 5px;
  margin-bottom: 5px;
  background:#575757;
  position:relative;
  transition: 350ms 0s all ease;
}
.zprotext_top>div>b>i:after{
  position:absolute;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #575757;
  border-radius: 50%;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  transition: 350ms 0s all ease;
}
.zprotext_top>div>b>i{
  position:absolute;
  right:calc(100% + 4px);
  top:-3px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background:#575757;
  transition: 350ms 0s all ease;
}
.zprotext_top>div>h5{
  font-size: 1.6rem;
  font-weight: bold;
  color: #444;
  transition: 350ms 0s all ease;
  padding-left: 10px;
}
.zprocont a:hover .zprotext_top>div>b>i:after{
  border: 1px solid #f3c04b;
}
.zprocont a:hover .zprotext_top>div>b,
.zprocont a:hover .zprotext_top>div>b>i{
  background:#f3c04b;
}
.zprocont a:hover .zprotext_top>div p,
.zprocont a:hover .zprotext_top>div>h5 {
  color: #f3c04b;
  padding-left: 15px;
}
.zprotext_bom{
  width:100%;
  border-top:1px solid #ddd;
  box-sizing: border-box;
  padding:10px;
  padding-bottom: 0;
  position: absolute;
  bottom: 0;
  height: 47px;
  left:0;
  overflow:hidden;
  -webkit-transition: height 0.4s;
  background:#fff;
}
.zprocont a:hover .zprotext_bom {
  height: 100px;
}
.zprotext_bom>p{
  color: #444;
  font-weight: bold;
  font-size: 2rem;
  text-transform: capitalize;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}
.zprotext_bom .btnStyle{
  border-radius: 33px;
  border: 1px solid #f3c04b;
  text-align: center;
  line-height: 39px;
  color: #fff;
  background:#f3c04b;
  width: 120px;
  font-size: 1.6rem;
  font-weight: lighter;
  position:relative;
  margin-top: 5px;
  top:10px;
  opacity: 0;
  -webkit-transition: top 0.4s, opacity 0.4s;
  transition: top 0.4s, opacity 0.4s;
}
.zprocont a:hover .zprotext_bom .btnStyle {
  top: 0;
  opacity: 1;
}



/*zproinfo*/
.info-crumbs {
  margin-top:120px;
  background: #f5f7fa;
  padding:30px 0;
}
.zcrumbs span,
.zcrumbs a{
  font-size: 1.8rem;
  color: #575757;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}
.zcrumbs>span{
  padding-left: 33px;
  background:url(../images/zhomeicon.png) no-repeat left center;
}
.zcrumbs a:hover{
  color:var(--base-color);
}

.proinfo_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:3vw 0;
}
.swiper-proinfopic{
  width: 45%;
  height: 25vw;
  border-radius: 6px;
  overflow:hidden;
  /*background:#cfd5e1;*/
}
.swiper-proinfopic .swiper-slide b{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.swiper-proinfopic .swiper-slide b img{
  max-height: 100%;
  max-width: 100%;
}
.proinfo_t_right{
  width: 50%;
}
.proinfo_t_right>h3{
  font-size: 2.6rem;
  font-weight: bold;
  color: #494949;
}
.proinfo_t_right>b{
  display:block;
  width: 100%;
  height: 2px;
  background:#eaeaea;
  position:relative;
  overflow:hidden;
  margin-top: 5px;
  margin-bottom: 10px;
}
.proinfo_t_right>b:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:0;
  height: 100%;
  width: 44px;
  background:var(--base-color);
}
.proinfo_t_right>h6{
  font-size: 2.2rem;
  color: #494949;
  font-weight: bold;
  margin-bottom: 10px;
}
.proinfo_t_right>small,
.proinfo_t_right>small p{
  font-size: 1.6rem;
  color: #565656;
  line-height: 26px;
}
.proinfo_t_right>small a{
  color: #d11e1e;
  text-decoration: underline;
}
.proinfo_t_right>a{
  margin-top: 1.5vw;
  text-align: center;
  display:block;
  width: 160px;
  line-height: 52px;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  background:var(--base-color);
  color: #fff;
}




.newsPage .page-a{
  display:block;
  width: 100%;
  background:#f6f6f6;
  margin-bottom: 10px;
  padding:5px 10px;
  border-radius: 5px;
  font-size: 1.6rem;
  box-sizing: border-box;
  color: #333;
  transition: 350ms 0s all ease;
}
.newsPage .page-a:hover{
  color: #fff;
  background:var(--hover-color);
}
.newsPage a{
  color: #333;
  font-size: 1.6rem;
  transition: 350ms 0s all ease;
}
.newsPage .page-a:hover a{
  color: #fff;
}

.prowarpper_s{
  max-width: 1500px;
}
.proinfo_mid_cont {
  margin-bottom: 2vw;
  line-height: 1.8;
}
.proinfo_mid_cont p em,
.proinfo_mid_cont p i{
  font-style: italic;
}
.proinfo_mid_cont p strong{
  color: var(--base-color);
  font-size: 2rem;
}
.proinfo_mid_cont img{
  display:inline-block;
  max-width: 100%;
}
.proinfo_mid_cont table{
  width: 100%!important;
  border-collapse: collapse;
  word-break: break-word;
  border:none;
  background: #f1f6fb;
  table-layout: auto;
}
.proinfo_mid_cont table td{
  box-sizing: border-box;
  line-height: 1;
  border:1px solid #fff!important;
  padding: 12px 10px !important;
  width: auto;
  word-break: break-word!important;
}
.proinfo_mid_cont table tr{
  border-bottom: 1px solid #fff !important;
}
.proinfo_mid_cont table tr:first-of-type{
  border-bottom: 2px solid #008cd7 !important;
}
.proinfo_mid_cont table tr:first-of-type td{
  padding:20px 0;
  font-weight: bold;
}

.proinfo_bom{
  margin-top: 2vw;
}
.proinfo_bom ul{
  display:grid;
  grid-template-columns: repeat(2, minmax(300px, 1fr));
  grid-gap:30px;
  margin-bottom: 3vw;
}
.proinfo_bom ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#f6f6f6;
  box-sizing: border-box;
  padding:12px;
}
.proinfo_bom ul li>b{
  background:#fff;
  width: 46%;
  height: 300px;
}
.proinfo_bom ul li>div{
  width: 50%;
}
.proinfo_bom ul li>div>h5{
  font-size: 2rem;
  color: #4f4f4f;
  font-weight: bold;
}
.proinfo_bom ul li>div>small{
  font-size: 1.4rem;
  color: #696969;
  line-height: 18px;
  display:block;
  margin-top: 5px;
  margin-bottom: 2vw;
}
.proinfo_bom ul li>div>div{
  display:flex;
  align-items: center;
}
.proinfo_bom ul li>div>div a{
  display:block;
  font-size: 1.4rem;
  color: #fff;
  border-radius: 6px;
  text-align: center;
  width: 114px;
  line-height: 38px;
  margin-right: 20px;
  background:var(--base-color);
}
.proinfo_bom ul li>div>div a:nth-of-type(2){
  background:var(--hover-color);
}

.infotit{
  background:#f6f6f6;
  border-radius: 8px;
  overflow:hidden;
  margin-bottom: 1.5vw;
}
.infotit span{
  display:inline-block;
  color: #fff;
  padding:30px 18px;
  font-size: 2rem;
  text-transform: uppercase;
  font-weight: bold;
  background:var(--base-color);

}






.msgall{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
}
.msg_left{
  background:url("../images/msgpic.jpg") no-repeat center/cover;
  width: 50%;
  height:520px;
}
.msg_right{
  width: 50%;
  box-sizing: border-box;
  padding:0 5vw;
}
.msg_right>h4{
  font-size: max(calc(34px * var(--base-ratio)), calc(34 / var(--base-size) * var(--base-percent)));
  color: #2a2a2a;
  font-weight: bold;
}
.msg_right>small{
  font-size: 2rem;
  color: #3f3f3f;
}

.msg_right>i{
  display: block;
  margin-top: 0.8vw;
  margin-bottom: 0.8vw;
  width: 34px;
  height: 4px;
  background:var(--base-color);
}
.msg_right>p{
  font-size:  2rem;
  color: #3f3f3f;
  line-height: 29px;
  margin-top: 0.8vw;
  font-family: 'Intervar';
  /*font-family: 'Bagnard';*/

  margin-bottom: 2.5vw;
}
.msg_right>a{
  display:block;
  border-radius: 8px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  background: var(--base-color);
  width: 160px;
  font-size: 1.8rem;
}









#indexformData {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#indexformData label{
  font-size: 1.6rem;
  color: #484848;
  line-height: 34px;
}
#indexformData label sup{
  color: red;
}
#indexformData>.form-tr {
  width: 48%;
}
#indexformData .form-tr>input{
  box-sizing: border-box;
  width: 100%;
  border:2px solid #edf1f3;
  background:#fcfcfc;
  line-height: 48px;
  padding:0 12px;
}
#indexformData .form-tr input::placeholder,
#indexformData .form-tr textarea::placeholder{
  font-size: 1.4rem;
  color: #8e8e8e;
}
#indexformData .form-tr input,
#indexformData .form-tr textarea{
  color: #484848;
}
#indexformData .form-tr:last-of-type{
  width: 100%;
}
#indexformData .form-tr textarea {
  box-sizing: border-box;
  width: 100%;
  font-size: 1.4rem;
  border:2px solid #edf1f3;
  background:#fcfcfc;
  padding:12px;
  height: 80px;
  font-family: sans-serif;
}
.capcont .code{
  box-sizing: border-box;
  width: 100%;
  border:2px solid #edf1f3;
  background:#fcfcfc;
  display:flex;
  height: 48px;
  align-items: center;justify-content: space-between;
}
.capcont .code input{
  box-sizing: border-box;
  padding:0 12px;
}
.capcont .code .verify{
  height: 100%;
  width: 220px;
  display:flex;
  align-items: center;
  justify-content: center;
  background: #f3fbfe;
}
.capcont .code .verify img{
  max-width: 100%;
  max-height: 100%;
}
#indexformData .submit{
  width: 50%;
  background:var(--base-color);
  line-height: 48px;
  border:2px solid var(--base-color);
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 4px;
  margin-top: 1vw;
}
#indexformData .submit:hover{
  background:var(--hover-color);
  border:2px solid var(--hover-color);
}

.zproinfomsg{
  background:#f6f6f6;
  margin-bottom: 3vw;
}
.zproinfomsg .msg_left{
  background:url("../images/msgpic02.jpg") no-repeat center/cover;
}
.zproinfomsg .msg_right {
  padding:0 2vw;
}
.zproinfomsg .msg_right>h4{
  font-size: 2.2rem;
}


/*service*/
.ztitle{
  padding-top: 4vw;
  margin-bottom: 1vw;
}
.zservice01 {
  margin-bottom: 4vw;
}
.zservice01 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zservice01 ul li{
  background:#f6f6f6;
  width: 23%;
  box-sizing: border-box;
  padding:0 30px;
  padding-top: 60px;
  height: 390px;
  border-radius: 8px;
}
.zservice01 ul li>b{
  display:flex;
  align-items: center;
  justify-content: center;
  margin:0 auto;
  position:relative;
  border-radius: 4px;
  width: 63px;
  height: 63px;
  background:#234b9b;
  transition: 350ms 0s all ease;
}
.zservice01 ul li>b i{
  width: 63px;
  height: 63px;
  border-radius: 4px;
  position:absolute;
  display:block;
  content: '';
  background:var(--base-color);
  transform: rotate(45deg);
  transition: 350ms 0s all ease;
}
.zservice01 ul li>b:before{
  width: 63px;
  height: 63px;
  border-radius: 4px;
  position:absolute;
  display:block;
  content: '';
  background:#234b9b;
  transition: 350ms 0s all ease;
}
.zservice01 ul li:hover>b i {
  transform: rotate(0deg);
}
.zservice01 ul li:hover>b:before {
  transform: rotate(45deg);
}


.zservice01 ul li>b>img{
  position:relative;
}
.zservice01 ul li h4{
  font-size: 2rem;
  color: #454545;
  font-weight: bold;
  margin-top: 1vw;
  margin-bottom: 10px;
}
.zservice01 ul li p{
  font-size: 1.6rem;
  color: #737272;
}
.zservice02{
  width: 100%;
  background:#f6f6f6;
  overflow:hidden;
  padding-bottom: 3vw;
}
.swiper-ser02{
  width: 50%;
  overflow:visible!important;
}
.swiper-ser02 .swiper-slide a{
  width: 100%;
  height: 28vw;
  display:block;
}
.swiper-ser02 .swiper-slide a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-ser02 .swiper-button-next,
.swiper-ser02 .swiper-button-prev{
  background: rgba(0, 0, 0, 0.6);
  width: 48px;
  height: 72px;
  border-radius: 6px;
  transition: 350ms 0s all ease;
}
.swiper-ser02 .swiper-button-next:after,
.swiper-ser02 .swiper-button-prev:after{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.swiper-ser02 .swiper-button-next:hover,
.swiper-ser02 .swiper-button-prev:hover{
  background:var(--base-color);
}
.swiper-ser02 .swiper-button-prev {left:-15%;}
.swiper-ser02 .swiper-button-next {right:-15%;}



.zservice03{
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-gap:38px;
  margin-top: 3vw;
  margin-bottom: 3vw;
}
.zservice03 a{
  display:block;
  height: 24vw;
}
.zservice03 a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*solution*/
.zsolution{
  margin-bottom: 3vw;
}
.zsolution a{
  display:flex;
  align-items: center;
  justify-content: space-between;
  background:#f6f6f6;
  margin-top: 3vw;
}
.zsolution a>b{
  display:block;
  width: 44%;
  height: 380px;
}
.zsolution a>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zsolution a>div{
  width: 56%;
  box-sizing: border-box;
  padding:2vw;
}
.zsolution a:nth-of-type(even)>b{
  order: 2;
}
.zsolution a:nth-of-type(even)>div{
  order:1;
}
.zsolution a>div>h4{
  font-size: 3rem;
  color: #454545;
  font-weight: bold;
}
.zsolution a>div>small{
  font-size: 1.8rem;
  line-height: 30px;
  color: #727272;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.zsolution a>div>div{
  width: 160px;
  line-height: 52px;
  border-radius: 8px;
  background:var(--base-color);
  color: #fff;
  text-align: center;
  margin-top: 1vw;
}
.zsolution a>div>div>span{
  color: #fff;
  font-weight: bold;
}

.znews{
  margin-top: 3vw;
}
.znews ul{
  display: grid;
  grid-template-columns: repeat(4, minmax(250px, 1fr));
  grid-gap:35px;
}
.znews ul li{
  border-radius: 8px;
  border:1px solid #ddd;
  transition: 350ms 0s all ease;
  position:relative;
  background:#fff;
  top:0;
}
.znews ul li a{
  display:block;
  width: 100%;
  box-sizing: border-box;
  padding:35px;
}
.znews ul li:hover{
  top:-10px;
  box-shadow: 0 0 10px #ddd;
  background: linear-gradient(45deg, var(--base-color), var(--hover-color));
}
.znews ul li a>b{
  display:block;
  border-radius: 8px;
  width:100%;
  height: 13vw;
  margin-top: 1.5vw;
  overflow:hidden;
}
.znews ul li a>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.znews_text>h4{
  font-size: 2rem;
  color: #222222;
  margin-top: 1.5vw;
  margin-bottom: 10px;
  height: 35px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  transition: 350ms 0s all ease;
}
.znews_text>p{
  font-size: 1.4rem;
  line-height: 22px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  transition: 350ms 0s all ease;
  height: 88px;
}
.znews_time>div{
  font-size: 3rem;
  transition: 350ms 0s all ease;
  color: #222222;
}
.znews_time>p{
  font-size: 1.6rem;
  transition: 350ms 0s all ease;
  color: #666;
}
.znews_time>i{
  display:block;
  width: 34px;
  height: 2px;
  margin-top: 1vw;
  transition: 350ms 0s all ease;
  background:#222222;
}
.znews ul li:hover .znews_text>h4,
.znews ul li:hover .znews_text>p,
.znews ul li:hover .znews_time>div,
.znews ul li:hover .znews_time>p{
  color: #fff;
}
.znews ul li:hover .znews_time>i{
  background:#fff;
}

/*newsinfo*/
.newsinfobg{
  background:#f5f7fa;
  padding-bottom: 3vw;
}
.newsinfobg>.warpper{
  background:#fff;
  box-sizing: border-box;
  padding:45px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  display:flex;
  justify-content: space-between;
}
.newsinfo_left{
  width: calc(98% - 500px);
}
.newsinfo_right{
  width: 500px;
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding-left: 30px;
}
.newsinfo_right .h3,
.news-detail-title .h3{
  font-size: 3.2rem;
  color: #333;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 1vw;
}
.newsinfo_ul{
  display:flex;
  align-items: center;
}
.newsinfo_ul li {
  display:flex;
  align-items: center;
  margin-right: 20px;
}
.newsinfo_ul li svg{
  width: 18px;
  max-height: 18px;
  margin-right: 5px;
}
.newsinfo_ul li svg path{
  fill:#666
}
.newsinfo_ul li span{
  font-size: 1.4rem;
  color: #666;
}
.news-detail{
  font-size: 1.6rem;
  color: #666;
  line-height: 35px;
  margin-top: 0.8vw;
  margin-bottom: 1vw;
}
.news-detail img{
  max-width: 100%;
}

.znewstag{
  display:flex;
  margin-bottom: 1.5vw;
  margin-top: 1vw;
  border-top: 1px solid #ddd;
  padding-top: 1vw;
}
.znewstag>span{
  font-size: 2rem;
  color: #666;
}
.znewstag ul{
  display:flex;
  flex-wrap: wrap;
}
.znewstag ul li{
  margin-left: 15px;
  background: #e6f3ff;
  padding: 3px 8px;
  font-size: 1.4rem;
  font-weight: lighter;
  color: #676767;
  border: 1px solid #83a6b9;
  border-radius: 5px;
}
.newsinfo_href a{
  display:block;
  border-bottom: 1px solid #ddd;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.newsinfo_href a h3{
  color: #666;
  font-size: 1.8rem;
  height: 35px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  font-weight: bold;
  transition: 350ms 0s all ease;
}
.newsinfo_href a:hover h3{
  font-size: 2rem;
}

.newsinfo_href a small{
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
  font-size: 1.5rem;
  color: #666;
  font-weight: lighter;
}
.newsinfo_href a .newsinfo_ul{
  background-color:#e6f3ff;
  transition: background-color 350ms;
}
.newsinfo_href a:hover .newsinfo_ul {
  background-color:var(--hover-color);
}
.newsinfo_href a b{
  width: 100%;
  height: 14vw;
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  overflow:hidden;
  margin-top: 15px;
}
.newsinfo_href a b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 350ms 0s all ease;
}
.newsinfo_href a:hover b img {
  transform: scale(1.05);
}



/*contact*/
.change_nav{
  display:flex;
  align-items: center;
  justify-content: center;
  background:#f2f2f2;
  padding:20px 0;
}
.change_nav a{
  font-size:1.6rem;
  text-transform: uppercase;
  color: #454545;
  font-weight: bold;
  min-width: 228px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
  margin:0 5px;
}
.change_nav a:hover{
  background:var(--hover-color);
  color: #fff;
}
.change_nav a.mousein{
  background:var(--base-color);
  color: #fff;
}
#zmsg01 {
  position:relative;
  margin-top: calc(2.5vw + 120px);
}
#zmsg01 .ztitle{
  padding-top: 0;
}
#zmsg01>.warpper{
  background:#f2f2f2;
  box-sizing: border-box;
  padding:40px;
  position:absolute;
  top:-120px;
  left:0;
  right:0;
  z-index: 99;
}
#zmsg01 .warpper ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
#zmsg01 .warpper ul li{
  background:#fff;
  text-align: center;
  padding: 0 20px;
  padding-top:40px;
  box-sizing: border-box;
  width: 24%;
  height: 230px;
}
#zmsg01 .warpper ul li img{
  margin: 0 auto;
}
#zmsg01 .warpper ul li h4{
  font-weight: bold;
  font-size: 2rem;
  color: #383838;
  margin-top: 5px;
  margin-bottom: 8px;
}
#zmsg01 .warpper ul li a,
#zmsg01 .warpper ul li p{
  font-size: 1.8rem;
  color: #383838;
}


#allmap{
  width: 100%;
  height: 760px;
}
#zmsg02{
  margin-bottom: 3vw;
}
.contmsg{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
/*.contmsg_left{*/
/*  width: 49%;*/
/*  height: 530px;*/
/*  background:url("../images/contactpic.jpg") no-repeat center/cover;*/
/*}*/


/*ABOUT*/
.intro01bg{
  padding:3vw 0;
}
.intro01{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.intro01_left{
  width: 46%;
  height: 410px;
  display:flex;
  border-radius: 8px;
  overflow:hidden;
}
.intro01_left>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro01_right{
  width: 51%;
  height: 410px;
  overflow-y:auto;
}
.intro01_right>.title h4{
  font-size: 4rem;
  color: #454545;
  text-align: left;
}
.intro01_right>small{
  margin-top: 30px;
  display:block;

}
.intro01_right>small p{
  font-size: 1.6rem;
  line-height: 28px;
  color: #676767;
  margin: 1.5em 0;
}
.intro01_right::-webkit-scrollbar{
  width:2px; /*滚动条宽度*/
  background:#eeeeee;
}
.intro01_right::-webkit-scrollbar-thumb{
  width:4px;
  background-color:var(--base-color); /*滑动条表面*/
}

.zcompany ul{
  display:flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
}
.zcompany ul li{
  display:flex;
  align-items: center;
  /*width: 25%;*/
}
.zcompany ul li b{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background:#008cd7;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.zcompany ul li img{
  max-width: 50%;
  max-height: 50%;
  object-fit: scale-down;
}
.zcompany ul li div h5{
  font-size: 4.4rem;
  font-weight: bold;
  color: #454545;
  line-height: 50px;
}
.zcompany ul li div p{
  font-size: 1.6rem;
  color: #5c5c5c;
}


.intro02bg{
  background:#f3f3f3;
  padding:3vw 0;
}
.intro02{
  overflow:hidden;
}
.swiper-factory{
  width: 100%;
  margin:0 auto;
  margin-top: 2vw;
  box-sizing: border-box;
  overflow:visible!important;
  position:relative;
}
.swiper-factory .swiper-slide{
  display:flex;
  align-items: center;
  justify-content: center;
  /*width: 100%;*/
}
.factorybox>b{
  width: 100%;
  height: 16vw;
  border-radius: 6px;
  overflow:hidden;
  display:flex;
  align-items: center;
  justify-content: center;
  /*transform:scale(0.8);*/
  transition: 350ms 0s all ease;
}

.swiper-factory .swiper-slide-active>div>b{
  /*transform:scale(1);*/
}
.factorybox>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper-factory .btnStyle{
  display:block;
  border-radius: 8px;
  text-align: center;
  line-height: 52px;
  color: #fff;
  background: var(--base-color);
  width: 160px;
  font-size: 1.8rem;
  font-weight: lighter;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1vw;
  opacity: 0;
  -webkit-transition: top 0.4s 0s ease, opacity 0.4s 0s ease,background 0.4s;
  transition: top 0.4s 0s ease, opacity 0.4s 0s ease,background 0.4s;
}
.swiper-factory .swiper-slide:hover .btnStyle{
  opacity: 1;
}
.swiper-factory .btnStyle:hover{
  background: var(--hover-color);
}

.swiper-factory .swiper-button-next{
  transform:scaleX(-1);
  left:102%;
  right:auto;
}
.swiper-factory .swiper-button-prev{
  right:102%;
  left:auto;
}
.swiper-factory .swiper-button-prev svg path,
.swiper-factory .swiper-button-next svg path{
  fill:#3d3d3d;
}
.swiper-factory .swiper-button-prev,
.swiper-factory .swiper-button-next{
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-color:#fff;
  background-repeat: no-repeat;
  background-position: center;
  transition: 350ms 0s all ease;
}
.swiper-factory .swiper-button-prev:after,
.swiper-factory .swiper-button-next:after{display:none;}
.swiper-factory .swiper-button-prev:hover,
.swiper-factory .swiper-button-next:hover{
  background-color:var(--base-color);
}
.swiper-factory .swiper-button-prev:hover svg path,
.swiper-factory .swiper-button-next:hover svg path{
  fill:#fff;
}


.z_about .title h4{
  /*text-transform:initial;*/
  line-height: 55px;
}

.intro03{
  padding:3vw 0;
}
.intro03 ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 644px;
  margin-top: 1vw;
}
.intro03 ul li{
  width: calc((31% - 10px) / 2);
  overflow:hidden;
  border-radius: 6px;
  height: 100%;
  transition: width 350ms;
  display:flex;
  align-items: center;
  justify-content: center;
}
.intro03 ul li.active{
  width: 69%;
  justify-content: flex-start;
  align-items: flex-end;
}
.vision_text {
  box-sizing: border-box;
  /*transition:padding 350ms;*/
  padding:0;
}
.vision_text>div{
  display:none;
}
.intro03 ul li.active .vision_text{
  padding:45px;
  text-align: left;
  width: 60%;
}
.intro03 ul li.active .vision_text>div{
  display:block;
}
.vision_text>b{
  display:flex;
  align-items: center;
  justify-content: center;
  /*margin:0 auto;*/
  position:relative;
  border-radius: 4px;
  width: 51px;
  height: 51px;
  background:#234b9b;
  transition: 350ms 0s all ease;
}
.vision_text>b i{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position:absolute;
  display:block;
  content: '';
  background:var(--base-color);
  transform: rotate(45deg);
  transition: 350ms 0s all ease;
}
.vision_text>b:before{
  width: 100%;
  height: 100%;
  border-radius: 4px;
  position:absolute;
  display:block;
  content: '';
  background:#234b9b;
  transition: 350ms 0s all ease;
}
.intro03 li:hover .vision_text>b i {
  transform: rotate(0deg);
}
.intro03 li:hover .vision_text>b:before {
  transform: rotate(45deg);
}
.vision_text>b>img{
  position:relative;
}
.vision_text>div>h4{
  font-size: 4rem;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
  position:relative;
  top: 5px;
  opacity: 0;
}
.vision_text>div>small{
  color: #fff;
  font-size: 1.8rem;
  line-height: 26px;
  position:relative;
  top: 5px;
  opacity: 0;
}
.intro03 ul li.active .vision_text>div>h4,
.intro03 ul li.active .vision_text>div>small{
  opacity: 1;
  top: 0;
  transition: opacity 350ms 400ms,top 350ms 400ms;

}
.vision_text>svg{
  margin:0 auto;
  display:block;
  margin-top:20vh;
}
.intro03 ul li.active .vision_text>svg{
  display:none;
}







.intro04{
  background:#0c5fbc;
  padding:3vw 0;
  position:relative;
  overflow:hidden;
}
.intro04 .title h4{
  color: #fff;
}

/*yuanhuan*/
.intro04_line{
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  width: 25vw;
  height: 25vw;
}
/* 通用圆环样式：居中+圆形边框 */
.ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
/* 小点通用样式：白色圆点 */
.dot {
  position: absolute;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  /* 核心：先居中，再通过 rotate+translate 定位到圆环圆周 */
  transform: translate(-50%, -50%) rotate(0deg) translate(var(--radius), 0);
}

/* 圆环1：直径100px（半径50px） */
.ring1 {
  width: 426px;
  height: 426px;
}
.ring1 .dot {
  --radius: 213px; /* 圆环1的半径 */
  animation: rotate1 14s linear infinite; /* 顺时针，8秒/圈 */
}
@keyframes rotate1 {
  to { transform: translate(-50%, -50%) rotate(360deg) translate(213px, 0); }
}


/* 圆环2：直径180px（半径90px） */
.ring2 {
  width: 616px;
  height: 616px;
}
.ring2 .dot {
  --radius: 308px; /* 圆环2的半径 */
  animation: rotate2 18s linear infinite reverse; /* 逆时针，12秒/圈 */
}
@keyframes rotate2 {
  to { transform: translate(-50%, -50%) rotate(360deg) translate(308px, 0); }
}


/* 圆环3：直径260px（半径130px） */
.ring3 {
  width: 850px;
  height: 850px;
}
.ring3 .dot {
  --radius: 425px; /* 圆环3的半径 */
  animation: rotate3 21s linear infinite; /* 顺时针，15秒/圈 */
}
@keyframes rotate3 {
  to { transform: translate(-50%, -50%) rotate(360deg) translate(425px, 0); }
}


/* 圆环4：直径300px（半径150px） */
.ring4 {
  width: 1100px;
  height: 1100px;
}
.ring4 .dot {
  --radius: 550px; /* 圆环4的半径 */
  animation: rotate4 26s linear infinite reverse; /* 逆时针，20秒/圈 */
}
@keyframes rotate4 {
  to { transform: translate(-50%, -50%) rotate(360deg) translate(550px, 0); }
}





.swiper-his01{
  overflow:hidden;
  margin-top: 2vw;
}
.swiper-his01 .swiper-slide h3{
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}
.swiper-his01 .swiper-slide ul{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 306px;
}
.swiper-his01 .swiper-slide ul li p{
  color: #fff;
  font-size: 2rem;
  line-height: 30px;
  font-weight: lighter;
}
.swiper-his02bg{
  position:relative;
}
.swiper-his02bg:before{
  width: calc(100% - 70px);
  height: 1px;
  background:#fff;
  display:block;
  content: '';
  position:absolute;
  left:50%;
  transform: translateX(-50%);
  top:10px;
}
.swiper-his02 .swiper-slide {
  cursor: pointer;
}
.swiper-his02 .swiper-slide>p{
  color: #fff;
  font-weight: normal;
  font-size: 2.2rem;
  height: 40px;
  text-align: center;
  transition: 350ms 0s all ease;
}
.swiper-his02 .swiper-slide-thumb-active>p {
  font-weight: bold;
  font-size: 2.6rem;
}
.swiper-his02 .swiper-slide b{
  background: rgba(255, 255, 255, 0.2);
  display:flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin:0 auto;
}
.swiper-his02 .swiper-slide b i{
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255, 0.4);
  display:block;
  border-radius: 50%;
  position:relative;
}
.swiper-his02 .swiper-slide b i:after{
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display:block;
  content: '';
  background:#fff;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.swiper-his02 .swiper-button-next,
.swiper-his02 .swiper-button-prev{
  color: #fff;
  font-weight: bold;
  top:11px;
}
.swiper-his02 .swiper-button-next:after,
.swiper-his02 .swiper-button-prev:after{
  font-size: 25px;
}


/*zpatner*/
@keyframes cirscale {
  0%{transform:translate(-50%,-50%) scale(1);}
  35%{transform:translate(-50%,-50%) scale(1.05);}
  60%{transform:translate(-50%,-50%) scale(1.03)}
  100%{transform:translate(-50%,-50%) scale(1)}
}
@keyframes moveup {
  0%{transform:translateY(0)}
  35%{transform:translateY(5px)}
  50%{transform:translateY(0)}
  70%{transform:translateY(3px)}
  100%{transform:translateY(0)}
}
.zpatner{
  padding:3vw 0;
  background:url("../images/coopbg.jpg") no-repeat center/cover;
}
.zpatner .title h4{
  color:#fff;
}
.zpatner ul{
  width: 100%;
  margin:0 auto;
  margin-top: 2vw;
  height: 24vw;
  position:relative;
}
.zpatner ul li{
  position:absolute;
  display:flex;
  justify-content: center;
  align-items: center;
  animation-name:moveup;
  animation-duration:2s;
  animation-timing-function:linear;
  animation-iteration-count:infinite;
  animation-direction:alternate;
  animation-fill-mode:forwards;
  transform-origin: center center;
}
.zpatner ul li:first-of-type{
  width: 110px;height: 110px;
  top:20%;left:0;
  animation-delay:0s;
}
.zpatner ul li:nth-of-type(2){
  width: 115px;height: 115px;
  bottom: 20%;
  left: 8%;
  animation-delay:0.2s;
}
.zpatner ul li:nth-of-type(3){
  width: 130px;height: 130px;
  top: 46%;
  left: 25%;
  animation-delay:0.6s;
}
.zpatner ul li:nth-of-type(4){
  width: 125px;height: 125px;
  top:20%;right:52%;
  animation-delay:0.5s;
}
.zpatner ul li:nth-of-type(5){
  width: 143px;height: 143px;
  bottom: 23%;
  left: 52%;
  animation-delay:0.4s;
}
.zpatner ul li:nth-of-type(6){
  width: 114px;height: 114px;
  bottom: 8%;
  right: 25%;
  animation-delay:0.2s;
}
.zpatner ul li:nth-of-type(7){
  width: 139px;height: 139px;
  top:10%;right:16%;
  animation-delay:0.5s;
}
.zpatner ul li:nth-of-type(8){
  width: 154px;height: 154px;
  top:40%;right:0;
  animation-delay:0.4s;
}
.zpatner ul li i{
  background: rgba(0, 140, 215, 0.25);
  display:block;
  width: 100%;
  height: 100%;
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  animation: cirscale 2s linear 0s infinite alternate forwards;
}
.zpatner ul li i:before{
  width: 90%;
  height: 90%;
  background:var(--base-color);
  border-radius: 50%;
  display:block;
  content: '';
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  animation: cirscale 1.6s linear 0.3s infinite alternate forwards;
}
.zpatner ul li b{
  background:#fff;
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  width: 80%;
  height: 80%;
  border-radius: 50%;
}
.zpatner ul li b img{
  max-width: 80%;
  max-height: 80%;
}

/*honor*/
.zhonor_left{
  float:left;
  position:sticky;
  top:120px;
  width: 400px;
  padding-top: 3vw;
  padding-bottom: 3vw;
  box-sizing: border-box;
  overflow-y:auto;
}
.zhonor_left::-webkit-scrollbar{
  width:2px; /*滚动条宽度*/
  background:#eeeeee;
}
.zhonor_left::-webkit-scrollbar-thumb{
  width:4px;
  background-color:var(--base-color); /*滑动条表面*/
}

.zhonor_left>h5{
  font-size: 2rem;
  color: #444;
  font-weight: bold;
  /*font-family: 'Bagnard';*/
}
.zhonor_left>h2{
  font-size: 4rem;
  margin-top: 1vw;
  margin-bottom: 3vw;
  font-weight: bold;
  /*font-family: 'Bagnard';*/
  color: #444;
}
.zhonor_left>small p{
  font-size: 1.8rem;
  line-height: 30px;
}
.zhonor_right{
  float:right;
  width: calc(92% - 400px);
  margin-top: 2vw;
}
.de-honor-list ul{
  display: grid;
  grid-template-columns: repeat(3, minmax(250px, 1fr));
  grid-gap:30px;
}
.de-honor-list ul li a{
  display:block;
  width: 100%;
  height: 25vw;
  position:relative;
  overflow:hidden;
  box-sizing: border-box;
  padding:15px;
  background: #f2f2f2;
}
.de-factory-list ul li a {
  height: 13vw;
}
.de-honor-list ul li a>div{
  width: 100%;
  height: 100%;
}
.de-honor-list ul li a>div img{
  max-width: 100%;
  max-height: 100%;
  object-fit: scale-down;
}
.de-honor-list ul li a .img_cover img {
  object-fit: cover;
}
.de-honor-list ul li a h4{
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 140, 215, 0.9), rgba(243, 192, 75, 0.9));
  z-index: 99;
  display:flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 350ms 0s all ease;
  opacity: 0;
}
.de-honor-list ul li a h4 p{
  box-sizing: border-box;
  padding:20px;
  font-size: 2.6rem;
  color: #fff;
}

.de-honor-list ul li a:hover h4{
  opacity: 1;
}


/*team*/
.zteamlistbg{
  margin:3vw auto;
}
.zteamlist {
  display: grid;
  grid-template-columns: repeat(2, minmax(450px, 1fr));
  grid-gap: 35px;
}
.zteamlist li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  box-sizing: border-box;
  padding: 45px;border-radius: 10px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  position:relative;
  top:0;
}
.zteamlist li:hover{
  top:-10px;
  background:#0058b1;
  transition: 350ms 0s all ease;
}
.team_card{
  text-align: center;
}
.team_card>b{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow:hidden;
  border:6px solid rgba(0, 140, 215, 0.58);
  margin:0 auto;
}
.team_card>b img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team_card>h5{
  font-size: 2.2rem;
  font-weight: bold;
  color: #444;
  text-align: center;
  text-transform: capitalize;
  margin-top: 1vw;
}
.team_card>p{
  font-size: 1.6rem;
  color: #444;
  font-weight: bold;
}
.team_card>div{
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 1vw;
  padding:10px 0;
}
.team_card>div p{
  font-size: 1.3rem;
  color: #666;
  font-weight: lighter;
  margin-bottom: 5px;
  text-align: left;
}
.zteamlist li a{
  display:block;
  width: 160px;
  line-height: 48px;
  border-radius: 35px;
  background: var(--base-color);
  color: #fff;
  text-align: center;
  margin-top: 1vw;
}
.zteamlist li a span{
  color: #fff;
  font-weight: bold;
}
.zteamlist li a:hover{
  background: var(--hover-color);
}

.team_cont{
  border-left: 1px solid #ddd;
  box-sizing: border-box;
  padding-left:2vw;
  margin-left: 35px;
}
.team_cont div{
  font-size: 1.6rem;
  line-height: 30px;
}
.team_cont small{
  font-size: 1.4rem;
  line-height: 30px;
  display:block;
  margin-top: 1vw;
  font-style: italic;
}
.zteamlist li:hover .team_card>h5,
.zteamlist li:hover .team_card>p,
.zteamlist li:hover .team_cont>small,
.zteamlist li:hover .team_cont>div{
  color: #fff;
  transition: 350ms 0s all ease;
}



/*友情提示*/
.maskout{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  left:0;
  top:0;
  z-index: 1001;
  display: none;
}
.mask{
  width: 80%;
  height: 170px;
  background:rgba(255,255,255,1);
  border-radius: 20px;
  box-shadow: 0 0 5px #00000087;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:997;

}
.pop-container{
  position: absolute;
  width: 100%;
  text-align:center;
  left:0;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pop-container .t1{
  color: #333;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.pop-container .t2{
  color: #666;
  text-align: center;
  margin:3% 0 5% 0;
  font-size: 16px;
}
.mask button {
  width: 118px;
  height: 34px;
  line-height: 30px;
  color: #fff;
  margin: 0 auto;
  display: block;
  text-align: center;
  cursor: pointer;
  background: #024287;
  font-size: 15px;
}

.slogan{
  color: #f3c04b;
  font-size: 3rem;
  font-family: 'playfair';
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}
.zbanner .title span{
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.6);
}


/*contact_form*/
/* 联系我们表单网格布局 */
#zformData{
  width: 100%;
}
.form-group {
  position: relative;
  margin-bottom: 1vw;
}

.form-group.full-width {

}

.form-label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-label .icon {
  width: 20px;
  height: 20px;
  color: var(--base-color);
  flex-shrink: 0;
}

.form-label .required {
  color: #e74c3c;
  margin-left: 2px;
}

/* 输入框通用样式 */
.captcha-input-wrapper input,
.input-wrapper input,
.input-wrapper select,
.input-wrapper textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 16px 20px;
  border: 2px solid #e8e8e8;
  border-radius: 14px;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fafafa;
  color: #333;
}
.captcha-input-wrapper input:hover,
.input-wrapper input:hover,
.input-wrapper select:hover,
.input-wrapper textarea:hover {
  border-color: #d0d0d0;
}
.captcha-input-wrapper input:focus,
.input-wrapper input:focus,
.input-wrapper select:focus,
.input-wrapper textarea:focus {
  outline: none;
  border-color: var(--base-color);
  background: #fff;
  box-shadow:
          0 0 0 4px rgba(102, 126, 234, 0.1),
          0 4px 20px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}
.captcha-input-wrapper input::placeholder,
.input-wrapper input::placeholder,
.input-wrapper textarea::placeholder {
  color: #aaa;
}

/* 姓名字段 */
.name-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

/* 电话输入组 */
.tel-input-group {
  display: grid;
  grid-template-columns: auto 1fr;
  border: 2px solid #e8e8e8;
  border-radius: 14px;
  overflow: hidden;
  background: #fafafa;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.tel-input-group:hover {
  border-color: #d0d0d0;
}

.tel-input-group:focus-within {
  border-color: var(--base-color);
  background: #fff;
  box-shadow:
          0 0 0 4px rgba(102, 126, 234, 0.1),
          0 4px 20px rgba(102, 126, 234, 0.15);
  transform: translateY(-2px);
}

.country-select {
  padding: 16px 16px;
  border: none;
  border-right: 2px solid #e8e8e8;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
  min-width: 160px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}

.country-select:hover {
  background: #f5f5f5;
}

.country-select:focus {
  outline: none;
}

.tel-number {
  padding: 16px 20px;
  border: none;
  font-size: 15px;
  background: transparent;
  color: #333;
  min-width: 0;
}

.tel-number:focus {
  outline: none;
}

/* 验证码区域 */
.captcha-group {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 15px;
  align-items: center;
}

.captcha-input-wrapper {
  position: relative;
}

.verify-wrapper {
  cursor: pointer;
  box-sizing: border-box;
  border-radius: 14px;
  overflow: hidden;
  border: 2px solid #e8e8e8;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  width: 185px;
  height: 53px;
  background:#f3fbfe;
  display:flex;
  justify-content: center;
  align-items: center;
}

.verify-wrapper:hover {
  border-color: var(--base-color);
  box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.verify-wrapper img {
  display: block;
  width: auto;
  max-height: 100%;
}

.captcha-refresh-hint {
  font-size: 12px;
  color: #999;
  margin-top: 6px;
  text-align: center;
}

/* 文本域 */
.input-wrapper textarea {
  min-height: 160px;
  resize: vertical;
  line-height: 1.8;
  font-family: inherit;
}

.input-wrapper textarea::-webkit-scrollbar {
  width: 8px;
}

.input-wrapper textarea::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 4px;
}

.input-wrapper textarea::-webkit-scrollbar-thumb {
  background: var(--base-color);
  border-radius: 4px;
}

/* 提交按钮区域 */
.submit-wrapper {
  margin-top: 40px;
  text-align: center;
}

.submit-btn {
  width: 200px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 18px 60px;
  background: linear-gradient(135deg, var(--base-color) 0%, #0058b1 100%);
  color: #fff;
  border: none;
  border-radius: 14px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow:
          0 10px 30px rgba(77, 144, 254, 0.4),
          0 0 0 0 rgba(102, 126, 234, 0);
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.submit-btn:hover {
  transform: translateY(-3px);
  box-shadow:
          0 20px 50px rgba(77, 144, 254, 0.5),
          0 0 0 8px rgba(77, 144, 254, 0.1);
}

.submit-btn:active {
  transform: translateY(-1px);
}

.submit-btn .icon {
  width: 22px;
  height: 22px;
  transition: transform 0.3s ease;
}

.submit-btn:hover .icon {
  transform: translateX(4px);
}

/* 按钮加载状态 */
.submit-btn.loading {
  pointer-events: none;
  opacity: 0.9;
}

.submit-btn.loading .btn-text {
  display: none;
}

.submit-btn.loading .icon {
  display: none;
}

.submit-btn.loading::after {
  content: '';
  width: 24px;
  height: 24px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* 错误状态 */
.input-wrapper.error input,
.input-wrapper.error select,
.input-wrapper.error textarea {
  border-color: #e74c3c;
  background: #fef5f5;
  animation: shake 0.5s ease;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}

.error-message {
  color: #e74c3c;
  font-size: 13px;
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

/* 成功状态 */
.form-card.success {
  animation: successPulse 0.6s ease;
}

@keyframes successPulse {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.02); }
}

/* 联系信息侧边栏（仅大屏显示） */
.contact-info {
  display: none;
  position: fixed;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 280px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}

.contact-info h3 {
  color: #1a1a2e;
  font-size: 18px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 20px;
  color: #666;
  font-size: 14px;
  line-height: 1.6;
}

.contact-info-item .icon {
  width: 20px;
  height: 20px;
  color: var(--base-color);
  flex-shrink: 0;
  margin-top: 2px;
}

