@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700&display=swap");
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  width: 100%;
  height: 100vh;
  font-family: "DM-sans", sans-serif;
}

.container {
  width: 100%;
  max-width: 1420px;
  border-radius: 4px;
  margin: 0 auto;
  padding: 40px 0;
}

.content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  padding: 0 30px;
}

.wrapper {
  width: 25%;
  height: 100%;
  padding: 10px;
}

.name {
  position: relative;
  font-size: 16px;
  display: inline-block;
}
.name:after {
  content: "";
  position: absolute;
  width: calc(100% + 10px);
  height: 1px;
  background-color: #000;
  bottom: -4px;
  left: 0;
}

.box {
  position: relative;
  max-height: 300px;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 1.4px 1.7px rgba(0, 0, 0, 0.017), 0 3.3px 4px rgba(0, 0, 0, 0.024), 0 6.3px 7.5px rgba(0, 0, 0, 0.03), 0 11.2px 13.4px rgba(0, 0, 0, 0.036), 0 20.9px 25.3px rgba(0, 0, 0, 0.043), 0 50px 60px rgba(0, 0, 0, 0.06);
}
.box .hide {
  opacity: 0;
}
.box .frame {
  position: absolute;
  border: 1px solid #fff;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box h2, .box p {
  position: absolute;
  color: #fff;
  z-index: 2;
  width: 100%;
  transition: opacity 0.2s, transform 0.3s;
}
.box h2 {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.box p {
  bottom: 0;
  font-size: 14px;
  letter-spacing: 1px;
}
.box:hover {
  transition: all 0.3s ease-in-out;
}
.box:hover:before {
  transition: all 0.3s ease-in-out;
}
.box img {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}
.box img:after {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.box img:hover {
  transition: all 0.3s ease-in-out;
}

.zoom-in h2 {
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  margin: 0;
}
.zoom-in p {
  text-align: center;
  top: calc(50% + 40px);
  transition: all 0.3s ease;
  transform: scale(1.8);
  opacity: 0;
}
.zoom-in:hover img {
  transform: scale(1.1);
  filter: grayscale(100%);
}
.zoom-in:hover p {
  transform: scale(1);
  transition: all 0.3s ease;
  opacity: 1;
}

.w-content .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-color: transparent;
}
.w-content h2 {
  margin-top: 0;
  top: 50%;
  transform: translatey(-50%);
  text-align: center;
  letter-spacing: 1px;
}
.w-content p {
  transform: translate3d(0, -10px, 0);
}
.w-content:hover {
  opacity: 0.8;
}
.w-content:hover .frame {
  border-color: #fff;
  transition: color 0.3s ease-in-out, all 0.3s ease-in-out;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
}

.postcard h2 {
  top: 50%;
  text-align: left;
  transform: translate3d(50px, 20px, 0);
}
.postcard p {
  transform: translate3d(40px, 60px, 0);
  font-size: 24px;
  letter-spacing: 1px;
}
.postcard:hover h2 {
  transform: translate3d(20px, 20px, 0);
}
.postcard:hover p {
  opacity: 1;
}
.postcard:hover img {
  filter: opacity(0.7);
  transform: translate3d(-30px, 0, 0);
}

.blury-card .frame {
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card h2, .blury-card p {
  text-align: center;
  top: 50%;
  transform: translatey(-50%);
  margin: 0;
  z-index: 3;
}
.blury-card p {
  transform: translatey(30px);
  letter-spacing: 3px;
}
.blury-card span {
  font-size: 24px;
}
.blury-card:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #008E6B;
  z-index: 1;
  left: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.blury-card img {
  z-index: 2;
}
.blury-card:hover .frame {
  width: calc(100% - 120px);
  height: calc(100% - 120px);
  opacity: 1;
}
.blury-card:hover img {
  opacity: 0.7;
}
.blury-card:hover:before {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.vintage h2 {
  top: 50%;
  transform: translate3d(0, 60px, 0);
  text-align: center;
}
.vintage p {
  opacity: 0;
  bottom: 0;
  transform: translate3d(0, -10px, 0);
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
}
.vintage:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(72, 76, 97, 0) 0%, rgba(72, 76, 97, 0.8) 75%);
  z-index: 2;
  bottom: -100%;
  left: 0;
}
.vintage:hover:before {
  bottom: 0;
}
.vintage:hover h2 {
  bottom: 40px;
  transform: translate3d(0, 20px, 0);
}
.vintage:hover p {
  opacity: 1;
  transform: translate3d(0, -30px, 0);
}

.zoom-out .frame {
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 40px);
  height: calc(100% - 40px);
}
.zoom-out h2 {
  font-size: 20px;
  font-weight: 300;
  margin-left: 10px;
  letter-spacing: 1px;
}
.zoom-out span {
  font-size: 24px;
  font-weight: 500;
}
.zoom-out p {
  max-width: 120px;
  text-align: right;
  margin: 10px;
  right: 0;
}
.zoom-out img {
  transform: scale(1.1);
}
.zoom-out:hover img {
  transform: scale(1);
  filter: contrast(70%);
}

