12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487 |
-
-
- @import "/dev/static/font/cavan.css";
- @import "/dev/static/font/iconfont.css";
-
- html,
- body,
- h1,
- h2,
- h3,
- div,
- span,
- header,
- footer,
- nav,
- section,
- input {
- margin: 0;
- padding: 0;
- }
-
- input:focus {
- outline: none;
- }
-
- html,
- body {
- width: 100%;
- height: 100%;
- font-size: 16px;
- color: #231f20;
- font-family: 'MyFont2';
- }
- a{
- text-decoration: none;
- color: #231f20;
- }
- img{
- width: 100%;
- }
-
- img[src=""],
- img:not([src]) {
- opacity: 0;
- }
-
- .btn{
- position: relative;
- min-width: 200px;
- height: 50px;
- margin: 0px auto;
- background: #B81C25;
- box-sizing: border-box;
- color: #ffffff;
- display: inline-block;
- text-align: center;
- line-height: 50px;
- font-size: 14px;
- transition: all .3s ease-in-out;
- cursor: pointer;
- border-radius: 8px;
- &>span{
- position: relative;
- top: 0px;
- transition: all .3s ease-in-out;
- }
- &:hover{
-
-
- &>span{
- top: -1px;
- }
- }
- }
- .btnBlack{
- color: #000;
- border: 1px solid #000;
- &:hover{
- color: #ffffff;
- }
- }
- .btn2{
- position: relative;
- z-index: 2;
- box-sizing: border-box;
- color: #000;
- display: inline-block;
- text-align: center;
- font-size: 14px;
- transition: all .3s ease-in-out;
- cursor: pointer;
- &:hover{
- color: #48A038;
- }
- }
- .btn3{
- position: relative;
- width: 240px;
- height: 60px;
- box-sizing: border-box;
- color: #000;
- display: flex;
- text-align: center;
- line-height: 60px;
- font-size: 18px;
- transition: all .3s ease-in-out;
- cursor: pointer;
- border-radius: 50px;
- box-sizing: border-box;
- border: 1px solid #000;
- justify-content: center;
- align-items: center;
- overflow: hidden;
- &::before{
- content: '';
- width: 10px;
- height: 10px;
- position: absolute;
- bottom: -10px;
- left: 50%;
- transform: translateX(-50%);
- background: #B81C25;
- border-radius: 50%;
- transition: all .3s ease-in-out;
- z-index: -1;
- }
- &>span{
-
- transform: rotate(90deg);
- font-size: 30px;
- margin-left: 8px;
- }
- &:hover{
- color: #fff;
- border: 1px solid #B81C25;
- &::before{
- transform: translateX(-50%) scale(30);
- }
- }
- }
- .btnW{
- color: #fff;
- &:hover{
- color: #48A038;
- }
- }
-
-
- .title{
- font-size: 56px;
- font-family: 'MyFont1',sans-serif;
- font-weight: bold;
- }
-
- .text{
- font-size: 20px;
- line-height: 44px;
- }
-
-
-
- .goTop{
- position: absolute;
- bottom: 360px;
- right:140px;
- transform: rotate(-90deg);
- display: none;
- .goTopBtn{
- width: 84px;
- height: 84px;
- background: #B2B5B7;
- border-radius: 42px;
- position: relative;
- transition: all .3s ease-in-out;
- a{
- padding: 0px;
- width: 100%;
- height: 100%;
- }
- .btnShow{
- .btnIcon{
- background-color: #fff;
- }
- }
- &:hover{
- background:#48A038;
- }
-
- }
- }
- .aniTxtUp{
- &>div{
- display: inline-block;
-
- }
- }
-
-
- header{
- width: 100%;
- position: fixed;
- z-index: 9;
- transition: all .3s ease-in-out;
-
- .headCon{
- width: 100%;
- margin: 0 auto;
- max-width: 1920px;
-
- background: #ffffff;
-
- box-shadow: 6px 8px 10px 0px rgba(159,176,191,0.13);
- }
- .menuType{
- background: #ffffff12;
- border-bottom: 0px solid rgba(0,0,0,0);
- box-shadow: none;
- .logo{
-
- }
-
- .headerPC{
- .menu{
- &>div{
- &>a{
- color: #ffffff;
- }
- }
- .menuClicked{
- &::before{
- background: #fff;
- }
- }
- }
- .logo{
- background: url("../images/logoW.png") no-repeat;
- background-size: 142px 32px;
- }
- .logos{
- background: url("../images/logoW.png") no-repeat;
- background-size: 142px 32px;
- }
- .language{
- .btn2{
- color: #ffffff;
- &:hover{
- color: #B81C25;
- &.aborder{
- border: 1px solid #B81C25;
- background: #B81C25;
- color: #ffffff;
- }
- }
- }
- .aborder{
- border: 1px solid #ffffff;
- }
- .line{
- background: #ffffff;
- }
- }
- }
- .headerMobile{
- .logo{
- background: url("../images/logoW.png") no-repeat;
- background-size: contain;
- }
- .logos{
- background: url("../images/logoW.png") no-repeat;
- background-size: contain;
- }
- }
- }
- }
- .hideHeader{
- transform: translateY(-100%);
- }
- .headerPC{
- width: 100%;
- box-sizing: border-box;
- padding: 0px 100px;
- height: 70px;
- display: flex;
- color: #000;
- justify-content: space-between;
- align-items: center;
- font-size: 14px;
- font-weight: 400;
- position: relative;
- .logo{
- width: 142px;
- height: 32px;
- background: url("../images/logoB.png") no-repeat;
- background-size: 142px 32px;
- cursor: pointer;
- position: absolute;
- left: 100px;
- }
- .logos{
- width: 142px;
- height: 32px;
- background: url("../images/logoB.png") no-repeat;
- background-size: 142px 32px;
- cursor: pointer;
- position: absolute;
- left: 100px;
- }
- .menu{
- display: flex;
- position: relative;
- height: 70px;
- align-items: center;
- margin: 0 auto;
- &>div{
- display: inline-block;
- padding: 0 30px;
- position: relative;
- height: 70px;
- cursor: pointer;
- &>a{
- line-height: 70px;
- z-index: 11;
- transition: all .3s ease;
- font-size: 18px;
- }
- &:hover{
- &>a{color: #B81C25;}
- }
- }
- .menuClicked{
- &::before{
- content: '';
- width: calc(100% - 40px);
- height: 2px;
- position: absolute;
- bottom: 0px;
- left: 20px;
- background: #B81C25;
- }
- &>a{
- color: #B81C25;
- }
- }
- }
- .menuSon{
- position: absolute;
- top: 70px;
- padding: 15px 0px 15px;
- background: #fff;
- box-shadow: 0px 2px 6px 0px rgba(183,183,183,0.43);
-
- z-index: 10;
- width: auto;
- width: 260px;
- white-space: nowrap;
- left: 50%;
- transform: translateX(-50%) translateY(0%);
-
- box-sizing: border-box;
-
- display: none;
- text-align: center;
- font-size: 18px;
- .menuUp{
- width: 100%;
- height: 2px;
- background: #00000000;
- position: absolute;
- left:0;
- top: -2px;
- &::before{
- content: '';
- width: 0;
- height: 0;
- position: absolute;
- display: block;
- bottom: -2px;
- left: 50%;
- transform: translateX(-50%);
- border-top:15px solid transparent;
- border-left:15px solid transparent;
- border-right:15px solid transparent;
- border-bottom:15px solid #fff ;
- }
- }
- a{
- display: block;
- padding: 9px 0;
- transition: all .3s ease;
- span{
- transition: all .3s ease;
- display: inline-block;
- }
- &:hover{
- background: #B81C25;
- span{
- color: #fff;
- transform: translateY(-3px);
- }
- }
- &:last-child {
- margin-bottom: 0;
- }
- }
- }
- .open{
- display: block;
- }
- .language{
- height: 70px;
- display: flex;
- align-items: center;
- width: auto;
- white-space: nowrap;
- cursor: pointer;
- position: absolute;
- right: 100px;
- .btn2{
- display: inline-block;
- color: #000000;
- transition: all .3s ease;
- &:hover{
- color: #B81C25;
- &.aborder{
- border: 1px solid #B81C25;
- background: #B81C25;
- color: #fff;
- }
- }
- }
- .aborder{
- border: 1px solid #000000;
- text-align: center;
- width: 100px;
- height: 30px;
- font-size: 12px;
- box-sizing: border-box;
- border-radius: 6px;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .line{
- display: inline-block;
- width: 1px;
- height: 13px;
- background: #000000;
- opacity: 0.5;
- margin: 0px 20px;
- }
-
-
- }
- }
- .headerMobile{
- display: none;
- width: 100%;
- height: 60px;
- padding: 14px 15px 0px;
- box-sizing: border-box;
- position: relative;
- .logo{
- width: 136px;
- height: 30px;
- position: relative;
- z-index: 6;
- background: url("../images/logoB.png") no-repeat;
- background-size: contain;
- cursor: pointer;
- top: 2px;
- }
- .logos{
- width: 136px;
- height: 30px;
- position: relative;
- z-index: 6;
- background: url("../images/logoB.png") no-repeat;
- background-size: contain;
- cursor: pointer;
- top: 2px;
- }
- .navFlagBtn {
- position: absolute;
- top: 12px;
- right: 6px;
- width: 40px;
- height: 40px;
- z-index: 8;
- .lineCenter {
- top: 50%;
- margin-top: -1px;
- }
- .nav_btn_small {
- width: 20px;
- height: 16px;
- position: absolute;
- left: 10px;
- top: 12px;
- }
- .lineTop {
- top: 0;
- }
- .lineBottom {
- bottom: 0;
- }
- .nav_btn_small > div {
- border-radius: 1px;
- width: 100%;
- height: 2px;
- background-color: #ffffff;
- position: absolute;
- }
- .arrowDirBase {
- transition: all 0.3s ease;
- -webkit-transition: all 0.3s ease;
- -webkit-transform-origin: 50% 50%;
- transform-origin: 50% 50%;
- }
- .arrowDirectionDown {
- transform: rotate(45deg) translate(5px, 5px);
- -webkit-transform: rotate(45deg) translate(5px, 5px);
- }
- .arrowDirectionUp {
- transform: rotate(-45deg) translate(5px, -5px);
- -webkit-transform: rotate(-45deg) translate(5px, -5px);
- }
- .arrowDirectionCenter {
- opacity: 0;
- }
- }
- .navFlag{
- width: 100%;
- height: calc(100vh - 60px);
- position: absolute;
- top: 60px;
- left: 0;
- background-color: #ffffff;
- display: none;
- z-index: 6;
- .navBg{
- width: 100%;
- height: 60px;
- position: absolute;
- top: -60px;
- left: 0px;
- background-color: #ffffff;
- background-image: url("../images/logoB.png");
- background-size: 89px 22px;
- background-repeat: no-repeat;
-
- background-position: 15px center;
- }
- .navMenu{
- width: 100%;
- height: 100%;
- box-sizing: border-box;
- overflow-y: auto;
- &>div{
- width: 100%;
- padding: 25px 15px;
- box-sizing: border-box;
- border-bottom: 1px solid #ACACAC80;
-
- .title{
- font-size: 18px;
- line-height: 18px;
- color: #231F20;
- padding-left: 13px;
- padding-right: 6px;
- font-weight: 100;
- font-family: 'MyFont2';
- span{
- float: right;
- font-size: 14px;
- transform: rotate(-90deg);
- transition: all .3s ease;
- }
- }
- .menuSon{
- width: 100%;
- overflow: hidden;
- height: 0px;
- clip-path: inset(0 0 100% 0);
- transition: all 0.3s ease;
- a{
- font-size: 16px;
- display: block;
- color: #666666;
- padding: 20px 14px;
- border-bottom: 1px solid #ACACAC80;
- &:first-child{
- margin-top: 10px;
- }
- &:last-child{
- border-bottom: none;
- padding-bottom: 0px;
- }
- }
- }
- }
- .menuShow{
- .title{
- .iconfont{
- transform: rotate(0deg);
- }
- }
- .menuSon{
- height: 100%;
- clip-path: inset(0 0 0% 0);
- }
- }
- }
- .language{
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20px 0px;
- a{
- font-size: 16px;
- display: inline-block;
- }
- .light{
- color: #48A038;
- }
- div{
- width: 1px;
- height: 14px;
- background: #000000;
- display: inline-block;
- margin: 0 20px;
- }
- }
- }
- .FlagOpen{
- display: block;
- }
- }
-
- footer{
- width: 100%;
- max-width: 1920px;
- margin: 0 auto;
- background-color: #f8f8f8;
- padding-top: 80px;
- position: relative;
- .footer{
- width: 100%;
- max-width: 1300px;
- margin: 0px auto;
- font-size: 16px;
- display: flex;
- justify-content: space-between;
- .footerLeft{
- width: 340px;
- text-align: left;
- color: #333333;
- .footerLogo{
- width: 291px;
- height: 64px;
- background: url('../images/logoB2.png') no-repeat;
- background-size: 100% 100%;
- margin-bottom: 50px;
- }
- .footerLCon1{
- width: 100%;
- display: flex;
- margin-top: 50px;
- justify-content: space-between;
- &>div{
- display: inline-block;
- font-size: 16px;
- font-weight: bold;
- span{
- opacity: 0.7;
- font-size: 16px;
- font-weight: 100;
- }
- }
- }
- .footerLCon2{
- width: 100%;
- font-size: 16px;
-
- margin-top: 20px;
- span{
-
- font-weight: 100;
- }
- .txt16{
- font-size: 16px;
- }
- }
- }
- .footerRight{
- width: 176px;
- .btnDown{
- width: 100%;
- height: 40px;
- border-radius: 8px;
- border: 1px solid #FFFFFF;
- position: relative;
- .btnDownTitle{
- width: 100%;
- height: 40px;
- line-height: 40px;
- box-sizing: border-box;
- padding: 0px 20px;
- color: #fff;
- cursor: pointer;
- .tit{
- opacity: 0.5;
- }
- .iconfont{
- font-size: 14px;
- float: right;
- transition: all .3s ease;
- }
- }
- .btnDownMenu{
- position: absolute;
- top: 42px;
- left: 0px;
- width: 100%;
- min-height: 120px;
- max-height: 280px;
- overflow-y: auto;
- background: #fff;
- color: #000;
- border-radius: 8px;
- clip-path: inset(0% 0% 100% 0%);
- transition: all 0.3s ease-in-out;
- a{
- width: 100%;
- line-height: 20px;
- padding: 10px 20px;
- display: block;
- box-sizing: border-box;
- transition: all .3s ease-in-out;
- &:hover{
- color: #B81C25;
- }
- }
- }
-
- }
- .imgWx{
- text-align: center;
- span{
- margin-top: 10px;
- display: block;
- }
- }
- .btnShow{
- .btnDownTitle{
- .iconfont{
- transform: rotate(-180deg);
- }
- }
- .btnDownMenu{
- clip-path: inset(0% 0% 0% 0%);
- }
-
- }
- .btnUp,.footerLConM{
- display: none;
- }
- }
- .footerCenter{
- box-sizing: border-box;
- margin-bottom: 10px;
- display: flex;
- color: #333333;
- justify-content: flex-start;
- font-size: 16px;
- .h4{
- margin-bottom: 20px;
- }
- .h5R{
- margin-top: 15px;
- }
- &>div{
- margin-right: 58px;
- a{
- color: #333;
- display: block;
- span{
- display: inline-block;
- position: relative;
- &::before{
- content: '';
- position: absolute;
- bottom: -5px;
- left: 0px;
- width: 0%;
- height: 1px;
- background: #333;
- transition: all .3s ease-in-out;
- }
- }
- &:hover{
- span{
- &::before{
- width: 100%;
- }
- }
- }
- }
- &>.h7{
- font-size: 18px;
- }
- .h7{
- margin-bottom: 20px;
- font-weight: bold;
- font-family: 'MyFont1';
- }
- .h7R{
- margin-bottom: 20px;
- opacity: 0.7;
- }
- &>span{
- display: none;
- }
- .footerShow{
- display: flex;
- flex-direction: column;
- a{
- &:hover{
- color: #000;
- }
- }
- }
- }
- }
- .footerCenterM{
- display: none;
- }
- }
- .footerIcon{
- width: 100%;
- max-width: 1300px;
- margin: 0px auto;
- display: flex;
- flex-direction: row;
- justify-content: flex-end;
- padding-bottom: 20px;
- border-bottom: 1px solid #ffffff21;
- color: #fff;
- &>div{
- margin-left: 40px;
- cursor: pointer;
- position: relative;
- &>div{
- width: 187px;
- height: 186px;
- position: absolute;
- bottom:40px;
- right: -82px;
-
-
- opacity: 0;
- clip-path: inset(0 0 100% 0);
- transition: opacity 0.3s ease-in-out;
- img{
- width: 100%;
- display: block;
- }
- }
- &:hover{
- &>div{
- opacity: 1;
- clip-path: inset(0 0 0 0);
- }
- }
- }
- .wxShow{
- div{
- opacity: 1;
- clip-path: inset(0 0 0 0);
- }
- }
- .iconfont{
- font-size: 24px;
- transition: all 0.3s ease;
- }
- }
- .footerText{
- width: 100%;
- max-width: 1300px;
- margin: 30px auto 0px;
- border-top: 1px solid #dfdfdf;
- text-align: center;
- color: #605f5f;
- font-size: 12px;
- box-sizing: border-box;
- padding:20px 15px;
- opacity: 0.7;
- a{
- color: #605f5f;
- }
- br,&>span{
- display: none;
- }
- }
- }
- .searchCon{
- width: 100%;
- height: 100%;
- position: fixed;
- background: rgba(0,0,0,0.4);
- display: flex;
- top: 0px;
- left: 0px;
- z-index: -1;
- justify-content: center;
- align-items: center;
- transition: all .6s ease-in-out;
- opacity: 0;
- transform: translateY(-100%);
- .searchConIn{
- width: 70%;
- max-width: 1300px;
-
- max-height: 80%;
- background: #fff;
- .searchUp{
- width: 100%;
- border-bottom: 1px solid #dbdbdb;
- height: 60px;
- line-height: 60px;
- text-align: left;
- box-sizing: border-box;
- padding: 0px 30px;
- .searchInput{
- padding-left: 20px;
- border: 0px;
- width: calc(100% - 60px);
- font-size: 20px;
- font-family: 'MyFont2';
- }
- .icon-search{
- color: #B81C25;
- }
- .searchClose{
- float: right;
- cursor: pointer;
- .iconfont{
- transform: rotate(0deg);
- transition: all .3s ease-in-out;
- display: inline-block;
- }
- &:hover{
- .iconfont{
- transform: rotate(180deg);
- color: #B81C25;
- }
-
- }
- }
- }
- .searchDw{
- width: 100%;
- height: calc(80vh - 60px);
- overflow-y: auto;
- box-sizing: border-box;
- padding: 20px 30px 20px;
- display: none;
- &::-webkit-scrollbar {
- width: 3px;
- }
- &::-webkit-scrollbar-thumb {
- background-color: #b5b5b5;
- }
- }
- .searchShow{
- display: block;
- }
- }
-
- .newsType{
- width: 100%;
- height: 100%;
- .newsLi{
- width: 100%;
- display: flex;
- justify-content: space-between;
- border-bottom: 1px solid #acacac5e;
- box-sizing: border-box;
- padding: 30px 15px;
-
- &:last-child{
- border-bottom: 0px solid #ACACAC;
- }
-
- .newsLiCon{
- width: 100%;
- font-size: 18px;
- text-align: left;
- &>div{
- overflow: hidden;
- white-space: nowrap;
- width: 100%;
- height: 24px;
- text-overflow: ellipsis;
- }
- .liTitle{
- color: #231F20;
- font-weight: 500;
- span{
- color: #B81C25;
- }
- }
- }
- transition: all 0.3s ease-in-out;
- &:hover{
- background: rgba(184, 28, 37, 0.05);
- .newsLiCon{
- .liTitle{
- color: #B81C25;
- }
- }
-
- }
- }
- }
- }
- .searchConShow{
- opacity: 1;
- z-index: 33;
- transform: translateY(0%);
- }
-
- .chooseM{
- display: none;
- }
- @media screen and (min-width: 1080px) and (max-width: 1480px) {
- footer {
- .footerIcon{
- .weixin{
- div{
- right: 0px;
- }
- }
- }
- }
- }
- @media screen and (min-width: 1080px) and (max-width: 1390px) {
- .headerPC{
- padding: 0px 50px;
- .logo{
- position: relative;
- left: 0px;
- }
- .logos{
- position: relative;
- left: 0px;
- }
- .language{
- position: relative;
- right: 0px;
- }
- }
- footer {
- .footer{
- justify-content: space-between;
- &>div{
- margin-right: 10px;
- }
- }
- .footerIcon{
- &>div{
- &>div{
- right: 0px;
- }
- }
- }
- }
- }
-
-
- @media screen and (max-width: 1080px) {
-
-
-
-
- .title{
- font-size: 32px;
- line-height: 48px;
- }
-
- .text{
- font-size: 16px;
- line-height: 32px;
- }
-
- .btn{
- width: 175px;
- height: 35px;
- line-height: 35px;
- border-radius: 4px;
- min-width: 175px;
- }
- .btn2 {
- transform: scale(1);
- .btnCon{
- font-size: 12px;
- line-height: 42px;
- }
- .btnBg{
-
-
-
-
- -webkit-clip-path: inset(10px 10px 10px calc( 100% - 46px) round 18px);
- clip-path: inset(10px 10px 10px calc( 100% - 46px) round 18px);
- }
- .btnShow{
- width: 20px;
- height: 42px;
- right: 17px;
- top: 6px;
- .btnMove{
- width: 40px;
- height: 42px;
- transform: translateX(-20px);
- }
- .btnIcon{
- width: 20px;
- height: 42px;
- &>span{
- margin-right: 2px;
- }
- .dot{
- width: 2px;
- height: 2px;
- border-radius: 2px;
- }
- .arrow{
- width: 8px;
- height:8px;
- &>span{
- width: 8px;
- height: 2px;
- border-radius: 2px;
- }
- .arrowR{
- width: 2px;
- height: 8px;
- top: 0px;
- right: 0px;
- }
- .arrowL{
- width: 10px;
- top: 4px;
- left: -2px;
- }
- }
- }
- }
- &>a{
- border-radius: 27px;
- padding: 6px 80px 6px 25px;
- box-sizing: border-box;
- &:hover{
- .btnCon{
- .btnBg{
-
-
-
-
-
- }
- &>div{
- color: #ffffff;
- }
- }
- .btnMove{
- transform: translateX(0px);
- }
- }
- }
- }
- .btn3{
- width: 190px;
- height: 40px;
- line-height: 40px;
- font-size: 14px;
- border-radius: 50px;
- &>span{
- font-size: 20px;
- }
- }
-
-
- .headerPC{
- display: none;
- }
-
- .headerMobile{
- width: 100%;
- display: block;
- .navFlagBtn{
- .nav_btn_small{
- &>div{
- background-color: #000000;
- }
- }
- }
- }
- .menuType{
- .headerMobile{
-
- .navFlagBtn{
- .nav_btn_small{
- &>div{
- background-color: #ffffff;
- }
- }
- }
- .btnOpen{
- .nav_btn_small{
- &>div{
- background-color: #000000;
- }
- }
- }
- }
- }
-
-
- footer{
- width: 100%;
- box-sizing: border-box;
- padding: 45px 15px 0px 15px;
- position: relative;
- .footer{
- margin-bottom: 0px;
- justify-content: space-between;
- flex-wrap: wrap;
- padding: 0px;
- .footerLeft{
- width: 100%;
- margin-right: 0px;
- text-align: center;
- .footerLogo{
- width: 190px;
- height: 40px;
- margin: 0px auto;
- background-size: auto 100%;
- }
- .footerLCon1,.footerLCon2{
- display: none;
- }
- }
- .footerCenter{
- width: 100%;
- margin-top: 55px;
- margin-bottom: 30px;
- margin-right: 0px;
- justify-content: flex-start;
- flex-wrap: wrap;
- display: none;
- &>div{
- margin-right: 0px;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- width: 55px;
- margin-bottom: 0px;
- padding: 15px 0px;
- .h7{
- margin-bottom: 0px;
- line-height: 17px;
- font-weight: normal;
- }
- .h7R{
- margin-bottom: 0px;
- }
- &>a{
- width: 50%;
- span{
- &::before{
- display: none;
- }
- }
- }
- &>span{
- font-size: 17px;
- width: 17px;
- height: 17px;
- line-height: 17px;
- display: inline-block;
- &::before{
- transform: rotate(90deg);
- display: inline-block;
- transition: all 0.5s ease-in-out;
- }
- }
- .footerShow{
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- height: 0px;
- overflow: hidden;
- transition: all 0.5s ease-in-out;
- padding-top: 0px;
- box-sizing: border-box;
- flex-direction: row;
- align-items: center;
- a{
- width: 100%;
- box-sizing: border-box;
- display: inline-block;
- }
- }
-
- }
- }
- .footerCenterM{
- display: flex;
- justify-content: space-between;
- width: 100%;
- margin-top: 40px;
- margin-bottom: 30px;
- padding-bottom: 15px;
- border-bottom: 1px solid #dfdfdf;
- a{
- width: 60px;
- color: #333333;
- font-size: 14px;
- display: inline-block;
- padding: 15px 0px;
- }
- div{
- width: 1px;
- height: 8px;
- background: #fff;
- opacity: 0.2;
- display: inline-block;
- margin: 0px 13px;
- }
- }
- .footerRight{
- width: 100%;
- color: #333333;
- .btnUp{
- display: block;
- width: 100%;
- font-size: 14px;
- margin-bottom: 20px;
- }
- .footerLConM{
- display: block;
- font-size: 14px;
- margin-bottom: 60px;
- a{
- color: #333333;
- display: block;
- width: 100%;
- }
- .footerLCon2{
- margin-top: 30px;
- }
- div{
- color: #333333;
- }
- }
- .imgWx{
- padding-bottom: 30px;
- img{
- width: 90px;
- display: inline-block;
- }
- span{
- margin-top: 5px;
- }
- }
- }
- .ckShow{
- &>span{
- &::before{
- transform: rotate(-90deg);
- }
- }
- .footerShow{
- padding-top: 10px;
- }
- .show1{
- height: 172px;
- }
- .show2{
- height: 172px;
- }
- .show3{
- height: 210px;
- }
- .show4{
- height: 90px;
- }
- .show5{
- height: 172px;
- }
- }
-
- }
- .footerIcon{
- width: 100%;
- justify-content: space-evenly;
- padding-bottom: 45px;
- padding-top: 60px;
- &>div{
- margin-left: 0px;
- }
- }
- .footerText{
- font-size: 12px;
- padding:18px 0px 25px 0px;
- line-height: 22px;
- margin: 10px auto 0px;
- &>span{
- width: 30px;
- display: inline-block;
- }
- br{
- display: block;
- }
-
- }
- }
- .chooseM{
- display: flex;
- font-size: 14px;
- width: 100%;
- height: 55px;
- line-height: 55px;
- position: fixed;
- bottom: 0;
- left: 0;
- background: #ffffffe0;
- z-index: 2;
- align-items: center;
- justify-content: space-evenly;
- a{
- display: inline-block;
- text-align: center;
- color: #000000;
- width: 30%;
- text-align: center;
- }
- span{
- display: inline-block;
- width: 1px;
- height: 15px;
- background: #000;
- }
- }
- .searchCon{
- .newsType{
- .newsLi{
- padding-bottom: 20px;
- margin-top: 20px;
- .newsLiCon{
- font-size: 16px;
- padding-top: 4px;
- &>div{
- height: 20px;
- }
- .liTitle{
- margin-bottom: 8px;
- }
- }
- }
- }
- }
- }
|