.zbanner{
  display:flex;
  justify-content: center;
  align-items: center;
  height: 29vw;
  background-repeat: no-repeat;
  background-size:cover;
  background-position:center;
}
.zbanner h3{
  color: #fff;
  font-size: 5rem;
  text-align:center;
  font-weight: bold;
  text-transform: uppercase;
}
.zbanner p{
  font-size: 1.6rem;
  text-align:center;
  color: #fff;
  text-transform: uppercase;
}

/*zbread*/
.zbread{
  background:#f5f5f5;
}
.zbread>.warpper{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zbread_left{
  display:flex;
}
.zbread_left>a{
  text-transform: capitalize;
  font-size: 1.6rem;
  color: #323232;
  line-height: 88px;
  transition: 350ms 0s all ease;
  display:block;
  margin-right: 20px;
  padding:0 10px;
}
.zbread_left>a:first-of-type,
.zbread_left>a:hover,
.zbread_left>a.active{
  background:#cf1a1a;
  color: #fff;
}
.zbread>.warpper>p,
.zbread>.warpper>p a{
  font-size: 1.4rem;
  color: #323232;
}

/*zcompany*/
.zcom_intro{
  display:flex;
  justify-content: space-between;
  align-items: center;
  padding:3vw 0;
}
.zcom01_left{
  width: 55%;
}
.zcom01_left>h1{
  font-size: 3.2rem;
  color: #2a2a2a;
  font-weight: bold;
  text-transform: uppercase;
}
.zcom01_left>i{
  display:block;
  width: 26px;
  height: 4px;
  margin-bottom: 25px;
  margin-top: 15px;
  background:#cf1a1a;
}
.zcom01_left>small{
  font-size: 1.4rem;
  color: #3a3a3a;
}
#comenv{
  background: #f5f5f5;
}
.swiper-envir{
  position:relative;
  width: 100%;
  height: 760px;
  overflow:hidden;
}
.swiper-envir .swiper-slide{
  height: calc((100% - 23px) / 2) !important;
}
.swiper-envir .swiper-slide a{
  display:block;
  width: 100%;
  height: 100%;
}
.swiper-envir .swiper-slide a b{
  width: 100%;
  height: 100%;
}
#comfuture{
  background:url("../images/futurebg.jpg") no-repeat center/cover;
  background-attachment: fixed;
}
#comfuture .title{
  padding-bottom: 1vw;
}
#comfuture ul{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#comfuture ul li{
  border:1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  text-align:center;
  height: 195px;
  width: 30%;
  box-sizing: border-box;
  padding:0 20px;
  margin-top: 25px;
  display:flex;
  align-items: center;
  justify-content: center;
  transition: 350ms 0s all ease;
}
#comfuture ul li:hover,
#comfuture ul li.active{
  background:#c13132;
  border:1px solid #c13132;
}
#comfuture ul li img{
  margin:0 auto;
  margin-bottom: 15px;
}
#comfuture ul li h5{
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  margin:0 auto;
}

.partner ul li{
  border:1px solid #dedede;
  width: 300px;
  height: 105px;
  margin-top: 10px;
  margin-right: 20px;
  float:left;
  transition: 350ms 0s all ease;
}
.partner ul li:hover{
  border:1px solid #cf1a1a;
}
.partner ul li b{
  width: 100%;
  height: 100%;
}









/*proinfo*/
.info-center{
  background:#f5f5f5;
  font-size: 1.4rem;
  color: #444444;
}
.info-center img{
  max-width: 100%;
}
.info-center .center-content strong{
  background:#fff;
  display:block;
  line-height: 60px;
  font-size: 2.2rem;
  color: #323232;
  margin-left: -20px;
  width:calc(100% + 40px);
  margin-bottom: 5px;
}
.info-center .center-content>p{
  padding:5px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  color: #787878;
}
.proinfo_right .center-content table{
  width: 100%!important;
  border:4px solid #f5f5f5;
  background:#fff;
}
.proinfo_right .center-content table td{
  border:1px solid #f5f5f5;
  box-sizing: border-box;
  padding:10px;
  color: #787878;
}
.proinfo_right .center-content{
  overflow-x:auto;
}





