@charset 'utf-8'; .container{ width: 100%; } .header{ position: fixed; left: 0; right: 0; top: 0; z-index: 98; } .header.scroll{ background: #fff; } .nav-wrap{ display: block; position: static; } .nav-wrap ul{ background: transparent; } .nav-wrap ul li{ float: left; } .nav-wrap > ul > li > a{ color: #fff; border-bottom: 0; padding: 18px 8px; position: relative; } .hovered .nav-wrap > ul > li > a{ color: #333; } .nav-wrap > ul > li > a::after{ content: ""; position: absolute; left: 20%; bottom: 0; height: 3px; background-color: #c01d30; transition: all .3s; -moz-transition: all .3s; /* Firefox 4 */ -webkit-transition: all .3s; /* Safari Chrome */ -o-transition: all .3s; /* Opera */ width: 0; } .nav-wrap ul li a:hover::after{ width: 80%; } .nav-wrap ul li a i{ display: none; } .nav-wrap ul li .sec{ position: absolute; left: 0; right: 0; top: 100%; background: rgba(255, 255, 255, .6); } .header.scroll .nav-wrap > ul > li > a{ color: #333; } .sec-nav { padding-top: 36px; padding-bottom: 36px; } .sec-nav a{ float: left; width: 40%; margin-left: 10%; color: #333; text-align: center!important; border-bottom: 1px solid #333; } .sec-img-wrap{ width: 80%; margin: 36px auto; } .sec-img-wrap img{ width: 100%; } /* 閸忓厖绨幋鎴滄粦 */ .about-text-wrap { padding: 5vw 2vw; float: left; width: 50%; } .about-text-wrap h2.en{ font-size: 60px; line-height: 92px; } .about-text-wrap .slogn { font-size: 20px; line-height: 4em; } .about-text-wrap .profile { font-size: 14px; line-height: 28px; } .num-wrap { padding: 3vw 0; } .num-item .num { font-size: 32px; line-height: 48px; font-weight: lighter; color: #ca1826; } .num-item .desc{ font-size: 14px; } .u-more a{ width: 176px; } .about-video-wrap{ float: right; width: 50%; } /* 閺備即妞堟稉顓炵妇 */ .news{ padding-bottom: 52px; } /* 閸氬牅缍旀导娆庡嵆 */ .partner{ padding-bottom: 72px; } /* 鎼存洟鍎 */ .f-contact{ margin-bottom: 32px; } .f-contact .text{ line-height: 30px; } .home-video-show{ padding-bottom: 88%; background-position: center center; background-size: cover; }