@font-face { font-family: 'ysbt'; src: url(../fonts/ysbt.ttf) format('truetype'), url(../fonts/ysbt.eot) format('eot'), url(../fonts/ysbt.woff) format('woff'), url(../fonts/ysbt.woff2) format('woff2'); } body { font-family: "microsoft yahei", "Arial"; max-width: 1920px; margin: 0 auto; } .ui.container { padding: 0 15px; position: relative; width: 1440px; } @-webkit-keyframes jump-width { from { width: 100%; } 15% { width: 55%; } 30% { width: 100%; } to { width: 100%; } } @-o-keyframes jump-width { from { width: 100%; } 15% { width: 55%; } 30% { width: 100%; } to { width: 100%; } } @-moz-keyframes jump-width { from { width: 100%; } 15% { width: 55%; } 30% { width: 100%; } to { width: 100%; } } @keyframes jump-width { from { width: 100%; } 15% { width: 55%; } 30% { width: 100%; } to { width: 100%; } } @-webkit-keyframes jump-width2 { from { width: 55%; } 10% { width: 100%; } 20% { width: 55%; } 30% { width: 100%; } 40% { width: 55%; } to { width: 55%; } } @-o-keyframes jump-width2 { from { width: 55%; } 10% { width: 100%; } 20% { width: 55%; } 30% { width: 100%; } 40% { width: 55%; } to { width: 55%; } } @-moz-keyframes jump-width2 { from { width: 55%; } 10% { width: 100%; } 20% { width: 55%; } 30% { width: 100%; } 40% { width: 55%; } to { width: 55%; } } @keyframes jump-width2 { from { width: 55%; } 10% { width: 100%; } 20% { width: 55%; } 30% { width: 100%; } 40% { width: 55%; } to { width: 55%; } } #header { z-index: 21; position: fixed; top: 0; width: 100%; text-align: center; padding-top: 20px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } #header .nav { padding: 0 40px; max-width: 1920px; margin: 0 auto; text-align: left; } #header .nav .logo { display: inline-block; margin-left: 0; margin-right: auto; vertical-align: middle; } #header .nav .logo img { -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; height: 73px; } #header .nav .box { float: right; margin-top: 10px; position: relative; } #header .nav .box .menu-btn { display: inline-block; vertical-align: middle; text-align: right; cursor: pointer; cursor: hand; position:relative; } #header .nav .box .menu-btn text { margin-left:10px; color:#222; white-space:nowrap; font-size:16px; display:inline-block; vertical-align:middle; } #header .nav .box .menu-btn div { display:inline-block; vertical-align:middle; width: 30px; } #header .nav .box .menu-btn i { width: 100%; height: 3px; display: block; position: relative; right: 0; background: #1b1b1b; margin-left: auto; margin-right: 0; -webkit-animation: jump-width 2s linear infinite; -o-animation: jump-width 2s linear infinite; animation: jump-width 2s linear infinite; } #header .nav .box .menu-btn i.ie2 { margin-top: 5px; margin-bottom: 5px; -webkit-animation-delay: .3s; -moz-animation-delay: .3s; -o-animation-delay: .3s; animation-delay: .3s; } #header .nav .box .menu-btn i.ie3 { width: 55%; -webkit-animation: jump-width2 1.5s linear infinite; -o-animation: jump-width2 1.5s linear infinite; animation: jump-width2 2s 1s linear infinite; } #header .nav .box .menu-nav { display: inline-block; vertical-align: middle; margin: 0 10px; } #header .nav .box .menu-nav ul li { display: inline-block; vertical-align: middle; font-size: 16px; color: black; margin: 0 10px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; position:relative; } #header .nav .box .menu-nav ul li dl { position:absolute; top:100%; left:0; background:white; display:none; width:140px; } #header .nav .box .menu-nav ul li dl dd { line-height:22px; font-size:14px; padding:10px 10px; transition:.5s; } #header .nav .box .menu-nav ul li dl dd a { display:block; } #header .nav .box .menu-nav ul li dl dd:hover { background:#222; color:white; } #header .nav .box .menu-nav ul li:hover>a { color: #e60012; } #header .nav .box .menu-nav ul li:hover>dl { display:block; } #header .nav .box .yuy { display: inline-block; vertical-align: middle; position: relative; } #header .nav .box .yuy span { font-size: 14px; color: #2e2e2e; } #header .nav .box .yuy span i { margin-left: 5px; } #header .nav .box .yuy ul { position: absolute; top: 100%; right: 0; width: 130px; background: white; border-radius: 5px; margin-top: 10px; -webkit-perspective: 500px; perspective: 500px; transform-style: preserve-3d; 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; transform-origin: 0 0 0; opacity: 0; transition: transform 0.5s, opacity 0.3s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; -moz-transition: -moz-transform 0.5s, opacity 0.3s; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); display: none \9; } #header .nav .box .yuy ul:after { content: ''; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid white; position: absolute; bottom: 100%; right: 15%; } #header .nav .box .yuy ul li { padding: 5px 10px; font-size: 13px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } #header .nav .box .yuy ul li img { max-width: 30px; display: inline-block; vertical-align: middle; margin-right: 10px; } #header .nav .box .yuy ul li:hover { color: white; background: #222; } #header .nav .box .yuy: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 .nav .box .h-search { width: 40px; height: 40px; border-radius: 100%; line-height: 40px; text-align: center; background: #e60012; display: inline-block; vertical-align: middle; box-shadow: 0 0 25px rgba(82, 82, 82, 0.91); margin-left: 50px; cursor: pointer; cursor: hand; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } #header .nav .box .h-search img { display: inline-block; vertical-align: middle; } #header .nav .box .search-box { position: absolute; right: 60px; top: 50%; background: white; width: 240px; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); display: none; } #header .nav .box .search-box:after { content: ''; border-left: 10px solid white; border-top: 10px solid transparent; border-bottom: 10px solid transparent; position: absolute; left: 100%; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); } #header .nav .box .search-box input { width: 100%; height: 40px; line-height: 40px; padding: 0 10px; border: none; font-size: 14px; } #header .nav .box .search-box input[type="submit"] { width: 40px; position: absolute; right: 0; top: 0; border: none; background: white url("../images/icon-search-black.png") center center no-repeat; } #header i.mask { content: ''; width: 100%; height: 100vh; top: 0; z-index: 1; background: rgba(0, 0, 0, 0.1); display: block; position: absolute; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; right: -100%; } #header i.mask.active { right: 0; } #header .nav-fixed { position: absolute; right: 0; top: 0; min-height: 100vh; max-height: 100vh; background: white; padding: 40px; overflow: auto; max-width: 40%; z-index: 99; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); width: 100%; } #header .nav-fixed.active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); } #header .nav-fixed .menu-close { width: 40px; height: 40px; display: block; position: relative; cursor: pointer; cursor: hand; } #header .nav-fixed .menu-close i { width: 100%; height: 2px; background: #333; 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%); } #header .nav-fixed .menu-close i.ie1 { -webkit-transform: translate(-50%, -50%) rotate(45deg); -moz-transform: translate(-50%, -50%) rotate(45deg); -ms-transform: translate(-50%, -50%) rotate(45deg); -o-transform: translate(-50%, -50%) rotate(45deg); transform: translate(-50%, -50%) rotate(45deg); } #header .nav-fixed .menu-close i.ie2 { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -moz-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); -o-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); } #header .nav-fixed .menu-box { text-align: left; } #header .nav-fixed .menu-box .nav-list ul li { font-size: 20px; color: #333; font-weight: bold; text-transform: uppercase; padding: 40px 0; white-space: nowrap; border-bottom: 1px solid #e8e8e8; } #header .nav-fixed .menu-box .nav-list ul li a { display: inline-block; vertical-align: middle; } #header .nav-fixed .menu-box .nav-list ul li ul { display: inline-block; vertical-align: middle; margin-left: 20px; line-height: 12px; white-space: normal; max-width: 70%; } #header .nav-fixed .menu-box .nav-list ul li ul li { font-size: 16px; color: #999; display: inline-block; vertical-align: top; padding: 0 10px; white-space: normal; text-transform: none; font-weight: normal; border-bottom: none; border-right: 1px solid #999; margin: 5px 0; } #header .nav-fixed .menu-box .nav-list ul li ul li:last-child { border-right: none; } #header .nav-fixed .menu-box .nav-list ul li ul li:hover { color: #e60012; } #header .nav-fixed .menu-box .share { display: block; padding-top: 30px; } #header .nav-fixed .menu-box .share ul li { width: 60px; height: 40px; line-height: 40px; background: #eee; color: #222; text-align: center; font-size: 16px; border-radius: 5px; margin-right: 15px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; cursor: pointer; cursor: hand; } #header .nav-fixed .menu-box .share ul li:hover { background: #e60012; color: white; } #header .nav-fixed .coy { text-align: right; color: #999; font-family: "ysbt"; font-size: 16px; margin-top: 60px; } #header .nav-fixed .coy em:hover { color: #e60012; } #header.active { background: white; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); padding: 10px 0; } #header.active .nav .logo img { height: 60px; } #header.active .nav .box .h-search { box-shadow: 0 0 0 transparent; } #banner .slick-arrow { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-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; -ms-transition: .5s; -o-transition: .5s; transition: .5s; opacity: 0; } #banner .slick-arrow:hover { background-color: #fd2318; } #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%); -o-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: #fd2318; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } #banner ul.slick-dots li button { display: none; } #banner ul.slick-dots li.slick-active { border-color: #fd2318; background-color: white; } #banner .slick-slide .content { display: none; } #banner .slick-active .content { display: block; } table { width: 100%; margin-bottom: 20px; word-break: break-word; } table td, table th { padding: 5px 10px; border: 1px solid #666; width: 50%; } table td:first-child { color: #2d2d2d; } table td:last-child { color: #666; } .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; filter: none; } .wpulike { z-index: 10; } .wpulike.post-views-box { z-index: 5; } #banner .metaslider .slider-wrapper .nivo-directionNav a { width: 50px; height: 80px; background-color: rgba(255, 255, 255, 0.2); background-repeat: no-repeat; background-position: center; background-size: 14px; } #banner .metaslider .slider-wrapper .nivo-directionNav a:hover { background-color: #fd2318; } #banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-prevNav { background-image: url(../images/banner-btn-l.png); } #banner .metaslider .slider-wrapper .nivo-directionNav a.nivo-nextNav { background-image: url(../images/banner-btn-r.png); } #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; -moz-box-shadow: none !important; box-shadow: none !important; margin: 0 8px !important; } #banner .theme-default .nivo-controlNav a.active { border-color: #fd2318 !important; } @-webkit-keyframes banner-bg { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.4); } } @-o-keyframes banner-bg { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.4); } } @-moz-keyframes banner-bg { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.4); } } @keyframes banner-bg { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.4); } } @-webkit-keyframes sc_down { from { margin-top: 0; } to { margin-top: 10px; } } @-o-keyframes sc_down { from { margin-top: 0; } to { margin-top: 10px; } } @-moz-keyframes sc_down { from { margin-top: 0; } to { margin-top: 10px; } } @keyframes sc_down { from { margin-top: 0; }#banner:before to { margin-top: 10px; } } .jb { background: -webkit-gradient(linear, 45deg, color-stop(0%, #ea4037), color-stop(100%, #e71420)); /* 兼容Safari4-5, chrome1-9 */ background: -moz-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* firefox */ background: -webkit-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* chrome */ background: -o-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* opera */ background: -ms-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* ie */ background: linear-gradient(45deg, #ea4037, #e71420); /* firefox */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420',GradientType=1)"; /* 兼容IE8~IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420', GradientType=1); /* 兼容IE5~IE9 */ } #banner { position: relative; height: 940px; } #banner i.bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; overflow: hidden; } #banner i.bg:after { content: ''; width: 100%; height: 100%; position: absolute; top: 0; left: 0; display: block; -webkit-animation: banner-bg 50s linear infinite alternate; -o-animation: banner-bg 50s linear infinite alternate; -ms-animation: banner-bg 50s linear infinite alternate; -moz-animation: banner-bg 50s linear infinite alternate; animation: banner-bg 50s linear infinite alternate; background: url("/zj-jinsheng/2022/04/12/banner-1.jpg") center center no-repeat; background-size: cover; } #banner:after { content: ''; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); top: 60%; left: 0; width: 100%; position: absolute; height: 50%; background: url("../images/icon-jinsheng.png") center center no-repeat; background-size: 100% auto; } #banner:before { content: ''; width: 630px; height: 600px; border-radius: 100%; 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%); background: -webkit-gradient(linear, 45deg, color-stop(0%, #ea4037), color-stop(100%, #e71420)); /* 兼容Safari4-5, chrome1-9 */ background: -moz-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* firefox background: -webkit-linear-gradient(45deg, #ea4037 0%, #e71420 100%); */ /* chrome */ background: -o-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* opera */ background: -ms-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* ie */ /* background: linear-gradient(45deg, #ea4037, #e71420); firefox */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420',GradientType=1)"; /* 兼容IE8~IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420', GradientType=1); /* 兼容IE5~IE9 */ } #banner .box { position: absolute; width: 100%; left: 0; top: 60%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); text-align: center; z-index: 1; } #banner .box li.ie1 { position: relative; } #banner .box li.ie1 img { display: block; margin: 0 auto; } #banner .box li.ie1 .text { position: absolute; left: 0; top: 3%; display: inline-block; text-align: left; } #banner .box li.ie1 .text h3 { font-size: 78px; color: black; font-family: "ysbt"; } #banner .box li.ie1 .text h3:after { content: ''; display: block; width: 140px; height: 2px; background: black; } #banner .box li.ie1 .text h5 { display: block; font-size: 35px; color: black; font-weight: bold; margin-top: 25px; } #banner .i-down { width: 50px; height: 50px; left: 50%; bottom: -25px; margin-left: -25px; border-radius: 100%; background: #e60012; position: absolute; cursor: pointer; cursor: hand; display: block; z-index: 1; } #banner .i-down:after { content: "\f107"; position: absolute; left: 50%; top: 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%); color: white; font-size: 18px; font-family: "FontAwesome"; -webkit-animation: sc_down 1s linear infinite alternate; -o-animation: sc_down 1s linear infinite alternate; -ms-animation: sc_down 1s linear infinite alternate; -moz-animation: sc_down 1s linear infinite alternate; animation: sc_down 1s linear infinite alternate; } #banner .dots { position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: 3; width: 85px; } #banner .dots h6 { display: block; font-size: 22px; color: black; width: 22px; line-height: 24px; position: absolute; left: 10px; top: 0; } #banner .dots .dots-list { font-size: 32px; color: #1b1b1b; font-family: "ysbt"; text-align: center; line-height: 32px; } #banner .dots .dots-list:after, #banner .dots .dots-list:before { content: ''; width: 1px; height: 100px; background: black; display: block; margin: 0 auto; } #banner .dots .dots-list ul { padding: 10px 0; font-size: 38px; line-height: 38px; color: #e60012; cursor: pointer; cursor: hand; border-bottom: 1px solid black; } #banner .dots .dots-list h4 { margin: 10px 0; } @-webkit-keyframes ks { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(3); -moz-transform: scale(3); -ms-transform: scale(3); -o-transform: scale(3); transform: scale(3); } } @-o-keyframes ks { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(3); -moz-transform: scale(3); -ms-transform: scale(3); -o-transform: scale(3); transform: scale(3); } } @-moz-keyframes ks { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); } to { -webkit-transform: scale(3); -moz-transform: scale(3); -ms-transform: scale(3); -o-transform: scale(3); transform: scale(3); } } @keyframes ks { from { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); opacity: 1; } 70% { -webkit-transform: scale(3); -moz-transform: scale(3); -ms-transform: scale(3); -o-transform: scale(3); transform: scale(3); opacity: 0; } to { -webkit-transform: scale(3); -moz-transform: scale(3); -ms-transform: scale(3); -o-transform: scale(3); transform: scale(3); opacity: 0; } } #index-body .init-1 { background: url("/zj-jinsheng/2022/05/05/init.jpg"); padding: 190px 0 140px; text-align: center; background-size:cover; } #index-body .init-1 .title { position: relative; z-index: 1; } #index-body .init-1 .title:after { content: ''; width: 100%; height: 270px; background: url("../images/icon-01.png") center center no-repeat; position: absolute; display: block; left: 0; top: 35%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); z-index: -1; } #index-body .init-1 .title h6 { font-size: 17px; color: white; font-family: "Arial"; font-weight: bold; text-transform: uppercase; } #index-body .init-1 .title h3 { display: block; font-size: 24px; color: white; line-height: 24px; } #index-body .init-1 .title .play { display: inline-block; margin: 15px auto 0; cursor: pointer; cursor: hand; } .history-Box ul.h-up { position: relative; color: white; text-align: left; display: flex; flex-wrap: wrap; margin: 50px auto; } .history-Box ul.h-up li { padding: 15px; position: relative; -webkit-transform: translateX(-25%); -moz-transform: translateX(-25%); -ms-transform: translateX(-25%); transform: translateX(-25%); border-bottom: 1px solid white; } .history-Box ul.h-up li:after { position: absolute; content: ""; height: 100%; width: 1px; background: white; left: 0; bottom: 0; } .history-Box ul.h-up li:before { position: absolute; content: ""; width: 12px; height: 12px; background: #fff; border-radius: 100%; left: -6px; bottom: -6px; } .history-Box ul.h-up li h4 { font-size: 25px; line-height: 1; color: #fefefe; font-weight: 700; margin-bottom: 15px; } .history-Box ul.h-up li p { font-size: 14px; line-height: 1.6; color: #fefefe; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 7; overflow: hidden; } .history-Box ul.h-up li:nth-child(5)~li { -webkit-transform: translateX(25%); -moz-transform: translateX(25%); -ms-transform: translateX(25%); transform: translateX(25%); border-bottom: none; } .history-Box ul.h-up li:nth-child(5)~li::before { top: -6px; bottom: auto; } #index-body .init-1 .advantage { max-width: 930px; display: block; margin: 0 auto; } #index-body .init-1 .advantage ul { margin: 0 -10px; } #index-body .init-1 .advantage ul li { padding: 0 10px; text-align: center; } #index-body .init-1 .advantage ul li h5 { margin-top: 15px; font-size: 18px; color: white; } #index-body .init-2 { padding: 20px 0 60px; background: url("../images/init-2-bg.jpg"); position: relative; } #index-body .init-2:after { content: ''; width: 380px; height: 110%; position: absolute; left: 50%; margin-left: -190px; background: -webkit-gradient(linear, 45deg, color-stop(0%, #ea4037), color-stop(100%, #e71420)); /* 兼容Safari4-5, chrome1-9 */ background: -moz-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* firefox */ background: -webkit-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* chrome */ background: -o-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* opera */ background: -ms-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* ie */ background: linear-gradient(45deg, #ea4037, #e71420); /* firefox */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420',GradientType=1)"; /* 兼容IE8~IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420', GradientType=1); /* 兼容IE5~IE9 */ bottom: 0; box-shadow: 0 0 160px rgba(78, 41, 41, 0.51); } #index-body .init-2 .title { display: block; color: white; text-align: center; position: relative; z-index: 1; } #index-body .init-2 .title h5 { font-size: 12px; text-transform: uppercase; } #index-body .init-2 .title h3 { display: block; font-size: 24px; line-height: 28px; } #index-body .init-2 .box { padding-top: 180px; position: relative; z-index: 1; } #index-body .init-2 .box ul { margin: 0 -10px; } #index-body .init-2 .box ul li { padding: 0 10px; } #index-body .init-2 .box ul li time { display: block; font-size: 16px; padding: 10px 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; position: relative; line-height: 20px; } #index-body .init-2 .box ul li time:before { content: ''; width: 150px; height: 3px; background: black; position: absolute; left: 0; top: 0; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; opacity: 1; } #index-body .init-2 .box ul li h4 { font-size: 18px; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } #index-body .init-2 .box ul li p { display: block; font-size: 14px; opacity: .83; line-height: 24px; margin-bottom: 10px; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; max-height: 96px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; } #index-body .init-2 .box ul .slick-current li { padding: 0 80px; text-align: center; color: white; -webkit-transition: .5s all,.5s color .3s; -moz-transition: .5s all,.5s color .3s; -ms-transition: .5s all,.5s color .3s; -o-transition: .5s all,.5s color .3s; transition: .5s all,.5s color .3s; } #index-body .init-2 .box ul .slick-current li time:before { opacity: 0; } #index-body .init-2 .box ul .slick-current li h4 { margin-bottom: 20px; } #index-body .init-2 .box ul .slick-current li p { margin-bottom: 0; } #index-body .init-2 .btn { text-align: center; padding-top: 120px; } #index-body .init-2 .btn div { display: inline-block; vertical-align: middle; width: 44px; height: 44px; border-radius: 100%; background: white; line-height: 44px; text-align: center; margin: 0 10px; box-shadow: 3px 3px 20px rgba(82, 82, 82, 0.91); font-size: 18px; cursor: pointer; cursor: hand; } .partner { padding: 80px 0 100px; overflow: hidden; } .partner ul { margin: 0 -70px; } .partner ul li { padding: 0 70px; text-align: center; } .partner ul li img { margin: 0 auto; } #footer { background: url("../images/f-bg.jpg") center center; background-size: cover; padding-bottom: 40px; position: relative; } #footer .msg { right: 0; width: 70px; height: 70px; top: 50%; position: absolute; background: #e60012; text-align: center; line-height: 70px; cursor: pointer; cursor: hand; z-index: 2; } #footer .msg img { display: inline-block; vertical-align: middle; } #footer .left { vertical-align: bottom; text-align: right; position: relative; top: -25px; z-index: 1; padding: 60px 50px 50px 0; } #footer .left:after { content: ""; width: 200%; right: 0; top: 0; height: 100%; position: absolute; background: -webkit-gradient(linear, 45deg, color-stop(0%, #ea4037), color-stop(100%, #e71420)); /* 兼容Safari4-5, chrome1-9 */ background: -moz-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* firefox */ background: -webkit-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* chrome */ background: -o-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* opera */ background: -ms-linear-gradient(45deg, #ea4037 0%, #e71420 100%); /* ie */ background: linear-gradient(45deg, #ea4037, #e71420); /* firefox */ -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420',GradientType=1)"; /* 兼容IE8~IE9 */ filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea4037', endColorstr='#e71420', GradientType=1); /* 兼容IE5~IE9 */ z-index: -1; } #footer .left .box2 { display: block; text-align: left; } #footer .left .box2 .qr { width: 20%; border: 5px solid white; } #footer .left .box2 .contact { width: 80%; padding-left: 110px; position: relative; } #footer .left .box2 .contact i { position: absolute; left: 35px; top: 0; } #footer .left .box2 .contact .text { display: block; color: white; padding-top: 5px; } #footer .left .box2 .contact .text h3 { display: block; font-size: 42px; font-weight: bold; line-height: 42px; margin-bottom: 15px; } #footer .left .box2 .contact .text p { display: block; font-size: 16px; padding: 5px 0; } #footer .right { vertical-align: bottom; padding-left: 100px; font-size: 16px; color: white; margin-bottom: 25px; } #footer .right ul { margin: 0 -15px; } #footer .right ul ul { display: none; } #footer .right ul li { padding: 0 15px; line-height: 18px; display: inline-block; vertical-align: middle; border-right: 1px solid white; } #footer .right ul li:last-child { border-right: none; } #footer .right ul li:hover { text-decoration: underline; } #footer .right .coy { padding-top: 15px; } #footer .right .coy p { display: inline-block; margin-right: 15px; } #footer .right .coy p svg { max-height: 16px; fill: white; width: auto; height: auto; display: inline-block; position: relative; top: 1px; } #footer .right .coy p svg g.cn { display: block !important; } #footer .right .coy p svg g.en { display: none !important; } @media screen and (max-width: 1500px) { .ui.container { width: 1200px; } #banner { height: 700px; } #banner:before { width: 430px; height: 400px; } #banner .box li.ie1 img { max-height: 400px; } #banner .box li.ie1 .text h3 { font-size: 58px; } #banner .box li.ie1 .text h5 { font-size: 28px; } #banner .dots .dots-list { font-size: 28px; line-height: 28px; } #banner .dots .dots-list ul { font-size: 32px; line-height: 32px; } #banner .dots { right: 15px; width: 60px; } #banner .dots h6 { left: 5px; font-size: 18px; line-height: 20px; } #banner .dots .dots-list:after, #banner .dots .dots-list:before { height: 80px; } #index-body .init-2:after { width: 340px; margin-left: -170px; } #index-body .init-2 .box { padding-top: 80px; } #index-body .init-2 .btn { padding-top: 50px; } .partner { padding: 60px 0 80px; } #footer .left .box2 .contact { padding-left: 100px; } #footer .left .box2 .contact .text h3 { font-size: 34px; line-height: 34px; } #footer .left .box2 .contact i { left: 30px; } #footer .right { padding-left: 30px; font-size: 14px; } #footer .left .box2 .contact .text p { font-size: 14px; padding: 2px 0; } #footer .msg { width: 60px; height: 60px; line-height: 60px; } #footer { padding-bottom: 10px; } #index-body .init-1 .advantage ul li h5 { font-size: 16px; } #header .nav-fixed .menu-box .share ul li { margin-right: 5px; } #index-body .init-1 .history ul .slick-track:after, #index-body .init-1 .history ul .slick-track:before { width: 1170px; margin-left: 117px; } #index-body .init-1 .history ul .slick-track:before { left: 1170px; } #index-body .init-1 .history ul .slick-slide:nth-child(1) li { top: -34px; } #index-body .init-1 .history ul .slick-slide:nth-child(2) li { top: -37px; } #index-body .init-1 .history ul .slick-slide:nth-child(3) li { top: -18px; } #index-body .init-1 .history ul .slick-slide:nth-child(4) li { top: -5px; } #index-body .init-1 .history ul .slick-slide:nth-child(5) li { top: -25px; } #index-body .init-1 .history ul .slick-slide:nth-child(6) li { top: -41px; } #index-body .init-1 .history ul .slick-slide:nth-child(7) li { top: -26px; } #index-body .init-1 .history ul .slick-slide:nth-child(8) li { top: -5px; } #index-body .init-1 .history ul .slick-slide:nth-child(9) li { top: -17px; } #index-body .init-1 .history ul .slick-slide:nth-child(10) li { top: -38px; } #index-body .init-1 .history ul li p { font-size: 16px; } } @media screen and (max-width: 1200px) { .ui.container { width: 970px; } #banner .box li.ie1 .text h5 { font-size: 24px; margin-top: 15px; } #banner .box li.ie1 .text h3 { font-size: 44px; } #index-body .init-2:after { width: 300px; margin-left: -150px; } #index-body .init-2 .box ul .slick-current li { padding: 0 40px; } .partner ul li { padding: 0 25px; } .partner ul { margin: 0 -25px; } #footer .left .box2 .contact .text h3 { font-size: 28px; line-height: 28px; margin-bottom: 10px; } #footer .left .box2 .contact { padding-left: 80px; } #footer .left .box2 .contact i { left: 20px; max-width: 40px; } #footer .right ul li { padding: 0 10px; } #footer .right ul { margin: 0 -10px; } #header.active { padding: 5px 0; } #header .nav-fixed .menu-box .nav-list ul li { padding: 20px 0; } #header .nav-fixed { padding: 30px 20px; } #header .nav-fixed .menu-box .share ul li { width: 50px; } #header .nav-fixed .menu-box .nav-list ul li { font-size: 18px; } #index-body .init-1 .history ul li h4 { margin-top: 20px; font-size: 20px; } #index-body .init-1 .history ul .slick-current li h4 { font-size: 30px; } #index-body .init-1 .history ul .slick-track:after, #index-body .init-1 .history ul .slick-track:before { width: 940px; margin-left: 94px; } #index-body .init-1 .history ul .slick-track:before { left: 940px; } #index-body .init-1 .history ul .slick-slide:nth-child(1) li { top: -38px; } #index-body .init-1 .history ul .slick-slide:nth-child(2) li { top: -40px; } #index-body .init-1 .history ul .slick-slide:nth-child(3) li { top: -25px; } #index-body .init-1 .history ul .slick-slide:nth-child(4) li { top: -15px; } #index-body .init-1 .history ul .slick-slide:nth-child(5) li { top: -31px; } #index-body .init-1 .history ul .slick-slide:nth-child(6) li { top: -44px; } #index-body .init-1 .history ul .slick-slide:nth-child(7) li { top: -31px; } #index-body .init-1 .history ul .slick-slide:nth-child(8) li { top: -15px; } #index-body .init-1 .history ul .slick-slide:nth-child(9) li { top: -25px; } #index-body .init-1 .history ul .slick-slide:nth-child(10) li { top: -42px; } } @media screen and (max-width: 1000px) { .ui.container { width: 700px; } #banner { height: 500px; } #banner .box li.ie1 img { max-height: 300px; } #banner:before { width: 330px; height: 300px; } #banner .box li.ie1 .text h5 { font-size: 18px; margin-top: 10px; } #banner .box li.ie1 .text h3 { font-size: 34px; } #banner .dots h6 { font-size: 16px; line-height: 20px; } #banner .dots .dots-list { font-size: 24px; line-height: 24px; } #banner .dots .dots-list ul { font-size: 28px; line-height: 28px; } #banner .dots { right: 5px; width: 50px; } #header { padding-top: 5px; } #header .nav .logo img { height: 50px; } #header.active .nav .logo img { height: 50px; } #header .nav .box { margin-top: 10px; } #header .nav .box .menu-nav ul li { font-size: 14px; } #header .nav .box .h-search { width: 30px; height: 30px; line-height: 30px; margin-left: 15px; } #header .nav .box .h-search img { width: 14px; } #header .nav .box .search-box input { line-height: 34px; height: 34px; } #header .nav .box .search-box { right: 45px; } #header .nav .box .search-box input[type="submit"] { background-size: 20px; } #index-body .init-1 { padding: 120px 0; } #index-body .init-1 .title:after { height: 200px; background-size: auto 100%; } #index-body .init-1 .advantage ul li { padding: 10px; } #index-body .init-1 .advantage ul { margin: -10px; } #index-body .init-1 .advantage ul li h5 { margin-top: 10px; } #index-body .init-2:after { margin-left: 0; width: 470px; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } #index-body .init-2 .btn div { width: 36px; height: 36px; line-height: 36px; } #footer .left .box2 .qr { display: none; } #footer .left .box2 .contact { width: 100%; padding-left: 50px; } #footer .left .box2 .contact i { left: 0; } #footer .msg { width: 50px; height: 50px; line-height: 50px; top: 10%; } #footer .msg img { width: 30px; } #footer .right { padding-left: 15px; } #index-body .init-1 .history ul .slick-track:after, #index-body .init-1 .history ul .slick-track:before { width: 1140px; margin-left: 112px; } #index-body .init-1 .history ul .slick-track:before { left: 1140px; } #index-body .init-1 .history ul .slick-slide:nth-child(1) li { top: -34px; } #index-body .init-1 .history ul .slick-slide:nth-child(2) li { top: -40px; } #index-body .init-1 .history ul .slick-slide:nth-child(3) li { top: -18px; } #index-body .init-1 .history ul .slick-slide:nth-child(4) li { top: -8px; } #index-body .init-1 .history ul .slick-slide:nth-child(5) li { top: -29px; } #index-body .init-1 .history ul .slick-slide:nth-child(6) li { top: -35px; } #index-body .init-1 .history ul .slick-slide:nth-child(7) li { top: -22px; } #index-body .init-1 .history ul .slick-slide:nth-child(8) li { top: -5px; } #index-body .init-1 .history ul .slick-slide:nth-child(9) li { top: -25px; } #index-body .init-1 .history ul .slick-slide:nth-child(10) li { top: -24px; } #index-body .init-1 .history ul { margin: 0; } #index-body .init-1 .history { margin-bottom: 0; } } @media screen and (max-width: 700px) { .ui.container { width: 100%; } #banner .box li.ie1 .text { max-width: 35%; } #banner .dots h6 { font-size: 14px; line-height: 16px; } #banner .dots .dots-list:after, #banner .dots .dots-list:before { height: 60px; } #banner .dots .dots-list { font-size: 20px; line-height: 20px; } #banner .dots .dots-list ul { font-size: 24px; line-height: 24px; } #header .nav-fixed { max-width: 90%; } #index-body .init-1 .advantage ul li { width: 33.33%; } #index-body .init-2:after { width: 65%; } #index-body .init-2 .box { padding-top: 40px; } #footer .left { width: 90%; padding: 40px 0; } #footer .left .box2 .contact { padding-left: 100px; } #footer .left .box2 .contact i { left: 20px; } #footer .right { width: 100%; padding-left: 0; text-align: center; } #footer .right .coy { padding-top: 10px; } #index-body .init-1 .history ul li { width: 320px !important; } #index-body .init-1 .history ul .slick-track:after, #index-body .init-1 .history ul .slick-track:before { width: 1600px; margin-left: 0; background-position: center top 10px; } #index-body .init-1 .history ul .slick-track:before { left: 1600px; } #index-body .init-1 .history ul li i.dots { width: 15px; height: 15px; } #index-body .init-1 .history ul .slick-slide:nth-child(1) li { top: -40px; } #index-body .init-1 .history ul .slick-slide:nth-child(2) li { top: 24px; } #index-body .init-1 .history ul .slick-slide:nth-child(3) li { top: -4px; } #index-body .init-1 .history ul .slick-slide:nth-child(4) li { top: 12px; } #index-body .init-1 .history ul .slick-slide:nth-child(5) li { top: 24px; } #index-body .init-1 .history ul .slick-slide:nth-child(6) li { top: 23px; } #index-body .init-1 .history ul .slick-slide:nth-child(7) li { top: 12px; } #index-body .init-1 .history ul .slick-slide:nth-child(8) li { top: -5px; } #index-body .init-1 .history ul .slick-slide:nth-child(9) li { top: 24px; } #index-body .init-1 .history ul .slick-slide:nth-child(10) li { top: -39px; } #header .nav .box .yuy { margin-left: 10px; } } @media screen and (max-width: 500px) { #header .nav .box .menu-nav { display: none; } #banner .box li.ie1 .text { top: 0; } #banner .box li.ie1 .text h3 { font-size: 28px; line-height: 28px; } #banner .box li.ie1 .text h5 { font-size: 16px; } #banner:before { width: 280px; height: 250px; } #index-body .init-1 .advantage ul li { width: 50%; } #index-body .init-2:after { width: 90%; } #footer .left .box2 .contact { padding-left: 50px; } #footer .left .box2 .contact i { left: 0; } #footer .left .box2 .contact .text h3 { font-size: 24px; line-height: 24px; } #footer .right ul li { padding: 0 5px; } #footer .right .coy { padding-top: 5px; } #footer .msg { width: 40px; height: 40px; line-height: 40px; } #footer .msg img { width: 20px; } #banner .dots { right: 2px; width: 40px; } #banner .dots h6 { font-size: 12px; line-height: 14px; } #banner .dots .dots-list:after, #banner .dots .dots-list:before { height: 55px; } #banner .dots .dots-list ul { font-size: 24px; line-height: 24px; padding: 5px 0; } #banner .dots .dots-list h4 { margin: 5px 0; } #banner .dots .dots-list { font-size: 18px; line-height: 18px; } #banner .box li.ie1 .text h5 { font-size: 14px; } } .scale-img { position: relative; overflow: hidden; z-index: 0; } .scale-img img { width: 100%; z-index: -2; position: relative; } .scale-img .scale-box { position: absolute; left: 50%; top: 0; height: 100%; -webkit-transform: skewX(-15deg) translateX(-50%); -moz-transform: skewX(-15deg) translateX(-50%); -ms-transform: skewX(-15deg) translateX(-50%); -o-transform: skewX(-15deg) translateX(-50%); transform: skewX(-15deg) translateX(-50%); width: 130%; background-repeat: no-repeat; overflow: hidden; -webkit-transition: 2s all,left 0s; -moz-transition: 2s all,left 0s; -ms-transition: 2s all,left 0s; -o-transition: 2s all,left 0s; transition: 2s all,left 0s; z-index: -1; } .scale-img .scale-box img { position: relative; max-width: none; left: 50%; -webkit-transform: skewX(15deg) scale(1) translateX(-50%); -moz-transform: skewX(15deg) scale(1) translateX(-50%); -ms-transform: skewX(15deg) scale(1) translateX(-50%); -o-transform: skewX(15deg) scale(1) translateX(-50%); transform: skewX(15deg) scale(1) translateX(-50%); -webkit-transition: 6s all cubic-bezier(0.7, 0.98, 0.5, 1) 0.3s, height 0s, width 0s; -moz-transition: 6s all cubic-bezier(0.7, 0.98, 0.5, 1) 0.3s, height 0s, width 0s; -ms-transition: 6s all cubic-bezier(0.7, 0.98, 0.5, 1) 0.3s, height 0s, width 0s; -o-transition: 6s all cubic-bezier(0.7, 0.98, 0.5, 1) 0.3s, height 0s, width 0s; transition: 6s all cubic-bezier(0.7, 0.98, 0.5, 1) 0.3s, height 0s, width 0s; } .scale-img .scale-box.active { width: 0; } .scale-img .scale-box.active img { left: 50%; -webkit-transform: skewX(15deg) scale(1.2) translateX(-50%); -moz-transform: skewX(15deg) scale(1.2) translateX(-50%); -ms-transform: skewX(15deg) scale(1.2) translateX(-50%); -o-transform: skewX(15deg) scale(1.2) translateX(-50%); transform: skewX(15deg) scale(1.2) translateX(-50%); } .scale-img.hover-img .scale-box { position: absolute; left: 50%; top: 0; height: 100%; -webkit-transform: skewX(-15deg) translateX(-50%); -moz-transform: skewX(-15deg) translateX(-50%); -ms-transform: skewX(-15deg) translateX(-50%); -o-transform: skewX(-15deg) translateX(-50%); transform: skewX(-15deg) translateX(-50%); width: 10%; background-repeat: no-repeat; overflow: hidden; -webkit-transition: 2s all,left 0s; -moz-transition: 2s all,left 0s; -ms-transition: 2s all,left 0s; -o-transition: 2s all,left 0s; transition: 2s all,left 0s; z-index: -1; } .scale-img.hover-img .scale-box img { position: relative; max-width: none; left: 0; -webkit-transform: skewX(15deg) scale(1) translateX(-5%); -moz-transform: skewX(15deg) scale(1) translateX(-5%); -ms-transform: skewX(15deg) scale(1) translateX(-5%); -o-transform: skewX(15deg) scale(1) translateX(-5%); transform: skewX(15deg) scale(1) translateX(-5%); -webkit-transition: 7s all cubic-bezier(0.7, 0.98, 0.5, 1), height 0s, width 0s, left 0s; -moz-transition: 7s all cubic-bezier(0.7, 0.98, 0.5, 1), height 0s, width 0s, left 0s; -ms-transition: 7s all cubic-bezier(0.7, 0.98, 0.5, 1), height 0s, width 0s, left 0s; -o-transition: 7s all cubic-bezier(0.7, 0.98, 0.5, 1), height 0s, width 0s, left 0s; transition: 7s all cubic-bezier(0.7, 0.98, 0.5, 1), height 0s, width 0s, left 0s; } .scale-img.hover-img .scale-box.active { width: 30%; } .scale-img.hover-img .scale-box.active img { -webkit-transform: skewX(15deg) scale(1.2) translateX(0); -moz-transform: skewX(15deg) scale(1.2) translateX(0); -ms-transform: skewX(15deg) scale(1.2) translateX(0); -o-transform: skewX(15deg) scale(1.2) translateX(0); transform: skewX(15deg) scale(1.2) translateX(0); -webkit-transition: 3s all,height 0s,width 0s,left 0s; -moz-transition: 3s all,height 0s,width 0s,left 0s; -ms-transition: 3s all,height 0s,width 0s,left 0s; -o-transition: 3s all,height 0s,width 0s,left 0s; transition: 3s all,height 0s,width 0s,left 0s; } .inner-banner { position: relative; } .inner-banner .text { position: absolute; top: 44%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: 44%; font-size: 40px; font-weight: bold; font-family: "Arial"; } .inner-banner .text:before { content: ''; width: 135px; height: 6px; margin-left:0px; display: inline-block; vertical-align: top; }.inner-banner .text:before .inner-banner .text h4 { display: inline-block; vertical-align: top; margin-left: -200px; margin-top: -30px; } .inner-page p { font-size: 16px; line-height: 26px; color: #828990; } .inner-page .m-page { text-align: center; margin: 40px 0; } .inner-page .m-page a, .inner-page .m-page span { font-size: 18px; font-family: "Arial"; margin: 0 15px; } .about-page { background: #f8f6f5; } .about-page .title .left { width: 20%; vertical-align: middle; } .about-page .title .left i { font-size: 22px; color: #828990; text-transform: uppercase; } .about-page .title .right { width: 80%; vertical-align: middle; } .about-page .title .right h4 { font-size: 40px; line-height: 60px; } .about-page .title .right h5 { font-size: 26px; color: #222; font-weight: bold; text-transform: uppercase; } .about-page .about-1 { padding-bottom: 100px; } .about-page .about-1 .top { padding: 200px 0; } .about-page .about-1 .top .right { width: 60%; } .about-page .about-1 .bottom .left { width: 50%; vertical-align: middle; } .about-page .about-1 .bottom .right { width: 50%; vertical-align: middle; padding-left: 5%; color: #828990; } .about-page .about-1 .bottom .right h2 { font-size:24px; color:black; } .about-page .about-1 .bottom .right h5 { font-size: 14px; text-transform: uppercase; } .about-page .about-1 .bottom .right .content { padding-top: 30px; } .about-page .about-1 .bottom .right .content p { color: inherit; font-size: 14px; text-transform: uppercase; } .about-page .about-2 { position: relative; } .about-page .about-2 .box { 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%); text-align:center; width:100%; } .about-page .about-2 .play { font-size: 24px; color: white; font-weight: bold; font-family: "Arial"; text-transform: uppercase; cursor: pointer; cursor: hand; display:block; } .about-page .about-2 .text { max-width:700px; margin:25px auto 0; } .about-page .about-2 .text h4 { color:white; font-size:22px; line-height:32px; cursor: hand; } .about-page .about-2 .play h4 { display: block; vertical-align: middle; } .about-page .about-2 .play i { width: 50px; height: 50px; border: 2px solid white; display: block; vertical-align: middle; position: relative; margin:0 auto; } .about-page .about-2 .play i:after { content: ''; border-left: 15px solid white; border-top: 10px solid transparent; border-bottom: 10px solid transparent; display: block; width: 0; height: 0; 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%); } .about-page .about-3 { padding: 200px 0; } .about-page .about-3 .right { width: 40%; } .about-page .about-3 .right .content { padding-top: 40px; } .about-page .about-3 .right .content p { font-size:16px; } .about-page .about-4 .left { margin-right: -5%; vertical-align: middle; position: relative; z-index: 2; } .about-page .about-4 .right { vertical-align: middle; } .about-page .about-5 { position: relative; z-index: 1; padding: 200px 0 100px; } .about-page .about-6 { position: relative; } .about-page .about-6 .text { position: absolute; top: 5%; left: 60%; z-index: 2; width: 30%; } .about-page .about-6 .text h5 { font-size: 26px; font-weight: bold; } .about-page .about-6 .text .content { padding-top: 30px; } .about-page .about-7 { padding-bottom: 200px; } .about-page .about-7 .text { width: 30%; margin-left: 5%; } .about-page .about-7 .text h5 { font-size: 26px; font-weight: bold; } .about-page .about-7 .text .content { padding-top: 30px; } .about-page .about-8 { background: #eaebec; padding-bottom: 150px; position:relative; z-index:1; } .about-page .about-8:after { content:''; width:100%; height:25%; display:block; background:white; position:absolute; left:0; bottom:0; z-index:-1; } .about-page .about-8 .box { padding: 0 60px; } .about-page .about-8 .box .left { width: 55%; } .about-page .about-8 .box .right { width: 45%; padding: 0 12%; text-align: center; } .about-page .about-8 .box .right .content { padding-top: 20px; } .about-page .about-8 .box .right .text { width: 100%; display: inline-block; margin: 0 auto; text-align: left; } .about-page .about-8 .box .right .text h5 { font-size: 26px; font-weight: bold; } .about-page .about-8 .box .right .text .content { padding-top: 30px; } .about-page .about-9 { margin-top: -200px; } .about-page .about-9 .left { width: 60%; text-align: center; vertical-align: middle; } .about-page .about-9 .left .text { width: 30%; display: inline-block; margin: 0 auto; text-align: left; } .about-page .about-9 .left .text h5 { font-size: 26px; font-weight: bold; } .about-page .about-9 .left .text .content { padding-top: 30px; } .about-page .about-9 .right { width: 40%; vertical-align: middle; } .product-page { background: #f8f6f5; } .product-page .product-nav { padding-top: 140px; position: relative; z-index: 2; } .product-page .product-nav .top h5 { font-size: 26px; color: black; font-weight: bold; text-transform: uppercase; } .product-page .product-nav .top h5 small { display: inline-block; vertical-align: middle; margin-left: 15px; font-size: 14px; text-transform: uppercase; color: #7e8e97; font-weight: normal; letter-spacing: 2px; } .product-page .product-nav .top h5 small:before { content: '/'; display: inline-block; vertical-align: top; margin: 0 10px; } .product-page .product-nav .bottom { padding: 30px 0; background: white; margin-top: 50px; } .product-page .product-nav .bottom ul { margin: 0 -30px; } .product-page .product-nav .bottom ul li { display: inline-block; font-size: 13px; text-transform: uppercase; color: #666; position: relative; line-height: 40px; height: 40px; padding: 0 30px; } .product-page .product-nav .bottom ul li ul { position: absolute; top: 100%; left: 30px; margin: 0; background: white; border-radius: 5px; width: 240px; -webkit-perspective: 500px; perspective: 500px; transform-style: preserve-3d; 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; transform-origin: 0 0 0; opacity: 0; transition: transform 0.5s, opacity 0.3s; -webkit-transition: -webkit-transform 0.5s, opacity 0.3s; -moz-transition: -moz-transform 0.5s, opacity 0.3s; box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2); display: none \9; } .product-page .product-nav .bottom ul li ul li { padding: 10px 15px; line-height: normal; color: #222; font-size: 12px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px #eee dashed; width: 100%; } .product-page .product-nav .bottom ul li ul li a { display: block; } .product-page .product-nav .bottom ul li ul li a:before { content: "\f096"; font-family: "FontAwesome"; display: inline-block; vertical-align: middle; margin-right: 10px; margin-top: -2px; } .product-page .product-nav .bottom ul li ul li.active a:before { content: "\f046"; } .product-page .product-nav .bottom ul li: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; } .product-page .product-1 { padding-top: 120px; overflow: hidden; } .product-page .product-1 ul { margin: -50px -20px; } .product-page .product-1 ul li { padding: 50px 20px; } .product-page .product-1 ul li a.img-box { display: block; z-index: 1; padding: 50px 0; } .product-page .product-1 ul li a.img-box:after { content: ''; background: #e3e2e2; display: block; width: 100%; height: 50%; z-index: -1; position: absolute; left: 0; top: 0; -webkit-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -moz-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -ms-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -o-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); transition: 1s cubic-bezier(0.35, 0, 0, 1.01); } .product-page .product-1 ul li a.img-box .content { margin-top: 30px; } .product-page .product-1 ul li a.img-box .content h5 { font-size: 16px; font-weight: bold; text-transform: uppercase; -webkit-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -moz-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -ms-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -o-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); transition: 1s cubic-bezier(0.35, 0, 0, 1.01); position: relative; top: 0; } .product-page .product-1 ul li a.img-box .content h5:hover { color: #e60012; } .product-page .product-1 ul li a.img-box .content p i { margin-right: 10px; } .product-page .product-1 ul li a.img-box .content em { color: #333; font-size: 14px; margin-top: 20px; display: block; } .product-page .product-1 ul li a.img-box:hover:after { height: 55%; } .product-page .product-1 ul li a.img-box:hover .content h5 { top: -5px; } .prodet-page .prodet-1 { margin-bottom: 100px; padding-top: 120px; position: relative; } .prodet-page .prodet-1:after { content: ''; width: 60%; height: 75%; background: rgba(230, 0, 18, 0.15); display: block; position: absolute; right: 0; top: 0; z-index: -1; } .prodet-page .prodet-1 .left { width: 40%; padding: 0 5% 0 10%; vertical-align: middle; } .prodet-page .prodet-1 .left th, .prodet-page .prodet-1 .left td { width: auto !important; height: auto !important; border: none !important; border-bottom: 1px solid #eee; } .prodet-page .prodet-1 .left table { width: 100% !important; height: auto !important; border: none !important; } .prodet-page .prodet-1 .left .top h4 { display: block; font-size: 26px; font-weight: bold; font-family: "Arial"; color: black; } .prodet-page .prodet-1 .left .top p { font-size: 16px; color: #666; } .prodet-page .prodet-1 .left .top p i { margin-right: 10px; } .prodet-page .prodet-1 .left .bottom { padding-top: 120px; font-size: 14px; color: #828990; word-break: break-word; } .prodet-page .prodet-1 .left .bottom i { width: 30px; margin-right: 10px; font-size: 18px; text-align: center; } .prodet-page .prodet-1 .left .bottom ul li { padding: 8px 0 8px 30px;; word-break: break-word; position:relative; } .prodet-page .prodet-1 .left .bottom ul li:before { content:''; font-family:'FontAwesome'; position:absolute; left:0; top:5px; font-size:18px; } .prodet-page .prodet-1 .left .bottom ul li:nth-child(1):before { content:"\f0f6"; } .prodet-page .prodet-1 .left .bottom ul li:nth-child(2):before { content:"\f085"; } .prodet-page .prodet-1 .left .bottom ul li:nth-child(3):before { content:"\f080"; } .prodet-page .prodet-1 .right { width: 60%; vertical-align: middle; } .prodet-page .prodet-1 .right .slick-arrow { width: 30px; height: 30px; background: none; border: none; color: transparent; font-size: 0; position: absolute; top: 30%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); left: -5%; z-index: 1; } .prodet-page .prodet-1 .right .slick-arrow:after { content: ''; font-family: "FontAwesome"; font-size: 28px; color: black; 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%); } .prodet-page .prodet-1 .right .slick-arrow.slick-prev { left: -40px; } .prodet-page .prodet-1 .right .slick-arrow.slick-prev:after { content: "\f104"; } .prodet-page .prodet-1 .right .slick-arrow.slick-next { left: 10px; } .prodet-page .prodet-1 .right .slick-arrow.slick-next:after { content: "\f105"; } .prodet-page .prodet-1 .right .image-gallery li { padding:0; } .prodet-page .prodet-1 .right .image-gallery li i, .prodet-page .prodet-1 .right .image-gallery li span { display:none !important; } .prodet-page .prodet-2 { background: #fbfbfb; } .prodet-page .prodet-2 .left { width: 20%; line-height: 120px; height: 120px; background: #2f3344; text-align: center; color: white; font-size: 14px; vertical-align: middle; } .prodet-page .prodet-2 .left em { font-weight: bold; font-size: 20px; margin-left: 5px; } .prodet-page .prodet-2 .right { width: 80%; vertical-align: middle; padding-left: 5%; font-size: 18px; color: black; padding-right: 5%; } .prodet-page .prodet-2 .right .share { float: right; } .prodet-page .prodet-2 .right ul li { width: auto; font-size: 18px; margin: 0 10px; } .prodet-page .prodet-3 { padding: 100px 0; background: #f8f6f5; overflow: hidden; } .prodet-page .prodet-3 .left { padding-left: 5%; width: 60%; } .prodet-page .prodet-3 .left .scale-img { background-image:url('../images/prodet-3-bg.jpg'); background-size:cover; } .prodet-page .prodet-3 .left .scale-img>img { /* opacity:0; */ } .prodet-page .prodet-3 .right { width: 40%; padding-left: 10%; } .prodet-page .prodet-3 .right h4 { font-size: 26px; color: black; font-weight: bold; font-family: "Arial"; text-transform: uppercase; } .prodet-page .prodet-3 .right ul { padding-top: 30px; margin: 0 -15px; } .prodet-page .prodet-3 .right ul li { padding: 0 15px; } .prodet-page .prodet-3 .right ul li a { display: block; z-index: 1; padding: 50px 0; } .prodet-page .prodet-3 .right ul li a:after { content: ''; background: #e3e2e2; display: block; width: 100%; height: 50%; z-index: -1; position: absolute; left: 0; top: 0; -webkit-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -moz-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -ms-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -o-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); transition: 1s cubic-bezier(0.35, 0, 0, 1.01); } .prodet-page .prodet-3 .right ul li a .content { margin-top: 30px; } .prodet-page .prodet-3 .right ul li a .content h5 { font-size: 16px; font-weight: bold; text-transform: uppercase; -webkit-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -moz-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -ms-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); -o-transition: 1s cubic-bezier(0.35, 0, 0, 1.01); transition: 1s cubic-bezier(0.35, 0, 0, 1.01); position: relative; top: 0; } .prodet-page .prodet-3 .right ul li a .content h5:hover { color: #e60012; } .prodet-page .prodet-3 .right ul li a .content p i { margin-right: 10px; } .prodet-page .prodet-3 .right ul li a .content em { color: #333; font-size: 14px; margin-top: 20px; display: block; } .prodet-page .prodet-3 .right ul li a:hover:after { height: 55%; } .prodet-page .prodet-3 .right ul li a:hover .content h5 { top: -5px; } .prodet-page .prodet-3 .right ul .slick-arrow { width: 30px; height: 30px; background: none; border: none; color: transparent; font-size: 0; position: absolute; top: 100%; left: 0; z-index: 1; } .prodet-page .prodet-3 .right ul .slick-arrow:after { content: ''; font-family: "FontAwesome"; font-size: 28px; color: black; 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%); } .prodet-page .prodet-3 .right ul .slick-arrow.slick-prev { left: 0; } .prodet-page .prodet-3 .right ul .slick-arrow.slick-prev:after { content: "\f104"; } .prodet-page .prodet-3 .right ul .slick-arrow.slick-next { left: 40px; } .prodet-page .prodet-3 .right ul .slick-arrow.slick-next:after { content: "\f105"; } .news-page ul time { font-size: 18px; color: #e60012; font-weight: bold; display: block; } .news-page ul h4 { display: block; font-size: 35px; line-height: 40px; color: #252524; font-weight: bold; margin: 10px 0 40px; } .news-page ul p { font-size: 18px; color: #595959; line-height: 35px; } .news-page ul a.more { display: inline-block; line-height: 60px; height: 60px; padding: 0 30px; font-size: 20px; color: white; font-weight: bold; font-family: "Arial"; background: #e60012; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; position: absolute; bottom: 0; right: 0; } .news-page ul a.more i { display: inline-block; vertical-align: top; margin-left: 15px; } .news-page ul a.more i img { display: inline-block; vertical-align: middle; } .news-page ul a.more:hover { background: #222; } .news-page ul li { padding: 100px 0; } .news-page ul li .left { padding: 100px 10% 140px; background: #f5f5f5; position: relative; top: -50px; } .news-page ul li .right { position: relative; } .news-page ul li:nth-child(even) .left { left: 50%; } .news-page ul li:nth-child(even) .left a.more { left: 0; right: auto; } .news-page ul li:nth-child(even) .right { left: -50%; } .news-page ul li:first-child { padding: 200px 0; position: relative; margin-bottom: 100px; } .news-page ul li:first-child:after { content: ''; width: 100%; height: 100%; top: 0; right: 50%; display: block; position: absolute; z-index: -1; background: black; } .news-page ul li:first-child .left { width: 40%; background: none; padding: 0 5% 140px 0; top: 0; vertical-align: middle; } .news-page ul li:first-child .left h4, .news-page ul li:first-child .left p { color: white; } .news-page ul li:first-child .left a.more { left: 0; right: auto; } .news-page ul li:first-child .right { width: 60%; vertical-align: middle; } .newdet-page { padding: 140px 0 50px; } .newdet-page h3 { font-size: 28px; color: #333; text-align: center; } .newdet-page .content { padding-top: 20px; margin-top: 30px; border-top: 10px solid #eee; } .newdet-page .content img { display: block; margin: 0 auto; } .newdet-page .content time { display: block; font-size: 18px; color: #999; margin: 20px 0; text-align: center; } .newdet-page .content time a { padding-right: 10px; margin-right: 10px; border-right: 1px solid #e60012; } .newdet-page .content time a:hover { text-decoration: underline; } .newdet-page .content .text h1, .newdet-page .content .text h2, .newdet-page .content .text h3, .newdet-page .content .text h4, .newdet-page .content .text h5 { font-size: 18px; color: #333; font-weight: bold; text-align: left; } .newdet-page .content .text p { padding: 10px 0; } .newdet-page .content .share { padding-top: 20px; margin-top: 20px; border-top: 10px solid #eee; } .newdet-page .content .share ul li { width: 60px; height: 40px; line-height: 40px; text-align: center; font-size: 18px; color: #333; border-radius: 5px; margin-right: 10px; background: #f8f8f8; -webkit-transition: .5s; -moz-transition: .5s; -ms-transition: .5s; -o-transition: .5s; transition: .5s; } .newdet-page .content .share ul li:hover { background: #e60012; color: white; } .contact-page .contact-1 { padding: 140px 0 60px; } .contact-page .contact-1 .left { padding-right: 25px; vertical-align: middle; } .contact-page .contact-1 .left h2 { font-size: 30px; color: black; font-family: "Roboto-Light"; text-transform: uppercase; } .contact-page .contact-1 .left h2 small { display: block; font-size: 20px; line-height: normal; text-transform: capitalize; } .contact-page .contact-1 .left .list { padding-top: 30px; } .contact-page .contact-1 .left .list ul li { display: block; font-size: 18px; color: black; font-family: "Roboto-Light"; margin-bottom: 10px; } .contact-page .contact-1 .right { text-align: right; vertical-align: bottom; } .contact-page .contact-1 .right #ewm2 { max-width: 160px; border: 3px solid white; display: inline-block; } .contact-page .contact-3 { padding: 70px 0; overflow: hidden; } .contact-page .contact-3 ul { margin: -30px -20px; } .contact-page .contact-3 ul li { padding: 30px 20px; font-family: "Roboto-Light"; margin-bottom: 35px; text-align:center; } .contact-page .contact-3 ul li:nth-child(3n+3) { text-align:right; } .contact-page .contact-3 ul li:nth-child(3n+3) dl { display:inline-block; } .contact-page .contact-3 ul li dl { text-align:left; } .contact-page .contact-3 ul li dl dt { font-size: 24px; color: black; padding-bottom: 20px; } .contact-page .contact-3 ul li dl dd { font-size: 15px; color: #191919; line-height: 28px; } .contact-page .contact-3 ul li dl dd .main-map { margin-top: 30px; } .contact-page .contact-3 ul li dl dd h5 { display: block; padding: 8px 10px; margin-bottom: 2px; background: #f6f6f6; transition: .5s; } .contact-page .contact-3 ul li dl dd h5:hover { background: #da251c; color: white; } .contact-page .contact-3 ul li dl dd h5 small { float: right; } .amap-logo, .amap-copyright { display: none !important; } .button-group .button { background: #e60012 !important; } .contact-page .contact-2 { padding: 60px 0; background: #ededed; } .contact-page .contact-2 h2 { font-size: 30px; color: black; text-align: center; display: block; font-family: "Roboto-Light"; padding-bottom: 50px; } .contact-page .contact-2 h2 small { display: block; font-size: 14px; color: rgba(0, 0, 0, 0.6); } .contact-page .contact-2 .form { display: block; } .contact-page .contact-2 .form ul { margin: -10px; } .contact-page .contact-2 .form ul li { padding: 10px; } .contact-page .contact-2 .form ul li input, .contact-page .contact-2 .form ul li textarea { line-height: 50px; height: 50px; display: block; border: 1px solid #eee; width: 100%; font-size: 16px; padding: 0 15px; font-family: "Roboto-Light"; -webkit-transition: 0.5s border-color; -moz-transition: 0.5s border-color; -ms-transition: 0.5s border-color; -o-transition: 0.5s border-color; transition: 0.5s border-color; } .contact-page .contact-2 .form ul li input:focus, .contact-page .contact-2 .form ul li textarea:focus { border-color: #e60012; } .contact-page .contact-2 .form ul li.wid-100 { width: 100%; } .contact-page .contact-2 .form ul li textarea { height: 160px; line-height: 24px; padding: 8px 15px; } .contact-page .contact-2 .form ul li input[type="submit"] { background: #e60012; color: white; } .history-page { padding:140px 0 50px; } .history-page h3 { font-size: 24px; font-weight: bold; margin-bottom: 50px; text-align:center; } .history-page .box ul { margin:-10px 0; position:relative; } .history-page .box ul:after { content:''; width:2px; height:100%; background:#e60012; position:absolute; left:50%; margin-left:-1px; top:0; } .history-page .box li { width:50%; display:inline-block; position:relative; padding:10px 0; text-align:right; z-index:1; } .history-page .box li:after { content:''; width:15px; height:15px; border-radius:100%; border:2px solid #e60012; background:white; position:absolute; top:16px; right:-7px; z-index:1; } .history-page .box li .content { padding:0 10%; } .history-page .box li:nth-child(even) { left:50%; text-align:left; margin-left:1px; } .history-page .box li:nth-child(even):after { left:-9px; } .history-page .box li h4 { font-size:24px; margin-bottom:10px; font-weight:bold; line-height:28px; background:white; } .lg-page { padding: 140px 0 50px; } .lg-page ul.grid-box { margin: -10px; } .lg-page ul.grid-box li.column { padding: 10px; } .lg-page ul.grid-box li.column h4 { display: block; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; padding: 0 15px; line-height: 50px; height: 50px; background: #eee; } .lg-page h3 { font-size:24px; font-weight:bold; margin-bottom:20px; } .inner-banner.technical { height:640px; line-height:640px; background-position:center center; } .inner-banner.technical .ui.container { max-width:1200px; } .inner-banner.technical h4 { font-weight:bold; font-size:48px; color:white; line-height:normal; text-align:right; display:inline-block; width:100%; vertical-align:middle; margin-right:5px; position:relative; top:-40px; } .inner-banner.technical h4:before { content:''; width:155px; height:7px; display:inline-block; vertical-align:top; background:white; margin-right:15px; margin-top:30px; } .inner-banner.technical h4 em { color:#e93d47; } .inner-banner.technical h4 small { display:block; font-weight:normal; font-size:17px; color:rgba(255,255,255,.63); text-transform:uppercase; line-height:normal; margin-right:-5px; } .inner-page.hb-page .hb-1 { height:700px; line-height:700px; background:url('../images/se-1.jpg') center left no-repeat; text-align:right; } .inner-page.hb-page .hb-1 text { display:inline-block; max-width:564px; font-size:24px; line-height:40px; text-align:left; position:relative; top:150px; } .inner-page.hb-page .hb-1 text a.more { display:inline-block; padding:3px 15px; background:#e60012; color:white; transition:.5s; margin-bottom:40px; } .inner-page.hb-page .hb-1 text a.more:hover { background:#333; } .inner-page.hb-page .hb-2 .ui.container { max-width:1200px; } .inner-page.hb-page .hb-2 { padding:100px 0 20px; text-align:center; } .inner-page.hb-page .hb-2 h3 { font-size:34px; font-weight:bold; letter-spacing:5px; } .inner-page.hb-page .hb-2 h5 { font-size:18px; color:#999; text-transform:uppercase; } .inner-page.hb-page .hb-2 h5 { font-size:18px; color:#999; text-transform: uppercase; } .inner-page.hb-page .hb-2 .text { padding:50px 0 60px; font-size:20px; line-height:48px; } .inner-page.hb-page .hb-2 .text p { font:inherit; color:inherit; } .inner-page.hb-page .hb-2 .gallery { letter-spacing:-4px; margin:-5px; } .inner-page.hb-page .hb-2 .gallery li { letter-spacing:0; display:inline-block; vertical-align:middle; width:50%; padding:5px; } .inner-page.hb-page .hb-2 .gallery li a { display:block; position:relative; } .inner-page.hb-page .hb-2 .gallery li a span, .inner-page.hb-page .hb-2 .gallery li a i { display:none; } .inner-page.hb-page .hb-2 .gallery li a:after { content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,.3) url('../images/icon-search-white.png') no-repeat center center; transition:.5s; opacity:0; } .inner-page.hb-page .hb-2 .gallery li a:hover:after { opacity:1; } .inner-page.technical-page h3 { font-size:34px; font-weight:bold; text-align:center; } .inner-page.technical-page h3 em { color:#e93d47; } .inner-page.technical-page h3 small { display:block; font-weight:normal; text-transform:uppercase; font-size:17px; color:rgba(0,0,0,.63); } .inner-page.technical-page .technical-1 { position:relative; z-index:1; } .inner-page.technical-page .technical-1:after { content:''; z-index:-1; height:80%; width:100%; position:absolute; left:0; top:0; background:#f8f6f5; } .inner-page.technical-page .technical-1 .left { width:53%; vertical-align:middle; position:relative; z-index:1; } .inner-page.technical-page .technical-1 .right { width:47%; vertical-align:middle; text-align:center; margin-top:9%; } .inner-page.technical-page .technical-1 .right h3 { position:relative; display:inline-block; z-index:1; } .inner-page.technical-page .technical-1 .right h3:after { content:''; width:155px; height:7px; position:absolute; right:100%; top:35px; margin-right:15px; background:black; z-index:-1; } .inner-page.technical-page .technical-1 .right img { display:block; margin:0 auto; padding-top:25px; } .inner-page.technical-page .technical-2 { padding-top:100px; text-align:center; } .inner-page.technical-page .technical-2 .ui.container { max-width:1200px; } .inner-page.technical-page .technical-2 text { font-size:24px; line-height:40px; } .inner-page.technical-page .technical-3 { padding:80px 0 100px; text-align:left; } .inner-page.technical-page .technical-3 h3 { text-align:left; } .inner-page.technical-page .technical-3 h5 { font-size:14px; color:#999; text-transform: uppercase; } .inner-page.technical-page .technical-3 .ui.container { max-width:1340px; } .inner-page.technical-page .technical-3 .text { font-size:18px; color:#323232; line-height:38px; margin-top:40px; } .inner-page.technical-page .technical-3 .text p { font:inherit; color:inherit; margin-bottom:34px; } .inner-page.technical-page .technical-3 .left { padding-right:40px; } .inner-page.technical-page .technical-3 .right { padding-left:40px; } .culture-page .culture-1 { padding:60px 0; } .culture-page .culture-1 li { margin-bottom:20px; background:#f6f6f6; } .culture-page .culture-1 .img { width:65%; vertical-align:middle; } .culture-page .culture-1 .text { width:35%; vertical-align:middle; text-align:center; padding:0 15px; } .culture-page .culture-1 .text i { display:block; transition:.5s; position:relative; top:0; } .culture-page .culture-1 .text:hover i { top:-15px; } .culture-page .culture-1 .text h3 { font-size:28px; color:#666; margin-bottom:10px; } .culture-page .culture-1 .text h3:before { content:''; width:40px; height:1px; display:block; margin:15px auto 10px; background:#e60012; } .culture-page .culture-1 .text p { font-size:16px; color:#999; line-height:24px; } .culture-page .culture-2 h2 { text-align: center; font-size: 34px; color: #2b2b2b; line-height: 34px; font-weight:bold; display: block; } .culture-page .culture-2 { text-align:center; padding-bottom:40px; } .culture-page .culture-2 ul { margin:-10px; } .culture-page .culture-2 ul li { padding:10px; } @media screen and (max-width: 1500px) { .contact-page .contact-1 .left h2 { font-size: 26px; } .contact-page .contact-1 .left h2 small { font-size: 14px; } .contact-page .contact-1 .left .list ul li { font-size: 16px; } .contact-page .contact-3 ul li dl dt { font-size: 28px; padding-bottom: 15px; } .contact-page .contact-3 ul li dl dd { font-size: 14px; line-height: 24px; } .wid1400 { display: none; } .amap-container { height: 280px !important; } .news-page ul h4 { font-size: 28px; line-height: 34px; } .news-page ul p { font-size: 16px; line-height: 26px; } .news-page ul time { font-size: 16px; } .news-page ul a.more { font-size: 16px; line-height: 50px; height: 50px; } .news-page ul li:first-child { padding: 150px 0; } .news-page ul li .left { padding: 80px 5% 120px; } .news-page ul li { padding: 60px 0; } .prodet-page .prodet-1 .left .bottom { padding-top: 50px; } .prodet-page .prodet-2 .left { width: 35%; line-height: 80px; height: 80px; } .prodet-page .prodet-2 .right { width: 65%; } .prodet-page .prodet-3 .right h4 { font-size: 24px; line-height: 26px; } .product-page .product-nav .bottom { margin-top: 30px; padding: 15px 0; } .product-page .product-1 { padding-top: 60px; } .product-page .product-1 ul li { padding: 30px; } .product-page .product-1 ul { margin: -30px; } .prodet-page .prodet-1 .left { padding: 0 5%; } .about-page .about-1 .top, .about-page .about-3 { padding: 100px 0; } .about-page .title .right h4 { font-size: 34px; line-height: 40px; } .about-page .about-1 .bottom .right { padding-left: 5%; } .about-page .about-5 { padding: 100px 0 50px; } .about-page .about-6 .text { width: 35%; top: 0; } .about-page .about-7 .text { width: 50%; } .about-page .about-7 { padding-bottom: 100px; } .about-page .about-9 .left .text { width: 80%; } .inner-banner .text { font-size: 34px; } .about-page .about-8 .box .right { padding:0 5%; } .about-page .about-8:after { display:none; } .about-page .about-8 { padding-bottom:40px; } } @media screen and (max-width: 1200px) { .about-page .title .right h4 { font-size: 28px; line-height: 34px; } .about-page .title .right h5 { font-size: 22px; } .about-page .about-3 .right { width: 70%; } .about-page .about-6 .text { width: 45%; left: 50%; } .about-page .about-6 .text .content { padding-top: 10px; } .about-page .about-7 .text { width: 80%; } .about-page .about-8 .box { padding: 0 15px; } .about-page .about-8 .box .right img { max-width:50%; } .about-page .about-8 { padding-bottom: 100px; } .about-page .about-9 { margin-top: -100px; } .product-page .product-1 ul li { padding: 15px; } .product-page .product-1 ul { margin: -15px; } .product-page .product-1 ul li a.img-box { padding: 30px 0; } .prodet-page .prodet-1 .left { padding: 0 40px 0 15px; } .prodet-page .prodet-3 .left { padding-left: 15px; } .prodet-page .prodet-3 .right { padding-left: 5%; } .news-page ul li:first-child { padding: 140px 0 60px; margin-bottom: 60px; } .news-page ul h4 { font-size: 24px; line-height: 28px; margin-bottom: 20px; } .news-page ul li .left { padding: 80px 3% 140px; } .news-page ul a.more { line-height: 40px; height: 40px; font-size: 14px; padding: 0 20px; } .news-page ul p { font-size: 14px; line-height: 24px; } .newdet-page h3 { font-size: 24px; } .contact-page .contact-1 .left { width: 70%; } .contact-page .contact-1 .right { width: 30%; } .contact-page .contact-3 ul li dl dt { font-size: 24px; } .wid1200 { display: none; } } @media screen and (max-width: 1000px) { .contact-page .contact-1 .right { display: none; } .contact-page .contact-1 .left { width: 100%; } .contact-page .contact-1 .left h2 { font-size: 24px; } .contact-page .contact-1 .left .list ul li { font-size: 14px; line-height: 24px; } .contact-page .contact-1 .left .list ul li br { display: none; } .contact-page .contact-3 ul li { padding: 15px; margin: 0; } .contact-page .contact-3 ul { margin: -15px; } .contact-page .contact-3 ul .amap-container { height: 240px !important; } .news-page ul li:first-child .left { padding: 0 5% 60px 0; } .news-page ul h4 { font-size: 20px; line-height: 24px; } .news-page ul time { font-size: 14px; } .news-page ul li .left { padding: 40px 3% 80px; } .prodet-page .prodet-1 .left { width: 50%; } .prodet-page .prodet-1 .right { width: 50%; } .prodet-page .prodet-1:after { width: 50%; } .prodet-page .prodet-1 { margin-bottom: 50px; } .prodet-page .prodet-2 .left em { font-size: 18px; } .prodet-page .prodet-2 .left { width: 50%; } .prodet-page .prodet-2 .right { font-size: 14px; width: 50%; padding: 0 15px; } .prodet-page .prodet-3 { padding: 60px 0; } .prodet-page .prodet-3 .right ul li a { padding: 30px 0; } .product-page .product-1 ul li { padding: 10px; } .product-page .product-1 ul { margin: -10px; } .inner-banner .text { left: 30%; width: 60%; font-size: 30px; } .inner-banner .text h4 { margin-top: -20px; } .inner-banner .text:before { height: 4px; width: 100px; } .about-page .about-1 .top, .about-page .about-3 { padding: 60px 0; } .about-page .title .right h4 { font-size: 24px; line-height: 28px; } .about-page .about-1 .top .right { width: 80%; } .about-page .about-1 .bottom .right { width: 100%; padding-left: 0; padding-top: 30px; } .about-page .about-1 .bottom .left { width: 100%; } .about-page .about-1, .about-page .about-7 { padding-bottom: 50px; } .about-page .about-2 .play { font-size: 20px; } .about-page .about-3 .right { width: 80%; } .about-page .about-3 .right .content { padding-top: 20px; } .about-page .about-6 .text { position: static; width: 100%; max-width: 700px; left: 0; padding: 20px 15px; margin: 0 auto; } .about-page .about-7 .text { margin: 0; width: 100%; } .about-page .about-8 .box .right { padding: 0 3%; width: 35%; } .about-page .about-8 .box .left { width: 65%; } .about-page .about-8 { padding-bottom: 0; } .about-page .about-9 { margin-top: -50px; } .about-page .about-9 .left .text { width: 100%; padding: 0 15px; } .about-10 { margin-top: 30px; } .product-page .product-nav .bottom ul { margin: 0 -15px; } .product-page .product-nav .bottom ul li { padding: 0 15px; } .about-page .about-8 .box .right .text h5 { font-size:20px; } .about-page .about-8 .box .right .text p { font-size:12px; line-height:24px; } .about-page .about-2 .text h4 { font-size:18px; line-height:26px; } .history-page .box li h4 { font-size:20px; } .inner-banner.technical { height:400px; line-height:400px; } .inner-banner.technical h4 { font-size:32px; } .inner-banner.technical h4:before { height:5px; width:120px; margin-top:24px; } .inner-banner.technical h4 small { font-size:13px; } .inner-page.technical-page .technical-1 .right { margin-top:4%; } .inner-page.technical-page .technical-2 { padding-top:50px; } .inner-page.technical-page .technical-2 text { font-size:18px; line-height:28px; } .inner-page.technical-page h3 { font-size:28px; } .inner-page.technical-page .technical-3 .text { font-size:16px; line-height:30px; margin-top:20px; } .inner-page.technical-page .technical-3 .text p { margin-bottom:15px; } .inner-page.technical-page .technical-3 .left { padding-right:15px; } .inner-page.technical-page .technical-3 .right { padding-left:15px; } .inner-page.technical-page .technical-3 { padding:40px 0; } .inner-page.hb-page .hb-1 text { font-size:20px; top:0; text-shadow: 0 0 10px white; } .inner-page.hb-page .hb-1 { line-height:500px; height:500px; margin-top:20px; } .inner-page.hb-page .hb-2 { padding:40px 0 20px; } .inner-page.hb-page .hb-2 h3 { font-size:28px; } .inner-page.hb-page .hb-2 .text { font-size:16px; padding:30px 0; line-height:30px; } } @media screen and (max-width: 700px) { .inner-page p { font-size:14px; line-height:22px; } .inner-banner .text { left: 20%; width: 70%; font-size: 20px; line-height: 24px; } .about-page .about-2 .text { display:none; } .inner-banner .text br { display: none; } .inner-banner .text h4 { margin-left: 0; margin-top: 0; } .about-page .title .right h4 { font-size: 20px; line-height: 24px; } .about-page .about-6 .text h5, .about-page .about-7 .text h5, .about-page .about-9 .left .text h5 { font-size: 20px; } .about-page .about-7 .text .content { padding-top: 10px; } .about-page .about-9 { margin-top: 30px; } .about-page .about-9 .left { width: 100%; } .about-page .about-9 .right { width: 100%; padding: 15px; overflow: hidden; margin-top: 30px; } .about-page .about-8 .box .left { width: 100%; } .about-page .about-8 .box .right { width: 100%; padding:30px 0; } .about-page .about-8 .box .right img { max-width:30%; } .about-page .about-8 .box .right .content { display: none; } .about-page .about-2 .play { font-size: 16px; } .img-parallax, .img-parallax2 { -webkit-transform: translate(0) !important; -moz-transform: translate(0) !important; -ms-transform: translate(0) !important; -o-transform: translate(0) !important; transform: translate(0) !important; } .product-page .product-nav .bottom ul li ul { display: none !important; } .product-page .product-nav .bottom ul { display: none; } .product-page .product-nav .top h5 { font-size: 20px; } .product-page .product-nav .top h5 small { font-size: 12px; } .inner-page .m-page { margin: 20px 0; } .prodet-page .prodet-1 .left { width: 100%; padding: 0 15px; } .prodet-page .prodet-1 .right { width: 90%; margin-left: 10%; } .prodet-page .prodet-1:after { width: 90%; } .prodet-page .prodet-1 .left .bottom { padding-top: 20px; } .prodet-page .prodet-1 .left .top h4 { font-size: 20px; } .prodet-page .prodet-2 .right .share { display: none; } .prodet-page .prodet-3 .left { width: 100%; padding: 0 15px; } .prodet-page .prodet-3 .right { width: 100%; padding-top: 30px; } .news-page ul li { padding: 20px 0; } .news-page ul li .left { width: 100% !important; padding: 30px 15px !important; left: 0 !important; top: 0 !important; } .news-page ul li .right { width: 100% !important; left: 0 !important; } .news-page ul li:first-child:after { right: 0; } .news-page ul li:first-child { padding: 30px 0; margin-top: 100px; margin-bottom: 20px; } .news-page ul a.more { position: static; margin-top: 10px; } #header .nav-fixed .menu-box .nav-list ul li ul li { font-size:14px; } .inner-page.technical-page .technical-1 { padding-top:20px; } .inner-page.technical-page .technical-1 .left { width:100%; } .inner-page.technical-page .technical-1 .right { width:100%; } .inner-banner.technical { height:300px; line-height:300px; } .inner-page.technical-page .technical-2 text { font-size:15px; } .inner-page.technical-page h3 { font-size:24px; } .inner-page.technical-page .technical-3 h5 { font-size:12px; } .inner-page.technical-page .technical-3 .text { font-size:14px; line-height:24px; } .inner-page.technical-page .technical-3 .left, .inner-page.technical-page .technical-3 .right{ width:100%; padding:15px 0; } .inner-banner.technical h4 { top:0; font-size:24px; } .inner-banner.technical h4:before { margin-top:18px; } .inner-page.technical-page h3 { font-size:20px; } #header .nav { padding:0 15px; } .inner-page.hb-page .hb-1 text { font-size:16px; line-height:34px; } .inner-page.hb-page .hb-1 { padding:30px 0; background:#eee; height:auto; line-height:normal; margin-top:0; } .inner-page.hb-page .hb-2 h3 { font-size:24px; } .inner-page.hb-page .hb-2 h5 { font-size:12px; } .inner-page.hb-page .hb-2 .text { font-size:14px; line-height:26px; padding-bottom:0; } .culture-page .culture-1 .text { width:100%; padding:20px; } .culture-page .culture-1 .img { width:100%; } .culture-page .culture-1 .text i img { max-height:40px; } .culture-page .culture-1 .text h3 { font-size:24px; } .about-page .title .left { display:none; } .about-page .title .right { width:100% !important; } #header .nav-fixed .menu-box .nav-list ul li ul { display:block; margin-left:0; width:100%; max-width:none; } } @media screen and (max-width: 500px) { .about-page .about-4 .left { margin-right: 0; } .about-page .about-5 { padding: 50px 0; } .about-page .about-8 { padding-bottom: 0; } .prodet-page .prodet-2 .left { width: 100%; } .prodet-page .prodet-2 .right { display: none; } .prodet-page .prodet-3 { padding: 40px 0; } .newdet-page h3 { font-size: 20px; } .newdet-page .content time { font-size: 16px; margin: 10px 0; } .newdet-page .content .text h1, .newdet-page .content .text h2, .newdet-page .content .text h3, .newdet-page .content .text h4, .newdet-page .content .text h5 { font-size: 16px; } .newdet-page .content .share ul li { width: 40px; line-height: 30px; height: 30px; font-size: 16px; } .contact-page .contact-3 { padding: 40px 0; } .contact-page .contact-1 .left h2 { font-size: 20px; } .contact-page .contact-1 { padding: 100px 0 30px; } .contact-page .contact-2 h2 { font-size: 26px; } .contact-page .contact-3 ul li dl dt { font-size: 20px; } .history-page .box li { width:100%; margin-left:0 !important; } .history-page .box li:after { left:-9px; } .history-page .box ul:after,.history-page .box li:nth-child(even) { left:0; } .history-page .box li { text-align:left !important; } } .load6 { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #e60012; display: block; z-index: 99; } .load6 .loader { font-size: 90px; text-indent: -9999em; overflow: hidden; width: 1em; height: 1em; border-radius: 50%; margin: 0 auto; position: relative; -webkit-animation: load6 1.7s infinite ease; animation: load6 1.7s infinite ease; 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%); } @-webkit-keyframes load6 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } 5%, 95% { box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } 30% { box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff } 55% { box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } } @keyframes load6 { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } 5%, 95% { box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } 30% { box-shadow: -.11em -.83em 0 -.4em #fff, -.51em -.66em 0 -.42em #fff, -.75em -.36em 0 -.44em #fff, -.83em -.03em 0 -.46em #fff, -.81em .21em 0 -.477em #fff } 55% { box-shadow: -.11em -.83em 0 -.4em #fff, -.29em -.78em 0 -.42em #fff, -.43em -.72em 0 -.44em #fff, -.52em -.65em 0 -.46em #fff, -.57em -.61em 0 -.477em #fff } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); box-shadow: -.11em -.83em 0 -.4em #fff, -.11em -.83em 0 -.42em #fff, -.11em -.83em 0 -.44em #fff, -.11em -.83em 0 -.46em #fff, -.11em -.83em 0 -.477em #fff } } .main-video-box, .main-video-box-layer{ display: none; position: fixed; } .main-video-box{ width: 800px; height: 500px; left: 50%; top:25%; margin-left: -400px; z-index: 999; } .main-video-box-layer{ width: 100%; height: 100%; left: 0; top:0; z-index: 997; background: rgba(0,0,0,.7); } @media screen and (max-width: 1300px) { .history-Box ul.h-up li { -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; -ms-transform: translateX(0) !important; transform: translateX(0) !important; } } @media screen and (max-width: 1000px) { .history-Box ul.h-up li { border-bottom: 1px solid white !important; } }