.common-inner {
  background: #f6f6f6;
  padding: 28px 0 48px;
  min-height: 500px;
}
.common-inner .inner-left {
  float: left;
  width: 260px;
}

.common-inner .inner-right {
  float: right;
  width: 870px;
  background: #fff;
  min-height: 800px;
  padding: 0 25px;
}
.common-inner .inner-right .rig-title {
  font-size: 18px;
  color: #0058b1;
  font-weight: bold;
  height: 54px;
  line-height: 60px;
  overflow: hidden;
  border-bottom: 1px solid #ededed;
}
.common-inner .inner-right .rig-title .crumbs {
  overflow: hidden;
  margin-top: 6px;
  float: right;
  padding-left: 25px;
  height: 48px;
  line-height: 54px;
  background: url(../images/home-icon.png) no-repeat left center;
  color: #b2b2b2;
  font-size: 13px;
  font-weight: normal;
  max-width: 400px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.common-inner .inner-right .rig-title .crumbs a {
  color: #b2b2b2;
}
.common-inner .inner-right .rig-title .crumbs a:hover {
  color: #cf1a1a;
  text-decoration: underline;
}
.common-inner .inner-right .search-result {
  height: 50px;
  line-height: 50px;
  background: #f5f5f5;
  margin: 12px 0 25px;
  padding: 0 17px;
  font-size: 14px;
  color: #595959;
}
.common-inner .inner-right .search-result span {
  color: #0058b1;
  font-weight: bold;
}
.common-inner .inner-right .search-result .search-record {
  float: right;
}

.common-inner .inner-right .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 .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: #cf1a1a;
  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: #cf1a1a;
  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: #cf1a1a;
}

.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: #cf1a1a;
  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;
}

#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: #cf1a1a;
  background: #cf1a1a;
}
.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;
  display:none;
  margin-left: 10px;
}
.de-page-mian .page-inner span {
  display: none;
  font-size: 12px;
  color: #333;
  float: left;
  line-height: 38px;
}
.de-page-mian .page-inner input {
  display: none;
  float: left;
  height: 36px;
  width: 36px;
  border: 1px solid #dddddd;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  color: #333;
  margin: 0 5px;
}


/*zproduct*/
.ptb3{
  margin-top: 3vw;
  margin-bottom: 3vw;
}


.pro-sider{
  float:left;
  width: 395px;
}
.pro-sider div{
  width: 100%;
  margin-bottom: 10px;
}
.pro-sider div a{
  display:block;
  width: 100%;
  background:#f5f5f5;
  transition: 350ms 0s all ease;
  font-size: 1.6rem;
  color: #323232;
  box-sizing: border-box;
  padding:20px 10px;
}
.pro-sider div:hover a,
.pro-sider div.prosidein a{
  background:#cf1a1a;
  color: #fff;
}
.zpro_right,
.proinfo_right{
  float:right;
  width: calc(98% - 395px);
}
.de-product-list ul{
  display:flex;
  flex-wrap: wrap;
}
.de-product-list ul li{
  width: 32%;
  box-sizing: border-box;
  margin-right: 2%;
  margin-bottom: 1vw;
  border:2px solid #f5f5f5;
  background:#f5f5f5;
  transition: 350ms 0s all ease;
}
.de-product-list ul li:hover{
  border:2px solid #cf1a1a;
  background:#cf1a1a;
}
.de-product-list ul li:nth-child(3n){
  margin-right: 0;
}
.de-product-list ul li a{
  display:block;
  width: 100%;
}
.de-product-list ul li a b{
  width: 100%;
  height: 13.5vw;
  background:#fff;
}
.de-product-list ul li a p{
  box-sizing: border-box;
  padding:0 10px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  color: #323232;
  line-height: 57px;
  transition: 350ms 0s all ease;
}
.de-product-list ul li:hover a p {
  color: #fff;
}
.zproinfo_top{
  background:#f5f5f5;
  box-sizing: border-box;
  width: 100%;
  padding:20px;
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1vw;
}
.zproinfo_left{
  width: 44%;
  height: 18vw;
  background:#fff;
  overflow:hidden;
}
.swiper-zproshow{
  width: 100%;
  height: 100%;
  position:relative;
}
.swiper-zproshow .swiper-slide b{
  width: 100%;
  height:100%;
}
.swiper-zproshow .swiper-button-prev,
.swiper-zproshow .swiper-button-next{
  background: rgba(43, 43, 43, 0.7);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  transition: 350ms 0s all ease;
}
.swiper-zproshow .swiper-button-prev:after,
.swiper-zproshow .swiper-button-next:after{
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}
.swiper-zproshow .swiper-button-prev:hover,
.swiper-zproshow .swiper-button-next:hover{
  background:#cf1a1a;
}


