.zbanner {
  overflow: hidden;
  position:relative;
  width: 100%;
  height: 480px;
}
.zbanner img{
  position:absolute;
  left:50%;
  top: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%);
  height: 100%;
}
.crumbsbg{
  border-bottom: 1px solid #e5e5e5;
  line-height: 65px;
  font-size: 1.4rem;
  color: #838383;
}
.crumbsbg a{
  font-size: 1.4rem;
  color: #838383;
  -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;
}
.crumbsbg a:hover{
  color: #026dc9;
}
.crumbsbg .mycontainer>b{
  display: inline-block;
  vertical-align: bottom;
  background:#026dc9 url("../images/home.png") no-repeat center;
  margin-right: 22px;
  width: 66px;
  height: 65px;
}
.titlecenter{
  margin-top: 3vw;
}
.titlecenter>p,.titlecenter>h1{text-align: center}
.titlecenter>span{
  text-align: center;
  z-index: ;
  background: url(../images/comleft.png) no-repeat center bottom;
}


/*zcompany*/
.zcom01{
  padding:4vw 0;
}
.zcom01_cont{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcom01_left{
  width: 44%;
  font-size: 1.6rem;
  line-height: 32px;
  color: #666666;
}
.zcom01_left img{
  max-width: 50%;
}
.choseus{
  padding:4vw 0;
  display:flex;
  justify-content: space-between;
}
.choseus>b{
  width: 520px;
  height: 320px;
}

.choseus>div{
  width: calc(100% - 520px);
  height: 320px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background:#f6f6f6;
  padding:1.5vw 2vw;
}
.choseus>div>h2{
  font-size: 2.4rem;
  color: #333333;
}
.choseus>div>small{
  font-size: 1.6rem;
  font-weight: lighter;
  color: #666666;
  line-height: 30px;
  display:block;
  margin-top: 15px;
}
.choseus>div>p{
  font-size: 1.5rem;
  color: #666666;
  font-weight: lighter;
}
.choseus>div>p>span{
  color: #026dc9;
  font-size: 3rem;
  font-family: arial;
  font-weight: bold;
}





.infoCenter-right p strong {
  line-height: 30px;
  color: #113870;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #113870;
  position: absolute;
  width: 3px;
  height: 20px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.center-content{
  line-height: 25px;
}
.center-content img{
  display:inline-block;
  max-width:100%;
}

.zprobg{
  padding:4vw 0;
}
/*zmsg*/
.zmesg{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 50px 0;
  height: 530px;
  background: url("../images/lybg.jpg") no-repeat center;
  margin-bottom: 72px;
}
.zmsg_left{
  float:left;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 50px
}
.zmsg_left>h4{
  font-size: 24px;
  color: #1857a4;
  position: relative;
  padding-bottom:30px;
  margin-bottom: 30px;
}
.zmsg_left>h4:after{
  position:absolute;
  display: block;
  content: '';
  left:0;
  bottom:0;
  width: 45px;
  height: 2px;
  background: #1857a4;
}
.zmsg_left>p{
  color: #878787;
  line-height: 20px;
}
.zmsg_left>div{
  margin-top: 40px;
}
.zmsg_left>div span{
  color: #878787;
  font-size: 14px;
}
.zmsg_left>div h3{
  font-size: 24px;
  color: #117cc0;
  line-height: 23px;
}
.zmsg_left .tel{
  float:none;
}
.zmsg_right{
  float:right;
  width: 43%;
  padding-right: 45px;
}
.zmsg_right>p{
  color: #333;
  font-size: 18px;
  margin-bottom: 20px;
}
#formData>input,#formData textarea{
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #cccccc;
  margin-bottom: 20px;
  padding: 0 18px;
  box-sizing: border-box;
  font-size: 14px;
  color: #999;
  background: none;
  overflow: hidden;
}
#formData input::placeholder{
  font-size: 14px;
  color: #999;
}
#formData textarea{
  height: 100px;
}
#formData .code{
  width: 100%;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding-left: 0;
  background:none;
}
#formData .code input{
  font-size: 14px;
  color: #999;
  padding: 0 18px;
  box-sizing: border-box;
  background:none;
  height: 50px;
  line-height: 50px;
  float:left;
  width: 73%;
}
#formData .code .verify{
  float:right;
  width: 25%;
  height: 50px;
}
#formData .submit{
  display: inline-block;
  width: 100px;
  height: 45px;
  line-height: 45px;
  background: #1857a4;
  color: #fff;
  font-size: 16px;
  border-radius: 25px;
  text-align: center;
  margin-top: 20px;
  -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;
}
#formData .submit:hover{
  background: #117cc0;
}

