.layer-wrapper { width: 96%; max-width: 96%; margin: 0 auto; box-sizing: border-box; padding: 5px 2%; } .layer-wrapper .wrapper { width: 100%; box-sizing: border-box; position: relative; } .mod-table { display: table; width: 100%; } .mod-table .mod-td { display: table-cell; vertical-align: middle; } .imageScale { transition: transform 600ms ease; } .imageScale:hover { transform: scale(1.1); } .split-4 { position: relative; } .split-4 .item { float: left; width: 25%; box-sizing: border-box; } .split-4 .item .inner { display: block; width: 100%; box-sizing: border-box; } .split-4 .core { float: left; width: 50%; box-sizing: border-box; } .split-4 .core .inner { display: block; width: 100%; box-sizing: border-box; } .split-4 .rowspan2 { width: 50%; } .split-4 .rowspan3 { width: 75%; } .split-4 .rowspan4 { width: 100%; } .split-3 { position: relative; } .split-3 .item { float: left; width: 33.3333%; box-sizing: border-box; } .split-3 .item .inner { display: block; width: 100%; box-sizing: border-box; } .split-3 .core { float: left; width: 33.3333%; box-sizing: border-box; } .split-3 .core .inner { display: block; width: 100%; box-sizing: border-box; } .split-2 { position: relative; } .split-2 .core, .split-2 .item { float: left; width: 50%; box-sizing: border-box; } .split-2 .core .inner, .split-2 .item .inner { display: block; width: 100%; box-sizing: border-box; } .span-15 { position: relative; } .span-15 .item, .span-15 .core { padding-right: 15px; } .span-15 .core { margin-bottom: 15px; } .span-20 { } .span-20 .item, .span-20 .core { padding-right: 20px; } .span-20 .core { margin-bottom: 20px; } .span-30 { } .span-30 .item, .span-30 .core { padding-right: 30px; } .span-30 .core { margin-bottom: 30px; } .span-40 { } .span-40 .item, .span-40 .core { } .span-40 .core { margin-bottom: 40px; } .rows1 { display: -webkit-box; line-clamp: 1; -webkit-line-clamp: 1; box-orient: vertical; -webkit-box-orient: vertical; } .rows2 { display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; box-orient: vertical; -webkit-box-orient: vertical; } .rows3 { display: -webkit-box; line-clamp: 3; -webkit-line-clamp: 3; box-orient: vertical; -webkit-box-orient: vertical; } .rows4 { display: -webkit-box; line-clamp: 4; -webkit-line-clamp: 4; box-orient: vertical; -webkit-box-orient: vertical; } .rows5 { display: -webkit-box; line-clamp: 5; -webkit-line-clamp: 5; box-orient: vertical; -webkit-box-orient: vertical; } /* banner */ .mode-banner { width: 100%; position: relative; font-size: 0; line-height: 0; overflow: hidden; } .mode-banner .mode-inner { display: inline-block; position: relative; line-height: 0; left: 50%; } .mode-banner .mode-inner img { max-width: inherit; display: block; } .mode-banner .mode-inner .banner-cnt { display: inline-block; height: auto; position: relative; left: -50%; line-height: 0; } .mode-banner .mode-inner .banner-cnt .context { position: absolute; width: 100%; height: 100%; left: 0; top: 0; } .mode-banner .mode-inner .banner-cnt .context .public-title { padding-top: 0; } .mode-banner .mode-inner .banner-cnt .context .public-title .cn { color: #fff; } .mode-banner .mode-inner .banner-cnt .context .public-title .cn span { font-size: 56px; line-height: 60px; } .mode-banner .mode-inner .banner-cnt .context .public-title .en { color: #fff; opacity: 0.33; font-size: 86px; } .mode-banner .mode-inner .banner-cnt .context .mod-table { height: 100%; } .page-header { position: relative; z-index: 10; } .fixed-header { background-color: #fff; box-shadow: 2px 3px 4px 0px rgba(4, 0, 0, 0.1); } .fixed-header .logo { width: 1px; } .fixed-header .logo a { display: block; } .fixed-header .logo img { display: block; max-width: none; } .fixed-header .menu { width: 100%; box-sizing: border-box; font-size: 0; line-height: 0; display: flex; justify-content: flex-end; flex-wrap: wrap; } .fixed-header .menu li { display: inline-block; vertical-align: middle; font-size: 16px; line-height: 90px; position: relative; cursor: pointer; padding: 0 25px; } .fixed-header .menu li:hover{ background: #f9f9f9; border-bottom: 2px #e60033 solid; line-height: 88px; } .fixed-header .menu li:hover>a{ color: #e60033; } .fixed-header .menu li:hover .submenu { display: block; } .fixed-header .menu:after { content: ""; display: inline-block; width: 100%; } .fixed-header .menu .submenu { display: none; position: absolute; width: 100%; top: 100%; left: 0%; line-height: 50px; box-sizing: border-box; padding: 0 10px; text-align: center; font-size: 14px; box-shadow: 0px 0px 19.95px 1.05px rgba(153, 153, 153, 0.24); background-color: #fff; } .fixed-header .menu .submenu:after { content: ""; height: 10px; width: 100%; position: absolute; border-top: 2px #e60033 solid; left: 0; top: 0px; } .fixed-header .menu .submenu .item + .item { border-top: 1px solid #eeeeee; } .fixed-header .right { width: 1px; white-space: nowrap; color: #666; font-size: 0; line-height: 0; user-select: none; } .fixed-header .right .search { display: inline-block; vertical-align: middle; } .fixed-header .right .search .iconfont { font-size: 24px; vertical-align: middle; } .fixed-header .right .search span { display: inline-block; vertical-align: middle; font-size: 18px; line-height: 24px; margin-right: 40px; } .fixed-header .right .language { display: inline-block; font-size: 18px; line-height: 24px; position: relative; vertical-align: middle; cursor: pointer; } .fixed-header .right .language ul { position: absolute; left: 0; top: 100%; font-size: 14px; background-color: #fff; padding: 5px 8px; box-shadow: 2px 3px 4px 0px rgba(4, 0, 0, 0.1); display: none; border: 1px solid #f1f1f1; } .fixed-header .right .language:hover ul { display: block; } .page-footer { background-color: #333232; } .page-footer .bottom { padding: 6px 0 ; /* display: none;*/ } .page-footer .bottom .contacts { float: none; width: 100%; } .page-footer .bottom .contacts .ewm { overflow: hidden; color: #fff; font-size: 12px; text-align: center; } .page-footer .bottom .contacts .ewm img { display: inline-block; vertical-align: baseline; width: 130px; height: 130px; } .page-footer .bottom .contacts .ewm .tips { display: inline-block; vertical-align: baseline; font-size: 14px; line-height: 24px; } .page-footer .bottom .contacts .telphone { font-family: Arial, Helvetica, sans-serif; font-size: 28px; font-weight: bold; color: #fff; padding-left: 50px; background: url(../images/telphone-icon.png) no-repeat left center; margin-bottom: 35px; } .page-footer .bottom .menu { width: 80%; float: none; display: flex; justify-content: space-between; margin-right: 40px; overflow: hidden; } .page-footer .bottom .menu li { float: left; } .page-footer .bottom .menu li > a { display: block; font-size: 14px; color: #fff; } .page-footer .bottom .menu li .submenu { font-size: 12px; color: #fff; line-height: 36px; margin-top: 10px; } .page-footer .bottom .menu li + li { margin-left: 50px; } .page-footer .copy-right { border-top: 1px solid #3e3e3e; /* overflow: hidden;*/ font-size: 16px; line-height: 60px; color: #999999; } .page-footer .copy-right .bom-link { display: flex; align-items: center; justify-content: center; } .page-footer .copy-right .bom-link li { float: left; padding-left: 13px; margin: 15px 6px 0 6px; position: relative; margin-top: 15px; } .page-footer .copy-right .bom-link li a { display: block; } .page-footer .copy-right .bom-link li:last-child:after { display: none; } .page-footer .copy-right .copyright { float: none; font-size: 12px; line-height: 25px; }