123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626 |
- @charset "utf-8";
- /* CSS Document */
- body,p,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,td,input,select,option,textarea{
- margin:0;
- padding:0;
- }
- li{
- list-style:none;
- }
- img{
- border:none;
- }
- a{
- text-decoration:none;
- }
- body{
- background-color: #032e61;
- }
- /*-----------header-------------*/
- header{
- width: 100%;
- height: 60px;
- line-height: 60px;
- border-bottom: 1px solid #004c98;
- }
- .headerLeft{
- width: 27%;
- height: 60px;
- background-color: #004c98;
- float: left;
- text-align: center;
- }
- .headerLeft h3{
- color: #07f7f4;
- font-size: 20px;
- }
- .headerCenter{
- width: 46%;
- height: 60px;
- background-color: #002144;
- float: left;
- text-align: center;
- }
- .headerCenter h1{
- color: #fff;
- font-size: 26px;
- }
- .headerRight{
- width: 27%;
- height: 60px;
- background-color: #004c98;
- float: left;
- text-align: center;
- }
- .headerRight h3{
- color: #07f7f4;
- font-size: 20px;
- }
- /*----------section------------*/
- section{
- width: 100%;
- }
- .firstCon{
- width: 100%;
- height: 125px;
- background-color: #02356e;
- overflow: hidden;
- }
- .firstCon-left{
- width: 27%;
- height: 125px;
- overflow: hidden;
- float: left;
- }
- .first-center{
- width: 46%;
- height: 125px;
- background-color: #01458e;
- float: left;
- }
- .firstCon-left h4{
- color: #07f7f4;
- font-size: 18px;
- margin-left: 30px;
- overflow: hidden;
- margin-top: 10px;
- }
- .firstCon-right{
- float: left;
- }
- .firstCon-right h4{
- color: #07f7f4;
- font-size: 18px;
- margin-left: 30px;
- overflow: hidden;
- margin-top: 10px;
- }
- .firstLeftsec{
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 30px;
- }
- .contain{
- width: 60px;
- height: 80px;
- float: left;
- margin-right: 23px;
- text-align: center;
- }
- .firsttab{
- width: 60px;
- height: 60px;
- }
- .contain p{
- color: #00b3fe;
- font-size: 13px;
- }
- .first-center h3{
- font-size: 18px;
- color: #06dae5;
- text-align: center;
- }
- .firstcenLeft{
- width: 33.33%;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:0 10px;
- }
- .flag{
- float: left;
- text-align: center;
- margin-right: 4px;
- margin-top: 10px;
- }
- .flag strong{
- font-size: 24px;
- color: #fff;
- border-right: 1px solid #ccc;
- width: 55px;
- display: block;
- }
- .flag:nth-of-type(3) strong{
- border-right: none;
- }
- .flag p{
- color: #06dae5;
- font-size: 14px;
- padding-top:20px;
- }
- .firstcenCen{
- width: 33.33%;
- float: left;
- height: 100px;
- text-align: center;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:0px 10px;
- padding-top: 14px;
- padding-left: 25px;
- }
- .firstcenCen span{
- display: block;
- float: left;
- width: 50px;
- border:1px solid #05bdc9;
- box-shadow:inset 0 0 3px 5px #00b3fe;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- height: 70px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-right: 6px;
- font-size: 30px;
- color: #ffff01;
- font-weight: 900;
- text-align: center;
- vertical-align: middle;
- padding-top: 15px;
- background-color: #001729;
- }
- .firstcenRight{
- width: 33.33%;
- height: 100px;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:0 10px;
- }
- .line{
- width: 100%;
- height: 16px;
- background-color: #03559f;
- border-bottom: 1px solid #00b3fe;
- }
- .secondCon{
- width: 100%;
- marign-top:6px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:6px 6px;
- }
- .secondLeft{
- width: 27%;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .secondLeftCon{
- /*background-color: red;*/
- /*height: 200px;*/
- }
- .secondLeftTab{
- width: 100%;
- border:1px solid #00b3fe;
- padding:10px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin-top: 10px;
- }
- .secondLeftTab:nth-of-type(1){
- margin-top: 0px;
- }
- .fig{
- height: 30px;
- line-height: 30px;
- border-top:1px solid #00b3fe;
- border-bottom: 1px solid #00b3fe;
- margin-bottom: 10px;
- padding-left: 15px;
- padding-right:15px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .fig:nth-of-type(1){
- background-color: #03559f;
- padding:0px;
- }
- .fig p{
- font-size: 14px;
- color: #fff;
- float: left;
- }
- .fig em{
- float: right;
- font-size: 22px;
- font-weight: 900;
- }
- .fig:nth-of-type(2) em{
- color: #fffe7d;
- }
- .fig:nth-of-type(3) em{
- color: #ff7d01;
- }
- .fig:nth-of-type(4) em{
- color: #00b5fe;
- }
- .reception{
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:5px 20px;
- text-align: center;
- overflow: hidden;
- }
- .recetit{
- float: left;
- width: 88px;
- float: left;
- margin-right: 15px;
- }
- .recetit:nth-last-child(1){
- margin-right: 0px;
- }
- .recetit strong{
- color: #f5f77c;
- font-size: 15px;
- }
- .recetit span{
- display: block;
- text-align: center;
- margin-bottom: 6px;
- width: 72px;
- height: 8px;
- -webkit-border-radius: 6px;
- -moz-border-radius: 6px;
- border-radius: 6px;
- background-color: #0b4e78;
- margin-left: 8px;
- }
- .recetit .changecolor{
- background-color: #05fff9;
- }
- .recetit p{
- color: #fff;
- font-size:12px;
- }
- .secondCen{
- width: 46%;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding:0 14px;
- }
- .secondCenCon{
- overflow: hidden;
- padding-bottom: 50px;
- border:1px solid #00b3fe;
- }
- .secondCenCon h3{
- text-align: center;
- color: #05fef8;
- font-size: 16px;
- margin-top: 10px;
- }
- .secondContit{
- width: 100%;
- }
- .secondContitleft{
- width: 60%;
- margin-top: 40px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-left: 10px;
- text-align: center;
- float: left;
- }
- .secondContitleft p{
- font-size: 14px;
- color: #05fef8;
- text-align: center;
- }
- .fig p{
- color: #05fef8;
- }
- .secondContitleft ul{
- padding:10px 0px;
- margin-left: 20px;
- }
- .secondContitleft ul li{
- float: left;
- width: 55px;
- border-right: 1px solid #fff;
- text-align: center;
- height: 10px;
- line-height: 10px;
- }
- .secondContitleft ul li:nth-last-child(1){
- border-right: none;
- }
- .secondContitleft .china{
- margin-bottom: 10px;
- }
- .secondContitleft .china li a{
- font-size: 10px;
- color: #fff;
- }
- .secondContitleft .number li a{
- color: #feff01;
- font-size: 18px;
- font-weight: 900;
- }
- .secondContitright{
- width: 40%;
- float: left;
- height: 40px;
- }
- .charbar{
- width: 100%;
- height: 200px;
- }
- .secondRight{
- width: 27%;
- float: left;
- }
- .secondRightCon{
- /*background-color: red;*/
- /*height: 200px;*/
- }
- .secondRighttit{
- width: 100%;
- overflow: hidden;
- }
- .secondRighttext{
- width: 33.33%;
- float: left;
- overflow: hidden;
- }
- .text{
- width: 80px;
- height: 40px;
- border:1px solid #04fff8;
- margin-bottom: 10px;
- margin-left: 16px;
- }
- .text p{
- font-size: 12px;
- color: #fff;
- }
- .text span{
- text-align: center;
- font-size: 18px;
- color: #ffff7d;
- margin-left: 14px;
- }
- .secondRighttext h4{
- font-size: 14px;
- color: #fff;
- text-align: center;
- }
- .secondRighttextChar{
- width: 100%;
- height: 100px;
- }
- .secondRighttext .sec{
- margin-top: 6px;
- }
- .secondChar{
- width: 100%;
- height: 170px;
- }
- .thirdCon{
- width: 100%;
- padding-top: 10px;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding: 0px 6px;
- overflow: hidden;
- }
- .thirdLeft{
- width: 27%;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- padding-top: 10px;
- }
- .thirdLeftCon{
- width: 100%;
- border:1px solid #00b3fe;
- }
- .hottop li{
- height: 35px;
- line-height: 35px;
- border-bottom: 1px dashed #fff;
- }
- .hottop li:nth-last-child(1){
- border-bottom: none;
- }
- .hottop li span{
- float: left;
- display: inline-block;
- width: 20px;
- height: 20px;
- /*margin-top: 8px;*/
- vertical-align: middle;
- text-align: center;
- margin-right: 10px;
- color: #fff;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .hottop li:nth-of-type(1) span{
- background-color: #ff0305;
- }
- .hottop li:nth-of-type(2) span{
- background-color: #ffb20c;
- }
- .hottop li:nth-of-type(3) span{
- background-color: #18d0c6;
- }
- .hottop li:nth-of-type(4) span{
- background-color: #00b4ff;
- }
- .hottop li:nth-of-type(5) span{
- background-color: #6c3ff2;
- }
- .hottop li p{
- float: left;
- color: #fff;
- font-size: 14px;
- }
- .hottop li a{
- float: right;
- color: #cecdcb;
- font-size: 14px;
- }
- .thirdCen{
- width: 46%;
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- height: 100px;
- padding:0px 14px;
- padding-top: 10px;
- }
- .thirdCenCon{
- height: 100px;
- width: 100%;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .txt{
- width: 50%;
- height: 100px;
- /*float: left;*/
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- .txtleft{
- padding-right: 11px;
- float: left;
- }
- .txtright{
- float: left;
- }
- .content{
- height: 250px;
- border:1px solid #00b3fe;
- }
- .content h4{
- font-size: 14px;
- color: #05fef8;
- text-align: center;
- height: 26px;
- line-height: 26px;
- border-bottom: 1px solid #00b3fe;
- }
- .contentChar{
- width: 100%;
- height: 215px;
- }
- .thirdRight{
- float: left;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- height: 100px;
- width: 27%;
- padding-top: 10px;
- }
- /*-----------footer-----------*/
- footer{
- width: 100%;
- height: 52px;
- margin-top: 20px;
- background-color: #011635;
- padding-top: 10px;
- }
- .rightimg{
- float: left;
- display: block;
- line-height: 52px;
- }
- .home{
- float: left;
- width: 120px;
- height: 40px;
- border:1px solid #00b3fe;
- background-color: #042d6b;
- margin-left: 6px;
- }
- .home img{
- vertical-align: center;
- margin-top: 6px;
- margin-left: 5px;
- }
- .home button{
- background-color: #042d6b;
- border:none;
- outline: none;
- font-size: 15px;
- color: #fff;
- margin-bottom: -6px;
- }
- .con{
- float: left;
- border:1px solid #00b3fe;
- margin-left: 10px;
- height: 40px;
- }
- .con p{
- font-size: 12px;
- color: #fff;
- }
- .con h4{
- font-size: 15px;
- color: #04fefc;
- line-height: 18px;
- }
|