.zbanner {
  overflow: hidden;
  display:flex;
  align-items: center;
  width: 100%;
  position:relative;
}
.zbanner img{
  display:block;
  width: 100%;
}

/*crumbs*/
.rig-title{
  width: 100%;
  position:absolute;
  bottom:0;
  left:0;
  background: rgba(0, 0, 0, 0.5);
}
.rig-title .crumbs{
  line-height: 66px;
  color: #fff;
}

.crumbs_right{
  padding-left:27px;
  background:url("../images/home.png") no-repeat left center;
}
.rig-title .crumbs a{
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
}
.rig-title .crumbs a:last-of-type{
  color: #fff;
}


.infoCenter-right p strong {
  line-height: 30px;
  color: #0a1852;
  font-size: 18px;
  position: relative;
  padding-left: 20px;
  margin-top: 4vw;
}

.infoCenter-right p strong:after{
  display: block;
  content: '';
  background: #0a1852;
  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%;
}



.ztitle{
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
}
.ztitle>h4{
  font-size: 34px;
  color: #484848;
}
.ztitle>small{
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
  position:relative;
}
.ztitle>small:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:-15px;
  width:40px;
  height: 4px;
  background:#192b76;
}


/*zcompany*/
.zcomcont1{
  padding-bottom: 4vw;
  display:flex;
  justify-content: space-between;
}
.zcomcont1>small{
  font-size: 16px;
  color: #666;
  line-height: 36px;
  font-weight: lighter;
  width: 50%;
}
.zcom_cont{
  width: 48%;
}
.zcom_cont>h3{
  font-size: 36px;
  color: #004c9e;
}
.zcom_cont>small{
  margin-top: 10px;
  font-size: 16px;
  color: #333333;
  width: 50%;
  display:block;
  text-transform: uppercase;
  position:relative;
  margin-bottom: 2vw;
  padding-bottom: 1vw;
}
.zcom_cont>small:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width:65px;
  height: 4px;
  background:#004ea1;
}
.zcom_cont>b{
  width: 100%;
  height: 14vw;
}
.zcom_cont>b>img{
  object-fit: cover;
}
.zcom_cont>div{
  display:flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 100%;
  background:#192b76;
}
.zcom_cont ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.zcom_cont ul li{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #d7d7d7;
  height: 140px;
  width: 47%;
}
.zcom_cont ul li h3{
  font-size: 36px;
  color: #00529d;
  font-family: Impact;
}
.zcom_cont ul li small{
  font-size: 16px;
  color: #2b2b2b;
  font-weight: lighter;
}

.zcom_lcbg{
  background:url("../images/sky.jpg") no-repeat center bottom;
  background-size:cover;
  padding-bottom: 4vw;
}

.swiper-lctop{
  height: 15vw;
}
.swiper-lctop .swiper-slide p{
  text-align: center;
  font-size: 36px;
  color: #282828;
  position:relative;
  font-weight: bold;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
  padding-top: 2vw;
}
.swiper-lctop .swiper-slide p:after{
  position:absolute;
  display:block;
  content: '';
  left:50%;
  bottom:0;
  width: 54px;
  height: 4px;
  background:#004ea1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-lctop .swiper-slide small{
  font-size: 24px;
  color: #2b2b2b;
  text-align: center;
  font-weight: bold;
  display:block;
  width:100%;
}