/*znews*/
.de-news-list ul li{
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  padding: 20px;
}
.de-news-list ul li:nth-of-type(3n){
  margin-right: 0;
}
.de-news-list ul li a{
  display: block;
}
.de-news-list ul li a .img_jz{
  width:100%;
  height: 274px;
}
.de-news-list ul li a .img_jz>img{
  min-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;
  -webkit-transform:scale(1);
  -moz-transform:scale(1);
  -ms-transform:scale(1);
  -o-transform:scale(1);
  transform:scale(1);
  object-fit: cover;
}
.de-news-list ul li a:hover .img_jz>img {
  -webkit-transform:scale(1.05);
  -moz-transform:scale(1.05);
  -ms-transform:scale(1.05);
  -o-transform:scale(1.05);
  transform:scale(1.05);
}
.de-news-list ul li a .img_jz>div{
  position: absolute;
  right:0;
  bottom:0;
  text-align: center;
  width: 95px;
  height: 70px;
  color: #fff;
  background: rgba(0,0,0,.5);
  -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;
}
.de-news-list ul li a .img_jz>div>span{
  display: block;
  font-size: 24px;
  margin-top: 10px;
  line-height: 29px;
}
.de-news-list ul li a .img_jz>div>h5{
  font-size: 14px;
}

.de-news-list ul li a:hover .img_jz>div{
  background: #014fa2;
}
.znews_text{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  margin-top: 1vw;
}
.znews_text>h4{
  font-size: 16px;
  padding: 10px 0px;
  color: #333;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcasebg .znews_text>h4{
  border:2px solid #034898;
  padding: 10px 20px;
}

.znews_text>p{
  height: 72px;
  color: #909090;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.de-news-list ul li a:hover .znews_text>h4{
  color: #014fa2;
}

/*sidere_buchong*/
.zsidebar .pro_left_mid{
  border-left:1px solid #ddd;
  border-right:1px solid #ddd;
  min-height: initial;
}







.common-inner{
  padding-bottom:50px;
}

.common-inner .inner-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
}

.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-about-content {
  padding: 30px 50px;
}
.common-inner .inner-right .de-about-content img {
  margin: 0 auto;
  max-width: 100%;
}
.common-inner .inner-right .de-about-content p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}