.zproinfo_right{
  width: 52%;
}
.zproinfo_right>h4{
  font-size: 2.2rem;
  font-weight: bold;
  color: #323232;
  text-transform: uppercase;
}
.zproinfo_right>p{
  margin-bottom: 1vw;
  font-size: 1.6rem;
  color: #4f4f4f;
  text-transform: uppercase;
}
.zproinfo_right>ul{
  display:flex;
  align-items: center;
  margin-top: 2vw;
}
.zproinfo_right>ul li{
  margin-right: 10px;
  display:flex;
  align-items: center;
}
.zproinfo_right>ul li img{
  max-height:54px;
  margin-right: 10px;
}
.zproinfo_right>ul li span{
  font-size: 1.8rem;
  color: #323232;
}
.proinfo_right .newsPage{
  margin-top: 1vw;
}
.newsPage>.page-a{
  background:#f5f5f5;
  box-sizing: border-box;
  padding:10px 20px;
  margin-top: 20px;
  font-size: 1.4rem;
  color: #444444;
  transition: 350ms 0s all ease;
}
.newsPage>.page-a a{
  font-size: 1.4rem;
  color: #444444;
  transition: 350ms 0s all ease;
}
.newsPage>.page-a:hover{
  background:#cf1a1a;
  color: #fff;
}
.newsPage>.page-a:hover a{
  color: #fff;
}



/*news*/
.znewslist{
  padding-top: 3vw;
  padding-bottom: 1vw;
}
.de-news-list ul{
  display:flex;
  flex-wrap: wrap;
}
.de-news-list ul li{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2vw;
}
.de-news-list ul li:nth-child(3n){
  margin-right: 0;
}
.de-news-list ul li a{
  display:block;
  background:#f5f5f5;
  transition: 350ms 0s all ease;
}
.de-news-list ul li:hover a {
  background:#cf1a1a;
}
.de-news-list ul li a>b{
  width: 100%;
  height: 16vw;
}
.de-news-list ul li a>b img{
  transform: scale(1);
  transition: 350ms 0s all ease;
}
.de-news-list ul li a:hover>b img{
  transform: scale(1.05);
}
.znews_text{
  box-sizing: border-box;
  padding: 30px 20px;
  height: 247px;
}
.znews_text p{
  font-size: 1.6rem;
  color: #464646;
  transition: 350ms 0s all ease;
}
.znews_text h4{
  font-size: 1.8rem;
  color: #292929;
  font-weight: bold;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
  margin-bottom: 10px;
  margin-top: 5px;
  transition: 350ms 0s all ease;
}
.znews_text small{
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 15px;  transition: 350ms 0s all ease;
}
.znews_text span{
  font-size: 1.6rem;
  color: #292929;  transition: 350ms 0s all ease;
}
.de-news-list ul li:hover a .znews_text p,
.de-news-list ul li:hover a .znews_text h4,
.de-news-list ul li:hover a .znews_text small,
.de-news-list ul li:hover a .znews_text span{
  color: #fff;
}