@media screen and (max-width: 880px) {
  .wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 520px) {
  .wrapper {
    width: 100%;
  }
}




#about .row{ padding:0 50px;}

.title-heading-about h3 {
    padding: 1em 0;
    font-size: 35px;
    color: #f85a40;
    letter-spacing: 2px;
    font-weight: 600;
}
.title-heading-about h4 {
    position: absolute;
    top: 10px;
    font-size: 75px;
    font-weight: 600;
    opacity: .5;
    z-index: -1;
    color: #caccd1;javascript:;
    letter-spacing: 3px;
}
.title-heading-about {
    position: relative;
}
.more-button {
    background-color: #0ca2cf;
    color: #fff;
    margin-top: 15px;
    font-size: 14px;
    border: #fff;
	border: 2px solid #0ca2cf;
}
.more-button:hover {
    background: transparent;
    color: #000;
    border: 2px solid #0ca2cf;
}
.modal-body img {
    margin-bottom: 15px;
}
#tmcmsbannerblock {
	background:url("http://www.zjdongxin.com/static/mb001/images/Parralax.jpg")no-repeat fixed center center / cover;
	width: 100%;
    float: left;
    height: 600px;
    margin-top: -22px;
	margin-bottom: 40px;
}
.cms-banner-item.container {
    text-align: center;
}
#tmcmsbannerblock .cms-banner-inner {margin-top: 12%;}

#tmcmsbannerblock .cms-banner-inner {margin-top: 6%;}
.subbutton {
    line-height: 9;}
.text2.static-text {
    font-size: 44px;
    color: #fff;
    line-height: 2;
}

.text3.static-text {
	font-size: 14px;
	color: #eeedec;
}
.text1.static-text {
    font-size: 64px;
    color: #ffdb06;
    font-weight: bold;
    line-height: 2;
}
.cms-banner-item.container {
    text-align: center;
}
#c_portalResProduct_category-15723572733986992 .proCateBox {
    padding: 50px 0;
}#c_portalResProduct_category-15723572733986992 .slide9 {
    padding: 3px;
}#c_portalResProduct_category-15723572733986992 .box {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all .5s ease;
}#c_portalResProduct_category-15723572733986992 .cate-pic-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    border: solid #ccc 1px;
    height: 0px;
    padding-bottom: 60%;
}#c_portalResProduct_category-15723572733986992 .cate-pic {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}#c_portalResProduct_category-15723572733986992 .content {
    padding: 27px 0 16px 0; margin-top: 0px;
    background-color: #0859a6;
}#c_portalResProduct_category-15723572733986992 .title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #fff;
	padding-top: 10px;
    margin-bottom: 10px;
}#c_portalResProduct_category-15723572733986992 .summary {
    font-size: 0.875rem;
    line-height: 1.8;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}#w_grid-1572357201842 {
    width: 90%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#c_portalResProduct_category-15723572733986992 .btn-left9 {
    left: 5px;
}#c_portalResProduct_category-15723572733986992 .swiper-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}#c_portalResProduct_category-15723572733986992 .btn-right9 {
    right: 5px;
}#c_portalResProduct_category-15723572733986992 .container {
    position: relative;
    padding: 0 50px 30px;
}#c_portalResProduct_category-15723572733986992 .pagination-wyz9 {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 100%;
    text-align: center;
}#c_portalResProduct_category-15723572733986992 .swiper-pagination-bullet {
    margin: 0 3px;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: rgba(150,150,150,1);
    cursor: pointer;
    transition: all .5s ease;
}#c_portalResProduct_category-15723572733986992 .swiper-pagination-bullet-active {
    background-color: rgba(231, 120, 23, 1);
}.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}#w_fline-1568779646750 .p_FLine {
    width: 100%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #0959a5;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}#w_fline-1568779646750 {
    width: 100%;
    max-width: 38px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#w_grid-1568779542694 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#w_grid-1568779542694 >div {
    animation-fill-mode: both;
}#w_grid-1568779542694 > div > .p_gridbox {
    background-color: rgba(245, 245, 245, 1);
}#w_grid-1568779548233 {
    width: 100%;
    max-width: 1180px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 79px;
    margin-top: 3%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#w_grid-1568779548233 >div {
    animation-fill-mode: both;
}.w_grid-001 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}#w_fline-1568779548245 {
    width: 100%;
    max-width: 38px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 20px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}.w_fline-001 .w_fline:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    min-height: inherit;
    width: 0;
}#w_fline-1568779548245 .p_FLine {
    width: 100%;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #0959a5;
    opacity: 1;
    display: inline-block;
    vertical-align: middle;
}#w_grid-1572342140956 {
    width: 95%;
    max-width: 1600px;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#w_grid-1572342140956 >div {
    animation-fill-mode: both;
}.w_grid-000 > .w_grid {
    width: 100%;
    position: relative;
}.w_grid-000 > div > .p_gridbox {
    width: 100%;
    overflow: hidden;
    position: static;
}#w_grid-1572342140956> div > .p_gridbox > .p_gridCell { float:left;
    		margin-left: 0px;
    /*clear: left;*/
    margin-right: 0px;
    width: 31.796819999999997%;
}
#w_grid-1572342140956> div > .p_gridbox > .p_gridCell:nth-child(2n){
	margin-left: 2.3%;	 margin-right: 2.3%;
}