.news-detail-content {
  padding: 0 18px;
}
.news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 25px 0 10px;
}
.news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.news-detail-content .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
  padding-top:10px;
}
.news-detail-content .newsPage a {
  color: #323232;
}
.news-detail-content .newsPage a:hover {
  color: #026dc9;
}
.common-inner .inner-right .de-honor-list {
  overflow: hidden;
  margin: 0 auto;
  margin-top: 24px;
  padding-top: 6px;
  min-height: 556px;
}
.common-inner .inner-right .de-honor-list ul {
  margin: 0 -5px;
}
.common-inner .inner-right .de-honor-list ul li {
  float: left;
  margin: 0 10px 30px;
  overflow: hidden;
  width: 270px;
  background: #f6f6f6;
}
.common-inner .inner-right .de-honor-list ul li a {
  display: block;
}
.common-inner .inner-right .de-honor-list ul li .img {
  width: 270px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  font-size: 0;
  overflow: hidden;
}
.common-inner .inner-right .de-honor-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 .de-honor-list ul li .title {
  text-align: center;
  height: 48px;
  padding: 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .de-honor-list ul li:hover {
  box-shadow: 0 0 4px 2px rgba(104, 104, 104, 0.1);
}
.common-inner .inner-right .de-honor-list ul li:hover .img img {
  transform: scale(1.1);
}
.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: #026dc9;
  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: #026dc9;
  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: #026dc9;
  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: #026dc9;
  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: #026dc9;
}
.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: #026dc9;
  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: #026dc9;
  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;
}
.de-contact {
  overflow: hidden;
}
.de-contact .contact-list {
  overflow: hidden;
  margin: 25px 0 35px;
}
.de-contact .contact-list ul li {
  min-height: 28px;
  padding-left: 50px;
  line-height: 36px;
  float: left;
  width: 33.3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  color: #595959;
  margin-bottom: 14px;
  word-wrap: break-word;
}
.de-contact .contact-list ul li span {
  display: block;
  float: left;
  color: #999;
}
.de-contact .contact-list ul li.icon-01 {
  background: url(../images/contact-icon-01.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-02 {
  background: url(../images/contact-icon-02.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-03 {
  background: url(../images/contact-icon-03.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-04 {
  background: url(../images/contact-icon-04.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-05 {
  background: url(../images/contact-icon-05.png) no-repeat left top;
}
.de-contact .contact-list ul li.icon-06 {
  background: url(../images/contact-icon-06.png) no-repeat left top;
}
.de-contact .contact-list ul li:last-of-type{
  width: 64%;
}
.de-contact .contact-map {
  overflow: hidden;
}
.de-contact .contact-map #dituContent {
  width: 100%;
  height: 475px;
}
.zcontact{
  padding: 2vw 0;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 2vw;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zcontact>h1{
  float:left;
  font-size: 24px;
  color: #333;
  font-weight: normal;
}
.zcontact>div{
  float:right;
}
.zcontact>div>span{
  font-size: 14px;
  color: #c3c3c3;
}
.zcontact>div>p{
  font-size: 24px;
  color: #026dc9;
}

.inner-contact {
  width: 100%;
  margin-top: 18px;
  margin-bottom: 35px;
}
.inner-contact .title {
  height: 80px;
  background:#1a58a5 url("../images/zsideicon.png") no-repeat 203px center;
  line-height: 1;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  padding-left:30px;
}
.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;
}
.prodect-Info {
  overflow: hidden;
  background: #f6f6f6;
  min-height: 500px;
  padding-bottom: 48px;
}
.prodect-Info .info-crumbs {
  overflow: hidden;
  height: 54px;
  line-height: 58px;
  font-size: 14px;
  color: #999;
  padding-left: 28px;
  background: url(../images/home-icon.png) no-repeat 5px center;
}
.prodect-Info .info-crumbs a {
  color: #595959;
}
.prodect-Info .info-crumbs a:hover {
  color: #026dc9;
  text-decoration: underline;
}
.prodect-Info .info-main {
  overflow: hidden;
  background: #fff;
  padding: 25px 25px 20px;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-preview {
  float: left;
  width: 350px;
}
.prodect-Info .info-main .info-main-rig {
  float: right;
  width: 775px;
  overflow: hidden;
}
.prodect-Info .info-main .info-main-rig .title {
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 18px 0;
  padding-top: 0;
  padding-left: 12px;
  padding-bottom:0;
  text-align: left;
}
.prodect-Info .info-main .info-main-rig .price {
  height: 65px;
  background: #f6f6f6;
  line-height: 65px;
  padding: 0 20px;
  color: #ff8111;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}
.prodect-Info .info-main .info-main-rig .price span {
  font-size: 14px;
  color: #808080;
  font-weight: normal;
}
.prodect-Info .info-main .info-main-rig .de-list {
  overflow: hidden;
  padding: 0 20px;
  min-height: 150px;
  max-height: 223px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item {
  overflow: hidden;
  padding-left: 60px;
  font-size: 14px;
  color: #7d7d7d;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 10px;
}
.prodect-Info .info-main .info-main-rig .de-list .list-item .item-title {
  width: 60px;
  float: left;
  margin-left: -60px;
  color: #808080;
}
.prodect-Info .info-main .info-main-rig .order-btn {
  overflow: hidden;
  padding: 0 10px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit {
  display: block;
  width: 155px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #026dc9;
  color: #fff;
  font-size: 14px;
}
.prodect-Info .info-main .info-main-rig .order-btn .submit:hover {
  background: #0058b1;
}
.prodect-Info .info-center {
  overflow: hidden;
}

.prodect-Info .info-center .infoCenter-left .pro-sider {
  float: none;
}
.prodect-Info .info-center .infoCenter-right {
  width: 100%;
  background: #fff;
  padding: 0 25px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.prodect-Info .info-center .infoCenter-right .center-title {
  font-weight: bold;
  font-size: 18px;
  color: #113870;
  line-height: 60px;
  margin-bottom: 20px;
  height: 59px;
  border-bottom: 1px solid #ededed;
}
.prodect-Info .info-center .infoCenter-right .center-content {
  overflow: hidden;
  padding-bottom: 30px;
}
.prodect-Info .info-center .infoCenter-right .center-content img {
  max-width: 100%;
}
.prodect-Info .info-center .infoCenter-right .center-content table {
  max-width: 100%;
}
.center-content table{
  width: 100%;
  border-collapse: collapse;
}
.center-content table tr td{
  border:1px solid #ddd!important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 5px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab {
  font-family: '微软雅黑';
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 20px;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr th {
  width: 50%;
  text-align: center;
  font-size: 15px;
  color: #262626;
  background: #f6f6f6;
  border: 1px solid #e6e6e6;
  line-height: 48px;
  font-weight: bold;
}
.prodect-Info .info-center .infoCenter-right .center-content table.contentTab tr td {
  line-height: 45px;
  color: #595959;
  font-size: 15px;
  text-align: center;
  border: 1px solid #e6e6e6;
}
.prodect-Info .info-center .infoCenter-right .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
}
.prodect-Info .info-center .infoCenter-right .newsPage a {
  color: #323232;
}
.prodect-Info .info-center .infoCenter-right .newsPage a:hover {
  color: #026dc9;
}
#MagnifierWrap2 {
  position: relative;
  width: 350px;
}
.MagnifierMain {
  position: relative;
  width: 350px;
  height: 350px;
  font-size: 0;
  text-align: center;
  line-height: 350px;
  border: 1px solid #e6e6e6;
}
.MagnifierMain.video {
  cursor: pointer;
}
.MagnifierMain.video::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-left: -35px;
  margin-top: -35px;
  z-index: 1;
  background: url(../images/media-icon.png) no-repeat center;
  background-size: 100% auto;
}
.play-video {
  width: 350px;
  height: 350px;
  border: 1px solid #e6e6e6;
}
.play-video iframe {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 100%;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 292px;
  height: 69px;
  overflow: hidden;
  padding-top: 20px;
  margin: 0 auto;
}
.spec-items ul {
  width: 500%;
  position: absolute;
  top: 20px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 65px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  float: left;
  overflow: hidden;
  margin-right: 5px;
  border: 2px solid #fff;
  font-size: 0;
  cursor: pointer;
}
.spec-items li[data-type=video] {
  position: relative;
}
.spec-items li[data-type=video]::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
  background: url(../images/video-icon.png) no-repeat center;
  background-size: 100% auto;
}
.spec-items li.on {
  border: 2px solid #014fa2;
}
.spec-items li img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 0px;
  display: block;
  width: 20px;
  height: 69px;
  line-height: 69px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #ddd;
  cursor: default;
  background-color: #f9f9f9;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
span.on {
  background-color: #f9f9f9;
  color: #0058b1;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
  background: url(../images/p-detail-left.png) no-repeat center;
}
span.spe_leftBtn.on {
  background: url(../images/p-detail-left-active.png) no-repeat center;
}
span.spe_rightBtn {
  right: 0;
  background: url(../images/p-detail-right.png) no-repeat center;
}
span.spe_rightBtn.on {
  background: url(../images/p-detail-right-active.png) no-repeat center;
}
.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: #026dc9;
  background: #026dc9;
}
.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 {
  font-size: 12px;
  margin-right: 0;
  width: 63px;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: block;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: block;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}
.zcase_text{
  width:100%;
  line-height: 40px;
  text-align: center;
  color: #494949;
  background: #ddd;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
}
.zcase_text h4{
  font-weight: normal;
}
.de-news-list ul li a:hover .zcase_text{
  background: #034898;
  color: #fff;
}




/*zcompany*/
.zcom_left{
  font-size: 16px;
  color: #666666;
  line-height: 30px;
}
.zadv02bg{
  background:url("../images/zadv02bg.jpg") no-repeat center;
  background-attachment: fixed;
}
.zadv02bg .warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 240px;
}
.zadv02bg .warpper li{
  display:flex;
  align-items: center;
}
.zadv02bg .warpper li img{
  margin-right: 20px;
}
.zadv02bg .warpper li div h4{
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 2px;
}
.zadv02bg .warpper li div small{
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.6);
}
.zcom_album{
  height: 470px;
  margin-bottom: 4vw;
}
.zcom_album a{
  float:left;
  display:block;
  width:24%;
  height: 48.5%;
  margin-left: 1%;
  position:relative;
  overflow:hidden;
}
.zcom_album a img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zcom_album a:first-of-type{
  width: 50%;
  height: 100%;
  margin-left: 0;
}
.zcom_album a:nth-of-type(2),.zcom_album a:nth-of-type(3){
  margin-bottom: 1%;
}

.zcoopbg{
  background:url("../images/coopbg.jpg") no-repeat center;
  background-size:cover;
  text-align: center;
  height: 600px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4vw;
}
.zcoopbg small{
  display:block;
  text-align: center;
  font-size: 1.6rem;
  color: #333333;
  text-transform: uppercase;
}
.zcoopbg>h2{
  font-size: 4.8rem;
  color: #333333;
  line-height: 90px;
  font-weight: normal;
}
.zcoopbg>p{
  font-size: 1.8rem;
  color: #333333;
}
.zcoopbg>a{
  display:block;
  margin-top: 2vw;
}
.zcoopbg>a img{
  margin:0 auto;
  margin-bottom: 14px;
}
.zcoopbg>a span{
  margin:0 auto;
  text-align: center;
  font-size: 1.8rem;
  color: #333333;
}
.zplay li{
  float:left;
  width:32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.zplay li:nth-of-type(3n){
  margin-right: 0;
}
.zplay li a{
  display:block;
  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;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  background:#0050a5;
}
.zplay li a:hover{
  background:#2aae67;
  box-shadow: 0 0 10px #ddd;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
.zplay li a>div{
  position:relative;
  overflow:hidden;
  width: 100%;
  height: 250px;
}
.zplay li a>div>img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zplay li a>div>b{
  position:absolute;
  left:50%;
  top: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%);
  border-radius: 50%;
  width: 67px;
  height: 67px;
  background: rgba(0, 0, 0, 0.5);
}
.zplay li a>div>b img{
  width: 100%;
  height: 100%;
  object-fit: none;
}
.zplay li a>p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.6rem;
  color: #fff;
  line-height: 64px;
  -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;
}

.contall{
  margin:4vw auto;
}
.cont_left #playVideo{
  width:100%;

}
.cont_left{
  float:left;
  width:62%;
}
.cont_right{
  float:right;
  width: 35%;
  border-left:1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:2%;
}
.cont_right>h2{
  font-size: 2.2rem;
  color: #666;
}
.cont_right>ul{
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  padding:15px 0;
}
.cont_right>ul li{
  font-size: 1.4rem;
  color: #666;
  line-height: 35px;
}
.cont_right>h3{
  font-size: 2.2rem;
  color: #666;
  padding:15px 0;
  position:relative;
  overflow:hidden;
  padding-left:15px;
}
.cont_right>h3:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:50%;
  width: 5px;
  height: 20px;
  background:#2aae67;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cont_right>small{
  font-size: 1.6rem;
  color: #666;
  line-height: 30px;
}
.zvideopage{
  border-top: 1px solid #ddd;
}
.zvideopage .page-a{
  width: 100%;
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  color: #666;
  -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;
}
.zvideopage .page-a a{
  color: #666;
  -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;
}
.zvideopage .page-a:hover,.zvideopage .page-a:hover a{
  color: #2aae67;
}


/*ipad menu*/
.mmenu{
  margin-right:2%;
}
.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;
}

.mnavbar{
  position:fixed;
  top:80px;
  right:-288px;
  width: 288px;
  height:calc(100% - 80px);
  background:#fff;
  z-index: 10000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y:auto;
  -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;
}
.mnavbaractive{
  right:0;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;
  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li:first-of-type{
  border-top: 1px solid #e8e8e8;
}
.mnavbar li>a{color: #333;
  padding-left: 60px;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mnavbar li.mousein{
  background:#f7f9fa;
}


.m_prolist{
  background:#f7f7f7;
}
.m_prolist a{
  display:block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:70px;
  border-top: 1px solid #ddd;
  font-size: 1.6rem;
  color: #666;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
}



/*zgoodsinfo*/
.zgoodsbg,.zgoodsbg{
  display:flex;
  justify-content: space-between;
  padding:4vw 0;
  align-items: flex-start;
}
.zgoods_right{
  width: calc(97% - 260px);
}
.zginfo_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
  height: 417px;
}
.zg_t_left{
  width: 60%;
  height: 100%;
  display:flex;
  justify-content: space-between;
}
.zpro01{
  width: 110px;
  height: 100%;
  position:relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:60px 0;
}
.zpro01 .swiper-slide-thumb-active{
  border:2px solid #026dc9;
}
.zpro01 .swiper-button-lock{
  display:flex;
  opacity: 0.2;
}
.zpro01 .swiper-button-prev{
  top:0;
  left:0;
  margin-top: 0;
}
.zpro01 .swiper-button-next{
  bottom:0;
  right:0;
  margin-top: initial;
  top:initial;
}
.zpro01 .swiper-button-prev,
.zpro01 .swiper-button-next{
  width: 100%;
  background:#999999;
  height: 50px;
  -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;
}
.zpro01 .swiper-button-prev:hover,
.zpro01 .swiper-button-next:hover{
  background:#026dc9;
}
.zpro01 .swiper-button-prev:after,
.zpro01 .swiper-button-next:after{
  color: #fff;
  font-size: 18px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.swiperzpro{
  width: 100%;
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiperzpro .swiper-slide{
  width: 100%;
  height: 100%;
  background:#e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiperzpro .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.swiperzpro2{
  width:calc(97% - 110px);
  height: 100%;
  position:relative;
  overflow:hidden;
}
.swiperzpro2 .swiper-slide{
  width: 100%;
  background:#e5e5e5;
}
.swiperzpro2 .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.zg_t_right{
  width: 40%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border:2px solid #dedede;
  padding:37px;
  padding-top: 15px;
  height: 100%;
  border-left: none;
}
.zg_t_right>span{
  display:block;
  position:relative;
  top:5px;
  height: 30px;
  font-size: 3.6rem;
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Impact;
}
.zg_t_right>h4{
  position:relative;
  font-size: 3rem;
  color: #333333;
  font-weight: bold;
  overflow:hidden;
  padding-bottom: 15px;
}
.zg_t_right>h4:before{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 100%;
  height: 3px;
  background:#f2f2f2;
}
.zg_t_right>h4:after{
  display:block;
  content: '';
  left:0;
  bottom:0;
  height: 3px;
  background:#026dc9;
  position:absolute;
  width: 58px;
}
.zg_t_right ul{
  display:flex;
  align-items: center;
  margin-top:1vw;
  margin-bottom: 2vw;
}
.zg_t_right ul li{
  margin-right: 10px;
  font-size: 1.4rem;
  color: #026dc9;
  line-height: 28px;
  border-radius: 4px;
  padding:0 9px;
  border:2px dashed #026dc9;
}
.zg_t_right ul li:last-of-type{
  margin-right: 0;
}
.zg_t_code{
  width: 150px;
  display:flex;
  align-items: center;
  background:#f0f6fc;
  border-radius: 0 4px 4px 0;
  border:1px solid #f0f6fc;
}
.zg_t_code>img{
  height: 120px;
}
.zg_t_code>p{
  font-size: 1.4rem;
  color: #026dc9;
  word-wrap: break-word;
  writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
}
.zg_t_btn{
  display:flex;
  align-items: center;
  margin-top: 1.5vw;
}
.zg_t_btn a{
  display:block;
  width: 148px;
  line-height: 40px;
  text-align: center;
  background:#026dc9;
  border-radius: 6px;
  color: #fff;
  font-size: 1.6rem;
  margin-right: 20px;
  -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;
}
.zg_t_btn a:hover{
  background:#be0000;
}
.zg_t_btn div{
  padding-left:45px;
  background:url("../images/zgtel.png") no-repeat left center;
}
.zg_t_btn div>small{
  font-size: 1.4rem;
  color: rgba(51, 51, 51, 0.5);
}
.zg_t_btn div>h4{
  font-weight: normal;
  font-size: 2.4rem;
  color: #333333;
  font-family: Impact;
}

.zginfo_bom{
  margin-top: 3vw;
}
.zginfo_bom>small{
  font-size: 1.6rem;
  color: #666666;
  line-height: 32px;
}
.zg_info_tit{
  background:#f2f2f2;
  margin-bottom: 1vw;
  margin-top: 1vw;
}
.zg_info_tit span{
  font-weight: normal;
  display:inline-block;
  padding:0 20px;
  line-height: 48px;
  color: #fff;
  background:#026dc9;
  font-size: 2rem;
}
.zg_ban2{
  padding:0;
  margin-top:1.5vw;
  margin-bottom: 3vw;
}
.zwarpper{
  width: 96%;
  padding:2vw 0;
}

.ban2 .zwarpper .ban2_text h3{
  font-size: 2.8rem;
}
.ban2 .zwarpper .ban2_text small{
  font-size: 1.6rem;
}
.ban2 .zwarpper ul{
  width: 60%;
}
.newsPage {
  font-size: 1.4rem;
  color: #666666;
}
.newsPage .page-a{
  margin-top: 10px;
}
.newsPage a{
  font-size: 1.4rem;
  color: #666666;
}
.newsPage .page-a:hover{
  color: #026dc9;
  text-decoration: underline;
}
.newsPage .page-a:hover a{
  color: #026dc9;
}
.zginfo_02{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zginfo_02 li{
  display:flex;
  align-items: center;
  justify-content: space-between;
  background:#f2f2f2;
  width: 49%;
  margin-bottom: 1vw;
}
.zginfo_02 li>div{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:2vw;
}
.zginfo_02 li>div>img{
  max-height: 50px;
}
.zginfo_02 li>div>h4{
  font-size: 2.3rem;
  color: #333333;
  margin-top: 15px;
}
.zginfo_02 li>div>h4 span{
  color: #026dc9;
}
.zginfo_02 li>div>small{
  font-size: 1.2rem;
  color: #888888;
  font-family: arial;
  text-transform: uppercase;
}
.zginfo_02 li>b{
  width: 244px;
  height: 168px;
}

/*zcase*/
.zcaselist a{
  float:left;
  width: 24%;
  margin-right:1.3%;
  height: 18vw;
  margin-bottom: 1.3vw;
  display:flex;
}
.zcaselist a:nth-of-type(4n){
  margin-right: 0;
}

/*znewsinfo*/
.znewsinfobg{
  padding:4vw 0;
}
.znewsinfo{
  float:left;
  border-right:1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right:35px;
  width:calc(98% - 350px);
}
.znews_tj{
  float:right;
  width: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-detail>img{
  margin:0 auto;
  max-width: 100%;
  margin-bottom: 2vw;
}
.news-detail{
  padding-bottom: 3vw;
}
.news-detail-title{
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 2vw;
}
.news-detail-title>h3{
  font-size: 22px;
  color: #101010;
  position:relative;
  padding-left:23px;
}
.news-detail-title>h3:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  top:5px;
  width:3px;
  height: 23px;
  background:var(--theme-color);
}
.news-detail-title>div{
  margin-top: 20px;
  display:flex;
  align-items: center;
  justify-content: center;
}
.news-detail-title>div span{
  background:#e8f2fa;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3px 8px;
  margin-right:15px;
  color: #626262;
}
.news-detail{
  line-height: 31px;
  font-size: 14px;
  color: #333;
}
.znews_tj{
  background:#f5f5f5;
}
.znews_tj_tit{
  background:#026dc9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding:14px 0;
}
.znews_tj_tit>h3{
  color: #fff;
  font-size: 23px;
}
.znews_tj_tit>small{
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}
.znews_tj a{
  display:block;
  border-bottom: 1px solid #ddd;
  padding:15px;
}
.znews_tj a h3{
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow:hidden;
  color: #333;
  font-size: 18px;
  font-weight: bold;
  padding:5px 0;
  -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;
}
.znews_tj a:hover h3 {
  color:#026dc9;
}
.znews_tj a small{
  font-size: 14px;
  color: #7a7a7a;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.znews_tj a:last-of-type{
  border-bottom: none;
}

/*zmessage*/
.zmsg{
  border-top: 1px solid #e5e5e5;
  padding-bottom: 4vw;
}
#zcontactform{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#zcontactform>input{
  background:#fff;
  line-height: 80px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 25px;
  width: 49%;
  font-size: 1.6rem;
  color: #2f2f2f;
  margin-bottom: 1vw;
  border: 1px solid #e5e5e5;
}
#zcontactform input::placeholder,#zcontactform textarea::placeholder{
  font-size: 1.6rem;
  color: #2f2f2f;
}
#zcontactform textarea{
  width:100%;
  font-size: 1.6rem;
  color: #2f2f2f;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:25px;
  height: 200px;
  margin-bottom: 1vw;
}
#zcontactform .code{
  width: 49%;
  display:flex;
  justify-content: space-between;
  align-items: center;
  background:#fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e5e5e5;
}
#zcontactform .code input{
  font-size: 1.6rem;
  line-height: 80px;
  color: #2f2f2f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 25px;
  width: calc(100% - 220px);
}
#zcontactform .code .verify{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 100%;
  background:#f3fbfe;
}
#zcontactform .code .verify img{
  max-width:100%;
  max-height:100%;
}
.zcontsubmit{
  width: 49%;
  font-weight: bold;
  color: #fff;
  font-size: 1.8rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 80px;
  text-align: center;
  background:#026dc9;
  -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;
}
.zcontsubmit:hover{
  background:#be0000;
}


.zhonorlist a{
  height: 26vw;
  background:#f7f7f7;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:15px;
}
.zhonorlist a>img{
  background: #fff;
  object-fit: scale-down;
}