@font-face { font-family: 'Montserrat'; src: url('../fonts/Montserrat-Bold.eot'); src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype'); font-weight: 700; font-display: swap; } @font-face { font-family: 'Montserrat'; src: url('../fonts/GothamRounded-Book.eot'); src: url('../fonts/GothamRounded-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamRounded-Book.woff2') format('woff2'), url('../fonts/GothamRounded-Book.woff') format('woff'), url('../fonts/GothamRounded-Book.ttf') format('truetype'); font-weight: normal; font-display: swap; } body { font-family: "Montserrat"; font-weight: normal; max-width: 1920px; margin: 0 auto; } .ui.container { padding: 0 15px; position: relative; max-width: 1750px; } #dialog{ position: fixed; left: 0; top: 0; width: 100%; height: 100vh; background: rgba(0,0,0,0.3); z-index: 9999; } #dialog .content-box{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; width: 100%; height: 100%; } #dialog .box{ background: white; max-width: 530px; padding: 20px 0px 0; height: min-content; border-radius: 3px; } #dialog .box .content{ padding: 0 20px 20px; } #dialog .box .btn{ text-align: center; cursor: pointer; font-size: 16px; padding: 10px; border-top: 1px solid #eee; color: #3476c3; } .body-overflow-box { position: relative; left: 0; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } #header { z-index: 11; height: 120px; background-color: white; position: fixed; top: 0; width: 100%; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } #header .nav { display: inline-block; width: 100%; } #header .nav .ui.menu { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin: 0 auto; max-width: 100%; padding: 0; } #header .nav .ui.menu .logo { display: inline-block; margin-left: 0; margin-right: 0; vertical-align: middle; background-color: #0b4daa; height: 100%; width: 270px; text-align: center; padding: 29px 0; } #header .nav .ui.menu .logo img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } #header .nav .ui.menu .box { width: -webkit-calc(100% - 270px); width: -moz-calc(100% - 270px); width: calc(100% - 270px); } #header .nav .ui.menu .h-top { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; background-color: #d2d2d2; height: 58px; line-height: 58px; } #header .nav .ui.menu .h-top ul { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding-left: 25px; } #header .nav .ui.menu .h-top ul li { position: relative; font-size: 16px; } #header .nav .ui.menu .h-top ul li img { vertical-align: middle; margin-right: 10px; } #header .nav .ui.menu .h-top ul li:first-child { padding-right: 80px; border-right: 1px solid rgba(0, 0, 0, 0.7); } #header .nav .ui.menu .h-top ul li:nth-child(2) { padding-left: 55px; } #header .nav .ui.menu .h-top .right { background-color: #0b4daa; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding-right: 60px; } #header .nav .ui.menu .h-top .right .h-search { padding: 0 30px; } #header .nav .ui.menu .h-top .right .h-search img { vertical-align: middle; } #header .nav .ui.menu .h-top .right .share { border-left: 1px solid rgba(255, 255, 255, 0.2); white-space: nowrap; border-right: 1px solid rgba(255, 255, 255, 0.2); padding: 0 23px; } #header .nav .ui.menu .h-top .right .share a { color: white; font-size: 18px; margin: 0 6px; } #header .nav .ui.menu .h-bottom { padding-right: 60px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } #header .nav .ui.menu .menu-box { display: inline-block; vertical-align: middle; margin-left: auto; margin-right: 0; } #header .nav .ui.menu .menu-box ul.menu > li { margin: 0 43px; font-size: 20px; -webkit-perspective: 500px; -moz-perspective: 500px; perspective: 500px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; z-index: 100; float: left; position: relative; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; text-transform: capitalize; } #header .nav .ui.menu .menu-box ul.menu > li:hover { color: #565f98; -webkit-transition: .5s .5s border; -moz-transition: .5s .5s border; transition: .5s .5s border; } #header .nav .ui.menu .menu-box ul.menu > li:hover > a::after { opacity: 1; } #header .nav .ui.menu .menu-box ul.menu > li > a { display: block; padding: 15px 0; position: relative; } #header .nav .ui.menu .menu-box ul.menu > li > a::after { content: ""; position: absolute; left: 50%; bottom: 5px; width: 9px; height: 9px; border-radius: 100%; background-color: #565f98; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); opacity: 0; } #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu { -webkit-perspective: 500px; -moz-perspective: 500px; perspective: 500px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; text-align: left; position: absolute; font-size: 15px; background: #fff; top: 100%; left: 0px; width: 180px; transform: rotate3d(1, 0, 0, -90deg); -webkit-transform: rotate3d(1, 0, 0, -90deg); -moz-transform: rotate3d(1, 0, 0, -90deg); -ms-transform: rotate3d(1, 0, 0, -90deg); -o-transform: rotate3d(1, 0, 0, -90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.5s; transition: opacity 0.3s, -webkit-transform 0.5s; -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s; transition: transform 0.5s, opacity 0.3s; transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; -moz-transition: -moz-transform 0.5s, opacity 0.3s; -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); border-bottom: 3px solid #0b4daa; display: none \9; } #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li { display: block; float: none; padding: 0 15px; line-height: 40px; color: black; font-size: 12px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; text-transform: capitalize; } #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a { display: block; } #header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover { background: #222; color: white; } #header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: rotate3d(0, 0, 0, 0); -webkit-transform: rotate3d(0, 0, 0, 0); -moz-transform: rotate3d(0, 0, 0, 0); -ms-transform: rotate3d(0, 0, 0, 0); -o-transform: rotate3d(0, 0, 0, 0); display: block \9; } #header .nav .ui.menu .menu-box ul.menu > li.active > a { color: #0b4daa; } #header .nav .ui.menu .menu-box ul.menu > li.active > a::after { opacity: 1; } #header .nav .ui.menu .language { margin-left: auto; position: relative; } #header .nav .ui.menu .language span { font-size: 18px; } #header .nav .ui.menu .language span img { width: 25px; vertical-align: middle; margin-right: 6px; } #header .nav .ui.menu .language ul { -webkit-perspective: 500px; -moz-perspective: 500px; perspective: 500px; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; transform-style: preserve-3d; text-align: left; position: absolute; font-size: 15px; background: #fff; top: 100%; right: 0px; width: 150px; transform: rotate3d(1, 0, 0, -90deg); -webkit-transform: rotate3d(1, 0, 0, -90deg); -moz-transform: rotate3d(1, 0, 0, -90deg); -ms-transform: rotate3d(1, 0, 0, -90deg); -o-transform: rotate3d(1, 0, 0, -90deg); -webkit-transform-origin: 0 0 0; -moz-transform-origin: 0 0 0; -ms-transform-origin: 0 0 0; transform-origin: 0 0 0; opacity: 0; -webkit-transition: opacity 0.3s, -webkit-transform 0.5s; transition: opacity 0.3s, -webkit-transform 0.5s; -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s; transition: transform 0.5s, opacity 0.3s; transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; -moz-transition: -moz-transform 0.5s, opacity 0.3s; -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); border-bottom: 3px solid #0b4daa; display: none \9; max-height: 810px; overflow-y: scroll; } #header .nav .ui.menu .language ul li { display: block; float: none; padding: 0 15px; line-height: 2; color: black; font-size: 15px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; text-transform: capitalize; } #header .nav .ui.menu .language ul li a { display: block; } #header .nav .ui.menu .language ul li a img { width: 23px; vertical-align: middle; margin-right: 6px; } #header .nav .ui.menu .language ul li:hover { background: #222; color: white; } #header .nav .ui.menu .language:hover ul { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; transform: rotate3d(0, 0, 0, 0); -webkit-transform: rotate3d(0, 0, 0, 0); -moz-transform: rotate3d(0, 0, 0, 0); -ms-transform: rotate3d(0, 0, 0, 0); -o-transform: rotate3d(0, 0, 0, 0); display: block \9; } #header.active { position: fixed; background-color: white; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1); } #header .product-down{ position: absolute; top: 100%; background: white; width: 100%; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); padding: 15px 0 30px; display: none; } #header .product-down .item-box{ display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -15px; } #header .product-down .item{ flex: 1; padding: 0 15px; } #header .product-down .item .h4{ font-size: 18px; font-weight: bold; margin-bottom: 15px; } #header .product-down .item ul li{ font-size: 15px; margin: 9px 0; line-height: 1.4; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; position: relative; } #header .product-down .item ul li::after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0; height: 1px; background: #0b4daa; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; } #header .product-down .item ul li:hover{ color: #0b4daa; } #header .product-down .item ul li:hover::after{ width: 100%; } #header .nav .search-box { line-height: normal; position: fixed; top: 0; left: 0; background: rgba(0,0,0,0.8); width: 100%; height: 100%; z-index: 99999; display: none; } #header .nav .search-box form { position: absolute; top: 45%; left: 50%; width: 60%; margin-left: -30%; } #header .nav .search-box form input { background: none; outline: none; border: none; color: white; } #header .nav .search-box form input[type="text"] { width: 100%; border-bottom: 1px solid #e1e1e1; font-size: 26px; color: #fff; padding: 10px 0; } #header .nav .search-box form input[type="submit"] { width: 22px; height: 22px; background: url(../images/tc-zoom.png) no-repeat; position: absolute; right: 15px; top: 20px; } #header .nav .search-box form input[type="submit"]:hover { opacity: 0.7; filter: alpha(opacity=70); } #header .nav .search-box .close { width: 30px; height: 30px; background: url(../images/close.png) no-repeat; position: absolute; right: 25px; top: 15px; cursor: pointer; } #banner .slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 50px; height: 80px; color: transparent; border: none; z-index: 1; outline: none; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; opacity: 0; } #banner .slick-arrow:hover { background-color: #eb623a; } #banner:hover .slick-arrow { opacity: 1; } #banner .slick-prev { background: url("../images/banner-btn-l.png") no-repeat center center rgba(0, 0, 0, 0.3); left: 15px; } #banner .slick-next { background: url("../images/banner-btn-r.png") no-repeat center center rgba(0, 0, 0, 0.3); right: 15px; } #banner ul.slick-dots { position: absolute; bottom: 5%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); } #banner ul.slick-dots li { width: 30px; height: 30px; display: inline-block; margin: 0 10px; border-radius: 100%; border: 6px solid white; background-color: #eb623a; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } #banner ul.slick-dots li button { display: none; } #banner ul.slick-dots li.slick-active { border-color: #eb623a; background-color: white; } #banner .slick-slide .content { display: none; } #banner .slick-active .content { display: block; } table { margin-bottom: 20px; word-break: break-word; width: 100% !important; height: auto !important; display: block; overflow: auto; } table tbody { display: table; width: 100% !important; } table td, table th { padding: 5px 10px; border: 1px solid #666; width: auto !important; height: auto !important; } table tr { width: auto !important; height: auto !important; } table tr:nth-child(even) { background: #eee; } .wpulike.wpulike-default { display: none; } .prodet-page .wpulike.wpulike-default, .newdet-page .wpulike.wpulike-default { display: inline-block; } .post-views-box { position: relative; margin-left: 20px; } .post-views-box .wp_ulike_btn.wp_ulike_put_image:after { background-image: url(../images/fw.png) !important; -webkit-filter: none; filter: none; } .wpulike { z-index: 10; } .wpulike.post-views-box { z-index: 5; } #banner .nivo-directionNav a { width: 40px; height: 40px; background-color: rgba(0, 0, 0, 0.3); background-repeat: no-repeat; background-position: center; background-size: 10px; color: transparent; overflow: hidden; text-indent: -999em; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } #banner .nivo-directionNav a { opacity: 0; } #banner:hover .nivo-directionNav a { opacity: 1; } #banner .nivo-directionNav a:hover { background-color: #eb623a; } #banner .nivo-directionNav a.nivo-prevNav { background-image: url(../images/banner-btn-l.png); left: 40px; } #banner .nivo-directionNav a.nivo-nextNav { background-image: url(../images/banner-btn-r.png); right: 40px; } #banner .theme-default .nivo-controlNav { position: absolute; bottom: 20px; left: 50%; width: auto !important; } #banner .theme-default .nivo-controlNav a { width: 25px !important; height: 25px !important; background: #fff !important; border: 7px solid #7d7d7d !important; border-radius: 100% !important; -webkit-box-shadow: none !important; box-shadow: none !important; margin: 0 8px !important; } #banner .theme-default .nivo-controlNav a.active { border-color: #eb623a !important; } html.mobile { overflow: hidden; } html.mobile .body-overflow-box { position: relative; left: 280px; } #mobile { position: fixed; top: 0; left: -280px; width: 280px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; display: none; z-index: 20; height: 100%; } #mobile:before { content: ''; width: 200%; height: 100%; position: fixed; top: 0; right: 100%; display: block; background: rgba(0, 0, 0, 0.13); z-index: -1; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } #mobile .mobile-logo { position: absolute; left: 100%; width: 100vw; height: 40px; line-height: 40px; text-align: center; background: #111; -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); box-shadow: 0 0 10px rgba(255, 255, 255, 0.2); } #mobile .mobile-logo img { max-height: 30px; margin: 0 auto; display: inline-block; vertical-align: middle; } #mobile #menu-on { width: 40px; height: 40px; background: #f5f5f5; position: absolute; left: 100%; top: 0; cursor: pointer; cursor: hand; z-index: 1; } #mobile #menu-on i { width: 23px; height: 2px; background: #222; display: block; position: absolute; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; -webkit-transform-origin: left center; -moz-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; } #mobile #menu-on i.line1 { top: 12px; } #mobile #menu-on i.line2 { top: 19px; } #mobile #menu-on i.line3 { top: 26px; } #mobile .menu-content { width: 100%; height: 100%; display: block; background: #222; padding: 40px 10% 60px; overflow-y: auto; color: white; } #mobile .menu-content::-webkit-scrollbar { width: 3px; border-radius: 1.5px; } #mobile .menu-content::-webkit-scrollbar-button { display: none; } #mobile .menu-content::-webkit-scrollbar-track { background-color: #222; } #mobile .menu-content::-webkit-scrollbar-thumb { background-color: #eee; } #mobile .menu-content h3 { font-size: 20px; color: inherit; text-transform: capitalize; margin-bottom: 10px; } #mobile .menu-content h3 i { font-size: 16px; position: relative; top: -1px; } #mobile .menu-content .menu-logo { display: block; } #mobile .menu-content .menu-logo img { margin: 0 auto; } #mobile .menu-content .menu-list { margin: 40px 0; } #mobile .menu-content .menu-list ul li { font-size: 15px; color: inherit; text-transform: uppercase; line-height: 20px; } #mobile .menu-content .menu-list ul li a { padding: 8px 0; display: block; } #mobile .menu-content .menu-list ul li a:hover { color: #eb623a; text-decoration: underline; } #mobile .menu-content .menu-list ul li li a { position: relative; padding-left: 15px; font-size: 14px; line-height: 2; } #mobile .menu-content .menu-list ul li li a:after { content: ''; width: 6px; height: 1px; background: white; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } #mobile .menu-content .menu-list ul li li li a { padding-left: 25px; } #mobile .menu-content .menu-list ul li li li a:after { width: 12px; } #mobile .menu-content .mob-search form { position: relative; } #mobile .menu-content .mob-search form input { width: 100%; height: 45px; line-height: 45px; border-radius: 5px; border: none; padding: 0 15px; font-size: 14px; color: black; } #mobile .menu-content .mob-search form input[type="submit"] { width: 45px; height: 45px; background: url("../images/icon-search-white.png") no-repeat center center #222; position: absolute; right: 0; top: 0; border-radius: 0; } #mobile .menu-content .mob-yuy { margin: 40px 0; } #mobile .menu-content .mob-yuy ul li { margin-bottom: 10px; color: inherit; font-size: 14px; } #mobile .menu-content .mob-yuy ul li img { max-width: 40px; display: inline-block; vertical-align: middle; margin-right: 10px; } #mobile .menu-content .mob-share ul li { width: 30px; height: 30px; border-radius: 3px; background: #333; display: inline-block; text-align: center; line-height: 30px; color: white; font-size: 14px; margin-right: 3px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } #mobile .menu-content .mob-share ul li:hover { background: #eb623a; } #mobile .menu-content #menu-off { margin-top: 40px; cursor: pointer; cursor: hand; } #mobile.active { left: 0; } #mobile.active:before { right: 0; } #mobile.active #menu-on i.line1 { -webkit-transform: translateX(-50%) rotateZ(45deg); -moz-transform: translateX(-50%) rotateZ(45deg); -ms-transform: translateX(-50%) rotateZ(45deg); transform: translateX(-50%) rotateZ(45deg); top: 12px; margin-left: 3px; } #mobile.active #menu-on i.line2 { opacity: 0; } #mobile.active #menu-on i.line3 { -webkit-transform: translateX(-50%) rotateZ(-45deg); -moz-transform: translateX(-50%) rotateZ(-45deg); -ms-transform: translateX(-50%) rotateZ(-45deg); transform: translateX(-50%) rotateZ(-45deg); top: 28px; margin-left: 3px; } #mobile.white .mobile-logo { -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); background: white; } #mobile.white .menu-content { background: white; color: black; } #mobile.white .menu-content .menu-list ul li li a:after { background: black; } #mobile.white .menu-content .mob-search form input { border: 1px solid black; } #mobile.white .menu-content .mob-search form input[type="submit"] { border-top-right-radius: 5px; border-bottom-right-radius: 5px; } @media screen and (max-width: 1000px) { #banner, .inner-banner { margin-top: 40px; } } #spotlight.show { display: inline-block; background: rgba(0, 0, 0, 0.3) !important; } #spotlight .scene img { border: 10px solid white !important; border-radius: 10px; } #spotlight .header { background: black !important; } #banner { position: relative; } #banner ul li { position: relative; } #banner ul li .content { position: absolute; left: 50%; width: 100%; top: 0%; height: 100%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); color: white; } #banner ul li .content .box { padding: 0 120px; padding-top: 19%; } #banner ul li .content .box .h2 { font-size: 40px; font-weight: bold; line-height: 1.7; } #banner ul li .content .box p { font-size: 20px; font-style: italic; margin: 23px 0 43px; } #banner ul li .content .box .more img { -webkit-filter: invert(1); filter: invert(1); } #banner ul li .content .box .more::after { background-color: white; } #banner ul li .content .img { position: absolute; bottom: -50px; } #banner ul .slick-active li .box { -webkit-animation: 1s 0.3s fadeInUp both; -moz-animation: 1s 0.3s fadeInUp both; animation: 1s 0.3s fadeInUp both; } #banner ul .slick-active li .img { -webkit-animation: 1s 0.6s zoomIn both; -moz-animation: 1s 0.6s zoomIn both; animation: 1s 0.6s zoomIn both; } #banner .scroll { position: absolute; left: 50%; bottom: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); cursor: pointer; } #banner .right { position: absolute; top: 50%; right: 110px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; font-size: 16px; color: white; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } #banner .right .current { color: #0b4daa; } #banner .right span { margin: 10px 0; } #banner .right .line { width: 1px; height: 210px; background: rgba(255, 255, 255, 0.3); position: relative; } #banner .right .line i { display: block; position: absolute; left: 0; top: 0; width: 1px; height: 20%; background: white; } .more { font-size: 19px; font-style: italic; position: relative; display: inline-block; padding-bottom: 10px; font-weight: bold; } .more img { margin-left: 30px; display: inline-block; vertical-align: middle; } .more::after { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: black; } .font-50 { font-size: 50px; } #index-body .i-product { padding-top: 90px; padding-bottom: 100px; } #index-body .i-product .txt { font-size: 19px; color: #666666; margin: 20px 0 52px; line-height: 1.8; } #index-body .i-product ul { margin: -15px; } #index-body .i-product ul li { padding: 15px; } #index-body .i-product ul li .box { border-radius: 8px; -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.19); box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.19); overflow: hidden; } #index-body .i-product ul li .box .img-box { padding: 30px; } #index-body .i-product ul li .box .h5 { border-top: 5px solid #e6e6e6; background-color: #f4f4f4; font-size: 18px; color: #666666; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; padding: 20px; } #index-body .i-product ul li .box:hover .h5 { background-color: #0b4daa; color: white; border-top-color: #0b4daa; } #index-body .i-product .btn { text-align: center; margin-top: 40px; } #index-body .i-product .btn span { cursor: pointer; width: 65px; height: 65px; border-radius: 100%; border: 1px solid #0b4daa; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; text-align: center; line-height: 65px; display: inline-block; margin: 0 60px; } #index-body .i-product .btn span img { vertical-align: middle; } #index-body .i-product .btn span:hover { background-color: #0b4daa; } #index-body .i-product .btn span:hover img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); } #index-body .i-product .btn span.prev img { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } #index-body .i-about { padding: 30px 0 130px; } #index-body .i-about .left { padding-right: 70px; } #index-body .i-about .left .i-title { margin-top: 10px; } #index-body .i-about .left i { display: block; width: 50px; height: 5px; border-radius: 3px; background-color: #0b4daa; margin: 36px 0 41px; } #index-body .i-about .left .content { line-height: 2; margin-bottom: 60px; } #index-body .i-about .left .more { font-weight: bold; } #index-body .i-why .i-title { margin: 18px 0 67px; } #index-body .i-why ul li { position: relative; } #index-body .i-why ul li .box { position: absolute; left: 10px; top: 80px; padding-left: 90px; padding-top: 25px; padding-bottom: 35px; background-color: rgba(255, 255, 255, 0.6); border-radius: 9px; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; z-index: 2; padding-right: 50px; } #index-body .i-why ul li span { font-size: 26px; color: #0b4daa; font-weight: bold; } #index-body .i-why ul li .h4 { font-size: 26px; color: #0b4daa; font-weight: bold; } #index-body .i-why ul li i { display: block; width: 50px; height: 5px; background: #064aa4; border-radius: 3px; margin-top: 17px; } #index-body .i-why ul li .des { font-size: 18px; line-height: 29px; color: white; margin-top: 16px; } #index-body .i-why ul li .hover { position: absolute; left: 10px; top: 80px; padding-left: 90px; padding-top: 25px; padding-right: 66px; opacity: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; z-index: 2; } #index-body .i-why ul li .hover i { width: 100%; } #index-body .i-why ul li .hover .h4 { color: white; } #index-body .i-why ul li::after { content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: black; opacity: 0.3; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } #index-body .i-why ul li:hover .box { opacity: 0; } #index-body .i-why ul li:hover .hover { opacity: 1; } #index-body .i-why ul li:hover::after { opacity: 0.78; } #index-body .i-news { position: relative; padding: 130px 0 95px; } #index-body .i-news .i-title { margin-bottom: 70px; } #index-body .i-news .more.right { position: absolute; right: 15px; top: 30px; color: #0b4daa; } #index-body .i-news .more.right::after { background-color: #0b4daa; } #index-body .i-news ul { margin: 0 -85px; } #index-body .i-news ul li { padding: 0 85px; } #index-body .i-news ul li .time { font-size: 18px; } #index-body .i-news ul li .time img { vertical-align: middle; display: inline-block; margin-right: 10px; -webkit-filter: grayscale(1); filter: grayscale(1); } #index-body .i-news ul li .h4 { font-size: 22px; font-weight: bold; line-height: 1.65; margin-top: 27px; margin-bottom: 22px; } #index-body .i-news ul li .des { font-size: 18px; line-height: 29px; margin-bottom: 30px; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; } #index-body .i-news ul li .more { font-weight: bold; } #index-body .i-news ul li .more:hover { color: #0b4daa; } #index-body .i-news ul li .more::after { background-color: #0b4daa; } #index-body .i-news ul li:hover .time { color: #0b4daa; } #index-body .i-news ul li:hover .time img { -webkit-filter: grayscale(0); filter: grayscale(0); } #index-body .i-news ul li:hover .h4 { color: #0b4daa; } .i-form { background: url(../images/form-bg.jpg) no-repeat; background-size: cover; padding-top: 100px; padding-bottom: 119px; } .i-form .i-title { text-align: center; color: white; margin-bottom: 80px; } .i-form form { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 0 140px; } .i-form form input { width: 20%; background: transparent; font-size: 20px; height: 60px; border-radius: 10px; border: 1px solid white; color: white; padding: 0 15px; } .i-form form input[name="content"] { width: 35%; } .i-form form input::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7); } .i-form form input::-moz-placeholder { color: rgba(255, 255, 255, 0.7); } .i-form form input:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7); } .i-form form input:-moz-placeholder { color: rgba(255, 255, 255, 0.7); } .i-form form input[type="submit"] { color: white; background: #0b4daa; border-radius: 30px; padding: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; } .i-form form input[type="submit"]:hover { background: #222; } .flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .justify-c { -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .align-center { -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } #footer { background: #132a4b; padding-top: 120px; } #footer .wrap { border-top: 1px solid rgba(255, 255, 255, 0.6); padding: 0 100px; border-bottom: 1px solid rgba(255, 255, 255, 0.6); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } #footer .wrap .column { border-left: 1px solid rgba(255, 255, 255, 0.6); padding: 80px 0 50px; } #footer .wrap .column:first-child { border-left: none; } #footer .wrap h5 { color: white; font-size: 22px; font-weight: bold; margin-bottom: 43px; } #footer .wrap ul li { font-size: 18px; color: white; margin-bottom: 23px; } #footer .wrap .one { width: 20%; } #footer .wrap .two { width: 20%; } #footer .wrap .three { width: 25%; } #footer .wrap .four { width: 35%; } #footer .wrap .four .box { max-width: 410px; } #footer .wrap .four ul li { position: relative; padding-left: 35px; } #footer .wrap .four ul li img { position: absolute; left: 0; top: 4px; } #footer .f-copy { text-align: center; font-size: 17px; color: white; padding: 20px 0; } #footer .f-copy img { height: 16px; vertical-align: middle; } #side { position: fixed; right: 25px; bottom: 120px; } #side .btn { width: 50px; height: 50px; border-radius: 100%; margin: 20px 0; color: white; text-align: center; line-height: 50px; font-size: 20px; background: #0b4daa; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; position: relative; cursor: pointer; } #side #ewm { width: 120px; height: 120px; border: 6px solid white; border-radius: 5px; position: absolute; right: 100%; top: 0; -webkit-transition: 0.5s; -moz-transition: 0.5s; transition: 0.5s; -webkit-transform: scaleY(0); -moz-transform: scaleY(0); -ms-transform: scaleY(0); transform: scaleY(0); -webkit-transform-origin: top; -moz-transform-origin: top; -ms-transform-origin: top; transform-origin: top; } #side .btn:hover #ewm { -webkit-transform: scaleY(1); -moz-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1); } @media screen and (max-width: 1750px) { #header .nav .ui.menu .menu-box ul.menu > li { margin: 0 30px; } } @media screen and (max-width: 1600px) { .ui.container { max-width: 1350px; } #header .nav .ui.menu .menu-box ul.menu > li { margin: 0 18px; } #banner ul li .content .box { padding: 19% 55px 0; } #banner .right { right: 40px; } .font-50 { font-size: 40px; } #index-body .i-why ul li .box, #index-body .i-why ul li .hover { padding-left: 35px; top: 50px; } #index-body .i-news ul { margin: 0 -40px; } #index-body .i-news ul li { padding: 0 40px; } #footer .wrap .four { padding-left: 50px; } } @media screen and (max-width: 1400px) { .ui.container { max-width: 1150px; } #header .nav .ui.menu .menu-box ul.menu > li { margin: 0 12px; font-size: 16px; } #header .nav .ui.menu .h-top ul li:first-child { padding-right: 40px; } #header .nav .ui.menu .h-top ul li:nth-child(2) { padding-left: 40px; } #banner ul li .content .box .h2 { font-size: 30px; } #index-body .i-why ul li span { font-size: 20px; } #index-body .i-why ul li .h4 { font-size: 22px; } .font-50 { font-size: 32px; } .i-form form { padding: 0; } #footer .wrap { padding: 0 40px; } } @media screen and (max-width: 1200px) { .ui.container { max-width: 970px; } #banner .right .line { height: 120px; } #header .nav .ui.menu .logo { width: 190px; padding-left: 15px; padding-right: 15px; } #header .nav .ui.menu .box { width: -webkit-calc(100% - 190px); width: -moz-calc(100% - 190px); width: calc(100% - 190px); } #header .nav .ui.menu .h-top ul li:first-child { padding-right: 15px; } #header .nav .ui.menu .h-top ul li:nth-child(2) { padding-left: 15px; } #header .nav .ui.menu .h-top .right { padding-right: 20px; } #header .nav .ui.menu .h-bottom { padding-right: 20px; } #header { height: 110px; } #banner ul li .content .box .h2 { font-size: 25px; line-height: 1.2; } #index-body .i-about .left { width: 100%; padding-right: 0; } #index-body .i-about .right { width: 100%; margin-top: 30px; } #index-body .i-news ul { margin: 0 -15px; } #index-body .i-news ul li { padding: 0 15px; } .i-form form { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .i-form form input { width: 48%; margin-bottom: 20px; } .i-form form input[name="content"] { width: 48%; } #footer .wrap .three { display: none; } #footer .wrap .two { width: 30%; } #footer .wrap .four { width: 45%; } #footer .wrap .one { width: 25%; } } @media screen and (max-width: 1000px) { .ui.container { max-width: 700px; } .Auxil-industry{ display: none!important; } #header { display: none; } #mobile { display: block; } #banner ul li .content .box { padding: 10% 15px 0; } #banner ul li .content .img { bottom: -18px; } #index-body .i-product .btn span { margin: 0 10px; } #footer .wrap .two { display: none; } #footer .wrap .one { width: 40%; } #footer .wrap .four { width: 60%; } } @media screen and (max-width: 700px) { #banner ul li .content .img { display: none; } #banner .right { display: none; } #banner ul li .content .box { width: 100%; } #banner ul li .content .box p { font-size: 18px; margin: 10px 0 15px; } .font-50 { font-size: 25px; } .font-20 { font-size: 18px; } #index-body .i-news .more.right { display: none; } .i-form form input { width: 100%; } .i-form form input[name="content"] { width: 100%; } #footer .wrap .one { display: none; } #footer .wrap .four { width: 100%; border: none; padding-left: 0; } } @media screen and (max-width: 500px) { #banner ul li .content .box .h2 { font-size: 18px; } #banner .scroll { display: none; } #index-body .i-why ul li .box, #index-body .i-why ul li .hover { top: 15px; padding-left: 5px; } #index-body .i-why ul li .hover { padding-right: 10px; } #index-body .i-why ul li .des { font-size: 15px; } #footer { padding-top: 60px; } #footer .wrap .column { padding-top: 45px; } #footer .wrap { padding: 0 20px; } } .inner-banner { position: relative; height: 500px; background: no-repeat center top; background-attachment: fixed; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .inner-banner::after{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); } .inner-banner .text-box { width: 100%; z-index: 3; } .inner-banner .text-box h2 { font-size: 24px; font-weight: bold; line-height: 1.6; color: #fff; padding-bottom: 15px; position: relative; margin-bottom: 25px; text-transform: capitalize; } .inner-banner .text-box h2::after { position: absolute; content: ''; width: 80px; height: 4px; background: #fff; left: 0; bottom: 0; } .inner-banner .text-box .mbx { font-size: 16px; color: #fff; line-height: 28px; } .inner-banner span.video { position: absolute; height: 100%; width: 100%; text-align: right; opacity: 1; z-index: -1; top: 0; right: 0; } .inner-banner span.video video { display: block; height: 100%; margin-left: auto; width: 100%; object-fit: cover; } .inner-banner_2 { padding-top: 240px; padding-bottom: 210px; color: #fff; position: relative; z-index: 1; background-repeat: no-repeat; background-attachment: fixed; background-position: top center; } .inner-banner_2 .shadow { position: absolute; width: 100%; height: 100%; top: 0; left: 0; background-color: rgba(0, 0, 0, 0.7); z-index: -1; } .inner-banner_2 .container .cont .mbx { font-size: 16px; font-weight: bold; } .inner-banner_2 .container .cont .cat_name { font-size: 48px; font-weight: bold; line-height: 1.2; margin-top: 10px; } .inner-banner_2 .container .list_cont { margin-top: 20px; display: flex; } .inner-banner_2 .container .list_cont .list { width: 760px; margin-top: 20px; } .inner-banner_2 .container .list_cont .list .first { font-size: 24px; font-family: 'Montserrat'; margin-bottom: 20px; font-weight: bold; } .inner-banner_2 .container .list_cont .list .des { color: #fff; font-size: 16px; line-height: 1.8; } .inner-banner_2 .container .list_cont .list .list_c { margin-top: 10px; } .inner-banner_2 .container .list_cont .list .list_c .img { width: 20px; height: 20px; margin-top: 4px; } .inner-banner_2 .container .list_cont .list .list_c .text { width: -webkit-calc(80%); width: -moz-calc(80%); width: calc(100% - 20px); font-size: 18px; color: #fff; } .inner-banner_2 .container .list_cont .list1 { width: 40%; padding-right: 60px; } .inner-banner_2 .container .list_cont .list2 { width: 30%; } .inner-banner_2 .container .list_cont .list3 { width: 30%; } .inner-banner_2 .container .list_cont .list .list_c .text p em { padding-right: 12px; color: #fff; } @media screen and (max-width: 1250px){ .inner-banner_2 .container .cont .mbx { font-size: 14px; } .inner-banner_2 .container .cont .cat_name,.font-40 { font-size: 32px; } .inner-banner_2 .container .list_cont .list .first { font-size: 20px; } .inner-banner_2 .container .list_cont .list .des,.contact-page .init-2 .container form .list .tips_2 { font-size: 16px; } .inner-banner_2 .container .list_cont .list { margin-top: 0; } } @media screen and (max-width:1000px) { .inner-banner{ padding-top: 60px; height: 360px; } .inner-banner_2 { margin-top: 60px; } .inner-banner .text-box h2{ font-size: 30px; margin-bottom: 10px; padding-bottom: 5px; } .inner-banner.video.banner{ height: 360px; padding: 30px 0; } .inner-banner_2 { padding: 60px 0; background-size: cover; } .inner-banner_2 .container .cont .mbx { font-size: 12px; } .inner-banner_2 .container .cont .cat_name, .font-40 { font-size: 28px; } .inner-banner_2 .container .list_cont{ display: block; } .inner-banner_2 .container .list_cont .list{ width: 100%!important; padding-right: 0; margin-bottom: 30px; } .inner-banner_2 .container .list_cont .list .des, .contact-page .init-2 .container form .list .tips_2 { font-size: 14px; } .inner-banner_2 .container .list_cont .list .first { font-size: 16px; } .inner-banner_2 .container .list_cont .list .list_c .text { font-size: 15px; } .inner-banner_2 .container .list_cont .list { max-width: 100%; } } @media screen and (max-width:700px) { .inner-banner{ height: 300px; } } @media screen and (max-width: 500px) { .inner-banner .text-box h2{ font-size: 20px; } .inner-banner .text-box h2.singban { display: none; } .inner-banner .text-box .mbx{ font-size: 14px; } .inner-banner_2 .container .cont .cat_name, .font-40 { font-size: 24px; } } .about-page .about-ty-title h3 { font-size: 36px; line-height: 2; } .about-page .about-ty-title span{ font-weight: 700; } .about-page .about-ty-title .text { font-size: 16px; line-height: 1.8; color: #8b8b8b; margin-top: 15px; } .about-page .about-ty-title .text span { color: #000; } .about-page .about-video { margin-top: 30px; margin-bottom: 50px; } .about-page .about-video .play { left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .about-page .about-video .play p { font-size: 18px; color: #fff; text-transform: uppercase; } .about-page .about-2 { font-size: 0; padding-bottom: 100px; padding-top: 70px; background: url(../images/ab-bg01.jpg); background-size:cover; background-repeat:no-repeat; background-attachment:fixed; } .about-page .about-2 .left { display: inline-block; width: 50%; vertical-align: bottom; padding-right: 15px; } .about-page .about-2 .right { width: 50%; display: inline-block; text-align: right; vertical-align: bottom; position: relative; bottom: 0px; padding-left: 15px; } .about-page .about-2 img { margin-top: 30px; } .about-page .about-3 .about-ty-title { max-width: 1100px; width: 1100px; } .about-page .about-3 .other-box .other-text { left: 0; top: 50%; transform: translateY(-50%); max-width: 625px; padding: 0 50px; } .about-page .about-3 .other-box .other-text h6 { font-size: 18px; color: #fff; text-transform: uppercase; font-weight: bold; line-height: 2; } .about-page .about-3 .other-box .other-text h2 { font-size: 22px; color: #fff; line-height: 2; } .about-page .about-3 .other-box .other-text a { display: inline-block; font-size: 18px; background-color: #fff; padding: 10px 20px; font-weight: bold; margin-top: 15px; line-height: 2; } .about-page .about-3 .about-other { margin-top: 50px; } .about-page .about-3 .about-other ul { margin: -15px; } .about-page .about-3 .about-other ul li { padding: 15px; } .about-page { padding-top: 70px; } .about-page .honor { position: relative; z-index: 1; padding-bottom: 70px; padding-top: 70px; } .about-page .honor .left { width: 40%; padding-top: 20px; padding-right: 50px; } .about-page .honor .left h2 { font-size: 48px; line-height: 1.6; font-weight: 700; } .about-page .honor .left p { margin-top: 10px; font-size: 15px; line-height: 2; } .about-page .honor .left .img { margin: 1.5rem 0; } .about-page .honor .left .tab { font-size: 0; } .about-page .honor .left .tab span { display: inline-block; background-color: #0b4daa; line-height: 40px; padding: 0 15px; cursor: pointer; } .about-page .honor .left .tab span img { vertical-align: middle; } .about-page .honor .left .tab span.left-btn { border-bottom-left-radius: 15px; border-top-left-radius: 15px; } .about-page .honor .left .tab span.right-btn { border-top-right-radius: 15px; border-bottom-right-radius: 15px; } .about-page .honor .right { width: 60%; position: relative; } .about-page .honor .right ul { margin: -15px; } .about-page .honor .right ul li { padding: 15px; } .about-page .honor .right ul li img { width: 100%; box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%); } /*factory*/ .about-page .ab-4{ padding: 80px 0; background: #fafafa; } .about-page .ab-4 .header span{ color: #0b4daa; font-size: 28px; line-height: 1.8; } .about-page .ab-4 .header h3{ font-size: 24px; line-height: 1; } .about-page .ab-4 .header p{ font-size: 18px; line-height: 1.8; color: #6e6e6e; } .about-page .ab-4 .content{ margin-top: 15px; } .about-page .ab-4 .content .slick-arrow{ position: absolute; z-index: 2; bottom: 0; left: 0; text-align: center; width: 57px; height: 59px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; border: none; } .about-page .ab-4 .content .slick-arrow:hover { background-color: rgba(45,78,125,1); } .about-page .ab-4 .content .slick-prev { background: url("../images/inner-l.png") no-repeat center center; left: 45%; } .about-page .ab-4 .content .slick-next { background: url("../images/inner-r.png") no-repeat center center; right: 45%; left: auto; } .about-page .ab-4 .content ul{ margin-right: -15px; } .about-page .ab-4 .content ul li{ padding-right: 15px; } .about-page .ab-4 .content ul li a{ display: block; } .about-page .ab-4 .header h2{ display: block; font-size: 28px; line-height: 1.8; text-transform: capitalize; font-weight: 700; } @media screen and (max-width: 1230px) { .about-page .about-3 .about-ty-title { max-width: 100%; width: 100%; } .about-page .about-2 .right { bottom: 0; } .about-page .about-2 { margin-bottom: 0; } } @media screen and (max-width: 1100px) { .about-page .honor .left { width: 100%; } .about-page .honor .left h2 { font-size: 32px; } .about-page .honor .right { width: 100%; margin-top: 40px; } } @media screen and (max-width: 1000px) { .about-page .about-ty-title h3 { font-size: 30px; } .about-page .about-3 .other-box .other-text { max-width: 100%; width: 100%; } .about-page .about-3 .other-box .other-text h2 { font-size: 30px; } .about-page .about-video .play p { font-size: 30px; } } @media screen and (max-width: 970px) { .about-page .about-ty-title h3 { font-size: 25px; } .about-page .about-ty-title .text { font-size: 16px; } .about-page .about-3 .other-box .other-text { padding: 0 25px; } .about-page .about-3 .other-box .other-text a { font-size: 16px; } .about-page .about-3 .other-box .other-text h2 { font-size: 25px; } .about-page .about-video .play p { font-size: 25px; } } @media screen and (max-width: 768px) { .about-page .about-ty-title .text { font-size: 14px; } .about-page .about-3 .other-box .other-text a { font-size: 14px; } .about-page .about-2 { padding-top: 60px; } .about-page .about-3 { padding-top: 60px; } .about-page .about-3 .about-other { margin-top: 60px; } } @media screen and (max-width: 700px) { .about-page .about-2 .left { width: 100%; padding-right: 0; } .about-page .about-2 .right { width: 100%; padding-left: 0; padding-top: 60px; text-align: left; } .about-page .about-3 .other-li { width: 100%; } .about-page .about-ty-title h3 { font-size: 20px; } .about-page .ab-4 .content .slick-prev { left: 0 } .about-page .ab-4 .content ul li { padding: 0; } .about-page .ab-4 .content .slick-next { right: 0; } } .yejiao{ padding-right:10px; } .haha{ padding: 20px 15px; } .bankuai{ padding-top: 20px; font-size: 16px; line-height: 30px; } .bnzi{ font-size: 38px!important; line-height: 2!important; } @media screen and (max-width: 500px) { .about-page { padding: 30px 0 60px; } .about-page .about-2 { padding-top: 30px; } .about-page .about-2 .right { padding-top: 30px; } .about-page .about-3 { padding-top: 30px; } .haha{ display: none!important; } .shouye{ font-size: 16px; line-height: 30px; } .bnzi{ font-size: 22px!important; line-height: 40px!important; } .yejiao{ display: none!important; } .fenlh1{ font-size: 20px; line-height: 34px; } .flygsm{ font-size: 24px; line-height: 44px; } .fps{ font-size: 22px; line-height: 40px; } .shoujiduanxw{ font-size: 30px!important; line-height: 1.4!important; } .xwbt{ font-size: 20px; line-height: 36px; } } .m-page{ text-align: center; } .m-page a, .m-page span.current{ border-radius: 50%; margin: 5px; color: #fff; font-size: 15px; display: inline-block; width: 40px; height: 40px; line-height: 40px; text-align: center; } .m-page a { background: #ccc; } .m-page span.current { background: #0b4daa; } .inner-page .sidebar-content { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .inner-page .sidebar-content .sidebar-nav { width: 20%; } .inner-page .sidebar-content .sidebar-nav form { position: relative; } .inner-page .sidebar-content .sidebar-nav form input[type="text"] { width: 100%; height: 70px; border-radius: 5px; background: #f2f1ec; padding: 0 2.5rem; font-size: 1.8rem; color: #000; border: none; } .inner-page .sidebar-content .sidebar-nav form input[type="submit"] { width: 30px; height: 30px; background: url(../images/pro-search.png) no-repeat center center; right: 30px; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); border: none; } .inner-page .sidebar-content .sidebar-nav h2 { font-size: 2.4rem; line-height: 1; color: #000000; text-align: left; margin: 3rem 0 2.5rem; font-weight: bold; } .inner-page .sidebar-content .sidebar-nav p{ font-size: 16px; line-height: 1.5; color: #000; font-weight: bold; margin-bottom: 50px; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list{ padding-bottom: 40px; border-bottom: 1px solid #000; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a { text-transform: capitalize; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 1rem 0; font-size: 14px; font-weight: bold; line-height: 1; color: #000000; border-bottom: 0px solid #eeede7; position: relative; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover { color: #46696b; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover span { background: #46696b; color: #fff; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a:hover::after { color: #46696b; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a::after { position: absolute; content:none; font-family: "FontAwesome"; font-size: 2rem; color: #bdc2c6; line-height: 1; left: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span { display: inline-block; padding: 5px 1.2rem; border-radius: 5px; background: #eeede7; font-size: 2rem; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a { color: #46696b; border-bottom: 1px solid #000; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a::after { color: #46696b; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li.active a span { background: #46696b; color: #fff; } .inner-page .sidebar-content .sidebar-nav .related { margin: 4rem 0; } .inner-page .sidebar-content .sidebar-nav .related-list { margin-bottom: 6rem; } .inner-page .sidebar-content .sidebar-nav .related-list li { margin-bottom: 1.6rem; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; } .inner-page .sidebar-content .sidebar-nav .related-list li .related-img { display: block; max-width: 102px; border-radius: 5px; overflow: hidden; } .inner-page .sidebar-content .sidebar-nav .related-list li .related-img:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .inner-page .sidebar-content .sidebar-nav .related-list li .related-img img { width: 100%; } .inner-page .sidebar-content .sidebar-nav .related-list li .content { padding-left: 1.5rem; } .inner-page .sidebar-content .sidebar-nav .related-list li .content h4 { max-width: 230px; font-size: 1.6rem; line-height: 1.5; color: #000000; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; } .inner-page .sidebar-content .sidebar-nav .related-list li .content h4:hover { color: #46696b; } .inner-page .sidebar-content .sidebar-nav .related-list li .content p { font-size: 14px; line-height: 1; color: #9a9a9a; margin-top: .5rem; } .inner-page .sidebar-content .sidebar-nav .related-list li:last-child { margin-bottom: 0; } .inner-page .sidebar-content .sidebar-nav .sidebar-info { margin-bottom: 4.7rem; padding: 8rem 3rem 8.5rem; border-radius: 5px; background: url(/classinn/2022/05/13/contact.jpg) no-repeat center center; background-size: cover; text-align: center; } .inner-page .sidebar-content .sidebar-nav .sidebar-info h5 { font-size: 2.4rem; line-height: 1; color: #ffffff; text-transform: uppercase; font-weight: bold; margin-bottom: 3rem; } .inner-page .sidebar-content .sidebar-nav .sidebar-info p { font-size: 14px; line-height: 2; color: #fff; } .inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 14px; line-height: 1; color: #ffffff; margin: 2.5rem 0 2.8rem; } .inner-page .sidebar-content .sidebar-nav .sidebar-info .info-tel img { margin-right: 2rem; } .inner-page .sidebar-content .sidebar-nav .sidebar-info .icon a { margin: 0 1.4rem; font-size: 1.8rem; line-height: 1; color: #fff; } .inner-page .sidebar-content .sidebar-box { width: 70%; } .inner-page .sidebar-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -webkit-align-items: flex-start; -moz-box-align: start; -ms-flex-align: start; align-items: flex-start; } .inner-page.product2-page .sidebar-left { padding-right: 45px; } .news-page .sidebar-box .sidebar-left .inner { max-width: 375px; } .inner-page .sidebar-box .sidebar-left .inner .inner-title { font-size: 20px; line-height: 2; color: #000; text-transform: capitalize; padding-bottom: 10PX; margin-bottom: 15PX; border-bottom: 1px solid #e7e7e7; font-weight: bold; } .inner-page .sidebar-box .sidebar-left .inner .inner-search { margin-bottom: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-search form { width: 100%; position: relative; } .inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] { width: 100%; height: 43px; border: 1px solid #eee; padding: 10px 20px; padding-right: 5rem; font-size: 14px; color: #555555; } .inner-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] { position: absolute; width: 43px; height: 43px; border: none; background: url(../images/inner-s.jpg) no-repeat center center; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); right: 0; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat { margin-bottom: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a{ color: #0b4daa; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a { padding: 8px 0; font-size: 16px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; line-height: 2; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a { FONT-WEIGHT: 300; font-size: 16px; line-height: 30px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover { color: #0b4daa; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span { color: #aaa; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li{ list-style-type: disc; margin-left: 20px; } .inner-page .sidebar-content .sidebar-nav h2{ font-size: 20px; text-transform: capitalize; } .inner-page .sidebar-content .sidebar-nav .sidebar-nav-list li a span{ display: none; } .inner-page .sidebar-content .sidebar-nav ul.related-list li .content p.time { margin-bottom: 20px; } .inner-page .sidebar-content .sidebar-nav .related-list li .content h4{ font-size: 15px; } .inner-page .sidebar-content .sidebar-nav .related-list li .content p{ font-size: 12px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi { text-transform: capitalize; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a { color: #000; padding: 8px 0; font-size: 16px; font-weight: 700; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; line-height: 2; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.active.diyi>a{ color: #0b4daa; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi ol { padding: 3px 0; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol { padding-bottom: 5px !important; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li { margin-left: 15px; line-height: 2; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li ol li a { font-size: 15px; color: #555; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ol.third{ display: none; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent { margin-bottom: 4rem; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li { padding: 10px 0; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child { padding-top: 0; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child { padding-bottom: 0; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 14px; line-height: 2; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img { margin-right: 20px; border: 1px solid #f0f0f0; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img { height: 80px; max-width: 100px; display: block; -o-object-fit: cover; object-fit: cover; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p { color: #000; font-size: 16px; -webkit-line-clamp: 2; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover { color: #0b4daa; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span { color: #aaa; display: block; font-size: 14px; line-height: 2; } .inner-page .sidebar-box .sidebar-right .fenlei.Auxil-catdes { margin-top: 40px; } .inner-page .sidebar-box .sidebar-right .fenlei.Auxil-catdes p { padding: 5px 0; } .inner-page .sidebar-box .sidebar-right .fenlei.Auxil-catdes p img.wscnph { margin-top: 30px; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact { background: url(../images/ny-bg.jpg) no-repeat center center; padding: 210px 40px 55px; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact h5 { font-weight: bold; font-size: 16px; color: #fff; text-transform: uppercase; line-height: 2; margin-bottom: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 { font-size: 18px; line-height: 2; color: #fff; text-transform: capitalize; margin-bottom: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact h6 span { display: block; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact a { display: inline-block; font-size: 12px; text-transform: uppercase; color: #fff; font-weight: bold; background: #000; padding: 12px 30px; position: relative; -webkit-transform: skewX(-10deg) skewY(0); -moz-transform: skewX(-10deg) skewY(0); -ms-transform: skewX(-10deg) skewY(0); transform: skewX(-10deg) skewY(0); margin-left: 5px; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after { width: 100%; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact a span { display: inline-block; position: relative; -webkit-transform: skewX(10deg) skewY(0); -moz-transform: skewX(10deg) skewY(0); -ms-transform: skewX(10deg) skewY(0); transform: skewX(10deg) skewY(0); z-index: 2; } .inner-page .sidebar-box .sidebar-left .inner .inner-contact a::after { position: absolute; content: ""; width: 5px; height: 100%; background: #0b4daa; left: 0; top: 0; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; z-index: 1; } .inner-page .sidebar-content .sidebar-left { width: 28%; } .inner-page .sidebar-box .sidebar-right { width: 70%; } .product2-page { padding: 50px 0 50px; } .product2-page .product-list ul li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 20px; align-items: center; background: #f7f7f7; } .product2-page .product-list ul li .img img { transition: all 1.2s ease; } .product2-page .product-list ul li .img { overflow: hidden; transition: all 1.2s ease; padding: 10px; background: #f7f7f7; position: relative; width: 40%; } .product2-page .product-list ul li .img a{ display: block; position: relative; } .product2-page .product-list ul li .img:hover img { transition: all 1.2s ease; } .product2-page .product-list ul li .img img.e2 { transition: all 1.2s ease; position: absolute; left: 0; top: 0; opacity: 0; } .product2-page .product-list ul li:hover .img img.e2 { transition: all 1.2s ease; opacity: 1; } .product2-page .product-list ul li .text { background: #f7f7f7; margin-top: 0; max-height: 205px; overflow: overlay; } .product2-page .product-list ul li .text .neirong p { font-size: 14px; color: #aaa; text-transform: lowercase; font-weight: 300; } .product2-page .product-list ul li .text h2 { font-weight: bold; text-transform: capitalize; text-align: left; font-size: 18px; line-height: 1.8; margin-bottom: 10px; } .product2-page .product-list ul li .text p { font-size: 16px; line-height: 1.8; } .product2-page .product-list ul li .img img.yin { position: absolute; left: 0; opacity: 0; } .product2-page .product-list ul li:hover .img img.yin { opacity: 1; } @media screen and (max-width:1100px){ .inner-page .sidebar-box{ display: block; } .inner-page .sidebar-content .sidebar-left{ display: none; } .inner-page .sidebar-box .sidebar-right{ width: 100%!important; padding: 0!important; } .news-page .sidebar-box .sidebar-left{ display: none; } } @media screen and (max-width: 700px) { .product2-page{ padding: 30px 0; } .inner-page .sidebar-box .sidebar-right .fenlei.Auxil-catdes { margin-top: 20px; } .product2-page .product-list ul li .img{ width: 100%; } .product2-page .product-list ul li .text{ width: 100%; padding: 20px 15px 36px; } .product2-page .product-list ul li .text .btn{ margin-top: 20px } } @media screen and (max-width: 500px) { .product2-page .product-list ul li .text h2{ font-size: 15px; } .product2-page .product-list ul li .text .btn a{ font-size: 14px; padding: 8px 20px; } } .prodet-page .prodet-1 { padding: 80px 0 50px; } .prodet-page .prodet-1 .prodet-box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .prodet-page .prodet-1 .prodet-box .left { width: 50%; padding-right: 56px; } .prodet-page .prodet-1 .prodet-box .left .big { position: relative; } .prodet-page .prodet-1 .prodet-box .left .big .slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 91.2px; height: 161.6px; border: none; color: transparent; z-index: 5; } .prodet-page .prodet-1 .prodet-box .left .big .slick-prev { background: url(../images/a-left.png) no-repeat center center; background-size: 100% 100%; left: 0; } .prodet-page .prodet-1 .prodet-box .left .big .slick-next { background: url(../images/a-right.png) no-repeat center center; background-size: 100% 100%; right: 0; } .prodet-page .prodet-1 .prodet-box .left .big ul li img { width: 100%; } .prodet-page .prodet-1 .prodet-box .left .big .btn { position: absolute; width: 100%; left: 0; bottom: 72px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .prodet-page .prodet-1 .prodet-box .left .big .btn a { display: inline-block; padding: 13px 57.6px; font-size: 18px; line-height: 1; color: #0b4daa; border: 1px solid #0b4daa; background: #ffffff; margin: 0 16px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .prodet-page .prodet-1 .prodet-box .left .big .btn a:hover { background: #0b4daa; border: 1px solid #0b4daa; color: #fff; } .prodet-page .prodet-1 .prodet-box .left .big .btn a.on { color: #fff; background: #0b4daa; } .prodet-page .prodet-1 .prodet-box .left .big .btn a.on:hover { background: #0b4daa; } .prodet-page .prodet-1 .prodet-box .right { width: 50%; padding-top: 25px; } .prodet-page .prodet-1 .prodet-box .right h3 { font-size: 26px; line-height: 2; color: #000000; font-weight: bold; text-transform: capitalize; } .prodet-page .prodet-1 .prodet-box .right p { font-size: 15px; color: #000; line-height: 2; font-weight: 300; text-transform: capitalize; } .prodet-page .prodet-1 .prodet-box .right h4 { font-size: 16px; line-height: 2; color: #000; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-weight: bold; } .prodet-page .prodet-1 .prodet-box .right .tit { padding-bottom: 10px; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery { margin: 20px 0; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .list1 .acc .add { padding: 10px; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery h4 { margin-bottom: 44.8px; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul { margin: 0 -20.8px; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li { padding: 0 20.8px; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a { display: block; overflow: hidden; } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); } .prodet-page .prodet-1 .prodet-box .right .pro-gallery .slick ul li a img { width: 100%; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; } .prodet-page .prodet-1 .prodet-box .right .det h4 { margin-bottom: 24px; } .prodet-page .prodet-1 .prodet-box .right .det h4 img { max-width: 9px; margin-right: 12px; } .prodet-page .prodet-1 .prodet-box .right .share { margin-top: 44.8px; display: block; } .prodet-page .prodet-1 .prodet-box .right .share h4 { display: inline-block; vertical-align: middle; font-size: 16px; color: #000; } .prodet-page .prodet-1 .prodet-box .right .share ul { display: inline-block; vertical-align: middle; } .prodet-page .prodet-1 .prodet-box .right .share ul li { display: inline-block; vertical-align: middle; width: auto; padding: 0; margin: 0; margin-left: 24px; color: #000; font-size: 16px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .prodet-page .prodet-1 .prodet-box .right .btn { width: 100%; left: 0; bottom: 72px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .prodet-page .prodet-1 .prodet-box .right .btn a.on { /*color: #fff; background: #0b4daa;*/ } .prodet-page .prodet-1 .prodet-box .right .btn a img{ width: 30px; vertical-align: middle; } .prodet-page .prodet-1 .prodet-box .right .btn a { display: inline-block; padding: 13px 57.6px; font-size: 18px; line-height: 1; color: #0b4daa; border: 1px solid #0b4daa; background: #ffffff; margin: 0 16px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; font-weight: normal; } .fangkuai { width: 12px; height: 12px; background: #0b4daa; margin-right: 10px; } .prodet-page .prodet-1 .prodet-box .right .btn { margin: 0 -16px; } .prodet-page .product-2 { padding-bottom: 50px; } .prodet-page .product-2 h4 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 24px; line-height: 1.8; color: #000000; margin-bottom: 20px; } .prodet-page .product-2 h4 img { margin-right: 32px; } .prodet-page .product-2 h2 { font-size: 24px; text-transform: capitalize; font-weight: bold; } .prodet-page .product-2 .content p { line-height: 2; font-size: 16px; padding: 5px 0; } .prodet-page .product-2 .content p strong { font-weight: bold; } .m-link{ font-size: 18px; margin-top: 20px; display: flex; justify-content: space-between; flex-wrap: wrap; line-height: 1.8; } .cloudzoom-zoom-inside, .cloudzoom-blank { z-index: 2; cursor: crosshair; } .prodet-page .product-2 table tr td { border: 0px solid #666; padding: 10px 10px; } .prodet-page .product-2 table tr:first-child { background: #0b4daa; color: #fff; } .prodet-page .product-2 table tr { line-height: 2; font-size: 16px; } .inner-page h1, .inner-page h2, .inner-page h3, .inner-page h4, .inner-page h5{ font-weight: bold; } @media screen and (max-width:1000px){ .prodet-page .prodet-1 .prodet-box .left{ width: 100%; padding: 0; } .prodet-page .prodet-1 .prodet-box .right{ width: 100%; } .prodet-page .prodet-1 .prodet-box .right p{ font-size: 14px; } .prodet-page .prodet-1{ padding: 60px 0; } } @media screen and (max-width: 700px) { .font-30 { font-size: 26px; } .prodet-page .prodet-1{ padding: 30px 0; } } @media screen and (max-width: 500px) { .font-30 { font-size: 20px; } .prodet-page .prodet-1{ padding: 30px 0; } .prodet-page .prodet-1 .prodet-box .right .share ul li{ margin-left: 16px; } .m-link{ font-size: 14px; line-height: 2; } } .factory-page-1 .factoty-list ul { margin: 0 -15px; } .factoty-list .title_c.grid-box { padding: 0 15px; } .factoty-list .title_c.grid-box .left { width: 30%; padding-right: 10px; margin-bottom: 20px; } .factoty-list .title_c .column { vertical-align: middle; } .factoty-list .title_c.grid-box .left .tips { color: var(-#0b4daa); } .factoty-list .title_c.grid-box .left .tips_title { font-weight: 700; } .factoty-list .title_c.grid-box .line { width: 1px; height: 60px; background-color: #5f5f5f; } .factoty-list .title_c.grid-box .right { width: 50%; padding-left: 30px; color: #3b3b3b; } .factory-page-1 .factoty-list ul li .box { overflow: hidden; } .factory-page-1 .factoty-list ul li { padding: 15px; } .factoty-top ul li { padding: 0 !important; margin-right: 30px; } .factoty-top ul li a { padding: 15px 30px; background: #0b4daa; color: #fff; text-transform: capitalize; font-size: 18px; } .factoty-top ul { display: flex; } .factoty-top { margin-bottom: 70px; } .factoty-list .title_c.grid-box .left .tips_title p { text-transform: capitalize; } .factoty-list .title_c.grid-box .top h2 { font-weight: bold; } .factoty-list .title_c.grid-box .top p { padding: 5px 0; } @media screen and (max-width: 1250px) { .factoty-top { display: none !important } } @media screen and (max-width: 1000px){ .factoty-top,.factoty-list .title_c.grid-box .line { display: none !important } .factoty-list .title_c.grid-box .left, .factoty-list .title_c.grid-box .right{ width: 100%; padding: 0; } } @media screen and (max-width: 500px) { .font-40 { font-size: 28px; } } .inner-page.news-page { padding: 80px 0; } .inner-page.news-page.newdet-page .sidebar-box .sidebar-right{ width: 70%; padding-left: 35px; } .news-page .sidebar-box { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -webkit-flex-direction: row-reverse; -moz-box-orient: horizontal; -moz-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; } .news-page .sidebar-box .sidebar-left { border-left: 1px solid #e7e7e7; width: 30%; } .news-page .sidebar-box .sidebar-left .inner { max-width: 375px; } .news-page .sidebar-box .sidebar-right .news-list ul { margin: 0 -20px; } .news-page .sidebar-box .sidebar-right .news-list ul li { margin-bottom: 30px; padding: 10px 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content h1.xwbt.Auxil-h1 { font-size: 32px; line-height: 1.8; margin-bottom: 10px; } .news-page .sidebar-box .sidebar-left .inner { margin: 0 0 0 auto; padding-left: 0rem; } .news-page .sidebar-box .sidebar-right .news-list { padding-right: 60px; } .news-page .sidebar-box .sidebar-right .news-list ul li { margin-bottom: 30px; } .news-page .sidebar-box .sidebar-right .news-list ul li:last-child { margin-bottom: 0; } .news-page .sidebar-box .sidebar-right .news-list ul li .n-img { display: block; overflow: hidden; position: relative; } .news-page .sidebar-box .sidebar-right .news-list ul li .n-img img { width: 100%; } .news-page .sidebar-box .sidebar-right .news-list ul li .n-img span { position: absolute; color: #fff; bottom: 10px; z-index: 1; left: 10px; font-size: 16px; line-height: 2; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .category { padding: 0 5px; margin-left: 4px; margin-bottom: 15px; display: inline-block; font-size: 12px; text-transform: uppercase; color: #0b4daa; border: 1px solid #0b4daa; -webkit-transform: skewX(-10deg) skewY(0); -moz-transform: skewX(-10deg) skewY(0); -ms-transform: skewX(-10deg) skewY(0); transform: skewX(-10deg) skewY(0); -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover { background: #0b4daa; color: #fff; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .category span { display: inline-block; -webkit-transform: skewX(10deg) skewY(0); -moz-transform: skewX(10deg) skewY(0); -ms-transform: skewX(10deg) skewY(0); transform: skewX(10deg) skewY(0); } .news-page .sidebar-box .sidebar-right .news-list ul li .content h4 { font-size: 20px; color: #000; margin-bottom: 10px; margin-top: 20px; line-height: 1.8; font-weight: 700; } .news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover { color: #0b4daa; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .time { font-size: 14px; color: #aaa; font-weight: bold; text-transform: uppercase; padding-top: 12px; margin-bottom: 20px; position: relative; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after { position: absolute; content: ""; width: 5rem; height: 1px; border-top: 1px solid #aaa; left: 0; top: 0; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .time span { color: #000; margin-left: 10px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content p { font-size: 16px; line-height: 1.8; color: #555555; font-weight: 300; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link { margin-top: 3rem; position: relative; z-index: 2; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after { position: absolute; z-index: -1; content: ""; width: 80%; height: 1px; border-top: 1px solid #e7e7e7; right: 0; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more { display: inline-block; font-size: 12px; text-transform: uppercase; color: #fff; font-weight: bold; background: #000; padding: 15px 35px; position: relative; -webkit-transform: skewX(-10deg) skewY(0); -moz-transform: skewX(-10deg) skewY(0); -ms-transform: skewX(-10deg) skewY(0); transform: skewX(-10deg) skewY(0); margin-left: 5px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after { width: 100%; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span { display: inline-block; position: relative; -webkit-transform: skewX(10deg) skewY(0); -moz-transform: skewX(10deg) skewY(0); -ms-transform: skewX(10deg) skewY(0); transform: skewX(10deg) skewY(0); z-index: 2; } .news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after { position: absolute; content: ""; width: 5px; height: 100%; background: #0b4daa; left: 0; top: 0; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; z-index: 1; } @media screen and (max-width: 1100px) { .news-page .sidebar-box .sidebar-right .news-list{ padding-right: 0; } #footer .f-copy svg { max-height: 28px; margin-top: -2px; } } @media screen and (max-width: 1000px) { .inner-page.news-page{ padding: 60px 0; } .news-page .sidebar-box .sidebar-right .news-list ul li { margin-bottom: 30px; } } @media screen and (max-width: 700px) { .inner-page.news-page{ padding: 30px 0; } .news-page .sidebar-box .sidebar-right .news-list ul li { margin-bottom: 10px; padding: 10px; } .news-page .sidebar-box .sidebar-right .news-list ul{ margin: 0 -10px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{ font-size: 20px; line-height: 1.4; } } @media screen and (max-width: 500px) { .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{ margin-top: 0; } .news-page .sidebar-box .sidebar-right .news-list ul li .content time{ font-size: 14px !important; line-height: 2; } .news-page .sidebar-box .sidebar-right .news-list ul li .content p{ font-size: 14px; } } .newdet-page .sidebar-box .sidebar-right .newdet-content { padding-right: 85px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category a { padding: 0 5px; margin-left: 4px; display: inline-block; font-size: 12px; text-transform: uppercase; color: #0b4daa; border: 1px solid #0b4daa; -webkit-transform: skewX(-10deg) skewY(0); -moz-transform: skewX(-10deg) skewY(0); -ms-transform: skewX(-10deg) skewY(0); transform: skewX(-10deg) skewY(0); -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category a:hover { background: #0b4daa; color: #fff; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category a span { display: inline-block; -webkit-transform: skewX(10deg) skewY(0); -moz-transform: skewX(10deg) skewY(0); -ms-transform: skewX(10deg) skewY(0); transform: skewX(10deg) skewY(0); font-size: 14px; line-height: 2; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time { font-size: 14px; line-height: 2; margin-left: 12px; color: #aaa; font-weight: bold; text-transform: uppercase; position: relative; } .newdet-page .sidebar-box .sidebar-right .newdet-content .category .time span { color: #000; margin-left: 10px; } .newdet-page .sidebar-box .sidebar-right .newdet-content h4.n-title { font-size: 30px; line-height: 2; color: #000; margin-bottom: 35px; padding-bottom: 20px; font-weight: bold; border-bottom: 1px solid #e7e7e7; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content { font-size: 16px; font-weight: 300; line-height: 2; color: #555; padding: 0; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -moz-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; font-size: 14px; color: #555; font-weight: 300; margin-top: 50px; padding-bottom: 45px; border-bottom: 1px solid #e7e7e7; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a { font-size: 14px; color: #000; margin-left: 18px; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a:hover { color: #0b4daa; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link { border-bottom: 1px solid #e7e7e7; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a { width: 50%; padding: 35px 0; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img { margin-right: 2rem; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img img { display: block; width: 110px; min-width: 110px; height: 110px; -o-object-fit: cover; object-fit: cover; } @media screen and (max-width:700px) { .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-img { display: none; } } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p { color: #000; font-size: 16px; line-height: 2; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; margin-bottom: 10px; font-weight: bold; max-width: 255px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p:hover { color: #0b4daa; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text span { color: #aaa; display: block; font-size: 14px; font-weight: 300; line-height: 1; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left { padding-right: 30px; border-right: 1px solid #e7e7e7; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right { padding-left: 30px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form { margin-top: 60px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3 { font-size: 30px; line-height: 2; color: #000; text-transform: capitalize; font-weight: bold; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p { font-size: 16px; line-height: 2; color: #555; margin-bottom: 30px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p span { color: #0b4daa; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form ul{ margin: 0 -15px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form li{ padding: 0 15px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form li.wid-100{ width: 100%; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span { font-size: 16px; line-height: 2; display: inline-block; color: #555; font-weight: 300; margin-bottom: 25px; font-weight: bold; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"] { width: 100%; height: 54px; border: 1px solid #e7e7e7; padding: 0 20px; color: #555555; font-size: 14px; font-weight: 300; margin-bottom: 30px; line-height: 2; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea { width: 100%; height: 200px; padding: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form p { font-size: 14px; line-height: 1; color: #555; font-weight: 300; margin-bottom: 45px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="submit"], .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button { display: inline-block; font-size: 12px; text-transform: uppercase; color: #fff; font-weight: bold; background: #000; padding: 15px 35px; position: relative; -webkit-transform: skewX(-10deg) skewY(0); -moz-transform: skewX(-10deg) skewY(0); -ms-transform: skewX(-10deg) skewY(0); transform: skewX(-10deg) skewY(0); margin-left: 5px; border: none; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button:hover::after { width: 100%; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button span { display: inline-block; position: relative; -webkit-transform: skewX(10deg) skewY(0); -moz-transform: skewX(10deg) skewY(0); -ms-transform: skewX(10deg) skewY(0); transform: skewX(10deg) skewY(0); z-index: 2; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button::after { position: absolute; content: ""; width: 5px; height: 100%; background: #0b4daa; left: 0; top: 0; -webkit-transition: .3s; -moz-transition: .3s; transition: .3s; z-index: 1; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content p img { padding: 15px; width: 50%; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content p { padding: 10px 0; color: #000; line-height: 2; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news { padding-bottom: 30px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .top-news img{ object-fit: cover; width: 100%; max-height: 500px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon{ font-weight: bold; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{ font-weight: bold; } @media screen and (max-width:1100px) { .newdet-page .sidebar-box .sidebar-right .newdet-content{ padding: 0; } } @media screen and (max-width:700px) { .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form .n-input{ display: block; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type="text"]{ width: 100%; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form{ margin-top: 30px; } } @media screen and (max-width: 500px) { .newdet-page .sidebar-box .sidebar-right .newdet-content h1.xwbt.Auxil-h1{ font-size: 25px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a{ width: 100%; padding: 10px 0; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left{ padding-right: 0; } .newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right{ padding-left: 0; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3{ font-size: 28px; line-height: 1.4; } } .contact-page .init-1 { position: relative; z-index: 2; margin-top: -170px; } .contact-page .init-1 .container { background-color: #fafafa; padding: 20px; } .contact-page .init-1 .container .map .main-map #mapContainer { height: 740px; width: 100%; } .contact-page .init-1 .container .map iframe{ width: 100%; height: 740px; } .contact-page .init-2 { margin-top: 60px; } .contact-page .init-2 .container .tips { font-weight: bold; line-height: 1.2; } .contact-page .init-2 .container .tips_des { margin-top: 10px; } .contact-page .init-2 .container form { margin: 14px -30px 0; } .contact-page .init-2 .container form .list { margin-top: 20px; width: 50%; padding: 0 30px; } .contact-page .init-2 .container form .list .tips_2 { font-size: 18px; } .contact-page .init-2 .container form .list input, .contact-page .init-2 .container form .list textarea { margin-top: 20px; width: 100%; border: none; border-bottom: 1px solid #cccccc; font-size: 16px; } .contact-page .init-2 .container form .content { width: 100%; } .contact-page .init-2 .container form .submit_btn { background-color: #0b4daa; border: 1px solid #0b4daa; font-size: 20px; text-align: center; color: #fff; padding: 12px; width: -webkit-calc(40%); width: -moz-calc(40%); width: calc(100% - 60px); margin: 20px 0 0 30px; cursor: pointer; } .contact-page .init-2 .container form .submit_btn::before { background-color: #fff; } .contact-page .init-2 .container form .submit_btn:hover { color: #fff; } .inner-page.contact-page { margin-bottom: 100px; } @media screen and (max-width: 1250px){ .contact-page .init-2 .container form .list .tips_2 { font-size: 16px; } .contact-page .init-1 { margin-top: -20px; } .contact-page .init-1 .container .map .main-map #mapContainer { height: 320px; } .contact-page .init-2 .container form .list input, .contact-page .init-2 .container form .list textarea { font-size: 14px; } } @media screen and (max-width: 1000px){ .contact-page .init-2 .container form .list .tips_2 { font-size: 14px; } .contact-page .init-2 .container form .list input, .contact-page .init-2 .container form .list textarea { margin-top: 10px; } .inner-page.contact-page { margin-bottom: 50px; } .contact-page .init-1 .container .map iframe{ height: 400px; } } @media screen and (max-width: 700px) { .contact-page .init-1 { margin-top: 0; } .contact-page .init-1 .container .map iframe{ height: 320px; } .contact-page .init-2{ margin-top: 30px; } } @media screen and (max-width: 500px) { .contact-page .init-2 .container form .list { width: 100%; } } .application-page span.h2 { font-size: 36px; color: #363636; font-weight: bold; line-height: 1.2; } .application-page span.h2:after { content: ''; width: 1em; height: 0.11111111em; display: block; background-color: #0b4daa; margin-top: .2em; } .application-page .application-1 { padding-top: 110px; } .application-page .application-1 .box .slide { display: -webkit-box !important; display: -webkit-flex !important; display: -moz-box !important; display: -ms-flexbox !important; display: flex !important; overflow: hidden; } .application-page .application-1 .box .left { padding-right: 2%; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; padding: 50px 0; } .application-page .application-1 .box .left .info { margin: 10px 0; } .application-page .application-1 .box .left span.h6 { font-size: 26px; line-height: 1.4; } .application-page .application-1 .box .left .text { font-size: 16px; color: #7e7f81; } .application-page .application-1 .box .left .text p { margin-top: 2em; } .application-page .application-1 .box .left .btn { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; } .application-page .application-1 .box .left .btn div { height: 60px; width: 60px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #7f7f7f; color: white; font-size: 20px; margin-right: 1em; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; cursor: pointer; } .application-page .application-1 .box .left .btn div:hover { background-color: #0b4daa; } .application-page .application-1 .box .right .img { -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); transform: skewX(-15deg); -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; overflow: hidden; } .application-page .application-1 .box .right .img img { -webkit-transform: skewX(15deg) scale(1.2); -moz-transform: skewX(15deg) scale(1.2); -ms-transform: skewX(15deg) scale(1.2); transform: skewX(15deg) scale(1.2); } .application-page .application-1 .list { margin-top: 100px; padding-right: 5%; overflow: hidden; } .application-page .application-1 .list ul { margin: -26px; } .application-page .application-1 .list ul .slick-list { overflow: unset; } .application-page .application-1 .list ul .slick-slide { opacity: 0; -webkit-transition: 1.5s; -moz-transition: 1.5s; transition: 1.5s; } .application-page .application-1 .list ul .slick-slide.slick-active { opacity: 1; } .application-page .application-1 .list ul li { padding: 26px; } .application-page .application-1 .list ul li a.img { display: block; -webkit-transform: skewX(-15deg); -moz-transform: skewX(-15deg); -ms-transform: skewX(-15deg); transform: skewX(-15deg); -webkit-transform-origin: 0 100%; -moz-transform-origin: 0 100%; -ms-transform-origin: 0 100%; transform-origin: 0 100%; overflow: hidden; } .application-page .application-1 .list ul li a.img img { -webkit-transform: skewX(15deg) scale(1.2); -moz-transform: skewX(15deg) scale(1.2); -ms-transform: skewX(15deg) scale(1.2); transform: skewX(15deg) scale(1.2); } .application-page .application-1 .list ul li span.h6 { font-size: 18px; color: #363636; margin-top: 1.5em; display: block; text-align: center; } .application-page .application-2 { padding: 110px 0; text-align: center; } .application-page .application-2 span.h2:after { margin-left: auto; margin-right: auto; } .application-page .application-2 .list { margin-top: 50px; } .application-page .application-2 .list ul { margin: -25px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .application-page .application-2 .list ul li { padding: 25px; } .application-page .application-2 .list ul li .flex { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; height: 100%; } .application-page .application-2 .list ul li .flex .img { background-size: cover; background-position: center; background-repeat: no-repeat; width: 50%; } .application-page .application-2 .list ul li .flex .content { position: relative; width: 50%; z-index: 1; color: white; padding: 50px 5%; padding-left: 0; text-align: left; } .application-page .application-2 .list ul li .flex .content:before { content: ''; width: 125%; height: 100%; position: absolute; right: 0; top: 0; background: url("../images/application-2-bg.png") center right no-repeat; z-index: -1; background-size: 100% 100%; } .application-page .application-2 .list ul li .flex .content span.h6 { font-size: 18px; font-weight: 600; display: block; margin-bottom: 1em; } .application-page .application-2 .list ul li .flex .content .text { font-size: 14px; line-height: 1.6; } .application-page .application-3 { padding-bottom: 110px; text-align: center; } .application-page .application-3 span.h2:after { margin-left: auto; margin-right: auto; } .application-page .application-3 .list { margin-top: 40px; } .application-page .application-3 .list ul { border: 1px solid #e7e7e7; } .application-page .application-3 .list ul li { padding: 20px; border-right: 1px solid #e7e7e7; text-align: center; } .application-page .application-3 .list ul li a.img { display: block; margin: 70px 0; padding: 0 5%; } .application-page .application-3 .list ul li .btn { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .application-page .application-3 .list ul li .btn a { height: 40px; width: 40px; border: 1px solid #e7e7e7; margin: 0 2px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; color: #aaa; font-size: 20px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .application-page .application-3 .list ul li .btn a:hover { color: white; border-color: #0b4daa; background-color: #0b4daa; } .application-page .application-3 .list ul li span.h6 { font-size: 19px; line-height: 1.2; margin: 1em 0 .5em; display: block; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .application-page .application-3 .list ul li span.h6:hover { color: #0b4daa; } .application-page .application-3 .list ul li .text { font-size: 16px; color: #919191; line-height: 1.4; -webkit-line-clamp: 3; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; } .manufacturing-page .manufacturing-1 { margin: 100px 0; } .manufacturing-page .manufacturing-1 .left { width: 25%; padding-right: 5%; vertical-align: middle; } .manufacturing-page .manufacturing-1 .left span.h3 { font-size: 30px; font-weight: bold; line-height: 1.4; } .manufacturing-page .manufacturing-1 .left span.h3:after { content: ''; height: 0.13333333em; width: 1em; background-color: #0b4daa; margin-top: .5em; display: block; } .manufacturing-page .manufacturing-1 .right { width: 75%; vertical-align: middle; } .manufacturing-page .manufacturing-1 .right .text { font-size: 18px; color: #7e7f81; } .manufacturing-page .manufacturing-1 .right .text p { margin-top: 1em; } .manufacturing-page .manufacturing-1 .right .text p:first-child { margin-top: 0; } .manufacturing-page .about-5 { background: url("../images/manufacturing-2-bg.jpg") center center no-repeat; background-size: cover; padding: 110px 0; text-align: center; overflow: hidden; } .manufacturing-page .about-5 span.h2::after{ content: ''; width: 1.66666667em; height: 0.13333333em; display: block; margin: 0.5em auto 0; background-color: #0b4daa; } .manufacturing-page .manufacturing-2 { padding: 110px 0; } .manufacturing-page .manufacturing-2 .left { padding-right: 4%; vertical-align: middle; } .manufacturing-page .manufacturing-2 .left span.h6 { font-size: 24px; line-height: 1.4; margin-bottom: 1em; display: block; } .manufacturing-page .manufacturing-2 .right { vertical-align: middle; } .manufacturing-page .manufacturing-2 .right .list ul li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 60px; } .manufacturing-page .manufacturing-2 .right .list ul li:last-child { margin-bottom: 0; } .manufacturing-page .manufacturing-2 .right .list ul li i { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-right: 15px; } .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 { font-size: 24px; font-weight: bold; line-height: 1.4; margin-bottom: 1em; display: block; } .manufacturing-page .manufacturing-2 .right .list ul li .content .text { font-size: 18px; color: #7e7f81; line-height: 1.6; } .manufacturing-page .manufacturing-3 { padding: 60px 0; background-color: #edeef0; } .manufacturing-page .manufacturing-3 .list ul li { padding: 25px 0; border-bottom: 1px solid #d8d9db; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .manufacturing-page .manufacturing-3 .list ul li:last-child { border-bottom: none; } .manufacturing-page .manufacturing-3 .list ul li .content { width: 60%; padding-right: 7%; } .manufacturing-page .manufacturing-3 .list ul li .content span.h6 { font-size: 24px; font-weight: bold; display: block; margin-bottom: .5em; } .manufacturing-page .manufacturing-3 .list ul li .content .text { font-size: 18px; color: #7e7f81; line-height: 1.4; } .manufacturing-page .manufacturing-3 .list ul li .img { width: 40%; } .manufacturing-page .manufacturing-4 { padding: 110px 0; } .manufacturing-page .manufacturing-4 span.tag { font-size: 18px; color: #0b4daa; display: block; line-height: 1.2; margin-bottom: .3em; } .manufacturing-page .manufacturing-4 span.h2 { font-size: 30px; font-weight: bold; line-height: 1.2; display: block; } .manufacturing-page .manufacturing-4 span.h2:after { content: ''; width: 1.5em; height: 0.13333333em; display: block; margin-top: .3em; background-color: #0b4daa; } .manufacturing-page .manufacturing-4 .list { margin-top: 70px; } .manufacturing-page .manufacturing-4 .list ul { margin: 0 -20px; } .manufacturing-page .manufacturing-4 .list ul li { padding: 0 20px; } .manufacturing-page .manufacturing-4 .list ul li .box { background-color: #0b4daa; color: white; padding: 20px; } .manufacturing-page .manufacturing-4 .list ul li .box a.img { display: block; } .manufacturing-page .manufacturing-4 .list ul li .box a.img img { display: block; width: 100%; } .manufacturing-page .manufacturing-4 .list ul li .box span { font-size: 16px; margin: 1em 0 .5em; display: block; } .manufacturing-page .manufacturing-4 .list ul li .box span a { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .manufacturing-page .manufacturing-4 .list ul li .box span a i { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .manufacturing-page .manufacturing-4 .list ul li .box span img { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; margin-right: .5em; } .manufacturing-page .about-5 { padding: 110px 0; text-align: center; overflow: hidden; } .manufacturing-page .about-5 span.h2 { font-size: 30px; line-height: 1.2; } .manufacturing-page .about-5 span.h2:after { content: ''; width: 1.66666667em; height: 0.13333333em; display: block; margin: .5em auto 0; background-color: #0b4daa; } .manufacturing-page .about-5 .list { margin-top: 50px; overflow: hidden; position: relative; } .manufacturing-page .about-5 .list .slick-arrow { z-index: 6; } .manufacturing-page .about-5 .list .slick-arrow.slick-prev { right: auto; left: 0; } .manufacturing-page .about-5 .list .slick-arrow.slick-next { right: 0; left: auto; } .manufacturing-page .about-5 .list ul { margin: 0 -15%; position: static; } .manufacturing-page .about-5 .list .slick-slide { /*-webkit-transform: translateX(170%); -moz-transform: translateX(170%); -ms-transform: translateX(170%);*/ transform: translateX(42%); position: relative; z-index: 1; -webkit-transition: 1.5s; -moz-transition: 1.5s; transition: 1.5s; padding: 100px 0; } .manufacturing-page .about-5 .list .slick-slide li { /*-webkit-transform: scale(0.625); -moz-transform: scale(0.625); -ms-transform: scale(0.625);*/ transform: scale(0.8); -webkit-transition: 1.5s; -moz-transition: 1.5s; transition: 1.5s; } .manufacturing-page .about-5 .list .slick-slide.slick-active { /*-webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%);*/ z-index: 2; } .manufacturing-page .about-5 .list .slick-slide.slick-active li { /*-webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75);*/ transform: scale(1.3); } .manufacturing-page .about-5 .list .slick-slide.slick-active + div { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); transform: translateX(40%); z-index: 3; } .manufacturing-page .about-5 .list .slick-slide.slick-active + div li { /*-webkit-transform: scale(0.85714286); -moz-transform: scale(0.85714286); -ms-transform: scale(0.85714286);*/ transform: scale(1.5); } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current { /*-webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0);*/ transform: translateX(0); z-index: 4; } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current li { /*-webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1);*/ transform: scale(1.7); } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); transform: translateX(-40%); z-index: 3; } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div li { /*-webkit-transform: scale(0.85714286); -moz-transform: scale(0.85714286); -ms-transform: scale(0.85714286);*/ transform: scale(1.5); } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-73%); z-index: 2; } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div li { /*-webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75);*/ transform: scale(1.3); } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div{ /*-webkit-transform: translateX(-170%); -moz-transform: translateX(-170%); -ms-transform: translateX(-170%);*/ transform: translateX(0%); z-index: 1; } .manufacturing-page .about-5 .list .slick-slide.slick-active.slick-current + div + div + div li { /*-webkit-transform: scale(0.625); -moz-transform: scale(0.625); -ms-transform: scale(0.625);*/ transform: scale(0.8); } .sustainable-page span.tag { font-size: 18px; color: #0b4daa; text-transform: uppercase; display: block; line-height: 1.2; margin-bottom: .5em; } .sustainable-page .sustainable-1 { padding: 110px 0; } .sustainable-page .sustainable-1 .img { display: block; } .sustainable-page .sustainable-1 .img img { width: 100%; } .sustainable-page .sustainable-1 .text { color: #646464; } .sustainable-page .sustainable-1 .left { width: 48%; padding-right: 5%; } .sustainable-page .sustainable-1 .left .text { font-size: 20px; padding: 0 5%; margin-top: 5%; } .sustainable-page .sustainable-1 .right { width: 52%; margin-top: 80px; } .sustainable-page .sustainable-1 .right span.h3 { font-size: 32px; line-height: 1.2; display: block; color: #0b4daa; } .sustainable-page .sustainable-1 .left .text span.h3 { font-size: 32px; line-height: 1.2; display: block; margin-bottom: 10px; color: #0b4daa; } .sustainable-page .sustainable-1 .right .text { font-size: 20px; margin: 30px 0 80px; } .sustainable-page .sustainable-2 { padding-bottom: 110px; } .sustainable-page .sustainable-2 .top { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .sustainable-page .sustainable-2 .top .title { width: 25%; } .sustainable-page .sustainable-2 .top .title span.h2 { font-size: 42px; line-height: 1.2; font-weight: bold; } .sustainable-page .sustainable-2 .top .text { font-size: 18px; line-height: 1.4; color: #999ca0; width: 55%; } .sustainable-page .sustainable-2 .top a.link { font-size: 16px; } .sustainable-page .sustainable-2 .top a.link i.fa { margin-left: .5em; } .sustainable-page .sustainable-2 .list { margin-top: 35px; } .sustainable-page .sustainable-2 .list ul { margin: 0 -20px; } .sustainable-page .sustainable-2 .list ul li { padding: 0 20px; } .sustainable-page .sustainable-2 .list ul li img { width: 100%; } .sustainable-page .sustainable-3 { padding-top: 160px; background: url("../images/cailiao-bg.jpg") center center; background-size: cover; background-attachment: fixed; color: white; margin-bottom: 90px; } .sustainable-page .sustainable-3 .box { width: 450px; margin-right: 5%; display: block; margin-left: auto; padding: 50px 35px; position: relative; z-index: 1; background-color: rgba(0,146,141, 0.9); } .sustainable-page .sustainable-3 .box:before { content: ''; border-left: 45px solid white; border-bottom: 45px solid white; border-top: 45px solid transparent; border-right: 45px solid transparent; position: absolute; top: 100%; left: 0; } .sustainable-page .sustainable-3 .box:after { content: ''; width: 100%; background-color: #0b4daa; position: absolute; left: 0; opacity: .9; z-index: -1; height: 90px; top: 100%; } .sustainable-page .sustainable-3 .box span.h3 { font-size: 24px; line-height: 1.4; display: block; } .sustainable-page .sustainable-3 .box .text { font-size: 15px; line-height: 1.8; margin: 2em 0; } .sustainable-page .sustainable-3 .box a.more { line-height: 2.75em; height: 2.75em; padding-left: 2em; padding-right: 3em; background-color: white; color: #0b4daa; position: relative; padding-top: 0; padding-bottom: 0; } .sustainable-page .sustainable-3 .box a.more:after { content: ''; border-right: 0.6em solid #0b4daa; border-bottom: 0.6em solid #0b4daa; border-top: .6em solid transparent; border-left: .6em solid transparent; width: 0; height: 0; position: absolute; right: 0; bottom: 0; border-bottom-color: #0b4daa; border-right-color: #0b4daa; } .sustainable-page .sustainable-4 { padding: 110px 0; } .sustainable-page .sustainable-4 span.h3 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; font-size: 30px; font-weight: bold; } .sustainable-page .sustainable-4 span.h3 img { margin-right: .3em; } .sustainable-page .sustainable-4 .box { margin-top: 30px; } .sustainable-page .sustainable-4 .box .left .list { position: relative; } .sustainable-page .sustainable-4 .box .left .list ul li img { width: 100%; } .sustainable-page .sustainable-4 .box .left .list .btn { position: absolute; bottom: 0; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .sustainable-page .sustainable-4 .box .left .list .btn div { height: 45px; width: 45px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background-color: #7f7f7f; color: white; font-size: 18px; cursor: pointer; cursor: hand; margin: 0 2px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .sustainable-page .sustainable-4 .box .left .list .btn div:hover { background-color: #0b4daa; } .sustainable-page .sustainable-4 .box .right { padding-right: 4%; } .sustainable-page .sustainable-4 .box .right .list ul li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; margin-bottom: 20px; } .sustainable-page .sustainable-4 .box .right .list ul li:last-child { margin-bottom: 0; } .sustainable-page .sustainable-4 .box .right .list ul li i { margin-right: 20px; width: 48px; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; text-align: center; overflow: hidden; } .sustainable-page .sustainable-4 .box .right .list ul li i img { filter: drop-shadow(0 -200px #0b4daa); position: relative; top: 200px; } .sustainable-page .sustainable-4 span.h3 img{ filter: drop-shadow(0 -200px #0b4daa); position: relative; top: 200px; } .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 { font-size: 22px; font-weight: bold; display: block; line-height: 1.2; } .sustainable-page .sustainable-4 .box .right .list ul li .content .text { font-size: 15px; color: #353535; margin-top: 0.5em; } .sustainable-page .sustainable-5 { padding-bottom: 30px; display: block; } .sustainable-page .sustainable-5 .slide { margin-bottom: 70px; background-color: #e1e5ec; overflow: hidden; } .sustainable-page .sustainable-5 .slide .left { width: 48%; vertical-align: middle; padding: 0 3%; position: relative; } .sustainable-page .sustainable-5 .slide .left span.h6 { font-size: 36px; line-height: 1.2; font-weight: bold; } .sustainable-page .sustainable-5 .slide .left .text { font-size: 18px; color: #353535; line-height: 1.6; margin: 1em 0 3em; } .sustainable-page .sustainable-5 .slide .left a.more { line-height: 2.75em; height: 2.75em; padding-left: 1em; padding-right: 2em; position: relative; background-color: white; color: #0b4daa; text-transform: capitalize; padding-top: 0; padding-bottom: 0; } .sustainable-page .sustainable-5 .slide .left a.more:after { content: ''; border-right: 0.6em solid #0b4daa; border-bottom: 0.6em solid #0b4daa; border-top: .6em solid transparent; border-left: .6em solid transparent; width: 0; height: 0; position: absolute; right: 0; bottom: 0; border-bottom-color: #e1e5ec; border-right-color: #e1e5ec; } .sustainable-page .sustainable-5 .slide .left a.more:hover { background-color: #0b4daa; color: white; } .sustainable-page .sustainable-5 .slide .right { width: 52%; vertical-align: middle; position: relative; } .sustainable-page .sustainable-5 .slide .right a.img { display: block; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; overflow: hidden; } .sustainable-page .sustainable-5 .slide .right a.img img { } .sustainable-page .sustainable-5 .slide:nth-child(even) .left { left: 52%; } .sustainable-page .sustainable-5 .slide:nth-child(even) .right { left: -48%; } .sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; } .sustainable-page .sustainable-5 .slide:nth-child(even) .right a.img img { } @media screen and (max-width: 1600px){ .application-page .application-2, .sustainable-page .sustainable-1, .sustainable-page .sustainable-4, .manufacturing-page .manufacturing-2, .manufacturing-page .manufacturing-4{ padding: 60px 0; } .application-page .application-1{ padding-top: 60px; } .manufacturing-page .manufacturing-1 { margin: 60px 0; } .application-page .application-3, .sustainable-page .sustainable-2{ padding-bottom: 60px; } .application-page .application-1 .list { margin-top: 60px; } .sustainable-page span.tag { font-size: 16px; } .application-page span.h2, .sustainable-page .sustainable-1 .right span.h3, .sustainable-page .sustainable-4 span.h3, .sustainable-page .sustainable-5 .slide .left span.h6, .manufacturing-page .manufacturing-1 .left span.h3 { font-size: 28px; } .application-page .application-1 .box .left span.h6 { font-size: 22px; } .application-page .application-1 .box .left .text p { margin-top: 1em; } .application-page .application-1 .box .left .btn div { width: 44px; height: 44px; } .application-page .application-1 .list ul li span.h6 { font-size: 16px; margin-top: 1em; } .application-page .application-2 .list ul li .flex .content span.h6 { font-size: 16px; } .application-page .application-3 .list ul li a.img { margin: 40px 0; } .application-page .application-3 .list ul li .text, .contact-page .left .box2 .text { font-size: 14px; } .application-page .application-3 .list ul li span.h6 { font-size: 16px; } .sustainable-page .sustainable-1 .right .text, .sustainable-page .sustainable-4 .box .right .list ul li .content .text{ font-size: 15px; } .sustainable-page .sustainable-1 .left .text { font-size: 18px; } .sustainable-page .sustainable-2 .top .title span.h2 { font-size: 32px; } .sustainable-page .sustainable-3 { padding-top: 80px; } .sustainable-page .sustainable-3 .box span.h3, .manufacturing-page .manufacturing-2 .left span.h6, .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3, .manufacturing-page .manufacturing-3 .list ul li .content span.h6 { font-size: 20px; } .sustainable-page .sustainable-4 .box .right .list ul li .content span.h6 { font-size: 18px; } .sustainable-page .sustainable-5 .slide .left .text, .manufacturing-page .manufacturing-2 .right .list ul li .content .text, .manufacturing-page .manufacturing-3 .list ul li .content .text, .manufacturing-page .manufacturing-1 .right .text, .sustainable-page .sustainable-2 .top .text{ font-size: 16px; } .manufacturing-page .manufacturing-4 .list { margin-top: 40px; } } @media screen and (max-width: 1450px){ .manufacturing-page .manufacturing-2 .right .list ul li { margin-bottom: 20px; } .manufacturing-page .manufacturing-2 .right .list ul li .content span.h3 { margin-bottom: .5em; } .manufacturing-page .about-5 .list { margin-top: 30px; } .sustainable-page .sustainable-1 .right { margin-top: 40px; } .sustainable-page .sustainable-1 .right .text { margin: 1em 0 2em; } .sustainable-page .sustainable-2 .top .title span.h2 { font-size: 28px; } .sustainable-page .sustainable-3 .box:after { height: 50px; } .sustainable-page .sustainable-3 .box:before { border-width: 25px; } .sustainable-page .sustainable-3 { margin-bottom: 50px; } .sustainable-page .sustainable-4 .box .left .list .btn div { width: 30px; height: 30px; } .sustainable-page .sustainable-4 .box .right .list ul li .content .text { margin-top: .3em; } .sustainable-page .sustainable-4 .box .right .list ul li { margin-bottom: 1em; } .sustainable-page .sustainable-5 .slide .left .text { margin: 1em 0; } .sustainable-page .sustainable-5 .slide { margin-bottom: 40px; } .application-page .application-1 .box .left .text { font-size: 14px; } .application-page .application-1 .list ul li { padding: 10px; } .application-page .application-1 .list ul { margin: -10px; } .application-page .application-2 .list ul li { padding: 5px; } .application-page .application-2 .list ul { margin: -5px; } .application-page .application-2 .list ul li .flex .content { padding: 20px 5%; padding-left: 0; } .application-page .application-3 .list ul li a.img { margin: 20px 0; } .application-page .application-3 .list ul li .btn a { font-size: 16px; } .sustainable-page span.tag { font-size: 14px; } } @media screen and (max-width: 1250px){ .application-page .application-2 .list ul li { width: 100%; } .application-page span.h2, .sustainable-page .sustainable-1 .right span.h3, .sustainable-page .sustainable-4 span.h3, .sustainable-page .sustainable-5 .slide .left span.h6, .manufacturing-page .manufacturing-1 .left span.h3{ font-size: 24px; } .sustainable-page .sustainable-2 .list ul li { padding: 0 5px; } .sustainable-page .sustainable-2 .list ul { margin: 0 -5px; } .sustainable-page .sustainable-4 .box .right { width: 100%; padding-left: 0; margin-top: 30px; } .sustainable-page .sustainable-4 .box .left { width: 100%; } .sustainable-page .sustainable-4 .box .left .list .btn { right: 0; left: auto; -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); } .sustainable-page .sustainable-5 .slide .left .text, .manufacturing-page .manufacturing-2 .right .list ul li .content .text, .manufacturing-page .manufacturing-3 .list ul li .content .text, .manufacturing-page .manufacturing-1 .right .text, .sustainable-page .sustainable-2 .top .text{ font-size: 14px; } .manufacturing-page .manufacturing-2 .right .list ul li i { width: 70px; } .manufacturing-page .manufacturing-4 .list ul li { padding: 0 5px; } .manufacturing-page .manufacturing-4 .list ul { margin: 0 -5px; } .manufacturing-page .manufacturing-4 .list ul li .box span { font-size: 14px; } .manufacturing-page .manufacturing-4 .list ul li .box { padding: 5px; } .manufacturing-page .manufacturing-4 span.h2 { font-size: 24px; } .manufacturing-page .manufacturing-4 span.tag { font-size: 14px; } } @media screen and (max-width: 1000px) { .manufacturing-page .manufacturing-1 .left { width: 100%; padding-right: 0; } .manufacturing-page .manufacturing-1 .right { width: 100%; margin-top: 10px; } .manufacturing-page .manufacturing-2 .left { width: 100%; padding-right: 0; } .manufacturing-page .manufacturing-2 .right { width: 100%; margin-top: 20px; } .manufacturing-page .about-5 .list ul .slick-slide { -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); transform: translateX(100%); } .manufacturing-page .about-5 .list ul .slick-slide li { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); } .manufacturing-page .about-5 .list ul .slick-slide.slick-active { -webkit-transform: translateX(40%); -moz-transform: translateX(40%); -ms-transform: translateX(40%); transform: translateX(40%); z-index: 2; } .manufacturing-page .about-5 .list ul .slick-slide.slick-active li { -webkit-transform: scale(0.85714286); -moz-transform: scale(0.85714286); -ms-transform: scale(0.85714286); transform: scale(0.85714286); } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); z-index: 4; } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current li { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div { -webkit-transform: translateX(-40%); -moz-transform: translateX(-40%); -ms-transform: translateX(-40%); transform: translateX(-40%); z-index: 3; } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div li { -webkit-transform: scale(0.85714286); -moz-transform: scale(0.85714286); -ms-transform: scale(0.85714286); transform: scale(0.85714286); } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div { -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); transform: translateX(-100%); z-index: 2; } .manufacturing-page .about-5 .list ul .slick-slide.slick-active.slick-current + div + div li { -webkit-transform: scale(0.75); -moz-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); } .sustainable-page .sustainable-2 .top .title span.h2 { font-size: 24px; } .sustainable-page .sustainable-1 .right { margin-top: 10px; } .manufacturing-page .about-5{ padding: 60px 0; } .sustainable-page .sustainable-3 .box { padding: 20px; } .sustainable-page .sustainable-5 .slide .left { width: 100%; padding: 15px; left: 0 !important; } .sustainable-page .sustainable-5 .slide .right { display: none; } .sustainable-page .sustainable-5 .slide { margin-bottom: 10px; } .manufacturing-page .manufacturing-3 .list ul li .content { width: 100%; padding-right: 0; } .manufacturing-page .manufacturing-3 .list ul li .img { display: none; } .sustainable-page .sustainable-1 .left { width: 100%; padding-right: 0; } .sustainable-page .sustainable-1 .right { width: 100%; } .sustainable-page .sustainable-1 .left .text { margin: 3% 0; padding: 0; } .application-page .application-1 .box .left { width: 100%; padding-right: 0; } .application-page .application-1 .box .right { display: none; } .application-page .application-1 .list { margin-top: 20px; } .application-page .application-2 .list { margin-top: 20px; } } @media screen and (max-width: 700px){ .manufacturing-page .about-5{ padding: 30px 0; } .sustainable-page .sustainable-2 .top { display: block; } .sustainable-page .sustainable-2 .top .title { width: 100%; } .sustainable-page .sustainable-2 .top .text { width: 100%; margin: 10px 0; } .sustainable-page .sustainable-3 .box { margin-right: 0; max-width: 100%; } .sustainable-page .sustainable-4 span.h3 img { display: none; } .sustainable-page .sustainable-4 .box { margin-top: 30px; } } @media screen and (max-width: 500px){ .application-page span.h2, .sustainable-page .sustainable-1 .right span.h3, .sustainable-page .sustainable-4 span.h3, .sustainable-page .sustainable-5 .slide .left span.h6, .manufacturing-page .manufacturing-1 .left span.h3{ font-size: 20px; } .application-page .application-1 .list ul li a.img { -webkit-transform: skewX(0); -moz-transform: skewX(0); -ms-transform: skewX(0); transform: skewX(0); } .application-page .application-1 .list ul li a.img img { -webkit-transform: skewX(0) scale(1); -moz-transform: skewX(0) scale(1); -ms-transform: skewX(0) scale(1); transform: skewX(0) scale(1); } .application-page .application-2 .list ul li .flex .img { width: 100%; height: 200px; } .application-page .application-2 .list ul li .flex .content { width: 100%; } .application-page .application-2 .list ul li .flex { display: block; overflow: hidden; } .application-page .application-2 .list ul li .flex .content { padding: 20px 5%; } .manufacturing-page .about-5 span.h2 { font-size: 24px; } } .faq-page { padding: 100px 0; } .faq-page ul li { margin-bottom: 20px; padding: 15px; border: 1px solid #eee; background: #f8f8f8; } .faq-page ul li h4 { font-size: 20px; font-weight: bold; margin-bottom: 10px; line-height: 1.8; } .faq-page ul li .content { padding-top: 10px; border-top: 1px solid #eee; font-size: 16px; line-height: 30px; } .faq-page ul li:last-child { margin-bottom: 0; } @media screen and (max-width: 1250px) { .faq-page { padding: 60px 0; } .faq-page ul li h4 { font-size: 16px; line-height: 30px; } .faq-page ul li .content { font-size: 16px; } } /*关于我们banner*/ .inner-banner.ship { height: 620px; background: #16131e; position: relative; color: #fff; z-index: 1; overflow: hidden; } .inner-banner.ship span.video { position: absolute; height: 100%; width: 100%; text-align: right; opacity: 1; z-index: -1; top: 0; right: 0; } .inner-banner.ship span.video video { display: block; height: 100%; margin-left: auto; } .inner-banner.ship span.video:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; right: 0; background: #0b4daa; background: -webkit-gradient(linear,left top,right top,color-stop(40%,#0b4daa),color-stop(100%,transparent)); background: -moz-linear-gradient(right,#16131e 50%,transparent 100%); background: -webkit-linear-gradient(left,#0b4daa 40%,transparent 100%); background: -webkit-gradient(linear,left top,right top,color-stop(40%,#0b4daa),to(transparent)); background: -webkit-linear-gradient(left,#0b4daa 40%,transparent); background: -moz-linear-gradient(left,#16131e 50%,transparent); background: linear-gradient(to right,#0b4daa 10%,transparent); -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e', endColorstr='transparent',GradientType=1)"; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#16131e',endColorstr='transparent',GradientType=1); z-index: 1; } .inner-banner.ship .mbx { position: relative; z-index: 1; padding-top: 40px; } .inner-banner.ship .mbx span.tag { font-size: 94px; opacity: .01; left: 0; font-weight: 700; text-align: left; top: 0; line-height: 1; position: absolute; -webkit-transform: translateY(-20%); -moz-transform: translateY(-20%); -ms-transform: translateY(-20%); transform: translateY(-20%); } .inner-banner.ship .mbx h6 { font-weight: 700; font-size: 32px; } .inner-banner.ship .mbx .link { display: block; font-weight: 700; font-size: 16px; } .inner-banner.ship .mbx h5 { font-size: 38px; margin: 20px 0; line-height: 1.2; } .inner-banner.ship .mbx .btn a.more { line-height: 50px; height: 50px; padding: 0 2em; font-size: 16px; text-transform: uppercase; color: #fff; background: #ca0000; display: inline-block; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .inner-banner.ship .mbx .btn a.more.msg { padding-left: 1em; padding-right: 5em; background: #fff; color: #000; position: relative; margin-left: 1em; } .inner-banner.ship .mbx .btn a.more.msg i.fa { height: 100%; width: 50px; background: #ca0000; color: #fff; right: 0; position: absolute; top: 0; text-align: center; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi a:hover { color: #0b4daa; } .inner-page.news-page.newdet-page { padding: 80px 0 20px; } .manufacturing-page.inner-page .about-page.seo { padding-top: 0; } .init-4 .container .title_c .column { vertical-align: middle; } .init-4 .container .title_c .text1 { width: 320px; padding-right: 20px; } .init-4 .container .title_c .text1 .top { color: #fd0400; font-weight: 500; text-transform: uppercase; letter-spacing: 3px; } .init-4 .container .title_c .text1 .bottom { font-weight: bold; text-transform: uppercase; } .init-4 .container .title_c .line { width: 1px; height: 60px; background-color: #5f5f5f; } .init-4 .container .title_c .text2 { width: 540px; padding-left: 20px; } .init-4 .container .content { margin-top: 80px; margin-bottom: 80px; } .init-4 .container .content .left .img { width: -webkit-calc(30%); width: -moz-calc(30%); width: calc(50% - 20px); height: 500px; margin-top: 36px; position: relative; -o-background-size: cover; background-size: cover; } .init-4 .container .content .left .img .btn { display: block; width: 250px; height: 68px; background-color: #fff; -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); box-shadow: 0 0 18px rgba(0, 0, 0, 0.1); position: absolute; bottom: -30px; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); line-height: 68px; text-align: center; } .init-4 .container .content .left .img .btn i, .init-4 .container .content .left .img .btn span { position: relative; z-index: 2; vertical-align: middle; display: inline-block; } .init-4 .container .content .left .img .btn i { font-size: 24px; } .init-4 .container .content .left .img .btn span { margin-left: 16px; font-weight: bold; } .init-4 .container .content .left .img .btn:hover { color: #fff; } .init-4 .container .content .left .img .btn:hover i { color: #fff; } .init-4 .container .content .left .img_2 { margin-left: 25px; height: 580px; margin-top: 0; } .init-4 .container .content .right { margin-top: 20px; padding-left: 50px; width: 60%; } .init-4 .container .content .left{ width: 40%; } .init-4 .container .content .right .tips { font-weight: bold; line-height: 1.2; font-size: 50px; } .init-4 .container .content .right .tips_des { color: #979797; margin-top: 20px; } .init-4 .container .content .right .list_cont .list { margin-top: 40px; } .init-4 .container .content .right .list_cont .list .img_c { width: 86px; height: 86px; background-color: #fd0400; position: relative; } .init-4 .container .content .right .list_cont .list .img_c .img { width: 60px; height: 60px; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .init-4 .container .content .right .list_cont .list .text { width: -webkit-calc(14%); width: -moz-calc(14%); width: calc(100% - 86px); padding-left: 16px; } .init-4 .container .content .right .list_cont .list .text .title { font-weight: bold; } .init-4 .container .content .right .list_cont .list .text .des { color: #828282; line-height: 1.4; margin-top: 6px; } .init-4 .container .content .right .list_cont .list:hover .img_c { border-radius: 20px; } .init-4 .container .content .right .list_cont .list_2 .img_c { background-color: #222222; } .init-4 .container .content .right .list_cont .list_3 .img_c { background-color: #fff; -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.1); } .customized-1 { overflow: hidden; } .customized-1 h2 { color: #00928d; text-transform: capitalize; font-size: 24px; } .customized-1 a.more { line-height: 52px; height: 52px; padding: 0 36px; background: #196a59; color: white; font-size: 20px; font-weight: 200; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; margin: 50px auto 0; display: inline-block; } .customized-1 a.more:hover { background: #333; } .zplc .cont li { text-align: center; position: relative; width: 14.2%; float: left; padding: 10px 0; } .zplc .cont li:after { content: ''; position: absolute; width: 0; height: 0; border-top: 8px solid transparent; border-left: 15px solid #00928d; border-bottom: 8px solid transparent; right: -6%; top: 50%; transform: translateY(-50%); } .zplc .cont li:last-child::after{ display: none; } .init-4 .container .content .right .tips_des p{ padding-bottom: 20px; } /*about-4*/ .about-4 { padding: 100px 0 100px; background: url(../images/cailiao-bg.jpg) no-repeat center center; background-size: cover; background-attachment: fixed; } .about-4 .container { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .about-4 .container .left { width: 50%; text-align: center; } .about-4 .container .left .content { display: inline-block; position: relative; } .about-4 .container .left .content .ball { position: absolute; width: 100%; height: 100%; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .about-4 .container .left .content .ball .box { border-radius: 100%; width: 100%; height: 100%; -webkit-animation: kz 20s infinite linear; -moz-animation: kz 20s infinite linear; animation: kz 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; position: relative; } .about-4 .container .left .content .ball .box .text1 { position: absolute; top: 0; left: -20px; border-radius: 100%; width: 140px; height: 140px; line-height: 140px; font-size: 26px; text-align: center; color: #fff; background: rgba(0,146,141,0.4); -webkit-animation: kzs 20s infinite linear; -moz-animation: kzs 20s infinite linear; animation: kzs 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .about-4 .container .left .content .ball .box .text2 { position: absolute; top: -40px; right: 65px; border-radius: 100%; width: 125px; height: 125px; line-height: 125px; font-size: 26px; color: #fff; text-align: center; background: rgba(0,146,141,0.5); -webkit-animation: kzs 20s infinite linear; -moz-animation: kzs 20s infinite linear; animation: kzs 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .about-4 .container .left .content .ball .box .text3 { position: absolute; top: 155px; right: -75px; border-radius: 100%; width: 175px; height: 175px; line-height: 175px; font-size: 21.5px; color: #fff; text-align: center; background: rgba(0,146,141,0.6); -webkit-animation: kzs 20s infinite linear; -moz-animation: kzs 20s infinite linear; animation: kzs 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .about-4 .container .left .content .ball .box .text4 { position: absolute; bottom: -40px; right: 35px; border-radius: 100%; width: 170px; height: 170px; line-height: 170px; font-size: 26px; color: #fff; text-align: center; background: rgba(0,146,141,0.8); -webkit-animation: kzs 20s infinite linear; -moz-animation: kzs 20s infinite linear; animation: kzs 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .about-4 .container .left .content .ball .box .text5 { position: absolute; bottom: 32px; left: -50px; border-radius: 100%; width: 195px; height: 195px; line-height: 195px; font-size: 24px; color: #fff; text-align: center; background: rgba(0,146,141,1); -webkit-animation: kzs 20s infinite linear; -moz-animation: kzs 20s infinite linear; animation: kzs 20s infinite linear; -webkit-transform-origin: center center; -moz-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; } .about-4 .container .right { width: 50%; } .about-4 .container .right .text { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: end; -webkit-align-items: flex-end; -moz-box-align: end; -ms-flex-align: end; align-items: flex-end; } .about-4 .container .right h2 { font-size: 60px; line-height: .8; color: #ffffff; font-weight: bold; } .about-4 .container .right h3 { font-size: 42px; line-height: 1.3; color: #fff; font-weight: 700; } .about-4 .container .right p { font-size: 16px; line-height: 1.8; color: rgba(255, 255, 255, 0.9); margin-top: 20px; } .manufacturing-page .manufacturing-3 .list ul li:nth-child(even) { flex-direction: row-reverse; } .manufacturing-page .manufacturing-3 .list ul li:nth-child(even) .content { padding-right: 0; padding-left: 7%; } .sustainable-page .sustainable-3 .box .text p { padding-bottom: 10px; } .product2-page .product-list ul li .neirong .btn { margin-top: 40px; } .product2-page .product-list ul li .neirong .btn a.anniu-l { margin-right: 15px; } .product2-page .product-list ul li .neirong .btn a { background: #0b4daa; padding: 13px 30px; color: #fff; font-size: 16px; transition: all .5s ease; border: 2px solid #0b4daa; } .product2-page .product-list ul li .neirong .btn a:hover { border: 2px solid #0b4daa; background: #f7f7f7; color: #0b4daa; transition: all .5s ease; } .product2-page .product-list ul li .neirong{ width: 60%; background: #f7f7f7; padding: 0 30px; } .product2-page .product-list ul li .neirong h2 { margin-bottom: 15px; } .prodet-page .prodet-1 .prodet-box .right .text p { /*width: 50%;*/ display: inline-block; } .prodet-page .prodet-1 .prodet-box .right .text { font-size: 0; } .prodet-page .product-2 .content table { margin-top: 20px; } /*new-pro*/ .inner-page.product2-page.new-product .sidebar-right li:nth-child(even) { flex-direction: row-reverse; } .inner-page.product2-page.new-product .sidebar-right h1{ color: #0b4daa; font-size: 30px; } .inner-page.product2-page.new-product .sidebar-right li .text{ background: none; margin-top: 0; max-height: none; overflow: initial; -webkit-line-clamp: 7; overflow: hidden; -webkit-box-orient: vertical; display: -webkit-box; } .inner-page.product2-page.new-product .sidebar-right li{ background: none; } .inner-page.product2-page.new-product .sidebar-right ul.pro-list li{ border: 1px solid #e7e7e7; margin-bottom: 20px !important; padding: 15px; } .inner-page.product2-page.new-product .sidebar-right li .img{ background: none; } .inner-page.product2-page.new-product .sidebar-right li .neirong{ background: none; padding: 0; padding-left: 20px; } .inner-page.product2-page.new-product .sidebar-right li:nth-child(even) .neirong { padding-left: 0; } .inner-page.product2-page.new-product .sidebar-right li .text p{ font-size: 15px; line-height: 30px; padding: 5px 0; } .inner-page.product2-page.new-product .sidebar-right li .img{ padding: 0; } .inner-page.product2-page.new-product .sidebar-right li .img img { width: 100%; max-height: 340px; object-fit: cover; } .inner-page.product2-page.new-product .sidebar-right li{ margin-bottom: 0px; } .inner-page.product2-page.new-product .sidebar-left { padding-right: 30px; border-right: 1px solid #e7e7e7; width: 25%; position: sticky; top: 165px; } .inner-page.product2-page.new-product .sidebar-right { width: 75%; padding-left: 50px; } /*1680*/ @media screen and (max-width: 1680px) { } /*1440*/ @media screen and (max-width: 1440px) { } #index-body .i-product ul li .right .ig img{ width: 100%; object-fit: cover; max-height: 450px; } #index-body .i-product ul li .left img { width: 100%; object-fit: cover; max-height: 620px; } .product2-page .product-list ul li:hover .img img.e1 { opacity: 0; } /*1680*/ @media screen and (max-width: 1680px) { #banner ul li .text .box .share{ padding-top: 25.2%; } #header .nav .ui.menu .menu-box ul.menu>li{ font-size: 20px; } #header .h-top .ui.menu .h-search form input{ font-size: 16px; } #banner ul li .text .box .title{ font-size: 66px; } #banner ul li .text .box .con{ font-size: 20px; } #banner ul li .text .box .share{ font-size: 18px; } #index-body .advantage ul li .text .tit{ font-size: 28px; } #index-body .advantage ul li .text p{ font-size: 18px; } #index-body .i-product ul li .right .ig .text .tit{ font-size: 20px; } #index-body .i-product ul li .right .ig .text .mores{ font-size: 18px; } #index-body .about .top .left .text span{ font-size: 24px; } #index-body .about .top .left .text .title{ font-size: 26px; } #index-body .about .top .left .text .con{ font-size: 20px; } #index-body .about .top .left .data ul li p { font-size: 20px; } #index-body .video .box .title { font-size: 40px; } #index-body .customize .box .right .con { font-size: 20px; } #index-body .customize .box .right .list ul li .text p { font-size: 18px; } #index-body .sustainability .box .tit{ font-size: 34px; } #index-body .sustainability .box .con{ font-size: 20px; } #index-body .news .content ul li .box .right .tit { font-size: 22px; } #index-body .news .content ul li .box .right .con{ font-size: 18px; } #index-body .news .content ul li .box .right .mores{ font-size: 18px; } #footer .f-top .f-contact .tag{ font-size: 18px; } #footer .f-top .title{ font-size: 32px; } #footer .f-top .f-contact ul li{ font-size: 20px; } #footer .f-top .Auxil-form p{ font-size: 18px; } #footer .f-top .Auxil-form form ul li input, #footer .f-top .Auxil-form form ul li textarea{ font-size: 18px; } #footer .f-bottom ul li{ font-size: 18px; } #footer .f-copy{ font-size: 18px; } #footer .f-top .Auxil-form form ul li .more{ font-size: 18px; } #footer .f-bottom .f-code .share a img{ width:15px; } #footer .f-bottom .f-code .share a { width: 25px; height: 25px; } .inner-banner.ship .mbx .link{ font-size: 18px; } .about-page .about-ty-title .text{ font-size: 20px; } .about-page .honor .left p{ font-size: 18px; } .about-page .ab-4 .header p{ font-size: 20px; } #header .nav .ui.menu .menu-box ul.menu>li ul.sub-menu{ font-size: 18px; } .inner-banner .text-box .mbx{ font-size: 18px; } .inner-page .sidebar-box .sidebar-left .inner .inner-title{ font-size: 22px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a{ font-size: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a{ font-size: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p{ font-size: 18px; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span{ font-size: 16px; } .fenlei{ font-size: 20px; } .font-18 { font-size: 22px; } .inner-page.product2-page.new-product .sidebar-right li .text p{ font-size: 20px; } .inner-page.product2-page.new-product .sidebar-right li .text { -webkit-line-clamp: 5; } .manufacturing-page .manufacturing-1 .left span.h3{ font-size: 32px; } .manufacturing-page .manufacturing-1 .right .text{ font-size: 20px; } .font-16 { font-size: 20px; } .about-4 .container .right h3{ font-size:46px; } .about-4 .container .right p{ font-size: 20px; line-height: 1.5; } .manufacturing-page .manufacturing-3 .list ul li .content span.h6 { font-size: 28px; } .manufacturing-page .manufacturing-3 .list ul li .content .text{ font-size: 20px; } .faq-page ul li h4{ font-size: 24px; } .faq-page ul li .content{ font-size: 20px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{ font-size: 22px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content p{ font-size: 18px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content{ font-size: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon{ font-size: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3{ font-size: 34px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p{ font-size: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span{ font-size: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{ font-size: 20px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button{ font-size: 18px; } .inner-banner_2 .container .list_cont .list .first{ font-size: 26px; } .inner-banner_2 .container .list_cont .list .des{ font-size: 20px; } .inner-banner_2 .container .list_cont .list .list_c .text{ font-size: 20px; } .contact-page .init-2 .container form .list .tips_2 { font-size: 20px; } .prodet-page .prodet-1 .prodet-box .right p{ font-size: 20px; } .prodet-page .prodet-1 .prodet-box .right .share h4{ font-size: 20px; } .m-link{ font-size: 20px; } .prodet-page .product-2 h4{ font-size: 28px; } .prodet-page .product-2 .content p{ font-size: 20px; } } @media screen and (max-width: 1440px) { #banner ul li .text .box{ max-width: 600px; } } /*1333*/ @media screen and (max-width: 1333px) { .prodet-page .product-2 .content p{ font-size: 18px; } .prodet-page .product-2 h4{ font-size: 30px; } .m-link{ font-size: 16px; } .prodet-page .prodet-1 .prodet-box .right .share h4{ font-size: 22px; } .prodet-page .prodet-1 .prodet-box .right p{ font-size: 18px; } .contact-page .init-2 .container form .list .tips_2 { font-size: 22px; } .inner-banner_2 .container .list_cont .list .list_c .text{ font-size: 22px; } .inner-banner_2 .container .list_cont .list .des{ font-size: 22px; } .inner-banner_2 .container .list_cont .list .first{ font-size: 28px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content{ font-size: 16px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon{ font-size: 22px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text h3{ font-size: 36px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form .text p{ font-size: 22px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form span.span{ font-size: 22px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form textarea, .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form input[type=text]{ font-size: 22px; } .newdet-page .sidebar-box .sidebar-right .newdet-content .n-form form button{ font-size: 20px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content h4{ font-size: 24px; } .news-page .sidebar-box .sidebar-right .news-list ul li .content p{ font-size: 20px; } .faq-page ul li h4{ font-size: 26px; } .faq-page ul li .content{ font-size: 22px; } .manufacturing-page .manufacturing-3 .list ul li .content span.h6 { font-size: 30px; } .manufacturing-page .manufacturing-3 .list ul li .content .text{ font-size: 22px; } .about-4 .container .right h3{ font-size:48px; } .about-4 .container .right p{ font-size: 22px; line-height: 1.5; } .font-16 { font-size: 22px; } .manufacturing-page .manufacturing-1 .left span.h3{ font-size: 34px; } .manufacturing-page .manufacturing-1 .right .text{ font-size: 22px; } .fenlei{ font-size: 18px; } .font-18 { font-size: 24px; } .inner-page.product2-page.new-product .sidebar-right li .text p{ font-size: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p{ font-size: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span{ font-size: 18px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi>a{ font-size: 22px; } .inner-page .sidebar-box .sidebar-left .inner .inner-cat ul li a{ font-size: 20px; } .inner-page .sidebar-box .sidebar-left .inner .inner-title{ font-size: 24px; } .inner-banner .text-box .mbx{ font-size:18px; } .about-page .honor .left p{ font-size: 16px; } .about-page .about-ty-title .text{ font-size: 22px; } .inner-banner.ship .mbx .link{ font-size: 20px; } } @media screen and (max-width: 1280px) { } @media screen and (max-width: 1100px) { .sustainable-page .sustainable-4 .box .right .list ul li i img{ top: 251px; } .sustainable-page .sustainable-1 .left .text span.h3{ font-size: 24px; } .sustainable-page .sustainable-1 .left .text { font-size: 15px; } } @media screen and (max-width: 1000px) { .inner-banner.ship{ height: 420px; } .inner-banner.ship .mbx h5{ display: none; } .init-4 .container .content .left{ width: 100%; } .init-4 .container .content .right{ width: 100%; padding-left: 0; } .about-4 .container .left{ display: none; } .about-4 .container .right{ width: 100%; } .manufacturing-page .manufacturing-3 .list ul li:nth-child(even) .content{ padding-left: 0; } } @media screen and (max-width: 700px) { .init-4 .container .content{ margin: 30px 0; } .init-4 .container .content .left{ display: none; } .about-page{ padding: 30px 0; } .init-4 .container .content .right{ width: 100%; margin-top: 0; padding-left: 0; } .init-4 .container .content .right .tips{ font-size: 40px; } .font-16 { font-size: 18px; } .zplc .cont li{ width: 33.3333%; } .about-4{ padding: 30px 0; } .about-4 .container .left{ display: none; } .about-4 .container .right{ width: 100%; } .manufacturing-page .manufacturing-3 .list ul li:nth-child(even) .content{ padding-left: 0; } } @media screen and (max-width: 500px) { .inner-banner.ship .mbx .link { font-size: 16px; } .manufacturing-page .manufacturing-1 .right .text { font-size: 18px; line-height: 1.6; } .manufacturing-page .about-5 .list .slick-slide{ padding: 20px 0; } .zplc .cont li{ width: 50%; } .zplc .cont li:after{ right: 0; } .about-4 .container .right h3 { font-size: 42px; } .about-4 .container .right p{ font-size: 16px; line-height: 1.8; } .manufacturing-page .manufacturing-3 .list ul li .content .text { font-size: 18px; line-height: 1.6; } .sustainable-page .sustainable-4 .box .right .list ul li{ display: block; } .sustainable-page .sustainable-4 .box .right .list ul li i{ display: none; } } @media screen and (max-width:1200px){ .about-4 .container .left .content{ zoom: 0.8; } .init-4 .container .content .left .img .btn span{ display: none; } } @media screen and (max-width:990px){ .about-4 .container .left .content{ zoom: 0.6; } } @media screen and (max-width:700px){ .inner-page.product2-page.new-product .sidebar-right li .neirong { width: 100%!important; padding-left: 0!important; } .inner-page.product2-page.new-product .sidebar-right li .text { display: none!important; } } .seoPublic .title { font-size: 32px; font-weight: bold; line-height: 1.4; margin-bottom: 2em; } .seoPublic > div { padding: 60px 0; } .seoPublic > div:nth-child(odd) { background: #fafafa; } .seoPublic .Auxil-about .box { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .seoPublic .Auxil-about .box .left { width: 40%; } .seoPublic .Auxil-about .box .left .img { height: 100%; background-size: cover; background-position: center center; display: block; } .seoPublic .Auxil-about .box .right { width: 60%; padding-left: 5%; padding-top: 20px; padding-bottom: 20px; } .seoPublic .Auxil-about .box .right div.h3 { font-size: 24px; font-weight: normal; line-height: 1.2; margin-bottom: 1em; } .seoPublic .Auxil-about .box .right .text { font-size: 16px; line-height: 1.8; color: #666; max-height: 400px; overflow: auto; } .seoPublic .Auxil-honor .list ul { margin: -10px; } .seoPublic .Auxil-honor .list ul li { padding: 10px; } .seoPublic .Auxil-honor .list ul li a { display: block; } .seoPublic .Auxil-honor .list ul li a img { width: 100%; } .seoPublic .Auxil-news .list ul { margin: -13px; } .seoPublic .Auxil-news .list ul li { padding: 13px; } .seoPublic .Auxil-news .list ul li a.img-box { display: block; height: 240px; background-size: cover; background-position: center center; } .seoPublic .Auxil-news .list ul li .content { margin-top: 30px; } .seoPublic .Auxil-news .list ul li .content div.h6 { font-size: 22px; line-height: 1.4; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .seoPublic .Auxil-news .list ul li .content div.h6:hover { color: #0b4daa; } .seoPublic .Auxil-news .list ul li .content time { font-size: 14px; margin-top: .5em; display: block; } .seoPublic .Auxil-news .list ul li .content p { font-weight: 300; font-size: 16px; line-height: 1.4; margin: 1em 0; } .seoPublic .Auxil-news .list ul li .content a.link { font-weight: 300; font-size: 16px; text-transform: uppercase; line-height: 1; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; border-bottom: 1px solid transparent; display: inline-block; } .seoPublic .Auxil-news .list ul li .content a.link:hover { border-color: #0b4daa; color: #0b4daa; } .seoPublic .Auxil-form .form ul { margin: -10px; } .seoPublic .Auxil-form .form ul li { padding: 10px; } .seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea { display: block; width: 100%; border: 1px solid #eee; font-size: 16px; padding: 8px 15px; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .seoPublic .Auxil-form .form ul li textarea { height: 100px; } .seoPublic .Auxil-form .form ul li input:focus, .seoPublic .Auxil-form .form ul li textarea:focus { border-color: #0b4daa; } .seoPublic .Auxil-form .form ul li.wid-100 { width: 100%; } .seoPublic .Auxil-form .form ul li input[type="submit"] { width: auto; display: inline-block; padding-left: 25px; padding-right: 25px; background: #0b4daa; color: whitesmoke; border: none; } .seoPublic .Auxil-form .form ul li input[type="submit"]:hover { background: #222; } .seoPublic .seoIndustry .text { font-size: 16px; line-height: 1.8; color: #666; } .seoPublic .text a { color: #0b4daa; } .seoPublic .text a:hover { text-decoration: underline; } .seoPublic .Auxil-through { padding: 15px 0; background: none !important; } .seoPublic .Auxil-through a { display: inline-block; line-height: 40px; height: 40px; padding: 0 25px; font-size: 14px; color: black; border: 1px solid #eee; background: #f8f8f8; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .seoPublic .Auxil-through a:hover { background: #0b4daa; color: white; } .seoPublic .Auxil-related .list ul { margin: -20px -25px; } .seoPublic .Auxil-related .list ul li { padding: 20px 25px; } .seoPublic .Auxil-related .list ul li .box { display: block; background: white; -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5); -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5); box-shadow: 0 0 12px rgba(125, 125, 125, 0.5); } .seoPublic .Auxil-related .list ul li .box a.img-box { display: block; padding: 20px; } .seoPublic .Auxil-related .list ul li .box .content { display: block; padding: 20px; text-align: center; } .seoPublic .Auxil-related .list ul li .box .content div.h3 { font-size: 17px; color: #111; font-weight: 500; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; } .seoPublic .Auxil-related .list ul li .box .content div.h3:hover { color: #0b4daa; } .seoPublic .Auxil-related .list ul li .box .content p { display: block; font-size: 16px; color: #888; line-height: 1.6; font-weight: 400; margin: .5em 0; height: 4.8em; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; } .seoPublic .Auxil-related .list ul li .box .content a.more { display: inline-block; vertical-align: middle; line-height: 40px; height: 40px; padding: 0 20px; border: 1px solid #0b4daa; font-size: 15px; font-weight: 700; -webkit-transition: .5s; -moz-transition: .5s; transition: .5s; color: #0b4daa; } .seoPublic .Auxil-related .list ul li .box .content a.more i { margin-left: 5px; } .seoPublic .Auxil-related .list ul li .box .content a.more:hover { color: white; background: #0b4daa; } @media screen and (max-width: 1400px) { .seoPublic .title { font-size: 28px; margin-bottom: 1.5em; } .seoPublic .Auxil-about .box .right div.title, .seoPublic .Auxil-related .list ul li .box .content div.h3 { font-size: 20px; } .seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea, .seoPublic .Auxil-about .box .right .text, .seoPublic .Auxil-news .list ul li .content p, .seoPublic .seoIndustry .text, .seoPublic .Auxil-related .list ul li .box .content p { font-size: 14px; } .seoPublic .Auxil-news .list ul li .content div.h6 { font-size: 18px; } .seoPublic .Auxil-related .list ul li .box .content a.more { font-size: 14px; line-height: 34px; height: 34px; padding: 0 15px; } .seoPublic .Auxil-related .list ul li { padding: 15px; } .seoPublic .Auxil-related .list ul { margin: -15px; } } @media screen and (max-width: 1100px){ #cp-Nav.tech { display: block; } #cp-Nav.tech .nav { padding: 0 15px; } #cp-Nav.tech .nav div.title { font-size: 18px; font-weight: bold; padding: 8px 10px; background: #0b4daa; border-radius: 5px; color: white; } #cp-Nav.tech .nav i.mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 230; background: rgba(0, 0, 0, 0.2); } #cp-Nav.tech .nav > ul { display: none; } #cp-Nav.tech .nav ul { position: fixed; top: 10%; max-height: 80%; left: 5%; width: 90%; padding: 20px; border-radius: 5px; background: white; z-index: 300; font-size: 16px; overflow: auto; } #cp-Nav.tech .nav ul ul { padding: 0 10px; font-size: 14px; position: static; max-height: none; width: 100%; margin: 10px 0; } #cp-Nav.tech .nav ul li a { display: block; padding: 5px 0; line-height: 28px; } } @media screen and (max-width: 1000px) { .seoPublic .title { font-size: 24px; margin-bottom: 1em; } #cp-Nav { display: block; } #cp-Nav .nav { padding: 0 15px; } #cp-Nav .nav div.title { font-size: 18px; font-weight: bold; padding: 8px 10px; background: #0b4daa; border-radius: 5px; color: white; } #cp-Nav .nav i.mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 230; background: rgba(0, 0, 0, 0.2); } #cp-Nav .nav > ul { display: none; } #cp-Nav .nav ul { position: fixed; top: 10%; max-height: 80%; left: 5%; width: 90%; padding: 20px; border-radius: 5px; background: white; z-index: 300; font-size: 16px; overflow: auto; } #cp-Nav .nav ul ul { padding: 0 10px; font-size: 14px; position: static; max-height: none; width: 100%; margin: 10px 0; } #cp-Nav .nav ul li a { display: block; padding: 5px 0; line-height: 28px; } .seoPublic .Auxil-about .box { display: block; } .seoPublic .Auxil-about .box .right { width: 100%; padding: 0; margin-top: 20px; } .seoPublic .Auxil-about .box .left { width: 100%; padding: 0; } .seoPublic .Auxil-about .box .left .img { height: 300px; } .seoPublic .Auxil-about .box .right div.h3 { font-size: 18px; } .seoPublic > div { padding: 30px 0; } .seoPublic .Auxil-about .box .right .text { max-height: none; } } .inner-page.application-page .sidebar-box .sidebar-left .inner .inner-cat ul>li.diyi{ margin: 10px 0; } .product2-page.application-page .product-list ul{ margin: -15px; } .product2-page.application-page .product-list ul li{ display: inline-block; text-align: center; padding: 15px; } .inner-page.product2-page.application-page .product-list ul li .img{ width: 100%; border: 1px solid #eee; /*padding: 40px;*/ } .product2-page.application-page .product-list ul li img{ margin: auto; } .product2-page.application-page .product-list ul li .neirong{ width: 100%; margin-top: 20px; } .inner-page.single-tech-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img{ width: 26%; } .inner-page.single-tech-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text{ width: 74%; } #index-body .i-about .left .content h1 { display: inline; } .r-text{ font-size: 15px; line-height: 2; }