.swiper-lc .swiper-slide p{
  color: #666666;
  font-size: 24px;
  font-weight: bold;
  padding-top: 30px;
  text-align: center;
  position:relative;
}
.swiper-lc .swiper-slide p:before{
  display:block;
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background:#cccccc;
  position:absolute;
  left:50%;
  top:0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.swiper-lc .swiper-slide.swiper-slide-thumb-active p{
  color:#004ea1;
}
.swiper-lc .swiper-slide.swiper-slide-thumb-active p:before{
  background:#004ea1;
}

.swiper-lctop .swiper-button-next:after,.swiper-lctop .swiper-button-prev:after{
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.swiper-lctop .swiper-button-next,.swiper-lctop .swiper-button-prev{
  border-radius: 50%;
  width:72px;
  height: 72px;
  background: rgba(0, 0, 0, 0.4);
  -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;
}
.swiper-lctop .swiper-button-next:hover,.swiper-lctop .swiper-button-prev:hover{
  background:#004ea1;
}


.com_logo{
  display:flex;
  align-items: center;
}
.com_logo>div>h1{
  color: #fff;
  font-size: 32px;
}
.com_logo>div>small{
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.zcom_cont>div>div{
  text-align: center;
}
.com_tel{
  margin-top: 1.5vw;
  display:inline-block;
  font-size: 24px;
  color: #fff;
  background:url("../images/comtel.png") no-repeat left center;
  padding-left:30px;
}
.com_tel>span{
  font-size: 16px;
  font-weight: normal;
  vertical-align: text-bottom;
}

.zcom_adv{
  padding-bottom: 2vw;
}
.zcom_adv .title p{
  text-align: center;
  font-size: 24px;
  color: #00529d;
}
.zcom_adv ul{
  display:flex;
  justify-content: space-between;
}
.zcom_adv ul li{
  width: 23.7%;
  height: 23.1vw;
  display:flex;
  justify-content: center;
  align-items: center;
  position:relative;
  overflow:hidden;
}
.zcom_adv ul li>i{
  position:absolute;
  left:0;
  top:0;
  background: rgba(0, 82, 157, 0.6);
  width:100%;
  height: 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;
  opacity: 0;
}
.zcom_adv ul li:hover>i{
  opacity: 1;
}
.zcom_adv ul li>div{
  position:relative;
  display:flex;
  justify-content: center;
  align-items: center;
  -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;
  width: 101%;
  height: 101%;
  border:1px solid #fff;
}
.zcom_adv ul li:hover>div{
  width: 80%;
  height: 80%;
}

.zcom_adv ul li>div p{
  text-transform: uppercase;
  text-align:center;
  font-size: 12px;
  font-weight: lighter;
  color: rgba(255, 255, 255, 0.69);
}
.zcom_adv ul li>div h4{
  color: #fff;
  font-size: 24px;
  padding-top:80px;
  text-align: center;
}
.zcom_adv ul li:first-of-type>div h4{
  background:url("../images/zcom01.png") no-repeat center top;
}
.zcom_adv ul li:nth-of-type(2)>div h4{
  background:url("../images/zcom02.png") no-repeat center top;
}
.zcom_adv ul li:nth-of-type(3)>div h4{
  background:url("../images/zcom03.png") no-repeat center top;
}
.zcom_adv ul li:nth-of-type(4)>div h4{
  background:url("../images/zcom04.png") no-repeat center top;
}
.zcom_adv ul li>div small{
  color: #fff;
  text-align: center;
  display:block;
  margin-top: 2vw;
  font-size: 14px;
  text-transform: uppercase;
}

.zcom_honorbg{
  background:url("../images/zhonorbg.jpg") repeat center;
  padding-bottom: 3vw;
}
.zcom_honor{
  height: 32vw;
}
.swiper-honor{
  width: 100%;
  height: 100%;
}
.swiper-honor .swiper-slide{
  background:#fff;
  border:1px solid #eeeeee;
}
.swiper-honor .swiper-slide>b{
  border-bottom: 1px solid #ddd;
  width:100%;
  height: 85%;
  -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;
}
.swiper-honor .swiper-slide:hover>b{
  background:#004c9e;
}
.swiper-honor .swiper-slide>b img{
  height: 100%;
  width: 100%;
  object-fit: scale-down;
}
.swiper-honor .swiper-slide>p{
  height: 15%;
  text-align: center;
  font-size: 20px;
  color: #282828;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top:5%;
  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;
}
.swiper-honor .swiper-slide:hover>p{
  color: #004c9e;
}


.zcom_coop{
  padding-bottom: 4vw;
}
.swiper-coop{
  width: 100%;
}
.zcom_coop b{
  width:100%;
  height: 88px;
  border:1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.zcom_coop b>img{
  object-fit: scale-down;
}

/*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;
}
/*znews*/
.de-news-list{
  margin-top: 3vw;
}
.de-news-list ul li{
  float:left;
  width: 32%;
  margin-right:2%;
  margin-bottom: 2vw;
}
.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;
  position:relative;
  overflow:hidden;
}
.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: rgba(38, 138, 231, 0.6);
}
.znews_text{
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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{
  color: #909090;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp:2;
  overflow: hidden;
}

.de-news-list ul li a:hover .znews_text>h4{
  color: #004388;
}

/*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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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;
}

.common-inner .inner-right .news-detail-content {
  padding: 0 18px;
}
.common-inner .inner-right .news-detail-content .news-detail-title {
  padding-bottom: 15px;
  border-bottom: 1px dashed #ededed;
  text-align: center;
  margin-bottom: 15px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .h3 {
  font-size: 18px;
  color: #323232;
  line-height: 24px;
  font-weight: bold;
  margin: 3vw 0 10px;
}
.common-inner .inner-right .news-detail-content .news-detail-title .b {
  font-size: 13px;
  color: #999999;
  line-height: 20px;
}
.common-inner .inner-right .news-detail-content .news-detail {
  padding: 0 12px 30px;
}
.common-inner .inner-right .news-detail-content .news-detail p {
  font-size: 14px;
  color: #595959;
  line-height: 24px;
}
.common-inner .inner-right .news-detail-content .news-detail img {
  max-width: 100%;
  margin: 0 auto;
}
.common-inner .inner-right .news-detail-content .newsPage {
  font-size: 16px;
  color: #323232;
  line-height: 30px;
  margin: 15px 0 30px;
  border-top: 1px solid #ddd;
  padding-top:10px;
}
.common-inner .inner-right .news-detail-content .newsPage a {
  color: #323232;
}
.common-inner .inner-right .news-detail-content .newsPage a:hover {
  color: #003f98;
}
.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;
  padding: 5px 5px;
  padding-top:3vw;
}
.common-inner .inner-right .de-job-list ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.common-inner .inner-right .de-job-list ul li {
  overflow: hidden;
  padding: 0 55px 0 25px;
  height: 128px;
  background:#f7f7f7;
  border-bottom: 1px solid #ededed;
  width: 32%;
  margin-bottom: 1vw;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.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: #666;
  line-height: 20px;
  font-weight: normal;
}
.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: block;
  float: right;
  width: 80px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #003f98;
  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 {
  background:#ff4e02;
}
.common-inner .inner-right .jobs-info {
  padding: 40px 10px 30px;
  margin-bottom: 28px;
  border-bottom: 1px dashed #ededed;

}
.jobs-info{
  display:flex;
  justify-content: space-between;
}
.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: #003f98;
  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: #003f98;
  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: #003f98;
}
.common-inner .inner-right .apply-job {
  overflow: hidden;
  width: 50%;
  margin:0 auto;
  margin-top: 4vw;
}
.common-inner .inner-right .apply-job .job-tr {
  overflow: hidden;
  width: 100%;
}
.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: 80%;
}
.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: 100%;
  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: 100%;
  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: #003f98;
  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: #003f98;
  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;
}


/*zcontact*/
.zcontact{
  padding-bottom:4vw;
  background:#f2f4f6;
}
.de-contact{
  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;
  padding:2vw;
  padding-left: 3vw;
}
.contact-list{
  width: 38%;
}
.contact-list>h3{
  font-size: 48px;
  color: #004c9e;
}
.contact-list>h2{
  font-size: 24px;
  color: #202020;
  margin-bottom: 2vw;
}
.contact-list>ul li{
  font-size: 16px;
  color: #2f2f2f;
  font-weight: lighter;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:43px;
  margin-bottom: 2vw;
}
.contact-list>ul li:first-of-type{background:url("../images/zcont01.png") no-repeat left center;}
.contact-list>ul li:nth-of-type(2){background:url("../images/zcont02.png") no-repeat left center;}
.contact-list>ul li:nth-of-type(3){background:url("../images/zcont02.png") no-repeat left center;}
.contact-list>ul li:nth-of-type(4){background:url("../images/zcont03.png") no-repeat left center;}
.contact-list>p{
  font-size: 18px;
  color: #2f2f2f;
  font-weight: lighter;
  border-top: 2px dashed #eeeeee;
  padding-top: 1.5vw;
}
.contact-list>p>span{
  font-size: 28px;
  color: #004ea1;
  font-weight: bold;
}
.contact-map{
  width: 60%;
  height: 25vw;
}
#dituContent{
  width: 100%;
  height: 100%;
}






.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: #003f98;
  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: #003f98;
  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: #0a1852;
  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: #003f98;
}
#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 #268ae7;
}
.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: #003f98;
  background: #003f98;
}
.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;
}