/*znewsinfo*/
.news-detail-content{
  display:flex;
  justify-content: space-between;
}
.news-detail>img{
  margin:0 auto;
  max-width: 100%;
}
.znewsinfo_left{
  width: calc(95% - 300px);
}
.znewsinfo_right{
  width: 300px;
}
.znewsinfo_right h4{
  font-size:2.5rem;
  font-weight: bold;
  color: #2f2f2f;
  text-transform: uppercase;
  line-height: 70px;
  border-bottom: 1px solid #ddd;
}
.znewsinfo_right ul li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 10px;
  position:relative;
  overflow:hidden;
}
.znewsinfo_right ul li a{
  display:block;
}
.znewsinfo_right ul li:before{
  content:"";
  width:100%;
  height:4px;
  background:#cf1a1a;
  position:absolute;
  left:0;
  bottom:0;
  transform-origin:100%;
  -webkit-transform-origin:100%;
  -webkit-transition:-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transition:-webkit-transform .32s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1);
  transition:transform .6s cubic-bezier(.4,0,.2,1),-webkit-transform .6s cubic-bezier(.4,0,.2,1);
  transform:scaleX(0);
  -webkit-transform:scaleX(0);
  visibility:hidden\9;
}
.znewsinfo_right ul li:hover:before{
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  transform-origin: 0;
  -webkit-transform-origin: 0;
  visibility: visible \9;
}


.znewsinfo_right ul li a>p{
  font-weight: bold;
  font-size: 1.8rem;
  color: #2f2f2f;
  overflow: hidden;
  line-height: 25px;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: 350ms 0s all ease;
}
.znewsinfo_right ul li:hover a>p{
  color: #cf1a1a;
}
.znewsinfo_right ul li a>small{
  font-size: 1.6rem;
  line-height: 21px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #6d6d6d;
}
.znewsinfo_right ul li a>span{
  font-size: 1.4rem;
  color: #6d6d6d;
}

.znewsinfo_left>h3{
  background:#f5f5f5;
  font-weight: bold;
  font-size: 2rem;
  box-sizing: border-box;
  padding:20px;
}
.znewsinfo_left>p{
  font-size: 1.6rem;
  box-sizing: border-box;
  padding:20px;
}
.news-detail{
  line-height: 35px;
  box-sizing: border-box;
  padding:20px;
  background:#f5f5f5;
}

/*zcontact*/
.contact-list{
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-list li{
  margin-bottom:25px;
  display:flex;
  align-items: center;
}
.contact-list li img{
  max-height:80px;
  margin-right: 10px;
}
.contact-list li>div p{
  font-size: 1.6rem;
  color: #636363;
  text-transform: uppercase;
}
.contact-list li>div b{
  display:block;
  width: 13px;
  height: 2px;
  background:#cf1a1a;
}
.contact-list li>div h5{
  font-size: 2rem;
  font-weight: bold;
  color: #424242;
}
.contact-list li:last-of-type{
  width: 100%;
}

.contact-map{
  background:#f5f5f5;
  display:flex;
  justify-content: space-between;
  align-items: center;
}
#dituContent{
  width: 50%;
  height: 520px;
}
.zmsg{
  width: 50%;
  box-sizing: border-box;
  padding:0 2%;
}
#formData {
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#formData input,
#formData textarea{
  background:#fff;
  box-sizing: border-box;
  padding:15px;
  line-height: 65px;
  height: 65px;
  font-size: 1.4rem;
  color: #424242;
  width: 32%;
  margin-bottom:20px;
}
#formData input::placeholder{
  color: #828282;
}
#formData textarea{
  width: 100%;
  height: 256px;
}
#formData .submit{
  width: 32%;
  line-height: 65px;
  background: #cf1a1a;
  color: #fff;
  text-align:center;
  font-size: 1.4rem;
  text-transform: uppercase;
}
#formData .code{
  display:flex;
  align-items: center;
  width: 66%;
}