#w_grid-1572342213360 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 192px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}#w_grid-1572342213360 >div {
    animation-fill-mode: both;
}#w_grid-1572342213360 > div > .p_gridbox {
    background-color: rgba(255, 255, 255, 1);
}#w_grid-1572342213360 .p_gridbox {
    border-color: rgba(225, 225, 225, 1);
    border-width: 1px;
    border-style: solid;
}#w_grid-1572342213360> div > .p_gridbox > .p_gridCell:nth-child(1n) {
    margin-right: 0px;
}#w_fimg-1572342223471 {
    width: 100%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 200px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}.w_fimg-000 .animated {
    width: 100%;
    height: 100%;
    position: relative;
    min-height: inherit;
}.w_fimg-000 .p_box {
    width: 100%;
    height: 100%;
    text-align: center;
    position: static;
}#w_common_text-1572343281176 {
    width: 94%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 0px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}.reset_style p {
    margin: 0;
    font-size: 14px;
}#w_fline-1572343603578 {
    width: 94%;
    max-width: none;
    min-width: 0px;
    height: auto;
    max-height: none;
    min-height: 11px;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
}.w_fline-001 .w_fline {
    width: 100%;
    min-height: inherit;
    font-size: 0;
}#c_portalResNews_list-15723442033130347 {
    max-height: none;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    min-height: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 95%;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 0px;
    height: auto;
    padding-right: 0px;
}#c_portalResNews_list-15723442033130347 >div {
    animation-fill-mode: both;
}#c_portalResNews_list-15723442033130347 .newBox {
    padding: 0px;
    overflow: hidden;
}#c_portalResNews_list-15723442033130347 .container {
    width: 100%;
    padding: 10px;
    border: solid 0px #d5d5d5;
}#c_portalResNews_list-15723442033130347 .new-list {
    margin: 5px 0;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}#c_portalResNews_list-15723442033130347 .top {
    position: relative;
    padding: 5px;
    font-size: 1rem;
    overflow: hidden;
}#c_portalResNews_list-15723442033130347 .title {
    display: block;
    width: calc((100% - 100px)/1);
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #474747;
}#c_portalResNews_list-15723442033130347 .time {
    position: absolute;
    top: 50%;
    width: 100px;
    transform: translateY(-50%);
    right: 0px;
    font-size: 0.75rem;
}
.w_fline-001 .p_FLine {
    width: 100%;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f0f0f0;
    opacity: 1;
    filter: alpha(opacity:100);
    display: inline-block;
    vertical-align: middle;
}


.w_grid-001.container{ magin: 20px 0;}



@media screen and (max-width: 880px) {
	#about .row{padding: 0 25px; }
	.pagination-wyz9{ display:none;}
	.col-md-5.col-sm.about-left {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	}
	.col-md-5.col-sm.about-left img{max-width:100%;}
	.col-md-7.col-sm.about-right {
    flex: 100%;
    max-width: 100%;
    margin-bottom: 20px;
	}
	.text1.static-text {
    font-size: 40px;
	}.text2.static-text {
    font-size: 33px;
}.text3.static-text {
    font-size: 14px;
    color: #eeedec;
}#c_portalResProduct_category-15723572733986992 .container {
    padding: 0 30px 30px;
}
#w_grid-1572342140956> div > .p_gridbox > .p_gridCell{ float:none; width:100%;}
#w_grid-1572342140956> div > .p_gridbox > .p_gridCell:nth-child(2){ margin:20px 0;}

}
.cn599 {
    font-size: 22px;
    color: #fff;