/*zproinfo*/

.pro_rig_top{
  float:left;
  width:20%;
  padding-bottom: 20px;
}

.pro_rig_top>a{
  display:block;
  margin-right: 11px;
  font-size: 16px;
  color: #3d3d3d;
  background: #f1f1f1;
  width: 100%;
  height: 50px;
  margin-bottom: 11px;
  line-height: 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 30px;
  -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;
}
.pro_rig_top>a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_top>a:hover{
  background: #0a1852;
  color: #fff;
}
.pro_rig_top>a.hight_linght{
  background: #0a1852;
  color: #fff;
}




.newsPage{
  padding-bottom: 60px;
  margin-top: 45px;
}
.page-a{
  border-bottom: 1px solid #ddd;
  line-height: 35px;
  color: #707070;
}
.page-a a{
  color: #707070;
  -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;
}
.page-a a:hover{
  text-decoration: underline;
  color: #192b76!important;
}


/*zprolist*/
.zprolist_top{
  display:flex;
  justify-content: center;
  margin-bottom: 2vw;
}
.zprolist_top a{
  margin:20px;
  display:block;
  padding:5px 10px;
  text-align: center;
  color: #393939;
  border: 1px solid #afafaf;
  -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;
}
.zprolist_top a:hover,.zprolist_top a.hight_linght{
  background:#192b76;
  color: #fff;
}