#formData .code input{
  margin-bottom: 0;
  width: 50%;
}
#formData .code .verify{
  width: 50%;
  height: 65px;
  display:flex;
  align-items: center;
  justify-content: center;
  background:#f3fbfe;
}
#formData .code .verify img{
  max-height:100%;
  max-width:100%;
}


/*zcase*/
.zcase-list{
  display:flex;
  flex-wrap: wrap;
}
.zcase-list>a{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1vw;
  box-sizing: border-box;
  background:#f5f5f5;
  padding:20px;
  position:relative;
  overflow:hidden;
}
.zcase-list>a:nth-of-type(3n){
  margin-right: 0;
}
.zcase-list a>img{
  position:absolute;
  left: 35px;
  top: 36px;
  width: 48px;
}
.zcase-list a>b{
  width: 100%;
  height: 15vw;
}
.zcase-list a>b img{
  transform: scale(1);
  transition: 350ms 0s all ease;
}
.zcase-list a:hover>b img{
  transform: scale(1.05);
}
.zcase_text h4{
  text-transform: capitalize;
  font-size: 2rem;
  line-height: 45px;
  color: #2f2f2f;
  border-bottom: 1px solid #ddd;
  margin-bottom: 10px;
  padding-top: 10px;
}
.zcase_text>small{
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 110px;
  font-size: 1.6rem;
  color: #858585;
}
.zcase_text>span{
  background:#bbb;
  color: #fff;
  font-size: 1.6rem;
  display:block;
  text-align:center;
  width: 120px;
  transition: 350ms 0s all ease;
}
.zcaseinfo_right ul li a>b{
  width: 100%;
  height: 12vw;
}
.zcaseinfo_right ul li a>span{
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

/*zhonor*/
.zhonor-list{
  box-sizing: border-box;
  padding: 15px;
  padding-bottom: 0;
}
.zhonor-list ul{
  display:flex;
  flex-wrap: wrap;
}
.zhonor-list ul li{
  width: 17.6%;
  margin-right: 3%;
  margin-bottom: 2vw;
  background: #fff;
  border:1px solid #ddd;
  transition: 350ms 0s all ease;
  position:relative;
  top:0;
}
.zhonor-list ul li:hover{
  top:-5px;
  box-shadow: 0 0 10px #ddd;
}
.zhonor-list ul li a{
  display:block;
  width: 100%;
}
.zhonor-list ul li a>b{
  width: 100%;
  height: 15vw;
}
.zhonor-list ul li:nth-of-type(5n){
  margin-right: 0;
}
.zhonor-list ul li .img_jz{
  display:flex;
  justify-content: center;
  align-items: center;
}
.zhonor-list ul li .img_jz img{
  max-width: 95%;
  max-height: 90%;
}
/*zjob*/
.zjob-list-show{
}
.zjob-list-show a{
  display:block;
  box-shadow: 0 0 10px #ddd;
  border-radius: 10px;
  box-sizing: border-box;
  padding:1vw 2vw;
  transition: 350ms 0s all ease;
  border-left:3px solid #fff;
  position:relative;
  top:0;
  margin-bottom: 1vw;
}
.zjob-list-show a:hover{
  border-left:3px solid #cf1a1a;
  top:-5px;
}
.zjob_top{
  display:flex;
  justify-content: space-between;
  align-items: center;
}
.zjob_top_l{
  display:flex;
  align-items: center;
}
.zjob_top_l img{
  max-height:60px;
  margin-right: 15px;
}
.zjob_top_l>div h3{
  font-size: 2.2rem;
  font-weight: bold;
  color: #2f2f2f;
}
.zjob_top_l>div p{
  font-size: 1.4rem;
  color: #666;
}
.zjob_top_r{
  font-size: 2rem;
  font-weight: bold;
  color: #cf1a1a;
}
.zjob_tags{
  display:flex;
  align-items: center;
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.zjob_tags li{
  background:#f5f5f5;
  border-radius: 20px;
  line-height: 30px;
  text-align:center;
  font-size: 1.4rem;
  color: #666;
  margin-right: 10px;
  padding:0 10px;
}
.job-info{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 1.6rem;
  line-height: 35px;
  color: #333;
}
.job-btn{
  margin-right:0;
  font-size: 1.6rem;
  border-radius: 10px;
  margin-left: auto;
}


/*seek_job*/
.apply-job {
  overflow: hidden;
  margin-top: 20px;
}
.apply-job .job-tr {
  overflow: hidden;
}
.apply-job .job-tr .tr-over {
  overflow: hidden;
}
.apply-job .job-tr .error {
  padding-left: 75px;
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  color: #f00;
}
.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;
}
.apply-job .job-tr .tr-cont {
  float: left;
  width: 70%;
}
.apply-job .job-tr .tr-cont h3 {
  font-size: 14px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.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;
  box-sizing: border-box;
}
.apply-job .job-tr .tr-cont input[name='captcha'] {
  font-size: 14px;
  line-height: 38px;
  color: #333;
  width: 190px;
  float: left;
  margin-right: 30px;
}
.apply-job .job-tr .tr-cont .verify {
  cursor: pointer;
  float: left;
  width: 120px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 0;
}
.apply-job .job-tr .tr-cont .verify img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.apply-job .job-tr .tr-cont textarea {
  font-size: 14px;
  color: #333;
  display: block;
  height: 170px;
  line-height: 20px;
  padding: 5px 10px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #e6e6e6;
}
.apply-job .job-tr .tr-cont.radio-cont {
  line-height: 40px;
}
.apply-job .job-tr .tr-cont.radio-cont input[type=radio] {
  margin-right: 10px;
}
.apply-job .job-tr .tr-cont.radio-cont label {
  margin-right: 30px;
  color: #4c4c4c;
  line-height: 40px;
  font-weight: bold;
}
.jobs-info-content img{
  max-width: 100%;
}
.jobs-info-content p{
  line-height: 35px;
}
.jobs-info{
  display:flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f5f5f5;
  padding-bottom: 1vw;
  padding-top: 1vw;
  margin-bottom: 1vw;
}
.jobs-info-left li{
  font-size: 1.6rem;
  line-height: 35px;
}
.jobs-info .btn_style {
  margin-top: 0;
  margin-bottom: 0;
}

/*float*/
.float_box{
  position:fixed;
  right:15px;
  top:calc(50% - 160px);
  z-index: 1000;
}
.float_box li{
  background:#012245;
  width: 58px;
  height: 58px;
  position:relative;
  margin-bottom: 10px;
  transition: 350ms 0s all ease;
  cursor: pointer;
}

.float_box li p{
  background:#012245;
  line-height: 58px;
  color: #fff;
  font-size: 1.5rem;
  position:absolute;
  right:100%;
  bottom:0;
  width: 0;
  transition: 350ms 0s background-color ease;
  overflow:hidden;
  padding:0;
}
.float_msg:hover p{
  padding:0 10px;
  width: 150px;
}
.float_box li p:hover,
.float_box li:hover{
  background:#cf1a1a;
}
.float_box li a,
.float_box li>b{
  display:block;
  width: 100%;
  height: 100%;
}


/*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;
  left:0;
  width: 100%;
  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;
  display:none;
}
.mnavbar li{
  width: 100%;
  line-height: 48px;
  padding:0 4%;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #e8e8e8;
}
.mnavbar li a{color: #333;}
.mnavbar li.mousein{
  background:#f7f9fa;
}