.pro_rig_bot a{
  display:block;
  background:#fff;
  border:1px solid #d7d7d7;
  float:left;
  margin-right: 1%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 24.1%;
  margin-bottom: 1vw;
}
.pro_rig_bot a:nth-of-type(4n){
  margin-right: 0;
}
.pro_rig_bot a b{
  display:block;
  width: 100%;
  height: 16.3vw;
  background:#fff;
  position:relative;
  overflow:hidden;
}
.pro_rig_bot a b img.i1{
  object-fit: cover;
}
.pro_rig_bot a b img.i2{
  width: initial;
  height: initial;
  position:absolute;
  left:50%;
  top:60%;
  -webkit-transform: translate(-50%,-50%) rotateY(180deg);
  -moz-transform: translate(-50%,-50%) rotateY(180deg);
  -ms-transform: translate(-50%,-50%) rotateY(180deg);
  -o-transform: translate(-50%,-50%) rotateY(180deg);
  transform: translate(-50%,-50%) rotateY(180deg);
  -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: 0;
}
.pro_rig_bot a:hover b img.i2{
  opacity: 1;
  top:50%;
  -webkit-transform: translate(-50%,-50%) rotateY(0deg);
  -moz-transform: translate(-50%,-50%) rotateY(0deg);
  -ms-transform: translate(-50%,-50%) rotateY(0deg);
  -o-transform: translate(-50%,-50%) rotateY(0deg);
  transform: translate(-50%,-50%) rotateY(0deg);
}


.pro_rig_bot a>p{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0 23px;
  font-size: 16px;
  color: #262626;
  line-height: 60px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  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;
}
.pro_rig_bot a:hover>p {
  color: #fff;
  background:#004389; /* 一些不支持背景渐变的浏览器 */
}
.pt4{
  padding-top: 4vw;
}
.zproinfobg{
  background:#f2f4f6;
}

.zpro_info_cont1{
  border-top: 6px solid #004ea1;
  background:#fff;
  box-shadow: 0 10px 10px #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
}
.zpro_cont1_left{
  width: 50%;
  height: 25vw;
  float:left;
}
.zpro_cont1_left img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zpro_cont1_right{
  float:right;
  width: 48%;
}
.zpro_cont1_right>p{
  font-size: 36px;
  color: #282828;
  font-weight: bold;
  position:relative;
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-bottom: 1vw;
}
.zpro_cont1_right>p:after{
  display:block;
  content: '';
  position:absolute;
  left:0;
  bottom:0;
  width: 72px;
  height: 3px;
  background:#004ea1;
}
.zpro_cont1_right>small{
  font-size: 18px;
  color: #737373;
  font-weight: lighter;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 84px;
  margin-bottom: 7.5vw;
}
.zpro_cont1_right>span{
  font-size: 15px;
  color: #ffffff;
  padding: 7px 9px;
  text-align: center;
  border-radius:16px 0 16px 0;
  background: #00529d;
  background: -moz-linear-gradient(0deg, #00529d, #002b50);
  background: -webkit-linear-gradient(
          0deg,#00529d,#002b50);
  background: -o-linear-gradient(0deg, #00529d, #002b50);
}
.z2{
  margin-top: 2vw;
  border:2px dashed #eeeeee;
  border-radius: 10px;
  height: 108px;
  display:flex;
  justify-content: center;
  align-items: center;
  padding:0 1vw;
}
.z2>span{
  font-size: 22px;
  color: #282828;
  width: 45px;
  display:block;
  margin-left:15px;
  margin-right: 15px;
}
.z2>div>h3{
  font-size: 22px;
  font-weight: bold;
  font-family: Impact;
  color: #004c9e;
}
.z2>div>h3 span{
  font-size: 16px;
  font-weight: normal;
}
.z2>a{
  display:block;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  width: 175px;
  border-radius: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left:79px;
  font-weight: lighter;
  background:#ff4e02 url("../images/z2icon.png") no-repeat 35px center;
  -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;
}
.z2 i{
  width: 0;
  height: 40px;
  display:block;
  margin-left:30px;
  margin-right: 30px;
  border:0.5px dashed #eeeeee;
}
.zpro_my2{
  background:#fff;
  box-shadow: 0 10px 10px #ddd;
  margin-top: 2vw;
  margin-bottom: 4vw;
}
.my2bg{
  height: 100px;
  background:#004c9e;
  text-align: center;
  position: relative;
}
.my2bg i{
  display:block;
  text-align: center;
  text-transform: uppercase;
  position:absolute;
  color: rgba(255, 255, 255, 0.1);
  font-size: 60px;
  font-family: Impact;
  width: 100%;
  top:50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.my2bg .tit2{
  padding-top: 0;
  line-height: 100px;
}
.zpro_info_cont2{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:3vw;
}
.zpro_info_cont2 .zproetail{
  font-size: 18px;
  color: #282828;
  line-height: 30px;
}
.zpro_info_cont2 strong{
  display:block;
  margin-bottom: 1vw;
    font-size: 26px;
    color: #004c9e;
    padding-left:42px;
    font-weight: bold;
  background: url("../images/strongicon.png") no-repeat left center;
}
.zpro_info_cont2 .newsPage{
  padding-bottom: 0;
}
.zproetail table{
  width:100%;
  background:#f7f7f7;
  border-collapse: collapse;
}
.zproetail table tr td{
  border:1px solid #dee5ec;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:5px 10px;
}
.zproetail table tr td:first-of-type{
  color: #fff;
  background:#004c9e;
  text-align: center;
  vertical-align: middle;
}


/*phone_menu*/

.nav_menu{
  float:right;
  position: relative;
  display: block;
  width: 26px;
  height: 29px;
  border:1px solid #fff;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 20px;
}

.nav_menu i{
  width: 100%;
  height: 2px;
  background-color: #424242;
  display: block;
  position: absolute;
  left:0;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}


.nav_menu .a1{top:9px;}
.nav_menu .a2{top:14px;}
.nav_menu .a3{top:19px;}
.nav_menu_click .a1{
  top: 14px;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.nav_menu_click .a2{
  opacity: 0;
}
.nav_menu_click .a3{
  top: 14px;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}
.navmorejt{
  display:block;
  width: 30px;
  height: 30px;
  background:url("../images/navmorejt.png") no-repeat center;
  cursor: pointer;
}
.head .changeleft{
  right:0;
}